@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/interface/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #41b6e6;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #003594;
      opacity: 1; }

@font-face {
  font-family: "akkurat bold";
  src: url("../fonts/akkurat/AkkuratStd-Bold.otf"); }
@font-face {
  font-family: "akkurat";
  src: url("../fonts/akkurat/AkkuratStd-Regular.otf"); }
@font-face {
  font-family: "akkurat light";
  src: url("../fonts/akkurat/AkkuratStd-Light.otf"); }
.bold {
  font-family: "akkurat bold"; }

.light {
  font-family: "akkurat light"; }

.regular {
  font-family: "akkurat"; }

.italic {
  font-style: italic; }

.section-headline-2 {
  font-size: 2.375rem;
  font-family: "akkurat bold";
  text-align: center; }
  @media (max-width: 45rem) {
    .section-headline-2 {
      font-size: 1.75rem;
      line-height: 2rem;
      text-align: left; } }

.section-subhead {
  font-family: "akkurat bold";
  font-size: 1.375rem;
  text-align: center;
  letter-spacing: .025rem;
  margin-top: 20px; }
  @media (max-width: 45rem) {
    .section-subhead {
      text-align: left;
      font-size: 1.125rem;
      line-height: 2rem; } }

.section-description {
  font-size: 1.5rem;
  line-height: 2.125rem;
  text-align: center;
  margin-top: 20px; }
  @media (max-width: 45rem) {
    .section-description {
      text-align: left;
      font-size: 1.375rem;
      line-height: 2rem; } }

.detail-title {
  font-family: "akkurat bold";
  font-size: 1.625rem;
  margin-bottom: 20px; }

.detail-description {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 20px; }
  .detail-description:first-child {
    margin-top: 0px; }

.expand .detail-description:first-child {
  margin-top: 20px; }

.detail-subject {
  font-size: 1.125rem;
  font-family: "akkurat bold"; }

.arrow-link {
  font-family: "akkurat bold";
  font-size: 1.25rem;
  color: #005eb8;
  display: block; }

.bullet-list {
  font-family: "akkurat bold";
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-left: 15px; }
  .bullet-list li {
    margin-bottom: 0.625rem; }
    .bullet-list li:before {
      content: '•';
      position: absolute;
      -webkit-transform: translateX(-15px);
      -ms-transform: translateX(-15px);
      -o-transform: translateX(-15px);
      transform: translateX(-15px); }

.mspace-20 {
  margin-top: 20px; }

.mspace-40 {
  margin-top: 40px; }

.mspace-60 {
  margin-top: 60px; }

.blue-link {
  font-family: "akkurat bold";
  color: #005eb8; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

body {
  font-family: "akkurat light";
  color: #707372; }

h1, h2, h3, h4, h5 {
  font-weight: normal; }

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit; }

input, textarea {
  display: block;
  width: 100%;
  outline: none; }

img {
  max-width: 100%; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse; }

th {
  font-weight: normal; }

sup {
  font-size: 0.75rem;
  line-height: 1rem; }

.hidden {
  display: none; }

.grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }
  .grid:after {
    /* Or @extend clearfix */
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 45rem) {
    .grid {
      padding: 0; } }

[class*='col-']:not(.infographic-col) {
  float: left;
  padding-right: 3.33333%; }
  @media (max-width: 45rem) {
    [class*='col-']:not(.infographic-col) {
      float: none;
      padding-right: 9.52381% !important;
      padding-left: 9.52381% !important;
      width: 100% !important;
      margin-left: 0 !important; } }
  .grid [class*='col-']:not(.infographic-col):last-of-type {
    padding-right: 0; }
  .grid [class*='col-']:not(.infographic-col).wrap {
    padding-right: 3.33333%; }
  .grid [class*='col-']:not(.infographic-col):only-child {
    padding-right: 0; }

.col-1-1 {
  width: 100%; }

.col-3-4 {
  width: 75%; }

.col-3-8 {
  width: 37.5%; }

.col-5-8 {
  width: 62.5%; }

.col-1-2 {
  width: 50%; }

.col-1-4 {
  width: 25%; }

.col-1-8 {
  width: 12.5%; }

.push-1 {
  margin-left: 12.5%; }

.push-4 {
  margin-left: 50%; }

.push-5 {
  margin-left: 62.5%; }

.change-container {
  padding: 60px 0;
  color: white;
  text-align: center; }

.relative {
  position: relative; }

.quotebox {
  padding: 0 15px;
  font-size: 1.875rem;
  line-height: 2.375rem; }
  .quotebox:before {
    content: '\201C';
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
    display: inline;
    position: absolute; }
  .quotebox .credit {
    font-size: 1.5rem;
    margin-top: 20px; }

.section-bar {
  height: 20px;
  position: relative; }
  @media (max-width: 45rem) {
    .section-bar {
      margin-right: 9.52381% !important;
      margin-left: 9.52381% !important; } }
  .section-bar:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    right: 0;
    top: 0; }

.desktop-line {
  height: 0px; }
  .desktop-line:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-top: 1px solid #008eaa; }
  @media (max-width: 45rem) {
    .desktop-line {
      display: none; } }

.cf:after {
  content: "";
  display: table;
  clear: both; }

.pullquote {
  width: 25%;
  margin-left: 3.33333%;
  margin-bottom: 3.33333%;
  margin-top: 15px;
  color: #005eb8;
  font-family: "akkurat bold";
  font-size: 1.5rem;
  line-height: 2.125rem; }
  .pullquote.right {
    float: right; }
  @media (max-width: 45rem) {
    .pullquote {
      float: none;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      margin-top: 40px;
      margin-bottom: 40px; } }

/* PHOTO GRIDS */
.photo-col {
  float: left; }

.committee-member {
  float: left;
  margin-bottom: 20px; }

.member-photo {
  width: 100%; }

.member-bio, .member-name {
  font-size: 0.875rem;
  line-height: 1.125rem; }
  @media (min-width: 45.0625rem) and (max-width: 55.3125rem) {
    .member-bio, .member-name {
      word-wrap: break-word; } }

.member-name {
  margin-top: 20px;
  font-family: "akkurat bold"; }

