[class*=col-count]::after, .alt-quote::after, .container-sm::after, .container-lg::after, .container-full::after, .header-captions::after, .hub-grid::after, .camille .header-captions::after, .article-nav::after, .hero-content::after {
  display: table;
  clear: both;
  content: "";
}

.svg-defsheet {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.article-nav > div {
  float: left;
  position: relative;
  min-height: 1px;
}

.article-nav > div {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .col-count-3 > div, .col-count-2 > div, .col-count-4 > div {
    float: left;
    margin-bottom: 2.5641025641%;
    margin-left: 2.5641025641%;
    margin-top: 0;
    padding: 30px;
  }
  [class*=col-count], .hub-grid {
    margin-left: -2.5641025641%;
  }
  .col-count-3 > div {
    width: 30.7692307692%;
  }
  .col-count-2 > div, .col-count-4 > div {
    width: 47.4358974359%;
  }
}

@media screen and (min-width: 992px) {
  .col-count-4 > div {
    float: left;
    margin-bottom: 2.5641025641%;
    margin-left: 2.5641025641%;
    margin-top: 0;
    padding: 30px;
  }
  .hero.align-left .column,
  .hero.align-right .column {
    float: left;
    position: relative;
    min-height: 1px;
    width: 50%;
  }
  .col-count-4 > div {
    width: 22.4358974359%;
  }
}

.heroTemplate_v3 .hero-copy h1, .heroTemplate_v3 .hero-copy .homepage .intro .title, .homepage .intro .heroTemplate_v3 .hero-copy .title, .heroTemplate_v3 .hero-copy h2 {
  text-shadow: 0 0 2px #807f7f, 0 0 4px #4d4c4c;
}

.button-container .button, .report-button .button {
  -webkit-transition: all 260ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  -moz-transition: all 260ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  -ms-transition: all 260ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  -o-transition: all 260ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: all 260ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  box-shadow: inset 0 0 0 2px #e92438;
  color: #F7FAFD;
  display: inline-block;
  font-family: "TiemposText", Georgia, serif;
  font-size: 15.554px;
  font-style: italic;
  font-weight: 300;
  padding: 12px 15px;
  text-align: center;
  text-transform: lowercase;
}

.button-container .button:after, .report-button .button:after {
  content: none;
}

.button-container .button:hover, .report-button .button:hover, .button-container .button:focus, .report-button .button:focus {
  -webkit-transition: all 220ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  -moz-transition: all 220ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  -ms-transition: all 220ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  -o-transition: all 220ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: all 220ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  box-shadow: inset 0 0 0 80px #e92438;
  color: #F7FAFD;
}

.pull-quote {
  box-sizing: border-box;
  border: solid #eec415 2px;
  display: flex;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  padding: 30px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  max-width: none;
  margin: 0 auto 30px;
}

@supports (display: grid) {
  [class*=col-count] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 15px;
    align-content: center;
    justify-content: center;
    justify-items: center;
  }
  @media screen and (min-width: 768px) {
    [class*=col-count] {
      margin-left: 0;
    }
  }
}

[class*=col-count] > div {
  padding: 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  [class*=col-count] > div {
    display: table-cell;
    padding: 30px;
    vertical-align: middle;
  }
}

@supports (display: grid) {
  [class*=col-count] > div {
    margin: 0;
    width: 100%;
  }
}

