@charset "UTF-8";
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

a {
  color: inherit;
  text-decoration: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none; }

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: 'Graphik LCG Web';
  src: url("../fonts/Graphik-BoldItalic-Cy-Gr-Web.eot");
  src: url("../fonts/Graphik-BoldItalic-Cy-Gr-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-BoldItalic-Cy-Gr-Web.woff2") format("woff2"), url("../fonts/Graphik-BoldItalic-Cy-Gr-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal; }

.Graphik-BoldItalic-Cy-Gr-Web {
  font-family: 'Graphik LCG Web';
  font-weight: 700;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik LCG Web';
  src: url("../fonts/Graphik-Bold-Cy-Gr-Web.woff2") format("woff2"), url("../fonts/Graphik-Bold-Cy-Gr-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

.Graphik-Bold-Cy-Gr-Web {
  font-family: 'Graphik LCG Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik LCG Web';
  src: url("../fonts/Graphik-MediumItalic-Cy-Gr-Web.woff2") format("woff2"), url("../fonts/Graphik-MediumItalic-Cy-Gr-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal; }

.Graphik-MediumItalic-Cy-Gr-Web {
  font-family: 'Graphik LCG Web';
  font-weight: 500;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik LCG Web';
  src: url("../fonts/Graphik-Medium-Cy-Gr-Web.woff2") format("woff2"), url("../fonts/Graphik-Medium-Cy-Gr-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

.Graphik-Medium-Cy-Gr-Web {
  font-family: 'Graphik LCG Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik LCG Web';
  src: url("../fonts/Graphik-Regular-Cy-Gr-Web.woff2") format("woff2");
  src: url("../fonts/Graphik-Regular-Cy-Gr-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Graphik LCG Web';
  src: url("../fonts/GraphikLCG-Light.woff2") format("woff2"), url("../fonts/GraphikLCG-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik LCG Web';
  src: url("../fonts/GraphikLCG-LightItalic.woff2") format("woff2"), url("../fonts/GraphikLCG-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/********************
** Breakpoints
********************/
/********************
** Media Queries
********************/
/********************
** Colors
********************/
/********************
** Padding
********************/
/********************
** Media Queries
********************/
/********************
** Polyfill
********************/
/********************
** Browsers specific
********************/
/********************
** embed inline SVG
********************/
.u-sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.skip-to-content {
  text-align: center;
  display: block; }
  .skip-to-content:focus {
    height: auto;
    clip: auto;
    outline: 0 !important;
    border: 3px solid #b90404;
    width: calc(100% - 6px);
    position: static; }

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
html,
body {
  overflow-x: hidden;
  width: 100%; }

html button,
html a,
html input {
  outline: none; }

html.u-keyboard-user button:focus,
html.u-keyboard-user a:focus,
html.u-keyboard-user input:focus {
  outline: 5px auto #0096ff !important;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important; }

body {
  position: relative;
  overflow-x: hidden;
  border-bottom: 10px solid #18252c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (min-width: 1024px) {
    body .body-border {
      border: 10px solid #18252c;
      border-bottom: 1px solid;
      min-height: 100vh; } }
  body .header {
    min-height: 80px; }
    @media only screen and (min-width: 1024px) {
      body .header {
        padding: 10px 0 30px 0;
        min-height: 150px; } }
    body .header .wrapper {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    body .header .hdr-logo {
      position: relative;
      left: 22px;
      max-width: 250px; }
      @media only screen and (min-width: 1024px) {
        body .header .hdr-logo {
          left: 94px; } }
      body .header .hdr-logo .hdr-logo-link {
        display: block; }
        body .header .hdr-logo .hdr-logo-link img {
          width: 100%; }
    body .header .social-links {
      margin-top: 100px; }
      @media screen and (min-width: 950px) {
        body .header .social-links {
          margin-top: 0; } }
  body #content article {
    margin-top: 30px; }
    @media only screen and (min-width: 1200px) {
      body #content article {
        margin-top: 69px; } }
  body #content .header-border {
    margin: 0 auto;
    padding: 0 80px; }
    body #content .header-border div {
      border-bottom: 1px solid #d8d8d8; }
  body #content .article-content {
    margin: 0 auto; }
    @media screen and (min-width: 1260px) {
      body #content .article-content {
        padding: 0; } }
  body #footer {
    clear: both; }

/*--------------------------------------------------------------
# flexboxgrid;
--------------------------------------------------------------*/
.wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  overflow: unset;
  width: 100%; }
  @media only screen and (min-width: 640px) {
    .wrapper {
      width: calc(100% - (2 * 22px)); } }
  @media only screen and (min-width: 896px) {
    .wrapper {
      max-width: 85%; } }
  @media only screen and (min-width: 1024px) {
    .wrapper {
      width: calc(100% - (2 * 75px)); } }
  @media only screen and (min-width: 1200px) {
    .wrapper {
      max-width: 1100px; } }
  @media only screen and (min-width: 1700px) {
    .wrapper {
      max-width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row, .archive-content form ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse, .archive-content form ul.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs, .archive-content form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.col-xs-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%; }

.col-xs-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%; }

.col-xs-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%; }

.col-xs-5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%; }

.col-xs-6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%; }

.col-xs-8 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%; }

.col-xs-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%; }

.col-xs-11 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%; }

.col-xs-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 0; }

.col-xs-offset-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 25%; }

.col-xs-offset-4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 50%; }

.col-xs-offset-7 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 75%; }

.col-xs-offset-10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 100%; }

.col-xs, .archive-content form {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

@media only screen and (min-width: 0px) {
  .container {
    width: xsmall; }
  .col-xs, .archive-content form {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-xs-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xs-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xs-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-xs-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xs-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xs-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-xs-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xs-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xs-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-xs-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xs-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xs-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-xs-offset-0 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 0; }
  .col-xs-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.3333333333%; }
  .col-xs-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.6666666667%; }
  .col-xs-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%; }
  .col-xs-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.3333333333%; }
  .col-xs-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.6666666667%; }
  .col-xs-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%; }
  .col-xs-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.3333333333%; }
  .col-xs-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.6666666667%; }
  .col-xs-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%; }
  .col-xs-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.3333333333%; }
  .col-xs-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.6666666667%; }
  .col-xs-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%; }
  .col-xs, .archive-content form {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left; }
  .center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }
  .top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-xs {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-xs {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-xs {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media only screen and (min-width: 640px) {
  .container {
    width: small; }
  .col-sm {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-sm-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 0; }
  .col-sm-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%; }
  .col-sm-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%; }
  .col-sm-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%; }
  .col-sm-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%; }
  .col-sm {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media only screen and (min-width: 896px) {
  .container {
    width: medium; }
  .col-md {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-md-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 0; }
  .col-md-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%; }
  .col-md-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%; }
  .col-md-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%; }
  .col-md-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%; }
  .col-md {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media only screen and (min-width: 1024px) {
  .container {
    width: large; }
  .col-lg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-lg-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 0; }
  .col-lg-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%; }
  .col-lg-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%; }
  .col-lg-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%; }
  .col-lg-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%; }
  .col-lg {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media only screen and (min-width: 1200px) {
  .container {
    width: xlarge; }
  .col-xlg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-xlg-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xlg-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xlg-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-xlg-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xlg-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xlg-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-xlg-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xlg-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xlg-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-xlg-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xlg-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xlg-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-xlg-offset-0 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 0; }
  .col-xlg-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.3333333333%; }
  .col-xlg-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.6666666667%; }
  .col-xlg-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%; }
  .col-xlg-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.3333333333%; }
  .col-xlg-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.6666666667%; }
  .col-xlg-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%; }
  .col-xlg-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.3333333333%; }
  .col-xlg-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.6666666667%; }
  .col-xlg-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%; }
  .col-xlg-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.3333333333%; }
  .col-xlg-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.6666666667%; }
  .col-xlg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%; }
  .col-xlg {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-xlg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left; }
  .center-xlg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-xlg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }
  .top-xlg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-xlg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-xlg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-xlg {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-xlg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-xlg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-xlg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media only screen and (min-width: 1408px) {
  .container {
    width: retina; }
  .col-retina {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-retina-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-retina-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-retina-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-retina-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-retina-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-retina-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-retina-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-retina-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-retina-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-retina-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-retina-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-retina-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-retina-offset-0 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 0; }
  .col-retina-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.3333333333%; }
  .col-retina-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.6666666667%; }
  .col-retina-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%; }
  .col-retina-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.3333333333%; }
  .col-retina-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.6666666667%; }
  .col-retina-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%; }
  .col-retina-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.3333333333%; }
  .col-retina-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.6666666667%; }
  .col-retina-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%; }
  .col-retina-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.3333333333%; }
  .col-retina-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.6666666667%; }
  .col-retina-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%; }
  .col-retina {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-retina {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left; }
  .center-retina {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-retina {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }
  .top-retina {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-retina {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-retina {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-retina {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-retina {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-retina {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-retina {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media (max-width: 1023px) {
  .col-mobile {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%;
    margin-right: 0; } }

@media (max-width: 1023px) {
  .col-mobile.row, .archive-content form ul.col-mobile {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 1023px) {
  .col-mobile--no-padding {
    padding-left: 0;
    padding-right: 0; } }

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
/*
* Animation Rules
* 
* 1. Slide up has use a linear easing curve
* 2. Horizontal slides like buttons and ine draws use the cubic-bezier-in when animating in, and cubic-bezier-out when animating out

*/
.u-link-all-container {
  position: relative; }
  .u-link-all-container:not(.row) {
    display: block; }
  .u-link-all-container * {
    pointer-events: none; }
  .u-link-all-container a {
    pointer-events: auto; }

.u-link-all {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }

[ani-delay="0"] {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important; }

[ani-delay="1"] {
  -webkit-transition-delay: 0.08s !important;
          transition-delay: 0.08s !important; }

[ani-delay="2"] {
  -webkit-transition-delay: 0.16s !important;
          transition-delay: 0.16s !important; }

[ani-delay="3"] {
  -webkit-transition-delay: 0.24s !important;
          transition-delay: 0.24s !important; }

[ani-delay="4"] {
  -webkit-transition-delay: 0.32s !important;
          transition-delay: 0.32s !important; }

[ani-delay="5"] {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important; }

[ani-delay="6"] {
  -webkit-transition-delay: 0.48s !important;
          transition-delay: 0.48s !important; }

[ani-delay="7"] {
  -webkit-transition-delay: 0.56s !important;
          transition-delay: 0.56s !important; }

[ani-delay="8"] {
  -webkit-transition-delay: 0.64s !important;
          transition-delay: 0.64s !important; }

[ani-delay="9"] {
  -webkit-transition-delay: 0.72s !important;
          transition-delay: 0.72s !important; }

[ani-delay="10"] {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important; }

[ani-delay="11"] {
  -webkit-transition-delay: 0.88s !important;
          transition-delay: 0.88s !important; }

[ani-delay="12"] {
  -webkit-transition-delay: 0.96s !important;
          transition-delay: 0.96s !important; }

[ani-delay="13"] {
  -webkit-transition-delay: 1.04s !important;
          transition-delay: 1.04s !important; }

[ani-delay="14"] {
  -webkit-transition-delay: 1.12s !important;
          transition-delay: 1.12s !important; }

[ani-delay="15"] {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important; }

[ani-delay="16"] {
  -webkit-transition-delay: 1.28s !important;
          transition-delay: 1.28s !important; }

[ani-delay="17"] {
  -webkit-transition-delay: 1.36s !important;
          transition-delay: 1.36s !important; }

[ani-delay="18"] {
  -webkit-transition-delay: 1.44s !important;
          transition-delay: 1.44s !important; }

[ani-delay="19"] {
  -webkit-transition-delay: 1.52s !important;
          transition-delay: 1.52s !important; }

@-webkit-keyframes a-link-hover {
  from {
    background-size: 0% 100%; }
  to {
    background-size: 100% 100%; } }

@keyframes a-link-hover {
  from {
    background-size: 0% 100%; }
  to {
    background-size: 100% 100%; } }

@media (max-width: 639px) {
  .callout-wrapper.u-link-all-container .image-w-shadow {
    position: relative;
    border: none !important;
    text-decoration: none !important;
    padding-top: 16px;
    padding-top: 40px; }
    .callout-wrapper.u-link-all-container .image-w-shadow:before, .callout-wrapper.u-link-all-container .image-w-shadow:after {
      content: "";
      position: absolute;
      width: calc(100% + 1px);
      height: 1px;
      top: 0;
      display: block; }
    .callout-wrapper.u-link-all-container .image-w-shadow:before {
      background-color: currentColor;
      width: 0%;
      left: 0; }
    .callout-wrapper.u-link-all-container .image-w-shadow:after {
      background-color: currentColor;
      right: 0;
      width: 100%; }
    .callout-wrapper.u-link-all-container .image-w-shadow:before, .callout-wrapper.u-link-all-container .image-w-shadow:after {
      height: 7px; }
    .callout-wrapper.u-link-all-container .image-w-shadow:before {
      -webkit-transition: width 0s 0.5s, left 0s, right 0s, opacity 0.5s;
      transition: width 0s 0.5s, left 0s, right 0s, opacity 0.5s;
      width: 0%;
      right: 0;
      left: auto;
      opacity: 0;
      z-index: 1; }
    .callout-wrapper.u-link-all-container .image-w-shadow:after {
      -webkit-transition: width 0s, left 0s, right 0s, max-width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: width 0s, left 0s, right 0s, max-width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      width: 100%;
      left: 0;
      right: auto; } }

.callout-wrapper.u-link-all-container .image-w-shadow .front,
.callout-wrapper.u-link-all-container .image-w-shadow .image-container:after,
.callout-wrapper.u-link-all-container .image-w-shadow .stripe,
.callout-wrapper.u-link-all-container .image-w-shadow .triangle,
.callout-wrapper.u-link-all-container .image-w-shadow .red-overlay-for-ie::after {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: opacity 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.25s, -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
  transition: opacity 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.25s, -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
  transition: transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.25s;
  transition: transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.25s, -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); }

.callout-wrapper.u-link-all-container .image-w-shadow .shadow,
.callout-wrapper.u-link-all-container .image-w-shadow .shadow-container .red-overlay-for-ie::after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: opacity 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
  transition: opacity 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
  transition: transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
  transition: transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); }

@media only screen and (min-width: 640px) {
  .callout-wrapper.u-link-all-container .details {
    position: relative;
    border: none !important;
    text-decoration: none !important;
    padding-top: 16px; }
    .callout-wrapper.u-link-all-container .details:before, .callout-wrapper.u-link-all-container .details:after {
      content: "";
      position: absolute;
      width: calc(100% + 1px);
      height: 1px;
      top: 0;
      display: block; }
    .callout-wrapper.u-link-all-container .details:before {
      background-color: currentColor;
      width: 0%;
      left: 0; }
    .callout-wrapper.u-link-all-container .details:after {
      background-color: currentColor;
      right: 0;
      width: 100%; }
    .callout-wrapper.u-link-all-container .details:before, .callout-wrapper.u-link-all-container .details:after {
      height: 7px; }
    .callout-wrapper.u-link-all-container .details:before {
      -webkit-transition: width 0s 0.5s, left 0s, right 0s, opacity 0.5s;
      transition: width 0s 0.5s, left 0s, right 0s, opacity 0.5s;
      width: 0%;
      right: 0;
      left: auto;
      opacity: 0;
      z-index: 1; }
    .callout-wrapper.u-link-all-container .details:after {
      -webkit-transition: width 0s, left 0s, right 0s, max-width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: width 0s, left 0s, right 0s, max-width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      width: 100%;
      left: 0;
      right: auto; }
    .red-bg .callout-wrapper.u-link-all-container .details {
      position: relative;
      border: none !important;
      text-decoration: none !important;
      padding-top: 16px; }
      .red-bg .callout-wrapper.u-link-all-container .details:before, .red-bg .callout-wrapper.u-link-all-container .details:after {
        content: "";
        position: absolute;
        width: calc(100% + 1px);
        height: 1px;
        top: 0;
        display: block; }
      .red-bg .callout-wrapper.u-link-all-container .details:before {
        background-color: currentColor;
        width: 0%;
        left: 0; }
      .red-bg .callout-wrapper.u-link-all-container .details:after {
        background-color: currentColor;
        right: 0;
        width: 100%; }
      .red-bg .callout-wrapper.u-link-all-container .details:before, .red-bg .callout-wrapper.u-link-all-container .details:after {
        height: 7px; }
      .red-bg .callout-wrapper.u-link-all-container .details:before {
        -webkit-transition: width 0s 0.5s, left 0s, right 0s, opacity 0.5s;
        transition: width 0s 0.5s, left 0s, right 0s, opacity 0.5s;
        width: 0%;
        right: 0;
        left: auto;
        opacity: 0;
        z-index: 1; }
      .red-bg .callout-wrapper.u-link-all-container .details:after {
        -webkit-transition: width 0s, left 0s, right 0s, max-width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
        transition: width 0s, left 0s, right 0s, max-width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
        width: 100%;
        left: 0;
        right: auto; } }

.callout-wrapper.u-link-all-container:hover .image-w-shadow .front,
.callout-wrapper.u-link-all-container:hover .image-w-shadow .image-container:after,
.callout-wrapper.u-link-all-container:hover .image-w-shadow .stripe,
.callout-wrapper.u-link-all-container:hover .image-w-shadow .triangle,
.callout-wrapper.u-link-all-container:hover .image-w-shadow .red-overlay-for-ie::after {
  -webkit-transform: translate3d(6px, 6px, 0) scale(1.02);
          transform: translate3d(6px, 6px, 0) scale(1.02); }

.callout-wrapper.u-link-all-container:hover .image-w-shadow .shadow,
.callout-wrapper.u-link-all-container:hover .image-w-shadow .shadow-container .red-overlay-for-ie::after {
  -webkit-transform: translate3d(-10px, -14px, 0) scale(1);
          transform: translate3d(-10px, -14px, 0) scale(1); }

.callout-wrapper.u-link-all-container:hover .details:before {
  -webkit-transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s;
  transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s;
  width: 100%; }

.callout-wrapper.u-link-all-container:hover .details:after {
  -webkit-transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
  transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
  width: 0%; }

.callout-wrapper.u-link-all-container:hover .details:before {
  -webkit-transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s, left 0s, right 0s, opacity 0s;
  transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s, left 0s, right 0s, opacity 0s;
  width: 100%;
  left: 0;
  right: auto;
  opacity: 1; }

.callout-wrapper.u-link-all-container:hover .details:after {
  -webkit-transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), left 0s, right 0s;
  transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), left 0s, right 0s;
  width: 0%;
  right: 0;
  left: auto; }

.archive-content .archive-body .u-link-all-container h3 span,
.archive-content .archive-body .u-link-all-container h4 span,
.archive-content .archive-body .u-link-all-container h5 span,
.archive-content .archive-body .u-link-all-container h6 span {
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(8%, currentColor), color-stop(8%, currentColor));
  background-image: linear-gradient(transparent 92%, currentColor 8%, currentColor 8%);
  display: inline;
  -webkit-transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
  transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79); }

.archive-content .archive-body .u-link-all-container:hover h3 span,
.archive-content .archive-body .u-link-all-container:hover h4 span,
.archive-content .archive-body .u-link-all-container:hover h5 span,
.archive-content .archive-body .u-link-all-container:hover h6 span {
  background-size: 100% 100%;
  background-position: left;
  -webkit-transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
  transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); }

.topics ul li a,
.topics-block ul li a {
  position: relative; }
  .topics ul li a:before, .topics ul li a:after,
  .topics-block ul li a:before,
  .topics-block ul li a:after {
    content: "";
    position: absolute;
    width: calc(100% + 1px);
    height: 1px;
    top: 0;
    display: block; }
  .topics ul li a:before,
  .topics-block ul li a:before {
    background-color: currentColor;
    width: 0%;
    left: 0; }
  .topics ul li a:after,
  .topics-block ul li a:after {
    background-color: currentColor;
    right: 0;
    width: 100%; }
  .topics ul li a:before, .topics ul li a:after,
  .topics-block ul li a:before,
  .topics-block ul li a:after {
    top: auto;
    bottom: 0; }
  .topics ul li a:hover:before,
  .topics-block ul li a:hover:before {
    -webkit-transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s;
    transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s;
    width: 100%; }
  .topics ul li a:hover:after,
  .topics-block ul li a:hover:after {
    -webkit-transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    width: 0%; }

.js-scroll-reveal-trigger .js-scroll-reveal-slide-up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s; }

.js-scroll-reveal-trigger .js-scroll-reveal-line-draw:after {
  max-width: 0; }

.js-scroll-reveal-trigger:not(.js-scroll-reveal-trigger--active) .image-w-shadow .front, .js-scroll-reveal-trigger:not(.js-scroll-reveal-trigger--active) .image-w-shadow .shadow, .js-scroll-reveal-trigger:not(.js-scroll-reveal-trigger--active) .image-w-shadow .image-container:after, .js-scroll-reveal-trigger:not(.js-scroll-reveal-trigger--active) .image-w-shadow .stripe, .js-scroll-reveal-trigger:not(.js-scroll-reveal-trigger--active) .image-w-shadow .triangle {
  opacity: 0 !important;
  -webkit-transform: translateY(50px) !important;
          transform: translateY(50px) !important; }

.js-scroll-reveal-trigger:not(.js-scroll-reveal-trigger--active) .image-w-shadow .front, .js-scroll-reveal-trigger:not(.js-scroll-reveal-trigger--active) .image-w-shadow .image-container:after {
  -webkit-transition: opacity 0.25s 0.16s, -webkit-transform 0.25s 0.16s;
  transition: opacity 0.25s 0.16s, -webkit-transform 0.25s 0.16s;
  transition: opacity 0.25s 0.16s, transform 0.25s 0.16s;
  transition: opacity 0.25s 0.16s, transform 0.25s 0.16s, -webkit-transform 0.25s 0.16s; }

.js-scroll-reveal-trigger:not(.js-scroll-reveal-trigger--active) .image-w-shadow .shadow {
  -webkit-transition: opacity 0.25s 0.08s, -webkit-transform 0.25s 0.08s;
  transition: opacity 0.25s 0.08s, -webkit-transform 0.25s 0.08s;
  transition: opacity 0.25s 0.08s, transform 0.25s 0.08s;
  transition: opacity 0.25s 0.08s, transform 0.25s 0.08s, -webkit-transform 0.25s 0.08s; }

.js-scroll-reveal-trigger:not(.js-scroll-reveal-trigger--active).red-bg, .js-scroll-reveal-trigger:not(.js-scroll-reveal-trigger--active).blue-bg {
  background-color: transparent; }

.js-scroll-reveal-trigger .js-scroll-reveal-split-text .js-split-text-line {
  position: relative;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }
  .js-scroll-reveal-trigger .js-scroll-reveal-split-text .js-split-text-line:after {
    content: "";
    background-color: #ffffff;
    height: 200%;
    width: 100%;
    display: block;
    bottom: -50%;
    left: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition: height 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.02s;
    transition: height 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.02s;
    -webkit-transition-delay: inherit;
            transition-delay: inherit; }

.js-scroll-reveal-trigger.js-scroll-reveal-trigger--active .js-scroll-reveal-slide-up {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px); }

.js-scroll-reveal-trigger.js-scroll-reveal-trigger--active .js-scroll-reveal-line-draw:after {
  max-width: 100%; }

.js-scroll-reveal-trigger.js-scroll-reveal-trigger--active .image-w-shadow .front, .js-scroll-reveal-trigger.js-scroll-reveal-trigger--active .image-w-shadow .image-container:after, .js-scroll-reveal-trigger.js-scroll-reveal-trigger--active .image-w-shadow .stripe, .js-scroll-reveal-trigger.js-scroll-reveal-trigger--active .image-w-shadow .triangle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.js-scroll-reveal-trigger.js-scroll-reveal-trigger--active .image-w-shadow .shadow {
  opacity: 0.23; }

.js-scroll-reveal-trigger.js-scroll-reveal-trigger--active .js-scroll-reveal-split-text .js-split-text-line.js-split-text-line--start {
  -webkit-transform: translateY(0px);
          transform: translateY(0px); }
  .js-scroll-reveal-trigger.js-scroll-reveal-trigger--active .js-scroll-reveal-split-text .js-split-text-line.js-split-text-line--start:after {
    height: 0%; }

.js-scroll-reveal-trigger.js-scroll-reveal-trigger--active.red-bg, .js-scroll-reveal-trigger.js-scroll-reveal-trigger--active.blue-bg {
  -webkit-transition: background-color 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
  transition: background-color 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); }

.js-scroll-reveal-trigger.nav-international .nav-background {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s;
  transition: -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s;
  transition: transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s;
  transition: transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s, -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s; }

.js-scroll-reveal-trigger.nav-international .nav-wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s;
  transition: opacity 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s; }

.js-scroll-reveal-trigger.nav-international.js-scroll-reveal-trigger--active .nav-background {
  -webkit-transform: translateX(0%);
          transform: translateX(0%); }

.js-scroll-reveal-trigger.nav-international.js-scroll-reveal-trigger--active .nav-wrapper {
  opacity: 1; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background-color: #ffffff;
  border-top: 1px solid #c3c3c3; }
  #footer .footer-top {
    padding: 40px 0; }
    @media only screen and (min-width: 1024px) {
      #footer .footer-top {
        padding: 80px 0; } }