/* END PHOTO GRIDS */
.mobile-line {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  height: 1px;
  background-color: #00b0b9; }
  @media (max-width: 45rem) {
    .mobile-line {
      display: block; } }

/* VIDEOS */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed, .embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* END VIDEOS */
@media (max-width: 26.1875rem) {
  .min-hide {
    display: none; } }

/* DOT NAVIGATION FOR NON-STANDARD SLIDERS */
.custom-dots {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-top: 15px; }
  .custom-dots .custom-dot {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #41b6e6;
    font-size: 0;
    margin: 0 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .custom-dots .custom-dot.active {
      background-color: #005eb8; }

/* MOBILE TEXT EXPANSION */
.expander {
  display: none;
  width: 40px;
  height: 40px;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  background-color: #005eb8;
  color: white;
  margin: 20px 0 30px 0; }
  .expander:before {
    content: '+';
    display: block;
    width: 40px;
    height: 40px;
    line-height: 35px; }
  @media (max-width: 45rem) {
    .expander {
      display: block; }
      .expander.inactive:before {
        content: '-'; } }

@media (max-width: 45rem) {
  .expand {
    display: none; }
    .expand.active {
      display: inline; } }

/* END MOBILE TEXT EXPANSION */
.graphic-bubble {
  background-image: url(../img/interface/bar-chart-percentage-bubble3.svg);
  background-repeat: no-repeat;
  width: 138px;
  height: 121px;
  color: #005eb8;
  padding: 19px 0;
  text-align: center;
  display: none;
  position: absolute;
  top: 5%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -88%);
  -ms-transform: translate(-50%, -88%);
  -o-transform: translate(-50%, -88%);
  transform: translate(-50%, -88%);
  z-index: 2; }
  @media (max-width: 34.375rem) {
    .graphic-bubble {
      width: 92px;
      height: 81px;
      padding: 13px 0;
      top: 15px; } }
  .graphic-bubble .val {
    font-size: 3.5rem;
    font-family: "akkurat bold"; }
    @media (max-width: 34.375rem) {
      .graphic-bubble .val {
        font-size: 2.3125rem; } }
  .graphic-bubble .pct {
    font-size: 1.5rem; }
    @media (max-width: 34.375rem) {
      .graphic-bubble .pct {
        font-size: 1rem; } }

.global-nav-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 35px; }

/* copied from blackrockimpact.com */
#menu-top-hat {
  float: right;
  font-family: arial, sans-serif;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0; }

#menu-top-hat a {
  color: #767676; }

#menu-top-hat > li {
  zoom: 1; }

#menu-top-hat > li {
  border-left: 1px solid #eef1f3;
  border-bottom: 1px solid #eef1f3;
  display: inline-block;
  line-height: 1.5;
  margin-left: -4px;
  position: relative; }

#menu-top-hat > li > a {
  display: inline-block;
  padding: 3px 17px; }

#menu-top-hat > li > a > span.arrow-down {
  margin-right: 12px;
  margin-left: -20px;
  padding: 0; }

#menu-top-hat > li > a:hover {
  text-decoration: underline; }

#menu-top-hat > li:first-child > a > span {
  padding-left: 0; }

#menu-top-hat > li:last-child {
  border-right: 1px solid #eef1f3; }

#menu-top-hat > li.menu-item-has-children {
  background: url(../img/interface/language-selector-arrow.png) 82% center no-repeat; }

#menu-top-hat > li.menu-item-has-children a {
  margin-right: 15px; }

#menu-top-hat > li:nth-child(5).menu-item-has-children {
  background: url(../img/interface/language-selector-arrow.png) 89% center no-repeat; }

#menu-top-hat > li.menu-item-has-children:hover .sub-menu {
  left: 0px; }

#menu-top-hat > li .sub-menu {
  width: 112px; }

#menu-top-hat .sub-menu {
  background: white;
  border: 1px solid #eef1f3;
  display: none;
  list-style: none;
  line-height: 26px;
  margin-left: -1px;
  padding: 0 0 0 17px;
  position: absolute;
  text-align: left;
  top: 24px;
  z-index: 9999; }

@media only screen and (min-width: 769px) and (max-width: 800px) {
  #menu-top-hat > li > a {
    padding: 4px 22px; } }
#menu-top-hat .sub-menu {
  display: none; }
  #menu-top-hat .sub-menu.active {
    display: block; }

@media (max-width: 45rem) {
  .site-nav-section {
    padding-top: 0px;
    height: 56px; } }
.site-nav-section .site-nav-headline .headline-part-two {
  color: #005eb8; }
.site-nav-section .site-nav:after {
  content: "";
  display: table;
  clear: both; }
.site-nav-section .site-nav-item {
  float: left;
  font-family: "akkurat bold";
  color: #818181;
  text-transform: uppercase; }
  .site-nav-section .site-nav-item:last-of-type {
    margin-right: 0; }
  .site-nav-section .site-nav-item:hover, .site-nav-section .site-nav-item:active, .site-nav-section .site-nav-item.active {
    color: #030303; }
    @media (max-width: 45rem) {
      .site-nav-section .site-nav-item:hover, .site-nav-section .site-nav-item:active, .site-nav-section .site-nav-item.active {
        color: #707372; } }
  @media (min-width: 45.0625rem) and (max-width: 74.9375rem) {
    .site-nav-section .site-nav-item.long {
      display: none !important; } }
  .site-nav-section .site-nav-item.short {
    display: none; }
    @media (min-width: 45.0625rem) and (max-width: 74.9375rem) {
      .site-nav-section .site-nav-item.short {
        display: block !important; } }
  @media (max-width: 45rem) {
    .site-nav-section .site-nav-item {
      text-transform: none;
      font-family: "akkurat"; } }
.site-nav-section .nav-break {
  display: block; }
  @media (max-width: 45rem) {
    .site-nav-section .nav-break {
      display: inline; } }

#site-nav-top {
  position: relative;
  transition: height .5s ease-out; }
  #site-nav-top.inactive {
    height: 0px;
    overflow: hidden; }
  @media (max-width: 45rem) {
    #site-nav-top {
      display: none; } }
  #site-nav-top .site-nav-top-grid {
    padding-top: 45px; }
  #site-nav-top .site-nav-headline {
    font-size: 1.75rem; }
    @media (min-width: 55.3125rem) and (max-width: 74.9375rem) {
      #site-nav-top .site-nav-headline {
        font-size: 1.375rem; } }
    @media (min-width: 45.0625rem) and (max-width: 55.3125rem) {
      #site-nav-top .site-nav-headline {
        font-size: 1.125rem;
        font-family: "akkurat bold"; } }
  #site-nav-top .site-nav {
    margin: 2% 0 2% 0; }
  #site-nav-top .site-nav-item {
    font-size: 0.8125rem;
    margin-right: 4.58333%;
    overflow: hidden; }
    @media (min-width: 55.3125rem) and (max-width: 74.9375rem) {
      #site-nav-top .site-nav-item {
        font-size: 0.75rem; } }
    @media (min-width: 45.0625rem) and (max-width: 55.3125rem) {
      #site-nav-top .site-nav-item {
        font-size: 1.2vw; } }
    #site-nav-top .site-nav-item:last-of-type {
      margin-right: 0; }