.svg-defsheet {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.nav-button .label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.button-container, .menu-list li {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  position: relative;
  transition-timing-function: ease-in;
  transition: transform 0.3s, opacity 0.3s;
}

.is-opened .button-container, .menu-list.is-opened li {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  pointer-events: auto;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: ease;
}

.menu-list a,
.menu-list a:visited, .content-container a,
.content-container a:visited {
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  display: inline;
  position: relative;
  transform-origin: left bottom;
  vertical-align: baseline;
}

.menu-list a:hover, .content-container a:hover, .menu-list a:focus, .content-container a:focus {
  background-size: 100% 50%;
  cursor: pointer;
}

.theme-pink .heroTemplate_v1 .masthead, .theme-pink
.heroTemplate_v2 .masthead {
  background: #f76378;
}

.theme-red .heroTemplate_v1 .masthead, .theme-red
.heroTemplate_v2 .masthead {
  background: #e92438;
}

.theme-purple .heroTemplate_v1 .masthead, .theme-purple
.heroTemplate_v2 .masthead {
  background: #783de0;
}

.theme-teal .heroTemplate_v1 .masthead, .theme-teal
.heroTemplate_v2 .masthead {
  background: #1aaa98;
}

.theme-blue .heroTemplate_v1 .masthead, .theme-blue
.heroTemplate_v2 .masthead {
  background: #3498DB;
}

.theme-yellow .heroTemplate_v1 .masthead, .theme-yellow
.heroTemplate_v2 .masthead {
  background: #eec415;
}

.theme-white .heroTemplate_v1 .masthead, .theme-white
.heroTemplate_v2 .masthead {
  background: #F7FAFD;
}

.theme-wave .heroTemplate_v1 .masthead, .theme-wave
.heroTemplate_v2 .masthead {
  background: #F7FAFD;
}

.theme-three .heroTemplate_v1 .masthead, .theme-three
.heroTemplate_v2 .masthead {
  background: #F7FAFD;
}

.theme-pink .heroTemplate_v1 .header-captions dt, .theme-pink
.heroTemplate_v3 .header-captions dt {
  color: #f31a39;
}

.theme-red .heroTemplate_v1 .header-captions dt, .theme-red
.heroTemplate_v3 .header-captions dt {
  color: #810d19;
}

.theme-purple .heroTemplate_v1 .header-captions dt, .theme-purple
.heroTemplate_v3 .header-captions dt {
  color: #531db4;
}

.theme-teal .heroTemplate_v1 .header-captions dt, .theme-teal
.heroTemplate_v3 .header-captions dt {
  color: #10685d;
}

.theme-blue .heroTemplate_v1 .header-captions dt, .theme-blue
.heroTemplate_v3 .header-captions dt {
  color: #1d6fa5;
}

.theme-yellow .heroTemplate_v1 .header-captions dt, .theme-yellow
.heroTemplate_v3 .header-captions dt {
  color: #aa8c0c;
}

.theme-white .heroTemplate_v1 .header-captions dt, .theme-white
.heroTemplate_v3 .header-captions dt {
  color: #bad4ee;
}

.theme-wave .heroTemplate_v1 .header-captions dt, .theme-wave
.heroTemplate_v3 .header-captions dt {
  color: #000000;
}

.theme-three .heroTemplate_v1 .header-captions dt, .theme-three
.heroTemplate_v3 .header-captions dt {
  color: #1d6fa5;
}

.theme-pink .heroTemplate_v1 .top-bloq, .theme-pink
.heroTemplate_v3 .top-bloq {
  fill: #1aaa98;
}

.theme-red .heroTemplate_v1 .top-bloq, .theme-red
.heroTemplate_v3 .top-bloq {
  fill: #681295;
}

.theme-purple .heroTemplate_v1 .top-bloq, .theme-purple
.heroTemplate_v3 .top-bloq {
  fill: #1f3363;
}

.theme-teal .heroTemplate_v1 .top-bloq, .theme-teal
.heroTemplate_v3 .top-bloq {
  fill: #681295;
}

.theme-blue .heroTemplate_v1 .top-bloq, .theme-blue
.heroTemplate_v3 .top-bloq {
  fill: #1f3363;
}

.theme-yellow .heroTemplate_v1 .top-bloq, .theme-yellow
.heroTemplate_v3 .top-bloq {
  fill: #1f3363;
}

.theme-white .heroTemplate_v1 .top-bloq, .theme-white
.heroTemplate_v3 .top-bloq {
  fill: #2ECC71;
}

.theme-wave .heroTemplate_v1 .top-bloq, .theme-wave
.heroTemplate_v3 .top-bloq {
  fill: #2ECC71;
}

.theme-three .heroTemplate_v1 .top-bloq, .theme-three
.heroTemplate_v3 .top-bloq {
  fill: #1f3363;
}

.theme-pink .heroTemplate_v1 .bottom-bloq, .theme-pink
.heroTemplate_v3 .bottom-bloq {
  fill: #f76378;
}

.theme-red .heroTemplate_v1 .bottom-bloq, .theme-red
.heroTemplate_v3 .bottom-bloq {
  fill: #e92438;
}

.theme-purple .heroTemplate_v1 .bottom-bloq, .theme-purple
.heroTemplate_v3 .bottom-bloq {
  fill: #783de0;
}

.theme-teal .heroTemplate_v1 .bottom-bloq, .theme-teal
.heroTemplate_v3 .bottom-bloq {
  fill: #1aaa98;
}

.theme-blue .heroTemplate_v1 .bottom-bloq, .theme-blue
.heroTemplate_v3 .bottom-bloq {
  fill: #3498DB;
}

.theme-yellow .heroTemplate_v1 .bottom-bloq, .theme-yellow
.heroTemplate_v3 .bottom-bloq {
  fill: #eec415;
}

.theme-white .heroTemplate_v1 .bottom-bloq, .theme-white
.heroTemplate_v3 .bottom-bloq {
  fill: #F7FAFD;
}

.theme-wave .heroTemplate_v1 .bottom-bloq, .theme-wave
.heroTemplate_v3 .bottom-bloq {
  fill: #F7FAFD;
}

.theme-three .heroTemplate_v1 .bottom-bloq, .theme-three
.heroTemplate_v3 .bottom-bloq {
  fill: #F7FAFD;
}

.theme-pink .heroTemplate_v1 .be-top .stop1, .theme-pink
.heroTemplate_v3 .be-top .stop1 {
  stop-color: #f76378;
}

.theme-red .heroTemplate_v1 .be-top .stop1, .theme-red
.heroTemplate_v3 .be-top .stop1 {
  stop-color: #e92438;
}

.theme-purple .heroTemplate_v1 .be-top .stop1, .theme-purple
.heroTemplate_v3 .be-top .stop1 {
  stop-color: #783de0;
}

.theme-teal .heroTemplate_v1 .be-top .stop1, .theme-teal
.heroTemplate_v3 .be-top .stop1 {
  stop-color: #1aaa98;
}

.theme-blue .heroTemplate_v1 .be-top .stop1, .theme-blue
.heroTemplate_v3 .be-top .stop1 {
  stop-color: #3498DB;
}

.theme-yellow .heroTemplate_v1 .be-top .stop1, .theme-yellow
.heroTemplate_v3 .be-top .stop1 {
  stop-color: #eec415;
}

.theme-white .heroTemplate_v1 .be-top .stop1, .theme-white
.heroTemplate_v3 .be-top .stop1 {
  stop-color: #F7FAFD;
}

.theme-wave .heroTemplate_v1 .be-top .stop1, .theme-wave
.heroTemplate_v3 .be-top .stop1 {
  stop-color: #F7FAFD;
}

.theme-three .heroTemplate_v1 .be-top .stop1, .theme-three
.heroTemplate_v3 .be-top .stop1 {
  stop-color: #F7FAFD;
}

.theme-pink .heroTemplate_v1 .be-top .stop2, .theme-pink
.heroTemplate_v3 .be-top .stop2 {
  stop-color: #1aaa98;
}

.theme-red .heroTemplate_v1 .be-top .stop2, .theme-red
.heroTemplate_v3 .be-top .stop2 {
  stop-color: #681295;
}

.theme-purple .heroTemplate_v1 .be-top .stop2, .theme-purple
.heroTemplate_v3 .be-top .stop2 {
  stop-color: #1f3363;
}

.theme-teal .heroTemplate_v1 .be-top .stop2, .theme-teal
.heroTemplate_v3 .be-top .stop2 {
  stop-color: #681295;
}

.theme-blue .heroTemplate_v1 .be-top .stop2, .theme-blue
.heroTemplate_v3 .be-top .stop2 {
  stop-color: #1f3363;
}

.theme-yellow .heroTemplate_v1 .be-top .stop2, .theme-yellow
.heroTemplate_v3 .be-top .stop2 {
  stop-color: #1f3363;
}

.theme-white .heroTemplate_v1 .be-top .stop2, .theme-white
.heroTemplate_v3 .be-top .stop2 {
  stop-color: #2ECC71;
}

.theme-wave .heroTemplate_v1 .be-top .stop2, .theme-wave
.heroTemplate_v3 .be-top .stop2 {
  stop-color: #2ECC71;
}

.theme-three .heroTemplate_v1 .be-top .stop2, .theme-three
.heroTemplate_v3 .be-top .stop2 {
  stop-color: #1f3363;
}

.theme-pink .heroTemplate_v1 .be-bottom .stop1, .theme-pink
.heroTemplate_v3 .be-bottom .stop1 {
  stop-color: #1aaa98;
}

.theme-red .heroTemplate_v1 .be-bottom .stop1, .theme-red
.heroTemplate_v3 .be-bottom .stop1 {
  stop-color: #681295;
}

.theme-purple .heroTemplate_v1 .be-bottom .stop1, .theme-purple
.heroTemplate_v3 .be-bottom .stop1 {
  stop-color: #1f3363;
}

.theme-teal .heroTemplate_v1 .be-bottom .stop1, .theme-teal
.heroTemplate_v3 .be-bottom .stop1 {
  stop-color: #681295;
}

.theme-blue .heroTemplate_v1 .be-bottom .stop1, .theme-blue
.heroTemplate_v3 .be-bottom .stop1 {
  stop-color: #1f3363;
}

.theme-yellow .heroTemplate_v1 .be-bottom .stop1, .theme-yellow
.heroTemplate_v3 .be-bottom .stop1 {
  stop-color: #1f3363;
}

.theme-white .heroTemplate_v1 .be-bottom .stop1, .theme-white
.heroTemplate_v3 .be-bottom .stop1 {
  stop-color: #2ECC71;
}

.theme-wave .heroTemplate_v1 .be-bottom .stop1, .theme-wave
.heroTemplate_v3 .be-bottom .stop1 {
  stop-color: #2ECC71;
}

.theme-three .heroTemplate_v1 .be-bottom .stop1, .theme-three
.heroTemplate_v3 .be-bottom .stop1 {
  stop-color: #1f3363;
}

.theme-pink .heroTemplate_v1 .be-bottom .stop2, .theme-pink
.heroTemplate_v3 .be-bottom .stop2 {
  stop-color: #f76378;
}

.theme-red .heroTemplate_v1 .be-bottom .stop2, .theme-red
.heroTemplate_v3 .be-bottom .stop2 {
  stop-color: #e92438;
}

.theme-purple .heroTemplate_v1 .be-bottom .stop2, .theme-purple
.heroTemplate_v3 .be-bottom .stop2 {
  stop-color: #783de0;
}

.theme-teal .heroTemplate_v1 .be-bottom .stop2, .theme-teal
.heroTemplate_v3 .be-bottom .stop2 {
  stop-color: #1aaa98;
}

.theme-blue .heroTemplate_v1 .be-bottom .stop2, .theme-blue
.heroTemplate_v3 .be-bottom .stop2 {
  stop-color: #3498DB;
}

.theme-yellow .heroTemplate_v1 .be-bottom .stop2, .theme-yellow
.heroTemplate_v3 .be-bottom .stop2 {
  stop-color: #eec415;
}

.theme-white .heroTemplate_v1 .be-bottom .stop2, .theme-white
.heroTemplate_v3 .be-bottom .stop2 {
  stop-color: #F7FAFD;
}

.theme-wave .heroTemplate_v1 .be-bottom .stop2, .theme-wave
.heroTemplate_v3 .be-bottom .stop2 {
  stop-color: #F7FAFD;
}

.theme-three .heroTemplate_v1 .be-bottom .stop2, .theme-three
.heroTemplate_v3 .be-bottom .stop2 {
  stop-color: #F7FAFD;
}

.theme-pink .hero {
  background: #f76378;
}

.theme-red .hero {
  background: #e92438;
}

.theme-purple .hero {
  background: #783de0;
}

.theme-teal .hero {
  background: #1aaa98;
}

.theme-blue .hero {
  background: #3498DB;
}

.theme-yellow .hero {
  background: #eec415;
}

.theme-white .hero {
  background: #F7FAFD;
}

.theme-wave .hero {
  background: #F7FAFD;
}

.theme-three .hero {
  background: #F7FAFD;
}

.theme-pink .feature-article .icon--divider {
  fill: #1aaa98;
}

.theme-red .feature-article .icon--divider {
  fill: #681295;
}

.theme-purple .feature-article .icon--divider {
  fill: #1f3363;
}

.theme-teal .feature-article .icon--divider {
  fill: #681295;
}

.theme-blue .feature-article .icon--divider {
  fill: #1f3363;
}

.theme-yellow .feature-article .icon--divider {
  fill: #1f3363;
}

.theme-white .feature-article .icon--divider {
  fill: #2ECC71;
}

.theme-wave .feature-article .icon--divider {
  fill: #2ECC71;
}

.theme-three .feature-article .icon--divider {
  fill: #1f3363;
}

.theme-pink .highlight-article {
  background: #1aaa98;
}

.theme-pink .highlight-article h1, .theme-pink .highlight-article .homepage .intro .title, .homepage .intro .theme-pink .highlight-article .title, .theme-pink .highlight-article h2, .theme-pink .highlight-article h3, .theme-pink .highlight-article h4, .theme-pink .highlight-article h5, .theme-pink .highlight-article p,
.theme-pink .highlight-article .container-sm,
.theme-pink .highlight-article .container-lg {
  color: #F7FAFD;
}

.theme-red .highlight-article {
  background: #681295;
}

.theme-red .highlight-article h1, .theme-red .highlight-article .homepage .intro .title, .homepage .intro .theme-red .highlight-article .title, .theme-red .highlight-article h2, .theme-red .highlight-article h3, .theme-red .highlight-article h4, .theme-red .highlight-article h5, .theme-red .highlight-article p,
.theme-red .highlight-article .container-sm,
.theme-red .highlight-article .container-lg {
  color: #F7FAFD;
}

.theme-purple .highlight-article {
  background: #1f3363;
}

.theme-purple .highlight-article h1, .theme-purple .highlight-article .homepage .intro .title, .homepage .intro .theme-purple .highlight-article .title, .theme-purple .highlight-article h2, .theme-purple .highlight-article h3, .theme-purple .highlight-article h4, .theme-purple .highlight-article h5, .theme-purple .highlight-article p,
.theme-purple .highlight-article .container-sm,
.theme-purple .highlight-article .container-lg {
  color: #F7FAFD;
}

.theme-teal .highlight-article {
  background: #681295;
}

.theme-teal .highlight-article h1, .theme-teal .highlight-article .homepage .intro .title, .homepage .intro .theme-teal .highlight-article .title, .theme-teal .highlight-article h2, .theme-teal .highlight-article h3, .theme-teal .highlight-article h4, .theme-teal .highlight-article h5, .theme-teal .highlight-article p,
.theme-teal .highlight-article .container-sm,
.theme-teal .highlight-article .container-lg {
  color: #F7FAFD;
}

.theme-blue .highlight-article {
  background: #1f3363;
}

.theme-blue .highlight-article h1, .theme-blue .highlight-article .homepage .intro .title, .homepage .intro .theme-blue .highlight-article .title, .theme-blue .highlight-article h2, .theme-blue .highlight-article h3, .theme-blue .highlight-article h4, .theme-blue .highlight-article h5, .theme-blue .highlight-article p,
.theme-blue .highlight-article .container-sm,
.theme-blue .highlight-article .container-lg {
  color: #F7FAFD;
}

.theme-yellow .highlight-article {
  background: #1f3363;
}

.theme-yellow .highlight-article h1, .theme-yellow .highlight-article .homepage .intro .title, .homepage .intro .theme-yellow .highlight-article .title, .theme-yellow .highlight-article h2, .theme-yellow .highlight-article h3, .theme-yellow .highlight-article h4, .theme-yellow .highlight-article h5, .theme-yellow .highlight-article p,
.theme-yellow .highlight-article .container-sm,
.theme-yellow .highlight-article .container-lg {
  color: #F7FAFD;
}

.theme-white .highlight-article {
  background: #2ECC71;
}

.theme-white .highlight-article h1, .theme-white .highlight-article .homepage .intro .title, .homepage .intro .theme-white .highlight-article .title, .theme-white .highlight-article h2, .theme-white .highlight-article h3, .theme-white .highlight-article h4, .theme-white .highlight-article h5, .theme-white .highlight-article p,
.theme-white .highlight-article .container-sm,
.theme-white .highlight-article .container-lg {
  color: #F7FAFD;
}

.theme-wave .highlight-article {
  background: #2ECC71;
}

.theme-wave .highlight-article h1, .theme-wave .highlight-article .homepage .intro .title, .homepage .intro .theme-wave .highlight-article .title, .theme-wave .highlight-article h2, .theme-wave .highlight-article h3, .theme-wave .highlight-article h4, .theme-wave .highlight-article h5, .theme-wave .highlight-article p,
.theme-wave .highlight-article .container-sm,
.theme-wave .highlight-article .container-lg {
  color: #F7FAFD;
}

.theme-three .highlight-article {
  background: #1f3363;
}

.theme-three .highlight-article h1, .theme-three .highlight-article .homepage .intro .title, .homepage .intro .theme-three .highlight-article .title, .theme-three .highlight-article h2, .theme-three .highlight-article h3, .theme-three .highlight-article h4, .theme-three .highlight-article h5, .theme-three .highlight-article p,
.theme-three .highlight-article .container-sm,
.theme-three .highlight-article .container-lg {
  color: #F7FAFD;
}

.theme-pink .highlight-article header {
  color: #F7FAFD;
}

.theme-red .highlight-article header {
  color: #F7FAFD;
}

.theme-purple .highlight-article header {
  color: #F7FAFD;
}

.theme-teal .highlight-article header {
  color: #F7FAFD;
}

.theme-blue .highlight-article header {
  color: #F7FAFD;
}

.theme-yellow .highlight-article header {
  color: #F7FAFD;
}

.theme-white .highlight-article header {
  color: #F7FAFD;
}

.theme-wave .highlight-article header {
  color: #F7FAFD;
}

.theme-three .highlight-article header {
  color: #F7FAFD;
}

.theme-pink .highlight-article .icon--divider {
  fill: #F7FAFD;
}

.theme-red .highlight-article .icon--divider {
  fill: #F7FAFD;
}

.theme-purple .highlight-article .icon--divider {
  fill: #F7FAFD;
}

.theme-teal .highlight-article .icon--divider {
  fill: #F7FAFD;
}

.theme-blue .highlight-article .icon--divider {
  fill: #F7FAFD;
}

.theme-yellow .highlight-article .icon--divider {
  fill: #F7FAFD;
}

.theme-white .highlight-article .icon--divider {
  fill: #F7FAFD;
}

.theme-wave .highlight-article .icon--divider {
  fill: #F7FAFD;
}

.theme-three .highlight-article .icon--divider {
  fill: #F7FAFD;
}

.theme-pink .heroTemplate_v1 .site-title a, .theme-pink
.heroTemplate_v1 .site-title a:visited, .theme-pink
.heroTemplate_v1 .nav-button {
  color: #F7FAFD;
  stroke: #F7FAFD;
}

.theme-pink .heroTemplate_v1 .site-title a a,
.theme-pink .heroTemplate_v1 .site-title a a:visited, .theme-pink
.heroTemplate_v1 .site-title a:visited a,
.theme-pink
.heroTemplate_v1 .site-title a:visited a:visited, .theme-pink
.heroTemplate_v1 .nav-button a,
.theme-pink
.heroTemplate_v1 .nav-button a:visited {
  color: #242E38;
}

.theme-red .heroTemplate_v1 .site-title a, .theme-red
.heroTemplate_v1 .site-title a:visited, .theme-red
.heroTemplate_v1 .nav-button {
  color: #F7FAFD;
  stroke: #F7FAFD;
}

.theme-red .heroTemplate_v1 .site-title a a,
.theme-red .heroTemplate_v1 .site-title a a:visited, .theme-red
.heroTemplate_v1 .site-title a:visited a,
.theme-red
.heroTemplate_v1 .site-title a:visited a:visited, .theme-red
.heroTemplate_v1 .nav-button a,
.theme-red
.heroTemplate_v1 .nav-button a:visited {
  color: #242E38;
}

.theme-purple .heroTemplate_v1 .site-title a, .theme-purple
.heroTemplate_v1 .site-title a:visited, .theme-purple
.heroTemplate_v1 .nav-button {
  color: #F7FAFD;
  stroke: #F7FAFD;
}

.theme-purple .heroTemplate_v1 .site-title a a,
.theme-purple .heroTemplate_v1 .site-title a a:visited, .theme-purple
.heroTemplate_v1 .site-title a:visited a,
.theme-purple
.heroTemplate_v1 .site-title a:visited a:visited, .theme-purple
.heroTemplate_v1 .nav-button a,
.theme-purple
.heroTemplate_v1 .nav-button a:visited {
  color: #242E38;
}

.theme-teal .heroTemplate_v1 .site-title a, .theme-teal
.heroTemplate_v1 .site-title a:visited, .theme-teal
.heroTemplate_v1 .nav-button {
  color: #F7FAFD;
  stroke: #F7FAFD;
}

.theme-teal .heroTemplate_v1 .site-title a a,
.theme-teal .heroTemplate_v1 .site-title a a:visited, .theme-teal
.heroTemplate_v1 .site-title a:visited a,
.theme-teal
.heroTemplate_v1 .site-title a:visited a:visited, .theme-teal
.heroTemplate_v1 .nav-button a,
.theme-teal
.heroTemplate_v1 .nav-button a:visited {
  color: #242E38;
}

.theme-blue .heroTemplate_v1 .site-title a, .theme-blue
.heroTemplate_v1 .site-title a:visited, .theme-blue
.heroTemplate_v1 .nav-button {
  color: #F7FAFD;
  stroke: #F7FAFD;
}

.theme-blue .heroTemplate_v1 .site-title a a,
.theme-blue .heroTemplate_v1 .site-title a a:visited, .theme-blue
.heroTemplate_v1 .site-title a:visited a,
.theme-blue
.heroTemplate_v1 .site-title a:visited a:visited, .theme-blue
.heroTemplate_v1 .nav-button a,
.theme-blue
.heroTemplate_v1 .nav-button a:visited {
  color: #242E38;
}

.theme-yellow .heroTemplate_v1 .site-title a, .theme-yellow
.heroTemplate_v1 .site-title a:visited, .theme-yellow
.heroTemplate_v1 .nav-button {
  color: #F7FAFD;
  stroke: #F7FAFD;
}

.theme-yellow .heroTemplate_v1 .site-title a a,
.theme-yellow .heroTemplate_v1 .site-title a a:visited, .theme-yellow
.heroTemplate_v1 .site-title a:visited a,
.theme-yellow
.heroTemplate_v1 .site-title a:visited a:visited, .theme-yellow
.heroTemplate_v1 .nav-button a,
.theme-yellow
.heroTemplate_v1 .nav-button a:visited {
  color: #242E38;
}

.theme-white .heroTemplate_v1 .site-title a, .theme-white
.heroTemplate_v1 .site-title a:visited, .theme-white
.heroTemplate_v1 .nav-button {
  color: #F7FAFD;
  stroke: #F7FAFD;
}

.theme-white .heroTemplate_v1 .site-title a a,
.theme-white .heroTemplate_v1 .site-title a a:visited, .theme-white
.heroTemplate_v1 .site-title a:visited a,
.theme-white
.heroTemplate_v1 .site-title a:visited a:visited, .theme-white
.heroTemplate_v1 .nav-button a,
.theme-white
.heroTemplate_v1 .nav-button a:visited {
  color: #242E38;
}

.theme-wave .heroTemplate_v1 .site-title a, .theme-wave
.heroTemplate_v1 .site-title a:visited, .theme-wave
.heroTemplate_v1 .nav-button {
  color: #F7FAFD;
  stroke: #F7FAFD;
}

.theme-wave .heroTemplate_v1 .site-title a a,
.theme-wave .heroTemplate_v1 .site-title a a:visited, .theme-wave
.heroTemplate_v1 .site-title a:visited a,
.theme-wave
.heroTemplate_v1 .site-title a:visited a:visited, .theme-wave
.heroTemplate_v1 .nav-button a,
.theme-wave
.heroTemplate_v1 .nav-button a:visited {
  color: #242E38;
}

.theme-three .heroTemplate_v1 .site-title a, .theme-three
.heroTemplate_v1 .site-title a:visited, .theme-three
.heroTemplate_v1 .nav-button {
  color: #F7FAFD;
  stroke: #F7FAFD;
}

.theme-three .heroTemplate_v1 .site-title a a,
.theme-three .heroTemplate_v1 .site-title a a:visited, .theme-three
.heroTemplate_v1 .site-title a:visited a,
.theme-three
.heroTemplate_v1 .site-title a:visited a:visited, .theme-three
.heroTemplate_v1 .nav-button a,
.theme-three
.heroTemplate_v1 .nav-button a:visited {
  color: #242E38;
}

.theme-pink .heroTemplate_v2 .header-captions dt {
  color: #380a51;
}

.theme-red .heroTemplate_v2 .header-captions dt {
  color: #aa8c0c;
}

.theme-purple .heroTemplate_v2 .header-captions dt {
  color: #af1222;
}

.theme-teal .heroTemplate_v2 .header-captions dt {
  color: #0d1529;
}

.theme-blue .heroTemplate_v2 .header-captions dt {
  color: #c56f0d;
}

.theme-yellow .heroTemplate_v2 .header-captions dt {
  color: #10685d;
}

.theme-white .heroTemplate_v2 .header-captions dt {
  color: #000000;
}

.theme-wave .heroTemplate_v2 .header-captions dt {
  color: #aa8c0c;
}

.theme-three .heroTemplate_v2 .header-captions dt {
  color: #000000;
}

.theme-pink .heroTemplate_v2 .bottom-bloq {
  fill: #681295;
}

.theme-red .heroTemplate_v2 .bottom-bloq {
  fill: #eec415;
}

.theme-purple .heroTemplate_v2 .bottom-bloq {
  fill: #e92438;
}

.theme-teal .heroTemplate_v2 .bottom-bloq {
  fill: #1f3363;
}

.theme-blue .heroTemplate_v2 .bottom-bloq {
  fill: #f1962e;
}

.theme-yellow .heroTemplate_v2 .bottom-bloq {
  fill: #1aaa98;
}

.theme-white .heroTemplate_v2 .bottom-bloq {
  fill: #3498DB;
}

.theme-wave .heroTemplate_v2 .bottom-bloq {
  fill: #eec415;
}

.theme-three .heroTemplate_v2 .bottom-bloq {
  fill: #2ECC71;
}

.theme-pink .heroTemplate_v2 .be-top .stop1 {
  stop-color: #681295;
}

.theme-red .heroTemplate_v2 .be-top .stop1 {
  stop-color: #eec415;
}

.theme-purple .heroTemplate_v2 .be-top .stop1 {
  stop-color: #e92438;
}

.theme-teal .heroTemplate_v2 .be-top .stop1 {
  stop-color: #1f3363;
}

.theme-blue .heroTemplate_v2 .be-top .stop1 {
  stop-color: #f1962e;
}

.theme-yellow .heroTemplate_v2 .be-top .stop1 {
  stop-color: #1aaa98;
}

.theme-white .heroTemplate_v2 .be-top .stop1 {
  stop-color: #3498DB;
}

.theme-wave .heroTemplate_v2 .be-top .stop1 {
  stop-color: #eec415;
}

.theme-three .heroTemplate_v2 .be-top .stop1 {
  stop-color: #2ECC71;
}

.theme-pink .heroTemplate_v2 .be-top .stop2 {
  stop-color: #1aaa98;
}

.theme-red .heroTemplate_v2 .be-top .stop2 {
  stop-color: #681295;
}

.theme-purple .heroTemplate_v2 .be-top .stop2 {
  stop-color: #1f3363;
}

.theme-teal .heroTemplate_v2 .be-top .stop2 {
  stop-color: #681295;
}

.theme-blue .heroTemplate_v2 .be-top .stop2 {
  stop-color: #1f3363;
}

.theme-yellow .heroTemplate_v2 .be-top .stop2 {
  stop-color: #1f3363;
}

.theme-white .heroTemplate_v2 .be-top .stop2 {
  stop-color: #2ECC71;
}

.theme-wave .heroTemplate_v2 .be-top .stop2 {
  stop-color: #2ECC71;
}

.theme-three .heroTemplate_v2 .be-top .stop2 {
  stop-color: #1f3363;
}

.theme-pink .heroTemplate_v2 .be-bottom .stop1 {
  stop-color: #1aaa98;
}

.theme-red .heroTemplate_v2 .be-bottom .stop1 {
  stop-color: #681295;
}

.theme-purple .heroTemplate_v2 .be-bottom .stop1 {
  stop-color: #1f3363;
}

.theme-teal .heroTemplate_v2 .be-bottom .stop1 {
  stop-color: #681295;
}

.theme-blue .heroTemplate_v2 .be-bottom .stop1 {
  stop-color: #1f3363;
}

.theme-yellow .heroTemplate_v2 .be-bottom .stop1 {
  stop-color: #1f3363;
}

.theme-white .heroTemplate_v2 .be-bottom .stop1 {
  stop-color: #2ECC71;
}

.theme-wave .heroTemplate_v2 .be-bottom .stop1 {
  stop-color: #2ECC71;
}

.theme-three .heroTemplate_v2 .be-bottom .stop1 {
  stop-color: #1f3363;
}

.theme-pink .heroTemplate_v2 .be-bottom .stop2 {
  stop-color: #681295;
}

.theme-red .heroTemplate_v2 .be-bottom .stop2 {
  stop-color: #eec415;
}

.theme-purple .heroTemplate_v2 .be-bottom .stop2 {
  stop-color: #e92438;
}

.theme-teal .heroTemplate_v2 .be-bottom .stop2 {
  stop-color: #1f3363;
}

.theme-blue .heroTemplate_v2 .be-bottom .stop2 {
  stop-color: #f1962e;
}

.theme-yellow .heroTemplate_v2 .be-bottom .stop2 {
  stop-color: #1aaa98;
}

.theme-white .heroTemplate_v2 .be-bottom .stop2 {
  stop-color: #3498DB;
}

.theme-wave .heroTemplate_v2 .be-bottom .stop2 {
  stop-color: #eec415;
}

.theme-three .heroTemplate_v2 .be-bottom .stop2 {
  stop-color: #2ECC71;
}

.theme-pink .heroTemplate_v3 .masthead {
  background: #F7FAFD;
}

.theme-red .heroTemplate_v3 .masthead {
  background: #F7FAFD;
}

.theme-purple .heroTemplate_v3 .masthead {
  background: #F7FAFD;
}

.theme-teal .heroTemplate_v3 .masthead {
  background: #F7FAFD;
}

.theme-blue .heroTemplate_v3 .masthead {
  background: #F7FAFD;
}

.theme-yellow .heroTemplate_v3 .masthead {
  background: #F7FAFD;
}

.theme-white .heroTemplate_v3 .masthead {
  background: #F7FAFD;
}

.theme-wave .heroTemplate_v3 .masthead {
  background: #F7FAFD;
}

.theme-three .heroTemplate_v3 .masthead {
  background: #F7FAFD;
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: local("Barlow Regular"), local("Barlow-Regular"), url(https://fonts.gstatic.com/s/barlow/v1/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 400;
  src: local("Barlow Italic"), local("Barlow-Italic"), url(https://fonts.gstatic.com/s/barlow/v1/7cHrv4kjgoGqM7E_Cfs7wH8Dnzcj.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: local("Barlow SemiBold"), local("Barlow-SemiBold"), url(https://fonts.gstatic.com/s/barlow/v1/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: local("Barlow Bold"), local("Barlow-Bold"), url(https://fonts.gstatic.com/s/barlow/v1/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 700;
  src: local("Barlow Bold Italic"), local("Barlow-BoldItalic"), url(https://fonts.gstatic.com/s/barlow/v1/7cHsv4kjgoGqM7E_CfOA5WouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  src: local("Barlow Condensed Regular"), local("BarlowCondensed-Regular"), url(https://fonts.gstatic.com/s/barlowcondensed/v1/HTx3L3I-JCGChYJ8VI-L6OO_au7B6xHT2lv0tKk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  src: local("Barlow Condensed Medium"), local("BarlowCondensed-Medium"), url(https://fonts.gstatic.com/s/barlowcondensed/v1/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lwz3bWuYMBYro.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-weight: 500;
  src: local("Barlow Condensed Medium Italic"), local("BarlowCondensed-MediumItalic"), url(https://fonts.gstatic.com/s/barlowcondensed/v1/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrK3Lmu4kGQLhExw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "TiemposHeadline";
  src: url("https://www.bu.edu/cdn/fonts/TiemposHeadline/TiemposHeadline-Light.eot");
  src: url("https://www.bu.edu/cdn/fonts/TiemposHeadline/TiemposHeadline-Light.eot?#iefix") format("embedded-opentype"), url("https://www.bu.edu/cdn/fonts/TiemposHeadline/TiemposHeadline-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "TiemposHeadline";
  src: url("https://www.bu.edu/cdn/fonts/TiemposHeadline/TiemposHeadline-Light-Italic.eot");
  src: url("https://www.bu.edu/cdn/fonts/TiemposHeadline/TiemposHeadline-Light-Italic.eot?#iefix") format("embedded-opentype"), url("https://www.bu.edu/cdn/fonts/TiemposHeadline/TiemposHeadline-Light-Italic.woff") format("woff");
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: "TiemposText";
  src: url("https://www.bu.edu/cdn/fonts/TiemposText/TiemposText-Regular.eot");
  src: url("https://www.bu.edu/cdn/fonts/TiemposText/TiemposText-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.bu.edu/cdn/fonts/TiemposText/TiemposText-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "TiemposText";
  src: url("https://www.bu.edu/cdn/fonts/TiemposText/TiemposText-Regular-Italic.eot");
  src: url("https://www.bu.edu/cdn/fonts/TiemposText/TiemposText-Regular-Italic.eot?#iefix") format("embedded-opentype"), url("https://www.bu.edu/cdn/fonts/TiemposText/TiemposText-Regular-Italic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "TiemposText";
  src: url("https://www.bu.edu/cdn/fonts/TiemposText/TiemposText-Semibold.eot");
  src: url("https://www.bu.edu/cdn/fonts/TiemposText/TiemposText-Semibold.eot?#iefix") format("embedded-opentype"), url("https://www.bu.edu/cdn/fonts/TiemposText/TiemposText-Semibold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "TiemposText";
  src: url("https://www.bu.edu/cdn/fonts/TiemposText/TiemposText-Semibold-Italic.eot");
  src: url("https://www.bu.edu/cdn/fonts/TiemposText/TiemposText-Semibold-Italic.eot?#iefix") format("embedded-opentype"), url("https://www.bu.edu/cdn/fonts/TiemposText/TiemposText-Semibold-Italic.woff") format("woff");
  font-style: italic;
  font-weight: 600;
}

p,
ul,
ol,
dl {
  font-family: "TiemposText", Georgia, serif;
  font-size: 18px;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  p,
  ul,
  ol,
  dl {
    font-size: 22px;
  }
}

ul,
ol {
  font-size: 18px;
  line-height: 1.75;
}

ol {
  padding-left: 0;
}

p {
  margin: 0 0 30px;
}

.leadoff {
  color: #6C7A89;
  font-size: 22px;
  line-height: 1.35;
  text-align: center;
  font-style: italic;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .leadoff {
    font-size: 26px;
  }
}

h1, .homepage .intro .title {
  font-family: "Barlow Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 43.978px;
  font-weight: 400;
  line-height: 1.35;
  margin-top: 0;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  h1, .homepage .intro .title {
    font-size: 62.194px;
  }
}

h2 {
  font-family: "TiemposHeadline", Georgia, serif;
  font-size: 31.108px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 43.978px;
  }
}

h3 {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h4 {
  font-family: "TiemposHeadline", Georgia, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
  text-transform: lowercase;
}

@media screen and (min-width: 768px) {
  h4 {
    font-size: 26px;
  }
}

@media screen and (min-width: 992px) {
  h4 {
    font-size: 31.108px;
  }
}

h5 {
  font-family: "Barlow Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

h6, .article-nav .label {
  font-family: "TiemposHeadline", Georgia, serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .13em;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  h6, .article-nav .label {
    font-size: 15.554px;
  }
}

h2.subtitle {
  margin-top: .5em;
}

.kicker, .homepage .intro .subtitle, .sidebar-label, .sidebar-article .title, .highlight-article header h1, .highlight-article header .homepage .intro .title, .homepage .intro .highlight-article header .title {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 2em 0 .5em;
  text-transform: uppercase;
}

.arrow-counter {
  list-style-image: url("../img/svg/arrow-tip.svg");
  padding-left: 1.75em;
}

.arrow-counter > li {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.75;
  margin-bottom: .5em;
}

.arrow-counter > li:last-of-type {
  margin-bottom: 30px;
}

.arrow-counter-wt {
  list-style-image: url("../img/svg/arrow-tip-white.svg");
  padding-left: 1.75em;
}

blockquote {
  color: #5a6672;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  margin: 60px auto;
  padding: 30px 15px;
  position: relative;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  blockquote {
    font-size: 31.108px;
    padding: 30px;
  }
}

q {
  color: #5a6672;
  display: block;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  margin: 15px auto;
  padding: 0;
  quotes: '"' '"' "'" "'";
  text-align: center;
}

.highlight-article q {
  color: #F7FAFD;
}

.highlight-article q::before, .highlight-article q::after {
  content: '';
}

blockquote {
  line-height: 1.2;
  text-align: center;
}

blockquote span {
  display: block;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  margin-top: 1.25em;
}

blockquote svg {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  height: 130%;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
}

blockquote svg .top-bloq {
  opacity: .14;
}

blockquote svg .bottom-bloq {
  fill: #eec415;
  opacity: .4;
}

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

.shrink {
  width: 80%;
  margin: 0 auto;
}

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

.caps {
  font-weight: 600;
}

.pull-quote.align-left {
  float: left;
  max-width: 240px;
}

@media screen and (min-width: 500px) {
  .pull-quote.align-left {
    max-width: 310px;
    margin: 0 30px 0 -10%;
  }
}

@media screen and (min-width: 992px) {
  .pull-quote.align-left {
    margin: 0 30px 0 -30%;
  }
}

.pull-quote.align-right {
  float: right;
  max-width: 240px;
}

@media screen and (min-width: 500px) {
  .pull-quote.align-right {
    max-width: 310px;
    margin: 0 -10% 0 30px;
  }
}

@media screen and (min-width: 992px) {
  .pull-quote.align-right {
    margin: 0 -30% 0 30px;
  }
}

body.is-opened {
  overflow: hidden;
}

@keyframes purple-gradient {
  from {
  }
  to {
    background: rgba(133, 36, 171, 0.5);
    background: -moz-linear-gradient(top, rgba(133, 36, 171, 0.5) 0%, rgba(49, 50, 77, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(133, 36, 171, 0.5)), color-stop(100%, rgba(49, 50, 77, 0)));
    background: -webkit-linear-gradient(top, rgba(133, 36, 171, 0.5) 0%, rgba(49, 50, 77, 0) 100%);
    background: -o-linear-gradient(top, rgba(133, 36, 171, 0.5) 0%, rgba(49, 50, 77, 0) 100%);
    background: -ms-linear-gradient(top, rgba(133, 36, 171, 0.5) 0%, rgba(49, 50, 77, 0) 100%);
    background: linear-gradient(to bottom, rgba(133, 36, 171, 0.5) 0%, rgba(49, 50, 77, 0) 100%);
  }
}

@keyframes white-gradient {
  from {
    background: rgba(133, 36, 171, 0.5);
    background: -moz-linear-gradient(top, rgba(133, 36, 171, 0.5) 0%, rgba(133, 36, 171, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(133, 36, 171, 0.5)), color-stop(100%, rgba(133, 36, 171, 0)));
    background: -webkit-linear-gradient(top, rgba(133, 36, 171, 0.5) 0%, rgba(133, 36, 171, 0) 100%);
    background: -o-linear-gradient(top, rgba(133, 36, 171, 0.5) 0%, rgba(133, 36, 171, 0) 100%);
    background: -ms-linear-gradient(top, rgba(133, 36, 171, 0.5) 0%, rgba(133, 36, 171, 0) 100%);
    background: linear-gradient(to bottom, rgba(133, 36, 171, 0.5) 0%, rgba(133, 36, 171, 0) 100%);
  }
  to {
  }
}

.masthead {
  position: relative;
  z-index: 1000;
}

.is-opened .masthead {
  animation-delay: 400ms;
  animation-duration: 220ms;
  animation-fill-mode: forwards;
  animation-name: purple-gradient;
}

.is-closed .masthead {
  animation-delay: 0ms;
  animation-duration: 600ms;
  animation-fill-mode: forwards;
  animation-name: white-gradient;
}

.masthead button,
.masthead a,
.masthead a:hover,
.masthead a:focus,
.masthead a:visited {
  -webkit-transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715) 500ms;
  -moz-transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715) 500ms;
  -ms-transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715) 500ms;
  -o-transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715) 500ms;
  transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715) 500ms;
  color: #242E38;
}

.masthead svg {
  -webkit-transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715) 500ms;
  -moz-transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715) 500ms;
  -ms-transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715) 500ms;
  -o-transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715) 500ms;
  transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715) 500ms;
  stroke: #242E38;
}