#footer .footer-top,
.c-modal-footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #footer .footer-top .row, #footer .footer-top .archive-content form ul, .archive-content form #footer .footer-top ul,
  .c-modal-footer .footer-top .row,
  .c-modal-footer .footer-top .archive-content form ul,
  .archive-content form .c-modal-footer .footer-top ul {
    width: 100%; }
  #footer .footer-top h3,
  .c-modal-footer .footer-top h3 {
    margin-bottom: 15px; }
  #footer .footer-top p,
  .c-modal-footer .footer-top p {
    display: block; }
  #footer .footer-top .menu-utilities,
  .c-modal-footer .footer-top .menu-utilities {
    display: none; }
  @media (max-width: 1023px) {
    #footer .footer-top .utility,
    #footer .footer-top .address,
    .c-modal-footer .footer-top .utility,
    .c-modal-footer .footer-top .address {
      padding-top: 40px; } }
  #footer .footer-top .give .cta.box a,
  #footer .footer-top .hia-connect-btn-container .cta.box a,
  .c-modal-footer .footer-top .give .cta.box a,
  .c-modal-footer .footer-top .hia-connect-btn-container .cta.box a {
    background-color: #e22424;
    display: inline-block;
    margin-top: 20px;
    width: 130px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1023px) {
      #footer .footer-top .give .cta.box a,
      #footer .footer-top .hia-connect-btn-container .cta.box a,
      .c-modal-footer .footer-top .give .cta.box a,
      .c-modal-footer .footer-top .hia-connect-btn-container .cta.box a {
        height: 46px; } }
  #footer .footer-top .hia-connect-btn-container,
  .c-modal-footer .footer-top .hia-connect-btn-container {
    display: none; }
    @media only screen and (min-width: 896px) {
      #footer .footer-top .hia-connect-btn-container,
      .c-modal-footer .footer-top .hia-connect-btn-container {
        display: block;
        width: calc(50% + 0.7rem);
        float: left; } }
    #footer .footer-top .hia-connect-btn-container .cta.box a,
    .c-modal-footer .footer-top .hia-connect-btn-container .cta.box a {
      width: 120px;
      background: transparent;
      border: 1px solid #e22424; }
  #footer .footer-top .footer-country__contact p,
  .c-modal-footer .footer-top .footer-country__contact p {
    margin-bottom: 0; }
  #footer .footer-top .footer-country__contact .gap,
  .c-modal-footer .footer-top .footer-country__contact .gap {
    margin-top: 35px; }
    #footer .footer-top .footer-country__contact .gap a,
    .c-modal-footer .footer-top .footer-country__contact .gap a {
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      color: #e22424;
      text-transform: none; }
      @media only screen and (min-width: 1024px) {
        #footer .footer-top .footer-country__contact .gap a,
        .c-modal-footer .footer-top .footer-country__contact .gap a {
          font-size: 19px;
          line-height: 1.6; } }
  #footer .footer-top .mc4wp-form-fields,
  .c-modal-footer .footer-top .mc4wp-form-fields {
    position: relative; }
    #footer .footer-top .mc4wp-form-fields:after,
    .c-modal-footer .footer-top .mc4wp-form-fields:after {
      content: ">";
      position: absolute;
      right: 20px;
      top: 20px;
      font-size: 30px;
      color: #e22424; }
    #footer .footer-top .mc4wp-form-fields .email-field,
    .c-modal-footer .footer-top .mc4wp-form-fields .email-field {
      padding: 20px;
      width: calc(100% - 40px);
      border: 2px solid #c3c3c3; }
      #footer .footer-top .mc4wp-form-fields .email-field::-webkit-input-placeholder,
      .c-modal-footer .footer-top .mc4wp-form-fields .email-field::-webkit-input-placeholder {
        color: #000000; }
      #footer .footer-top .mc4wp-form-fields .email-field::-moz-placeholder,
      .c-modal-footer .footer-top .mc4wp-form-fields .email-field::-moz-placeholder {
        color: #000000; }
      #footer .footer-top .mc4wp-form-fields .email-field:-ms-input-placeholder,
      .c-modal-footer .footer-top .mc4wp-form-fields .email-field:-ms-input-placeholder {
        color: #000000; }
      #footer .footer-top .mc4wp-form-fields .email-field::-ms-input-placeholder,
      .c-modal-footer .footer-top .mc4wp-form-fields .email-field::-ms-input-placeholder {
        color: #000000; }
      #footer .footer-top .mc4wp-form-fields .email-field::placeholder,
      .c-modal-footer .footer-top .mc4wp-form-fields .email-field::placeholder {
        color: #000000; }
    #footer .footer-top .mc4wp-form-fields .submit,
    .c-modal-footer .footer-top .mc4wp-form-fields .submit {
      width: 16px;
      height: 26px;
      cursor: pointer;
      position: absolute;
      right: 20px;
      font-size: 30px;
      line-height: 1;
      top: 20px;
      text-indent: -999999px;
      z-index: 1; }
  #footer .footer-top .social-links,
  .c-modal-footer .footer-top .social-links {
    margin-top: 50px; }

.footer-bottom {
  border-top: 1px solid #c3c3c3;
  padding: 25px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1; }
  .footer-bottom .menu-utility ul,
  .footer-bottom .copyright ul {
    text-align: left; }
    .footer-bottom .menu-utility ul li,
    .footer-bottom .copyright ul li {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      padding-right: 30px;
      white-space: nowrap; }
  @media (max-width: 1023px) {
    .footer-bottom .copyright {
      margin-top: 20px; } }

@media only screen and (min-width: 896px) {
  .c-modal-footer .footer-top {
    width: 100%;
    max-width: none; } }

@media (max-width: 1023px) {
  .c-modal-footer .footer-top {
    margin-bottom: 100px; } }

/*--------------------------------------------------------------
# slick;
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-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 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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%;
  width: 100% !important;
  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; }

/*--------------------------------------------------------------
# Text
--------------------------------------------------------------*/
body {
  font-family: "Graphik LCG Web", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 20px;
  color: #18252c;
  letter-spacing: -0.08px;
  line-height: 27px; }
  body a {
    font-family: "Graphik LCG Web", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal; }
  body strong,
  body b {
    font-weight: 600; }
  body em {
    font-style: italic;
    font-weight: 300; }
  body em strong {
    font-style: italic;
    font-weight: 500; }
  body .meta {
    font-family: "Graphik LCG Web", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 1rem; }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    font-weight: 500; }
  body .nav-main ul li:last-child {
    color: #e22424; }
  body .nav-main ul li a {
    font-size: 14px;
    font-weight: 700; }
  body .article-body .article-wysiwyg h1,
  body .article-body .text-wysiwyg h1,
  body .article-body .person-content h1 {
    font-size: 2.3em;
    line-height: 45px; }
  body .article-body .article-wysiwyg > p,
  body .article-body .article-wysiwyg ul li,
  body .article-body .article-wysiwyg ol li,
  body .article-body .article-wysiwyg .result-shield-container > .tlid-translation,
  body .article-body .text-wysiwyg > p,
  body .article-body .text-wysiwyg ul li,
  body .article-body .text-wysiwyg ol li,
  body .article-body .text-wysiwyg .result-shield-container > .tlid-translation,
  body .article-body .person-content > p,
  body .article-body .person-content ul li,
  body .article-body .person-content ol li,
  body .article-body .person-content .result-shield-container > .tlid-translation {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
    @media only screen and (min-width: 1024px) {
      body .article-body .article-wysiwyg > p,
      body .article-body .article-wysiwyg ul li,
      body .article-body .article-wysiwyg ol li,
      body .article-body .article-wysiwyg .result-shield-container > .tlid-translation,
      body .article-body .text-wysiwyg > p,
      body .article-body .text-wysiwyg ul li,
      body .article-body .text-wysiwyg ol li,
      body .article-body .text-wysiwyg .result-shield-container > .tlid-translation,
      body .article-body .person-content > p,
      body .article-body .person-content ul li,
      body .article-body .person-content ol li,
      body .article-body .person-content .result-shield-container > .tlid-translation {
        font-size: 19px;
        line-height: 1.6; } }
  body .article-body .article-wysiwyg::after,
  body .article-body .text-wysiwyg::after,
  body .article-body .person-content::after {
    content: "";
    display: table;
    clear: both; }
  body .article-body p i {
    font-style: italic; }
  body .perfect-pullquote {
    font-weight: 500; }
    body .perfect-pullquote blockquote p {
      color: #e22424 !important;
      font-size: 16px;
      letter-spacing: -0.05px;
      line-height: 20px; }
    body .perfect-pullquote blockquote span {
      font-weight: 500 !important; }
    @media only screen and (min-width: 1024px) {
      body .perfect-pullquote.pullquote-align-left blockquote p {
        font-size: 36px !important;
        line-height: 40px; } }
    @media only screen and (min-width: 1024px) {
      body .perfect-pullquote.pullquote-align-right blockquote p {
        line-height: 32px;
        font-size: 24px !important;
        font-weight: 500;
        letter-spacing: -0.37px; } }
  body .pattern.red-bg, body .pattern.blue-bg {
    color: #ffffff; }
    body .pattern.red-bg h3,
    body .pattern.red-bg h2, body .pattern.blue-bg h3,
    body .pattern.blue-bg h2 {
      color: #ffffff; }
  body .pattern.blue-bg .desc {
    color: #8a8a8a; }
  body .pattern.homepage-headline .homepage-headline__text,
  body .pattern.homepage-headline .headline__text, body .pattern.headline .homepage-headline__text,
  body .pattern.headline .headline__text {
    font-size: 32px;
    line-height: 32px; }
    @media only screen and (min-width: 896px) {
      body .pattern.homepage-headline .homepage-headline__text,
      body .pattern.homepage-headline .headline__text, body .pattern.headline .homepage-headline__text,
      body .pattern.headline .headline__text {
        font-size: 40px;
        line-height: 42px; } }
    @media only screen and (min-width: 1024px) {
      body .pattern.homepage-headline .homepage-headline__text,
      body .pattern.homepage-headline .headline__text, body .pattern.headline .homepage-headline__text,
      body .pattern.headline .headline__text {
        font-size: 3.333em;
        line-height: 58px; } }
    body .pattern.homepage-headline .homepage-headline__text li,
    body .pattern.homepage-headline .headline__text li, body .pattern.headline .homepage-headline__text li,
    body .pattern.headline .headline__text li {
      color: #e22424; }
  body .pattern.homepage-feature-block-two .feature-details .label {
    font-size: 17px; }
  body .pattern.homepage-featured-block-one.white-bg .cta a {
      border-color: #e22424;
    color: #e22424;
  }
  body .pattern.homepage-featured-block-one.white-bg .cta a:hover span {
      color: #fff;
}
  body .pattern.homepage-featured-block-one.white-bg .cta a span {
      color: #e22424;
  }
    @media only screen and (min-width: 1024px) {
      body .pattern.homepage-feature-block-two .feature-details .label {
        font-size: 0.833em; } }
  body .pattern.homepage-feature-block-two .feature-details h2 {
    text-align: left;
    font-size: 28px;
    line-height: 30px; }
    @media only screen and (min-width: 1024px) {
      body .pattern.homepage-feature-block-two .feature-details h2 {
        font-size: 3.125rem;
        line-height: 49px; } }
  body .pattern.homepage-feature-block-two .feature-description {
    text-align: left;
    font-size: 16px;
    line-height: 20px; }
    @media only screen and (min-width: 1024px) {
      body .pattern.homepage-feature-block-two .feature-description {
        font-size: 0.833em;
        line-height: 27px; } }
    
    body .pattern.homepage-feature-block-one .cta {
        margin-top: 28px;
    }
    body .pattern.homepage-feature-block-one.white-bg .cta a {
        border-color: #e22424;
        color: #e22424;
    }
    body .pattern.homepage-feature-block-one.white-bg .cta a:hover span {
        color: #fff;
    }
    body .pattern.homepage-feature-block-one.white-bg .cta a span {
        color: #e22424;
    }
    body .pattern.homepage-feature-block-one.white-bg .cta.box a:before {
        background-color: #e22424;
    }
    
    body .pattern.homepage-feature-block-one.blue-bg .cta a {
        background-color: #e22424;
        border-color: #e22424;
        color: #fff;
    }
    body .pattern.homepage-feature-block-one.blue-bg .cta a:hover span {
        color: #e22424;
    }
    body .pattern.homepage-feature-block-one.blue-bg .cta a span {
        color: #fff;
    }
    body .pattern.homepage-feature-block-one.blue-bg .cta.box a:before {
        background-color: #fff;
    }
    
  body .pattern.homepage-feature-block-one h2,
  body .pattern.homepage-feature-block-one h2 p {
    font-size: 50px !important;
    line-height: 48px !important;
    color: #ffffff; }
  body .pattern.homepage-feature-block-one.white-bg .details .label,
  body .pattern.homepage-feature-block-one.white-bg .details h2,
  body .pattern.homepage-feature-block-one.white-bg .details h2 p,
  body .pattern.homepage-feature-block-one.white-bg .details p {
    color: #000000; }
  body .pattern.featured-card.featured-item .details {
    color: #000000; }
    body .pattern.featured-card.featured-item .details .meta {
      color: #000000; }
    body .pattern.featured-card.featured-item .details h3 {
      color: #000000; }
    body .pattern.featured-card.featured-item .details p {
      color: #000000; }
  @media only screen and (min-width: 1024px) {
    body .pattern.video-callout .video-title {
      font-size: 1.333em;
      line-height: 27px; } }
  body .pattern.video-callout .video-desc, body .pattern.video-callout .video-status {
    font-size: 16px;
    line-height: 20px; }
    @media only screen and (min-width: 1024px) {
      body .pattern.video-callout .video-desc, body .pattern.video-callout .video-status {
        font-size: 0.833em;
        line-height: 27px; } }
  body .pattern .block-title {
    font-size: 28px; }
    @media only screen and (min-width: 1024px) {
      body .pattern .block-title {
        font-size: 38px;
        line-height: 42px; } }
  body .pattern .article-body h2, body .pattern .article-body h3, body .pattern .article-body h4, body .pattern .article-body h5 {
    margin-bottom: 20px; }
  body .pattern .map-container .hotspot-label {
    font-size: 13px;
    line-height: 19px; }
    @media only screen and (min-width: 1024px) {
      body .pattern .map-container .hotspot-label {
        font-size: 0.722em;
        line-height: 1.389em; } }
  body.card-block.featured-card .cards .card.topics div p,
  body.card-block.featured-card .cards .card.topics div .topics__label {
    font-size: 16px;
    line-height: 20px;
    color: #a1a1a1;
    text-transform: none; }
    @media only screen and (min-width: 1024px) {
      body.card-block.featured-card .cards .card.topics div p,
      body.card-block.featured-card .cards .card.topics div .topics__label {
        font-size: 0.833em;
        line-height: 27px; } }
    body.card-block.featured-card .cards .card.topics div p a,
    body.card-block.featured-card .cards .card.topics div .topics__label a {
      color: #e22424;
      text-decoration: underline;
      font-size: 24px;
      line-height: 31px; }
  body.card-block.featured-card .details {
    color: #ffffff; }
    body.card-block.featured-card .details h3 {
      font-size: 38px;
      line-height: 48px;
      color: #ffffff; }
    body.card-block.featured-card .details .meta {
      font-size: 13px;
      text-transform: uppercase; }
    body.card-block.featured-card .details p {
      font-size: 15px;
      line-height: 20px; }
  body.card-block.featured-card .cta.solid a {
    color: #ffffff; }
  body .footer-bottom .menu-utility,
  body .footer-bottom .copyright {
    text-align: right; }
    body .footer-bottom .menu-utility ul li,
    body .footer-bottom .copyright ul li {
      text-align: left; }
      body .footer-bottom .menu-utility ul li a,
      body .footer-bottom .copyright ul li a {
        color: #e22424;
        font-size: 0.778em;
        text-transform: uppercase; }
    body .footer-bottom .menu-utility p,
    body .footer-bottom .copyright p {
      font-size: 0.778em; }
  body .pattern.homepage-feature-block-one h2,
  body .pattern.homepage-feature-block-one h2 p {
    font-size: 50px !important;
    line-height: 48px !important;
    color: #ffffff; }
  body .pattern.homepage-feature-block-one.white-bg .details .label,
  body .pattern.homepage-feature-block-one.white-bg .details h2,
  body .pattern.homepage-feature-block-one.white-bg .details h2 p,
  body .pattern.homepage-feature-block-one.white-bg .details p {
    color: #000000; }
  body .detail-page {
    letter-spacing: 0.3px;
    letter-spacing: 0.3px; }
    body .detail-page .article-meta-data .article-tags .row div h5, body .detail-page .article-meta-data .article-tags .archive-content form ul div h5, .archive-content form body .detail-page .article-meta-data .article-tags ul div h5 {
      font-family: "Roboto Condensed", sans-serif;
      letter-spacing: 0.3px;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 19px; }
      @media only screen and (min-width: 1024px) {
        body .detail-page .article-meta-data .article-tags .row div h5, body .detail-page .article-meta-data .article-tags .archive-content form ul div h5, .archive-content form body .detail-page .article-meta-data .article-tags ul div h5 {
          font-size: 0.722em;
          line-height: 1.389em; } }
    body .detail-page .article-meta-data .article-tags .row div p, body .detail-page .article-meta-data .article-tags .archive-content form ul div p, .archive-content form body .detail-page .article-meta-data .article-tags ul div p {
      font-size: 16px;
      line-height: 20px; }
      @media only screen and (min-width: 1024px) {
        body .detail-page .article-meta-data .article-tags .row div p, body .detail-page .article-meta-data .article-tags .archive-content form ul div p, .archive-content form body .detail-page .article-meta-data .article-tags ul div p {
          font-size: 0.833em;
          line-height: 27px; } }
    body .detail-page .article-meta-data .article-tags .row div a, body .detail-page .article-meta-data .article-tags .archive-content form ul div a, .archive-content form body .detail-page .article-meta-data .article-tags ul div a {
      color: #e22424;
      text-decoration: underline; }
    body .detail-page .slideshow-wrapper .slideshow-nav .paging-info {
      font-size: 15px; }
    body .detail-page .slideshow-wrapper .slideshow-nav button {
      color: #e22424; }
    body .detail-page .slideshow-wrapper .caption {
      font-size: 15px; }
    body .detail-page .author-callout p {
      letter-spacing: 0.3px;
      line-height: 22px;
      text-transform: none; }
  body .pattern.featured-card .cards .card.topics .topics__label {
    font-size: 16px;
    line-height: 20px;
    color: #18252c;
    text-transform: none; }
    @media only screen and (min-width: 1024px) {
      body .pattern.featured-card .cards .card.topics .topics__label {
        font-size: 0.833em;
        line-height: 27px; } }
  body .pattern.featured-card .cards .card.topics div p {
    font-size: 16px;
    line-height: 20px;
    color: #18252c;
    text-transform: none; }
    @media only screen and (min-width: 1024px) {
      body .pattern.featured-card .cards .card.topics div p {
        font-size: 0.833em;
        line-height: 27px; } }
  body .pattern.featured-card .cards .card.topics div ul li {
    color: #18252c; }
    body .pattern.featured-card .cards .card.topics div ul li a {
      font-size: 24px;
      line-height: 31px; }
  body .pattern.featured-card .details {
    color: #18252c; }
    body .pattern.featured-card .details h3 {
      font-size: 20px;
      line-height: 27px;
      color: #18252c; }
      @media only screen and (min-width: 1024px) {
        body .pattern.featured-card .details h3 {
          font-size: 38px;
          line-height: 48px; } }
    body .pattern.featured-card .details .meta {
      font-size: 16px;
      line-height: 20px;
      color: #18252c; }
      @media only screen and (min-width: 1024px) {
        body .pattern.featured-card .details .meta {
          font-size: 0.833em;
          line-height: 27px; } }
    body .pattern.featured-card .details p {
      font-size: 15px;
      line-height: 20px; }
  body .pattern.featured-card .cta.solid a {
    color: #ffffff; }
  body .pattern.featured-card.red-bg .details, body .pattern.featured-card.blue-bg .details {
    color: #ffffff; }
    body .pattern.featured-card.red-bg .details h3,
    body .pattern.featured-card.red-bg .details .meta, body .pattern.featured-card.blue-bg .details h3,
    body .pattern.featured-card.blue-bg .details .meta {
      color: #ffffff; }
  body .pattern.featured-card.red-bg .cards .card.topics p,
  body .pattern.featured-card.red-bg .cards .card.topics a,
  body .pattern.featured-card.red-bg .cards .card.topics li {
    color: #ffffff; }
  body .pattern.featured-card.blue-bg .details .meta {
    color: #a1a1a1; }
  body .pattern.featured-card.blue-bg .cards .card.topics p,
  body .pattern.featured-card.blue-bg .cards .card.topics li,
  body .pattern.featured-card.blue-bg .cards .card.topics .topics__label {
    color: #a1a1a1; }
  body h2 {
    font-size: 28px;
    color: #18252c;
    letter-spacing: -0.05px;
    line-height: 32px; }
    @media only screen and (min-width: 1024px) {
      body h2 {
        font-size: 38px;
        line-height: 38px; } }
  body h3 {
    font-size: 23px;
    line-height: 26px; }
    @media only screen and (min-width: 1024px) {
      body h3 {
        font-size: 32px;
        line-height: 36px; } }
  body h4 {
    font-weight: 700;
    font-size: 20px; }
    @media only screen and (min-width: 1024px) {
      body h4 {
        font-size: 22px;
        line-height: 1.4;
        letter-spacing: -0.08px; } }
  body h5 {
    font-weight: 700;
    color: #e22424;
    text-transform: uppercase;
    font-size: 14px; }
    @media only screen and (min-width: 1024px) {
      body h5 {
        font-size: 15px; } }
  body #footer a,
  body .c-modal-footer a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.7em;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700; }
body #footer form p a{
	color:#000000;
}
  body #footer .submit,
  body .c-modal-footer .submit {
    color: #e22424; }
  body #footer .cta-on-mobile,
  body .c-modal-footer .cta-on-mobile {
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(8%, currentColor), color-stop(8%, currentColor));
    background-image: linear-gradient(transparent 92%, currentColor 8%, currentColor 8%);
    display: inline;
    -webkit-transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
    body #footer .cta-on-mobile:hover,
    body .c-modal-footer .cta-on-mobile:hover {
      background-size: 100% 100%;
      background-position: left;
      -webkit-transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
  @media (max-width: 1023px) {
    body #footer .give,
    body #footer .address,
    body .c-modal-footer .give,
    body .c-modal-footer .address {
      font-size: 16px;
      line-height: 24px; } }
  @media only screen and (max-width: 1023px) and (min-width: 1024px) {
    body #footer .give,
    body #footer .address,
    body .c-modal-footer .give,
    body .c-modal-footer .address {
      font-size: 1em;
      line-height: 24px; } }
  body #footer .email-field,
  body .c-modal-footer .email-field {
    font-size: 16px;
    line-height: 20px;
    font-family: "Rubik", sans-serif;
    color: #000000; }
    @media only screen and (min-width: 1024px) {
      body #footer .email-field,
      body .c-modal-footer .email-field {
        font-size: 0.833em;
        line-height: 27px; } }
  @media only screen and (min-width: 1024px) {
    body #footer .h3,
    body .c-modal-footer .h3 {
      font-size: 2.3em;
      line-height: 43px; } }
  body #footer p,
  body .c-modal-footer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
    @media only screen and (min-width: 1024px) {
      body #footer p,
      body .c-modal-footer p {
        font-size: 19px;
        line-height: 1.6; } }
  body .footer-bottom .menu-utility,
  body .footer-bottom .copyright {
    text-align: right; }
    body .footer-bottom .menu-utility ul li a,
    body .footer-bottom .copyright ul li a {
      color: #e22424 !important;
      font-size: 14px;
      text-transform: uppercase;
      padding-bottom: 4px;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: bold;
      text-shadow: 0.1px 0 0 #ffffff;
      -webkit-transition: all 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: all 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      text-transform: uppercase;
      background-size: 0% 100%;
      background-repeat: no-repeat;
      background-position: right;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(8%, currentColor), color-stop(8%, currentColor));
      background-image: linear-gradient(transparent 92%, currentColor 8%, currentColor 8%);
      display: inline;
      -webkit-transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
      body .footer-bottom .menu-utility ul li a:hover,
      body .footer-bottom .copyright ul li a:hover {
        background-size: 100% 100%;
        background-position: left;
        -webkit-transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
        transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
    body .footer-bottom .menu-utility ul li .current_page_ancestor a,
    body .footer-bottom .menu-utility ul li .is-active a,
    body .footer-bottom .copyright ul li .current_page_ancestor a,
    body .footer-bottom .copyright ul li .is-active a {
      text-shadow: 0.1px 0 0 currentColor;
      background-size: 100% 100%;
      background-position: left;
      -webkit-transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
    body .footer-bottom .menu-utility p,
    body .footer-bottom .copyright p {
      font-size: 0.778em; }
  @media (max-width: 1023px) {
    body .footer-bottom .copyright p {
      text-align: left; } }
  body .red {
    color: #e22424; }

.archive-header .topics-block .label {
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  padding: 10px 0; }
  @media only screen and (min-width: 1024px) {
    .archive-header .topics-block .label {
      font-size: 0.722em;
      line-height: 1.389em; } }

.archive-header .topics-block ul li {
  color: #000000;
  padding-right: 10px !important; }
  .archive-header .topics-block ul li a {
    font-size: 1.222em;
    display: inline-block; }

.article-header,
.archive-header,
.headline,
.fellows-intro {
  font-size: 0.889em;
  line-height: 32px; }
  .article-header .page-head,
  .archive-header .page-head,
  .headline .page-head,
  .fellows-intro .page-head {
    font-size: 32px;
    line-height: 30px; }
    @media only screen and (min-width: 640px) {
      .article-header .page-head,
      .archive-header .page-head,
      .headline .page-head,
      .fellows-intro .page-head {
        font-size: 38px;
        line-height: 36px; } }
    @media only screen and (min-width: 1024px) {
      .article-header .page-head,
      .archive-header .page-head,
      .headline .page-head,
      .fellows-intro .page-head {
        font-size: 3.111em;
        line-height: 58px; } }
  .article-header .page-subhead,
  .archive-header .page-subhead,
  .headline .page-subhead,
  .fellows-intro .page-subhead {
    color: #e22424;
    font-size: 28px; }
    @media only screen and (min-width: 1024px) {
      .article-header .page-subhead,
      .archive-header .page-subhead,
      .headline .page-subhead,
      .fellows-intro .page-subhead {
        font-size: 38px;
        line-height: 42px; } }
    @media only screen and (min-width: 1024px) {
      .article-header .page-subhead,
      .archive-header .page-subhead,
      .headline .page-subhead,
      .fellows-intro .page-subhead {
        line-height: 43px; } }

.sf-input-select {
  font-size: 15px;
  font-weight: 500; }

.page-template-page-fellowship .pattern.red-bg .cta a,
.page-template-page-country_fellowship .pattern.red-bg .cta a,
.page-template-page-opportunities .pattern.red-bg .cta a,
.page-template-default .pattern.red-bg .cta a,
.page-template-page-team_member_detail .pattern.red-bg .cta a {
  color: #ffffff; }

.page-template-page-fellowship .pattern.white-bg .cta a,
.page-template-page-country_fellowship .pattern.white-bg .cta a,
.page-template-page-opportunities .pattern.white-bg .cta a,
.page-template-default .pattern.white-bg .cta a,
.page-template-page-team_member_detail .pattern.white-bg .cta a {
  color: #000000; }

.page-template-page-fellowship .pattern.blue-bg .cta a,
.page-template-page-country_fellowship .pattern.blue-bg .cta a,
.page-template-page-opportunities .pattern.blue-bg .cta a,
.page-template-default .pattern.blue-bg .cta a,
.page-template-page-team_member_detail .pattern.blue-bg .cta a {
  color: #ffffff; }

.page-template-page-fellowship .pattern.fellows-intro .details,
.page-template-page-country_fellowship .pattern.fellows-intro .details,
.page-template-page-opportunities .pattern.fellows-intro .details,
.page-template-default .pattern.fellows-intro .details,
.page-template-page-team_member_detail .pattern.fellows-intro .details {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px; }
  @media only screen and (min-width: 1024px) {
    .page-template-page-fellowship .pattern.fellows-intro .details,
    .page-template-page-country_fellowship .pattern.fellows-intro .details,
    .page-template-page-opportunities .pattern.fellows-intro .details,
    .page-template-default .pattern.fellows-intro .details,
    .page-template-page-team_member_detail .pattern.fellows-intro .details {
      font-size: 1em;
      line-height: 24px; } }
  @media only screen and (min-width: 1024px) {
    .page-template-page-fellowship .pattern.fellows-intro .details,
    .page-template-page-country_fellowship .pattern.fellows-intro .details,
    .page-template-page-opportunities .pattern.fellows-intro .details,
    .page-template-default .pattern.fellows-intro .details,
    .page-template-page-team_member_detail .pattern.fellows-intro .details {
      font-size: 19px;
      line-height: 1.6; } }
  .page-template-page-fellowship .pattern.fellows-intro .details .detail .block-index,
  .page-template-page-fellowship .pattern.fellows-intro .details .detail h6,
  .page-template-page-country_fellowship .pattern.fellows-intro .details .detail .block-index,
  .page-template-page-country_fellowship .pattern.fellows-intro .details .detail h6,
  .page-template-page-opportunities .pattern.fellows-intro .details .detail .block-index,
  .page-template-page-opportunities .pattern.fellows-intro .details .detail h6,
  .page-template-default .pattern.fellows-intro .details .detail .block-index,
  .page-template-default .pattern.fellows-intro .details .detail h6,
  .page-template-page-team_member_detail .pattern.fellows-intro .details .detail .block-index,
  .page-template-page-team_member_detail .pattern.fellows-intro .details .detail h6 {
    color: #e22424;
    margin-bottom: 6px; }
    @media only screen and (min-width: 1024px) {
      .page-template-page-fellowship .pattern.fellows-intro .details .detail .block-index,
      .page-template-page-fellowship .pattern.fellows-intro .details .detail h6,
      .page-template-page-country_fellowship .pattern.fellows-intro .details .detail .block-index,
      .page-template-page-country_fellowship .pattern.fellows-intro .details .detail h6,
      .page-template-page-opportunities .pattern.fellows-intro .details .detail .block-index,
      .page-template-page-opportunities .pattern.fellows-intro .details .detail h6,
      .page-template-default .pattern.fellows-intro .details .detail .block-index,
      .page-template-default .pattern.fellows-intro .details .detail h6,
      .page-template-page-team_member_detail .pattern.fellows-intro .details .detail .block-index,
      .page-template-page-team_member_detail .pattern.fellows-intro .details .detail h6 {
        font-size: 1.333em;
        line-height: 27px; } }
  .page-template-page-fellowship .pattern.fellows-intro .details .detail p,
  .page-template-page-country_fellowship .pattern.fellows-intro .details .detail p,
  .page-template-page-opportunities .pattern.fellows-intro .details .detail p,
  .page-template-default .pattern.fellows-intro .details .detail p,
  .page-template-page-team_member_detail .pattern.fellows-intro .details .detail p {
    font-size: 16px;
    line-height: 24px; }
    @media only screen and (min-width: 1024px) {
      .page-template-page-fellowship .pattern.fellows-intro .details .detail p,
      .page-template-page-country_fellowship .pattern.fellows-intro .details .detail p,
      .page-template-page-opportunities .pattern.fellows-intro .details .detail p,
      .page-template-default .pattern.fellows-intro .details .detail p,
      .page-template-page-team_member_detail .pattern.fellows-intro .details .detail p {
        font-size: 1em;
        line-height: 24px; } }

.page-template-page-country_fellowship .fellows-intro .details .label {
  color: #a1a1a1;
  font-size: 0.833em; }

.page-template-page-country_fellowship .fellows-intro .details ul li a {
  text-decoration: none; }

.detail-page .article-body a,
.page-template-default .article-body a,
.page-template-page-become_a_fellow .article-body a,
.page-template-page-team_member_detail .article-body a {
  color: #e22424; }

.detail-page .article-body .sponsors .sponsor-block h4,
.page-template-default .article-body .sponsors .sponsor-block h4,
.page-template-page-become_a_fellow .article-body .sponsors .sponsor-block h4,
.page-template-page-team_member_detail .article-body .sponsors .sponsor-block h4 {
  line-height: 27px;
  font-weight: 500; }

.news-items.list .news-items-container .row h5, .news-items.list .news-items-container .archive-content form ul h5, .archive-content form .news-items.list .news-items-container ul h5 {
  font-size: 28px;
  color: #ffffff; }
  @media only screen and (min-width: 1024px) {
    .news-items.list .news-items-container .row h5, .news-items.list .news-items-container .archive-content form ul h5, .archive-content form .news-items.list .news-items-container ul h5 {
      font-size: 38px;
      line-height: 42px; } }

.news-items.list .news-items-container .row p, .news-items.list .news-items-container .archive-content form ul p, .archive-content form .news-items.list .news-items-container ul p {
  font-size: 15px;
  line-height: 20px;
  color: #a1a1a1; }
  .news-items.list .news-items-container .row p.meta, .news-items.list .news-items-container .archive-content form ul p.meta, .archive-content form .news-items.list .news-items-container ul p.meta {
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 16px;
    color: #ffffff;
    text-transform: uppercase; }

.page-template-archive-senior_fellows .featured-card .featured-item-details .details .project-location,
.page-template-page-fellowship_aggregate .featured-card .featured-item-details .details .project-location,
.page-template-page-featured_senior_fellows .featured-card .featured-item-details .details .project-location {
  color: #e22424;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 19px; }
  @media only screen and (min-width: 1024px) {
    .page-template-archive-senior_fellows .featured-card .featured-item-details .details .project-location,
    .page-template-page-fellowship_aggregate .featured-card .featured-item-details .details .project-location,
    .page-template-page-featured_senior_fellows .featured-card .featured-item-details .details .project-location {
      font-size: 0.722em;
      line-height: 1.389em; } }

.page-template-archive-senior_fellows .archive-content .search-filter-results .project-location,
.page-template-page-fellowship_aggregate .archive-content .search-filter-results .project-location,
.page-template-page-featured_senior_fellows .archive-content .search-filter-results .project-location {
  color: #e22424;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 19px; }
  @media only screen and (min-width: 1024px) {
    .page-template-archive-senior_fellows .archive-content .search-filter-results .project-location,
    .page-template-page-fellowship_aggregate .archive-content .search-filter-results .project-location,
    .page-template-page-featured_senior_fellows .archive-content .search-filter-results .project-location {
      font-size: 0.722em;
      line-height: 1.389em; } }

.lang-toggle-option {
  text-transform: uppercase; }

.c-modal.c-modal--sidebar {
  color: #ffffff; }
  .c-modal.c-modal--sidebar .c-modal-search div {
    font-size: 25px; }
  .c-modal.c-modal--sidebar .parent-link {
    font-size: 15px;
    line-height: 48px;
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(8%, currentColor), color-stop(8%, currentColor));
    background-image: linear-gradient(transparent 92%, currentColor 8%, currentColor 8%);
    display: inline;
    -webkit-transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
    @media only screen and (min-width: 896px) {
      .c-modal.c-modal--sidebar .parent-link {
        font-size: 28px; } }
    @media only screen and (min-width: 1408px) {
      .c-modal.c-modal--sidebar .parent-link {
        font-size: 40px; } }
    @media only screen and (min-width: 1024px) {
      .c-modal.c-modal--sidebar .parent-link:hover {
        background-size: 100% 100%;
        background-position: left;
        -webkit-transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
        transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); } }
  .c-modal.c-modal--sidebar .parent-item.is-active .parent-link {
    background-size: 100% 100%;
    background-position: left;
    -webkit-transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
  .c-modal.c-modal--sidebar .child-nav .child-item .child-link {
    font-size: 16px;
    line-height: 24px;
    color: #a1a1a1;
    line-height: 32px;
    -webkit-transition: color 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: color 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
    @media only screen and (min-width: 1024px) {
      .c-modal.c-modal--sidebar .child-nav .child-item .child-link {
        font-size: 1em;
        line-height: 24px; } }
    .c-modal.c-modal--sidebar .child-nav .child-item .child-link:hover {
      -webkit-transition: color 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: color 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      color: #ffffff !important; }
  .c-modal.c-modal--sidebar .child-nav .child-item.is-active .child-link {
    -webkit-transition: color 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: color 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    color: #ffffff !important; }
  .c-modal.c-modal--sidebar .c-modal-footer h3 {
    color: #ffffff;
    font-size: 15px;
    line-height: 48px; }
    @media only screen and (min-width: 896px) {
      .c-modal.c-modal--sidebar .c-modal-footer h3 {
        font-size: 28px; } }
    @media only screen and (min-width: 1408px) {
      .c-modal.c-modal--sidebar .c-modal-footer h3 {
        font-size: 40px; } }

.pattern.news-events-list .upcoming-event .row p, .pattern.news-events-list .upcoming-event .archive-content form ul p, .archive-content form .pattern.news-events-list .upcoming-event ul p {
  font-size: 15px;
  line-height: 20px; }
  .pattern.news-events-list .upcoming-event .row p.meta, .pattern.news-events-list .upcoming-event .archive-content form ul p.meta, .archive-content form .pattern.news-events-list .upcoming-event ul p.meta {
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 16px;
    color: #e22424;
    text-transform: uppercase; }

.pattern.news-events-list .upcoming-event .row h5, .pattern.news-events-list .upcoming-event .archive-content form ul h5, .archive-content form .pattern.news-events-list .upcoming-event ul h5 {
  font-size: 1.778em;
  line-height: 36px; }

.pattern.news-events-list .upcoming-event .row .intro, .pattern.news-events-list .upcoming-event .archive-content form ul .intro, .archive-content form .pattern.news-events-list .upcoming-event ul .intro {
  font-size: 15px;
  line-height: 20px; }

.pattern.blue-bg .upcoming-event .row p, .pattern.blue-bg .upcoming-event .archive-content form ul p, .archive-content form .pattern.blue-bg .upcoming-event ul p {
  color: #ffffff; }

.pattern.blue-bg .upcoming-event .row h5 a, .pattern.blue-bg .upcoming-event .archive-content form ul h5 a, .archive-content form .pattern.blue-bg .upcoming-event ul h5 a {
  color: #ffffff; }

.pattern.blue-bg .upcoming-event .row .intro, .pattern.blue-bg .upcoming-event .archive-content form ul .intro, .archive-content form .pattern.blue-bg .upcoming-event ul .intro {
  color: #a1a1a1; }

.pattern.red-bg .upcoming-event .row p, .pattern.red-bg .upcoming-event .archive-content form ul p, .archive-content form .pattern.red-bg .upcoming-event ul p {
  color: #ffffff; }
  .pattern.red-bg .upcoming-event .row p.meta, .pattern.red-bg .upcoming-event .archive-content form ul p.meta, .archive-content form .pattern.red-bg .upcoming-event ul p.meta {
    color: #ffffff; }

.pattern.red-bg .upcoming-event .row h5 a, .pattern.red-bg .upcoming-event .archive-content form ul h5 a, .archive-content form .pattern.red-bg .upcoming-event ul h5 a {
  color: #ffffff; }

.pattern.red-bg .upcoming-event .row .intro, .pattern.red-bg .upcoming-event .archive-content form ul .intro, .archive-content form .pattern.red-bg .upcoming-event ul .intro {
  color: #ffffff; }

.topics ul li,
.topics-block ul li {
  display: inline-block;
  position: relative;
  padding-right: 6px; }
  .topics ul li:not(:last-of-type)::after,
  .topics-block ul li:not(:last-of-type)::after {
    content: ",";
    position: absolute;
    bottom: 0;
    right: 0;
    color: #e22424; }
  .topics ul li a,
  .topics-block ul li a {
    color: #e22424; }

.detail-page .article-body .article-tags .topic-item,
.detail-page .article-body .knowledge-details-right .topic-item {
  display: inline-block; }

.detail-page .article-body .article-tags a:not(.author-callout):not(.knowledge-cta),
.detail-page .article-body .knowledge-details-right a:not(.author-callout):not(.knowledge-cta) {
  position: relative;
  display: inline-block; }
  .detail-page .article-body .article-tags a:not(.author-callout):not(.knowledge-cta):before, .detail-page .article-body .article-tags a:not(.author-callout):not(.knowledge-cta):after,
  .detail-page .article-body .knowledge-details-right a:not(.author-callout):not(.knowledge-cta):before,
  .detail-page .article-body .knowledge-details-right a:not(.author-callout):not(.knowledge-cta):after {
    content: "";
    position: absolute;
    width: calc(100% + 1px);
    height: 1px;
    top: 0;
    display: block; }
  .detail-page .article-body .article-tags a:not(.author-callout):not(.knowledge-cta):before,
  .detail-page .article-body .knowledge-details-right a:not(.author-callout):not(.knowledge-cta):before {
    background-color: currentColor;
    width: 0%;
    left: 0; }
  .detail-page .article-body .article-tags a:not(.author-callout):not(.knowledge-cta):after,
  .detail-page .article-body .knowledge-details-right a:not(.author-callout):not(.knowledge-cta):after {
    background-color: currentColor;
    right: 0;
    width: 100%; }
  .detail-page .article-body .article-tags a:not(.author-callout):not(.knowledge-cta):before, .detail-page .article-body .article-tags a:not(.author-callout):not(.knowledge-cta):after,
  .detail-page .article-body .knowledge-details-right a:not(.author-callout):not(.knowledge-cta):before,
  .detail-page .article-body .knowledge-details-right a:not(.author-callout):not(.knowledge-cta):after {
    top: auto;
    bottom: 0; }
  .detail-page .article-body .article-tags a:not(.author-callout):not(.knowledge-cta):hover:before,
  .detail-page .article-body .knowledge-details-right a:not(.author-callout):not(.knowledge-cta):hover:before {
    -webkit-transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s;
    transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s;
    width: 100%; }
  .detail-page .article-body .article-tags a:not(.author-callout):not(.knowledge-cta):hover:after,
  .detail-page .article-body .knowledge-details-right a:not(.author-callout):not(.knowledge-cta):hover:after {
    -webkit-transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    width: 0%; }

.article-wysiwyg a,
.person-content a,
.text-wysiwyg a {
  color: #e22424 !important;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(8%, currentColor), color-stop(8%, currentColor));
  background-image: linear-gradient(transparent 92%, currentColor 8%, currentColor 8%);
  display: inline;
  -webkit-transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
  transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
  background-size: 100% 100%; }
  .article-wysiwyg a:hover,
  .person-content a:hover,
  .text-wysiwyg a:hover {
    background-position: left;
    -webkit-animation: 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) a-link-hover;
            animation: 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) a-link-hover; }

.article-wysiwyg h1,
.article-wysiwyg h2,
.person-content h1,
.person-content h2,
.text-wysiwyg h1,
.text-wysiwyg h2 {
  margin-bottom: 32px !important; }

.article-wysiwyg h3,
.article-wysiwyg h4,
.person-content h3,
.person-content h4,
.text-wysiwyg h3,
.text-wysiwyg h4 {
  margin-bottom: 20px !important; }

.article-wysiwyg h5,
.person-content h5,
.text-wysiwyg h5 {
  margin-bottom: 8px !important; }

.article-wysiwyg h6,
.person-content h6,
.text-wysiwyg h6 {
  margin-bottom: 12px !important; }

.article-wysiwyg h1,
.article-wysiwyg h2,
.article-wysiwyg h3,
.article-wysiwyg h4,
.article-wysiwyg h5,
.article-wysiwyg h6,
.person-content h1,
.person-content h2,
.person-content h3,
.person-content h4,
.person-content h5,
.person-content h6,
.text-wysiwyg h1,
.text-wysiwyg h2,
.text-wysiwyg h3,
.text-wysiwyg h4,
.text-wysiwyg h5,
.text-wysiwyg h6 {
  margin-top: 10px; }
  .article-wysiwyg h1 .red,
  .article-wysiwyg h2 .red,
  .article-wysiwyg h3 .red,
  .article-wysiwyg h4 .red,
  .article-wysiwyg h5 .red,
  .article-wysiwyg h6 .red,
  .person-content h1 .red,
  .person-content h2 .red,
  .person-content h3 .red,
  .person-content h4 .red,
  .person-content h5 .red,
  .person-content h6 .red,
  .text-wysiwyg h1 .red,
  .text-wysiwyg h2 .red,
  .text-wysiwyg h3 .red,
  .text-wysiwyg h4 .red,
  .text-wysiwyg h5 .red,
  .text-wysiwyg h6 .red {
    color: #e22424; }
  .article-wysiwyg h1 span,
  .article-wysiwyg h2 span,
  .article-wysiwyg h3 span,
  .article-wysiwyg h4 span,
  .article-wysiwyg h5 span,
  .article-wysiwyg h6 span,
  .person-content h1 span,
  .person-content h2 span,
  .person-content h3 span,
  .person-content h4 span,
  .person-content h5 span,
  .person-content h6 span,
  .text-wysiwyg h1 span,
  .text-wysiwyg h2 span,
  .text-wysiwyg h3 span,
  .text-wysiwyg h4 span,
  .text-wysiwyg h5 span,
  .text-wysiwyg h6 span {
    font-weight: 500 !important; }

/*--------------------------------------------------------------
# Menus
--------------------------------------------------------------*/
body button {
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none; }

body .nav-international .nav-background {
  background-color: #18252c;
  height: 45px;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    body .nav-international .nav-background {
      position: fixed;
      top: -1px;
      left: 0px;
      width: 55px;
      height: calc(100% + 1px);
      z-index: 0; } }

body .nav-international .nav-wrapper {
  position: absolute;
  top: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  height: 55px;
  left: 0; }
  @media only screen and (min-width: 1024px) {
    body .nav-international .nav-wrapper {
      width: 55px;
      top: auto;
      position: fixed;
      overflow: visible;
      -webkit-writing-mode: vertical-lr;
          -ms-writing-mode: tb-lr;
              writing-mode: vertical-lr;
      height: 100vh;
      white-space: nowrap;
      width: auto; } }
  @media only screen and (min-width: 1024px) and (-ms-high-contrast: active), only screen and (min-width: 1024px) and (-ms-high-contrast: none) {
    body .nav-international .nav-wrapper {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      width: 55px;
      -webkit-transform-origin: center 50% 0px;
              transform-origin: center 50% 0px; } }
  @media only screen and (min-width: 1024px) {
      @supports (-ms-ime-align: auto) {
        body .nav-international .nav-wrapper {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg);
          width: 55px;
          -webkit-transform-origin: center 50% 0px;
                  transform-origin: center 50% 0px; } } }
  body .nav-international .nav-wrapper .nav-overflow-arrows {
    width: 25px;
    position: absolute;
    z-index: 5;
    left: 0px;
    padding: 10px 12px 0;
    cursor: pointer;
    display: none; }
    body .nav-international .nav-wrapper .nav-overflow-arrows img {
      display: block; }
      @media screen and (min--moz-device-pixel-ratio: 0) {
        body .nav-international .nav-wrapper .nav-overflow-arrows img {
          display: inline-block; } }
    body .nav-international .nav-wrapper .nav-overflow-arrows--top {
      top: 0;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #18252c), to(transparent));
      background-image: linear-gradient(to bottom, #18252c 60%, transparent 100%); }
    body .nav-international .nav-wrapper .nav-overflow-arrows--bottom {
      bottom: 10px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, transparent), to(#18252c));
      background-image: linear-gradient(to top, transparent 30%, #18252c 100%); }
  body .nav-international .nav-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 45px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    @media only screen and (min-width: 1024px) {
      body .nav-international .nav-wrapper ul {
        height: calc(100vh - 20px);
        -ms-writing-mode: tb-lr;
        -webkit-writing-mode: vertical-lr;
                writing-mode: vertical-lr;
        overflow: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        white-space: nowrap; } }
  @media only screen and (min-width: 1024px) and (-ms-high-contrast: active), only screen and (min-width: 1024px) and (-ms-high-contrast: none) {
    body .nav-international .nav-wrapper ul {
      margin-right: -100px;
      direction: rtl; } }
    @media only screen and (min-width: 1024px) {
        @supports (-ms-ime-align: auto) {
          body .nav-international .nav-wrapper ul {
            margin-right: -100px;
            direction: rtl; } } }
    body .nav-international .nav-wrapper ul li {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      position: relative;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      white-space: nowrap;
      padding-left: 20px; }
      body .nav-international .nav-wrapper ul li:before {
        opacity: 0;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 4px 0 4px;
        border-color: red transparent transparent transparent; }
      body .nav-international .nav-wrapper ul li:after {
        opacity: 0;
        content: "";
        width: 100%;
        height: 7px;
        background-color: red;
        position: relative;
        padding: 0 12px;
        left: 0px;
        bottom: -2px; }
        @media only screen and (min-width: 1024px) {
          body .nav-international .nav-wrapper ul li:after {
            width: 7px;
            height: 100%;
            padding: 12px 0;
            left: -9px;
            bottom: 0px; } }
      body .nav-international .nav-wrapper ul li a {
        color: #ffffff;
        font-size: 0.722em;
        opacity: 0.55; }
      @media only screen and (min-width: 1024px) {
        body .nav-international .nav-wrapper ul li {
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none;
          height: auto;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg);
          padding: 12px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; }
          body .nav-international .nav-wrapper ul li:before {
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg); } }
  @media only screen and (min-width: 1024px) and (-ms-high-contrast: active), only screen and (min-width: 1024px) and (-ms-high-contrast: none) {
    body .nav-international .nav-wrapper ul li {
      -webkit-transform: none;
              transform: none;
      margin-left: -40px;
      -ms-writing-mode: tb-rl; } }
      @media only screen and (min-width: 1024px) {
          @supports (-ms-ime-align: auto) {
            body .nav-international .nav-wrapper ul li {
              -webkit-transform: none;
                      transform: none;
              margin-left: -40px;
              -ms-writing-mode: tb-rl; } } }
      @media (max-width: 1023px) {
        body .nav-international .nav-wrapper ul li:first-of-type {
          padding-left: 22px; }
        body .nav-international .nav-wrapper ul li:last-of-type {
          padding-right: 22px; } }
      body .nav-international .nav-wrapper ul li:before, body .nav-international .nav-wrapper ul li:after,
      body .nav-international .nav-wrapper ul li a {
        -webkit-transition: opacity 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
        transition: opacity 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
      body .nav-international .nav-wrapper ul li:hover a, body .nav-international .nav-wrapper ul li.is-active a {
        opacity: 1;
        -webkit-transition: opacity 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
        transition: opacity 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
      body .nav-international .nav-wrapper ul li.is-active:before, body .nav-international .nav-wrapper ul li.is-active:after {
        opacity: 1; }

body .nav-main {
  position: absolute;
  right: 22px;
  height: 100px; }
  @media only screen and (min-width: 1024px) {
    body .nav-main {
      right: 40px; } }
  body .nav-main ul {
    -ms-flex-line-pack: center;
        align-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    -ms-flex-item-align: center;
        align-self: center; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      body .nav-main ul {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }
    body .nav-main ul li {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      white-space: nowrap;
      display: none;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      -ms-flex-item-align: center;
          align-self: center; }
      body .nav-main ul li a:hover {
        background-size: 100% 100%;
        background-position: left;
        -webkit-transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
        transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
      body .nav-main ul li.is-active a,
      body .nav-main ul li.current_page_ancestor a {
        text-shadow: 0.1px 0 0 currentColor;
        background-size: 100% 100%;
        background-position: left;
        -webkit-transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
        transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
      body .nav-main ul li:nth-child(1), body .nav-main ul li:nth-child(2), body .nav-main ul li:last-child {
        display: block; }
      body .nav-main ul li a {
        text-shadow: 0.1px 0 0 #ffffff;
        -webkit-transition: all 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
        transition: all 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
        text-transform: uppercase;
        background-size: 0% 100%;
        background-repeat: no-repeat;
        background-position: right;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(8%, currentColor), color-stop(8%, currentColor));
        background-image: linear-gradient(transparent 92%, currentColor 8%, currentColor 8%);
        display: inline;
        -webkit-transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
        transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
        padding-bottom: 4px; }
      @media only screen and (min-width: 1024px) {
        body .nav-main ul li:nth-child(3) {
          display: block; } }
      @media only screen and (min-width: 1408px) {
        body .nav-main ul li:nth-child(4) {
          display: block; } }
  body .nav-main .m-site-header__additional-nav {
    overflow: visible; }
    body .nav-main .m-site-header__additional-nav li {
      min-width: 0px;
      margin-top: 4px; }
      @media (max-width: 1023px) {
        body .nav-main .m-site-header__additional-nav li.search {
          display: none; } }

body .nav-primary {
  height: 40px;
  padding-right: 10px;
  overflow: hidden; }
  @media (max-width: 1179px) {
    body .nav-primary {
      display: none; } }

body .nav-secondary {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  body .nav-secondary #translate-buttons {
    margin-left: 20px;
    margin-right: 53px; }
    @media (max-width: 639px) {
      body .nav-secondary #translate-buttons {
        margin-right: 35px; } }
    @media only screen and (min-width: 640px) {
      body .nav-secondary #translate-buttons {
        margin-top: -2px;
        margin-right: 40px; } }
    @media (max-width: 639px) {
      body .nav-secondary #translate-buttons .lang-toggle-option {
        padding: 5px;
        font-size: 15px; } }
    @media only screen and (min-width: 1024px) {
      body .nav-secondary #translate-buttons {
        margin-top: 0;
        margin-left: 20px;
        margin-right: 0; } }

body .social-links ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  body .social-links ul li {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    min-width: 25px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
    body .social-links ul li a:hover svg {
      fill: #f73e3e;
      -webkit-transition: fill 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: fill 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
    body .social-links ul li a {
      display: inline-block; }
      body .social-links ul li a svg {
        -webkit-transition: fill 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
        transition: fill 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
        width: 24px;
        height: 24px;
        fill: #18252c; }

body.postid-738 .social-links ul li:nth-child(3){
	display:none;
}

body .lang-toggle {
  margin-left: 2rem; }
  body .lang-toggle li:first-child button {
    border-right: 2px solid #d8d8d8; }
  body .lang-toggle-option {
    color: #d8d8d8;
    padding: 0.5rem;
    line-height: 1;
    -webkit-transition: border 250ms ease-in-out, color 250ms ease-in-out;
    transition: border 250ms ease-in-out, color 250ms ease-in-out; }
    body .lang-toggle-option:active, body .lang-toggle-option:focus {
      outline: none; }
    body .lang-toggle-option:hover {
      cursor: pointer; }
    body .lang-toggle-option:hover, body .lang-toggle-option.active {
      color: #000000; }

@media only screen and (min-width: 640px) {
  .default-subnav__wrap {
    display: none; } }

.default-subnav__toggle-header {
  width: 100%;
  font-family: "Graphik LCG Web", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 15px;
  color: #000000 !important;
  border-color: #000000 !important;
  margin-bottom: 15px;
  position: relative; }
  .default-subnav__toggle-header:before, .default-subnav__toggle-header:after {
    content: "";
    position: absolute;
    width: calc(100% + 1px);
    height: 1px;
    top: 0;
    display: block; }
  .default-subnav__toggle-header:before {
    background-color: currentColor;
    width: 0%;
    left: 0; }
  .default-subnav__toggle-header:after {
    background-color: currentColor;
    right: 0;
    width: 100%; }
  .default-subnav__toggle-header:before, .default-subnav__toggle-header:after {
    top: auto;
    bottom: 0; }
  .default-subnav__toggle-header:hover:before {
    -webkit-transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s;
    transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s;
    width: 100%; }
  .default-subnav__toggle-header:hover:after {
    -webkit-transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    width: 0%; }

.default-subnav__toggle {
  position: relative;
  padding-bottom: 8px;
  display: block;
  width: 100%;
  font-size: 15px;
  text-align: left; }
  .default-subnav__toggle:hover {
    cursor: pointer; }
  .default-subnav__toggle:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #e22424;
    position: absolute;
    right: 10px;
    bottom: 9px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: center;
            transform-origin: center; }
  .default-subnav__toggle.default-subnav__toggle--expanded:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.default-subnav {
  margin-bottom: 50px;
  margin-top: 0px;
  padding-left: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: none; }
  .default-subnav.default-subnav__on {
    display: block; }
  @media only screen and (min-width: 640px) {
    .default-subnav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .default-subnav.default-subnav__on {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .default-subnav li {
    margin-bottom: 15px; }
    @media only screen and (min-width: 1024px) {
      .default-subnav li {
        margin-bottom: 0; } }
    .default-subnav li li {
      max-width: 100%; }
    .default-subnav li a,
    .default-subnav li .default-subnav__more {
      display: block;
      width: 100%;
      font-size: 15px;
      line-height: 1.1;
      padding-bottom: 8px;
      cursor: pointer;
      position: relative; }
      .default-subnav li a:before, .default-subnav li a:after,
      .default-subnav li .default-subnav__more:before,
      .default-subnav li .default-subnav__more:after {
        content: "";
        position: absolute;
        width: calc(100% + 1px);
        height: 1px;
        top: 0;
        display: block; }
      .default-subnav li a:before,
      .default-subnav li .default-subnav__more:before {
        background-color: currentColor;
        width: 0%;
        left: 0; }
      .default-subnav li a:after,
      .default-subnav li .default-subnav__more:after {
        background-color: currentColor;
        right: 0;
        width: 100%; }
      .default-subnav li a:before, .default-subnav li a:after,
      .default-subnav li .default-subnav__more:before,
      .default-subnav li .default-subnav__more:after {
        top: auto;
        bottom: 0; }
      .default-subnav li a:hover:before,
      .default-subnav li .default-subnav__more:hover:before {
        -webkit-transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s;
        transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s;
        width: 100%; }
      .default-subnav li a:hover:after,
      .default-subnav li .default-subnav__more:hover:after {
        -webkit-transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
        transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
        width: 0%; }
    .default-subnav li .default-subnav__more {
      display: none; }
      @media only screen and (min-width: 640px) {
        .default-subnav li .default-subnav__more {
          display: block; } }
    .default-subnav li.parentItem {
      position: relative; }
      @media only screen and (min-width: 640px) {
        .default-subnav li.parentItem:after {
          content: "";
          width: 0;
          height: 0;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          border-top: 8px solid #e22424;
          position: absolute;
          right: 10px;
          bottom: 9px; } }
      @media only screen and (min-width: 640px) {
        .default-subnav li.parentItem:hover .dropdown, .default-subnav li.parentItem.open .dropdown {
          padding: 10px 20px;
          border: 1px solid #000000;
          background-color: #ffffff;
          padding-bottom: 10px;
          height: auto; }
          .default-subnav li.parentItem:hover .dropdown li, .default-subnav li.parentItem.open .dropdown li {
            height: 30px;
            padding: 5px 0; }
            .default-subnav li.parentItem:hover .dropdown li a, .default-subnav li.parentItem.open .dropdown li a {
              border-bottom: 0px; } }
      .default-subnav li.parentItem .dropdown {
        margin: 0 -0.5rem; }
        @media only screen and (min-width: 640px) {
          .default-subnav li.parentItem .dropdown {
            margin: 0;
            position: absolute;
            right: 0;
            top: 23px;
            z-index: 999;
            width: 300px;
            height: 0;
            overflow: hidden; } }
        @media only screen and (min-width: 1200px) {
          .default-subnav li.parentItem .dropdown {
            right: auto;
            left: 8px; } }

.m-site-header__additional-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.m-site-header__toggle {
  width: 2.8rem;
  height: 2.8rem;
  border: 3px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 639px) {
    .m-site-header__toggle {
      margin-right: -0.8rem; } }

.m-site-header__toggle--search svg {
  display: block;
  height: 1.5rem;
  width: 1.5rem; }

.u-hamburger {
  width: 28px;
  position: relative; }
  .u-hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 4px;
    background-color: #303030;
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 0.2s cubic-bezier(0.5, 0, 0.5, 1); }
    .u-hamburger span:nth-child(1) {
      -webkit-transform-origin: top left;
              transform-origin: top left; }
    .u-hamburger span:nth-child(2) {
      opacity: 1; }
    .u-hamburger span:nth-child(3) {
      -webkit-transform-origin: bottom left;
              transform-origin: bottom left;
      margin-bottom: 0; }

.m-site-header__toggle--more {
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer; }
  @media only screen and (min-width: 1024px) {
    .m-site-header__toggle--more {
      position: relative;
      top: auto;
      -webkit-transform: none;
              transform: none; }
      .m-site-header__toggle--more span {
        left: 1.2rem; } }

/*--------------------------------------------------------------
# patterns
--------------------------------------------------------------*/
body .pattern {
  clear: both;
  padding: 40px 0; }
  @media only screen and (min-width: 1024px) {
    body .pattern {
      padding: 50px 0; } }
  body .pattern .block-title {
    margin-bottom: 30px; }
    @media only screen and (min-width: 1024px) {
      body .pattern .block-title {
        margin-bottom: 55px; } }
  body .pattern .body {
    margin-bottom: 50px; }
    body .pattern .body > *:last-of-type {
      margin-bottom: 0; }
  body .pattern .article-body {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  body .pattern.cta-component {
    padding-top: 0px; }
    body .pattern.cta-component .cta {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  body .pattern:first-of-type {
    margin-top: 50px; }
  body .pattern:first-of-type {
    margin-top: 50px; }
  body .pattern.white-bg {
    background-color: #ffffff; }
  body .pattern.red-bg {
    background-color: #e22424; }
  body .pattern.blue-bg {
    background-color: #18252c; }
  body .pattern .cta {
    margin-right: 0px; }
    @media only screen and (min-width: 1024px) {
      body .pattern .cta {
        margin-top: 0;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    body .pattern .cta.box a {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-left: 16px;
      padding-right: 16px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: uppercase;
      margin-left: 0;
      margin-right: 0; }
      body .pattern .cta.box a span {
        width: 90%;
        text-align: left;
        line-height: 1.35rem; }
        body .pattern .cta.box a span.chev {
          width: auto;
          font-size: 1.35rem; }
  body .pattern.homepage-headline, body .pattern.headline {
    padding-top: 0px; }
    @media only screen and (min-width: 1024px) {
      body .pattern.homepage-headline, body .pattern.headline {
        padding-bottom: 140px; } }
    body .pattern.homepage-headline .cta, body .pattern.headline .cta {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      body .pattern.homepage-headline .cta a, body .pattern.headline .cta a {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        height: 38px;
        margin-left: 4px; }
        body .pattern.homepage-headline .cta a span, body .pattern.headline .cta a span {
          padding-right: 40px; }
          body .pattern.homepage-headline .cta a span.chev, body .pattern.headline .cta a span.chev {
            padding-right: 0px; }
      body .pattern.homepage-headline .cta.border-top a, body .pattern.headline .cta.border-top a {
        display: inline-block; }
        body .pattern.homepage-headline .cta.border-top a span:first-of-type, body .pattern.headline .cta.border-top a span:first-of-type {
          padding-right: 80px; }
    body .pattern.homepage-headline .homepage-headline__text, body .pattern.headline .homepage-headline__text {
      line-height: 1; }
      @media only screen and (min-width: 896px) {
        body .pattern.homepage-headline .homepage-headline__text, body .pattern.headline .homepage-headline__text {
          margin-bottom: 45px; } }
      body .pattern.homepage-headline .homepage-headline__text span, body .pattern.headline .homepage-headline__text span {
        display: block; }
      body .pattern.homepage-headline .homepage-headline__text li, body .pattern.headline .homepage-headline__text li {
        display: block;
        min-height: 65px;
        opacity: 0;
        padding-bottom: 10px; }
  body .pattern .details .cta {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    body .pattern .details .cta a {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 38px; }
      body .pattern .details .cta a span {
        padding-right: 40px; }
        body .pattern .details .cta a span.chev {
          padding-right: 0px; }
  @media only screen and (min-width: 1024px) {
    body .pattern.homepage-feature-block {
      padding-top: 60px; } }
  body .pattern.homepage-feature-block-one .details .label {
    padding-right: 40px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 20px;
    margin-top: 10px;
    display: inline-block; }
  body .pattern.homepage-feature-block-one .details h2 {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    body .pattern.homepage-feature-block-one .image-w-shadow {
      margin-left: 30px; } }
  body .pattern.homepage-feature-block-one .image-w-shadow img.shadow {
    left: -25px; }
  body .pattern.homepage-feature-block-one.white-bg .details {
    border-top: 5px solid #000000; }
    body .pattern.homepage-feature-block-one.white-bg .details .label {
      border-color: #000000; }
  body .pattern.homepage-feature-block-one.red-bg .cta {
    border: 0px;
    padding: 0;
  }
  body .pattern.homepage-feature-block-one.red-bg .cta > a {
      border: 2px solid #fff;
  }
  body .pattern.homepage-feature-block-two .images {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    body .pattern.homepage-feature-block-two .images .image-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      body .pattern.homepage-feature-block-two .images .image-container img {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        max-width: none;
        height: 100%; }
    body .pattern.homepage-feature-block-two .images.js-scroll-reveal-trigger--active .left {
      opacity: 0.9; }
    body .pattern.homepage-feature-block-two .images .left {
      z-index: 1; }
      body .pattern.homepage-feature-block-two .images .left .image-container {
        padding-top: 83.8235294117647%; }
    body .pattern.homepage-feature-block-two .images .right {
      -webkit-transform: translateX(-16.6666666667%);
              transform: translateX(-16.6666666667%);
      padding-top: 83.8235294117647%;
      z-index: 0;
      margin-right: -3px; }
  body .pattern.homepage-feature-block-two .feature-details {
    margin-top: 20px; }
    @media only screen and (min-width: 1024px) {
      body .pattern.homepage-feature-block-two .feature-details .homepage-feature-block-headline {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    body .pattern.homepage-feature-block-two .feature-details .homepage-feature-block-headline .label {
      -webkit-transform: translateY(-12px);
              transform: translateY(-12px);
      padding-right: 25px;
      margin-right: 10px;
      border-bottom: 1px solid #000000;
      height: 23px; }
    body .pattern.homepage-feature-block-two .feature-details .feature-description {
      margin-top: 30px;
      width: 100%; }
      @media (max-width: 1023px) {
        body .pattern.homepage-feature-block-two .feature-details .feature-description {
          margin-top: 20px;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      body .pattern.homepage-feature-block-two .feature-details .feature-description p {
        text-align: left; }
        @media (max-width: 895px) {
          body .pattern.homepage-feature-block-two .feature-details .feature-description p {
            margin-bottom: 25px; } }
    @media (max-width: 639px) {
      body .pattern.homepage-feature-block-two .feature-details .cta {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        max-width: none;
        width: calc(100% + 1rem); } }
  body .pattern.homepage-feature-block-two.red-bg .feature-details .homepage-feature-block-headline .label {
    border-color: #ffffff; }
  body .pattern.homepage-feature-block-two.red-bg .feature-details .feature-description .cta a {
    background-color: #ffffff; }
  body .pattern.card-block.news-items .cards {
    max-width: none; }
    body .pattern.card-block.news-items .cards .card.news-item {
      max-width: none; }
      body .pattern.card-block.news-items .cards .card.news-item div h6 {
        display: block;
        margin-bottom: 20px; }
      body .pattern.card-block.news-items .cards .card.news-item div p {
        margin-bottom: 20px; }
  body .pattern.card-block .cta {
    margin-top: 50px; }
  @media only screen and (min-width: 1024px) {
    body .pattern.card-block .cards .card {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  body .pattern.card-block .cards .card div.card-container {
    border-top: 5px solid #ffffff; }
  body .pattern.card-block .cards .card div img {
    width: 100%;
    height: auto; }
  body .pattern.card-block .cards .card div h6 {
    margin: 8px 0 20px; }
  body .pattern.card-block .cards .card div.card-container .image-in-red {
    margin-bottom: 15px; }
  body .pattern.card-block .cards .card div.card-container p {
    margin-bottom: 20px; }
  body .pattern.card-block .cards .card div.card-container .img-container {
    width: 100%;
    padding-top: 100%;
    /* 1:1 Aspect Ratio */
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      body .pattern.card-block .cards .card div.card-container .img-container .im {
        position: static; } }
    @supports (-ms-ime-align: auto) {
      body .pattern.card-block .cards .card div.card-container .img-container .im {
        position: static; } }
    body .pattern.card-block .cards .card div.card-container .img-container img {
      max-width: none;
      position: absolute;
      top: 0;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      font-family: "object-fit: cover";
      left: 0; }
  body .pattern.card-block .cards .card .image-in-red {
    border-top: 0px;
    position: relative;
    padding-top: 100%;
    height: auto;
    overflow: hidden; }
    body .pattern.card-block .cards .card .image-in-red svg {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      height: 100%;
      width: 100%; }
      body .pattern.card-block .cards .card .image-in-red svg image {
        height: auto; }
  body .pattern.card-block.white-bg .cards .card .card-container {
    border-top: 5px solid #000000; }
  body .pattern.card-block.white-bg .cards .action-project {
    border-top: 5px solid #000000; }

body.page-template-page-patterns .nav-international {
  display: none; }

body .featured-card .callout-wrapper {
  margin-bottom: 30px; }

@media only screen and (min-width: 640px) {
  body .featured-card .image-w-shadow {
    margin-right: 40px; } }

body .featured-card .details {
  margin-top: 25px; }
  @media only screen and (min-width: 1024px) {
    body .featured-card .details {
      position: relative;
      border: none !important;
      text-decoration: none !important;
      padding-top: 10px; }
      body .featured-card .details:before, body .featured-card .details:after {
        content: "";
        position: absolute;
        width: calc(100% + 1px);
        height: 1px;
        top: 0;
        display: block; }
      body .featured-card .details:before {
        background-color: currentColor;
        width: 0%;
        left: 0; }
      body .featured-card .details:after {
        background-color: currentColor;
        right: 0;
        width: 100%; }
      body .featured-card .details:before, body .featured-card .details:after {
        height: 7px; }
      body .featured-card .details:before {
        -webkit-transition: width 0s 0.5s, left 0s, right 0s, opacity 0.5s;
        transition: width 0s 0.5s, left 0s, right 0s, opacity 0.5s;
        width: 0%;
        right: 0;
        left: auto;
        opacity: 0;
        z-index: 1; }
      body .featured-card .details:after {
        -webkit-transition: width 0s, left 0s, right 0s, max-width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
        transition: width 0s, left 0s, right 0s, max-width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
        width: 100%;
        left: 0;
        right: auto; } }
  body .featured-card .details h3 {
    margin-bottom: 20px; }
  body .featured-card .details .meta {
    margin-bottom: 20px; }
  body .featured-card .details p {
    margin-bottom: 30px; }
  body .featured-card .details .cta a {
    border-color: #ffffff; }

body .featured-card.w-topics .block-title {
  max-width: 400px; }

@media only screen and (min-width: 640px) {
  body .featured-card.w-topics .image-w-shadow {
    margin-right: 40px; } }

body .featured-card.w-topics .callout-wrapper {
  margin-bottom: 60px; }
  body .featured-card.w-topics .callout-wrapper .author {
    text-transform: uppercase; }
  body .featured-card.w-topics .callout-wrapper .cta a {
    color: inherit; }

body .featured-card.w-topics .cards {
  max-width: none; }
  @media (max-width: 639px) {
    body .featured-card.w-topics .cards .card {
      max-width: 50%; } }
  body .featured-card.w-topics .cards .card.topics {
    max-width: none; }
    @media (max-width: 639px) {
      body .featured-card.w-topics .cards .card.topics {
        max-width: 50%; } }
    @media only screen and (min-width: 1024px) {
      body .featured-card.w-topics .cards .card.topics {
        margin-right: 20px; } }
    body .featured-card.w-topics .cards .card.topics div {
      border-top: 1px solid #18252c;
      padding-top: 18px; }
      body .featured-card.w-topics .cards .card.topics div p {
        margin-bottom: 10px; }

body .featured-card.w-topics.red-bg .card.topics div {
  border-color: #ffffff; }

body .featured-card.w-topics.blue-bg .card.topics div {
  border-color: #a1a1a1; }

body .featured-card.featured-item .details {
  border-color: #000000;
  padding-left: 0px; }
  body .featured-card.featured-item .details h3 {
    margin-bottom: 10px; }
  body .featured-card.featured-item .details .project-location {
    margin-bottom: 10px; }

body .featured-card.senior-fellow {
  padding-right: 0px;
  margin: 0 auto;
  padding-bottom: 0px;
  padding-top: 40px; }
  body .featured-card.senior-fellow .featured-item-details .details {
    margin-top: 0px; }
  body .featured-card.senior-fellow .col-xs-6 figure {
    width: 520px;
    height: 440px;
    background-blend-mode: luminosity;
    -webkit-filter: brightness(150%);
            filter: brightness(150%); }
    body .featured-card.senior-fellow .col-xs-6 figure.shadow {
      z-index: -1;
      opacity: 0.15;
      position: absolute;
      top: 25px;
      right: 5px; }

.body .pattern.white-bg .cards .card div {
  border-top: 5px solid #000000; }

.page-template-page-opportunities .pattern.fellows-intro .callout-wrapper {
  margin-top: 40px; }
  .page-template-page-opportunities .pattern.fellows-intro .callout-wrapper .image-w-shadow {
    margin-bottom: 40px; }
    @media only screen and (min-width: 1024px) {
      .page-template-page-opportunities .pattern.fellows-intro .callout-wrapper .image-w-shadow {
        margin-bottom: 0;
        margin-right: 40px; } }
  @media only screen and (min-width: 1024px) {
    .page-template-page-opportunities .pattern.fellows-intro .callout-wrapper {
      margin-top: 80px; } }

.pattern.news-events-list .upcoming-events {
  margin-top: 50px; }
  .pattern.news-events-list .upcoming-events .upcoming-event .row, .pattern.news-events-list .upcoming-events .upcoming-event .archive-content form ul, .archive-content form .pattern.news-events-list .upcoming-events .upcoming-event ul {
    border-top: 7px solid #000000;
    padding: 20px 0 80px; }
    .pattern.news-events-list .upcoming-events .upcoming-event .row p, .pattern.news-events-list .upcoming-events .upcoming-event .archive-content form ul p, .archive-content form .pattern.news-events-list .upcoming-events .upcoming-event ul p {
      margin-bottom: 15px; }
    .pattern.news-events-list .upcoming-events .upcoming-event .row h5, .pattern.news-events-list .upcoming-events .upcoming-event .archive-content form ul h5, .archive-content form .pattern.news-events-list .upcoming-events .upcoming-event ul h5 {
      margin-bottom: 15px; }

body #content .pattern.border-top .article-body {
  padding: 40px 0 !important;
  border-top: 7px solid #000000; }

body #content .pattern.card-block .cards {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  body #content .pattern.card-block .cards .card-container .img-container {
    margin-top: 16px; }

.article-body .social-links {
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .article-body .social-links {
      width: 60%; } }
  .article-body .social-links .social-links__label {
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 20px; }
  .article-body .social-links ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-left: -6px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .article-body .social-links ul li {
      margin-left: 0px; }
      .article-body .social-links ul li a {
        background: none; }
      .article-body .social-links ul li::before {
        display: none; }
      .article-body .social-links ul li svg {
        width: 25px;
        height: 25px; }

.full-width-image {
  position: relative;
  padding: 0 !important; }
  @media only screen and (min-width: 1024px) {
    .full-width-image {
      padding: 0 0 0 45px !important; } }
  .full-width-image img {
    margin-bottom: -6px;
    width: 100%; }
  .full-width-image .full-width-caption {
    left: 0;
    bottom: 0;
    background-color: #18252c;
    color: #ffffff;
    width: 100%; }
    @media only screen and (min-width: 896px) {
      .full-width-image .full-width-caption {
        width: 350px;
        position: absolute; } }
    @media only screen and (min-width: 1024px) {
      .full-width-image .full-width-caption {
        left: 45px; } }
    .full-width-image .full-width-caption p.caption-text {
      font-size: 13px;
      line-height: 18px;
      padding: 15px; }

/**
* for any pattern combo to be treated specifically
*/
.schedule-block + .text-pattern .article-body {
  padding-top: 0px !important; }

.accordion-block .article-body {
  border-top: none !important;
  padding: 0px;
  /* Style the accordion panel. Note: hidden by default */ }
  .accordion-block .article-body .accordion-block__title {
    font-size: 24px;
    font-weight: 500;
    width: 100%;
    color: #e22424;
    text-transform: uppercase; }
  .accordion-block .article-body .panel {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-right: 18px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    display: none; }
    @media only screen and (min-width: 1024px) {
      .accordion-block .article-body .panel {
        font-size: 19px;
        line-height: 1.6; } }
    .accordion-block .article-body .panel p,
    .accordion-block .article-body .panel ul,
    .accordion-block .article-body .panel ol,
    .accordion-block .article-body .panel h2,
    .accordion-block .article-body .panel h3,
    .accordion-block .article-body .panel h4,
    .accordion-block .article-body .panel h5 {
      width: 100% !important; }
    @media (max-width: 1023px) {
      .accordion-block .article-body .panel {
        font-size: 14px; } }
    .accordion-block .article-body .panel ul li {
      margin-left: 40px;
      margin-bottom: 10px; }
      @media only screen and (min-width: 1024px) {
        .accordion-block .article-body .panel ul li {
          margin-left: 26px; } }
    .accordion-block .article-body .panel ul li::before {
      content: ">";
      color: #e22424;
      font-size: 16px;
      line-height: 24px;
      position: relative;
      padding-right: 14px;
      top: 0px;
      margin-left: -22px;
      font-weight: 500; }
      @media only screen and (min-width: 1024px) {
        .accordion-block .article-body .panel ul li::before {
          font-size: 1em;
          line-height: 24px; } }
      @media only screen and (min-width: 1024px) {
        .accordion-block .article-body .panel ul li::before {
          margin-left: -24px; } }
  .accordion-block .article-body .perfect-pullquote blockquote {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    font-size: 100% !important;
    text-align: left !important;
    vertical-align: baseline !important;
    background: transparent !important;
    quotes: none !important;
    width: 100%; }
    .accordion-block .article-body .perfect-pullquote blockquote p {
      font-size: 21px !important;
      line-height: 34px !important;
      float: none;
      margin-top: 6px !important;
      font-weight: 500;
      width: 95.5% !important; }
      @media only screen and (min-width: 1024px) {
        .accordion-block .article-body .perfect-pullquote blockquote p {
          line-height: 40px !important;
          float: right;
          font-size: 36px !important; } }
  .accordion-block .article-body .accordion {
    border: none;
    border-top: 1px solid #000000;
    font-size: 20px;
    color: #000000;
    cursor: pointer;
    padding: 18px 18px 18px 0;
    width: 100%;
    text-align: left;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media only screen and (min-width: 1024px) {
      .accordion-block .article-body .accordion {
        font-size: 23px; } }
    .accordion-block .article-body .accordion:after {
      content: url("data:image/svg+xml,%3Csvg width='12px' height='13px' viewBox='0 0 12 13' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cg id='ico-/-plus' transform='translate(1.000000, 1.000000)' stroke='%23E22424' stroke-width='2'%3E%3Cg id='Group' transform='translate(0.000000, 0.000000)'%3E%3Cpath d='M0,5.5 L10,5.5' id='Line'%3E%3C/path%3E%3Cpath d='M0,5.5 L10,5.5' id='Line' transform='translate(5.000000, 5.500000) rotate(-90.000000) translate(-5.000000, -5.500000) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      font-size: 21px;
      color: #e22424;
      float: right;
      margin-left: 5px; }
      @media only screen and (min-width: 1024px) {
        .accordion-block .article-body .accordion:after {
          font-size: 24px; } }
    .accordion-block .article-body .accordion.active {
      border-color: #e22424;
      color: #e22424; }
      .accordion-block .article-body .accordion.active:after {
        content: url("data:image/svg+xml,%3Csvg width='12px' height='3px' viewBox='0 0 12 3' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cg id='ico-/-minus' transform='translate(1.000000, 1.000000)' stroke='%23E22424' stroke-width='2'%3E%3Cpath d='M1.42108547e-14,0.5 L10,0.5' id='Line'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        font-size: 18px;
        font-weight: 800; }
      .accordion-block .article-body .accordion.active:hover span {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(8%, #e22424), color-stop(8%, #e22424));
        background-image: linear-gradient(transparent 92%, #e22424 8%, #e22424 8%); }
    .accordion-block .article-body .accordion span {
      background-size: 0% 100%;
      background-repeat: no-repeat;
      background-position: right;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(8%, currentColor), color-stop(8%, currentColor));
      background-image: linear-gradient(transparent 92%, currentColor 8%, currentColor 8%);
      display: inline;
      -webkit-transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
    .accordion-block .article-body .accordion:hover span {
      background-size: 100% 100%;
      background-position: left;
      -webkit-transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(8%, #000000), color-stop(8%, #000000));
      background-image: linear-gradient(transparent 92%, #000000 8%, #000000 8%); }
  .accordion-block .article-body .accordion-cta {
    margin-bottom: 24px;
    margin-top: 0; }

.stats-fellowship-callout .block-title {
  font-size: 28px;
  line-height: 30px;
  color: #ffffff; }
  @media only screen and (min-width: 1024px) {
    .stats-fellowship-callout .block-title {
      font-size: 3.125rem;
      line-height: 49px; } }

.stats-fellowship-callout .description {
  margin-bottom: 50px; }

.stats-fellowship-callout .callout-wrapper {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (min-width: 1024px) {
    .stats-fellowship-callout .callout-wrapper .image-w-shadow {
      margin-right: 40px; } }
  .stats-fellowship-callout .callout-wrapper .image-w-shadow img {
    max-width: 100%;
    height: auto; }
  .stats-fellowship-callout .callout-wrapper .stats {
    margin-top: 25px;
    padding-right: 0;
    padding-left: 15px; }
    @media (max-width: 1023px) {
      .stats-fellowship-callout .callout-wrapper .stats {
        margin-top: 40px; } }
    @media only screen and (min-width: 1024px) {
      .stats-fellowship-callout .callout-wrapper .stats {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media only screen and (min-width: 1200px) {
      .stats-fellowship-callout .callout-wrapper .stats {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    @media only screen and (min-width: 1700px) {
      .stats-fellowship-callout .callout-wrapper .stats {
        padding-left: 37px; } }
    .stats-fellowship-callout .callout-wrapper .stats .stat {
      border-top: 1px solid #ffffff;
      padding-bottom: 24px;
      padding-bottom: 35px;
      width: calc(50% - 24px);
      margin-right: 20px;
      display: inline-block;
      color: #ffffff; }
      @media only screen and (min-width: 640px) {
        .stats-fellowship-callout .callout-wrapper .stats .stat {
          width: calc(33% - 39px); } }
      @media only screen and (min-width: 1024px) {
        .stats-fellowship-callout .callout-wrapper .stats .stat {
          display: block;
          margin: 0 auto 0 0;
          width: calc(70% - 9px); }
          .stats-fellowship-callout .callout-wrapper .stats .stat:first-of-type {
            position: relative;
            border: none !important;
            text-decoration: none !important;
            padding-top: 10px; }
            .stats-fellowship-callout .callout-wrapper .stats .stat:first-of-type:before, .stats-fellowship-callout .callout-wrapper .stats .stat:first-of-type:after {
              content: "";
              position: absolute;
              width: calc(100% + 1px);
              height: 1px;
              top: 0;
              display: block; }
            .stats-fellowship-callout .callout-wrapper .stats .stat:first-of-type:before {
              background-color: currentColor;
              width: 0%;
              left: 0; }
            .stats-fellowship-callout .callout-wrapper .stats .stat:first-of-type:after {
              background-color: currentColor;
              right: 0;
              width: 100%; }
            .stats-fellowship-callout .callout-wrapper .stats .stat:first-of-type:before, .stats-fellowship-callout .callout-wrapper .stats .stat:first-of-type:after {
              height: 7px; }
            .stats-fellowship-callout .callout-wrapper .stats .stat:first-of-type:before {
              -webkit-transition: width 0s 0.5s, left 0s, right 0s, opacity 0.5s;
              transition: width 0s 0.5s, left 0s, right 0s, opacity 0.5s;
              width: 0%;
              right: 0;
              left: auto;
              opacity: 0;
              z-index: 1; }
            .stats-fellowship-callout .callout-wrapper .stats .stat:first-of-type:after {
              -webkit-transition: width 0s, left 0s, right 0s, max-width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
              transition: width 0s, left 0s, right 0s, max-width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
              width: 100%;
              left: 0;
              right: auto; }
            .stats-fellowship-callout .callout-wrapper .stats .stat:first-of-type:before, .stats-fellowship-callout .callout-wrapper .stats .stat:first-of-type:after {
              height: 10px; } }
      @media only screen and (min-width: 1700px) {
        .stats-fellowship-callout .callout-wrapper .stats .stat {
          width: calc(70% - 15px); } }
      .stats-fellowship-callout .callout-wrapper .stats .stat .stat__number {
        font-size: 4.444em;
        line-height: normal; }
      .stats-fellowship-callout .callout-wrapper .stats .stat .stat__description {
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        display: block; }
        @media only screen and (min-width: 1024px) {
          .stats-fellowship-callout .callout-wrapper .stats .stat .stat__description {
            font-size: 0.833em;
            line-height: 27px; } }
    .stats-fellowship-callout .callout-wrapper .stats .cta a {
      color: #e22424; }

.featured-fellows-callout .block-title {
  max-width: 400px; }

.featured-fellows-callout .callout-wrapper {
  margin-bottom: 50px; }
  .featured-fellows-callout .callout-wrapper .image-in-red {
    position: relative; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .featured-fellows-callout .callout-wrapper .image-in-red .shadow-container {
        width: 100%; } }
    @supports (-ms-ime-align: auto) {
      .featured-fellows-callout .callout-wrapper .image-in-red .shadow-container {
        width: 100%; } }
    @media only screen and (min-width: 1024px) {
      .featured-fellows-callout .callout-wrapper .image-in-red {
        padding-top: 0px; } }
    .featured-fellows-callout .callout-wrapper .image-in-red .image-container {
      width: 100%;
      padding-top: 100%;
      /* 1:1 Aspect Ratio */
      position: relative;
      margin-right: 25px; }
      .featured-fellows-callout .callout-wrapper .image-in-red .image-container svg {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
        .featured-fellows-callout .callout-wrapper .image-in-red .image-container svg image {
          height: auto; }
        .featured-fellows-callout .callout-wrapper .image-in-red .image-container svg.shadow {
          top: -25px;
          left: 25px;
          z-index: -1;
          opacity: 0.18; }
  .featured-fellows-callout .callout-wrapper .details .fellow-meta {
    padding-top: 40px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 19px;
    color: #ffffff;
    text-transform: uppercase; }
    @media only screen and (min-width: 640px) {
      .featured-fellows-callout .callout-wrapper .details .fellow-meta {
        padding-top: 10px; } }
    @media only screen and (min-width: 1024px) {
      .featured-fellows-callout .callout-wrapper .details .fellow-meta {
        font-size: 0.722em;
        line-height: 1.389em; } }
  .featured-fellows-callout .callout-wrapper .details .quote {
    font-size: 28px;
    margin-bottom: 30px; }
    @media only screen and (min-width: 1024px) {
      .featured-fellows-callout .callout-wrapper .details .quote {
        font-size: 38px;
        line-height: 42px; } }
    .featured-fellows-callout .callout-wrapper .details .quote .quote-desc {
      font-size: 15px;
      line-height: 22px;
      font-weight: 500;
      margin-top: 30px; }
  .featured-fellows-callout .callout-wrapper .details .cta {
    margin-top: 20px; }
    @media only screen and (min-width: 640px) {
      .featured-fellows-callout .callout-wrapper .details .cta {
        display: inline-block;
        min-width: 50%; } }
    .featured-fellows-callout .callout-wrapper .details .cta a {
      border-color: #e22424; }

.featured-fellows-callout.red-bg .cta a {
  color: #ffffff; }

.featured-fellows-callout.white-bg .fellow-meta {
  color: #18252c !important; }

.map-block .map-detail {
  padding-top: 80px;
  padding-bottom: 0px;
  padding-left: 0px; }
  @media (max-width: 991px) {
    .map-block .map-detail {
      padding-top: 30px; } }

.map-block .block-title {
  color: #e22424;
  max-width: 400px; }

.map-block .quote {
  font-size: 0.85em;
  line-height: 1.4;
  position: relative;
  border: none !important;
  text-decoration: none !important;
  padding-top: 10px;
  padding-top: 20px; }
  .map-block .quote:before, .map-block .quote:after {
    content: "";
    position: absolute;
    width: calc(100% + 1px);
    height: 1px;
    top: 0;
    display: block; }
  .map-block .quote:before {
    background-color: currentColor;
    width: 0%;
    left: 0; }
  .map-block .quote:after {
    background-color: currentColor;
    right: 0;
    width: 100%; }
  .map-block .quote:before, .map-block .quote:after {
    height: 7px; }
  .map-block .quote:before {
    -webkit-transition: width 0s 0.5s, left 0s, right 0s, opacity 0.5s;
    transition: width 0s 0.5s, left 0s, right 0s, opacity 0.5s;
    width: 0%;
    right: 0;
    left: auto;
    opacity: 0;
    z-index: 1; }
  .map-block .quote:after {
    -webkit-transition: width 0s, left 0s, right 0s, max-width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: width 0s, left 0s, right 0s, max-width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    width: 100%;
    left: 0;
    right: auto; }

.map-block .map-key {
  padding-top: 15px; }

.map-block .map-detail-container {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  @media (max-width: 991px) {
    .map-block .map-detail-container {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.map-block .map-container {
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 0px;
  -ms-flex-item-align: start;
      align-self: flex-start; }
  @media (max-width: 991px) {
    .map-block .map-container {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-top: 30px; } }
  .map-block .map-container .mapsvg-gauge {
    display: none !important; }
  .map-block .map-container .hotspot {
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 1000px;
    background-color: #000000; }
    @media (max-width: 991px) {
      .map-block .map-container .hotspot {
        height: 4px;
        width: 4px; } }
    @media (max-width: 639px) {
      .map-block .map-container .hotspot {
        height: 3px;
        width: 3px; } }
  .map-block .map-container .hotspot-line {
    width: 1px;
    position: absolute;
    background: #000000;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 25px; }
    .map-block .map-container .hotspot-line.line-top {
      bottom: 0px; }
    .map-block .map-container .hotspot-line.hotspot-line-2 {
      height: 25px; }
    .map-block .map-container .hotspot-line.hotspot-line-3 {
      height: 25px; }
    .map-block .map-container .hotspot-line.hotspot-line-4 {
      height: 10px; }
      @media only screen and (min-width: 1200px) {
        .map-block .map-container .hotspot-line.hotspot-line-4 {
          height: 15px; } }
    .map-block .map-container .hotspot-line.hotspot-line-5 {
      height: 65px; }
    .map-block .map-container .hotspot-line.hotspot-line-6 {
      height: 15px; }
    .map-block .map-container .hotspot-line.hotspot-line-7 {
      height: 50px; }
    @media (max-width: 991px) {
      .map-block .map-container .hotspot-line {
        display: none; } }
  .map-block .map-container .hotspot-label {
    position: absolute;
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: inline-block;
    top: -40px; }
    @media (max-width: 991px) {
      .map-block .map-container .hotspot-label {
        display: none; } }
    .map-block .map-container .hotspot-label.align-left {
      -webkit-transform: none;
              transform: none;
      left: 0; }
    .map-block .map-container .hotspot-label.align-right {
      -webkit-transform: none;
              transform: none;
      left: auto;
      right: 0; }
    .map-block .map-container .hotspot-label.hotspot-label-2 {
      top: 20px; }
    .map-block .map-container .hotspot-label.hotspot-label-3 {
      top: -40px; }
    .map-block .map-container .hotspot-label.hotspot-label-4 {
      top: 6px; }
      @media only screen and (min-width: 1200px) {
        .map-block .map-container .hotspot-label.hotspot-label-4 {
          top: 12px; } }
    .map-block .map-container .hotspot-label.hotspot-label-5 {
      top: -80px; }
    .map-block .map-container .hotspot-label.hotspot-label-6 {
      top: 15px; }
    .map-block .map-container .hotspot-label.hotspot-label-7 {
      top: -65px; }

.map-block .map-key-item {
  padding-left: 0px;
  font-size: 0.85em; }
  .map-block .map-key-item .shape-circle {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: #000000;
    margin-right: 5px;
    display: inline-block; }
  .map-block .map-key-item .shape-square {
    width: 10px;
    height: 10px;
    background-color: #e22424;
    margin-right: 5px;
    display: inline-block; }
  .map-block .map-key-item .key-item-text {
    display: inline-block; }
  @media (max-width: 991px) {
    .map-block .map-key-item {
      display: inline-block; }
      .map-block .map-key-item:nth-of-type(2) {
        padding-left: 15px; } }

.map-block .map-stats {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-right: -15px; }
  @media (max-width: 991px) {
    .map-block .map-stats {
      padding-top: 20px; } }
  .map-block .map-stats .map-stats-item {
    margin-right: 15px;
    width: 200px;
    border-top: 2px solid #c3c3c3;
    padding-bottom: 20px; }
    @media (max-width: 991px) {
      .map-block .map-stats .map-stats-item {
        width: 150px;
        vertical-align: top; } }
    .map-block .map-stats .map-stats-item .stat-number {
      font-size: 80px;
      line-height: normal;
      display: block; }
      @media (max-width: 991px) {
        .map-block .map-stats .map-stats-item .stat-number {
          font-size: 50px; } }
    .map-block .map-stats .map-stats-item .stat-text {
      font-size: 0.85em;
      line-height: 1.4;
      display: block; }

.featured-callout .details {
  padding-top: 40px;
  padding-left: 0px; }
  @media only screen and (min-width: 640px) {
    .featured-callout .details {
      padding-top: 20px; } }
  @media only screen and (min-width: 1024px) {
    .featured-callout .details {
      border-top: 7px solid #ffffff; } }
  .featured-callout .details .meta {
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: uppercase; }
  .featured-callout .details .featured-callout__title {
    margin-bottom: 35px;
    font-size: 28px;
    line-height: 30px; }
    @media only screen and (min-width: 640px) {
      .featured-callout .details .featured-callout__title {
        margin-bottom: 50px; } }
    @media only screen and (min-width: 1024px) {
      .featured-callout .details .featured-callout__title {
        font-size: 2.778em;
        line-height: 57px; } }
  .featured-callout .details p {
    font-size: 16px;
    line-height: 20px; }
    @media only screen and (min-width: 1024px) {
      .featured-callout .details p {
        font-size: 0.833em;
        line-height: 27px; } }
  .featured-callout .details .cta {
    margin-top: 30px;
    padding-left: 0; }

.featured-callout .image-container {
  width: 100%;
  height: 100%; }
  .featured-callout .image-container > div {
    position: relative;
    overflow: hidden; }
    .featured-callout .image-container > div .shape.triangle {
      -webkit-transform: rotate(-50deg) translate(-34%, 150%);
              transform: rotate(-50deg) translate(-34%, 150%); }
    .featured-callout .image-container > div .shape.stripe {
      -webkit-transform: rotate(-50deg) translate(-34%, 135%);
              transform: rotate(-50deg) translate(-34%, 135%); }
  .featured-callout .image-container .front,
  .featured-callout .image-container .shadow {
    width: 100%; }
  .featured-callout .image-container .front {
    top: 0; }

.featured-callout.white-bg .details {
  border-color: #000000; }

.featured-callout.white-bg .cta {
  color: #e22424; }
  .featured-callout.white-bg .cta.red a {
    color: #ffffff; }

.featured-callout.red-bg .cta a, .featured-callout.blue-bg .cta a {
  color: #ffffff !important; }

@media (max-width: 1023px) {
  .fellows-detail-block.section_list_layout, .fellows-detail-block.section_block_layout {
    padding-top: 100px; } }

.fellows-detail-block.white-bg .block-intro .label {
  border-color: #000000; }

.fellows-detail-block .block-intro {
  position: relative;
  margin-bottom: 20px; }
  .fellows-detail-block .block-intro .big-label {
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0.15;
    pointer-events: none;
    font-size: 200px;
    color: #ffffff;
    font-weight: bold; }
    @media only screen and (min-width: 896px) {
      .fellows-detail-block .block-intro .big-label {
        top: 20px;
        font-size: 16.667em; } }
    @media only screen and (min-width: 1024px) {
      .fellows-detail-block .block-intro .big-label {
        top: 90px; } }
  .fellows-detail-block .block-intro .label {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    padding-right: 25px;
    margin-right: 10px;
    border-bottom: 1px solid #ffffff;
    height: 23px; }

.fellows-detail-block .details {
  border-top: 7px solid #ffffff;
  padding-left: 0px;
  margin-top: 0px; }
  .fellows-detail-block .details .label {
    margin-top: 12px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px; }
    @media only screen and (min-width: 1024px) {
      .fellows-detail-block .details .label {
        font-size: 0.833em;
        line-height: 27px; } }
  .fellows-detail-block .details .locations {
    margin-bottom: 80px; }
    .fellows-detail-block .details .locations li {
      margin-bottom: 10px; }
      .fellows-detail-block .details .locations li a {
        font-size: 19px;
        font-weight: 300;
        position: relative; }
        @media only screen and (min-width: 1024px) {
          .fellows-detail-block .details .locations li a {
            font-size: 1.056em; } }
        .fellows-detail-block .details .locations li a:before, .fellows-detail-block .details .locations li a:after {
          content: "";
          position: absolute;
          width: calc(100% + 1px);
          height: 1px;
          top: 0;
          display: block; }
        .fellows-detail-block .details .locations li a:before {
          background-color: currentColor;
          width: 0%;
          left: 0; }
        .fellows-detail-block .details .locations li a:after {
          background-color: currentColor;
          right: 0;
          width: 100%; }
        .fellows-detail-block .details .locations li a:before, .fellows-detail-block .details .locations li a:after {
          top: auto;
          bottom: 0; }
        .fellows-detail-block .details .locations li a:hover:before {
          -webkit-transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s;
          transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s;
          width: 100%; }
        .fellows-detail-block .details .locations li a:hover:after {
          -webkit-transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
          transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
          width: 0%; }

@media (max-width: 895px) {
  .fellows-detail-block .image-w-shadow {
    margin-bottom: 40px; } }

@media (max-width: 1023px) {
  .fellows-detail-block .body, .fellows-detail-block .block-description {
    font-size: 16px;
    line-height: 26px; } }

.fellows-detail-block .block-description {
  margin-bottom: 80px; }
  .fellows-detail-block .block-description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left; }
    @media only screen and (min-width: 1024px) {
      .fellows-detail-block .block-description p {
        font-size: 19px;
        line-height: 1.6; } }

.fellows-detail-block .body p {
  margin-bottom: 20px; }

.fellows-detail-block.card-block .cards {
  margin-top: 0px; }

.fellows-detail-block.card-block.blue-bg .cta a {
  background-color: #e22424; }

.fellows-detail-block .cards-label {
  font-size: 0.833em;
  margin-bottom: 10px; }

.fellows-detail-block.white-bg {
  color: #000000; }
  .fellows-detail-block.white-bg .big-label {
    color: #e22424; }
  .fellows-detail-block.white-bg h3 {
    color: #000000; }
  .fellows-detail-block.white-bg .cta a {
    color: #e22424; }
  .fellows-detail-block.white-bg .cta.red a {
    color: #ffffff; }

.fellows-detail-block .block-title {
  font-size: 28px;
  font-weight: 500; }
  @media only screen and (min-width: 1024px) {
    .fellows-detail-block .block-title {
      font-size: 35px;
      line-height: 38px; } }
  .fellows-detail-block .block-title span {
    font-weight: 500 !important; }

.fellowship-detail-block .block-intro .label {
  border-top: 1px solid;
  margin-top: 14px; }
  @media only screen and (min-width: 1024px) {
    .fellowship-detail-block .block-intro .label {
      margin-top: 20px; } }

.fellowship-detail-block .block-intro h3 {
  padding-left: 13px; }

.fellowship-detail-block .details {
  padding-left: 0;
  padding-top: 12px;
  margin-top: 6px;
  margin-bottom: 30px;
  border-top: 7px solid;
  text-align: left; }
  .fellowship-detail-block .details .label {
    font-size: 13px; }

.fellowship-detail-block .image-w-shadow {
  margin-right: 25px; }
  @media (max-width: 1023px) {
    .fellowship-detail-block .image-w-shadow {
      margin-bottom: 40px; } }

.fellowship-detail-block .fellowship-block-text {
  margin-bottom: 40px;
  margin-left: 30px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px; }
  @media only screen and (min-width: 1024px) {
    .fellowship-detail-block .fellowship-block-text {
      font-size: 1em;
      line-height: 24px; } }
  @media only screen and (min-width: 1024px) {
    .fellowship-detail-block .fellowship-block-text {
      font-size: 19px;
      line-height: 1.6; } }
  .fellowship-detail-block .fellowship-block-text p {
    margin-bottom: 20px; }

.fellowship-detail-block .ctas .cta {
  margin-bottom: 10px; }

.fellowship-detail-block .locations li a {
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(8%, currentColor), color-stop(8%, currentColor));
  background-image: linear-gradient(transparent 92%, currentColor 8%, currentColor 8%);
  display: inline;
  -webkit-transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
  transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
  .fellowship-detail-block .locations li a:hover {
    background-size: 100% 100%;
    background-position: left;
    -webkit-transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    color: currentColor; }

.fellowship-detail-block.white-bg {
  color: #000000; }

.list-block .wrapper {
  padding-top: 0; }
  .list-block .wrapper h2 {
    width: 100% !important;
    border-top: 7px solid #000000;
    padding-top: 30px;
    margin-bottom: 20px; }
  .list-block .wrapper .list-block__subtitle {
    font-size: 24px;
    text-transform: none;
    font-weight: 500;
    margin-bottom: 20px; }
  .list-block .wrapper ul {
    margin-bottom: 60px; }
    .list-block .wrapper ul li {
      margin-bottom: 20px;
      position: relative; }
      .list-block .wrapper ul li:before {
        display: none; }
      .list-block .wrapper ul li .border {
        border-top: thin solid #000000;
        width: 100%;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; }
      .list-block .wrapper ul li .item-text {
        font-size: 20px;
        color: #000000;
        padding-top: 18px;
        padding-bottom: 15px;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
        @media (max-width: 500px) {
          .list-block .wrapper ul li .item-text {
            max-width: 215px; } }
        @media only screen and (min-width: 1024px) {
          .list-block .wrapper ul li .item-text {
            font-size: 23px; } }
        .list-block .wrapper ul li .item-text .row div, .list-block .wrapper ul li .item-text .archive-content form ul div, .archive-content form .list-block .wrapper ul li .item-text ul div {
          margin-top: 20px;
          margin-left: 0; }
      .list-block .wrapper ul li .item-image {
        padding-top: 18px;
        padding-bottom: 10px;
        text-align: right;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
        .list-block .wrapper ul li .item-image img {
          max-width: 100%;
          width: 100%; }
      .list-block .wrapper ul li .item-link-file-container {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
        @media (max-width: 639px) {
          .list-block .wrapper ul li .item-link-file-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: absolute;
            top: 0;
            width: 100%;
            right: 0; } }
        .list-block .wrapper ul li .item-link-file-container .item-link,
        .list-block .wrapper ul li .item-link-file-container .item-file {
          color: #e22424;
          text-align: right;
          max-width: 75px;
          width: 100%;
          padding-right: 5px; }
          @media (max-width: 639px) {
            .list-block .wrapper ul li .item-link-file-container .item-link,
            .list-block .wrapper ul li .item-link-file-container .item-file {
              text-align: center; } }
          .list-block .wrapper ul li .item-link-file-container .item-link a,
          .list-block .wrapper ul li .item-link-file-container .item-file a {
            text-decoration: none;
            padding: 18px 0 10px;
            display: block;
            position: relative; }
            .list-block .wrapper ul li .item-link-file-container .item-link a:before, .list-block .wrapper ul li .item-link-file-container .item-link a:after,
            .list-block .wrapper ul li .item-link-file-container .item-file a:before,
            .list-block .wrapper ul li .item-link-file-container .item-file a:after {
              content: "";
              position: absolute;
              width: calc(100% + 1px);
              height: 1px;
              top: 0;
              display: block; }
            .list-block .wrapper ul li .item-link-file-container .item-link a:before,
            .list-block .wrapper ul li .item-link-file-container .item-file a:before {
              background-color: currentColor;
              width: 0%;
              left: 0; }
            .list-block .wrapper ul li .item-link-file-container .item-link a:after,
            .list-block .wrapper ul li .item-link-file-container .item-file a:after {
              background-color: currentColor;
              right: 0;
              width: 100%; }
            .list-block .wrapper ul li .item-link-file-container .item-link a:hover:before,
            .list-block .wrapper ul li .item-link-file-container .item-file a:hover:before {
              -webkit-transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s;
              transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s;
              width: 100%; }
            .list-block .wrapper ul li .item-link-file-container .item-link a:hover:after,
            .list-block .wrapper ul li .item-link-file-container .item-file a:hover:after {
              -webkit-transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
              transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
              width: 0%; }
        .list-block .wrapper ul li .item-link-file-container .item-link a {
          font-size: 25px; }

.pattern + .list-block .wrapper h2 {
  border-top: none;
  padding-top: 40px; }

.grid-block .block-title.black {
  color: #000000; }

.grid-block .block-title.red {
  color: #e22424; }

.grid-block .grid-items {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: auto !important; }
  .grid-block .grid-items .grid-item {
    margin-top: 45px;
    width: 100%;
    text-decoration: none;
    margin-left: 0; }
    .grid-block .grid-items .grid-item:before {
      display: none; }
    .grid-block .grid-items .grid-item__title {
      color: #000000; }
      @media only screen and (min-width: 1024px) {
        .grid-block .grid-items .grid-item__title {
          font-size: 1.333em;
          line-height: 27px; } }
      .grid-block .grid-items .grid-item__title span {
        background-size: 0% 100%;
        background-repeat: no-repeat;
        background-position: right;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(8%, currentColor), color-stop(8%, currentColor));
        background-image: linear-gradient(transparent 92%, currentColor 8%, currentColor 8%);
        display: inline;
        -webkit-transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
        transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
    .grid-block .grid-items .grid-item .meta {
      color: #e22424;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 19px; }
      @media only screen and (min-width: 1024px) {
        .grid-block .grid-items .grid-item .meta {
          font-size: 0.722em;
          line-height: 1.389em; } }
    .grid-block .grid-items .grid-item a:hover .grid-item__title span {
      background-size: 100% 100%;
      background-position: left;
      -webkit-transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
    @media only screen and (min-width: 640px) {
      .grid-block .grid-items .grid-item {
        margin-top: 0px;
        margin-bottom: 25px; }
        .grid-block .grid-items .grid-item:first-child {
          margin-top: 0px; } }
    .grid-block .grid-items .grid-item .card-container {
      height: auto;
      border-top: 0px;
      padding-top: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
      .grid-block .grid-items .grid-item .card-container:before, .grid-block .grid-items .grid-item .card-container:after {
        display: none !important; }
      .grid-block .grid-items .grid-item .card-container .img-container {
        padding-top: 100%;
        height: 0;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        position: relative; }
        .grid-block .grid-items .grid-item .card-container .img-container img {
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          font-family: "object-fit: cover";
          left: 0;
          position: absolute;
          top: 0; }
      .grid-block .grid-items .grid-item .card-container .text-container {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding-left: 0;
        height: auto !important;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
        .grid-block .grid-items .grid-item .card-container .text-container .grid-item__title {
          margin-bottom: 15px;
          margin-top: 20px;
          font-size: 23px; }
        @media only screen and (min-width: 640px) {
          .grid-block .grid-items .grid-item .card-container .text-container p:last-child {
            margin-bottom: 20px; } }

.grid-block:not(.sponsors) .no-img + .img-container:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/placeholder.png");
  background-size: 100% 100%; }

.grid-block .article-body {
  border-top: 7px solid #000000;
  padding: 20px 0 0 !important; }
  @media only screen and (min-width: 640px) {
    .grid-block .article-body {
      padding-top: 40px 0 0 !important; } }

.grid-block.red-filter img {
  -webkit-filter: url(#duotone);
          filter: url(#duotone); }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .grid-block.red-filter img {
        filter: url(#duotone) contrast(0.6) brightness(1.3);
        -webkit-filter: url(#duotone) contrast(0.6) brightness(1.3); } } }

.grid-block .cta {
  margin-top: 0px;
  margin-bottom: 50px; }

.grid-block.sponsors .grid-item .card-container .text-container .grid-item__title {
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px; }
  @media only screen and (min-width: 1024px) {
    .grid-block.sponsors .grid-item .card-container .text-container .grid-item__title {
      font-size: 0.833em;
      line-height: 27px; } }

.grid-block.sponsors .grid-item .card-container .text-container.no-img {
  position: absolute;
  text-align: center;
  font-size: 26px;
  padding-left: 1rem;
  padding-right: 1rem;
  left: 0px;
  right: 0px; }

.grid-block.sponsors .grid-item .card-container .img-container {
  border: 1px solid #c3c3c3; }
  .grid-block.sponsors .grid-item .card-container .img-container img {
    -o-object-fit: contain !important;
       object-fit: contain !important;
    font-family: "object-fit: contain !important";
    position: absolute;
    right: 0;
    margin: auto;
    max-width: 86%; }

.schedule-block .article-body .day-header {
  border-top: 7px solid #000000;
  padding-top: 30px;
  padding-bottom: 30px; }
  .schedule-block .article-body .day-header .day-header__subtitle {
    margin-bottom: 0px;
    margin-top: 20px;
    font-weight: 700;
    color: #e22424;
    text-transform: uppercase;
    font-size: 14px; }
    @media only screen and (min-width: 1024px) {
      .schedule-block .article-body .day-header .day-header__subtitle {
        font-size: 15px; } }
  .schedule-block .article-body .day-header .location {
    font-size: 16px; }

.schedule-block .article-body .event {
  border-top: 1px solid #c3c3c3;
  padding-top: 25px;
  padding-bottom: 25px; }
  .schedule-block .article-body .event h4 {
    font-weight: 500;
    width: 100% !important;
    display: inline-block; }
    .schedule-block .article-body .event h4 a {
      color: #000000;
      text-decoration: none;
      -webkit-transition: color 0.2s ease;
      transition: color 0.2s ease; }
      .schedule-block .article-body .event h4 a:hover {
        color: #e22424; }
  .schedule-block .article-body .event .time {
    color: #e22424; }
  .schedule-block .article-body .event .row.has-title, .schedule-block .article-body .event .archive-content form ul.has-title, .archive-content form .schedule-block .article-body .event ul.has-title {
    margin-top: 50px; }
  .schedule-block .article-body .event .event-details {
    margin-bottom: 55px;
    font-size: 15px;
    color: #6d6d6d; }
  .schedule-block .article-body .event .event-location {
    font-size: 16px; }
    .schedule-block .article-body .event .event-location p {
      width: 100% !important;
      margin-bottom: 0px;
      color: #263138;
      line-height: 28px; }

.video-callout {
  min-height: 550px; }
  @media only screen and (min-width: 1024px) {
    .video-callout .block-title {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 1200px) {
    .video-callout {
      padding: 70px 0; } }
  @media only screen and (min-width: 1700px) {
    .video-callout {
      padding: 100px 0; } }
  .video-callout .plyr--video {
    height: 100%;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .video-callout .plyr--video * {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .video-callout .plyr--video .plyr__controls {
      padding: 0 1rem;
      width: 100%;
      background: transparent;
      position: initial;
      margin-top: -3rem; }
      .video-callout .plyr--video .plyr__controls *:hover {
        background: none !important; }
    .video-callout .plyr--video .plyr__progress {
      margin: 0 1rem; }
    .video-callout .plyr--video .plyr__control[data-plyr="play"] {
      visibility: visible; }
      .video-callout .plyr--video .plyr__control[data-plyr="play"] svg {
        color: #e22424; }
      .video-callout .plyr--video .plyr__control[data-plyr="play"]:before {
        content: "";
        background: #ffffff;
        border-radius: 20px;
        height: 30px;
        width: 30px;
        position: absolute;
        top: -2px;
        left: -3px; }
      .video-callout .plyr--video .plyr__control[data-plyr="play"] .icon--pressed {
        margin-left: -1px;
        margin-right: 2px; }
      .video-callout .plyr--video .plyr__control[data-plyr="play"]:focus {
        opacity: 1; }
    .video-callout .plyr--video .plyr__control[data-plyr="mute"] {
      margin-top: -38%;
      position: absolute;
      right: 0.75rem; }
    .video-callout .plyr--video .plyr__control--overlaid {
      background: #ffffff;
      top: 50%;
      padding: 23px;
      opacity: 0;
      -webkit-transition: opacity 250ms linear;
      transition: opacity 250ms linear; }
      .video-callout .plyr--video .plyr__control--overlaid:before {
        display: none; }
    .video-callout .plyr--video .plyr__video-wrapper {
      text-align: center;
      width: 100%; }
    .video-callout .plyr--video.plyr--playing .plyr__control[data-plyr="play"] {
      opacity: 0 !important; }
      .video-callout .plyr--video.plyr--playing .plyr__control[data-plyr="play"]:hover, .u-keyboard-user .video-callout .plyr--video.plyr--playing .plyr__control[data-plyr="play"]:focus {
        opacity: 1 !important; }
    .video-callout .plyr--video.plyr--stopped .plyr__video-wrapper iframe {
      display: none; }
  .video-callout .plyr--full-ui input[type="range"] {
    color: black; }
  .video-callout .video-callout-container {
    position: relative;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 475px; }
    @media (max-width: 1023px) {
      .video-callout .video-callout-container {
        padding-top: 56.25%;
        min-height: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .video-callout .video-media-wrapper {
    opacity: 0;
    left: 0;
    pointer-events: none;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      .video-callout .video-media-wrapper {
        width: 70%;
        left: 0; } }
    .video-callout .video-media-wrapper:not(.player-active) .plyr {
      display: none; }
    .video-callout .video-media-wrapper:hover {
      cursor: pointer; }
    .video-callout .video-media-wrapper .video-poster {
      background-size: cover;
      background-repeat: no-repeat;
      height: 100%;
      background-position: center;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out;
      opacity: 0; }
      .video-callout .video-media-wrapper .video-poster:hover {
        cursor: pointer; }
  .video-callout .video-media-container {
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    z-index: 0;
    height: 0; }
  .video-callout .video-callout-video {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0; }
  .video-callout .video-callout-content {
    margin-bottom: 50px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 100%;
    z-index: 9999; }
    @media only screen and (min-width: 640px) {
      .video-callout .video-callout-content {
        min-width: 0px;
        margin-right: 10px; } }
    @media only screen and (min-width: 1024px) {
      .video-callout .video-callout-content {
        margin-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .video-callout .video-callout-content .video-text-wrapper {
      padding: 25px 0 0 0;
      position: relative;
      width: auto;
      z-index: 10;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      text-align: left; }
      @media only screen and (min-width: 1024px) {
        .video-callout .video-callout-content .video-text-wrapper {
          width: 28%; } }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .video-callout .video-callout-content .video-text-wrapper {
          margin-left: auto; } }
      .video-callout .video-callout-content .video-text-wrapper:hover .video-text {
        color: #ffffff; }
      .video-callout .video-callout-content .video-text-wrapper .video-text {
        color: #a1a1a1;
        -webkit-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out; }
      .video-callout .video-callout-content .video-text-wrapper .video-desc {
        height: 0;
        opacity: 0;
        -webkit-transition: opacity 250ms linear, margin-top 250ms 250ms linear, height 250ms 250ms linear;
        transition: opacity 250ms linear, margin-top 250ms 250ms linear, height 250ms 250ms linear; }
      .video-callout .video-callout-content .video-text-wrapper .video-status {
        margin-top: 10px; }
      .video-callout .video-callout-content .video-text-wrapper.active ~ .video-media-wrapper {
        opacity: 1;
        pointer-events: auto; }
        .video-callout .video-callout-content .video-text-wrapper.active ~ .video-media-wrapper .plyr--paused ~ .video-poster {
          opacity: 1; }
        .video-callout .video-callout-content .video-text-wrapper.active ~ .video-media-wrapper .plyr--playing ~ .video-poster {
          opacity: 0; }
        .video-callout .video-callout-content .video-text-wrapper.active ~ .video-media-wrapper .plyr__control--overlaid {
          opacity: 1; }
      .video-callout .video-callout-content .video-text-wrapper:before, .video-callout .video-callout-content .video-text-wrapper:after {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 2px;
        background: #ffffff;
        right: 0;
        -webkit-transition: height 250ms ease-in-out;
        transition: height 250ms ease-in-out; }
      .video-callout .video-callout-content .video-text-wrapper:hover {
        cursor: pointer; }
      .video-callout .video-callout-content .video-text-wrapper.active:before {
        height: 10px; }
      .video-callout .video-callout-content .video-text-wrapper.active .video-desc {
        height: 100%;
        opacity: 1;
        margin-top: 10px;
        -webkit-transition: opacity 250ms linear, margin-top 250ms linear, height 250ms linear;
        transition: opacity 250ms linear, margin-top 250ms linear, height 250ms linear; }
      .video-callout .video-callout-content .video-text-wrapper.active .video-title,
      .video-callout .video-callout-content .video-text-wrapper.active .video-desc {
        color: #ffffff; }
    .video-callout .video-callout-content:first-child .video-media-wrapper {
      opacity: 1; }

/*--------------------------------------------------------------
# Detail pages
--------------------------------------------------------------*/
.post-type-action_project .article-header.is-featured-image,
.page-template-default .article-header.is-featured-image,
.page-template-page-team_member_detail .article-header.is-featured-image,
.post-type-knowledge_detail .article-header.is-featured-image,
.post-type-person .article-header.is-featured-image,
.post-type-news_item .article-header.is-featured-image,
.post-type-event .article-header.is-featured-image {
  margin-bottom: 25px; }

.post-type-action_project .article-header .featured-image-block .image-container img,
.page-template-default .article-header .featured-image-block .image-container img,
.page-template-page-team_member_detail .article-header .featured-image-block .image-container img,
.post-type-knowledge_detail .article-header .featured-image-block .image-container img,
.post-type-person .article-header .featured-image-block .image-container img,
.post-type-news_item .article-header .featured-image-block .image-container img,
.post-type-event .article-header .featured-image-block .image-container img {
  min-width: 100%; }

.post-type-action_project .article-header .featured-image-block .image-container .featured-image.shadow,
.page-template-default .article-header .featured-image-block .image-container .featured-image.shadow,
.page-template-page-team_member_detail .article-header .featured-image-block .image-container .featured-image.shadow,
.post-type-knowledge_detail .article-header .featured-image-block .image-container .featured-image.shadow,
.post-type-person .article-header .featured-image-block .image-container .featured-image.shadow,
.post-type-news_item .article-header .featured-image-block .image-container .featured-image.shadow,
.post-type-event .article-header .featured-image-block .image-container .featured-image.shadow {
  position: absolute;
  left: 35px;
  top: 25px;
  z-index: -1;
  opacity: 0.23; }

.post-type-action_project .article-header .article-meta-data,
.page-template-default .article-header .article-meta-data,
.page-template-page-team_member_detail .article-header .article-meta-data,
.post-type-knowledge_detail .article-header .article-meta-data,
.post-type-person .article-header .article-meta-data,
.post-type-news_item .article-header .article-meta-data,
.post-type-event .article-header .article-meta-data {
  width: 85%; }
  @media only screen and (min-width: 1024px) {
    .post-type-action_project .article-header .article-meta-data,
    .page-template-default .article-header .article-meta-data,
    .page-template-page-team_member_detail .article-header .article-meta-data,
    .post-type-knowledge_detail .article-header .article-meta-data,
    .post-type-person .article-header .article-meta-data,
    .post-type-news_item .article-header .article-meta-data,
    .post-type-event .article-header .article-meta-data {
      margin-bottom: 25px; } }
  @media (max-width: 1023px) {
    .post-type-action_project .article-header .article-meta-data,
    .page-template-default .article-header .article-meta-data,
    .page-template-page-team_member_detail .article-header .article-meta-data,
    .post-type-knowledge_detail .article-header .article-meta-data,
    .post-type-person .article-header .article-meta-data,
    .post-type-news_item .article-header .article-meta-data,
    .post-type-event .article-header .article-meta-data {
      padding-left: 0px !important; } }
  .post-type-action_project .article-header .article-meta-data .authorship-info,
  .page-template-default .article-header .article-meta-data .authorship-info,
  .page-template-page-team_member_detail .article-header .article-meta-data .authorship-info,
  .post-type-knowledge_detail .article-header .article-meta-data .authorship-info,
  .post-type-person .article-header .article-meta-data .authorship-info,
  .post-type-news_item .article-header .article-meta-data .authorship-info,
  .post-type-event .article-header .article-meta-data .authorship-info {
    font-size: 0.722em;
    letter-spacing: 0.3px;
    line-height: 0.889em;
    color: #e22424; }
    .post-type-action_project .article-header .article-meta-data .authorship-info a,
    .page-template-default .article-header .article-meta-data .authorship-info a,
    .page-template-page-team_member_detail .article-header .article-meta-data .authorship-info a,
    .post-type-knowledge_detail .article-header .article-meta-data .authorship-info a,
    .post-type-person .article-header .article-meta-data .authorship-info a,
    .post-type-news_item .article-header .article-meta-data .authorship-info a,
    .post-type-event .article-header .article-meta-data .authorship-info a {
      -webkit-transition: color 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: color 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
      .post-type-action_project .article-header .article-meta-data .authorship-info a:hover,
      .page-template-default .article-header .article-meta-data .authorship-info a:hover,
      .page-template-page-team_member_detail .article-header .article-meta-data .authorship-info a:hover,
      .post-type-knowledge_detail .article-header .article-meta-data .authorship-info a:hover,
      .post-type-person .article-header .article-meta-data .authorship-info a:hover,
      .post-type-news_item .article-header .article-meta-data .authorship-info a:hover,
      .post-type-event .article-header .article-meta-data .authorship-info a:hover {
        -webkit-transition: color 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
        transition: color 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
        color: #c3c3c3 !important; }
    .post-type-action_project .article-header .article-meta-data .authorship-info .authorship-info__item,
    .page-template-default .article-header .article-meta-data .authorship-info .authorship-info__item,
    .page-template-page-team_member_detail .article-header .article-meta-data .authorship-info .authorship-info__item,
    .post-type-knowledge_detail .article-header .article-meta-data .authorship-info .authorship-info__item,
    .post-type-person .article-header .article-meta-data .authorship-info .authorship-info__item,
    .post-type-news_item .article-header .article-meta-data .authorship-info .authorship-info__item,
    .post-type-event .article-header .article-meta-data .authorship-info .authorship-info__item {
      position: relative;
      padding-top: 15px;
      margin-bottom: 5px; }
      .post-type-action_project .article-header .article-meta-data .authorship-info .authorship-info__item::before,
      .page-template-default .article-header .article-meta-data .authorship-info .authorship-info__item::before,
      .page-template-page-team_member_detail .article-header .article-meta-data .authorship-info .authorship-info__item::before,
      .post-type-knowledge_detail .article-header .article-meta-data .authorship-info .authorship-info__item::before,
      .post-type-person .article-header .article-meta-data .authorship-info .authorship-info__item::before,
      .post-type-news_item .article-header .article-meta-data .authorship-info .authorship-info__item::before,
      .post-type-event .article-header .article-meta-data .authorship-info .authorship-info__item::before {
        content: "";
        background: #cac9c9;
        position: absolute;
        top: 0;
        width: 100%;
        height: 1px; }
      .post-type-action_project .article-header .article-meta-data .authorship-info .authorship-info__item p,
      .page-template-default .article-header .article-meta-data .authorship-info .authorship-info__item p,
      .page-template-page-team_member_detail .article-header .article-meta-data .authorship-info .authorship-info__item p,
      .post-type-knowledge_detail .article-header .article-meta-data .authorship-info .authorship-info__item p,
      .post-type-person .article-header .article-meta-data .authorship-info .authorship-info__item p,
      .post-type-news_item .article-header .article-meta-data .authorship-info .authorship-info__item p,
      .post-type-event .article-header .article-meta-data .authorship-info .authorship-info__item p {
        margin-bottom: 10px; }
      .post-type-action_project .article-header .article-meta-data .authorship-info .authorship-info__item .author-fellowship,
      .page-template-default .article-header .article-meta-data .authorship-info .authorship-info__item .author-fellowship,
      .page-template-page-team_member_detail .article-header .article-meta-data .authorship-info .authorship-info__item .author-fellowship,
      .post-type-knowledge_detail .article-header .article-meta-data .authorship-info .authorship-info__item .author-fellowship,
      .post-type-person .article-header .article-meta-data .authorship-info .authorship-info__item .author-fellowship,
      .post-type-news_item .article-header .article-meta-data .authorship-info .authorship-info__item .author-fellowship,
      .post-type-event .article-header .article-meta-data .authorship-info .authorship-info__item .author-fellowship {
        color: #6d6d6d !important; }

.article-tags {
  width: 90%; }
  @media only screen and (min-width: 1024px) {
    .article-tags {
      float: right;
      width: 33.666667%;
      margin-top: 6px;
      margin-bottom: 50px; } }
  .article-tags .meta {
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 16px;
    border-top: 1px solid #d8d8d8; }
  .article-tags p {
    font-size: 0.833em;
    line-height: 20px;
    margin-bottom: 32px; }
  .article-tags .cta a {
    text-decoration: none; }
    .article-tags .cta a span {
      font-size: 0.778em;
      text-transform: uppercase;
      font-family: "Roboto Condensed", sans-serif; }

.page-template-default .pattern {
  padding-right: 0; }

@media only screen and (min-width: 1024px) {
  .detail-page .text-pattern .article-content,
  .page-template-page-team_member_detail .text-pattern .article-content,
  .page-template-page-become_a_fellow .text-pattern .article-content,
  .page-template-default .text-pattern .article-content {
    padding-top: 50px !important;
    padding-bottom: 50px !important; } }

.detail-page .text-pattern .article-content .article-body,
.page-template-page-team_member_detail .text-pattern .article-content .article-body,
.page-template-page-become_a_fellow .text-pattern .article-content .article-body,
.page-template-default .text-pattern .article-content .article-body {
  padding: 50px 0; }
  .detail-page .text-pattern .article-content .article-body .text-wysiwyg > div:not(.slideshow-wrapper):not(.transliteration-content),
  .page-template-page-team_member_detail .text-pattern .article-content .article-body .text-wysiwyg > div:not(.slideshow-wrapper):not(.transliteration-content),
  .page-template-page-become_a_fellow .text-pattern .article-content .article-body .text-wysiwyg > div:not(.slideshow-wrapper):not(.transliteration-content),
  .page-template-default .text-pattern .article-content .article-body .text-wysiwyg > div:not(.slideshow-wrapper):not(.transliteration-content) {
    margin-bottom: 20px; }
    @media only screen and (min-width: 640px) {
      .detail-page .text-pattern .article-content .article-body .text-wysiwyg > div:not(.slideshow-wrapper):not(.transliteration-content),
      .page-template-page-team_member_detail .text-pattern .article-content .article-body .text-wysiwyg > div:not(.slideshow-wrapper):not(.transliteration-content),
      .page-template-page-become_a_fellow .text-pattern .article-content .article-body .text-wysiwyg > div:not(.slideshow-wrapper):not(.transliteration-content),
      .page-template-default .text-pattern .article-content .article-body .text-wysiwyg > div:not(.slideshow-wrapper):not(.transliteration-content) {
        width: 90%; } }
    @media only screen and (min-width: 1024px) {
      .detail-page .text-pattern .article-content .article-body .text-wysiwyg > div:not(.slideshow-wrapper):not(.transliteration-content),
      .page-template-page-team_member_detail .text-pattern .article-content .article-body .text-wysiwyg > div:not(.slideshow-wrapper):not(.transliteration-content),
      .page-template-page-become_a_fellow .text-pattern .article-content .article-body .text-wysiwyg > div:not(.slideshow-wrapper):not(.transliteration-content),
      .page-template-default .text-pattern .article-content .article-body .text-wysiwyg > div:not(.slideshow-wrapper):not(.transliteration-content) {
        width: calc((100% / 11) * 7); } }

.detail-page .text-pattern.no-padding .article-content,
.page-template-page-team_member_detail .text-pattern.no-padding .article-content,
.page-template-page-become_a_fellow .text-pattern.no-padding .article-content,
.page-template-default .text-pattern.no-padding .article-content {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.detail-page .text-pattern.border-top .article-body,
.page-template-page-team_member_detail .text-pattern.border-top .article-body,
.page-template-page-become_a_fellow .text-pattern.border-top .article-body,
.page-template-default .text-pattern.border-top .article-body {
  padding: 40px 0;
  border-top: 7px solid #000000; }

.detail-page .text-pattern .sponsors,
.page-template-page-team_member_detail .text-pattern .sponsors,
.page-template-page-become_a_fellow .text-pattern .sponsors,
.page-template-default .text-pattern .sponsors {
  border-top: 1px solid #d8d8d8; }
  @media only screen and (min-width: 640px) {
    .detail-page .text-pattern .sponsors,
    .page-template-page-team_member_detail .text-pattern .sponsors,
    .page-template-page-become_a_fellow .text-pattern .sponsors,
    .page-template-default .text-pattern .sponsors {
      width: 90%; } }
  @media only screen and (min-width: 1024px) {
    .detail-page .text-pattern .sponsors,
    .page-template-page-team_member_detail .text-pattern .sponsors,
    .page-template-page-become_a_fellow .text-pattern .sponsors,
    .page-template-default .text-pattern .sponsors {
      width: calc((100% / 11) * 7); } }
  .detail-page .text-pattern .sponsors .sponsor-block,
  .page-template-page-team_member_detail .text-pattern .sponsors .sponsor-block,
  .page-template-page-become_a_fellow .text-pattern .sponsors .sponsor-block,
  .page-template-default .text-pattern .sponsors .sponsor-block {
    border-bottom: 1px solid #d8d8d8;
    padding: 20px 0; }
    .detail-page .text-pattern .sponsors .sponsor-block h4,
    .page-template-page-team_member_detail .text-pattern .sponsors .sponsor-block h4,
    .page-template-page-become_a_fellow .text-pattern .sponsors .sponsor-block h4,
    .page-template-default .text-pattern .sponsors .sponsor-block h4 {
      width: 100% !important; }
    .detail-page .text-pattern .sponsors .sponsor-block p,
    .page-template-page-team_member_detail .text-pattern .sponsors .sponsor-block p,
    .page-template-page-become_a_fellow .text-pattern .sponsors .sponsor-block p,
    .page-template-default .text-pattern .sponsors .sponsor-block p {
      margin-bottom: 0px;
      width: 100% !important; }

.detail-page .article-header .featured-image-block,
.page-template-page-team_member_detail .article-header .featured-image-block,
.page-template-page-become_a_fellow .article-header .featured-image-block,
.page-template-default .article-header .featured-image-block {
  margin-top: 40px; }
  @media only screen and (min-width: 1024px) {
    .detail-page .article-header .featured-image-block,
    .page-template-page-team_member_detail .article-header .featured-image-block,
    .page-template-page-become_a_fellow .article-header .featured-image-block,
    .page-template-default .article-header .featured-image-block {
      margin-top: 0;
      padding-left: 20px; } }

.detail-page .article-body .other,
.page-template-page-team_member_detail .article-body .other,
.page-template-page-become_a_fellow .article-body .other,
.page-template-default .article-body .other {
  display: none; }

.detail-page .article-body.translated .english,
.page-template-page-team_member_detail .article-body.translated .english,
.page-template-page-become_a_fellow .article-body.translated .english,
.page-template-default .article-body.translated .english {
  display: none; }

.detail-page .article-body.translated .other,
.page-template-page-team_member_detail .article-body.translated .other,
.page-template-page-become_a_fellow .article-body.translated .other,
.page-template-default .article-body.translated .other {
  display: block; }

@media only screen and (min-width: 896px) {
  .detail-page .detail,
  .page-template-default .detail,
  .page-template-page-team_member_detail .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.detail-page .detail-date, .detail-page .detail-cta,
.page-template-default .detail-date,
.page-template-default .detail-cta,
.page-template-page-team_member_detail .detail-date,
.page-template-page-team_member_detail .detail-cta {
  padding-top: 10px;
  padding-right: 50px;
  display: inline-block;
  line-height: 1.2;
  font-size: 18px; }

.detail-page .detail-date,
.page-template-default .detail-date,
.page-template-page-team_member_detail .detail-date {
  white-space: nowrap;
  border-top: 1px solid #cac9c9; }

.detail-page .detail-cta,
.page-template-default .detail-cta,
.page-template-page-team_member_detail .detail-cta {
  color: #e22424;
  display: inline-block;
  position: relative; }
  @media only screen and (min-width: 896px) {
    .detail-page .detail-cta,
    .page-template-default .detail-cta,
    .page-template-page-team_member_detail .detail-cta {
      margin-left: 16px; } }
  .detail-page .detail-cta:before, .detail-page .detail-cta:after,
  .page-template-default .detail-cta:before,
  .page-template-default .detail-cta:after,
  .page-template-page-team_member_detail .detail-cta:before,
  .page-template-page-team_member_detail .detail-cta:after {
    content: "";
    position: absolute;
    width: calc(100% + 1px);
    height: 1px;
    top: 0;
    display: block; }
  .detail-page .detail-cta:before,
  .page-template-default .detail-cta:before,
  .page-template-page-team_member_detail .detail-cta:before {
    background-color: currentColor;
    width: 0%;
    left: 0; }
  .detail-page .detail-cta:after,
  .page-template-default .detail-cta:after,
  .page-template-page-team_member_detail .detail-cta:after {
    background-color: currentColor;
    right: 0;
    width: 100%; }
  .detail-page .detail-cta:hover:before,
  .page-template-default .detail-cta:hover:before,
  .page-template-page-team_member_detail .detail-cta:hover:before {
    -webkit-transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s;
    transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s;
    width: 100%; }
  .detail-page .detail-cta:hover:after,
  .page-template-default .detail-cta:hover:after,
  .page-template-page-team_member_detail .detail-cta:hover:after {
    -webkit-transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    width: 0%; }
  @media (max-width: 895px) {
    .detail-page .detail-cta,
    .page-template-default .detail-cta,
    .page-template-page-team_member_detail .detail-cta {
      margin-top: 30px; } }
  .detail-page .detail-cta h3,
  .page-template-default .detail-cta h3,
  .page-template-page-team_member_detail .detail-cta h3 {
    position: relative; }
  .detail-page .detail-cta .chev,
  .page-template-default .detail-cta .chev,
  .page-template-page-team_member_detail .detail-cta .chev {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.detail-page .post-type-news_item .contributor-callouts,
.detail-page .post-type-event .contributor-callouts,
.page-template-default .post-type-news_item .contributor-callouts,
.page-template-default .post-type-event .contributor-callouts,
.page-template-page-team_member_detail .post-type-news_item .contributor-callouts,
.page-template-page-team_member_detail .post-type-event .contributor-callouts {
  width: 100%; }
  .detail-page .post-type-news_item .contributor-callouts .author-callout,
  .detail-page .post-type-event .contributor-callouts .author-callout,
  .page-template-default .post-type-news_item .contributor-callouts .author-callout,
  .page-template-default .post-type-event .contributor-callouts .author-callout,
  .page-template-page-team_member_detail .post-type-news_item .contributor-callouts .author-callout,
  .page-template-page-team_member_detail .post-type-event .contributor-callouts .author-callout {
    border-top: 0px; }

.detail-page .person-callout,
.page-template-default .person-callout,
.page-template-page-team_member_detail .person-callout {
  float: right;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin-right: 0px;
  margin-bottom: 50px; }
  @media only screen and (min-width: 640px) {
    .detail-page .person-callout,
    .page-template-default .person-callout,
    .page-template-page-team_member_detail .person-callout {
      width: 90%; } }
  @media only screen and (min-width: 1024px) {
    .detail-page .person-callout,
    .page-template-default .person-callout,
    .page-template-page-team_member_detail .person-callout {
      width: calc((100% / 11) * 7); } }
  .detail-page .person-callout .person-image,
  .page-template-default .person-callout .person-image,
  .page-template-page-team_member_detail .person-callout .person-image {
    position: relative;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
    .detail-page .person-callout .person-image img,
    .page-template-default .person-callout .person-image img,
    .page-template-page-team_member_detail .person-callout .person-image img {
      width: 100%;
      height: auto; }
  .detail-page .person-callout .callout-info,
  .page-template-default .person-callout .callout-info,
  .page-template-page-team_member_detail .person-callout .callout-info {
    padding-left: 15px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .detail-page .person-callout .callout-info .person-callout__title,
    .page-template-default .person-callout .callout-info .person-callout__title,
    .page-template-page-team_member_detail .person-callout .callout-info .person-callout__title {
      display: block;
      margin-bottom: 6px;
      font-weight: 500; }
      @media only screen and (min-width: 1024px) {
        .detail-page .person-callout .callout-info .person-callout__title,
        .page-template-default .person-callout .callout-info .person-callout__title,
        .page-template-page-team_member_detail .person-callout .callout-info .person-callout__title {
          font-size: 1.333em;
          line-height: 27px; } }
    .detail-page .person-callout .callout-info p,
    .page-template-default .person-callout .callout-info p,
    .page-template-page-team_member_detail .person-callout .callout-info p {
      float: none;
      width: 100%;
      margin-bottom: 0px;
      font-size: 16px;
      line-height: 20px; }
      @media only screen and (min-width: 1024px) {
        .detail-page .person-callout .callout-info p,
        .page-template-default .person-callout .callout-info p,
        .page-template-page-team_member_detail .person-callout .callout-info p {
          font-size: 0.833em;
          line-height: 27px; } }

.page-template-page-country_fellowship article {
  padding-left: 0;
  padding-right: 0; }

.pattern.news-items.list .news-items-container {
  margin-top: 60px; }
  .pattern.news-items.list .news-items-container .row, .pattern.news-items.list .news-items-container .archive-content form ul, .archive-content form .pattern.news-items.list .news-items-container ul {
    border-top: 7px solid #ffffff;
    padding: 20px 0 80px; }
    .pattern.news-items.list .news-items-container .row h5, .pattern.news-items.list .news-items-container .archive-content form ul h5, .archive-content form .pattern.news-items.list .news-items-container ul h5,
    .pattern.news-items.list .news-items-container .row p,
    .pattern.news-items.list .news-items-container .archive-content form ul p,
    .archive-content form .pattern.news-items.list .news-items-container ul p {
      margin-bottom: 15px; }
    .pattern.news-items.list .news-items-container .row .img-container img, .pattern.news-items.list .news-items-container .archive-content form ul .img-container img, .archive-content form .pattern.news-items.list .news-items-container ul .img-container img {
      height: auto;
      width: 100%; }

body.single-knowledge_detail .knowledge-details {
  margin-bottom: 20px; }
  @media only screen and (min-width: 640px) {
    body.single-knowledge_detail .knowledge-details {
      width: 90%; } }
  @media only screen and (min-width: 1024px) {
    body.single-knowledge_detail .knowledge-details {
      width: calc((100% / 11) * 7); } }
  body.single-knowledge_detail .knowledge-details .callout-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  body.single-knowledge_detail .knowledge-details .youtube-responsive-container {
    margin-top: 0; }
  body.single-knowledge_detail .knowledge-details img {
    display: block; }

body.single-knowledge_detail .knowledge-details-right {
  margin-bottom: 60px;
  width: 100%; }

@media only screen and (max-width: 1023px) and (min-width: 640px) {
  body.single-knowledge_detail .knowledge-details-right {
    width: 90%; } }

@media only screen and (max-width: 1023px) and (min-width: 1024px) {
  body.single-knowledge_detail .knowledge-details-right {
    width: calc((100% / 11) * 7); } }
  @media only screen and (min-width: 1024px) {
    body.single-knowledge_detail .knowledge-details-right {
      float: right; } }
  body.single-knowledge_detail .knowledge-details-right .details p.publisher-info {
    margin-bottom: 40px; }
  body.single-knowledge_detail .knowledge-details-right .details .cta {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 10px;
    padding-left: 0; }
    body.single-knowledge_detail .knowledge-details-right .details .cta a {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 38px; }

body.single-knowledge_detail .table-of-contents,
body.single-knowledge_detail .references {
  margin-bottom: 40px; }
  body.single-knowledge_detail .table-of-contents h2,
  body.single-knowledge_detail .references h2 {
    border-top: 1px solid #d8d8d8;
    padding-top: 20px; }
  body.single-knowledge_detail .table-of-contents ol,
  body.single-knowledge_detail .references ol {
    list-style-type: decimal;
    margin-left: 40px; }
    body.single-knowledge_detail .table-of-contents ol li,
    body.single-knowledge_detail .references ol li {
      margin-bottom: 10px; }

body.single-knowledge_detail .youtube-responsive-container {
  margin: 20px 0;
  position: relative;
  padding-bottom: 51.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 100%; }
  body.single-knowledge_detail .youtube-responsive-container iframe,
  body.single-knowledge_detail .youtube-responsive-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    body.single-knowledge_detail .youtube-responsive-container iframe .wp-embed,
    body.single-knowledge_detail .youtube-responsive-container embed .wp-embed {
      padding: 0px; }

body.single-knowledge_detail .podcast-responsive-container {
  margin: 0 0 20px 0;
  width: 100%; }
  body.single-knowledge_detail .podcast-responsive-container iframe,
  body.single-knowledge_detail .podcast-responsive-container embed {
    width: 100%; }

.featured-image-block {
  margin-bottom: 25px; }
  .featured-image-block p.caption {
    font-size: 13px;
    padding-top: 35px;
    line-height: 17px; }

.detail-page .article-header {
  margin-bottom: 25px; }

.detail-page .article-body .article-wysiwyg,
.detail-page .article-body .person-content {
  margin-bottom: 80px; }
  @media (max-width: 895px) {
    .detail-page .article-body .article-wysiwyg,
    .detail-page .article-body .person-content {
      margin-bottom: 35px; } }
  .detail-page .article-body .article-wysiwyg > div:not(.slideshow-wrapper):not(.perfect-pullquote):not(.program-report-text):not(.custom_html),
  .detail-page .article-body .person-content > div:not(.slideshow-wrapper):not(.perfect-pullquote):not(.program-report-text):not(.custom_html) {
    text-align: left;
    display: block;
    margin-bottom: 32px;
    position: relative;
    font-weight: 400; }
    @media only screen and (min-width: 640px) {
      .detail-page .article-body .article-wysiwyg > div:not(.slideshow-wrapper):not(.perfect-pullquote):not(.program-report-text):not(.custom_html),
      .detail-page .article-body .person-content > div:not(.slideshow-wrapper):not(.perfect-pullquote):not(.program-report-text):not(.custom_html) {
        width: 90%; } }
    @media only screen and (min-width: 1024px) {
      .detail-page .article-body .article-wysiwyg > div:not(.slideshow-wrapper):not(.perfect-pullquote):not(.program-report-text):not(.custom_html),
      .detail-page .article-body .person-content > div:not(.slideshow-wrapper):not(.perfect-pullquote):not(.program-report-text):not(.custom_html) {
        width: calc((100% / 11) * 7); } }
  .detail-page .article-body .article-wysiwyg > div.references,
  .detail-page .article-body .article-wysiwyg > div.table-of-contents,
  .detail-page .article-body .person-content > div.references,
  .detail-page .article-body .person-content > div.table-of-contents {
    width: 100% !important; }
  @media only screen and (min-width: 640px) {
    .detail-page .article-body .article-wysiwyg > hr,
    .detail-page .article-body .article-wysiwyg div > hr,
    .detail-page .article-body .person-content > hr,
    .detail-page .article-body .person-content div > hr {
      width: 90%; } }
  @media only screen and (min-width: 1024px) {
    .detail-page .article-body .article-wysiwyg > hr,
    .detail-page .article-body .article-wysiwyg div > hr,
    .detail-page .article-body .person-content > hr,
    .detail-page .article-body .person-content div > hr {
      width: calc((100% / 11) * 7); } }

.detail-page .article-body .article-wysiwyg > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

.detail-page .article-body.border-top {
  border-top: 7px solid #000000; }

.contributor-callouts {
  margin-bottom: 30px;
  margin-right: 0px; }
  .contributor-callouts .meta {
    margin-bottom: 10px; }
  .contributor-callouts .author-callout {
    margin-bottom: 0px;
    margin-left: 0;
    text-decoration: none;
    color: inherit;
    padding-bottom: 20px; }
    .contributor-callouts .author-callout a {
      color: #000000 !important;
      display: block !important; }
      .contributor-callouts .author-callout a:before, .contributor-callouts .author-callout a:after {
        display: none !important; }
    .contributor-callouts .author-callout:not(:first-of-type) .border {
      width: 100%;
      border-top: 1px solid #d8d8d8;
      padding-bottom: 20px; }

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .contributor-callouts .author-callout:nth-of-type(2) .border {
    border-top: 0;
    padding-bottom: 0; } }
  .contributor-callouts .author-image {
    position: relative;
    width: 77px;
    height: 77px;
    max-width: calc(77px + 1em);
    margin-right: 6px; }
    .contributor-callouts .author-image img {
      width: 77px;
      height: 77px;
      -webkit-filter: grayscale(100%);
      -o-object-fit: cover;
         object-fit: cover;
      font-family: "object-fit: cover"; }
      .contributor-callouts .author-image img.color {
        -webkit-filter: none; }
    .contributor-callouts .author-image .red-filter {
      width: 77px;
      height: 77px;
      position: absolute;
      top: 0; }
  .contributor-callouts .callout-info .contributor__title {
    font-family: "Graphik LCG Web", sans-serif;
    font-size: 20px;
    font-weight: 500; }
  .contributor-callouts .callout-info p {
    float: none;
    font-size: 0.722em !important;
    line-height: 1.389em !important; }

.article-wysiwyg p,
.text-wysiwyg p,
.person-content p {
  margin-bottom: 32px; }

.article-wysiwyg ul,
.article-wysiwyg ol,
.text-wysiwyg ul,
.text-wysiwyg ol,
.person-content ul,
.person-content ol {
  text-align: left;
  display: block;
  margin-bottom: 30px;
  position: relative; }
  @media only screen and (min-width: 640px) {
    .article-wysiwyg ul,
    .article-wysiwyg ol,
    .text-wysiwyg ul,
    .text-wysiwyg ol,
    .person-content ul,
    .person-content ol {
      width: 90%; } }
  @media only screen and (min-width: 1024px) {
    .article-wysiwyg ul,
    .article-wysiwyg ol,
    .text-wysiwyg ul,
    .text-wysiwyg ol,
    .person-content ul,
    .person-content ol {
      width: calc((100% / 11) * 7); } }
  .article-wysiwyg ul ul,
  .article-wysiwyg ol ul,
  .text-wysiwyg ul ul,
  .text-wysiwyg ol ul,
  .person-content ul ul,
  .person-content ol ul {
    width: 100%; }

.article-wysiwyg p + ul,
.text-wysiwyg p + ul,
.person-content p + ul {
  margin-top: -15px; }

.article-wysiwyg hr,
.text-wysiwyg hr,
.person-content hr {
  margin: 30px 0; }

@media only screen and (min-width: 640px) {
  .article-wysiwyg p:not(.full-p),
  .article-wysiwyg h2,
  .article-wysiwyg h3,
  .article-wysiwyg h4,
  .article-wysiwyg h5,
  .text-wysiwyg p:not(.full-p),
  .text-wysiwyg h2,
  .text-wysiwyg h3,
  .text-wysiwyg h4,
  .text-wysiwyg h5,
  .person-content p:not(.full-p),
  .person-content h2,
  .person-content h3,
  .person-content h4,
  .person-content h5 {
    width: 90%; } }

@media only screen and (min-width: 1024px) {
  .article-wysiwyg p:not(.full-p),
  .article-wysiwyg h2,
  .article-wysiwyg h3,
  .article-wysiwyg h4,
  .article-wysiwyg h5,
  .text-wysiwyg p:not(.full-p),
  .text-wysiwyg h2,
  .text-wysiwyg h3,
  .text-wysiwyg h4,
  .text-wysiwyg h5,
  .person-content p:not(.full-p),
  .person-content h2,
  .person-content h3,
  .person-content h4,
  .person-content h5 {
    width: calc((100% / 11) * 7); } }

.article-wysiwyg .accordion,
.article-wysiwyg ul,
.article-wysiwyg ol,
.article-wysiwyg p,
.text-wysiwyg .accordion,
.text-wysiwyg ul,
.text-wysiwyg ol,
.text-wysiwyg p,
.person-content .accordion,
.person-content ul,
.person-content ol,
.person-content p {
  letter-spacing: -0.05px;
  line-height: 1.62;
  color: #263138; }

.article-wysiwyg p,
.article-wysiwyg h2,
.article-wysiwyg h3,
.article-wysiwyg h4,
.article-wysiwyg h5,
.article-wysiwyg figure,
.article-wysiwyg .accordion,
.text-wysiwyg p,
.text-wysiwyg h2,
.text-wysiwyg h3,
.text-wysiwyg h4,
.text-wysiwyg h5,
.text-wysiwyg figure,
.text-wysiwyg .accordion,
.person-content p,
.person-content h2,
.person-content h3,
.person-content h4,
.person-content h5,
.person-content figure,
.person-content .accordion {
  text-align: left;
  display: block;
  margin-bottom: 20px;
  position: relative; }
  .article-wysiwyg p img:nth-child(2),
  .article-wysiwyg h2 img:nth-child(2),
  .article-wysiwyg h3 img:nth-child(2),
  .article-wysiwyg h4 img:nth-child(2),
  .article-wysiwyg h5 img:nth-child(2),
  .article-wysiwyg figure img:nth-child(2),
  .article-wysiwyg .accordion img:nth-child(2),
  .text-wysiwyg p img:nth-child(2),
  .text-wysiwyg h2 img:nth-child(2),
  .text-wysiwyg h3 img:nth-child(2),
  .text-wysiwyg h4 img:nth-child(2),
  .text-wysiwyg h5 img:nth-child(2),
  .text-wysiwyg figure img:nth-child(2),
  .text-wysiwyg .accordion img:nth-child(2),
  .person-content p img:nth-child(2),
  .person-content h2 img:nth-child(2),
  .person-content h3 img:nth-child(2),
  .person-content h4 img:nth-child(2),
  .person-content h5 img:nth-child(2),
  .person-content figure img:nth-child(2),
  .person-content .accordion img:nth-child(2) {
    top: 15px;
    right: -15px;
    position: absolute; }
  .article-wysiwyg p .caption,
  .article-wysiwyg h2 .caption,
  .article-wysiwyg h3 .caption,
  .article-wysiwyg h4 .caption,
  .article-wysiwyg h5 .caption,
  .article-wysiwyg figure .caption,
  .article-wysiwyg .accordion .caption,
  .text-wysiwyg p .caption,
  .text-wysiwyg h2 .caption,
  .text-wysiwyg h3 .caption,
  .text-wysiwyg h4 .caption,
  .text-wysiwyg h5 .caption,
  .text-wysiwyg figure .caption,
  .text-wysiwyg .accordion .caption,
  .person-content p .caption,
  .person-content h2 .caption,
  .person-content h3 .caption,
  .person-content h4 .caption,
  .person-content h5 .caption,
  .person-content figure .caption,
  .person-content .accordion .caption {
    bottom: -42px;
    position: absolute;
    color: #000000;
    left: 0px; }
  @media only screen and (min-width: 640px) {
    .article-wysiwyg p.alignright,
    .article-wysiwyg h2.alignright,
    .article-wysiwyg h3.alignright,
    .article-wysiwyg h4.alignright,
    .article-wysiwyg h5.alignright,
    .article-wysiwyg figure.alignright,
    .article-wysiwyg .accordion.alignright,
    .text-wysiwyg p.alignright,
    .text-wysiwyg h2.alignright,
    .text-wysiwyg h3.alignright,
    .text-wysiwyg h4.alignright,
    .text-wysiwyg h5.alignright,
    .text-wysiwyg figure.alignright,
    .text-wysiwyg .accordion.alignright,
    .person-content p.alignright,
    .person-content h2.alignright,
    .person-content h3.alignright,
    .person-content h4.alignright,
    .person-content h5.alignright,
    .person-content figure.alignright,
    .person-content .accordion.alignright {
      width: 32% !important;
      float: right;
      margin-left: 10px;
      margin-bottom: 40px;
      clear: both; } }
  .article-wysiwyg p.alignright img,
  .article-wysiwyg h2.alignright img,
  .article-wysiwyg h3.alignright img,
  .article-wysiwyg h4.alignright img,
  .article-wysiwyg h5.alignright img,
  .article-wysiwyg figure.alignright img,
  .article-wysiwyg .accordion.alignright img,
  .text-wysiwyg p.alignright img,
  .text-wysiwyg h2.alignright img,
  .text-wysiwyg h3.alignright img,
  .text-wysiwyg h4.alignright img,
  .text-wysiwyg h5.alignright img,
  .text-wysiwyg figure.alignright img,
  .text-wysiwyg .accordion.alignright img,
  .person-content p.alignright img,
  .person-content h2.alignright img,
  .person-content h3.alignright img,
  .person-content h4.alignright img,
  .person-content h5.alignright img,
  .person-content figure.alignright img,
  .person-content .accordion.alignright img {
    width: 100%; }
    .article-wysiwyg p.alignright img:first-child,
    .article-wysiwyg h2.alignright img:first-child,
    .article-wysiwyg h3.alignright img:first-child,
    .article-wysiwyg h4.alignright img:first-child,
    .article-wysiwyg h5.alignright img:first-child,
    .article-wysiwyg figure.alignright img:first-child,
    .article-wysiwyg .accordion.alignright img:first-child,
    .text-wysiwyg p.alignright img:first-child,
    .text-wysiwyg h2.alignright img:first-child,
    .text-wysiwyg h3.alignright img:first-child,
    .text-wysiwyg h4.alignright img:first-child,
    .text-wysiwyg h5.alignright img:first-child,
    .text-wysiwyg figure.alignright img:first-child,
    .text-wysiwyg .accordion.alignright img:first-child,
    .person-content p.alignright img:first-child,
    .person-content h2.alignright img:first-child,
    .person-content h3.alignright img:first-child,
    .person-content h4.alignright img:first-child,
    .person-content h5.alignright img:first-child,
    .person-content figure.alignright img:first-child,
    .person-content .accordion.alignright img:first-child {
      right: auto;
      left: -15px; }
  .article-wysiwyg p.alignright .caption,
  .article-wysiwyg h2.alignright .caption,
  .article-wysiwyg h3.alignright .caption,
  .article-wysiwyg h4.alignright .caption,
  .article-wysiwyg h5.alignright .caption,
  .article-wysiwyg figure.alignright .caption,
  .article-wysiwyg .accordion.alignright .caption,
  .text-wysiwyg p.alignright .caption,
  .text-wysiwyg h2.alignright .caption,
  .text-wysiwyg h3.alignright .caption,
  .text-wysiwyg h4.alignright .caption,
  .text-wysiwyg h5.alignright .caption,
  .text-wysiwyg figure.alignright .caption,
  .text-wysiwyg .accordion.alignright .caption,
  .person-content p.alignright .caption,
  .person-content h2.alignright .caption,
  .person-content h3.alignright .caption,
  .person-content h4.alignright .caption,
  .person-content h5.alignright .caption,
  .person-content figure.alignright .caption,
  .person-content .accordion.alignright .caption {
    right: 0px;
    left: auto; }

.article-wysiwyg p,
.text-wysiwyg p,
.person-content p {
  margin-bottom: 32px; }
  .article-wysiwyg p figure,
  .text-wysiwyg p figure,
  .person-content p figure {
    width: 100% !important; }
    @media only screen and (min-width: 1024px) {
      .article-wysiwyg p figure.alignright,
      .text-wysiwyg p figure.alignright,
      .person-content p figure.alignright {
        margin-right: -55%;
        width: 47% !important; } }

.article-wysiwyg figure,
.text-wysiwyg figure,
.person-content figure {
  margin: 32px 0 64px 0; }
  .article-wysiwyg figure img:nth-child(2),
  .text-wysiwyg figure img:nth-child(2),
  .person-content figure img:nth-child(2) {
    top: 15px;
    left: 15px;
    position: absolute;
    opacity: 0.23;
    z-index: -1; }
  .article-wysiwyg figure .wp-caption-text,
  .text-wysiwyg figure .wp-caption-text,
  .person-content figure .wp-caption-text {
    color: #000000;
    left: 0px;
    padding-top: 20px;
    line-height: 17px; }

.article-wysiwyg figure,
.text-wysiwyg figure,
.person-content figure {
  max-width: 100%; }
  @media only screen and (min-width: 640px) {
    .article-wysiwyg figure,
    .text-wysiwyg figure,
    .person-content figure {
      width: 90% !important; } }
  @media only screen and (min-width: 1024px) {
    .article-wysiwyg figure,
    .text-wysiwyg figure,
    .person-content figure {
      width: calc((100% / 11) * 7) !important; } }
  .article-wysiwyg figure.aligncenter,
  .text-wysiwyg figure.aligncenter,
  .person-content figure.aligncenter {
    width: 100% !important; }
    .article-wysiwyg figure.aligncenter img,
    .text-wysiwyg figure.aligncenter img,
    .person-content figure.aligncenter img {
      width: 100%; }
      .article-wysiwyg figure.aligncenter img:nth-of-type(2),
      .text-wysiwyg figure.aligncenter img:nth-of-type(2),
      .person-content figure.aligncenter img:nth-of-type(2) {
        display: none; }
  .article-wysiwyg figure.alignleft img,
  .text-wysiwyg figure.alignleft img,
  .person-content figure.alignleft img {
    width: 100%; }
  .article-wysiwyg figure img.alignleft,
  .text-wysiwyg figure img.alignleft,
  .person-content figure img.alignleft {
    width: 100%; }

.article-wysiwyg p .youtube-responsive-container,
.text-wysiwyg p .youtube-responsive-container,
.person-content p .youtube-responsive-container {
  margin: 20px 0;
  position: relative;
  padding-bottom: 51.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .article-wysiwyg p .youtube-responsive-container iframe,
  .article-wysiwyg p .youtube-responsive-container object,
  .article-wysiwyg p .youtube-responsive-container embed,
  .text-wysiwyg p .youtube-responsive-container iframe,
  .text-wysiwyg p .youtube-responsive-container object,
  .text-wysiwyg p .youtube-responsive-container embed,
  .person-content p .youtube-responsive-container iframe,
  .person-content p .youtube-responsive-container object,
  .person-content p .youtube-responsive-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.article-wysiwyg p iframe,
.text-wysiwyg p iframe,
.person-content p iframe {
  width: 100%; }

.article-wysiwyg h5,
.text-wysiwyg h5,
.person-content h5 {
  z-index: -1; }

.article-wysiwyg ul,
.text-wysiwyg ul,
.person-content ul {
  list-style: none; }
  .article-wysiwyg ul li,
  .text-wysiwyg ul li,
  .person-content ul li {
    margin-left: 40px;
    margin-bottom: 10px; }
    @media only screen and (min-width: 1024px) {
      .article-wysiwyg ul li,
      .text-wysiwyg ul li,
      .person-content ul li {
        margin-left: 26px; } }
  .article-wysiwyg ul li::before,
  .text-wysiwyg ul li::before,
  .person-content ul li::before {
    content: ">";
    color: #e22424;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-right: 14px;
    top: 0px;
    margin-left: -22px;
    font-weight: 500; }
    @media only screen and (min-width: 1024px) {
      .article-wysiwyg ul li::before,
      .text-wysiwyg ul li::before,
      .person-content ul li::before {
        font-size: 1em;
        line-height: 24px; } }
    @media only screen and (min-width: 1024px) {
      .article-wysiwyg ul li::before,
      .text-wysiwyg ul li::before,
      .person-content ul li::before {
        margin-left: -24px; } }

.article-wysiwyg ol,
.text-wysiwyg ol,
.person-content ol {
  counter-reset: li; }
  .article-wysiwyg ol li,
  .text-wysiwyg ol li,
  .person-content ol li {
    counter-increment: li;
    margin-left: 40px;
    margin-bottom: 10px; }
    @media only screen and (min-width: 1024px) {
      .article-wysiwyg ol li,
      .text-wysiwyg ol li,
      .person-content ol li {
        margin-left: 26px; } }
  .article-wysiwyg ol li::before,
  .text-wysiwyg ol li::before,
  .person-content ol li::before {
    content: counter(li);
    color: #e22424;
    display: inline-block;
    text-align: right;
    width: 32px;
    padding-right: 8px;
    margin-left: -40px; }
    @media only screen and (min-width: 1024px) {
      .article-wysiwyg ol li::before,
      .text-wysiwyg ol li::before,
      .person-content ol li::before {
        width: 30px;
        margin-left: -38px; } }

.article-wysiwyg .wp-caption-text,
.text-wysiwyg .wp-caption-text,
.person-content .wp-caption-text {
  font-size: 13px;
  color: #d8d8d8; }

.article-wysiwyg .perfect-pullquote,
.text-wysiwyg .perfect-pullquote,
.person-content .perfect-pullquote {
  clear: right;
  padding-right: 2%;
  padding-left: 0;
  margin: 0px !important;
  border-left: 0px;
  border-right: 0px;
  width: 100% !important;
  float: none;
  padding-bottom: 40px; }
  .article-wysiwyg .perfect-pullquote:after,
  .text-wysiwyg .perfect-pullquote:after,
  .person-content .perfect-pullquote:after {
    content: "";
    clear: both;
    display: table; }
  .article-wysiwyg .perfect-pullquote blockquote,
  .text-wysiwyg .perfect-pullquote blockquote,
  .person-content .perfect-pullquote blockquote {
    width: 100%; }
    .article-wysiwyg .perfect-pullquote blockquote p,
    .text-wysiwyg .perfect-pullquote blockquote p,
    .person-content .perfect-pullquote blockquote p {
      width: 95.5% !important;
      margin-top: 6px !important; }
      @media only screen and (min-width: 1024px) {
        .article-wysiwyg .perfect-pullquote blockquote p,
        .text-wysiwyg .perfect-pullquote blockquote p,
        .person-content .perfect-pullquote blockquote p {
          float: right; } }
  .article-wysiwyg .perfect-pullquote:before,
  .text-wysiwyg .perfect-pullquote:before,
  .person-content .perfect-pullquote:before {
    content: ">>";
    font-size: 25px;
    color: #e22424;
    line-height: 0.25;
    display: block;
    float: left;
    margin-top: 19px;
    margin-right: 10px; }
    @media only screen and (min-width: 1024px) {
      .article-wysiwyg .perfect-pullquote:before,
      .text-wysiwyg .perfect-pullquote:before,
      .person-content .perfect-pullquote:before {
        margin: 0;
        font-size: 34px; } }
 @media only screen and (max-width: 767px) {
      .article-wysiwyg .perfect-pullquote:before,
      .text-wysiwyg .perfect-pullquote:before,
      .person-content .perfect-pullquote:before {
        margin-top: 12px;
         } }
  @media only screen and (min-width: 1024px) {
    .article-wysiwyg .perfect-pullquote,
    .text-wysiwyg .perfect-pullquote,
    .person-content .perfect-pullquote {
      padding-bottom: 0; }
      .article-wysiwyg .perfect-pullquote.pullquote-align-right,
      .text-wysiwyg .perfect-pullquote.pullquote-align-right,
      .person-content .perfect-pullquote.pullquote-align-right {
        width: 33.6666666667% !important;
        text-align: right;
        float: right; }
        .article-wysiwyg .perfect-pullquote.pullquote-align-right:before,
        .text-wysiwyg .perfect-pullquote.pullquote-align-right:before,
        .person-content .perfect-pullquote.pullquote-align-right:before {
          display: none; }
        .article-wysiwyg .perfect-pullquote.pullquote-align-right blockquote,
        .text-wysiwyg .perfect-pullquote.pullquote-align-right blockquote,
        .person-content .perfect-pullquote.pullquote-align-right blockquote {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          padding-left: 30px !important; }
          .article-wysiwyg .perfect-pullquote.pullquote-align-right blockquote p,
          .text-wysiwyg .perfect-pullquote.pullquote-align-right blockquote p,
          .person-content .perfect-pullquote.pullquote-align-right blockquote p {
            border-top: none;
            padding-top: 0px !important;
            padding-bottom: 25px !important;
            display: block;
            width: 90% !important; }
            .article-wysiwyg .perfect-pullquote.pullquote-align-right blockquote p strong,
            .text-wysiwyg .perfect-pullquote.pullquote-align-right blockquote p strong,
            .person-content .perfect-pullquote.pullquote-align-right blockquote p strong {
              display: block; }
      .article-wysiwyg .perfect-pullquote.pullquote-align-left,
      .text-wysiwyg .perfect-pullquote.pullquote-align-left,
      .person-content .perfect-pullquote.pullquote-align-left {
        width: 100% !important;
        padding-top: 0;
        padding-bottom: 30px;
        padding-right: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .article-wysiwyg .perfect-pullquote.pullquote-align-left:before,
        .text-wysiwyg .perfect-pullquote.pullquote-align-left:before,
        .person-content .perfect-pullquote.pullquote-align-left:before {
          float: left;
          line-height: inherit; } }
  .article-wysiwyg .perfect-pullquote blockquote p,
  .text-wysiwyg .perfect-pullquote blockquote p,
  .person-content .perfect-pullquote blockquote p {
    width: 100%; }

/*--------------------------------------------------------------
# Person Detail pages
--------------------------------------------------------------*/
.single-person .featured-image-block .image-container {
  position: relative;
  margin-right: 25px; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .single-person .featured-image-block .image-container .shadow-container {
      width: 100%;
      height: 100%; }
      .single-person .featured-image-block .image-container .shadow-container .red-overlay-for-ie {
        height: 100%; }
        .single-person .featured-image-block .image-container .shadow-container .red-overlay-for-ie img {
          top: 0 !important;
          left: 0 !important; } }
  @supports (-ms-ime-align: auto) {
    .single-person .featured-image-block .image-container .shadow-container {
      width: 100%;
      height: 100%; }
      .single-person .featured-image-block .image-container .shadow-container .red-overlay-for-ie {
        height: 100%; }
        .single-person .featured-image-block .image-container .shadow-container .red-overlay-for-ie img {
          top: 0 !important;
          left: 0 !important; } }
  .single-person .featured-image-block .image-container svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%; }
    .single-person .featured-image-block .image-container svg image {
      height: auto; }
    .single-person .featured-image-block .image-container svg.shadow {
      top: 25px;
      left: 25px;
      z-index: -1;
      opacity: 0.18; }

.single-person .featured-image-block.image-w-shadow .image-container {
  padding-top: 0; }

.single-person .article-header {
  margin: 0px auto 0px;
  padding-bottom: 0px !important; }
  .single-person .article-header .page-subhead--person {
    margin-left: 10%; }
    .single-person .article-header .page-subhead--person--shift {
      margin-left: 15%; }
  .single-person .article-header .person-meta {
    max-width: 60%;
    margin-bottom: 25px;
    width: 100%; }
    .single-person .article-header .person-meta > * {
      padding: 10px 0; }
    .single-person .article-header .person-meta .position {
      color: #e22424;
      border-top: 1px solid #000000;
      font-size: 16px;
      line-height: 24px; }
      @media only screen and (min-width: 1024px) {
        .single-person .article-header .person-meta .position {
          font-size: 1em;
          line-height: 24px; } }
    .single-person .article-header .person-meta .fellowships {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .single-person .article-header .person-meta .fellowships .fellowship {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 45%;
                flex: 1 0 45%;
        border-top: 1px solid #cac9c9;
        line-height: 1.25;
        padding: 10px 0 15px;
        font-size: 0.7em; }
        .single-person .article-header .person-meta .fellowships .fellowship:nth-of-type(odd):not(:last-of-type) {
          margin-right: 10px; }
  .single-person .article-header .image-container {
    position: relative;
    padding-top: 0px; }
    .single-person .article-header .image-container figure {
      background-blend-mode: luminosity;
      -webkit-filter: brightness(150%);
              filter: brightness(150%);
      width: 444px;
      height: 444px;
      position: absolute;
      top: 0px;
      right: 15px; }
      .single-person .article-header .image-container figure.shadow {
        z-index: -1;
        opacity: 0.15;
        position: absolute;
        top: 25px;
        right: -10px; }

.single-person .article-body .person-content {
  border-top: 7px solid #000000;
  padding-top: 38px;
  overflow-y: auto;
  overflow-x: hidden; }

.single-person .article-body .extras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (min-width: 640px) {
    .single-person .article-body .extras {
      width: 90%; } }
  @media only screen and (min-width: 1024px) {
    .single-person .article-body .extras {
      width: calc((100% / 11) * 7); } }
  .single-person .article-body .extras .social-links {
    margin-top: 30px;
    border-top: 1px solid #d8d8d8; }
    .single-person .article-body .extras .social-links h4 {
      margin-bottom: 20px;
      padding-top: 15px; }
  .single-person .article-body .extras.empty-person-content .social-links {
    margin-top: 0px;
    border: none; }

.single-person .article-body .person-cta {
  padding: 0px; }

.single-person .featured-action-project {
  width: 58.3333333333% !important;
  float: right;
  text-align: left;
  display: block;
  margin-bottom: 20px; }

.recent-posts {
  padding-top: 20px;
  padding-bottom: 80px; }
  .recent-posts .recent-posts-label {
    color: #e22424;
    border-bottom: 7px solid #000000;
    padding-bottom: 30px;
    font-size: 40px; }
  .recent-posts .recent-post {
    padding: 25px 0 30px;
    border-bottom: 7px solid #000000; }
    .recent-posts .recent-post:last-child {
      border-bottom: 0px; }
    .recent-posts .recent-post:hover .list-item-title span {
      background-size: 100% 100%;
      background-position: left;
      -webkit-transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
    .recent-posts .recent-post .list-item-title {
      width: 100% !important;
      margin-bottom: 15px; }
      .recent-posts .recent-post .list-item-title span {
        background-size: 0% 100%;
        background-repeat: no-repeat;
        background-position: right;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(8%, currentColor), color-stop(8%, currentColor));
        background-image: linear-gradient(transparent 92%, currentColor 8%, currentColor 8%);
        display: inline;
        -webkit-transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
        transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
    .recent-posts .recent-post p,
    .recent-posts .recent-post .intro {
      font-size: 15px;
      line-height: 20px;
      width: 100% !important; }
    .recent-posts .recent-post .meta {
      font-size: 13px;
      letter-spacing: 0.3px;
      line-height: 16px;
      color: #e22424;
      text-transform: uppercase;
      margin-bottom: 15px; }

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
  display: block; }

.image-w-shadow {
  position: relative;
  padding: 0;
  z-index: 1; }
  .image-w-shadow img,
  .image-w-shadow svg {
    padding: 0;
    max-width: 100%;
    height: auto;
    min-width: 100%; }
    .image-w-shadow img.shadow,
    .image-w-shadow svg.shadow {
      top: 25px;
      left: 25px;
      position: absolute;
      z-index: -1;
      opacity: 0.23; }
  .image-w-shadow.image-w-filter .image-container {
    width: 100%;
    padding-top: 100%;
    position: relative; }
    .image-w-shadow.image-w-filter .image-container svg {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
      .image-w-shadow.image-w-filter .image-container svg image {
        height: auto; }

.image-in-red img {
  min-width: 100%;
  -webkit-filter: url(#duotone);
          filter: url(#duotone); }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .image-in-red img {
        filter: url(#duotone) contrast(0.6) brightness(1.3);
        -webkit-filter: url(#duotone) contrast(0.6) brightness(1.3); } } }
  .image-in-red img.no-filter {
    -webkit-filter: none;
            filter: none; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .image-in-red .shadow-container {
    z-index: -1;
    position: absolute;
    top: 25px;
    left: 25px; }
    .image-in-red .shadow-container .shadow {
      position: static; }
    .image-in-red .shadow-container .red-overlay-for-ie::after {
      opacity: 0.23; }
  .image-in-red .red-overlay-for-ie {
    position: static; }
    .image-in-red .red-overlay-for-ie img {
      display: block; }
    .image-in-red .red-overlay-for-ie::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #e22424;
      opacity: 0.5; } }

@supports (-ms-ime-align: auto) {
  .image-in-red .shadow-container {
    z-index: -1;
    position: absolute;
    top: 25px;
    left: 25px; }
    .image-in-red .shadow-container .shadow {
      position: static; }
    .image-in-red .shadow-container .red-overlay-for-ie::after {
      opacity: 0.23; }
  .image-in-red .red-overlay-for-ie {
    position: static; }
    .image-in-red .red-overlay-for-ie img {
      display: block; }
    .image-in-red .red-overlay-for-ie::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #e22424;
      opacity: 0.5; } }

.corner .image-container {
  position: relative;
  padding: 0; }
  .corner .image-container img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  .corner .image-container .shape {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #e22424;
    mix-blend-mode: overlay;
    z-index: 1; }
    .corner .image-container .shape.triangle {
      -webkit-transform: rotate(-60deg) translate(-3%, 102%);
              transform: rotate(-60deg) translate(-3%, 102%); }
    .corner .image-container .shape.stripe {
      opacity: 0.4;
      -webkit-transform: rotate(-60deg) translate(-3%, 87%);
              transform: rotate(-60deg) translate(-3%, 87%); }
  .corner .image-container.left .shape {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.gradient .image-container {
  position: relative;
  padding: 0; }
  .gradient .image-container:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(red));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, red 100%);
    mix-blend-mode: multiply; }

.gradient-left .image-container {
  position: relative;
  padding: 0; }
  .gradient-left .image-container:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(226, 36, 36, 0.9)));
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(226, 36, 36, 0.9) 100%);
    mix-blend-mode: overlay; }

.image-container {
  position: relative; }

.image-description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff; }
  .image-description.show-description .text-container {
    display: block; }
  .image-description .text-container {
    background-color: rgba(1, 1, 1, 0.5);
    padding: 10px 35px 40px 15px;
    display: none;
    font-size: 20px; }
    .image-description .text-container .close {
      position: absolute;
      right: 12px;
      top: 3px;
      cursor: pointer; }
    .image-description .text-container p {
      font-size: 15px;
      line-height: 1.5;
      cursor: default; }
  .image-description .open-description {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
    padding: 2px 5px 8px;
    width: 25px;
    height: 25px;
    text-align: center;
    background-color: #18252c;
    font-weight: 400;
    cursor: pointer; }

/*--------------------------------------------------------------
# Fellowship Landing
--------------------------------------------------------------*/
.page-template-page-fellowship .headline,
.page-template-page-country_fellowship .headline {
  padding-bottom: 0 !important; }

.page-template-page-fellowship .pattern .details,
.page-template-page-country_fellowship .pattern .details {
  margin-top: 25px; }
  .page-template-page-fellowship .pattern .details .detail,
  .page-template-page-country_fellowship .pattern .details .detail {
    padding: 10px 0 30px;
    border-top: 1px solid #c3c3c3; }
    .page-template-page-fellowship .pattern .details .detail:first-child,
    .page-template-page-country_fellowship .pattern .details .detail:first-child {
      border-top: 7px solid #000000; }
  .page-template-page-fellowship .pattern .details .cta,
  .page-template-page-country_fellowship .pattern .details .cta {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    margin-top: 15px; }
    .page-template-page-fellowship .pattern .details .cta.box a,
    .page-template-page-country_fellowship .pattern .details .cta.box a {
      width: 257px;
      height: 58px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-left: 16px;
      padding-right: 16px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: uppercase; }

.page-template-page-fellowship .pattern.fellows-intro,
.page-template-page-country_fellowship .pattern.fellows-intro {
  padding-top: 0 !important; }
  .page-template-page-fellowship .pattern.fellows-intro .callout-wrapper,
  .page-template-page-country_fellowship .pattern.fellows-intro .callout-wrapper {
    width: 100%; }
    @media only screen and (min-width: 896px) {
      .page-template-page-fellowship .pattern.fellows-intro .callout-wrapper .image-w-shadow,
      .page-template-page-country_fellowship .pattern.fellows-intro .callout-wrapper .image-w-shadow {
        margin-right: 40px; } }
    @media (max-width: 1023px) {
      .page-template-page-fellowship .pattern.fellows-intro .callout-wrapper .details,
      .page-template-page-country_fellowship .pattern.fellows-intro .callout-wrapper .details {
        margin-top: 40px; } }
    .page-template-page-fellowship .pattern.fellows-intro .callout-wrapper .details .locations li,
    .page-template-page-country_fellowship .pattern.fellows-intro .callout-wrapper .details .locations li {
      font-weight: 500; }
  .page-template-page-fellowship .pattern.fellows-intro ul,
  .page-template-page-country_fellowship .pattern.fellows-intro ul {
    margin-bottom: 50px; }

.page-template-page-inside_the_fellowship .fellows-intro,
.page-template-page-become_a_fellow .fellows-intro {
  padding-top: 50px; }
  .page-template-page-inside_the_fellowship .fellows-intro .row .image-w-shadow, .page-template-page-inside_the_fellowship .fellows-intro .archive-content form ul .image-w-shadow, .archive-content form .page-template-page-inside_the_fellowship .fellows-intro ul .image-w-shadow,
  .page-template-page-become_a_fellow .fellows-intro .row .image-w-shadow,
  .page-template-page-become_a_fellow .fellows-intro .archive-content form ul .image-w-shadow,
  .archive-content form .page-template-page-become_a_fellow .fellows-intro ul .image-w-shadow {
    margin-right: 40px; }
  .page-template-page-inside_the_fellowship .fellows-intro .details,
  .page-template-page-become_a_fellow .fellows-intro .details {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
    @media only screen and (min-width: 1024px) {
      .page-template-page-inside_the_fellowship .fellows-intro .details,
      .page-template-page-become_a_fellow .fellows-intro .details {
        font-size: 1em;
        line-height: 24px; } }
    @media (max-width: 1023px) {
      .page-template-page-inside_the_fellowship .fellows-intro .details,
      .page-template-page-become_a_fellow .fellows-intro .details {
        margin-top: 40px; } }
    @media only screen and (min-width: 1024px) {
      .page-template-page-inside_the_fellowship .fellows-intro .details,
      .page-template-page-become_a_fellow .fellows-intro .details {
        font-size: 19px;
        line-height: 1.6; } }
  .page-template-page-inside_the_fellowship .fellows-intro .text,
  .page-template-page-become_a_fellow .fellows-intro .text {
    font-size: 16px;
    line-height: 20px; }
    @media only screen and (min-width: 1024px) {
      .page-template-page-inside_the_fellowship .fellows-intro .text,
      .page-template-page-become_a_fellow .fellows-intro .text {
        font-size: 0.833em;
        line-height: 27px; } }
    .page-template-page-inside_the_fellowship .fellows-intro .text h2,
    .page-template-page-inside_the_fellowship .fellows-intro .text h3,
    .page-template-page-inside_the_fellowship .fellows-intro .text h4,
    .page-template-page-inside_the_fellowship .fellows-intro .text h5,
    .page-template-page-become_a_fellow .fellows-intro .text h2,
    .page-template-page-become_a_fellow .fellows-intro .text h3,
    .page-template-page-become_a_fellow .fellows-intro .text h4,
    .page-template-page-become_a_fellow .fellows-intro .text h5 {
      margin-bottom: 20px; }

.page-template-page-inside_the_fellowship .inside-fellowship-header,
.page-template-page-become_a_fellow .inside-fellowship-header {
  padding-bottom: 0 !important; }

.page-template-page-country_fellowship .fellows-intro .details .label {
  margin-bottom: 5px;
  padding-top: 15px;
  border-top: 7px solid #000000; }

.page-template-page-country_fellowship .fellows-intro .details ul {
  margin-bottom: 45px; }
  .page-template-page-country_fellowship .fellows-intro .details ul li a {
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(8%, currentColor), color-stop(8%, currentColor));
    background-image: linear-gradient(transparent 92%, currentColor 8%, currentColor 8%);
    display: inline;
    -webkit-transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
    .page-template-page-country_fellowship .fellows-intro .details ul li a:hover {
      background-size: 100% 100%;
      background-position: left;
      -webkit-transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      color: #e22424; }

.page-template-page-become_a_fellow .inside-fellowship-header h2 {
  margin-bottom: 30px; }
  @media only screen and (min-width: 1024px) {
    .page-template-page-become_a_fellow .inside-fellowship-header h2 {
      margin-bottom: 75px; } }

.page-template-page-become_a_fellow .fellows-intro {
  padding-top: 25px;
  padding-bottom: 40px; }
  .page-template-page-become_a_fellow .fellows-intro .border {
    border-top: 7px solid #000000;
    padding-top: 30px; }
  .page-template-page-become_a_fellow .fellows-intro .text p {
    margin-bottom: 20px; }
  .page-template-page-become_a_fellow .fellows-intro .text ul {
    list-style: none;
    margin-bottom: 20px; }
    .page-template-page-become_a_fellow .fellows-intro .text ul li {
      margin-left: 26px;
      margin-bottom: 10px; }
    .page-template-page-become_a_fellow .fellows-intro .text ul li::before {
      content: ">";
      color: #e22424;
      font-size: 1.1em;
      position: relative;
      padding-right: 14px;
      top: 0px;
      margin-left: -25px; }
  .page-template-page-become_a_fellow .fellows-intro .text ol {
    counter-reset: li;
    margin-bottom: 20px; }
    .page-template-page-become_a_fellow .fellows-intro .text ol li {
      counter-increment: li;
      margin-left: 26px;
      margin-bottom: 10px; }
    .page-template-page-become_a_fellow .fellows-intro .text ol li::before {
      content: counter(li);
      color: #e22424;
      display: inline-block;
      width: 1em;
      margin-left: -1.5em;
      margin-right: 0.5em; }
  .page-template-page-become_a_fellow .fellows-intro .text > p,
  .page-template-page-become_a_fellow .fellows-intro .text ul li,
  .page-template-page-become_a_fellow .fellows-intro .text ol li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
    @media only screen and (min-width: 1024px) {
      .page-template-page-become_a_fellow .fellows-intro .text > p,
      .page-template-page-become_a_fellow .fellows-intro .text ul li,
      .page-template-page-become_a_fellow .fellows-intro .text ol li {
        font-size: 19px;
        line-height: 1.6; } }
  .page-template-page-become_a_fellow .fellows-intro .ctas .cta {
    margin-bottom: 15px; }

/*--------------------------------------------------------------
# Archives
--------------------------------------------------------------*/
.archive-header {
  margin-bottom: 50px;
  -webkit-box-sizing: unset;
          box-sizing: unset; }
  .archive-header .no-result-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
    .archive-header .no-result-wrapper .no-result {
      margin-bottom: 20px; }
    .archive-header .no-result-wrapper form,
    .archive-header .no-result-wrapper p,
    .archive-header .no-result-wrapper br,
    .archive-header .no-result-wrapper .pagination,
    .archive-header .no-result-wrapper .search-filter-results > div {
      display: none; }
    .archive-header .no-result-wrapper .search-filter-results > .no-result {
      display: block;
      max-width: 100%;
      font-size: 28px; }
      @media only screen and (min-width: 1024px) {
        .archive-header .no-result-wrapper .search-filter-results > .no-result {
          font-size: 38px;
          line-height: 42px; } }
      .archive-header .no-result-wrapper .search-filter-results > .no-result br {
        display: block; }
  .archive-header .page-subhead--archive {
    margin-bottom: 30px; }
    @media only screen and (min-width: 1024px) {
      .archive-header .page-subhead--archive--shift {
        padding-left: 15%; } }
  .archive-header .page-description--archive {
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
    @media only screen and (min-width: 1024px) {
      .archive-header .page-description--archive {
        font-size: 1em;
        line-height: 24px; } }
    @media only screen and (min-width: 1024px) {
      .archive-header .page-description--archive {
        font-size: 19px;
        line-height: 1.6; } }
  .archive-header .topics-block {
    border-top: 1px solid #a1a1a1; }
    @media (max-width: 1023px) {
      .archive-header .topics-block {
        margin-bottom: 40px; } }
  .archive-header .callout-wrapper .row, .archive-header .callout-wrapper .archive-content form ul, .archive-content form .archive-header .callout-wrapper ul {
    width: 100%; }

.archive-content .archive-body {
  margin-bottom: 40px; }
  @media only screen and (min-width: 1024px) {
    .archive-content .archive-body {
      margin-bottom: 80px; } }
  .archive-content .archive-body.border-top {
    border-top: 7px solid #000000; }

.archive-content form {
  width: 100%; }
  .archive-content form ul {
    margin-left: -0.7rem;
    margin-right: -0.7rem; }

@media only screen and (max-width: 1023px) and (min-width: 640px) {
  .archive-content form ul {
    width: calc((100% / 11) * 10); } }
    .archive-content form ul li {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 4px solid #ffffff;
      padding: 5px 0;
      width: 100%; }
      @media only screen and (min-width: 640px) {
        .archive-content form ul li {
          width: 50%; } }
      @media only screen and (min-width: 1024px) {
        .archive-content form ul li {
          width: 170px;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; } }
      .archive-content form ul li:not(.sf-field-search) {
        position: relative;
        cursor: pointer; }
        .archive-content form ul li:not(.sf-field-search):before, .archive-content form ul li:not(.sf-field-search):after {
          content: "";
          position: absolute;
          width: calc(100% + 1px);
          height: 1px;
          top: 0;
          display: block; }
        .archive-content form ul li:not(.sf-field-search):before {
          background-color: currentColor;
          width: 0%;
          left: 0; }
        .archive-content form ul li:not(.sf-field-search):after {
          background-color: currentColor;
          right: 0;
          width: 100%; }
        .archive-content form ul li:not(.sf-field-search):before, .archive-content form ul li:not(.sf-field-search):after {
          top: auto;
          bottom: 0; }
        .archive-content form ul li:not(.sf-field-search):hover:before {
          -webkit-transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s;
          transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s;
          width: 100%; }
        .archive-content form ul li:not(.sf-field-search):hover:after {
          -webkit-transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
          transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
          width: 0%; }
      .archive-content form ul li label {
        position: relative; }
        .archive-content form ul li label:after {
          content: "";
          width: 0;
          height: 0;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          border-top: 8px solid #e22424;
          position: absolute;
          right: 5px;
          bottom: 9px;
          pointer-events: none; }
      .archive-content form ul li label,
      .archive-content form ul li label select {
        width: 100%;
        cursor: pointer; }
        .archive-content form ul li label::-ms-expand,
        .archive-content form ul li label select::-ms-expand {
          display: none; }

.archive-content .search-filter-results {
  width: 100%;
  margin-top: 25px; }
  .archive-content .search-filter-results .no-result {
    display: none; }
  .archive-content .search-filter-results .u-link-all-container h5 span {
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(8%, currentColor), color-stop(8%, currentColor));
    background-image: linear-gradient(transparent 92%, currentColor 8%, currentColor 8%);
    display: inline;
    -webkit-transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
  .archive-content .search-filter-results .u-link-all-container:hover h5 span {
    background-size: 100% 100%;
    background-position: left;
    -webkit-transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
  .archive-content .search-filter-results .archive-item,
  .archive-content .search-filter-results .search-result {
    border-top: 7px solid #000000;
    padding: 20px 0 40px; }
    @media (max-width: 639px) {
      .archive-content .search-filter-results .archive-item div:first-of-type,
      .archive-content .search-filter-results .search-result div:first-of-type {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    .archive-content .search-filter-results .archive-item .list-item-title,
    .archive-content .search-filter-results .search-result .list-item-title {
      font-size: 28px;
      color: #000000;
      text-transform: none;
      font-weight: 500;
      padding-bottom: 13px; }
      @media only screen and (min-width: 1024px) {
        .archive-content .search-filter-results .archive-item .list-item-title,
        .archive-content .search-filter-results .search-result .list-item-title {
          font-size: 38px;
          line-height: 42px; } }
      @media (max-width: 1023px) {
        .archive-content .search-filter-results .archive-item .list-item-title,
        .archive-content .search-filter-results .search-result .list-item-title {
          font-size: 20px; } }
    .archive-content .search-filter-results .archive-item p,
    .archive-content .search-filter-results .search-result p {
      font-size: 15px;
      line-height: 20px;
      letter-spacing: -0.3px;
      color: #18252c; }
      .archive-content .search-filter-results .archive-item p.meta,
      .archive-content .search-filter-results .search-result p.meta {
        font-size: 13px;
        letter-spacing: 0.3px;
        line-height: 16px;
        color: #6d6d6d;
        text-transform: uppercase; }
      .archive-content .search-filter-results .archive-item p.description,
      .archive-content .search-filter-results .search-result p.description {
        margin-top: 10px; }
      .archive-content .search-filter-results .archive-item p.authors,
      .archive-content .search-filter-results .search-result p.authors {
        padding-bottom: 12px;
        color: #e22424; }
      .archive-content .search-filter-results .archive-item p a,
      .archive-content .search-filter-results .search-result p a {
        color: #e22424; }
    .archive-content .search-filter-results .archive-item .description,
    .archive-content .search-filter-results .search-result .description {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    @media (max-width: 639px) {
      .archive-content .search-filter-results .archive-item .img-container,
      .archive-content .search-filter-results .search-result .img-container {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        margin-bottom: 20px; } }
    .archive-content .search-filter-results .archive-item .img-container img,
    .archive-content .search-filter-results .search-result .img-container img {
      height: auto;
      width: 100%; }

select.sf-input-select {
  border: 0px;
  border-radius: 0 0 0 0;
  background-color: transparent;
  -webkit-appearance: none;
  padding-bottom: 5px; }

.page-template-archive-news_events .featured-card {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 55px; }
  .page-template-archive-news_events .featured-card .callout-wrapper {
    margin: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .page-template-archive-news_events .featured-card .details-wrapper {
    padding-left: 50px;
    padding-right: 0px; }

.page-template-archive-senior_fellows .featured-card,
.page-template-page-fellowship_aggregate .featured-card {
  padding-left: 80px;
  padding-bottom: 0px; }
  .page-template-archive-senior_fellows .featured-card .image-in-red,
  .page-template-page-fellowship_aggregate .featured-card .image-in-red {
    position: relative;
    padding-top: 0px;
    width: 444px;
    height: 444px; }
    .page-template-archive-senior_fellows .featured-card .image-in-red figure,
    .page-template-page-fellowship_aggregate .featured-card .image-in-red figure {
      background-blend-mode: luminosity;
      -webkit-filter: brightness(150%);
              filter: brightness(150%);
      width: 100%;
      height: 100%;
      width: 444px;
      height: 444px; }
      .page-template-archive-senior_fellows .featured-card .image-in-red figure.shadow,
      .page-template-page-fellowship_aggregate .featured-card .image-in-red figure.shadow {
        z-index: -1;
        opacity: 0.15;
        position: absolute;
        top: 25px;
        right: 0px; }
  .page-template-archive-senior_fellows .featured-card .featured-item-details,
  .page-template-page-fellowship_aggregate .featured-card .featured-item-details {
    margin-left: 10px; }
    .page-template-archive-senior_fellows .featured-card .featured-item-details .details h3,
    .page-template-page-fellowship_aggregate .featured-card .featured-item-details .details h3 {
      margin-bottom: 5px; }
    .page-template-archive-senior_fellows .featured-card .featured-item-details .details .project-location,
    .page-template-page-fellowship_aggregate .featured-card .featured-item-details .details .project-location {
      margin-bottom: 10px; }

.page-template-archive-senior_fellows .archive-content,
.page-template-page-fellowship_aggregate .archive-content {
  padding-top: 0px; }

.featured-senior-fellows {
  padding-top: 20px; }
  .featured-senior-fellows .featured-fellow-item {
    padding-bottom: 35px;
    border-top: 7px solid #000000;
    padding: 20px 0 30px; }
    .featured-senior-fellows .featured-fellow-item .image {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; }
    .featured-senior-fellows .featured-fellow-item .text {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .featured-senior-fellows .featured-fellow-item .red-overlay-for-ie {
        max-width: 170px; } }
    @supports (-ms-ime-align: auto) {
      .featured-senior-fellows .featured-fellow-item .red-overlay-for-ie {
        max-width: 170px; } }
    .featured-senior-fellows .featured-fellow-item .red-overlay-for-ie .image figure {
      width: 175px;
      height: 175px;
      background-blend-mode: luminosity;
      -webkit-filter: brightness(150%);
              filter: brightness(150%); }
    .featured-senior-fellows .featured-fellow-item .meta {
      margin: 10px 0; }

.archive-content.featured-senior-fellows .archive-item__title,
.archive-content .recent-post .archive-item__title,
.recent-posts.featured-senior-fellows .archive-item__title,
.recent-posts .recent-post .archive-item__title {
  font-size: 28px;
  color: #000000;
  text-transform: none;
  font-weight: 500; }
  @media only screen and (min-width: 1024px) {
    .archive-content.featured-senior-fellows .archive-item__title,
    .archive-content .recent-post .archive-item__title,
    .recent-posts.featured-senior-fellows .archive-item__title,
    .recent-posts .recent-post .archive-item__title {
      font-size: 38px;
      line-height: 42px; } }
  @media (max-width: 1023px) {
    .archive-content.featured-senior-fellows .archive-item__title,
    .archive-content .recent-post .archive-item__title,
    .recent-posts.featured-senior-fellows .archive-item__title,
    .recent-posts .recent-post .archive-item__title {
      font-size: 20px; } }

.archive-content.featured-senior-fellows p,
.archive-content .recent-post p,
.recent-posts.featured-senior-fellows p,
.recent-posts .recent-post p {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.3px;
  color: #18252c; }
  .archive-content.featured-senior-fellows p.meta,
  .archive-content .recent-post p.meta,
  .recent-posts.featured-senior-fellows p.meta,
  .recent-posts .recent-post p.meta {
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 16px;
    color: #6d6d6d;
    text-transform: uppercase; }
    .archive-content.featured-senior-fellows p.meta.authors,
    .archive-content .recent-post p.meta.authors,
    .recent-posts.featured-senior-fellows p.meta.authors,
    .recent-posts .recent-post p.meta.authors {
      color: #e22424; }

.archive-content .recent-post p.meta,
.recent-posts .recent-post p.meta {
  color: #e22424; }

@media (max-width: 1023px) {
  .page-template-archive-site_search .archive-content ul {
    margin-left: 0;
    margin-right: 0;
    width: 100%; } }

@media (max-width: 639px) {
  .page-template-archive-site_search .archive-content ul {
    padding-right: 22px; } }

.page-template-archive-site_search .archive-content .sf-field-search {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  margin-left: 8.3333333333%;
  border: 0;
  margin-bottom: 30px; }
  .page-template-archive-site_search .archive-content .sf-field-search:before, .page-template-archive-site_search .archive-content .sf-field-search:after {
    display: none; }
  @media (max-width: 895px) {
    .page-template-archive-site_search .archive-content .sf-field-search {
      padding: 0; } }
  .page-template-archive-site_search .archive-content .sf-field-search label {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0; }
    .page-template-archive-site_search .archive-content .sf-field-search label:after {
      content: "";
      background: url("../images/search.png") no-repeat;
      background-size: 100% 100%;
      width: 20px;
      height: 20px;
      position: absolute;
      right: 20px;
      bottom: 26px;
      border: none; }
    .page-template-archive-site_search .archive-content .sf-field-search label input {
      width: calc(100% - 2px);
      text-indent: 20px;
      padding: 20px 0;
      opacity: 0.55;
      color: #000000;
      font-family: "Graphik LCG Web";
      background-color: transparent;
      border: none;
      border: 1px solid #c3c3c3;
      font-size: 25px; }
      .page-template-archive-site_search .archive-content .sf-field-search label input:placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #c3c3c3;
        opacity: 1;
        /* Firefox */ }
      .page-template-archive-site_search .archive-content .sf-field-search label input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #c3c3c3;
        opacity: 1;
        /* Firefox */ }
      .page-template-archive-site_search .archive-content .sf-field-search label input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #c3c3c3;
        opacity: 1;
        /* Firefox */ }

.wp-pagenavi,
.wp-pagenavi-acf {
  text-align: center;
  padding-top: 40px;
  max-width: 100%; }
  .wp-pagenavi li,
  .wp-pagenavi-acf li {
    display: inline-block; }
    .wp-pagenavi li .current,
    .wp-pagenavi li a,
    .wp-pagenavi-acf li .current,
    .wp-pagenavi-acf li a {
      font-size: 20px;
      padding: 4px 7px;
      margin-right: 5px;
      border: none; }
      @media only screen and (min-width: 640px) {
        .wp-pagenavi li .current,
        .wp-pagenavi li a,
        .wp-pagenavi-acf li .current,
        .wp-pagenavi-acf li a {
          margin-right: 5px; } }
    .wp-pagenavi li a:hover,
    .wp-pagenavi-acf li a:hover {
      color: #e22424; }
    .wp-pagenavi li .current,
    .wp-pagenavi-acf li .current {
      font-weight: 500 !important;
      border-bottom: 2px solid #e22424 !important;
      color: #e22424;
      position: relative; }
    .wp-pagenavi li:last-child .current:after,
    .wp-pagenavi-acf li:last-child .current:after {
      content: ">";
      position: absolute;
      right: -32px;
      color: #a1a1a1;
      top: 3px; }
    .wp-pagenavi li:first-child,
    .wp-pagenavi-acf li:first-child {
      margin-left: 30px; }
      .wp-pagenavi li:first-child .current:before,
      .wp-pagenavi-acf li:first-child .current:before {
        content: "<";
        position: absolute;
        left: -30px;
        color: #a1a1a1;
        top: 3px; }
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi-acf .first,
  .wp-pagenavi-acf .last {
    display: none; }
    @media only screen and (min-width: 640px) {
      .wp-pagenavi .first,
      .wp-pagenavi .last,
      .wp-pagenavi-acf .first,
      .wp-pagenavi-acf .last {
        display: inline-block; } }
  @media only screen and (min-width: 896px) {
    .wp-pagenavi,
    .wp-pagenavi-acf {
      text-align: right; } }
  .wp-pagenavi .extend,
  .wp-pagenavi-acf .extend {
    display: none; }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi-acf .nextpostslink,
  .wp-pagenavi-acf .previouspostslink {
    color: #e22424; }

/*--------------------------------------------------------------
# Menu Modal
--------------------------------------------------------------*/
body .modal-nav-arrow {
  position: fixed;
  right: 25px;
  bottom: 10px;
  z-index: 99999;
  display: none; }
  @media (max-width: 895px) {
    body .modal-nav-arrow {
      display: none !important; } }
  body .modal-nav-arrow .modal-nav-overflow-arrows {
    width: 20px; }
    body .modal-nav-arrow .modal-nav-overflow-arrows img {
      display: block; }
      @media screen and (min--moz-device-pixel-ratio: 0) {
        body .modal-nav-arrow .modal-nav-overflow-arrows img {
          display: inline-block; } }
    body .modal-nav-arrow .modal-nav-overflow-arrows--bottom {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

body:not(.modal--additional-nav--open) .modal-nav-arrow {
  display: none !important; }

body.modal--additional-nav--open {
  position: fixed;
  width: 100%; }
  @media (max-width: 1023px) {
    body.modal--additional-nav--open button span {
      background-color: #e22424; }
      body.modal--additional-nav--open button span:nth-of-type(1) {
        -webkit-transform: rotate(45deg) translateY(-5px);
                transform: rotate(45deg) translateY(-5px); }
      body.modal--additional-nav--open button span:nth-of-type(2) {
        opacity: 0; }
      body.modal--additional-nav--open button span:nth-of-type(3) {
        -webkit-transform: rotate(-45deg) translateY(5px);
                transform: rotate(-45deg) translateY(5px); } }

body .c-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  width: 100vw;
  height: 100vh; }
  body .c-modal--is-open {
    visibility: visible; }
  body .c-modal.c-modal--is-centered.c-modal--is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

body .c-modal--is-centered .c-modal__contents {
  max-width: 70%;
  background: #18252c;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 0 auto; }

body .c-modal--is-centered:not(.c-modal--no-animation) .c-modal__contents {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; }

body .c-modal--is-centered:not(.c-modal--no-animation).c-modal--is-open .c-modal__contents {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0; }

body .c-modal--is-centered:not(.c-modal--no-animation).c-modal--is-open.c-modal--is-ready .c-modal__contents {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1; }

body .c-modal.c-modal--sidebar {
  background: #18252c;
  position: fixed;
  right: 0;
  left: auto;
  bottom: auto;
  height: 100vh;
  overflow: auto;
  width: 70%;
  top: 140px;
  -webkit-overflow-scrolling: touch; }
  @media only screen and (min-width: 1024px) {
    body .c-modal.c-modal--sidebar {
      min-width: 600px;
      top: 0 !important;
      height: 100vh !important; } }
  body .c-modal.c-modal--sidebar:not(.c-modal--no-animation) {
    width: 100%;
    right: 100%;
    -webkit-transition: right 0s 0.55s, width 0s 0.55s, visibility 0s 0.5s, -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: right 0s 0.55s, width 0s 0.55s, visibility 0s 0.5s, -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: right 0s 0.55s, width 0s 0.55s, transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), visibility 0s 0.5s;
    transition: right 0s 0.55s, width 0s 0.55s, transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), visibility 0s 0.5s, -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
    @media only screen and (min-width: 1024px) {
      body .c-modal.c-modal--sidebar:not(.c-modal--no-animation) {
        -webkit-transition: right 0s 0.55s, width 0s 0.55s, visibility 0s 0.5s, -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
        transition: right 0s 0.55s, width 0s 0.55s, visibility 0s 0.5s, -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
        transition: right 0s 0.55s, width 0s 0.55s, transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), visibility 0s 0.5s;
        transition: right 0s 0.55s, width 0s 0.55s, transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), visibility 0s 0.5s, -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); } }
    body .c-modal.c-modal--sidebar:not(.c-modal--no-animation) .c-modal__contents {
      opacity: 0; }
    body .c-modal.c-modal--sidebar:not(.c-modal--no-animation).c-modal--is-open.c-modal--is-ready {
      width: 100%;
      right: 0;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-transition: right 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0s 0s;
      transition: right 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0s 0s;
      transition: right 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79), transform 0s 0s;
      transition: right 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79), transform 0s 0s, -webkit-transform 0s 0s; }
      @media only screen and (min-width: 1024px) {
        body .c-modal.c-modal--sidebar:not(.c-modal--no-animation).c-modal--is-open.c-modal--is-ready {
          width: 70%;
          -webkit-transition: right 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79), width 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.25s, -webkit-transform 0s 0s;
          transition: right 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79), width 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.25s, -webkit-transform 0s 0s;
          transition: right 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79), width 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.25s, transform 0s 0s;
          transition: right 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79), width 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.25s, transform 0s 0s, -webkit-transform 0s 0s; } }
    body .c-modal.c-modal--sidebar:not(.c-modal--no-animation).c-modal--is-open .c-modal__contents {
      opacity: 1;
      -webkit-transition: opacity 0.5s 0.5s;
      transition: opacity 0.5s 0.5s; }
  body .c-modal.c-modal--sidebar .c-modal__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100%;
    position: relative;
    overflow-x: hidden; }
    @media only screen and (min-width: 1024px) {
      body .c-modal.c-modal--sidebar .c-modal__contents {
        overflow-x: auto;
        padding: 40px 50px 0px; } }
    @media only screen and (min-width: 1200px) {
      body .c-modal.c-modal--sidebar .c-modal__contents {
        padding: 80px 90px 0px; } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      body .c-modal.c-modal--sidebar .c-modal__contents {
        display: block; } }
    @supports (-ms-ime-align: auto) {
      body .c-modal.c-modal--sidebar .c-modal__contents {
        display: block; } }
    body .c-modal.c-modal--sidebar .c-modal__contents::before {
      content: url("./../images/HIA-graphic-large-01.svg");
      position: absolute;
      width: 65%;
      z-index: -1;
      opacity: 0.05;
      bottom: 0;
      right: 0; }
    body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-top {
      width: 100%; }
      @media only screen and (min-width: 1024px) {
        body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-top {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
    body .c-modal.c-modal--sidebar .c-modal__contents .js-modal-toggle {
      cursor: pointer;
      display: none; }
      @media only screen and (min-width: 1024px) {
        body .c-modal.c-modal--sidebar .c-modal__contents .js-modal-toggle {
          display: block; } }
    body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-search {
      position: relative; }
      body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-search div label {
        display: block; }
        body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-search div label input {
          width: 100%;
          padding-bottom: 10px;
          opacity: 0.55;
          color: #ffffff;
          font-family: "Graphik LCG Web";
          background-color: transparent;
          border: none;
          border-bottom: 1px solid #ffffff;
          font-size: 25px; }
          @media (max-width: 1023px) {
            body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-search div label input {
              padding-left: 22px;
              font-size: 16px;
              line-height: 30px;
              padding-top: 10px;
              padding-bottom: 10px; } }
          body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-search div label input::-webkit-input-placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #ffffff;
            opacity: 1;
            /* Firefox */ }
          body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-search div label input::-moz-placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #ffffff;
            opacity: 1;
            /* Firefox */ }
          body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-search div label input:-ms-input-placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #ffffff;
            opacity: 1;
            /* Firefox */ }
          body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-search div label input::-ms-input-placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #ffffff;
            opacity: 1;
            /* Firefox */ }
          body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-search div label input::placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #ffffff;
            opacity: 1;
            /* Firefox */ }
          body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-search div label input:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #ffffff;
            opacity: 1;
            /* Firefox */ }
          body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-search div label input::-ms-input-placeholder {
            /* Microsoft Edge */
            color: #ffffff;
            opacity: 1;
            /* Firefox */ }
      body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-search svg {
        position: absolute;
        right: 22px;
        bottom: 25px;
        fill: #ffffff;
        height: 1.5rem;
        width: 1.5rem; }
        @media only screen and (min-width: 1024px) {
          body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-search svg {
            right: 20px;
            bottom: 20px; } }
    @media (max-width: 895px) {
      body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-nav {
        margin: 0 22px 40px; } }
    @media only screen and (min-width: 896px) {
      body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-nav {
        margin: 40px 0 60px 0;
        margin-left: calc(((1 / 12) * 100%) - 0.5rem); } }
    @media only screen and (min-width: 1024px) {
      body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-nav {
        margin-left: 0; } }
    body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-nav .parent-nav {
      width: 100%; }
      @media only screen and (min-width: 896px) {
        body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-nav .parent-nav {
          list-style: none;
          margin: 0;
          padding: 0;
          min-height: 350px;
          overflow-y: auto;
          -webkit-column-count: 2;
             -moz-column-count: 2;
                  column-count: 2; } }
      body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-nav .parent-nav .parent-item {
        width: 100%;
        border-bottom: 1px solid rgba(195, 195, 195, 0.3); }
        @media (max-width: 895px) {
          body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-nav .parent-nav .parent-item {
            padding: 0; } }
        @media only screen and (min-width: 896px) {
          body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-nav .parent-nav .parent-item {
            -webkit-column-break-inside: avoid;
               -moz-column-break-inside: avoid;
                    break-inside: avoid-column;
            margin-bottom: 30px;
            -webkit-box-flex: 0;
                -ms-flex-positive: 0;
                    flex-grow: 0;
            border-bottom: 0; }
            body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-nav .parent-nav .parent-item:last-child {
              display: none; } }
        body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-nav .parent-nav .parent-item .menu-w-border {
          margin-top: 15px; }
          @media (max-width: 895px) {
            body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-nav .parent-nav .parent-item .menu-w-border {
              display: none; } }
          body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-nav .parent-nav .parent-item .menu-w-border .border {
            padding-left: 0;
            margin-left: 0.5rem;
            margin-top: 11px;
            border-top: 1px solid #ffffff;
            opacity: 0.55; }
          body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-nav .parent-nav .parent-item .menu-w-border .child-nav {
            width: 50%; }
            body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-nav .parent-nav .parent-item .menu-w-border .child-nav .child-item {
              width: 100%; }
    body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-footer {
      background-color: transparent;
      padding: 0 0 22px;
      margin-top: 40px; }
      @media only screen and (min-width: 1024px) {
        body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-footer {
          padding: 0px 8px 40px 8px;
          width: 100%;
          margin-top: auto; } }
      @media (max-width: 895px) {
        body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-footer {
          margin: 0 22px 40px; } }
      body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-footer .row, body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-footer .archive-content form ul, .archive-content form body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-footer ul {
        width: 100%; }
      body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-footer .social-links ul li a:not(:hover) svg {
        fill: #ffffff; }
      @media (max-width: 895px) {
        body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-footer .give {
          display: none;
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          max-width: 100%;
          margin-left: 0; } }
      body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-footer .give p {
        width: 80%;
        font-size: 15px;
        color: #ffffff;
        opacity: 0.55; }
        @media (max-width: 895px) {
          body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-footer .give p {
            display: none; } }
      @media (max-width: 895px) {
        body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-footer .give a {
          display: none; } }
      body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-footer .address {
        margin-top: 50px; }
        body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-footer .address p {
          font-size: 15px;
          opacity: 0.55;
          line-height: 22px; }
        @media (max-width: 895px) {
          body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-footer .address {
            margin-left: 0;
            margin-top: 0; } }
      @media (max-width: 895px) {
        body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-footer .utility {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          padding-top: 0;
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          max-width: 100%;
          margin-left: 0; } }
      body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-footer .utility .menu-utilities {
        display: block; }
        @media only screen and (min-width: 896px) {
          body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-footer .utility .menu-utilities {
            -webkit-columns: 2;
               -moz-columns: 2;
                    columns: 2; } }
        body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-footer .utility .menu-utilities > li {
          opacity: 0.55;
          display: block; }
          @media only screen and (min-width: 896px) {
            body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-footer .utility .menu-utilities > li.modal-hide {
              display: none; } }
          body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-footer .utility .menu-utilities > li a {
            white-space: nowrap; }
      @media only screen and (min-width: 1024px) {
        body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-footer .utility .social-links {
          min-width: 55%;
          margin-left: calc(50% + 0.5rem); } }
      @media only screen and (min-width: 896px) {
        body .c-modal.c-modal--sidebar .c-modal__contents .c-modal-footer .utility.hia-connect-btn .social-links {
          width: calc(50% - 0.7rem);
          margin-top: 20px;
          float: left;
          min-width: initial;
          margin-left: 0px; } }

body .admin-bar .c-modal.c-modal--sidebar {
  top: 42px; }

body .c-modal__bk-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 800;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  body .c-modal__bk-screen.is-on {
    opacity: 1; }

/*--------------------------------------------------------------
# Headers
--------------------------------------------------------------*/
.page-head {
  padding-bottom: 0;
  margin-bottom: 40px; }
  @media only screen and (min-width: 1200px) {
    .page-head {
      margin-bottom: 75px; } }

.page-subhead {
  padding-bottom: 0;
  margin-bottom: 25px; }
  .page-subhead--archive {
    margin-bottom: 30px; }

.breadcrumb {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 10px; }
  @media only screen and (min-width: 1024px) {
    .breadcrumb {
      padding-bottom: 20px; } }
  .breadcrumb ul li {
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 0.889em;
    text-transform: uppercase; }
    .breadcrumb ul li:first-child {
      padding-left: 0; }
    .breadcrumb ul li:last-child {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-top: 1px;
      margin-bottom: -1px;
      width: 200px; }
      .breadcrumb ul li:last-child:after {
        display: none; }
    .breadcrumb ul li:after {
      content: "/";
      margin: 0 8px; }
    .breadcrumb ul li a {
      font-size: 13px;
      font-family: "Roboto Condensed", sans-serif;
      letter-spacing: 0.3px;
      background-size: 0% 100%;
      background-repeat: no-repeat;
      background-position: right;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(8%, currentColor), color-stop(8%, currentColor));
      background-image: linear-gradient(transparent 92%, currentColor 8%, currentColor 8%);
      display: inline;
      -webkit-transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
      .breadcrumb ul li a:hover {
        background-size: 100% 100%;
        background-position: left;
        -webkit-transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
        transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); }

.page-template-page-opportunities .header-border,
.detail-page .header-border,
.page-template-default .header-border,
.page-template-page-team_member_detail .header-border,
.page-template-page-timeline .header-border,
.page-template-page-inside_the_fellowship .header-border {
  display: none; }

.page-template-page-opportunities .article-header.has-subnav,
.detail-page .article-header.has-subnav,
.page-template-default .article-header.has-subnav,
.page-template-page-team_member_detail .article-header.has-subnav,
.page-template-page-timeline .article-header.has-subnav,
.page-template-page-inside_the_fellowship .article-header.has-subnav {
  border-bottom: 0px; }

.page-template-page-opportunities .article-header .article-meta,
.detail-page .article-header .article-meta,
.page-template-default .article-header .article-meta,
.page-template-page-team_member_detail .article-header .article-meta,
.page-template-page-timeline .article-header .article-meta,
.page-template-page-inside_the_fellowship .article-header .article-meta {
  margin-left: 14%;
  padding-left: 0px; }

.page-template-page-opportunities .pattern:first-of-type,
.detail-page .pattern:first-of-type,
.page-template-default .pattern:first-of-type,
.page-template-page-team_member_detail .pattern:first-of-type,
.page-template-page-timeline .pattern:first-of-type,
.page-template-page-inside_the_fellowship .pattern:first-of-type {
  margin-top: 0; }
  .page-template-page-opportunities .pattern:first-of-type.card-block.grid-block,
  .detail-page .pattern:first-of-type.card-block.grid-block,
  .page-template-default .pattern:first-of-type.card-block.grid-block,
  .page-template-page-team_member_detail .pattern:first-of-type.card-block.grid-block,
  .page-template-page-timeline .pattern:first-of-type.card-block.grid-block,
  .page-template-page-inside_the_fellowship .pattern:first-of-type.card-block.grid-block {
    padding-top: 0px; }

.page-template-page-opportunities .article-content .article-body,
.detail-page .article-content .article-body,
.page-template-default .article-content .article-body,
.page-template-page-team_member_detail .article-content .article-body,
.page-template-page-timeline .article-content .article-body,
.page-template-page-inside_the_fellowship .article-content .article-body {
  padding-top: 40px;
  padding-bottom: 40px; }

.page-template-page-opportunities .inside-fellowship-header h3,
.detail-page .inside-fellowship-header h3,
.page-template-default .inside-fellowship-header h3,
.page-template-page-team_member_detail .inside-fellowship-header h3,
.page-template-page-timeline .inside-fellowship-header h3,
.page-template-page-inside_the_fellowship .inside-fellowship-header h3 {
  color: #e22424; }

.page-template-page-opportunities .pattern.fellows-intro,
.detail-page .pattern.fellows-intro,
.page-template-default .pattern.fellows-intro,
.page-template-page-team_member_detail .pattern.fellows-intro,
.page-template-page-timeline .pattern.fellows-intro,
.page-template-page-inside_the_fellowship .pattern.fellows-intro {
  padding-top: 20px; }
  @media only screen and (min-width: 896px) {
    .page-template-page-opportunities .pattern.fellows-intro,
    .detail-page .pattern.fellows-intro,
    .page-template-default .pattern.fellows-intro,
    .page-template-page-team_member_detail .pattern.fellows-intro,
    .page-template-page-timeline .pattern.fellows-intro,
    .page-template-page-inside_the_fellowship .pattern.fellows-intro {
      padding-top: 30px; } }
  .page-template-page-opportunities .pattern.fellows-intro ul,
  .detail-page .pattern.fellows-intro ul,
  .page-template-default .pattern.fellows-intro ul,
  .page-template-page-team_member_detail .pattern.fellows-intro ul,
  .page-template-page-timeline .pattern.fellows-intro ul,
  .page-template-page-inside_the_fellowship .pattern.fellows-intro ul {
    margin-bottom: 35px; }
    @media only screen and (min-width: 896px) {
      .page-template-page-opportunities .pattern.fellows-intro ul,
      .detail-page .pattern.fellows-intro ul,
      .page-template-default .pattern.fellows-intro ul,
      .page-template-page-team_member_detail .pattern.fellows-intro ul,
      .page-template-page-timeline .pattern.fellows-intro ul,
      .page-template-page-inside_the_fellowship .pattern.fellows-intro ul {
        margin-bottom: 50px; } }
    .page-template-page-opportunities .pattern.fellows-intro ul li a,
    .detail-page .pattern.fellows-intro ul li a,
    .page-template-default .pattern.fellows-intro ul li a,
    .page-template-page-team_member_detail .pattern.fellows-intro ul li a,
    .page-template-page-timeline .pattern.fellows-intro ul li a,
    .page-template-page-inside_the_fellowship .pattern.fellows-intro ul li a {
      width: 100%;
      white-space: nowrap; }

.page-template-page-opportunities .pattern .subheadline,
.detail-page .pattern .subheadline,
.page-template-default .pattern .subheadline,
.page-template-page-team_member_detail .pattern .subheadline,
.page-template-page-timeline .pattern .subheadline,
.page-template-page-inside_the_fellowship .pattern .subheadline {
  margin-bottom: 60px; }

.page-template-page-timeline .article-header .callout-wrapper .row, .page-template-page-timeline .article-header .callout-wrapper .archive-content form ul, .archive-content form .page-template-page-timeline .article-header .callout-wrapper ul {
  width: 100%; }

.page-template-page-opportunities .headline {
  padding-bottom: 0 !important; }

.page-template-page-opportunities .default-subnav {
  margin-bottom: 0; }

/*--------------------------------------------------------------
# senior fellows
--------------------------------------------------------------*/
.page-template-archive-senior_fellows .archive-header,
.page-template-page-fellowship_aggregate .archive-header {
  margin: 0px auto 0px;
  padding-left: 0px; }
  .page-template-archive-senior_fellows .archive-header .headline,
  .page-template-page-fellowship_aggregate .archive-header .headline {
    width: 100%; }

.page-template-archive-senior_fellows .year-group,
.page-template-page-fellowship_aggregate .year-group {
  border-top: 1px solid #000000; }
  .page-template-archive-senior_fellows .year-group:first-child,
  .page-template-page-fellowship_aggregate .year-group:first-child {
    border-top: 0; }
    .page-template-archive-senior_fellows .year-group:first-child .year,
    .page-template-page-fellowship_aggregate .year-group:first-child .year {
      margin-top: 0px; }

.page-template-archive-senior_fellows .year,
.page-template-page-fellowship_aggregate .year {
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 28px;
  color: #e22424;
  position: relative;
  width: 100%;
  text-align: left; }
  @media only screen and (min-width: 1024px) {
    .page-template-archive-senior_fellows .year,
    .page-template-page-fellowship_aggregate .year {
      font-size: 35px;
      line-height: 38px; } }
  .page-template-archive-senior_fellows .year:focus,
  .page-template-page-fellowship_aggregate .year:focus {
    outline: none; }
  .page-template-archive-senior_fellows .year:after,
  .page-template-page-fellowship_aggregate .year:after {
    content: "+";
    font-size: 24px;
    color: #e22424;
    position: absolute;
    right: 20px;
    margin-left: 5px; }
    @media only screen and (min-width: 640px) {
      .page-template-archive-senior_fellows .year:after,
      .page-template-page-fellowship_aggregate .year:after {
        right: 0; } }
  .page-template-archive-senior_fellows .year.active:after,
  .page-template-page-fellowship_aggregate .year.active:after {
    content: "—";
    font-size: 18px; }

.page-template-archive-senior_fellows .fellows,
.page-template-page-fellowship_aggregate .fellows {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out; }
  @media (max-width: 895px) {
    .page-template-archive-senior_fellows .fellows .year,
    .page-template-page-fellowship_aggregate .fellows .year {
      display: none; } }
  .page-template-archive-senior_fellows .fellows .fellow,
  .page-template-page-fellowship_aggregate .fellows .fellow {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c3c3c3;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .page-template-archive-senior_fellows .fellows .fellow:last-child,
    .page-template-page-fellowship_aggregate .fellows .fellow:last-child {
      border-bottom: 0px; }
    @media (max-width: 639px) {
      .page-template-archive-senior_fellows .fellows .fellow .label,
      .page-template-page-fellowship_aggregate .fellows .fellow .label {
        margin-bottom: 5px; } }
    @media (max-width: 639px) {
      .page-template-archive-senior_fellows .fellows .fellow .title,
      .page-template-page-fellowship_aggregate .fellows .fellow .title {
        margin-bottom: 10px; } }
    .page-template-archive-senior_fellows .fellows .fellow p,
    .page-template-page-fellowship_aggregate .fellows .fellow p {
      font-size: 0.722em;
      letter-spacing: 0.3px;
      line-height: 1.389em;
      text-transform: uppercase;
      color: #e22424; }
      .page-template-archive-senior_fellows .fellows .fellow p.col-xs-1,
      .page-template-page-fellowship_aggregate .fellows .fellow p.col-xs-1 {
        color: #000000;
        padding-left: 0px; }
    .page-template-archive-senior_fellows .fellows .fellow a,
    .page-template-page-fellowship_aggregate .fellows .fellow a {
      font-size: 18px;
      line-height: 22px; }

/*--------------------------------------------------------------
# timeline
--------------------------------------------------------------*/
.page-template-page-timeline {
  overflow: visible; }
  .page-template-page-timeline .row, .page-template-page-timeline .archive-content form ul, .archive-content form .page-template-page-timeline ul {
    max-width: 100%; }
  .page-template-page-timeline .article-header .callout-wrapper .row, .page-template-page-timeline .article-header .callout-wrapper .archive-content form ul, .archive-content form .page-template-page-timeline .article-header .callout-wrapper ul {
    width: 100%; }
  .page-template-page-timeline .article-title {
    padding: 0 80px; }
  .page-template-page-timeline .years .years-wrapper {
    position: relative; }
    .page-template-page-timeline .years .years-wrapper #fixed-year {
      position: -webkit-sticky;
      position: sticky;
      top: 250px;
      margin-top: 40px;
      float: right;
      font-size: 100px;
      z-index: -999;
      color: #e22424;
      opacity: 0.2;
      font-weight: 600;
      right: 40px; }
      @media only screen and (min-width: 896px) {
        .page-template-page-timeline .years .years-wrapper #fixed-year {
          font-size: 200px; } }
      @media only screen and (min-width: 1024px) {
        .page-template-page-timeline .years .years-wrapper #fixed-year {
          font-size: 300px; } }
    .page-template-page-timeline .years .years-wrapper .year {
      margin-bottom: 30px; }
      .page-template-page-timeline .years .years-wrapper .year .year__text {
        font-size: 40px;
        border-bottom: 7px solid #000000;
        margin-bottom: 30px;
        padding-bottom: 10px; }
      .page-template-page-timeline .years .years-wrapper .year .month {
        width: calc(100% / 12 - 1rem);
        margin-right: 1rem;
        min-width: 105px;
        margin-bottom: -58px; }
        .page-template-page-timeline .years .years-wrapper .year .month .month__text {
          border-bottom: 1px solid #000000;
          font-size: 16px;
          line-height: 1.65; }
          @media (max-width: 1023px) {
            .page-template-page-timeline .years .years-wrapper .year .month .month__text {
              display: inline-block;
              min-width: 105px;
              margin-bottom: 20px; } }
      .page-template-page-timeline .years .years-wrapper .year .timeline-item {
        margin-top: 50px; }
        .page-template-page-timeline .years .years-wrapper .year .timeline-item .lazy {
          opacity: 0;
          -webkit-transform: translateY(50px);
                  transform: translateY(50px);
          -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
          transition: opacity 0.5s, -webkit-transform 0.5s;
          transition: transform 0.5s, opacity 0.5s;
          transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s; }
          .page-template-page-timeline .years .years-wrapper .year .timeline-item .lazy.lazy-load-completed {
            opacity: 1;
            -webkit-transform: translateY(0px);
                    transform: translateY(0px); }
        .page-template-page-timeline .years .years-wrapper .year .timeline-item .image-w-shadow img {
          background-color: #ffffff; }
        .page-template-page-timeline .years .years-wrapper .year .timeline-item .image-w-shadow .image-description .open-description {
          padding: 4px 5px 6px; }
        .page-template-page-timeline .years .years-wrapper .year .timeline-item .item-details {
          max-width: 600px; }
          @media (max-width: 895px) {
            .page-template-page-timeline .years .years-wrapper .year .timeline-item .item-details {
              margin-bottom: 20px; } }
          .page-template-page-timeline .years .years-wrapper .year .timeline-item .item-details .item-details__title {
            margin-bottom: 15px; }
            .page-template-page-timeline .years .years-wrapper .year .timeline-item .item-details .item-details__title.big {
              font-size: 28px;
              margin-bottom: 30px; }
              @media only screen and (min-width: 1024px) {
                .page-template-page-timeline .years .years-wrapper .year .timeline-item .item-details .item-details__title.big {
                  font-size: 38px;
                  line-height: 42px; } }
            .page-template-page-timeline .years .years-wrapper .year .timeline-item .item-details .item-details__title.small {
              font-size: 20px; }
              @media only screen and (min-width: 1024px) {
                .page-template-page-timeline .years .years-wrapper .year .timeline-item .item-details .item-details__title.small {
                  font-size: 30px; } }
          .page-template-page-timeline .years .years-wrapper .year .timeline-item .item-details p {
            padding-bottom: 20px;
            color: #6d6d6d;
            font-size: 15px;
            font-weight: 500;
            letter-spacing: -0.33px;
            line-height: 20px; }
            @media only screen and (min-width: 1024px) {
              .page-template-page-timeline .years .years-wrapper .year .timeline-item .item-details p {
                max-width: 354px; } }
          .page-template-page-timeline .years .years-wrapper .year .timeline-item .item-details .cta {
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            padding-left: 0px; }
            @media only screen and (min-width: 640px) {
              .page-template-page-timeline .years .years-wrapper .year .timeline-item .item-details .cta {
                max-width: 290px; } }
            .page-template-page-timeline .years .years-wrapper .year .timeline-item .item-details .cta a {
              margin-left: 2px; }
        .page-template-page-timeline .years .years-wrapper .year .timeline-item .slideshow-wrapper {
          margin-left: 25px; }
        .page-template-page-timeline .years .years-wrapper .year .timeline-item .youtube-responsive-container {
          margin: 20px 0;
          position: relative;
          padding-bottom: 51.25%;
          padding-top: 30px;
          height: 0;
          overflow: hidden; }
          .page-template-page-timeline .years .years-wrapper .year .timeline-item .youtube-responsive-container iframe,
          .page-template-page-timeline .years .years-wrapper .year .timeline-item .youtube-responsive-container embed,
          .page-template-page-timeline .years .years-wrapper .year .timeline-item .youtube-responsive-container object {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
  .page-template-page-timeline .pattern {
    overflow-x: hidden; }

/*--------------------------------------------------------------
# slideshow
--------------------------------------------------------------*/
.single-action_project .slideshow-wrapper {
  margin-bottom: 30px; }
  @media only screen and (min-width: 640px) {
    .single-action_project .slideshow-wrapper {
      margin-bottom: 50px; } }

.slideshow-wrapper {
  clear: both;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative; }
  @media only screen and (min-width: 640px) {
    .slideshow-wrapper {
      margin-bottom: 80px; } }
  @media only screen and (min-width: 640px) {
    .slideshow-wrapper .slideshow-nav {
      position: absolute;
      z-index: 1;
      right: 0;
      width: 100%;
      top: 100%; } }
  @media only screen and (min-width: 896px) {
    .slideshow-wrapper .slideshow-nav {
      top: 50px;
      -webkit-transform: none;
              transform: none; } }
  .slideshow-wrapper .slideshow-nav .paging-info {
    margin-top: 5px;
    font-size: 13px; }
    @media only screen and (min-width: 1024px) {
      .slideshow-wrapper .slideshow-nav .paging-info {
        margin-top: 12px;
        font-size: 15px; } }
  .slideshow-wrapper .slideshow-nav button {
    border: 2px solid #e22424;
    height: 40px;
    cursor: pointer;
    width: 40px;
    color: #e22424;
    font-size: 24px;
    line-height: 1; }
    .slideshow-wrapper .slideshow-nav button.slick-prev {
      border-right: 0; }
    .slideshow-wrapper .slideshow-nav button:hover {
      background-color: #e22424;
      color: #ffffff !important; }
  @media only screen and (min-width: 896px) {
    .slideshow-wrapper .slideshow-nav .row > div, .slideshow-wrapper .slideshow-nav .archive-content form ul > div, .archive-content form .slideshow-wrapper .slideshow-nav ul > div {
      padding-left: 0; } }
  .slideshow-wrapper .slick-slider {
    overflow: hidden;
    min-width: 100%;
    width: 0; }
    .slideshow-wrapper .slick-slider .slick-list {
      overflow: visible; }
      .slideshow-wrapper .slick-slider .slick-list .slick-slide {
        position: relative;
        margin-left: 0; }
        .slideshow-wrapper .slick-slider .slick-list .slick-slide::before {
          content: ""; }
        .slideshow-wrapper .slick-slider .slick-list .slick-slide .caption {
          text-align: left;
          padding-top: 20px;
          line-height: 20px;
          font-size: 13px;
          font-weight: 500; }
          @media only screen and (min-width: 896px) {
            .slideshow-wrapper .slick-slider .slick-list .slick-slide .caption {
              padding: 0;
              padding-top: 118px;
              padding-right: 0.5rem;
              border-top: 1px solid #d8d8d8; } }
          @media only screen and (min-width: 1024px) {
            .slideshow-wrapper .slick-slider .slick-list .slick-slide .caption {
              font-size: 15px; } }
        .slideshow-wrapper .slick-slider .slick-list .slick-slide .slide-w-shadow {
          position: relative; }
          .slideshow-wrapper .slick-slider .slick-list .slick-slide .slide-w-shadow img {
            padding: 0;
            max-width: 100%;
            height: auto; }
            .slideshow-wrapper .slick-slider .slick-list .slick-slide .slide-w-shadow img.front {
              width: 100%; }
            .slideshow-wrapper .slick-slider .slick-list .slick-slide .slide-w-shadow img.shadow {
              top: 25px;
              position: absolute;
              z-index: -1;
              opacity: 0.23; }
        @media only screen and (min-width: 896px) {
          .slideshow-wrapper .slick-slider .slick-list .slick-slide .slide {
            padding-right: 25px; } }

.timeline-item .slideshow-wrapper {
  background-color: none; }
  .timeline-item .slideshow-wrapper .slideshow-nav {
    left: -150px;
    bottom: -10px;
    top: auto; }
  .timeline-item .slideshow-wrapper .paging-info {
    margin-bottom: 15px;
    margin-top: 0; }
  .timeline-item .slideshow-wrapper .arrows button:first-of-type {
    margin-right: -5px; }

.js-slider-on-mobile .slick-list {
  width: 90%;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (min-width: 896px) {
    .js-slider-on-mobile .slick-list {
      width: 100%;
      overflow: hidden; } }

/*--------------------------------------------------------------
# buttons
--------------------------------------------------------------*/
.cta a {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .cta a span {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.8px;
    font-family: "Roboto Condensed", sans-serif; }

.cta.box a {
  width: 260px;
  height: 59px;
  border: 2px solid transparent;
  position: relative;
  -webkit-transition: border-color 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), color 0.1s cubic-bezier(0.62, 0.75, 0.53, 0.79);
  transition: border-color 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), color 0.1s cubic-bezier(0.62, 0.75, 0.53, 0.79);
  overflow: hidden;
  z-index: 0; }
  @media (max-width: 1023px) {
    .cta.box a {
      width: 300px;
      height: 50px; } }
  @media (max-width: 639px) {
    .cta.box a {
      width: 100%; } }
  .cta.box a span {
    z-index: 1; }
  .cta.box a span {
    color: #ffffff;
    -webkit-transition: color 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: color 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
  .cta.box a:before, .cta.box a:after {
    content: "";
    position: absolute;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    top: 50%;
    left: 50%;
    z-index: -1; }
  .cta.box a:before {
    opacity: 0;
    -webkit-transform: translate3d(-150%, -50%, 0);
            transform: translate3d(-150%, -50%, 0);
    -webkit-transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    background-color: #ffffff; }
  .cta.box a:after {
    opacity: 1;
    -webkit-transform: translate3d(50%, -50%, 0);
            transform: translate3d(50%, -50%, 0);
    -webkit-transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    background-color: #ffffff; }
  .cta.box a:hover {
    border-color: #e22424;
    color: #e22424;
    -webkit-transition: color 0.1s cubic-bezier(0.62, 0.75, 0.53, 0.79), border-color 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: color 0.1s cubic-bezier(0.62, 0.75, 0.53, 0.79), border-color 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
    .cta.box a:hover span {
      color: #e22424;
      -webkit-transition: color 0.1s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: color 0.1s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
    .cta.box a:hover:before {
      opacity: 1;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      -webkit-transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
    .cta.box a:hover:after {
      opacity: 0;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      -webkit-transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79); }

.cta.box.red a {
  background-color: #e22424; }
  .cta.box.red a:before, .cta.box.red a:after {
    background-color: #ffffff; }
  .cta.box.red a:hover {
    border-color: #e22424;
    color: #e22424;
    -webkit-transition: color 0.1s cubic-bezier(0.62, 0.75, 0.53, 0.79), border-color 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: color 0.1s cubic-bezier(0.62, 0.75, 0.53, 0.79), border-color 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
    .cta.box.red a:hover span {
      color: #e22424;
      -webkit-transition: color 0.1s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: color 0.1s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
    .cta.box.red a:hover:before {
      opacity: 1;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      -webkit-transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
    .cta.box.red a:hover:after {
      opacity: 0;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      -webkit-transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79); }

.cta.box.white a {
  background-color: #ffffff;
  border: 2px solid transparent;
  position: relative;
  -webkit-transition: border-color 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), color 0.1s cubic-bezier(0.62, 0.75, 0.53, 0.79);
  transition: border-color 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), color 0.1s cubic-bezier(0.62, 0.75, 0.53, 0.79);
  overflow: hidden;
  z-index: 0; }
  .cta.box.white a span {
    color: #e22424;
    -webkit-transition: color 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: color 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
  .cta.box.white a:before, .cta.box.white a:after {
    content: "";
    position: absolute;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    top: 50%;
    left: 50%;
    z-index: -1; }
  .cta.box.white a:before {
    opacity: 0;
    -webkit-transform: translate3d(-150%, -50%, 0);
            transform: translate3d(-150%, -50%, 0);
    -webkit-transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    background-color: #e22424; }
  .cta.box.white a:after {
    opacity: 1;
    -webkit-transform: translate3d(50%, -50%, 0);
            transform: translate3d(50%, -50%, 0);
    -webkit-transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    background-color: #e22424; }
  .cta.box.white a:hover {
    border-color: #ffffff;
    color: #ffffff;
    -webkit-transition: color 0.1s cubic-bezier(0.62, 0.75, 0.53, 0.79), border-color 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: color 0.1s cubic-bezier(0.62, 0.75, 0.53, 0.79), border-color 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
    .cta.box.white a:hover span {
      color: #ffffff;
      -webkit-transition: color 0.1s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: color 0.1s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
    .cta.box.white a:hover:before {
      opacity: 1;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      -webkit-transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
    .cta.box.white a:hover:after {
      opacity: 0;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      -webkit-transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79); }

.cta.box.outline a {
  background-color: #ffffff;
  border: 2px solid transparent;
  position: relative;
  -webkit-transition: border-color 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), color 0.1s cubic-bezier(0.62, 0.75, 0.53, 0.79);
  transition: border-color 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), color 0.1s cubic-bezier(0.62, 0.75, 0.53, 0.79);
  overflow: hidden;
  z-index: 0;
  border-color: #e22424; }
  .cta.box.outline a span {
    color: #e22424;
    -webkit-transition: color 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: color 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
  .cta.box.outline a:before, .cta.box.outline a:after {
    content: "";
    position: absolute;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    top: 50%;
    left: 50%;
    z-index: -1; }
  .cta.box.outline a:before {
    opacity: 0;
    -webkit-transform: translate3d(-150%, -50%, 0);
            transform: translate3d(-150%, -50%, 0);
    -webkit-transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    background-color: #e22424; }
  .cta.box.outline a:after {
    opacity: 1;
    -webkit-transform: translate3d(50%, -50%, 0);
            transform: translate3d(50%, -50%, 0);
    -webkit-transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    background-color: #e22424; }
  .cta.box.outline a:hover {
    border-color: #ffffff;
    color: #ffffff;
    -webkit-transition: color 0.1s cubic-bezier(0.62, 0.75, 0.53, 0.79), border-color 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: color 0.1s cubic-bezier(0.62, 0.75, 0.53, 0.79), border-color 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    border-color: #e22424; }
    .cta.box.outline a:hover span {
      color: #ffffff;
      -webkit-transition: color 0.1s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: color 0.1s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
    .cta.box.outline a:hover:before {
      opacity: 1;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      -webkit-transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); }
    .cta.box.outline a:hover:after {
      opacity: 0;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      -webkit-transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), opacity 0s cubic-bezier(0.62, 0.75, 0.53, 0.79), -webkit-transform 0s cubic-bezier(0.62, 0.75, 0.53, 0.79); }

.cta.schedule-cta a, .cta.accordion-cta a {
  display: inline-block;
  vertical-align: middle; }
  .cta.schedule-cta a span, .cta.accordion-cta a span {
    vertical-align: middle;
    padding-right: 20px; }

.cta.border-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e22424;
  text-decoration: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  .cta.border-top a span:first-of-type {
    padding-right: 20px; }
  .cta.border-top a:before, .cta.border-top a:after {
    content: "";
    position: absolute;
    width: calc(100% + 1px);
    height: 1px;
    top: 0;
    display: block; }
  .cta.border-top a:before {
    background-color: currentColor;
    width: 0%;
    left: 0; }
  .cta.border-top a:after {
    background-color: currentColor;
    right: 0;
    width: 100%; }
  .cta.border-top a:before, .cta.border-top a:after {
    height: 2px;
    background-color: transparent;
    border-top: thin solid currentColor; }
  .cta.border-top a:hover:before {
    -webkit-transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s;
    transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s;
    width: 100%; }
  .cta.border-top a:hover:after {
    -webkit-transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    width: 0%; }

.cta.border-top.cta a {
  display: inline-block; }
  .cta.border-top.cta a span:first-of-type {
    padding-right: 80px; }

/*--------------------------------------------------------------
# card
--------------------------------------------------------------*/
@media (max-width: 1023px) {
  .card-block .body {
    font-size: 16px;
    line-height: 20px; } }
  @media only screen and (max-width: 1023px) and (min-width: 1024px) {
    .card-block .body {
      font-size: 0.833em;
      line-height: 27px; } }

.card-block .card {
  text-align: left; }
  @media (max-width: 639px) {
    .card-block .card {
      min-width: 180px;
      max-width: 55%; } }
  .card-block .card__title {
    font-size: 25px;
    line-height: 30px;
    margin: 16px 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .card-block .card .desc,
  .card-block .card .author,
  .card-block .card .meta {
    color: #18252c;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .card-block .card .meta, .card-block .card .author {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.3px;
    text-transform: uppercase; }
    @media only screen and (min-width: 1024px) {
      .card-block .card .meta, .card-block .card .author {
        font-size: 0.722em;
        line-height: 1.389em; } }
  .card-block .card .desc {
    font-size: 16px;
    line-height: 20px;
    text-transform: none; }
    @media only screen and (min-width: 1024px) {
      .card-block .card .desc {
        font-size: 0.833em;
        line-height: 27px; } }
    @media only screen and (min-width: 1024px) {
      .card-block .card .desc {
        line-height: 1.389em; } }
  .card-block .card .img-container {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .card-block .card .card-container {
    position: relative;
    border: none !important;
    text-decoration: none !important;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .card-block .card .card-container:before, .card-block .card .card-container:after {
      content: "";
      position: absolute;
      width: calc(100% + 1px);
      height: 1px;
      top: 0;
      display: block; }
    .card-block .card .card-container:before {
      background-color: currentColor;
      width: 0%;
      left: 0; }
    .card-block .card .card-container:after {
      background-color: currentColor;
      right: 0;
      width: 100%; }
    .card-block .card .card-container:before, .card-block .card .card-container:after {
      height: 7px; }
    .card-block .card .card-container:before {
      -webkit-transition: width 0s 0.5s, left 0s, right 0s, opacity 0.5s;
      transition: width 0s 0.5s, left 0s, right 0s, opacity 0.5s;
      width: 0%;
      right: 0;
      left: auto;
      opacity: 0;
      z-index: 1; }
    .card-block .card .card-container:after {
      -webkit-transition: width 0s, left 0s, right 0s, max-width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: width 0s, left 0s, right 0s, max-width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      width: 100%;
      left: 0;
      right: auto; }
    .red-bg .card-block .card .card-container {
      position: relative;
      border: none !important;
      text-decoration: none !important;
      padding-top: 10px; }
      .red-bg .card-block .card .card-container:before, .red-bg .card-block .card .card-container:after {
        content: "";
        position: absolute;
        width: calc(100% + 1px);
        height: 1px;
        top: 0;
        display: block; }
      .red-bg .card-block .card .card-container:before {
        background-color: currentColor;
        width: 0%;
        left: 0; }
      .red-bg .card-block .card .card-container:after {
        background-color: currentColor;
        right: 0;
        width: 100%; }
      .red-bg .card-block .card .card-container:before, .red-bg .card-block .card .card-container:after {
        height: 7px; }
      .red-bg .card-block .card .card-container:before {
        -webkit-transition: width 0s 0.5s, left 0s, right 0s, opacity 0.5s;
        transition: width 0s 0.5s, left 0s, right 0s, opacity 0.5s;
        width: 0%;
        right: 0;
        left: auto;
        opacity: 0;
        z-index: 1; }
      .red-bg .card-block .card .card-container:after {
        -webkit-transition: width 0s, left 0s, right 0s, max-width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
        transition: width 0s, left 0s, right 0s, max-width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
        width: 100%;
        left: 0;
        right: auto; }
  .card-block .card .desc > br {
    line-height: 1.389em; }
  .card-block .card.two-cards {
    max-width: 50%; }
    @media (max-width: 639px) {
      .card-block .card.two-cards {
        max-width: 87%; } }
  .card-block .card.three-cards {
    max-width: 33.333%; }
    @media (max-width: 640px) {
      .card-block .card.three-cards {
        max-width: 55%; } }
  .card-block .card:hover .card-container:before {
    -webkit-transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s;
    transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s;
    width: 100%; }
  .card-block .card:hover .card-container:after {
    -webkit-transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    width: 0%; }
  .card-block .card:hover .card-container:before {
    -webkit-transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s, left 0s, right 0s, opacity 0s;
    transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) 0.5s, left 0s, right 0s, opacity 0s;
    width: 100%;
    left: 0;
    right: auto;
    opacity: 1; }
  .card-block .card:hover .card-container:after {
    -webkit-transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), left 0s, right 0s;
    transition: width 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), left 0s, right 0s;
    width: 0%;
    right: 0;
    left: auto; }
  .card-block .card:hover .card-container h3 span,
  .card-block .card:hover .card-container h4 span,
  .card-block .card:hover .card-container h5 span,
  .card-block .card:hover .card-container h6 span {
    background-size: 100% 100%;
    background-position: left;
    -webkit-transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79);
    transition: background-size 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79), background-image 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79); }

.card-block.white-bg {
  color: #000000; }

.card-block.blue-bg {
  color: #ffffff; }
  .card-block.blue-bg .card .author,
  .card-block.blue-bg .card .meta {
    color: #ffffff; }
  .card-block.blue-bg .card .desc {
    color: #a2a2a2; }

.card-block.red-bg {
  color: #ffffff; }
  .card-block.red-bg .desc,
  .card-block.red-bg .author,
  .card-block.red-bg .meta {
    color: #ffffff; }

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.page-error .wrapper {
  position: relative; }
  .page-error .wrapper .page-error__title {
    font-size: 32px;
    line-height: 30px; }
    @media only screen and (min-width: 640px) {
      .page-error .wrapper .page-error__title {
        font-size: 38px;
        line-height: 36px; } }
    @media only screen and (min-width: 1024px) {
      .page-error .wrapper .page-error__title {
        font-size: 3.111em;
        line-height: 58px; } }
  @media only screen and (min-width: 1024px) {
    .page-error .wrapper .page-error__desc {
      margin-left: auto; } }
  .page-error .wrapper .page-error__desc p {
    margin-bottom: 30px; }
  .page-error .wrapper .page-error__desc .cta {
    padding: 0; }
  @media only screen and (min-width: 1024px) {
    .page-error .wrapper::before {
      content: "404";
      position: absolute;
      top: 30px;
      right: 0;
      font-size: 20rem;
      color: #e22424;
      z-index: -999;
      opacity: 0.2;
      font-weight: 600; } }

/*--------------------------------------------------------------
# Cookie pop up
--------------------------------------------------------------*/
.cc-window {
  z-index: 99999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px !important; }
  @media (max-width: 895px) {
    .cc-window {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
      padding: 30px !important; } }
  .cc-window .cc-message {
    font-family: "Graphik LCG Web";
    max-width: 900px;
    font-size: 16px;
    line-height: 27px; }
    @media (max-width: 895px) {
      .cc-window .cc-message {
        -ms-flex-item-align: center;
            align-self: center; } }
    @media only screen and (min-width: 896px) {
      .cc-window .cc-message {
        margin-right: 100px; } }
    .cc-window .cc-message a {
      opacity: 1;
      color: #e22424;
      text-decoration: none;
      margin-top: 15px;
      margin-right: 20px;
      background-size: 0% 100%;
      background-repeat: no-repeat;
      background-position: right;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(8%, currentColor), color-stop(8%, currentColor));
      background-image: linear-gradient(transparent 92%, currentColor 8%, currentColor 8%);
      display: inline;
      -webkit-transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      transition: background-size 0.25s cubic-bezier(0.62, 0.75, 0.53, 0.79);
      background-size: 100% 100%;
      display: inline-block; }
      .cc-window .cc-message a:hover {
        background-position: left;
        -webkit-animation: 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) a-link-hover;
                animation: 0.5s cubic-bezier(0.62, 0.75, 0.53, 0.79) a-link-hover; }
  @media (max-width: 895px) {
    .cc-window .cc-compliance {
      width: 100%; } }
  .cc-window .cc-compliance .cc-btn {
    border-radius: 0;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    min-width: 100px !important;
    padding: 0.8em;
    letter-spacing: 0.8px; }
    @media (max-width: 895px) {
      .cc-window .cc-compliance .cc-btn {
        margin-top: 30px; } }

/*--------------------------------------------------------------
# FixIE
--------------------------------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body #footer .email-field,
  body .c-modal-footer .email-field {
    line-height: 0; }
  #footer .footer-top .mc4wp-form-fields::after, .c-modal-footer .footer-top .mc4wp-form-fields::after {
    top: 15px; }
  .article-wysiwyg a,
  .person-content a,
  .text-wysiwyg a {
    background-image: none; }
    .article-wysiwyg a:hover,
    .person-content a:hover,
    .text-wysiwyg a:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(8%, currentColor), color-stop(8%, currentColor));
      background-image: linear-gradient(transparent 92%, currentColor 8%, currentColor 8%); }
  body .nav-main ul li a, .c-modal.c-modal--sidebar .parent-link {
    position: relative; }
    body .nav-main ul li a:after, .c-modal.c-modal--sidebar .parent-link:after {
      content: '';
      position: absolute;
      width: 0;
      height: 1px;
      margin-top: 5px;
      right: 0;
      bottom: 0;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(8%, currentcolor), color-stop(8%, currentcolor));
      background: linear-gradient(transparent 92%, currentcolor 8%, currentcolor 8%);
      transition: width .5s ease;
      -webkit-transition: width .5s ease; }
    body .nav-main ul li a:hover, .c-modal.c-modal--sidebar .parent-link:hover {
      background-size: 0 0; }
    body .nav-main ul li a:hover:after, .c-modal.c-modal--sidebar .parent-link:hover:after {
      width: 100%;
      left: 0;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(8%, currentcolor), color-stop(8%, currentcolor));
      background: linear-gradient(transparent 92%, currentcolor 8%, currentcolor 8%); }
  body .nav-main ul li:last-child a:after {
    background: #E22424; }
  body .nav-main ul li:last-child a:hover:after {
    background: #E22424; }
  .c-modal.c-modal--sidebar .parent-link:after {
    height: 3px;
    display: block;
    background: #fff; }
  .c-modal.c-modal--sidebar .parent-link:hover:after {
    background: #fff; } }

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0; } }

@keyframes plyr-progress {
  to {
    background-position: 25px 0; } }

@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
  .plyr video,
  .plyr audio {
    border-radius: inherit;
    height: auto;
    vertical-align: middle;
    width: 100%; }
  .plyr button {
    font: inherit;
    line-height: inherit;
    width: auto; }
  .plyr:focus {
    outline: 0; }

.plyr--full-ui {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .plyr--full-ui *,
  .plyr--full-ui *::after,
  .plyr--full-ui *::before {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

.plyr__badge {
  background: #4f5b5f;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
          animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 100%; }
  .plyr__captions .plyr__caption {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
    line-height: 185%;
    padding: 0.2em 0.5em;
    white-space: pre-wrap; }
    .plyr__captions .plyr__caption div {
      display: inline; }
  .plyr__captions span:empty {
    display: none; }
  @media (min-width: 480px) {
    .plyr__captions {
      font-size: 16px;
      padding: 20px; } }
  @media (min-width: 768px) {
    .plyr__captions {
      font-size: 18px; } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px); }

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    pointer-events: none;
    width: 18px; }
  .plyr__control:focus {
    outline: 0; }
  .plyr__control.plyr__tab-focus {
    -webkit-box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
            box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
    outline: 0; }

a.plyr__control {
  text-decoration: none; }
  a.plyr__control::after, a.plyr__control::before {
    display: none; }

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none; }

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded='true'] {
  background: #1aafff;
  color: #fff; }

.plyr--video .plyr__control svg {
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15)); }

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded='true'] {
  background: #1aafff;
  color: #fff; }

.plyr__control--overlaid {
  background: rgba(26, 175, 255, 0.8);
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2; }
  .plyr__control--overlaid svg {
    left: 2px;
    position: relative; }
  .plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
    background: #1aafff; }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center; }
  .plyr__controls > .plyr__control,
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time,
  .plyr__controls .plyr__menu,
  .plyr__controls .plyr__volume {
    margin-left: 5px; }
  .plyr__controls .plyr__menu + .plyr__control,
  .plyr__controls > .plyr__control + .plyr__menu,
  .plyr__controls > .plyr__control + .plyr__control,
  .plyr__controls .plyr__progress + .plyr__control {
    margin-left: 2px; }
  .plyr__controls > .plyr__control:first-child,
  .plyr__controls > .plyr__control:first-child + [data-plyr='pause'] {
    margin-left: 0;
    margin-right: auto; }
  .plyr__controls:empty {
    display: none; }
  @media (min-width: 480px) {
    .plyr__controls > .plyr__control,
    .plyr__controls .plyr__menu,
    .plyr__controls .plyr__progress,
    .plyr__controls .plyr__time,
    .plyr__controls .plyr__volume {
      margin-left: 10px; } }

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4f5b5f;
  padding: 10px; }

.plyr--video .plyr__controls {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 3; }
  @media (min-width: 480px) {
    .plyr--video .plyr__controls {
      padding: 35px 10px 10px; } }

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.plyr [data-plyr='captions'],
.plyr [data-plyr='pip'],
.plyr [data-plyr='airplay'],
.plyr [data-plyr='fullscreen'] {
  display: none; }

.plyr--captions-enabled [data-plyr='captions'],
.plyr--pip-supported [data-plyr='pip'],
.plyr--airplay-supported [data-plyr='airplay'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
  display: inline-block; }

.plyr__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .plyr__menu .plyr__control svg {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .plyr__menu .plyr__control[aria-expanded='true'] svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .plyr__menu .plyr__control[aria-expanded='true'] .plyr__tooltip {
    display: none; }
  .plyr__menu__container {
    -webkit-animation: plyr-popup 0.2s ease;
            animation: plyr-popup 0.2s ease;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    bottom: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #4f5b5f;
    font-size: 16px;
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3; }
    .plyr__menu__container > div {
      overflow: hidden;
      -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    .plyr__menu__container::after {
      border: 4px solid transparent;
      border-top-color: rgba(255, 255, 255, 0.9);
      content: '';
      height: 0;
      position: absolute;
      right: 15px;
      top: 100%;
      width: 0; }
    .plyr__menu__container [role='menu'] {
      padding: 7px; }
    .plyr__menu__container [role='menuitem'],
    .plyr__menu__container [role='menuitemradio'] {
      margin-top: 2px; }
      .plyr__menu__container [role='menuitem']:first-child,
      .plyr__menu__container [role='menuitemradio']:first-child {
        margin-top: 0; }
    .plyr__menu__container .plyr__control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #4f5b5f;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      padding: 4px 11px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      width: 100%; }
      .plyr__menu__container .plyr__control > span {
        -webkit-box-align: inherit;
            -ms-flex-align: inherit;
                align-items: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
      .plyr__menu__container .plyr__control::after {
        border: 4px solid transparent;
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .plyr__menu__container .plyr__control--forward {
        padding-right: 28px; }
        .plyr__menu__container .plyr__control--forward::after {
          border-left-color: rgba(79, 91, 95, 0.8);
          right: 5px; }
        .plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
          border-left-color: currentColor; }
      .plyr__menu__container .plyr__control--back {
        font-weight: 500;
        margin: 7px;
        margin-bottom: 3px;
        padding-left: 28px;
        position: relative;
        width: calc(100% - 14px); }
        .plyr__menu__container .plyr__control--back::after {
          border-right-color: rgba(79, 91, 95, 0.8);
          left: 7px; }
        .plyr__menu__container .plyr__control--back::before {
          background: #b7c5cd;
          -webkit-box-shadow: 0 1px 0 #fff;
                  box-shadow: 0 1px 0 #fff;
          content: '';
          height: 1px;
          left: 0;
          margin-top: 4px;
          overflow: hidden;
          position: absolute;
          right: 0;
          top: 100%; }
        .plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
          border-right-color: currentColor; }
    .plyr__menu__container .plyr__control[role='menuitemradio'] {
      padding-left: 7px; }
      .plyr__menu__container .plyr__control[role='menuitemradio']::before, .plyr__menu__container .plyr__control[role='menuitemradio']::after {
        border-radius: 100%; }
      .plyr__menu__container .plyr__control[role='menuitemradio']::before {
        background: rgba(0, 0, 0, 0.1);
        content: '';
        display: block;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        height: 16px;
        margin-right: 10px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 16px; }
      .plyr__menu__container .plyr__control[role='menuitemradio']::after {
        background: #fff;
        border: 0;
        height: 6px;
        left: 12px;
        opacity: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) scale(0);
                transform: translateY(-50%) scale(0);
        -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        transition: transform 0.3s ease, opacity 0.3s ease;
        transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
        width: 6px; }
      .plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::before {
        background: #1aafff; }
      .plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::after {
        opacity: 1;
        -webkit-transform: translateY(-50%) scale(1);
                transform: translateY(-50%) scale(1); }
      .plyr__menu__container .plyr__control[role='menuitemradio'].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role='menuitemradio']:hover::before {
        background: rgba(0, 0, 0, 0.1); }
    .plyr__menu__container .plyr__menu__value {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto;
      margin-right: -5px;
      overflow: hidden;
      padding-left: 25px;
      pointer-events: none; }

.plyr--full-ui input[type='range'] {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 26px;
  color: #1aafff;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 100%; }
  .plyr--full-ui input[type='range']::-webkit-slider-runnable-track {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    -webkit-user-select: none;
            user-select: none;
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
    background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%)); }
  .plyr--full-ui input[type='range']::-webkit-slider-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
    height: 13px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 13px;
    -webkit-appearance: none;
    /* stylelint-disable-line */
    margin-top: -4px; }
  .plyr--full-ui input[type='range']::-moz-range-track {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    -moz-user-select: none;
         user-select: none; }
  .plyr--full-ui input[type='range']::-moz-range-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
    height: 13px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 13px; }
  .plyr--full-ui input[type='range']::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    height: 5px; }
  .plyr--full-ui input[type='range']::-ms-track {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    -ms-user-select: none;
        user-select: none;
    color: transparent; }
  .plyr--full-ui input[type='range']::-ms-fill-upper {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    -ms-user-select: none;
        user-select: none; }
  .plyr--full-ui input[type='range']::-ms-fill-lower {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    -ms-user-select: none;
        user-select: none;
    background: currentColor; }
  .plyr--full-ui input[type='range']::-ms-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
    height: 13px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 13px;
    margin-top: 0; }
  .plyr--full-ui input[type='range']::-ms-tooltip {
    display: none; }
  .plyr--full-ui input[type='range']:focus {
    outline: 0; }
  .plyr--full-ui input[type='range']::-moz-focus-outer {
    border: 0; }
  .plyr--full-ui input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
    -webkit-box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
            box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
    outline: 0; }
  .plyr--full-ui input[type='range'].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
    outline: 0; }
  .plyr--full-ui input[type='range'].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
    outline: 0; }

.plyr--full-ui.plyr--video input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type='range']::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type='range']::-ms-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type='range']:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--audio input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr--full-ui.plyr--audio input[type='range']::-moz-range-track {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr--full-ui.plyr--audio input[type='range']::-ms-track {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr--full-ui.plyr--audio input[type='range']:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr--full-ui.plyr--audio input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr--full-ui.plyr--audio input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1; }

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1; }

.plyr__time {
  font-size: 14px; }

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px; }

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none; } }

.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2; }
  .plyr__tooltip::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    bottom: -4px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    z-index: 2; }

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%; }
  .plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
  .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
    left: 16px; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%; }
  .plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1); }

.plyr--video {
  background: #000;
  overflow: hidden; }
  .plyr--video.plyr--menu-open {
    overflow: visible; }

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0; }

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%; }

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
          transform: translateY(-38.28125%); }

.plyr__progress {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  left: 6.5px;
  margin-right: 13px;
  position: relative; }
  .plyr__progress input[type='range'], .plyr__progress__buffer {
    margin-left: -6.5px;
    margin-right: -6.5px;
    width: calc(100% + 13px); }
  .plyr__progress input[type='range'] {
    position: relative;
    z-index: 2; }
  .plyr__progress .plyr__tooltip {
    font-size: 14px;
    left: 0; }

.plyr__progress__buffer {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%; }
  .plyr__progress__buffer::-webkit-progress-bar {
    background: transparent; }
  .plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease; }
  .plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease; }
  .plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease; }

.plyr--video .plyr__progress__buffer {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25); }

.plyr--audio .plyr__progress__buffer {
  color: rgba(183, 197, 205, 0.66); }

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(47, 52, 61, 0.6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, 0.6) 50%, rgba(47, 52, 61, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr__volume {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative; }
  .plyr__volume input[type='range'] {
    margin-left: 5px;
    position: relative;
    z-index: 2; }
  @media (min-width: 480px) {
    .plyr__volume {
      max-width: 90px; } }
  @media (min-width: 768px) {
    .plyr__volume {
      max-width: 110px; } }

.plyr--is-ios .plyr__volume {
  display: none !important; }

.plyr--is-ios.plyr--vimeo [data-plyr='mute'] {
  display: none !important; }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-webkit-full-screen video {
    height: 100%; }
  .plyr:-ms-fullscreen video {
    height: 100%; }
  .plyr:fullscreen video {
    height: 100%; }
  .plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%; }
  .plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%; }
  .plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%; }
  .plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%); }
  .plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block; }
  .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block; }
  .plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
    .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
    .plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none; }
  .plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none; }
  .plyr:fullscreen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
      font-size: 21px; }
    .plyr:-ms-fullscreen .plyr__captions {
      font-size: 21px; }
    .plyr:fullscreen .plyr__captions {
      font-size: 21px; } }

/* stylelint-disable-next-line */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-webkit-full-screen video {
    height: 100%; }
  .plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%; }
  .plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
      font-size: 21px; } }

/* stylelint-disable-next-line */
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-moz-full-screen video {
    height: 100%; }
  .plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%; }
  .plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%); }
  .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-moz-full-screen .plyr__captions {
      font-size: 21px; } }

/* stylelint-disable-next-line */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-ms-fullscreen video {
    height: 100%; }
  .plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%; }
  .plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%); }
  .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
      font-size: 21px; } }

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000; }
  .plyr--fullscreen-fallback video {
    height: 100%; }
  .plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    width: 100%; }
  .plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
      font-size: 21px; } }

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }
  .plyr__ads > div,
  .plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width: 100%; }
  .plyr__ads::after {
    background: rgba(47, 52, 61, 0.8);
    border-radius: 2px;
    bottom: 10px;
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    z-index: 3; }
  .plyr__ads::after:empty {
    display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3; }

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  z-index: 2; }
  .plyr__preview-thumb--is-shown {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1); }
  .plyr__preview-thumb::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    bottom: -4px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    z-index: 2; }
  .plyr__preview-thumb__image-container {
    background: #b7c5cd;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 0; }
    .plyr__preview-thumb__image-container img {
      height: 100%;
      left: 0;
      max-height: none;
      max-width: none;
      position: absolute;
      top: 0;
      width: 100%; }
  .plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3; }
    .plyr__preview-thumb__time-container span {
      background-color: rgba(0, 0, 0, 0.55);
      border-radius: 2px;
      color: #fff;
      font-size: 14px;
      padding: 3px 6px; }

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1; }
  .plyr__preview-scrubbing--is-shown {
    opacity: 1; }
  .plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%; }

.plyr--no-transition {
  -webkit-transition: none !important;
  transition: none !important; }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.plyr [hidden] {
  display: none !important; }

body .pattern.homepage-feature-block-one .image-w-shadow.image-multiple {
  display: flex;
  flex-wrap: wrap;
}
body .pattern.homepage-feature-block-one .image-w-shadow.image-multiple .image-container {
  display: flex;
  flex: 1 0 50%;
}
body .pattern.homepage-feature-block-one .image-w-shadow.image-multiple .image-container:first-child {
  transform: scale(0.9);
  z-index: 2;
}
body .pattern.homepage-feature-block-one .image-w-shadow.image-multiple .image-container:last-child {
  transform: translate(-16%);
  z-index: 1;
}
body .pattern.homepage-feature-block-one .image-w-shadow.image-multiple .image-container > img {
  height: 100%;
}

body .pattern.homepage-feature-block-two.white-bg .cta.box a{
	border-color: #e22424;
}

body .pattern.section-widget-primary {
    position: relative;
    z-index: 1;
    padding: 0;
    left: 45px;
    width: calc(100% - 45px);
}

body .section-widget-primary .background-layer-color {
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

body .section-widget-primary .background-layer-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

body .section-widget-primary .content-wrapper {
    position: relative;
    z-index: 3;
    padding: 100px 0;
}

body .section-widget-primary .content {
    padding: 0 20px 40px;
}

body .section-widget-primary .content h2 {
    margin-bottom: 20px;
}

body .pattern.section-widget-primary .cta {
    margin-left: auto;
}

@media all and (max-width: 1023px) {
    body .pattern.section-widget-primary {
        left: 0;
        width: 100%;
    }
}

@media all and (max-width: 639px) {
    body .pattern.section-widget-primary .cta {
        max-width: 80%;
        margin: auto;
    }
    
    body .section-widget-primary .content {
        padding: 0 50px 40px;
        font-size: 16px;
    }
}
/*# sourceMappingURL=style.css.map */