#site-nav-main {
  height: 62px;
  background-color: white;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1); }
  @media (min-width: 45.0625rem) {
    #site-nav-main {
      display: none;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
      transition: .5s transform ease-out; } }
  #site-nav-main .site-nav-main-grid {
    width: 100%;
    background-color: none;
    height: 100%; }
  #site-nav-main .site-nav-main-header-container {
    display: none; }
  @media (min-width: 45.0625rem) {
    #site-nav-main.in {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%); } }
  @media (max-width: 45rem) {
    #site-nav-main {
      height: 57px;
      background-color: none;
      box-shadow: none; }
      #site-nav-main .site-nav-main-grid {
        padding-left: 20px;
        padding-right: 20px;
        box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
        background-color: white; }
      #site-nav-main.active {
        height: 100%; }
        #site-nav-main.active .site-nav-main-grid {
          height: -moz-calc(100% + 80px);
          height: -webkit-calc(100% + 80px);
          height: -ms-calc(100% + 80px);
          height: -o-calc(100% + 80px);
          height: calc(100% + 80px); }
        #site-nav-main.active .site-nav-main-header-container {
          display: block;
          box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
          height: 57px;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          z-index: 1; }
        #site-nav-main.active .site-nav {
          display: block;
          position: static;
          -webkit-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none;
          top: 0;
          height: -moz-calc(100vh - 57px);
          height: -webkit-calc(100vh - 57px);
          height: -ms-calc(100vh - 57px);
          height: -o-calc(100vh - 57px);
          height: calc(100vh - 57px);
          width: 100%;
          overflow: auto; }
        #site-nav-main.active .site-nav-trigger:before {
          content: url(../img/interface/close.svg);
          height: 20px; }
        #site-nav-main.active .site-nav-item {
          float: none;
          margin-right: 0;
          padding-top: 17px;
          padding-bottom: 17px;
          font-size: 1.125rem;
          line-height: 1.75rem;
          border-top: 1px solid #707372;
          white-space: nowrap;
          display: block; }
          #site-nav-main.active .site-nav-item:first-child {
            border-top: 0px; }
          #site-nav-main.active .site-nav-item.long .nav-break {
            display: block; }
          #site-nav-main.active .site-nav-item.short {
            display: none; } }
      @media (max-width: 45rem) and (min-width: 45.0625rem) and (max-width: 74.9375rem) {
        #site-nav-main.active .site-nav-item {
          max-width: 65px;
          margin-top: 0; } }

  @media (max-width: 45rem) {
    #site-nav-main {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 999;
      width: 100%; } }
  #site-nav-main.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    display: block; }
  #site-nav-main .site-nav-headline {
    float: left;
    margin-right: 6.66667%;
    font-size: 1rem;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "akkurat bold"; }
    @media (min-width: 45.0625rem) and (max-width: 55.3125rem) {
      #site-nav-main .site-nav-headline {
        font-size: 1.5vw;
        line-height: 1.5vw;
        letter-spacing: 0vw; } }
    @media (max-width: 45rem) {
      #site-nav-main .site-nav-headline {
        padding-left: 3.5%;
        margin-right: 0;
        height: 57px;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        line-height: 59px;
        white-space: nowrap; } }
    #site-nav-main .site-nav-headline .headline-part-two {
      display: block; }
      @media (max-width: 45rem) {
        #site-nav-main .site-nav-headline .headline-part-two {
          display: inline; } }
  #site-nav-main .site-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 76.05263%; }
    @media (min-width: 45.0625rem) and (max-width: 74.9375rem) {
      #site-nav-main .site-nav .site-nav-item {
        margin-right: 2%; } }
    @media (max-width: 45rem) {
      #site-nav-main .site-nav {
        display: none;
        clear: both; } }
  #site-nav-main .site-nav-trigger {
    display: none; }
    @media (max-width: 45rem) {
      #site-nav-main .site-nav-trigger {
        display: block;
        width: 20px;
        height: 57px;
        z-index: 1;
        position: absolute;
        left: 0; }
        #site-nav-main .site-nav-trigger:before {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          position: absolute;
          content: url(../img/interface/menu.svg);
          display: block;
          width: 100%;
          height: 14px; } }
  #site-nav-main .site-nav-item {
    font-size: 0.75rem;
    margin-right: 4.16667%; }
    #site-nav-main .site-nav-item:last-of-type {
      margin-right: 0; }
    @media (min-width: 45.0625rem) and (max-width: 55.3125rem) {
      #site-nav-main .site-nav-item {
        font-size: 1.2vw;
        margin-right: 2.5% !important; } }
    @media (max-width: 45rem) {
      #site-nav-main .site-nav-item {
        margin-top: 0px; } }
  #site-nav-main .site-nav-main-grid, #site-nav-main .site-nav-main-col {
    position: relative; }
  #site-nav-main .site-nav-main-col {
    height: 100%; }