.heroTemplate_v1 .masthead button,
.heroTemplate_v1 .masthead a,
.heroTemplate_v1 .masthead a:hover,
.heroTemplate_v1 .masthead a:focus,
.heroTemplate_v1 .masthead a:visited,
.theme-pres .masthead button,
.theme-pres .masthead a,
.theme-pres .masthead a:hover,
.theme-pres .masthead a:focus,
.theme-pres .masthead a:visited {
  color: #F7FAFD;
}

.heroTemplate_v1 .masthead svg,
.theme-pres .masthead svg {
  stroke: #F7FAFD;
}

.homepage .masthead button,
.homepage .masthead a,
.homepage .masthead a:hover,
.homepage .masthead a:focus,
.homepage .masthead a:visited {
  color: #0c0f13;
}

.homepage .masthead svg {
  fill: #0c0f13;
}

.is-opened .masthead button,
.is-opened .masthead a,
.is-opened .masthead a:hover,
.is-opened .masthead a:focus,
.is-opened .masthead a:visited {
  color: #F7FAFD;
}

.is-opened .masthead svg {
  stroke: #F7FAFD;
}

.site-title {
  display: block;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 15.554px;
  font-weight: 600;
  line-height: 1;
  margin: -6px auto 0;
  max-width: 250px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 700px) {
  .site-title {
    margin-top: 0;
    letter-spacing: .03em;
    max-width: 400px;
  }
}