#built-for-change {
  height: -moz-calc(100vh - 156px);
  height: -webkit-calc(100vh - 156px);
  height: -ms-calc(100vh - 156px);
  height: -o-calc(100vh - 156px);
  height: calc(100vh - 156px);
  background-color: #f3f4f4;
  overflow: hidden;
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: height .5s ease-out;
  width: 100%; }
  #built-for-change .loader {
    background-color: #F3F4F4;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0; }
    #built-for-change .loader.inactive {
      display: none; }
    @media (max-width: 45rem) {
      #built-for-change .loader {
        display: none; } }
  #built-for-change.inactive {
    height: -moz-calc(0vh - 0px);
    height: -webkit-calc(0vh - 0px);
    height: -ms-calc(0vh - 0px);
    height: -o-calc(0vh - 0px);
    height: calc(0vh - 0px); }
  @media (min-width: 45.0625rem) and (max-width: 74.9375rem) {
    #built-for-change {
      height: -moz-calc(100vh - 185px);
      height: -webkit-calc(100vh - 185px);
      height: -ms-calc(100vh - 185px);
      height: -o-calc(100vh - 185px);
      height: calc(100vh - 185px); } }
  @media (max-width: 45rem) {
    #built-for-change {
      height: auto;
      background-color: transparent;
      margin-top: 56px; } }
  #built-for-change .grid.content-grid {
    width: 100%;
    height: 100%; }
    @media (max-width: 45rem) {
      #built-for-change .grid.content-grid {
        height: auto; } }
  #built-for-change .change-text-container {
    height: 100%;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px; }
    @media (max-width: 45rem) {
      #built-for-change .change-text-container {
        height: auto;
        background-color: rgba(255, 255, 255, 0.9);
        z-index: 1; } }
  #built-for-change .change-text {
    position: absolute;
    top: 12.5%;
    text-align: center;
    font-size: 3vmin; }
    #built-for-change .change-text p {
      text-align: left;
      opacity: 0;
      transition: opacity .5s linear; }
    #built-for-change .change-text.active p {
      opacity: 1; }
    @media (max-width: 45rem) {
      #built-for-change .change-text {
        position: static;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        font-size: 1.5rem;
        line-height: 2.125rem; }
        #built-for-change .change-text p {
          opacity: 1; } }
  #built-for-change .chevron-down.change {
    opacity: 0;
    transition: .5s ease-out opacity;
    transition-delay: .5s;
    cursor: pointer;
    margin-top: 60px;
    width: 25%; }
    #built-for-change .chevron-down.change.active {
      opacity: 1; }
    @media (max-width: 45rem) {
      #built-for-change .chevron-down.change {
        display: none; } }
  #built-for-change .change-headlines-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    @media (max-width: 45rem) {
      #built-for-change .change-headlines-container {
        position: static; } }
  #built-for-change .change-headlines {
    width: 100%;
    height: 100%; }
  #built-for-change .change-headline-container {
    height: 100%;
    width: 100%; }
    @media (max-width: 45rem) {
      #built-for-change .change-headline-container {
        height: 475px; } }
    @media (max-width: 34.375rem) {
      #built-for-change .change-headline-container {
        height: 335px; } }
  #built-for-change .change-headline {
    position: relative;
    height: 100%;
    width: 90%; }
    #built-for-change .change-headline .headline {
      max-width: none;
      position: absolute;
      top: 12.5%;
      right: 0;
      width: 215%;
      transform: translate(0px, 0px);
      display: none; }
      @media (max-width: 45rem) {
        #built-for-change .change-headline .headline {
          display: none; }
          #built-for-change .change-headline .headline.five {
            display: block;
            right: -85%;
            width: 400%;
            top: 15%; } }

#global-investment {
  position: relative; }
  @media (max-width: 45rem) {
    #global-investment:before {
      content: '';
      display: block;
      height: 10px;
      background: linear-gradient(to right, #005eb8 0%, #41b6e6 100%); } }
  #global-investment .gi-description p {
    margin-top: 20px; }
  #global-investment .gi-description p:first-child {
    margin: 0; }
  #global-investment .gi-description sup {
    font-size: 0.75rem; }
  #global-investment .gi-intro {
    text-align: center;
    padding-top: 60px; }
    @media (max-width: 45rem) {
      #global-investment .gi-intro {
        padding-top: 25px; } }
    #global-investment .gi-intro .gi-headline {
      color: #005eb8; }
    #global-investment .gi-intro .gi-subhead {
      color: #455560; }
    #global-investment .gi-intro .gi-description {
      margin-top: 60px; }
      @media (max-width: 45rem) {
        #global-investment .gi-intro .gi-description {
          margin-top: 25px; } }
  #global-investment .gi-data {
    margin-top: 60px; }
  #global-investment .gi-nav {
    height: 38px; }
    #global-investment .gi-nav:after {
      content: "";
      display: table;
      clear: both; }
    @media (max-width: 45rem) {
      #global-investment .gi-nav {
        display: none; } }
  #global-investment .gi-nav-item {
    float: left;
    font-family: "akkurat bold";
    font-size: 0.75rem;
    line-height: 38px;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    padding: 0 60px 0 20px;
    position: relative; }
    #global-investment .gi-nav-item[data-id="style"] {
      color: #005eb8; }
    #global-investment .gi-nav-item[data-id="asset"] {
      color: #003594; }
    #global-investment .gi-nav-item[data-id="client"] {
      color: #41b6e6; }
    #global-investment .gi-nav-item[data-id="region"] {
      color: #00677f; }
    @media (min-width: 45.0625rem) and (max-width: 74.9375rem) {
      #global-investment .gi-nav-item {
        padding: 0 40px 0 10px; } }
    #global-investment .gi-nav-item:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 38px 38px 0;
      border-color: transparent white transparent transparent;
      display: block;
      position: absolute;
      top: 0;
      right: 0; }
    #global-investment .gi-nav-item.active {
      color: white; }
      #global-investment .gi-nav-item.active[data-id="style"] {
        background-color: #80a4d7; }
      #global-investment .gi-nav-item.active[data-id="asset"] {
        background-color: #8088c0; }
      #global-investment .gi-nav-item.active[data-id="client"] {
        background-color: #74c3eb; }
      #global-investment .gi-nav-item.active[data-id="region"] {
        background-color: #91c0ca; }
  #global-investment .gi-mobile-headline {
    display: none;
    font-size: 0.75rem;
    font-family: "akkurat bold"; }
  #global-investment .gi-data-item {
    height: 82px;
    position: relative;
    width: 100%;
    display: none; }
    #global-investment .gi-data-item:after {
      content: "";
      display: table;
      clear: both; }
    #global-investment .gi-data-item.active {
      display: block; }
    #global-investment .gi-data-item[data-id="style"] {
      color: #005eb8; }
    #global-investment .gi-data-item[data-id="asset"] {
      color: #003594; }
    #global-investment .gi-data-item[data-id="client"] {
      color: #41b6e6; }
    #global-investment .gi-data-item[data-id="region"] {
      color: #00677f; }
    @media (max-width: 45rem) {
      #global-investment .gi-data-item {
        display: block;
        height: auto;
        margin-bottom: 10px; }
        #global-investment .gi-data-item .gi-mobile-headline {
          display: block; } }
  #global-investment .gi-data-val {
    padding-top: 20px;
    height: 100%;
    text-align: center;
    color: white;
    font-family: "akkurat bold";
    display: block;
    float: left;
    position: relative; }
    #global-investment .gi-data-val span {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      width: 100%; }
  #global-investment .gi-change-container {
    margin-top: 1070px;
    background: linear-gradient(to bottom, rgba(1, 114, 177, 0.85) 0%, rgba(53, 167, 215, 0.85) 100%); }
    @media (max-width: 45rem) {
      #global-investment .gi-change-container {
        margin-top: 120%; } }
    #global-investment .gi-change-container .gi-description {
      margin-top: 40px; }
  #global-investment .gi-animation-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1441px;
    z-index: -1; }
    @media (min-width: 45.0625rem) and (max-width: 55.3125rem) {
      #global-investment .gi-animation-container {
        height: 1371px; } }
    @media (max-width: 45rem) {
      #global-investment .gi-animation-container {
        height: 1271px; } }
    @media (max-width: 26.1875rem) {
      #global-investment .gi-animation-container {
        bottom: auto;
        top: -110vw; } }
    #global-investment .gi-animation-container .grid, #global-investment .gi-animation-container .gi-animation-img-container {
      height: 100%; }
  #global-investment .gi-animation-img-container {
    position: relative;
    height: 100%; }
  #global-investment .gi-animation-img, #global-investment .gi-animation-img-two {
    max-width: none;
    position: absolute;
    right: 0;
    bottom: auto;
    width: 236%; }
    @media (max-width: 45rem) {
      #global-investment .gi-animation-img, #global-investment .gi-animation-img-two {
        display: none; } }
  #global-investment .gi-animation-img-mobile {
    max-width: none;
    position: absolute;
    right: 0;
    bottom: auto;
    width: 200%;
    padding-right: 9.52381%;
    display: none; }
    @media (max-width: 45rem) {
      #global-investment .gi-animation-img-mobile {
        display: block; } }
  #global-investment .gi-data-item .graphic-bubble.active {
    display: block; }
  #global-investment #scene-gi-impact {
    position: relative; }
  #global-investment #impact-style {
    overflow-x: hidden; }
  #global-investment .gi-data-item[data-id="asset"] {
    position: relative; }
    #global-investment .gi-data-item[data-id="asset"]:after {
      content: url(../img/graphics/gi-asset-class-advisory.svg);
      display: block;
      position: absolute;
      right: 0;
      top: 39%;
      -ms-transform: translate(100%, -50%);
      -o-transform: translate(100%, -50%);
      -moz-transform: translate(100%, -50%);
      -webkit-transform: translate(100%, -50%);
      transform: translate(100%, -50%);
      width: 4%; }
    @media (max-width: 45rem) {
      #global-investment .gi-data-item[data-id="asset"]:after {
        top: 60%; } }
  @media (min-width: 45.0625rem) {
    #global-investment .technology-carousel .slick-slide {
      padding-left: 2px;
      padding-right: 2px; }
      #global-investment .technology-carousel .slick-slide:first-child {
        padding-left: 0px; }
      #global-investment .technology-carousel .slick-slide:last-child {
        padding-right: 0px; } }
  #global-investment .tech-summaries {
    margin-top: 60px; }
  #global-investment .tech-summary-section:nth-child(even) {
    padding-right: 0; }
    @media (max-width: 45rem) {
      #global-investment .tech-summary-section:nth-child(even) {
        margin-top: 20px; } }
  #global-investment .tech-summary-section:nth-child(n+3) {
    margin-top: 40px;
    clear: both; }
    @media (max-width: 45rem) {
      #global-investment .tech-summary-section:nth-child(n+3) {
        margin-top: 20px; } }
  #global-investment .arrow-link {
    margin-top: 20px; }

#technology .innovation {
  margin-top: 60px; }
#technology .bar-innovation {
  margin-bottom: 60px;
  background: linear-gradient(to right, #006747 0%, #81bc00 100%); }
  @media (max-width: 45rem) {
    #technology .bar-innovation {
      margin-bottom: 40px; } }
#technology .innovation-headline {
  color: #009639; }
@media (max-width: 45rem) {
  #technology .innovation-subhead {
    margin-top: 10px; } }
#technology .innovation-description {
  margin-top: 30px; }
  @media (max-width: 45rem) {
    #technology .innovation-description {
      margin-top: 20px; } }
#technology .innovation-video {
  margin-top: 60px; }
  @media (max-width: 45rem) {
    #technology .innovation-video {
      margin-top: 40px; } }
#technology .aladdin {
  margin-top: 60px; }
  @media (max-width: 45rem) {
    #technology .aladdin {
      margin-top: 140%;
      background-color: rgba(255, 255, 255, 0.9);
      padding-top: 40px; } }
  @media (max-width: 26.1875rem) {
    #technology .aladdin {
      margin-top: 150%; } }
#technology .aladdin-feature {
  margin-top: 40px; }
#technology .detail-title.rqa {
  margin-top: 40px; }
#technology .innovation-change-container {
  margin-top: 65px;
  background: linear-gradient(to bottom, rgba(0, 103, 71, 0.85) 0%, rgba(130, 188, 0, 0.85) 100%); }
  @media (max-width: 45rem) {
    #technology .innovation-change-container {
      margin-top: 40px;
      padding-top: 40px;
      padding-bottom: 40px; } }
#technology .innovation-change-description {
  margin-top: 30px; }
  @media (max-width: 45rem) {
    #technology .innovation-change-description {
      margin-top: 20px; } }
  #technology .innovation-change-description p {
    margin-top: 20px; }
    #technology .innovation-change-description p:first-child {
      margin-top: 0; }
    @media (max-width: 45rem) {
      #technology .innovation-change-description p {
        margin-top: 10px; } }
#technology #scene-it {
  position: relative;
  overflow: hidden; }
#technology .ti-animation-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
        /* @include breakpoint(gt_desktop_mid_lt_desktop){
            height: 1850px;
        }

        @include breakpoint(gt_tablet_lt_desktop_mid){
            height: 1300px;
        } */ }
  #technology .ti-animation-container > .grid {
    height: 100%; }
  @media (max-width: 45rem) {
    #technology .ti-animation-container {
      bottom: auto;
      top: 0;
      padding-top: 40px; } }
#technology .ti-animation-img-container {
  position: relative;
  height: 100%; }
#technology .technology-img, #technology .technology-img-two {
  max-width: none;
  position: absolute;
  right: 3.333333%;
  top: 60px;
  width: 195%; }
  @media (max-width: 45rem) {
    #technology .technology-img, #technology .technology-img-two {
      width: 179%;
      right: 9.52381%;
      top: 0;
      height: auto; } }
#technology .future-advisor-container {
  padding: 60px 0; }
  @media (max-width: 45rem) {
    #technology .future-advisor-container {
      padding: 40px 0; } }
  #technology .future-advisor-container .bullet-list {
    margin-top: 1.75rem; }
    @media (max-width: 45rem) {
      #technology .future-advisor-container .bullet-list {
        margin-top: 0.625rem; } }