.site-title span {
  font-weight: 400;
  display: block;
}

@media screen and (min-width: 700px) {
  .site-title span {
    letter-spacing: .03em;
    display: inline-block;
  }
}

.nav-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 15.554px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1;
  outline: none;
  padding: 0;
  position: absolute !important;
  text-transform: uppercase;
  top: 30px;
}

@media screen and (min-width: 600px) {
  .nav-button {
    top: 30px;
  }
}

.nav-button .icon {
  display: inline-block;
  height: 14px;
  margin-right: 6px;
  width: 14px;
}

.nav-button .label {
  display: inline-block;
}

.button-container {
  border-bottom: 1px solid rgba(108, 122, 137, 0.5);
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: center;
  transition-delay: .6s;
}

.is-opened .button-container {
  transition-delay: .6s;
}

.button-container .button {
  display: block;
  margin: 15px 0;
}

@media screen and (min-width: 768px) {
  .button-container .button {
    display: inline-block;
    margin: 0 15px;
  }
}

.site-title a,
.site-title a:visited {
  display: block;
}

.menu-button,
.close-button {
  left: 30px;
  margin-right: 8px;
}

.is-opened .menu-button,
.close-button {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.menu-button,
.is-opened .close-button {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.menu-button .icon {
  -webkit-transform: translate(0, 1px);
  -moz-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  -o-transform: translate(0, 1px);
  transform: translate(0, 1px);
}

@media screen and (min-width: 600px) {
  .nav-button .label {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}

.financial-button {
  right: 30px;
}

.global-nav {
  -webkit-transition: transform 300ms cubic-bezier(0.47, 0, 0.745, 0.715) 500ms;
  -moz-transition: transform 300ms cubic-bezier(0.47, 0, 0.745, 0.715) 500ms;
  -ms-transition: transform 300ms cubic-bezier(0.47, 0, 0.745, 0.715) 500ms;
  -o-transition: transform 300ms cubic-bezier(0.47, 0, 0.745, 0.715) 500ms;
  transition: transform 300ms cubic-bezier(0.47, 0, 0.745, 0.715) 500ms;
  margin: 0 auto;
  padding: 90px 0 30px;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
  z-index: 900;
}

.is-opened .global-nav {
  -webkit-transition: transform 300ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  -moz-transition: transform 300ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  -ms-transition: transform 300ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  -o-transition: transform 300ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: transform 300ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  height: 100%;
  overflow-y: scroll;
  transform: translateY(0);
}

.menu-list {
  counter-reset: li;
  list-style: none;
  padding: 0;
  position: relative;
  margin: 0 auto;
}

.menu-list a,
.menu-list a:visited {
  background-image: linear-gradient(to bottom, transparent 10%, rgba(233, 36, 56, 0.5) 11%, rgba(233, 36, 56, 0.5) 100%);
  background-size: 0 2px;
  color: #F7FAFD;
  display: inline;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}

.menu-list a:hover, .menu-list a:focus,
.menu-list a:visited:hover,
.menu-list a:visited:focus {
  color: #F7FAFD;
}

.menu-list li {
  letter-spacing: .06em;
  line-height: 1.2;
  margin: 0.25em auto;
  max-width: 370px;
  min-height: 32px;
}

.menu-list li:nth-child(18) {
  transition-delay: -0.05s;
}

.menu-list li:nth-child(17) {
  transition-delay: 0s;
}

.menu-list li:nth-child(16) {
  transition-delay: 0.05s;
}

.menu-list li:nth-child(15) {
  transition-delay: 0.1s;
}

.menu-list li:nth-child(14) {
  transition-delay: 0.15s;
}

.menu-list li:nth-child(13) {
  transition-delay: 0.2s;
}

.menu-list li:nth-child(12) {
  transition-delay: 0.25s;
}

.menu-list li:nth-child(11) {
  transition-delay: 0.3s;
}

.menu-list li:nth-child(10) {
  transition-delay: 0.35s;
}

.menu-list li:nth-child(9) {
  transition-delay: 0.4s;
}

.menu-list li:nth-child(8) {
  transition-delay: 0.45s;
}

.menu-list li:nth-child(7) {
  transition-delay: 0.5s;
}

.menu-list li:nth-child(6) {
  transition-delay: 0.55s;
}

.menu-list li:nth-child(5) {
  transition-delay: 0.6s;
}

.menu-list li:nth-child(4) {
  transition-delay: 0.65s;
}

.menu-list li:nth-child(3) {
  transition-delay: 0.7s;
}

.menu-list li:nth-child(2) {
  transition-delay: 0.75s;
}

.menu-list li:nth-child(1) {
  transition-delay: 0.8s;
}

.menu-list li::before {
  color: rgba(247, 250, 253, 0.6);
  content: counter(li);
  counter-increment: li;
  display: inline-block;
  font-family: "TiemposText", Georgia, serif;
  font-size: 10px;
  font-weight: 600;
  margin-right: 8px;
  text-align: center;
  width: 1.5em;
}

@media screen and (min-width: 768px) {
  .menu-list li::before {
    font-size: 12px;
  }
}

.menu-list.is-opened li:nth-child(1) {
  transition-delay: 0.55s;
}

.menu-list.is-opened li:nth-child(2) {
  transition-delay: 0.6s;
}

.menu-list.is-opened li:nth-child(3) {
  transition-delay: 0.65s;
}

.menu-list.is-opened li:nth-child(4) {
  transition-delay: 0.7s;
}

.menu-list.is-opened li:nth-child(5) {
  transition-delay: 0.75s;
}

.menu-list.is-opened li:nth-child(6) {
  transition-delay: 0.8s;
}

.menu-list.is-opened li:nth-child(7) {
  transition-delay: 0.85s;
}

.menu-list.is-opened li:nth-child(8) {
  transition-delay: 0.9s;
}

.menu-list.is-opened li:nth-child(9) {
  transition-delay: 0.95s;
}

.menu-list.is-opened li:nth-child(10) {
  transition-delay: 1s;
}

.menu-list.is-opened li:nth-child(11) {
  transition-delay: 1.05s;
}

.menu-list.is-opened li:nth-child(12) {
  transition-delay: 1.1s;
}

.menu-list.is-opened li:nth-child(13) {
  transition-delay: 1.15s;
}

.menu-list.is-opened li:nth-child(14) {
  transition-delay: 1.2s;
}

.menu-list.is-opened li:nth-child(15) {
  transition-delay: 1.25s;
}

.menu-list.is-opened li:nth-child(16) {
  transition-delay: 1.3s;
}

.menu-list.is-opened li:nth-child(17) {
  transition-delay: 1.35s;
}

.shape-overlays {
  -webkit-transition: all 220ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  -moz-transition: all 220ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  -ms-transition: all 220ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  -o-transition: all 220ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: all 220ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  height: 100vh;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 800;
}

.shape-overlays-path:nth-of-type(1) {
  fill: #1aaa98;
  opacity: .9;
}

.shape-overlays-path:nth-of-type(2) {
  fill: #eec415;
  opacity: .7;
}

.shape-overlays-path:nth-of-type(3) {
  fill: #783de0;
  opacity: .9;
}

.shape-overlays-path:nth-of-type(4) {
  fill: #242E38;
  opacity: .85;
}

html,
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: normal;
  height: 100%;
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 55em) {
  html,
  body {
    width: 100vw;
  }
}

body {
  background-color: #F7FAFD;
  color: #242E38;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}

.container-sm, .container-lg, .container-full {
  margin: 0 auto;
  padding: 30px;
  position: relative;
}

.container-sm {
  max-width: 740px;
}

.container-lg {
  max-width: 970px;
}

.container-full {
  max-width: 100%;
}

.content-container {
  position: relative;
}

.content-container .container-sm + .container-lg,
.content-container .container-lg + .container-sm,
.content-container > .container-sm:first-of-type {
  padding-top: 0;
}

.section {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-container {
  background: url(../video/ar2018-bubbles.jpg) no-repeat #F7FAFD center;
  background-size: cover;
  height: 100%;
  left: 0;
  min-height: 320px;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

.video-asset {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  width: auto;
}

.homepage .main-content {
  height: 100vh;
}

.homepage .intro {
  color: #F7FAFD;
  padding: 60px 30px;
  position: relative;
  text-align: center;
  width: 100%;
}

.homepage .intro .title {
  line-height: 1;
}

.homepage .intro .title {
  font-size: 48px;
}

@media screen and (min-width: 320px) {
  .homepage .intro .title {
    font-size: calc(48px + 72 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 1200px) {
  .homepage .intro .title {
    font-size: 120px;
  }
}

.homepage .intro .subtitle {
  font-style: normal;
}

.homepage footer {
  position: relative;
  width: 100%;
}

.homepage .masterplate {
  border: none;
}

.header-captions {
  border-bottom: 1px solid #dde0e4;
  position: relative;
  text-align: center;
}

.header-captions dl {
  display: inline-block;
  margin: 0 auto 30px;
  min-height: 95px;
  padding: 15px;
  vertical-align: top;
}

.heroTemplate_v2 .header-captions dl {
  text-align: center;
}

@media screen and (min-width: 600px) {
  .header-captions dl {
    max-width: 320px;
    text-align: left;
    width: 47.5%;
  }
}

.header-captions dt {
  font-family: "Barlow Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.2;
  margin-bottom: .5em;
  text-transform: uppercase;
}

.header-captions dd {
  color: #6C7A89;
  font-family: "TiemposText", Georgia, serif;
  font-size: 15.554px;
  font-style: italic;
  line-height: 1.4em;
  margin: 0;
}

.feature-article .icon--divider {
  margin: 0 auto 30px;
}

.sidebar-label {
  background-color: #eec415;
  background-image: linear-gradient(to right, #f1962e 0%, #eec415 100%);
  color: #F7FAFD;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: .5em;
  padding: .25em 1.25em .3em;
}

.sidebar-label:hover, .sidebar-label:focus {
  background-position: right center;
}

.sidebar-label + .title {
  margin-top: 15px;
}

.sidebar-label + .subtitle {
  margin-top: 0;
}

.sidebar-article .stat-list {
  box-shadow: #ddd 0 0 4px;
  padding: 30px 30px 15px;
  text-align: center;
}

.sidebar-article .stat-list > div {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  cursor: pointer;
  transform-origin: 50% 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar-article .stat-list > div:hover, .sidebar-article .stat-list > div:focus {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.15);
}

.sidebar-article .stat-list .stat {
  -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  color: #783de0;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 43.978px;
  font-weight: 400;
  margin: .25em 0;
}

[class*=col-count] > div:hover .sidebar-article .stat-list .stat,
[class*=col-count] > div:focus .sidebar-article .stat-list .stat {
  opacity: 1;
}

.sidebar-article .stat-list .stat sup {
  color: #6C7A89;
  top: -.15em;
}

.sidebar-article .stat-list .desc {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.222;
  text-transform: uppercase;
}

.sidebar-article .stat-list .stat-credit {
  font-family: "Barlow Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 15.554px;
  font-weight: 700;
  text-transform: uppercase;
}

.sidebar-article .stat-list .col.full {
  grid-column-end: span 2;
}

.class-of {
  text-align: center;
  font-style: normal;
}

.hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 15px;
  align-content: center;
  justify-content: center;
  justify-items: center;
}

@media screen and (min-width: 768px) {
  .hub-grid {
    margin-left: 0;
    grid-template-columns: repeat(3, 1fr);
  }
}

.hub-grid > div {
  padding: 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .hub-grid > div {
    display: table-cell;
    padding: 30px;
    vertical-align: middle;
  }
}

@supports (display: grid) {
  .hub-grid > div {
    margin: 0;
    width: 100%;
  }
}

.princeton {
  text-align: center;
  padding: 30px 0;
}

.princeton .stat {
  font-family: "Barlow Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 43.978px;
  font-weight: 400;
  color: #783de0;
}

.princeton .desc {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 15.554px;
  font-weight: 600;
  line-height: 1.222;
  text-transform: uppercase;
  max-width: 600px;
  margin: 0 auto;
}

.camille {
  max-width: 240px;
  margin: 0 auto;
}

@media screen and (min-width: 500px) {
  .camille {
    max-width: 310px;
    float: left;
    padding: 0 20px 20px 0;
    margin: 30px 0 0 -10%;
  }
}

@media screen and (min-width: 992px) {
  .camille {
    margin: 30px 0 0 -20%;
  }
}

.camille .header-captions {
  border-bottom: none;
  position: relative;
  text-align: center;
}

.camille .header-captions dl {
  display: inline-block;
  margin: 0 auto 30px;
  min-height: 95px;
  padding: 15px;
  vertical-align: top;
}

.heroTemplate_v2 .camille .header-captions dl {
  text-align: center;
}

@media screen and (min-width: 600px) {
  .camille .header-captions dl {
    max-width: none;
    text-align: left;
    width: 100%;
  }
}

.camille .header-captions dt {
  font-family: "Barlow Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.2;
  margin-bottom: .5em;
  text-transform: uppercase;
}

.camille .header-captions dd {
  color: #6C7A89;
  font-family: "TiemposText", Georgia, serif;
  font-size: 15.554px;
  font-style: italic;
  line-height: 1.4em;
  margin: 0;
}

@media screen and (min-width: 500px) {
  .camille .header-captions {
    margin-left: 15%;
  }
}

.highlight-article {
  color: #F7FAFD;
  position: relative;
  z-index: 210;
}

.highlight-article .container-lg {
  padding-bottom: 0;
}

.highlight-section .bookend {
  display: block;
  margin: 0;
  position: relative;
}

.highlight-section .bookend.be-top {
  bottom: 0;
}

.highlight-section .bookend.be-bottom {
  top: 0;
}

.img-caption {
  color: #dde0e4;
  letter-spacing: 1px;
}

.highlight-article ul {
  margin: 0 auto;
  width: 90%;
}

.highlight-article ul li {
  margin-bottom: 30px;
  font-size: 18px;
}

.highlight-article header {
  position: relative;
  text-align: center;
  z-index: 1;
}

.highlight-article header .icon {
  width: 1em;
}

.highlight-article .stat-list {
  padding: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .highlight-article .stat-list {
    padding: 60px 30px 0;
  }
}

.highlight-article .stat-list .col {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  background-color: rgba(247, 250, 253, 0.2);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transform-origin: 50% 50%;
}

.highlight-article .stat-list .col:hover, .highlight-article .stat-list .col:focus {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  background-color: rgba(247, 250, 253, 0.3);
  box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.15);
}

.highlight-article .stat-list .stat {
  -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  color: rgba(247, 250, 253, 0.4);
  font-family: "Barlow Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 43.978px;
  font-weight: 500;
  margin: .25em 0;
}

.highlight-article .stat-list .stat:hover, .highlight-article .stat-list .stat:focus {
  color: rgba(247, 250, 253, 0.6);
}

.highlight-article .stat-list .stat:hover .desc, .highlight-article .stat-list .stat:focus .desc {
  color: #242e38;
}

.highlight-article .stat-list .desc {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.222;
  text-transform: uppercase;
}

.no-bullets {
  list-style: none;
  padding: 0;
}

ul.highlight-column {
  width: 90%;
}

.bu-bios {
  display: block;
}

.bu-bios > div {
  padding-bottom: 30px;
}

.bu-bios > div:last-of-type {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .bu-bios {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .bu-bios.gap {
    grid-gap: 20px;
  }
}

.bu-bios h5 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 20px;
  padding-bottom: 5px;
  text-align: center;
}

.bu-bios h5::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#eec415));
  background-image: -webkit-linear-gradient(top, transparent, #eec415);
  background-image: -moz-linear-gradient(top, transparent, #eec415);
  background-image: -ms-linear-gradient(top, transparent, #eec415);
  background-image: -o-linear-gradient(top, transparent, #eec415);
  background-image: linear-gradient(top, transparent, #eec415);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#00000000', EndColorStr='#FFEEC415');
  content: '';
  display: block;
  height: 2px;
}

.bu-bios p {
  font-size: 18px;
}

.bu-bios li {
  margin: 0 auto 0;
  width: 90%;
}

.bu-bios li p {
  text-align: left;
}

.six-circle {
  text-align: center;
  padding: 20px;
}

.six-circle img {
  margin: 0 auto;
  max-width: 30%;
}

.article-nav .container-lg {
  padding: 30px 0;
}

.article-nav > div {
  max-width: 280px;
  margin: unset;
  padding: 0;
  width: 45%;
}

.article-nav > div:nth-of-type(2) {
  float: right;
}

.article-nav .label {
  display: block;
  margin-bottom: .5em;
  position: relative;
  vertical-align: middle;
}

.article-nav .label::before, .article-nav .label::after {
  content: '';
  display: inline-block;
  height: 1em;
  position: relative;
  top: 2px;
  width: 24px;
}

.article-nav a {
  font-family: "Barlow Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.prev .label::before {
  background-image: url("../img/svg/arrow.png");
  background-image: none, url("../img/svg/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

.next .label::after {
  background-image: url("../img/svg/arrow.png");
  background-image: none, url("../img/svg/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.masterplate {
  border-top: 1px solid #dde0e4;
  text-align: center;
}

.masterplate .logo {
  display: block;
  margin: 0 auto;
  max-width: 112px;
}

a,
a:visited {
  -webkit-transition: all 0.3s cubic-bezier(0.26, 0.3, 0, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.26, 0.3, 0, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.26, 0.3, 0, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.26, 0.3, 0, 1) 0s;
  transition: all 0.3s cubic-bezier(0.26, 0.3, 0, 1) 0s;
  color: #3498DB;
  text-decoration: none;
}

a:hover,
a:focus {
  -webkit-transition: all 0.3s cubic-bezier(0.26, 0.3, 0, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.26, 0.3, 0, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.26, 0.3, 0, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.26, 0.3, 0, 1) 0s;
  transition: all 0.3s cubic-bezier(0.26, 0.3, 0, 1) 0s;
  color: #1f3363;
}

.content-container a,
.content-container a:visited {
  background-image: linear-gradient(to bottom, transparent 10%, rgba(238, 196, 21, 0.3) 11%, rgba(238, 196, 21, 0.3) 100%);
}

.financials-overview {
  background-image: url(../img/bg-imgs/skyline-800w.jpg);
}

@media screen and (min-width: 800px) {
  .financials-overview {
    background-image: url(../img/bg-imgs/skyline-1600w.jpg);
  }
}

.financials-overview .hero-copy {
  color: #242E38;
}

.report-button {
  padding: 30px;
  border-top: 1px solid #dde0e4;
  text-align: center;
}

.report-button .button {
  color: #242E38;
  font-size: 18px;
  margin: 15px;
  max-width: 220px;
}

img {
  max-width: 100%;
  width: 100%;
}

svg {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

span.icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.icon--divider {
  height: 1em;
  margin: 0 auto 30px;
}

.icon--divider rect {
  height: 1px;
}

.article-img {
  margin: 0 auto;
  max-width: 900px;
}

.img-caption {
  color: #5a6672;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 1em;
  padding: 0 15px;
}

@media screen and (min-width: 992px) {
  .img-caption {
    padding: 0;
  }
}

.img-caption span {
  color: #3f4750;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.img-break {
  position: relative;
}

.img-break svg {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  fill: #f76378;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
}

.img-break .heroScreen_02 {
  opacity: 0.2;
}

.img-break .subhero {
  margin: 0 auto;
  max-width: 480px;
  padding: 0 30px;
  position: relative;
  z-index: 10;
}

.img-break .subhero img {
  display: block;
  margin: 0 auto;
  width: 80%;
}

.pull-quote.align-left {
  max-width: 400px;
}

@media screen and (min-width: 500px) {
  .pull-quote.align-left {
    max-width: 240px;
    margin: 0 30px 30px -1%;
    float: left;
  }
}

@media screen and (min-width: 992px) {
  .pull-quote.align-left {
    margin: 0 30px 30px -20%;
  }
}

.pull-quote.align-right {
  max-width: 400px;
}

@media screen and (min-width: 500px) {
  .pull-quote.align-right {
    max-width: 240px;
    float: right;
    margin: 0 -1% 30px 30px;
  }
}

@media screen and (min-width: 992px) {
  .pull-quote.align-right {
    margin: 0 -20% 30px 30px;
  }
}

.frida {
  max-width: 460px;
}

.pres-bg-image {
  background-image: url(../img/bg-imgs/skyline-rp-800w.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  background-color: transparent;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 800px) {
  .pres-bg-image {
    background-image: url(../img/bg-imgs/skyline-rp-1400w.jpg);
  }
}

.presidents-letter header {
  color: #eec415;
  text-align: center;
  padding: 60px 30px;
}

.presidents-letter h1, .presidents-letter .homepage .intro .title, .homepage .intro .presidents-letter .title {
  color: rgba(247, 250, 253, 0.75);
  font-family: "TiemposText", Georgia, serif;
  font-size: 18px;
  font-style: italic;
  text-transform: none;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px) {
  .presidents-letter h1, .presidents-letter .homepage .intro .title, .homepage .intro .presidents-letter .title {
    font-size: 22px;
  }
}

.presidents-letter h2 {
  display: inline-block;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 43.978px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1;
  margin: 0 .125em;
  text-transform: uppercase;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .presidents-letter h2 {
    font-size: 87.956px;
  }
}

.presidents-letter .for {
  display: inline-block;
  font-family: serif;
  font-style: italic;
  margin: 0 .125em 0 0;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .presidents-letter .for {
    font-size: 22px;
  }
}

.presidents-letter h3 {
  font-family: "Barlow Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 45.978px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .presidents-letter h3 {
    font-size: 87.956px;
  }
}

.bg-bubble {
  background-image: url("../img/svg/pres-blob-2.png");
  background-image: none, url("../img/svg/pres-blob-2.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  bottom: 0;
  display: block;
  fill: #242E38;
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: fixed;
  width: 100%;
}

.pres-bg-image .bubble_01,
.pres-bg-image .bubble_02 {
  height: 234px;
  width: 300px;
}

.pres-bg-image .bubble_01 {
  -webkit-transform: translate(30%, 18%) scale(6);
  -moz-transform: translate(30%, 18%) scale(6);
  -ms-transform: translate(30%, 18%) scale(6);
  -o-transform: translate(30%, 18%) scale(6);
  transform: translate(30%, 18%) scale(6);
  opacity: .4;
  left: 0;
  top: -10%;
}

.pres-bg-image .bubble_02 {
  -webkit-transform: translate(-15%, 76%) scale(7) rotate(30deg);
  -moz-transform: translate(-15%, 76%) scale(7) rotate(30deg);
  -ms-transform: translate(-15%, 76%) scale(7) rotate(30deg);
  -o-transform: translate(-15%, 76%) scale(7) rotate(30deg);
  transform: translate(-15%, 76%) scale(7) rotate(30deg);
  opacity: 0.3;
  right: 0;
  bottom: 8%;
}

.maximum-impact header.masthead a,
.maximum-impact header.masthead a:visited,
.maximum-impact header.masthead .label {
  color: #F7FAFD;
}

.presidents-letter p:not(.leadoff) {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
}

.presidents-letter,
.presidents-letter .leadoff {
  color: #F7FAFD;
}

.closing {
  margin: 1.5em 0 3em;
}

.closing .valediction {
  margin: 0 0 3em;
}

.closing img {
  display: block;
  max-width: 215px;
  margin: 0 0 0.5em -15px;
}

.closing .signature {
  margin-bottom: .125em;
}

.closing .title {
  color: #eec415;
}

footer {
  padding: 0 30px;
}

footer .masterplate {
  border-top-color: rgba(247, 250, 253, 0.45);
}

.hero {
  position: relative;
  overflow: hidden;
  z-index: 100;
}

@media screen and (min-width: 992px) {
  .hero.align-left .column .hero-copy,
  .hero.align-right .column .hero-copy {
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .hero.align-right .column01 {
    float: right;
  }
}

.heroTemplate_v1 .hero {
  min-height: 600px;
}

@media screen and (min-width: 992px) {
  .heroTemplate_v1 .hero .hero-media {
    position: relative;
    top: 65px;
  }
}

@media screen and (min-width: 2000px) {
  .heroTemplate_v1 .hero .hero-media {
    top: 0;
  }
}

.heroTemplate_v2 .hero {
  height: 80vw;
  min-height: 800px;
  max-height: 900px;
}

@media screen and (min-width: 1400px) {
  .heroTemplate_v2 .hero {
    max-height: 1000px;
  }
}

@media screen and (min-width: 2000px) {
  .heroTemplate_v2 .hero {
    max-height: 1160px;
  }
}

.hero-media {
  max-width: 480px;
  margin: 0 auto;
}

.hero-media img {
  display: block;
}

.hero-content {
  padding-bottom: 0;
  position: relative;
  bottom: -8px;
}

.hero-copy {
  color: #F7FAFD;
  margin: 0 auto 30px;
  padding: 60px 30px 0;
  text-align: center;
  max-width: 992px;
}

.hero-copy h1, .hero-copy .homepage .intro .title, .homepage .intro .hero-copy .title {
  font-family: "TiemposText", Georgia, serif;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
}

.hero-copy h2 {
  font-family: "Barlow Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 43.978px;
  font-style: normal;
  font-weight: 400;
  margin-top: .25em;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .hero-copy h2 {
    font-size: 62.194px;
  }
}

.heroTemplate_v2 .hero-copy {
  color: #681295;
}

.heroTemplate_v2 .hero-copy h2 {
  color: #242E38;
}

.heroTemplate_v3 .hero-copy {
  padding: 0 30px 30px;
  margin: -30px 0 0;
}

.bubble {
  position: absolute;
  z-index: -1;
}

.heroMask_01 {
  bottom: -1px;
}

.heroTemplate_v1 .heroMask_01,
.heroTemplate_v1 .heroScreen_01,
.heroTemplate_v3 .heroMask_01,
.heroTemplate_v3 .heroScreen_01 {
  fill: #F7FAFD;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.heroTemplate_v1 .heroScreen_01,
.heroTemplate_v3 .heroScreen_01 {
  opacity: .25;
}

.heroTemplate_v1 .bubble_02,
.heroTemplate_v3 .bubble_02 {
  opacity: 0.3;
  right: 0;
}

.heroTemplate_v1 .bubble_03,
.heroTemplate_v3 .bubble_03 {
  -webkit-transform: translate(70%, -18%) scale(1);
  -moz-transform: translate(70%, -18%) scale(1);
  -ms-transform: translate(70%, -18%) scale(1);
  -o-transform: translate(70%, -18%) scale(1);
  transform: translate(70%, -18%) scale(1);
  opacity: 1;
  height: 200px;
  width: 300px;
  right: 0;
  bottom: 0;
}

.heroTemplate_v1 .bubble_01,
.heroTemplate_v1 .bubble_02,
.heroTemplate_v3 .bubble_01,
.heroTemplate_v3 .bubble_02,
.heroTemplate_v2 .bubble_01a {
  height: 234px;
  width: 300px;
}

.heroTemplate_v1 .bubble_01 {
  -webkit-transform: translate(0, 152%) scale(3.5) rotate(-140deg);
  -moz-transform: translate(0, 152%) scale(3.5) rotate(-140deg);
  -ms-transform: translate(0, 152%) scale(3.5) rotate(-140deg);
  -o-transform: translate(0, 152%) scale(3.5) rotate(-140deg);
  transform: translate(0, 152%) scale(3.5) rotate(-140deg);
  opacity: 0.4;
}

.heroTemplate_v1 .bubble_02 {
  -webkit-transform: translate(-110%, 151%) scale(4);
  -moz-transform: translate(-110%, 151%) scale(4);
  -ms-transform: translate(-110%, 151%) scale(4);
  -o-transform: translate(-110%, 151%) scale(4);
  transform: translate(-110%, 151%) scale(4);
}

.heroTemplate_v2 .heroMask_02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.heroTemplate_v2 .heroMask_02 .masking {
  fill: #F7FAFD;
}

.heroTemplate_v2 .heroMask_02 .heroWave {
  fill: #eec415;
}

.heroTemplate_v2 .heroMask_02 .heroScreen_02 {
  opacity: 0.3;
}

.heroTemplate_v2 .heroMask_02 .bubble_01a {
  -webkit-transform: translate(85%, -10%) scale(0.5) rotate(30deg);
  -moz-transform: translate(85%, -10%) scale(0.5) rotate(30deg);
  -ms-transform: translate(85%, -10%) scale(0.5) rotate(30deg);
  -o-transform: translate(85%, -10%) scale(0.5) rotate(30deg);
  transform: translate(85%, -10%) scale(0.5) rotate(30deg);
  opacity: 0.6;
}

.heroTemplate_v2 .heroMask_02 .bubble_03 {
  -webkit-transform: translate(-10%, 0) scale(0.5);
  -moz-transform: translate(-10%, 0) scale(0.5);
  -ms-transform: translate(-10%, 0) scale(0.5);
  -o-transform: translate(-10%, 0) scale(0.5);
  transform: translate(-10%, 0) scale(0.5);
  opacity: 0.8;
  height: 258px;
  width: 300px;
}

.heroTemplate_v2 .heroMask_02 .bubble_04 {
  -webkit-transform: translate(10px, -130px) scale(1.1);
  -moz-transform: translate(10px, -130px) scale(1.1);
  -ms-transform: translate(10px, -130px) scale(1.1);
  -o-transform: translate(10px, -130px) scale(1.1);
  transform: translate(10px, -130px) scale(1.1);
  opacity: 0.5;
}

.heroTemplate_v3 .hero-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #3498DB;
  height: 500px;
}

@media screen and (min-width: 768px) {
  .heroTemplate_v3 .hero-bg {
    height: 700px;
  }
}

.heroTemplate_v3 .hero-bg.gen-ed {
  background-image: url(../img/bg-imgs/gen-ed-800w.jpg);
}

@media screen and (min-width: 768px) {
  .heroTemplate_v3 .hero-bg.gen-ed {
    background-image: url(../img/bg-imgs/gen-ed-1600w.jpg);
  }
}

.heroTemplate_v3 .hero-bg.meet-the-class {
  background-image: url(../img/bg-imgs/meet-class-800w.jpg);
}

@media screen and (min-width: 768px) {
  .heroTemplate_v3 .hero-bg.meet-the-class {
    background-image: url(../img/bg-imgs/meet-class-1600w.jpg);
  }
}

.heroTemplate_v3 .hero-bg.love-for-host {
  background-image: url(../img/bg-imgs/love-for-host-800w.jpg);
}

@media screen and (min-width: 768px) {
  .heroTemplate_v3 .hero-bg.love-for-host {
    background-image: url(../img/bg-imgs/love-for-host-1600w.jpg);
  }
}

.heroTemplate_v3 .hero-bg.the-campaign {
  background-image: url(../img/bg-imgs/the-campaign-800w.jpg);
}

@media screen and (min-width: 768px) {
  .heroTemplate_v3 .hero-bg.the-campaign {
    background-image: url(../img/bg-imgs/the-campaign-1600w.jpg);
  }
}

.heroTemplate_v3 .hero-bg.campaign-gifts {
  background-image: url(../img/bg-imgs/campaign-gifts-800w.jpg);
}

@media screen and (min-width: 768px) {
  .heroTemplate_v3 .hero-bg.campaign-gifts {
    background-image: url(../img/bg-imgs/campaign-gifts-1600w.jpg);
  }
}

.heroTemplate_v3 .hero-bg.financials {
  background-image: url(../img/bg-imgs/skyline-800w.jpg);
}

@media screen and (min-width: 768px) {
  .heroTemplate_v3 .hero-bg.financials {
    background-image: url(../img/bg-imgs/skyline-1600w.jpg);
  }
}

.heroTemplate_v3 .hero-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heroTemplate_v3 .hero-copy {
  padding: 0 30px 30px;
  margin: -30px 0 0;
}

.heroTemplate_v3 .bubble_01 {
  -webkit-transform: translate(30%, 110%) scale(5);
  -moz-transform: translate(30%, 110%) scale(5);
  -ms-transform: translate(30%, 110%) scale(5);
  -o-transform: translate(30%, 110%) scale(5);
  transform: translate(30%, 110%) scale(5);
  opacity: 0.4;
}

.heroTemplate_v3 .bubble_02 {
  -webkit-transform: translate(20%, 170%) scale(2);
  -moz-transform: translate(20%, 170%) scale(2);
  -ms-transform: translate(20%, 170%) scale(2);
  -o-transform: translate(20%, 170%) scale(2);
  transform: translate(20%, 170%) scale(2);
}

/*# sourceMappingURL=styles.css.map */