#technology .fa-two .detail-description {
  margin-top: 0; }
#technology .big-data {
  background-color: #4aac47;
  color: white;
  overflow: hidden; }
  #technology .big-data > .grid {
    position: relative; }
  #technology .big-data .section-headline-2 {
    font-size: 1.875rem;
    text-align: left; }
    @media (max-width: 45rem) {
      #technology .big-data .section-headline-2 {
        font-size: 1.75rem;
        line-height: 2rem; } }
  #technology .big-data .section-subhead {
    text-align: left;
    font-size: 1.25rem; }
  #technology .big-data .arrow-link {
    color: white; }
#technology .big-data-text {
  padding: 60px 0;
  position: relative;
  z-index: 1; }
#technology .big-data-description {
  width: 80%; }
  @media (max-width: 45rem) {
    #technology .big-data-description {
      width: 100%;
      margin-top: 20px; } }
@media (max-width: 45rem) {
  #technology .big-data-chart {
    position: relative; }
    #technology .big-data-chart:before {
      content: '';
      padding-top: 190%;
      display: block; } }
#technology .big-data-graphic {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 115px;
  width: 106%;
  max-width: none; }
  @media (min-width: 45.0625rem) and (max-width: 74.9375rem) {
    #technology .big-data-graphic.desktop {
      padding-top: 110px;
      right: 3%; } }
  @media (max-width: 55.3125rem) {
    #technology .big-data-graphic.desktop {
      padding-top: 150px;
      width: 121%; } }
  @media (max-width: 45rem) {
    #technology .big-data-graphic.desktop {
      display: none; } }
  #technology .big-data-graphic.mobile {
    max-width: none;
    padding-right: 9.52381%;
    padding-top: 0px;
    width: 270%;
    display: none; }
    @media (max-width: 45rem) {
      #technology .big-data-graphic.mobile {
        display: block; } }
#technology .continuous-innovation {
  padding: 60px 0; }
  @media (max-width: 45rem) {
    #technology .continuous-innovation {
      padding: 40px 0; }
      #technology .continuous-innovation .quotebox {
        margin-top: 40px;
        font-size: 1.125rem;
        line-height: 1.375rem; }
        #technology .continuous-innovation .quotebox:before {
          -ms-transform: translateX(-8px);
          -o-transform: translateX(-8px);
          -moz-transform: translateX(-8px);
          -webkit-transform: translateX(-8px);
          transform: translateX(-8px); }
      #technology .continuous-innovation .credit {
        margin-top: 20px;
        font-size: inherit;
        line-height: inherit; } }

#people .bar-people {
  margin-bottom: 60px;
  background: linear-gradient(to right, #008eaa 0%, #00b0b9 100%); }
  @media (max-width: 45rem) {
    #people .bar-people {
      width: 100%;
      margin-left: 0 !important;
      margin-right: 0 !important;
      margin-bottom: 25px; } }
#people .section-intro .section-headline-2 {
  color: #008eaa; }
#people .section-intro .section-subhead {
  margin-top: 5px;
  line-height: 1.75rem; }
#people .principles {
  height: 700px;
  margin-top: 40px;
  overflow: hidden; }
  @media (max-width: 45rem) {
    #people .principles {
      height: auto; } }
  #people .principles > .grid {
    height: 100%; }
#people .principles-text-container, #people .principles-img-col {
  height: 100%;
  position: relative; }
@media (max-width: 45rem) {
  #people .principles-text-container {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgba(255, 255, 255, 0.9); } }
#people .principles-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 45rem) {
    #people .principles-text {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      top: auto; } }
  @media (max-width: 45rem) {
    #people .principles-text .detail-title {
      font-size: 1.5rem;
      line-height: 1.75rem; } }
  #people .principles-text .detail-description {
    font-size: 1.5rem;
    line-height: 2.125rem; }
    @media (max-width: 45rem) {
      #people .principles-text .detail-description {
        font-size: 1.125rem;
        line-height: 1.75rem; } }
@media (max-width: 45rem) {
  #people .principles-img-col {
    height: auto; } }
#people .principles-img-container {
  height: 100%;
  position: relative; }
  @media (max-width: 45rem) {
    #people .principles-img-container {
      height: auto; }
      #people .principles-img-container:before {
        content: '';
        display: block;
        padding-top: 135%; } }
#people .principles-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 230%;
  max-width: none; }
  @media (max-width: 45rem) {
    #people .principles-img {
      display: none; } }
  #people .principles-img.mobile {
    display: none; }
    @media (max-width: 45rem) {
      #people .principles-img.mobile {
        display: block; } }
#people .dedicated-people-container {
  color: white;
  padding: 60px 0;
  background-color: #00b0b9;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px); }
  @media (max-width: 45rem) {
    #people .dedicated-people-container {
      padding: 40px 0;
      margin-top: 70px;
      -webkit-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
      #people .dedicated-people-container .section-subhead {
        margin-top: 5px; }
      #people .dedicated-people-container .section-description {
        margin-top: 10px; } }
#people .grid.education {
  padding: 60px 20px; }
  @media (max-width: 45rem) {
    #people .grid.education {
      padding: 40px 0; }
      #people .grid.education .detail-title {
        font-size: 1.5rem;
        line-height: 1.75rem; } }
  #people .grid.education .bullet-list {
    margin-top: 20px; }
  #people .grid.education .hackathon .expander {
    margin-bottom: 0; }
@media (max-width: 45rem) {
  #people .executive-committee {
    border-top: 0px; } }
#people .executive-committee > .desktop-line {
  padding-bottom: 30px; }
#people .exec-text {
  margin-top: 10px; }
  @media (max-width: 45rem) {
    #people .exec-text {
      margin-top: 0px; }
      #people .exec-text .mobile-line {
        margin-top: 0px; } }
#people .exec-photos {
  margin-top: 15px; }
  #people .exec-photos:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 45rem) {
    #people .exec-photos {
      margin-top: 40px;
      margin-bottom: 40px; } }
@media (min-width: 45.0625rem) {
  #people .committee-member {
    width: 22.85714%;
    margin-left: 2.72109%; }
    #people .committee-member:nth-child(n+5) {
      margin-top: 20px; }
    #people .committee-member:nth-child(4n+1) {
      clear: both;
      margin-left: 0; } }
@media (max-width: 45rem) {
  #people .committee-member {
    width: 47.05882%;
    margin-left: 5.88235%; }
    #people .committee-member:nth-child(odd) {
      clear: both;
      margin-left: 0; } }

#letter {
  margin-top: 40px; }
  #letter .letter-intro {
    background-color: #f4f4f4;
    padding: 60px 0; }
    @media (max-width: 45rem) {
      #letter .letter-intro {
        padding: 40px 0; } }
    #letter .letter-intro .section-headline-2 {
      color: #005eb8; }
    #letter .letter-intro .section-description {
      font-size: 1.875rem;
      line-height: 2.5rem; }
      @media (max-width: 45rem) {
        #letter .letter-intro .section-description {
          font-size: 1.5rem;
          line-height: 2.125rem; } }
  #letter .letter-image.left {
    float: left;
    width: 25%;
    margin: 8px 3.33333% 3.33333% 0; }
    @media (max-width: 45rem) {
      #letter .letter-image.left {
        float: none;
        width: 100%;
        margin: 0; } }
  #letter .letter-image-caption {
    margin-top: 10px;
    font-size: 1.125rem;
    font-family: "akkurat bold"; }
    #letter .letter-image-caption > .name {
      color: black; }
  #letter .letter-body {
    padding: 60px 0 40px 0; }
    @media (max-width: 45rem) {
      #letter .letter-body {
        padding-top: 40px; }
        #letter .letter-body.two .letter-p:first-child {
          margin-top: 20px; } }
  #letter .letter-p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-top: 15px; }
    #letter .letter-p:first-child {
      margin-top: 0; }
    @media (max-width: 45rem) {
      #letter .letter-p:first-child {
        margin-top: 40px; } }
    #letter .letter-p sup {
      font-size: .65rem; }
  #letter .letter-p.first {
    margin-top: 0; }
    @media (max-width: 45rem) {
      #letter .letter-p.first {
        margin-top: 50px; } }
  #letter .infographic-desktop.drivers {
    display: block;
    height: 585px; }
    @media (max-width: 45rem) {
      #letter .infographic-desktop.drivers {
        display: none; } }
    #letter .infographic-desktop.drivers .drivers-graphic-container {
      height: 100%;
      position: relative; }
    #letter .infographic-desktop.drivers .desktop-drivers-graphic {
      position: absolute;
      top: 40px;
      right: 0;
      max-width: none;
      width: 162%; }
  #letter .drivers-infographic {
    padding: 40px 0 0 0;
    background-color: #f4f4f4; }
    @media (min-width: 45.0625rem) {
      #letter .drivers-infographic {
        overflow: hidden; } }
  #letter .infographic-headline {
    font-size: 1.875rem;
    line-height: 2.125rem;
    color: #005eb8;
    font-family: "akkurat bold";
    text-transform: uppercase; }
    @media (max-width: 45rem) {
      #letter .infographic-headline {
        font-size: 1.75rem;
        line-height: 2rem;
        width: 70%; } }
  #letter .infographic-imagery {
    display: none; }
    @media (max-width: 45rem) {
      #letter .infographic-imagery {
        display: block; } }
  #letter .infographic-col {
    position: relative;
    height: 100%; }
    #letter .infographic-col[data-id="1"] {
      z-index: 4; }
    #letter .infographic-col[data-id="2"] {
      z-index: 3; }
    #letter .infographic-col[data-id="3"] {
      z-index: 2; }
    #letter .infographic-col[data-id="4"] {
      z-index: 1; }
    @media (max-width: 45rem) {
      #letter .infographic-col {
        height: auto;
        overflow-y: hidden; }
        #letter .infographic-col:before {
          content: '';
          display: block;
          padding-top: 125%; } }
    @media (min-width: 45.0625rem) {
      #letter .infographic-col {
        float: left; } }
  #letter .infographic {
    position: absolute;
    max-width: none;
    height: 100%;
    right: 0;
    top: 0; }
    @media (min-width: 45.0625rem) and (max-width: 74.9375rem) {
      #letter .infographic {
        top: auto;
        bottom: 0;
        height: 90%; } }
    @media (max-width: 45rem) {
      #letter .infographic {
        right: 9.52381%;
        width: 200%;
        height: auto;
        top: 40px; } }
  #letter .detail-title, #letter .letter-signature {
    margin-top: 40px; }
  #letter .letter-signature {
    width: 32.06897%; }
    @media (max-width: 45rem) {
      #letter .letter-signature {
        width: 100%; } }
  #letter .detail-title {
    line-height: 1.75rem; }
  #letter .bullet-list {
    font-family: "akkurat light"; }

#highlights {
  background: linear-gradient(to bottom, #0778b5 0%, #34a6d6 100%);
  padding: 40px 0 80px 0;
  color: white; }
  @media (max-width: 45rem) {
    #highlights {
      padding-bottom: 40px; } }
  #highlights .section-headline-2 {
    font-size: 1.875rem;
    text-align: left; }
    @media (max-width: 45rem) {
      #highlights .section-headline-2 {
        font-size: 1.75rem; } }
  #highlights .highlights-table {
    font-size: 1.375rem;
    width: 100%;
    text-align: right; }
    @media (max-width: 45rem) {
      #highlights .highlights-table {
        width: auto;
        min-width: 160%; } }
  #highlights .highlights-download-link {
    font-size: 1.25rem;
    font-family: "akkurat bold";
    margin-top: 40px;
    display: block; }
  #highlights .highlights-swipe-text {
    display: none; }
    @media (max-width: 45rem) {
      #highlights .highlights-swipe-text {
        display: block;
        font-size: 1.25rem;
        font-family: "akkurat bold";
        margin-top: 40px;
        height: 42px;
        line-height: 42px;
        background-color: #35ade0;
        padding: 0px 8px; } }
  #highlights .highlights-table-container {
    padding: 80px 0 40px 0;
    overflow-x: auto; }
    @media (max-width: 45rem) {
      #highlights .highlights-table-container {
        padding-top: 40px;
        padding-bottom: 5px; } }
  #highlights .th, #highlights .td {
    border-bottom: 1px solid white;
    padding: 5px 0;
    width: 17.22222%; }
    @media (min-width: 45.0625rem) and (max-width: 74.9375rem) {
      #highlights .th, #highlights .td {
        font-size: 2.6vw; } }
    @media (max-width: 45rem) {
      #highlights .th, #highlights .td {
        width: 20%;
        font-size: 1.125rem;
        line-height: 1.375rem; } }
  #highlights .td.item, #highlights .th.item {
    text-align: left;
    width: 48.33333%; }
    @media (max-width: 45rem) {
      #highlights .td.item, #highlights .th.item {
        width: 40%; } }
  #highlights .th.item {
    font-size: 1.125rem; }
  #highlights .td.val {
    padding-left: 30px; }
    @media (max-width: 45rem) {
      #highlights .td.val {
        vertical-align: bottom;
        padding: 5px 0 5px 30px; } }
  @media (max-width: 45rem) {
    #highlights .th.year {
      padding: 5px 0 5px 30px; } }
  #highlights .td.dollar:before {
    content: '$';
    margin-right: 5px; }
  #highlights .td.rh {
    border-bottom: 2px solid white;
    text-align: left;
    padding-top: 40px; }
  #highlights .td.indent {
    padding-left: 3.44828%; }
  #highlights .pad40 .td {
    padding-top: 40px; }
  #highlights .footnotes {
    font-size: 1.375rem; }
  #highlights .headings .th.italic.item {
    font-size: 0.875rem; }

.highlights-mobile-dots-container {
  display: none;
  margin-bottom: 40px; }
  @media (max-width: 45rem) {
    .highlights-mobile-dots-container {
      display: block; }
      .highlights-mobile-dots-container .custom-dot.active {
        background-color: white; } }

#board .photo-col {
  width: 32%; }
  #board .photo-col:nth-child(n+2) {
    margin-left: 1.66667%; }
  @media (max-width: 45rem) {
    #board .photo-col {
      width: 100%; }
      #board .photo-col:nth-child(n+2) {
        margin-left: 0; } }
@media (min-width: 45.0625rem) {
  #board .committee-member {
    width: 15.08621%;
    margin-left: 1.72414%; }
    #board .committee-member:nth-child(6n+1) {
      margin-left: 0;
      clear: both; }
    #board .committee-member:nth-child(n+7) {
      margin-top: 20px; } }
@media (max-width: 45rem) {
  #board .committee-member {
    width: 47.05882%;
    margin-left: 5.88235%; }
    #board .committee-member:nth-child(odd) {
      clear: both;
      margin-left: 0; } }
#board .board-title {
  margin-top: 40px; }
  #board .board-title .board-title-col {
    border-top: 1px solid #005eb8; }
  @media (max-width: 45rem) {
    #board .board-title {
      border: none;
      margin-top: 0; }
      #board .board-title .mobile-line {
        background-color: #005eb8;
        margin: 0; }
      #board .board-title .board-title-col {
        border-top: none; } }
#board .section-headline-2 {
  text-align: left;
  font-size: 1.875rem;
  color: #005eb8;
  padding: 40px 0; }
  @media (max-width: 45rem) {
    #board .section-headline-2 {
      font-size: 1.75rem; } }

#info {
  padding: 40px 0; }
  #info .section-headline-2 {
    text-align: left;
    font-size: 1.875rem;
    color: #005eb8;
    margin-bottom: 40px; }
    @media (max-width: 45rem) {
      #info .section-headline-2 {
        font-size: 1.75rem; } }
  #info .info-p, #info .download-link {
    font-size: 1.125rem;
    line-height: 1.5rem; }
  #info .info-text .info-p {
    margin-bottom: 15px; }
  #info .info-text .detail-subject {
    margin-bottom: 15px;
    margin-top: 30px; }
    @media (max-width: 45rem) {
      #info .info-text .detail-subject {
        margin-bottom: 0; } }
  #info .info-downloads {
    margin-top: 76px; }
  #info .download-item {
    margin-bottom: 15px; }
  #info .download-link {
    font-family: "akkurat bold"; }
  #info .download-section {
    padding-top: 15px;
    margin-top: 35px;
    border-top: 1px solid #005eb8; }
  #info .download-section-title {
    font-size: 1.375rem;
    font-family: "akkurat bold";
    line-height: 1.5rem;
    margin-bottom: 20px;
    color: #005eb8;
    text-transform: uppercase; }
    @media (max-width: 45rem) {
      #info .download-section-title {
        margin-bottom: 20px; } }

#footer {
  background-color: #f2f2f2;
  min-height: 330px;
  margin-top: 60px; }

footer {
  position: relative;
  font-size: 11px;
  line-height: 14px;
  color: #333; }

footer div.wrapper.border {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #999;
  margin: 0 0 20px 0; }

footer div.logo {
  float: left;
  margin: 10px 0 0 0; }

footer div.social {
  width: 170px;
  float: right; }

footer div.social ul li {
  float: left;
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url(../img/footer/blk-one-sprite-icons.png);
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
  overflow: hidden; }

footer div.social ul li a {
  display: inline-block;
  width: 100%;
  padding: 31px 0 0 0; }

footer div.social ul li.facebook {
  background-position: -8px -2274px; }

footer div.social ul li.linkedin {
  background-position: -8px -2409px; }

footer div.social ul li.twitter {
  background-position: -8px -2364px; }

footer div.social ul li.youtube {
  background-position: -8px -2319px; }

footer div.social ul li.blog {
  background-position: -8px -2634px;
  margin-right: 0; }

footer div.social ul li.facebook:hover {
  background-position: -8px -2454px; }

footer div.social ul li.linkedin:hover {
  background-position: -8px -2589px; }

footer div.social ul li.twitter:hover {
  background-position: -8px -2544px; }

footer div.social ul li.youtube:hover {
  background-position: -8px -2499px; }

footer div.social ul li.blog:hover {
  background-position: -8px -2679px; }

footer div.terms ul li {
  float: left;
  margin: 0 23px 0 0; }

footer div.terms ul li.copyright {
  float: right;
  margin-right: 0; }

footer div.terms ul li a {
  color: #333; }
  footer div.terms ul li a.small-text {
    color: #005bb6; }

footer div.terms ul li a:hover {
  text-decoration: underline; }

footer div.info {
  margin: 23px 0 0 0; }

footer div.info a {
  color: #005bb6;
  text-decoration: none; }

footer div.info a:hover {
  text-decoration: underline; }

footer {
  padding-top: 40px; }
  @media (max-width: 45rem) {
    footer {
      padding-bottom: 40px; } }

@media (max-width: 26.1875rem) {
  footer div.social {
    float: none;
    display: block;
    clear: both;
    padding-top: 20px; } }

@media (max-width: 26.1875rem) {
  footer div.terms ul li {
    float: none; } }

footer div.wrapper:after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 45rem) {
  footer div.terms ul li.copyright {
    float: none;
    clear: both;
    display: block;
    padding-top: 20px; } }

.footer-text-small {
  padding-top: 20px;
  display: block;
  width: 39.65517%;
  clear: both; }
  @media (max-width: 45rem) {
    .footer-text-small {
      width: 100%; } }

/*# sourceMappingURL=main.css.map */
