@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 1.6rem;
  background: #fff;
  color: #000;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, .editable_content tr:first-child td, h4, h5, h6, .editable_content .wp-caption .wp-caption-text, p, .editable_content tr td, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  background: transparent;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}
a:active, a:hover {
  outline: 0;
}
a img {
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td,
table th {
  padding: 0;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1.4rem;
}

html,
body {
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .editable_content tr:first-child td, h4, h5, h6, .editable_content .wp-caption .wp-caption-text,
.alpha, .beta, .gamma, .delta, .epsilon, .zeta {
  font-family: "Austin";
  font-weight: 200;
  color: #123862;
}
h1.white, h2.white, h3.white, .editable_content tr:first-child td.white, h4.white, h5.white, h6.white, .editable_content .wp-caption .white.wp-caption-text,
.alpha.white, .beta.white, .gamma.white, .delta.white, .epsilon.white, .zeta.white {
  color: #fff;
}

h1,
.alpha {
  font-size: 56px;
}
@media screen and (min-width: 768px) {
  h1,
.alpha {
    font-size: 63px;
  }
}

h2,
.beta {
  font-size: 42px;
  font-weight: 200;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  h2,
.beta {
    font-size: 49px;
  }
}

h3, .editable_content tr:first-child td,
.gamma {
  font-size: 28px;
  font-weight: 200;
  margin-bottom: 12px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  h3, .editable_content tr:first-child td,
.gamma {
    line-height: 1.25;
    font-size: 35px;
  }
}

.white.french {
  max-width: 100% !important;
}

h4,
.delta {
  font-size: 21px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  h4,
.delta {
    font-size: 28px;
  }
}

h5,
.epsilon {
  font-family: "Austin";
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
}

h6, .editable_content .wp-caption .wp-caption-text,
.zeta {
  font-size: 10px;
  font-family: "proxima-nova";
  font-weight: 300;
}
h6.grey, .editable_content .wp-caption .wp-caption-text,
.zeta.grey {
  color: #8CA3BF;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4em;
  margin-bottom: 7px;
}
h6.orange, .editable_content .wp-caption .orange.wp-caption-text,
.zeta.orange {
  color: #E47A00;
}

p, .editable_content tr td,
li {
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  color: #73869E;
}
p.tight, .editable_content tr td.tight,
li.tight {
  color: #123862;
  line-height: 1.4em;
}
p.intro, .editable_content tr td.intro,
li.intro {
  line-height: 2.1875;
}
p a, .editable_content tr td a,
li a {
  color: #32768C;
}
p.white, .editable_content tr td.white,
li.white {
  color: #fff;
}
p.dark, .editable_content tr td.dark,
li.dark {
  color: #123862;
}
p.stats, .editable_content tr td.stats,
li.stats {
  font-size: 42px;
  color: #F1F1E6;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  p.stats, .editable_content tr td.stats,
li.stats {
    font-size: 75px;
  }
}

p, .editable_content tr td {
  line-height: 1.8;
  margin-bottom: 14px;
}
p.small, .editable_content tr td.small {
  font-size: 13px;
}
p.xsmall, .editable_content tr td.xsmall {
  font-size: 10px;
  letter-spacing: 1px;
}
p.meta, .editable_content tr td.meta {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
p.meta.red, .editable_content tr td.meta.red {
  color: #C41230;
}
p.meta a, .editable_content tr td.meta a {
  color: #C41230;
  display: inline-block;
}
p.meta a:hover, .editable_content tr td.meta a:hover {
  color: #950e25;
}

a {
  font-family: "proxima-nova";
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
a.teal, a.white {
  text-transform: uppercase;
  font-weight: 500;
  margin: 15px 0;
  letter-spacing: 2px;
}
a.teal:hover {
  color: #5dabc5;
}
a.white:hover {
  color: #e6e6e6;
}

a.orange,
span.orange {
  color: #E47A00;
  text-transform: uppercase;
  font-family: "proxima-nova";
  font-weight: 500;
  margin-top: 20px;
  letter-spacing: 2px;
  font-size: 11px;
}
a.orange:hover,
span.orange:hover {
  color: #ff9418;
}
a.arrow,
span.arrow {
  position: relative;
}
a.arrow:hover:after,
span.arrow:hover:after {
  transform: translateX(5px);
}
a.arrow:after,
span.arrow:after {
  position: absolute;
  content: "";
  margin-left: 7px;
  top: 12px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #E47A00;
  transition: transform 0.2s ease-in-out;
}
a.arrow.opposite:hover:after,
span.arrow.opposite:hover:after {
  transform: translateX(-5px) rotate(180deg);
}
a.arrow.opposite:after,
span.arrow.opposite:after {
  margin-right: 7px;
  top: 2px;
  left: -20px;
  transform: rotate(180deg);
}

.teal {
  color: #3F94B0;
}

.grey, .editable_content .wp-caption .wp-caption-text {
  color: #8CA3BF;
}

nav a, .menu-item a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

i {
  color: #8CA3BF;
}

blockquote {
  padding-top: 10px;
  margin-bottom: 1em;
  font-family: "Austin";
  font-weight: 300;
  color: #73869E;
  font-size: 21px;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  blockquote {
    font-size: 28px;
  }
}

label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
label.light-blue {
  color: #287EE0;
}

.drop_cap > p:first-of-type:first-letter, .editable_content tr .drop_cap > td:first-of-type:first-letter {
  color: #C41230;
  font-size: 70px;
  font-family: "Austin";
  font-weight: 200;
  float: left;
  line-height: 1;
  padding-right: 8px;
}

.editable_content h1,
.editable_content h2,
.editable_content h3,
.editable_content tr:first-child td {
  margin-bottom: 15px;
}
@media (min-width: 640px) {
  .editable_content h1,
.editable_content h2,
.editable_content h3,
.editable_content tr:first-child td {
    margin-bottom: 0.4em;
  }
}
.editable_content p, .editable_content tr td,
.editable_content ul,
.editable_content ol,
.editable_content table,
.editable_content h4,
.editable_content h5,
.editable_content h6,
.editable_content .wp-caption .wp-caption-text {
  margin-bottom: 15px;
}
@media (min-width: 640px) {
  .editable_content p, .editable_content tr td,
.editable_content ul,
.editable_content ol,
.editable_content table,
.editable_content h4,
.editable_content h5,
.editable_content h6,
.editable_content .wp-caption .wp-caption-text {
    margin-bottom: 0.8em;
  }
}
.editable_content li {
  margin-bottom: 0.6em;
}
.editable_content p, .editable_content tr td {
  line-height: 2.3;
  color: #73869E;
}
.editable_content p + h1, .editable_content tr td + h1,
.editable_content p + h2,
.editable_content tr td + h2,
.editable_content p + h3,
.editable_content tr td + h3,
.editable_content tr:first-child p + td,
.editable_content tr:first-child td + td,
.editable_content p + h4,
.editable_content tr td + h4,
.editable_content p + h5,
.editable_content tr td + h5,
.editable_content p + h6,
.editable_content .wp-caption p + .wp-caption-text,
.editable_content tr td + h6,
.editable_content tr .wp-caption td + .wp-caption-text,
.editable_content .wp-caption tr td + .wp-caption-text {
  margin-top: 40px;
}
@media (min-width: 640px) {
  .editable_content p + h1, .editable_content tr td + h1,
.editable_content p + h2,
.editable_content tr td + h2,
.editable_content p + h3,
.editable_content tr td + h3,
.editable_content tr:first-child p + td,
.editable_content tr:first-child td + td,
.editable_content p + h4,
.editable_content tr td + h4,
.editable_content p + h5,
.editable_content tr td + h5,
.editable_content p + h6,
.editable_content .wp-caption p + .wp-caption-text,
.editable_content tr td + h6,
.editable_content tr .wp-caption td + .wp-caption-text,
.editable_content .wp-caption tr td + .wp-caption-text {
    margin-top: 20px;
  }
}
.editable_content ul,
.editable_content ol {
  margin: 40px 0 40px 20px;
  padding-left: 25px;
}
.editable_content ol {
  list-style: decimal;
}
.editable_content ul li {
  position: relative;
}
.editable_content ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 9px;
  left: -16px;
  background: #1B5394;
  border-radius: 50%;
}
.editable_content hr {
  border: none;
  border-top: 1px solid #EBEBEB;
  margin: 30px 0;
}
.editable_content a {
  font-size: 16px;
  display: inline;
}
.editable_content a:hover {
  color: #255666;
}
.editable_content blockquote {
  overflow: hidden;
  padding-top: 50px;
  margin-bottom: 50px;
  padding-left: 90px;
}
@media (min-width: 640px) {
  .editable_content blockquote {
    padding-left: 100px;
  }
}
.editable_content blockquote:before {
  content: "";
  display: block;
  width: 60px;
  height: 100%;
  float: left;
  background: url(_/images/block-quote-1.jpg) no-repeat top center;
  background-size: cover;
  margin: -2px 50px 0 -90px;
}
@media (min-width: 640px) {
  .editable_content blockquote:before {
    margin-left: -100px;
  }
}
.editable_content blockquote p, .editable_content blockquote tr td, .editable_content tr blockquote td {
  font-family: "Austin";
  font-weight: 300;
  color: #73869E;
  font-size: 21px;
  line-height: 1.7;
  margin-bottom: 0;
}
.editable_content img {
  margin-bottom: 30px;
}
.editable_content table {
  width: 100% !important;
  height: auto !important;
}
.editable_content tr {
  border: 1px solid #DDDEEB;
}
.editable_content tr:first-child {
  background: #F9F9FD;
}
.editable_content tr:not(:first-child) td {
  border: 1px solid #DDDEEB;
}
.editable_content tr td {
  padding: 15px 15px 10px !important;
}
.editable_content tr td:empty {
  display: initial;
}
.editable_content tr ul {
  margin: 0;
  max-width: initial;
}
.editable_content tr strong {
  color: #333;
}
.editable_content .alignleft {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  max-width: 33.333%;
}
.editable_content .alignright {
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
  max-width: 33.333%;
}
.editable_content .aligncenter {
  display: block;
  margin: 0 -25px;
  max-width: none !important;
  width: calc(100% + 50px) !important;
}
@media (min-width: 768px) {
  .editable_content .aligncenter {
    margin: 0 -40px;
    width: calc(100% + 80px) !important;
  }
}
@media (min-width: 1024px) {
  .editable_content .aligncenter {
    margin: 0 auto;
    width: auto !important;
    max-width: 100% !important;
  }
}
.editable_content .wp-caption {
  max-width: 100%;
}
.editable_content .wp-caption img {
  margin-bottom: 15px;
}
.editable_content .wp-caption.aligncenter .wp-caption-text {
  padding-left: 25px;
}
@media (min-width: 768px) {
  .editable_content .wp-caption.aligncenter .wp-caption-text {
    padding-left: 40px;
  }
}
@media (min-width: 1024px) {
  .editable_content .wp-caption.aligncenter .wp-caption-text {
    padding-left: 0;
  }
}

.row {
  width: 100%;
  margin: 0 auto;
  max-width: 1265px;
  max-width: 126.5rem;
  *zoom: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row {
    padding: 0 15px;
  }
}
.row.half-row {
  max-width: 632.5px;
  max-width: 63.25rem;
}
.row .row {
  width: auto;
  margin: 0 -25px;
  margin: 0 -2.5rem;
  max-width: none;
  *zoom: 1;
}
.row:after {
  content: " ";
  clear: both;
  display: block;
  width: 100%;
  height: 0;
}

.col,
.column,
.columns {
  padding: 0 25px;
  padding: 0 2.5rem;
  position: relative;
  float: left;
}
.col:last-child,
.column:last-child,
.columns:last-child {
  float: right;
}

[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -25px;
  margin: 0 -2.5rem;
}

[class*=block-grid-]:before,
[class*=block-grid-]:after {
  content: " ";
  display: table;
}

[class*=block-grid-]:after {
  clear: both;
}

[class*=block-grid-] > li {
  display: block;
  height: auto;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 25px;
  padding: 0 2.5rem;
}

@media only screen {
  .xsmall-hidden {
    display: none;
  }

  .xsmall-block {
    display: block;
  }

  .xsmall-inline {
    display: inline;
  }

  .xsmall-inline-block {
    display: inline-block;
  }

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

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

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

  .col.xsmall-centered,
.column.xsmall-centered,
.columns.xsmall-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .col.xsmall-uncentered,
.column.xsmall-uncentered,
.columns.xsmall-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .col.xsmall-uncentered.opposite,
.column.xsmall-uncentered.opposite,
.columns.xsmall-uncentered.opposite {
    float: right;
  }

  .xsmall-1 {
    width: 8.3333333333%;
  }

  .xsmall-2 {
    width: 16.6666666667%;
  }

  .xsmall-3 {
    width: 25%;
  }

  .xsmall-4 {
    width: 33.3333333333%;
  }

  .xsmall-5 {
    width: 41.6666666667%;
  }

  .xsmall-6 {
    width: 50%;
  }

  .xsmall-7 {
    width: 58.3333333333%;
  }

  .xsmall-8 {
    width: 66.6666666667%;
  }

  .xsmall-9 {
    width: 75%;
  }

  .xsmall-10 {
    width: 83.3333333333%;
  }

  .xsmall-11 {
    width: 91.6666666667%;
  }

  .xsmall-12 {
    width: 100%;
  }

  .xsmall-push-1 {
    left: 8.3333333333%;
    right: auto;
  }

  .xsmall-push-2 {
    left: 16.6666666667%;
    right: auto;
  }

  .xsmall-push-3 {
    left: 25%;
    right: auto;
  }

  .xsmall-push-4 {
    left: 33.3333333333%;
    right: auto;
  }

  .xsmall-push-5 {
    left: 41.6666666667%;
    right: auto;
  }

  .xsmall-push-6 {
    left: 50%;
    right: auto;
  }

  .xsmall-push-7 {
    left: 58.3333333333%;
    right: auto;
  }

  .xsmall-push-8 {
    left: 66.6666666667%;
    right: auto;
  }

  .xsmall-push-9 {
    left: 75%;
    right: auto;
  }

  .xsmall-push-10 {
    left: 83.3333333333%;
    right: auto;
  }

  .xsmall-push-11 {
    left: 91.6666666667%;
    right: auto;
  }

  .xsmall-push-12 {
    left: 100%;
    right: auto;
  }

  .xsmall-pull-1 {
    right: 8.3333333333%;
    left: auto;
  }

  .xsmall-pull-2 {
    right: 16.6666666667%;
    left: auto;
  }

  .xsmall-pull-3 {
    right: 25%;
    left: auto;
  }

  .xsmall-pull-4 {
    right: 33.3333333333%;
    left: auto;
  }

  .xsmall-pull-5 {
    right: 41.6666666667%;
    left: auto;
  }

  .xsmall-pull-6 {
    right: 50%;
    left: auto;
  }

  .xsmall-pull-7 {
    right: 58.3333333333%;
    left: auto;
  }

  .xsmall-pull-8 {
    right: 66.6666666667%;
    left: auto;
  }

  .xsmall-pull-9 {
    right: 75%;
    left: auto;
  }

  .xsmall-pull-10 {
    right: 83.3333333333%;
    left: auto;
  }

  .xsmall-pull-11 {
    right: 91.6666666667%;
    left: auto;
  }

  .xsmall-pull-12 {
    right: 100%;
    left: auto;
  }

  .xsmall-block-grid-1 > li {
    width: 100%;
  }

  .xsmall-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .xsmall-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .xsmall-block-grid-2 > li {
    width: 50%;
  }

  .xsmall-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .xsmall-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .xsmall-block-grid-3 > li {
    width: 33.3333333333%;
  }

  .xsmall-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .xsmall-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .xsmall-block-grid-4 > li {
    width: 25%;
  }

  .xsmall-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .xsmall-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .xsmall-block-grid-5 > li {
    width: 20%;
  }

  .xsmall-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .xsmall-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .xsmall-block-grid-6 > li {
    width: 16.6666666667%;
  }

  .xsmall-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .xsmall-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .xsmall-block-grid-7 > li {
    width: 14.2857142857%;
  }

  .xsmall-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .xsmall-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .xsmall-block-grid-8 > li {
    width: 12.5%;
  }

  .xsmall-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .xsmall-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .xsmall-block-grid-9 > li {
    width: 11.1111111111%;
  }

  .xsmall-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .xsmall-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .xsmall-block-grid-10 > li {
    width: 10%;
  }

  .xsmall-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .xsmall-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .xsmall-block-grid-11 > li {
    width: 9.0909090909%;
  }

  .xsmall-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .xsmall-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .xsmall-block-grid-12 > li {
    width: 8.3333333333%;
  }

  .xsmall-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .xsmall-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 0px) {
  .xsmall-hidden {
    display: none;
  }

  .xsmall-block {
    display: block;
  }

  .xsmall-inline {
    display: inline;
  }

  .xsmall-inline-block {
    display: inline-block;
  }

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

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

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

  .col.xsmall-centered,
.column.xsmall-centered,
.columns.xsmall-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .col.xsmall-uncentered,
.column.xsmall-uncentered,
.columns.xsmall-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .col.xsmall-uncentered.opposite,
.column.xsmall-uncentered.opposite,
.columns.xsmall-uncentered.opposite {
    float: right;
  }

  .xsmall-1 {
    width: 8.3333333333%;
  }

  .xsmall-2 {
    width: 16.6666666667%;
  }

  .xsmall-3 {
    width: 25%;
  }

  .xsmall-4 {
    width: 33.3333333333%;
  }

  .xsmall-5 {
    width: 41.6666666667%;
  }

  .xsmall-6 {
    width: 50%;
  }

  .xsmall-7 {
    width: 58.3333333333%;
  }

  .xsmall-8 {
    width: 66.6666666667%;
  }

  .xsmall-9 {
    width: 75%;
  }

  .xsmall-10 {
    width: 83.3333333333%;
  }

  .xsmall-11 {
    width: 91.6666666667%;
  }

  .xsmall-12 {
    width: 100%;
  }

  .xsmall-push-1 {
    left: 8.3333333333%;
    right: auto;
  }

  .xsmall-push-2 {
    left: 16.6666666667%;
    right: auto;
  }

  .xsmall-push-3 {
    left: 25%;
    right: auto;
  }

  .xsmall-push-4 {
    left: 33.3333333333%;
    right: auto;
  }

  .xsmall-push-5 {
    left: 41.6666666667%;
    right: auto;
  }

  .xsmall-push-6 {
    left: 50%;
    right: auto;
  }

  .xsmall-push-7 {
    left: 58.3333333333%;
    right: auto;
  }

  .xsmall-push-8 {
    left: 66.6666666667%;
    right: auto;
  }

  .xsmall-push-9 {
    left: 75%;
    right: auto;
  }

  .xsmall-push-10 {
    left: 83.3333333333%;
    right: auto;
  }

  .xsmall-push-11 {
    left: 91.6666666667%;
    right: auto;
  }

  .xsmall-push-12 {
    left: 100%;
    right: auto;
  }

  .xsmall-pull-1 {
    right: 8.3333333333%;
    left: auto;
  }

  .xsmall-pull-2 {
    right: 16.6666666667%;
    left: auto;
  }

  .xsmall-pull-3 {
    right: 25%;
    left: auto;
  }

  .xsmall-pull-4 {
    right: 33.3333333333%;
    left: auto;
  }

  .xsmall-pull-5 {
    right: 41.6666666667%;
    left: auto;
  }

  .xsmall-pull-6 {
    right: 50%;
    left: auto;
  }

  .xsmall-pull-7 {
    right: 58.3333333333%;
    left: auto;
  }

  .xsmall-pull-8 {
    right: 66.6666666667%;
    left: auto;
  }

  .xsmall-pull-9 {
    right: 75%;
    left: auto;
  }

  .xsmall-pull-10 {
    right: 83.3333333333%;
    left: auto;
  }

  .xsmall-pull-11 {
    right: 91.6666666667%;
    left: auto;
  }

  .xsmall-pull-12 {
    right: 100%;
    left: auto;
  }

  .xsmall-block-grid-1 > li {
    width: 100%;
  }

  .xsmall-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .xsmall-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .xsmall-block-grid-2 > li {
    width: 50%;
  }

  .xsmall-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .xsmall-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .xsmall-block-grid-3 > li {
    width: 33.3333333333%;
  }

  .xsmall-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .xsmall-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .xsmall-block-grid-4 > li {
    width: 25%;
  }

  .xsmall-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .xsmall-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .xsmall-block-grid-5 > li {
    width: 20%;
  }

  .xsmall-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .xsmall-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .xsmall-block-grid-6 > li {
    width: 16.6666666667%;
  }

  .xsmall-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .xsmall-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .xsmall-block-grid-7 > li {
    width: 14.2857142857%;
  }

  .xsmall-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .xsmall-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .xsmall-block-grid-8 > li {
    width: 12.5%;
  }

  .xsmall-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .xsmall-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .xsmall-block-grid-9 > li {
    width: 11.1111111111%;
  }

  .xsmall-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .xsmall-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .xsmall-block-grid-10 > li {
    width: 10%;
  }

  .xsmall-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .xsmall-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .xsmall-block-grid-11 > li {
    width: 9.0909090909%;
  }

  .xsmall-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .xsmall-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .xsmall-block-grid-12 > li {
    width: 8.3333333333%;
  }

  .xsmall-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .xsmall-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 640px) {
  .small-hidden {
    display: none;
  }

  .small-block {
    display: block;
  }

  .small-inline {
    display: inline;
  }

  .small-inline-block {
    display: inline-block;
  }

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

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

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

  .col.small-centered,
.column.small-centered,
.columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .col.small-uncentered,
.column.small-uncentered,
.columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .col.small-uncentered.opposite,
.column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
    float: right;
  }

  .small-1 {
    width: 8.3333333333%;
  }

  .small-2 {
    width: 16.6666666667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.3333333333%;
  }

  .small-5 {
    width: 41.6666666667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.3333333333%;
  }

  .small-8 {
    width: 66.6666666667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.3333333333%;
  }

  .small-11 {
    width: 91.6666666667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-push-1 {
    left: 8.3333333333%;
    right: auto;
  }

  .small-push-2 {
    left: 16.6666666667%;
    right: auto;
  }

  .small-push-3 {
    left: 25%;
    right: auto;
  }

  .small-push-4 {
    left: 33.3333333333%;
    right: auto;
  }

  .small-push-5 {
    left: 41.6666666667%;
    right: auto;
  }

  .small-push-6 {
    left: 50%;
    right: auto;
  }

  .small-push-7 {
    left: 58.3333333333%;
    right: auto;
  }

  .small-push-8 {
    left: 66.6666666667%;
    right: auto;
  }

  .small-push-9 {
    left: 75%;
    right: auto;
  }

  .small-push-10 {
    left: 83.3333333333%;
    right: auto;
  }

  .small-push-11 {
    left: 91.6666666667%;
    right: auto;
  }

  .small-push-12 {
    left: 100%;
    right: auto;
  }

  .small-pull-1 {
    right: 8.3333333333%;
    left: auto;
  }

  .small-pull-2 {
    right: 16.6666666667%;
    left: auto;
  }

  .small-pull-3 {
    right: 25%;
    left: auto;
  }

  .small-pull-4 {
    right: 33.3333333333%;
    left: auto;
  }

  .small-pull-5 {
    right: 41.6666666667%;
    left: auto;
  }

  .small-pull-6 {
    right: 50%;
    left: auto;
  }

  .small-pull-7 {
    right: 58.3333333333%;
    left: auto;
  }

  .small-pull-8 {
    right: 66.6666666667%;
    left: auto;
  }

  .small-pull-9 {
    right: 75%;
    left: auto;
  }

  .small-pull-10 {
    right: 83.3333333333%;
    left: auto;
  }

  .small-pull-11 {
    right: 91.6666666667%;
    left: auto;
  }

  .small-pull-12 {
    right: 100%;
    left: auto;
  }

  .small-block-grid-1 > li {
    width: 100%;
  }

  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
  }

  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.3333333333%;
  }

  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
  }

  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
  }

  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.6666666667%;
  }

  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.2857142857%;
  }

  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
  }

  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.1111111111%;
  }

  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
  }

  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.0909090909%;
  }

  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.3333333333%;
  }

  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .medium-hidden {
    display: none;
  }

  .medium-block {
    display: block;
  }

  .medium-inline {
    display: inline;
  }

  .medium-inline-block {
    display: inline-block;
  }

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

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

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

  .col.medium-centered,
.column.medium-centered,
.columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .col.medium-uncentered,
.column.medium-uncentered,
.columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .col.medium-uncentered.opposite,
.column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
    float: right;
  }

  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-push-1 {
    left: 8.3333333333%;
    right: auto;
  }

  .medium-push-2 {
    left: 16.6666666667%;
    right: auto;
  }

  .medium-push-3 {
    left: 25%;
    right: auto;
  }

  .medium-push-4 {
    left: 33.3333333333%;
    right: auto;
  }

  .medium-push-5 {
    left: 41.6666666667%;
    right: auto;
  }

  .medium-push-6 {
    left: 50%;
    right: auto;
  }

  .medium-push-7 {
    left: 58.3333333333%;
    right: auto;
  }

  .medium-push-8 {
    left: 66.6666666667%;
    right: auto;
  }

  .medium-push-9 {
    left: 75%;
    right: auto;
  }

  .medium-push-10 {
    left: 83.3333333333%;
    right: auto;
  }

  .medium-push-11 {
    left: 91.6666666667%;
    right: auto;
  }

  .medium-push-12 {
    left: 100%;
    right: auto;
  }

  .medium-pull-1 {
    right: 8.3333333333%;
    left: auto;
  }

  .medium-pull-2 {
    right: 16.6666666667%;
    left: auto;
  }

  .medium-pull-3 {
    right: 25%;
    left: auto;
  }

  .medium-pull-4 {
    right: 33.3333333333%;
    left: auto;
  }

  .medium-pull-5 {
    right: 41.6666666667%;
    left: auto;
  }

  .medium-pull-6 {
    right: 50%;
    left: auto;
  }

  .medium-pull-7 {
    right: 58.3333333333%;
    left: auto;
  }

  .medium-pull-8 {
    right: 66.6666666667%;
    left: auto;
  }

  .medium-pull-9 {
    right: 75%;
    left: auto;
  }

  .medium-pull-10 {
    right: 83.3333333333%;
    left: auto;
  }

  .medium-pull-11 {
    right: 91.6666666667%;
    left: auto;
  }

  .medium-pull-12 {
    right: 100%;
    left: auto;
  }

  .medium-block-grid-1 > li {
    width: 100%;
  }

  .medium-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    width: 50%;
  }

  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    width: 33.3333333333%;
  }

  .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    width: 25%;
  }

  .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    width: 20%;
  }

  .medium-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    width: 16.6666666667%;
  }

  .medium-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    width: 14.2857142857%;
  }

  .medium-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    width: 12.5%;
  }

  .medium-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    width: 11.1111111111%;
  }

  .medium-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    width: 10%;
  }

  .medium-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    width: 9.0909090909%;
  }

  .medium-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    width: 8.3333333333%;
  }

  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1024px) {
  .large-hidden {
    display: none;
  }

  .large-block {
    display: block;
  }

  .large-inline {
    display: inline;
  }

  .large-inline-block {
    display: inline-block;
  }

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

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

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

  .col.large-centered,
.column.large-centered,
.columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .col.large-uncentered,
.column.large-uncentered,
.columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .col.large-uncentered.opposite,
.column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
    float: right;
  }

  .large-1 {
    width: 8.3333333333%;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-5 {
    width: 41.6666666667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-8 {
    width: 66.6666666667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-11 {
    width: 91.6666666667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-push-1 {
    left: 8.3333333333%;
    right: auto;
  }

  .large-push-2 {
    left: 16.6666666667%;
    right: auto;
  }

  .large-push-3 {
    left: 25%;
    right: auto;
  }

  .large-push-4 {
    left: 33.3333333333%;
    right: auto;
  }

  .large-push-5 {
    left: 41.6666666667%;
    right: auto;
  }

  .large-push-6 {
    left: 50%;
    right: auto;
  }

  .large-push-7 {
    left: 58.3333333333%;
    right: auto;
  }

  .large-push-8 {
    left: 66.6666666667%;
    right: auto;
  }

  .large-push-9 {
    left: 75%;
    right: auto;
  }

  .large-push-10 {
    left: 83.3333333333%;
    right: auto;
  }

  .large-push-11 {
    left: 91.6666666667%;
    right: auto;
  }

  .large-push-12 {
    left: 100%;
    right: auto;
  }

  .large-pull-1 {
    right: 8.3333333333%;
    left: auto;
  }

  .large-pull-2 {
    right: 16.6666666667%;
    left: auto;
  }

  .large-pull-3 {
    right: 25%;
    left: auto;
  }

  .large-pull-4 {
    right: 33.3333333333%;
    left: auto;
  }

  .large-pull-5 {
    right: 41.6666666667%;
    left: auto;
  }

  .large-pull-6 {
    right: 50%;
    left: auto;
  }

  .large-pull-7 {
    right: 58.3333333333%;
    left: auto;
  }

  .large-pull-8 {
    right: 66.6666666667%;
    left: auto;
  }

  .large-pull-9 {
    right: 75%;
    left: auto;
  }

  .large-pull-10 {
    right: 83.3333333333%;
    left: auto;
  }

  .large-pull-11 {
    right: 91.6666666667%;
    left: auto;
  }

  .large-pull-12 {
    right: 100%;
    left: auto;
  }

  .large-block-grid-1 > li {
    width: 100%;
  }

  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
  }

  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.3333333333%;
  }

  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
  }

  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
  }

  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.6666666667%;
  }

  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.2857142857%;
  }

  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
  }

  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.1111111111%;
  }

  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
  }

  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.0909090909%;
  }

  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.3333333333%;
  }

  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1180px) {
  .smallDesktop-hidden {
    display: none;
  }

  .smallDesktop-block {
    display: block;
  }

  .smallDesktop-inline {
    display: inline;
  }

  .smallDesktop-inline-block {
    display: inline-block;
  }

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

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

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

  .col.smallDesktop-centered,
.column.smallDesktop-centered,
.columns.smallDesktop-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .col.smallDesktop-uncentered,
.column.smallDesktop-uncentered,
.columns.smallDesktop-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .col.smallDesktop-uncentered.opposite,
.column.smallDesktop-uncentered.opposite,
.columns.smallDesktop-uncentered.opposite {
    float: right;
  }

  .smallDesktop-1 {
    width: 8.3333333333%;
  }

  .smallDesktop-2 {
    width: 16.6666666667%;
  }

  .smallDesktop-3 {
    width: 25%;
  }

  .smallDesktop-4 {
    width: 33.3333333333%;
  }

  .smallDesktop-5 {
    width: 41.6666666667%;
  }

  .smallDesktop-6 {
    width: 50%;
  }

  .smallDesktop-7 {
    width: 58.3333333333%;
  }

  .smallDesktop-8 {
    width: 66.6666666667%;
  }

  .smallDesktop-9 {
    width: 75%;
  }

  .smallDesktop-10 {
    width: 83.3333333333%;
  }

  .smallDesktop-11 {
    width: 91.6666666667%;
  }

  .smallDesktop-12 {
    width: 100%;
  }

  .smallDesktop-push-1 {
    left: 8.3333333333%;
    right: auto;
  }

  .smallDesktop-push-2 {
    left: 16.6666666667%;
    right: auto;
  }

  .smallDesktop-push-3 {
    left: 25%;
    right: auto;
  }

  .smallDesktop-push-4 {
    left: 33.3333333333%;
    right: auto;
  }

  .smallDesktop-push-5 {
    left: 41.6666666667%;
    right: auto;
  }

  .smallDesktop-push-6 {
    left: 50%;
    right: auto;
  }

  .smallDesktop-push-7 {
    left: 58.3333333333%;
    right: auto;
  }

  .smallDesktop-push-8 {
    left: 66.6666666667%;
    right: auto;
  }

  .smallDesktop-push-9 {
    left: 75%;
    right: auto;
  }

  .smallDesktop-push-10 {
    left: 83.3333333333%;
    right: auto;
  }

  .smallDesktop-push-11 {
    left: 91.6666666667%;
    right: auto;
  }

  .smallDesktop-push-12 {
    left: 100%;
    right: auto;
  }

  .smallDesktop-pull-1 {
    right: 8.3333333333%;
    left: auto;
  }

  .smallDesktop-pull-2 {
    right: 16.6666666667%;
    left: auto;
  }

  .smallDesktop-pull-3 {
    right: 25%;
    left: auto;
  }

  .smallDesktop-pull-4 {
    right: 33.3333333333%;
    left: auto;
  }

  .smallDesktop-pull-5 {
    right: 41.6666666667%;
    left: auto;
  }

  .smallDesktop-pull-6 {
    right: 50%;
    left: auto;
  }

  .smallDesktop-pull-7 {
    right: 58.3333333333%;
    left: auto;
  }

  .smallDesktop-pull-8 {
    right: 66.6666666667%;
    left: auto;
  }

  .smallDesktop-pull-9 {
    right: 75%;
    left: auto;
  }

  .smallDesktop-pull-10 {
    right: 83.3333333333%;
    left: auto;
  }

  .smallDesktop-pull-11 {
    right: 91.6666666667%;
    left: auto;
  }

  .smallDesktop-pull-12 {
    right: 100%;
    left: auto;
  }

  .smallDesktop-block-grid-1 > li {
    width: 100%;
  }

  .smallDesktop-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .smallDesktop-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .smallDesktop-block-grid-2 > li {
    width: 50%;
  }

  .smallDesktop-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .smallDesktop-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .smallDesktop-block-grid-3 > li {
    width: 33.3333333333%;
  }

  .smallDesktop-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .smallDesktop-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .smallDesktop-block-grid-4 > li {
    width: 25%;
  }

  .smallDesktop-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .smallDesktop-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .smallDesktop-block-grid-5 > li {
    width: 20%;
  }

  .smallDesktop-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .smallDesktop-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .smallDesktop-block-grid-6 > li {
    width: 16.6666666667%;
  }

  .smallDesktop-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .smallDesktop-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .smallDesktop-block-grid-7 > li {
    width: 14.2857142857%;
  }

  .smallDesktop-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .smallDesktop-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .smallDesktop-block-grid-8 > li {
    width: 12.5%;
  }

  .smallDesktop-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .smallDesktop-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .smallDesktop-block-grid-9 > li {
    width: 11.1111111111%;
  }

  .smallDesktop-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .smallDesktop-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .smallDesktop-block-grid-10 > li {
    width: 10%;
  }

  .smallDesktop-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .smallDesktop-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .smallDesktop-block-grid-11 > li {
    width: 9.0909090909%;
  }

  .smallDesktop-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .smallDesktop-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .smallDesktop-block-grid-12 > li {
    width: 8.3333333333%;
  }

  .smallDesktop-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .smallDesktop-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1200px) {
  .xlarge-hidden {
    display: none;
  }

  .xlarge-block {
    display: block;
  }

  .xlarge-inline {
    display: inline;
  }

  .xlarge-inline-block {
    display: inline-block;
  }

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

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

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

  .col.xlarge-centered,
.column.xlarge-centered,
.columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .col.xlarge-uncentered,
.column.xlarge-uncentered,
.columns.xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .col.xlarge-uncentered.opposite,
.column.xlarge-uncentered.opposite,
.columns.xlarge-uncentered.opposite {
    float: right;
  }

  .xlarge-1 {
    width: 8.3333333333%;
  }

  .xlarge-2 {
    width: 16.6666666667%;
  }

  .xlarge-3 {
    width: 25%;
  }

  .xlarge-4 {
    width: 33.3333333333%;
  }

  .xlarge-5 {
    width: 41.6666666667%;
  }

  .xlarge-6 {
    width: 50%;
  }

  .xlarge-7 {
    width: 58.3333333333%;
  }

  .xlarge-8 {
    width: 66.6666666667%;
  }

  .xlarge-9 {
    width: 75%;
  }

  .xlarge-10 {
    width: 83.3333333333%;
  }

  .xlarge-11 {
    width: 91.6666666667%;
  }

  .xlarge-12 {
    width: 100%;
  }

  .xlarge-push-1 {
    left: 8.3333333333%;
    right: auto;
  }

  .xlarge-push-2 {
    left: 16.6666666667%;
    right: auto;
  }

  .xlarge-push-3 {
    left: 25%;
    right: auto;
  }

  .xlarge-push-4 {
    left: 33.3333333333%;
    right: auto;
  }

  .xlarge-push-5 {
    left: 41.6666666667%;
    right: auto;
  }

  .xlarge-push-6 {
    left: 50%;
    right: auto;
  }

  .xlarge-push-7 {
    left: 58.3333333333%;
    right: auto;
  }

  .xlarge-push-8 {
    left: 66.6666666667%;
    right: auto;
  }

  .xlarge-push-9 {
    left: 75%;
    right: auto;
  }

  .xlarge-push-10 {
    left: 83.3333333333%;
    right: auto;
  }

  .xlarge-push-11 {
    left: 91.6666666667%;
    right: auto;
  }

  .xlarge-push-12 {
    left: 100%;
    right: auto;
  }

  .xlarge-pull-1 {
    right: 8.3333333333%;
    left: auto;
  }

  .xlarge-pull-2 {
    right: 16.6666666667%;
    left: auto;
  }

  .xlarge-pull-3 {
    right: 25%;
    left: auto;
  }

  .xlarge-pull-4 {
    right: 33.3333333333%;
    left: auto;
  }

  .xlarge-pull-5 {
    right: 41.6666666667%;
    left: auto;
  }

  .xlarge-pull-6 {
    right: 50%;
    left: auto;
  }

  .xlarge-pull-7 {
    right: 58.3333333333%;
    left: auto;
  }

  .xlarge-pull-8 {
    right: 66.6666666667%;
    left: auto;
  }

  .xlarge-pull-9 {
    right: 75%;
    left: auto;
  }

  .xlarge-pull-10 {
    right: 83.3333333333%;
    left: auto;
  }

  .xlarge-pull-11 {
    right: 91.6666666667%;
    left: auto;
  }

  .xlarge-pull-12 {
    right: 100%;
    left: auto;
  }

  .xlarge-block-grid-1 > li {
    width: 100%;
  }

  .xlarge-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .xlarge-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .xlarge-block-grid-2 > li {
    width: 50%;
  }

  .xlarge-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .xlarge-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .xlarge-block-grid-3 > li {
    width: 33.3333333333%;
  }

  .xlarge-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .xlarge-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .xlarge-block-grid-4 > li {
    width: 25%;
  }

  .xlarge-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .xlarge-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .xlarge-block-grid-5 > li {
    width: 20%;
  }

  .xlarge-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .xlarge-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .xlarge-block-grid-6 > li {
    width: 16.6666666667%;
  }

  .xlarge-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .xlarge-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .xlarge-block-grid-7 > li {
    width: 14.2857142857%;
  }

  .xlarge-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .xlarge-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .xlarge-block-grid-8 > li {
    width: 12.5%;
  }

  .xlarge-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .xlarge-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .xlarge-block-grid-9 > li {
    width: 11.1111111111%;
  }

  .xlarge-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .xlarge-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .xlarge-block-grid-10 > li {
    width: 10%;
  }

  .xlarge-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .xlarge-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .xlarge-block-grid-11 > li {
    width: 9.0909090909%;
  }

  .xlarge-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .xlarge-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .xlarge-block-grid-12 > li {
    width: 8.3333333333%;
  }

  .xlarge-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .xlarge-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
.clearfix:after, .resources-posts-container .post-list:after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  clear: both;
}

.circle {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.has-shadow {
  box-shadow: 0 2px 3px #ccc;
  box-shadow: 0 0.2rem 0.3rem #ccc;
}

.box-shadow {
  -webkit-box-shadow: 0px 2px 3px rgba(138, 133, 127, 0.3);
  -moz-box-shadow: 0px 2px 3px rgba(138, 133, 127, 0.3);
  box-shadow: 0px 2px 3px rgba(138, 133, 127, 0.3);
}

.aa {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.prevent-scroll {
  overflow: hidden;
  position: fixed;
  height: 100%;
}
@media (min-width: 1024px) {
  .prevent-scroll {
    position: absolute;
  }
}

iframe,
object,
embed {
  max-width: 100%;
}

.time-stamp {
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  font-size: 13px;
  font-family: "proxima-nova";
  font-weight: 500;
  color: #73869E;
}
.time-stamp i {
  position: relative;
  top: 1px;
  padding-right: 7px;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pagination {
  display: inline-block;
}
.pagination .page-numbers {
  display: inline-block;
  color: #3F94B0;
  padding: 2px 5px;
  font-size: 13px;
  margin: 0 10px;
  font-weight: 500;
}
.pagination .current {
  border: 1px solid #3F94B0;
}
.pagination i {
  color: #3F94B0;
}

.overflow-hidden {
  overflow: hidden;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

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

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

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

.v-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
.v-wrapper .v-inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.has-radius {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
}

.noWrap {
  white-space: nowrap;
}

.hidden {
  display: none;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}
.bg-black * {
  color: #fff;
}

[class*=border-] {
  border: 0.1rem solid transparent;
}

[class*=top-border] {
  border-top: 0.1rem solid transparent;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

[class*=bottom-border] {
  border-bottom: 0.1rem solid transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

[class*=left-border] {
  border-left: 0.1rem solid transparent;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}

[class*=right-border] {
  border-right: 0.1rem solid transparent;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
}

[class*=thick-] {
  border-width: 0.2rem;
}

[class*=xthick-] {
  border-width: 0.4rem;
}

[class*=border-white] {
  border-color: #fff;
}

.shallow-shadow {
  box-shadow: none;
  transition: box-shadow 0.3s ease-in-out;
}
.shallow-shadow:hover {
  box-shadow: 0 10px 20px 4px rgba(0, 0, 0, 0.15);
}

.button-text-hide-mobile {
  display: none;
}
@media (min-width: 640px) {
  .button-text-hide-mobile {
    display: inline;
  }
}

.xsmall-hidden {
  display: none;
}
@media screen and (min-width: 640px) {
  .xsmall-hidden {
    display: block;
  }
}

.xsmall-visible {
  display: block;
}
@media screen and (min-width: 640px) {
  .xsmall-visible {
    display: none;
  }
}

.small-hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .small-hidden {
    display: block;
  }
}

.small-visible {
  display: block;
}
@media screen and (min-width: 768px) {
  .small-visible {
    display: none !important;
  }
}

.medium-hidden {
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .medium-hidden {
    display: none;
  }
}

.medium-visible {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .medium-visible {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .medium-visible {
    display: none !important;
  }
}

.large-hidden {
  display: block;
}
@media screen and (min-width: 1024px) {
  .large-hidden {
    display: none !important;
  }
}

.large-visible {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .large-visible {
    display: block !important;
  }
}

.hide {
  display: none !important;
}

.show {
  display: block;
}

@media screen and (min-width: 768px) {
  .resources-posts-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.resources-posts-container .post-item {
  width: 100%;
  margin: 20px 0 26px;
  box-shadow: 0 10px 20px 4px #EBEBEB;
  position: relative;
  display: inline-block;
  transition: box-shadow 0.3s ease-in-out;
}
@media screen and (min-width: 640px) {
  .resources-posts-container .post-item {
    margin: 25px;
    width: calc(49% - 50px);
    float: left;
  }
}
@media screen and (min-width: 1024px) {
  .resources-posts-container .post-item {
    width: calc(33% - 50px);
  }
}
.resources-posts-container .post-item:hover {
  box-shadow: 0 10px 30px 6px #DEDEDE;
}
@media screen and (min-width: 1024px) {
  .resources-posts-container .post-item:not(.horizontal):hover .info,
.resources-posts-container .post-item:not(.horizontal):hover i[class*=icon] {
    transform: translateY(-35px);
  }
  .resources-posts-container .post-item:not(.horizontal):hover .resource-cta {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
  }
}
.resources-posts-container .post-item.dark {
  box-shadow: 0 10px 20px 4px rgba(0, 0, 0, 0.15);
}
.resources-posts-container .post-item.dark:hover {
  box-shadow: 0 10px 30px 6px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .resources-posts-container .post-item .post-item-inner {
    margin-left: 60px;
  }
}
.resources-posts-container .post-item .post-item-inner img {
  width: 140px;
  float: left;
  margin-right: 20px;
  display: block;
  padding-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .resources-posts-container .post-item .post-item-inner img {
    width: initial;
    float: none;
    margin-right: 0;
    padding-bottom: 0;
  }
}
.resources-posts-container .post-item .post-item-inner .info {
  padding-top: 5px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .resources-posts-container .post-item .post-item-inner .info {
    padding-top: 0;
    background: #fff;
    transition: transform 0.2s ease-in-out;
  }
}
.resources-posts-container .post-item .post-item-inner .info .tight {
  padding-top: 16px;
  margin-bottom: 10px;
}
.resources-posts-container .post-item .post-item-inner i {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 16px;
  transition: transform 0.2s ease-in-out;
}
.resources-posts-container .post-item .resource-cta {
  display: none;
}
@media (min-width: 1024px) {
  .resources-posts-container .post-item .resource-cta {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 60px;
    padding-right: 10px;
    pointer-events: none;
    opacity: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .resources-posts-container .post-item .resource-cta:after {
    position: relative;
    top: 2px;
    display: inline-block;
  }
}
.resources-posts-container .post-item.horizontal {
  margin: 20px auto;
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .resources-posts-container .post-item.horizontal {
    width: 100%;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .resources-posts-container .post-item.horizontal {
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .resources-posts-container .post-item.horizontal:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .resources-posts-container .post-item.horizontal {
    margin: 10px 15px;
    width: calc(33% - 30px);
  }
}
.resources-posts-container .post-item.horizontal.full-width {
  width: 100% !important;
  margin: 0;
}
.resources-posts-container .post-item.horizontal .post-item-inner {
  margin: 0;
}
.resources-posts-container .post-item.horizontal .post-item-inner img {
  width: 125px;
  float: left;
  margin-right: 20px;
  padding-bottom: 30px;
}
.resources-posts-container .post-item.horizontal .post-item-inner .info {
  background: none;
  padding-top: 20px;
  padding-right: 5px;
  width: calc(100% - 145px);
  float: right;
  padding-bottom: 30px;
}
.resources-posts-container .post-item.horizontal .post-item-inner .info .tight {
  margin-top: 0;
}
.resources-posts-container .post-item.horizontal .resource-cta {
  left: 145px;
}
.resources-posts-container .team-post-item {
  margin: 40px auto;
}
@media screen and (min-width: 1024px) {
  .resources-posts-container .team-post-item:hover .info,
.resources-posts-container .team-post-item:hover i[class*=icon] {
    transform: none;
  }
}
@media screen and (max-width: 430px) {
  .resources-posts-container .team-post-item .info {
    padding-top: 10px !important;
  }
}
@media screen and (min-width: 640px) {
  .resources-posts-container .team-post-item {
    margin: 25px;
  }
}
@media screen and (max-width: 768px) {
  .resources-posts-container .team-post-item .post-item-inner img {
    width: 80%;
    float: right;
    margin: 0;
  }
  .resources-posts-container .team-post-item .post-item-inner .info {
    width: 80%;
    float: right;
  }
}
@media screen and (min-width: 1024px) {
  .resources-posts-container .team-post-item {
    margin: 20px;
    display: inline-table;
  }
  .resources-posts-container .team-post-item .info {
    padding-top: 10px !important;
    padding-bottom: 60px !important;
  }
  .resources-posts-container .team-post-item h6, .resources-posts-container .team-post-item .editable_content .wp-caption .wp-caption-text, .editable_content .wp-caption .resources-posts-container .team-post-item .wp-caption-text {
    position: absolute;
    bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .resources-posts-container .team-post-item .resource-cta {
    clear: both;
    display: block;
    width: 100%;
    float: right;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .resources-posts-container .team-post-item .resource-cta:after {
    top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .resources-posts-container .team-post-item .resource-cta {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .resources-posts-container .fellow-post-item {
    width: calc(25% - 50px);
  }
}
@media (max-width: 767px) {
  .resources-posts-container .fellow-post-item .post-item-inner img {
    padding-bottom: 15px !important;
  }
}
.resources-posts-container .fellow-post-item .post-item-inner .info {
  padding-bottom: 20px !important;
}
@media (min-width: 1024px) {
  .resources-posts-container .fellow-post-item .post-item-inner .info {
    padding-top: 20px !important;
  }
}
.resources-posts-container .fellow-post-item p, .resources-posts-container .fellow-post-item .editable_content tr td, .editable_content tr .resources-posts-container .fellow-post-item td {
  margin-bottom: 10px;
}
.resources-posts-container .fellow-post-item h6, .resources-posts-container .fellow-post-item .editable_content .wp-caption .wp-caption-text, .editable_content .wp-caption .resources-posts-container .fellow-post-item .wp-caption-text {
  position: static;
}
.resources-posts-container .facts-related-post-item {
  background: #fff;
  box-shadow: 0 0px 5px 0px #32768C;
}
.resources-posts-container .facts-related-post-item:hover {
  box-shadow: 0 10px 30px 6px #32768C;
}
@media screen and (min-width: 768px) {
  .resources-posts-container .facts-related-post-item {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 1024px) {
  .resources-posts-container .facts-related-post-item {
    width: 100% !important;
    height: 215px;
  }
}
@media screen and (min-width: 1325px) {
  .resources-posts-container .facts-related-post-item {
    width: 385px !important;
  }
}
@media screen and (min-width: 1024px) {
  .resources-posts-container .cards-centered {
    width: calc(50% - 50px);
  }
}
@media screen and (min-width: 1200px) {
  .resources-posts-container .cards-centered {
    width: calc(33% - 50px);
  }
}
.resources-posts-container .cards-centered .post-item-inner-centered {
  text-align: center;
  padding: 10px 30px 30px;
}
.resources-posts-container .cards-centered .post-item-inner-centered img {
  margin: 40px 0 20px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.resources-posts-container .cards-centered .post-item-inner-centered img:hover {
  opacity: 0.7;
}
.resources-posts-container .cards-centered .post-item-inner-centered .dark {
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.resources-posts-container .cards-centered .post-item-inner-centered .dark:hover {
  color: #1a518d;
}
.resources-posts-container .cards-centered .post-item-inner-centered .info p, .resources-posts-container .cards-centered .post-item-inner-centered .info .editable_content tr td, .editable_content tr .resources-posts-container .cards-centered .post-item-inner-centered .info td {
  font-size: 13px;
  line-height: 1.5;
}
.resources-posts-container .cards-centered .post-item-inner-centered .info a {
  display: inline-block;
  color: #FCA62C;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.resources-posts-container .cards-centered .post-item-inner-centered .info a:hover {
  color: #fdbb5e;
}
.resources-posts-container .partners-post-item:hover .info {
  transform: none !important;
}

.initiatives-datastream .cards-centered {
  float: none;
  vertical-align: bottom;
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .cards-centered {
    width: calc(25% - 50px);
  }
}
.initiatives-datastream .cards-centered img {
  max-width: 150px;
  max-height: 120px;
}
.initiatives-datastream .cards-centered:hover {
  box-shadow: 0 10px 20px 4px #EBEBEB;
}

section.hero-standard {
  padding: 50px 0 0;
  position: relative;
}
@media screen and (min-width: 640px) {
  section.hero-standard {
    padding: 100px 0px 0px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1024px) {
  section.hero-standard {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  section.hero-standard {
    padding-top: 150px;
  }
}
@media screen and (min-width: 1200px) {
  section.hero-standard {
    padding-top: 200px;
  }
}
section.hero-standard .hero-standard-intro {
  padding-bottom: 200px;
}
@media screen and (min-width: 540px) and (max-width: 767px) {
  section.hero-standard .hero-standard-intro {
    padding-bottom: 320px;
  }
}
@media screen and (min-width: 1024px) {
  section.hero-standard .hero-standard-intro {
    background: #fff;
    padding: 0 50px;
  }
}
section.hero-standard .hero-standard-intro h4 {
  padding: 30px 0;
  line-height: 1.6em;
}
section.hero-standard .hero-standard-intro p, section.hero-standard .hero-standard-intro .editable_content tr td, .editable_content tr section.hero-standard .hero-standard-intro td {
  line-height: 2.1em;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.hero-standard .hero-standard-intro p, section.hero-standard .hero-standard-intro .editable_content tr td, .editable_content tr section.hero-standard .hero-standard-intro td {
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .no-results {
    text-align: center;
  }
}
.no-results a {
  display: inline;
  font-size: inherit;
}

.cta-bar {
  padding: 40px 40px 20px;
}
.cta-bar h3, .cta-bar .editable_content tr:first-child td, .editable_content tr:first-child .cta-bar td {
  position: relative;
  margin-bottom: 20px;
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  .cta-bar h3, .cta-bar .editable_content tr:first-child td, .editable_content tr:first-child .cta-bar td {
    display: inline-block;
    margin-right: 30px;
  }
}
.cta-bar .button {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .cta-bar .button {
    top: -7px;
  }
}

.team-modal {
  opacity: 0;
  background: #6F9EAE;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 50px;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}
.team-modal.visible {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .team-modal .xlarge-7 {
    width: 41.66667%;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .team-modal .xlarge-5 {
    width: 58.33333%;
  }
}
.team-modal .team-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .team-modal .team-inner {
    top: 50%;
    box-shadow: 0 10px 20px 5px rgba(68, 83, 102, 0.3);
    height: auto;
    max-height: calc(100vh - 60px);
    transform: translateY(-50%);
  }
}
@media (min-width: 1024px) {
  .team-modal .team-inner {
    left: 50%;
    width: calc(100% - 100px);
    max-width: 1266px;
    transform: translateX(-50%) translateY(-50%);
  }
}
.team-modal .team-inner .image {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .team-modal .team-inner .image {
    padding-right: 25px;
  }
}
.team-modal .team-inner .image img {
  display: block;
  width: 100%;
}
.team-modal .team-inner .image .title {
  display: block;
  text-align: center;
  padding: 40px 15px 30px;
  border-bottom: 1px solid #EBEBEB;
}
@media (min-width: 768px) {
  .team-modal .team-inner .image .title {
    display: none;
  }
}
.team-modal .team-inner .image .title h2 {
  margin-bottom: 7px;
}
.team-modal .close {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 20px;
  z-index: 1;
  color: #8CA3BF;
}
.team-modal .modal-info {
  padding: 60px 40px 60px 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .team-modal .modal-info {
    border-left: 1px solid #EBEBEB;
  }
}
@media (min-width: 768px) {
  .team-modal .modal-info {
    position: absolute;
    right: 0;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 1024px) {
  .team-modal .modal-info {
    padding-right: 50px;
    padding-left: 25px;
  }
}
.team-modal .modal-info .title {
  display: none;
}
@media (min-width: 768px) {
  .team-modal .modal-info .title {
    display: block;
  }
}
.team-modal .modal-info h6, .team-modal .modal-info .editable_content .wp-caption .wp-caption-text, .editable_content .wp-caption .team-modal .modal-info .wp-caption-text {
  margin: 15px 0;
}
.team-modal .modal-info .contact {
  float: left;
  word-wrap: break-word;
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.team-modal .modal-info .contact hr {
  display: block;
}
@media (min-width: 768px) {
  .team-modal .modal-info .contact {
    max-width: 50%;
    padding-right: 25px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .team-modal .modal-info .contact.full-width {
    max-width: 100%;
    padding-right: 0;
  }
  .team-modal .modal-info .contact hr {
    display: none;
  }
}
.team-modal .modal-info .contact > a {
  margin-top: 14px;
  margin-bottom: 14px;
}
.team-modal .modal-info .next-event {
  width: 100%;
}
@media (min-width: 768px) {
  .team-modal .modal-info .next-event {
    width: 50%;
    float: right;
    padding-left: 25px;
  }
}
.team-modal .contact {
  position: relative;
}
.team-modal .contact hr {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #EBEBEB;
}
.team-modal .next-event span {
  color: #73869E;
  display: block;
  margin-bottom: 10px;
}
.team-modal .social-links a {
  display: inline-block;
  font-size: 20px;
  color: #3F94B0;
}
.team-modal .social-links a:nth-child(2) {
  margin: 0 20px;
}

.team-modal:not(.fellow-modal) .image > div {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .team-modal:not(.fellow-modal) .image > div {
    display: block;
    padding: 25px 40px;
  }
  .team-modal:not(.fellow-modal) .image > div:nth-of-type(1) {
    padding-top: 40px;
  }
  .team-modal:not(.fellow-modal) .image > div:nth-of-type(2) {
    padding-bottom: 40px;
  }
  .team-modal:not(.fellow-modal) .image > div.contact hr {
    display: block;
    width: 60%;
  }
  .team-modal:not(.fellow-modal) .image > div.next-event a {
    margin: 0;
  }
}

.team-modal.fellow-modal {
  background: #fff;
}
.team-modal.fellow-modal .team-inner {
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .team-modal.fellow-modal .team-inner {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .team-modal.fellow-modal .modal-info {
    position: relative;
    height: auto;
  }
}
.team-modal.fellow-modal .image {
  margin: 30px -40px 40px -30px;
}
@media (min-width: 1024px) {
  .team-modal.fellow-modal .image {
    width: 33.333%;
    float: left;
    margin: 0;
  }
}
.team-modal.fellow-modal .paper {
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EBEBEB;
}
@media (min-width: 768px) {
  .team-modal.fellow-modal .paper {
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 50px;
    padding-bottom: 0;
    border: none;
    float: left;
    clear: both;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .team-modal.fellow-modal .paper {
    clear: left;
    width: 33.333%;
  }
}
.team-modal.fellow-modal .post-item {
  width: 100% !important;
  margin: 20px 0 25px 0 !important;
}
.team-modal.fellow-modal .modal-info {
  padding-top: 35px;
  padding-bottom: 0;
  border-left: none;
  overflow: auto;
}
@media (min-width: 1024px) {
  .team-modal.fellow-modal .modal-info {
    padding-top: 60px;
    width: 66.666%;
    float: right;
  }
}
@media (min-width: 768px) {
  .team-modal.fellow-modal .modal-info > img {
    float: left;
    max-width: 40%;
    margin: -35px 30px 20px -30px;
  }
}
.team-modal.fellow-modal .arrow:hover {
  color: #3F94B0;
}
.team-modal.fellow-modal .arrow:after {
  top: 2px;
  border-left-color: #3F94B0;
}
.team-modal.fellow-modal .title {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .team-modal.fellow-modal .title {
    text-align: left;
  }
}
.team-modal.fellow-modal .title h1,
.team-modal.fellow-modal .title h2 {
  margin-bottom: 5px;
}
.team-modal.fellow-modal .title .seperator {
  display: none;
}
@media (min-width: 768px) {
  .team-modal.fellow-modal .title .seperator {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 768px) {
  .team-modal.fellow-modal .title br {
    display: none;
  }
}
.team-modal.fellow-modal .title .desktop-text {
  display: none;
}
@media (min-width: 768px) {
  .team-modal.fellow-modal .title .desktop-text {
    display: inline;
  }
}
.team-modal.fellow-modal .title .mobile-text {
  display: inline;
}
@media (min-width: 768px) {
  .team-modal.fellow-modal .title .mobile-text {
    display: none;
  }
}
@media (min-width: 768px) {
  .team-modal.fellow-modal .title h6, .team-modal.fellow-modal .title .editable_content .wp-caption .wp-caption-text, .editable_content .wp-caption .team-modal.fellow-modal .title .wp-caption-text {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .team-modal.fellow-modal .title .social-links {
    margin-left: 30px;
    position: relative;
    top: 3px;
  }
}
@media (min-width: 1024px) {
  .team-modal.fellow-modal .title .social-links {
    display: inline-block;
  }
}
.team-modal.fellow-modal .title .social-links a {
  font-size: 17px;
}
.team-modal.fellow-modal .title .social-links a:nth-child(2) {
  margin: 0 12px;
}
.team-modal.fellow-modal .nav {
  margin-top: 35px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .team-modal.fellow-modal .nav {
    margin-bottom: 30px;
  }
}
.team-modal.fellow-modal .nav li {
  display: inline-block;
  padding-right: 40px;
}
.team-modal.fellow-modal .nav a {
  text-transform: uppercase;
  padding-bottom: 3px;
  font-size: 13px;
  font-weight: 500;
  color: #3F94B0;
}
.team-modal.fellow-modal .nav a.active {
  border-bottom: 1px solid #3F94B0;
}
.team-modal.fellow-modal .next-fellow {
  float: right;
  margin-right: 25px;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .team-modal.fellow-modal .next-fellow {
    margin-top: 65px;
  }
}
@media (min-width: 1024px) {
  .team-modal.fellow-modal .next-fellow {
    clear: both;
  }
}
.team-modal.fellow-modal .next-fellow:after {
  top: 15px;
  left: 92px;
}
@media (min-width: 768px) {
  .team-modal.fellow-modal .next-fellow:after {
    top: 7px;
  }
}
.team-modal.fellow-modal .next-fellow img,
.team-modal.fellow-modal .next-fellow span {
  display: inline-block;
}
.team-modal.fellow-modal .next-fellow img {
  margin-right: 10px;
  max-width: 40px;
}
.team-modal.fellow-modal .next-fellow h4 {
  text-transform: none;
  letter-spacing: initial;
}
.team-modal.fellow-modal .next-fellow.french {
  float: right;
  margin-right: 25px;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .team-modal.fellow-modal .next-fellow.french {
    margin-top: 65px;
  }
}
@media (min-width: 1024px) {
  .team-modal.fellow-modal .next-fellow.french {
    clear: both;
  }
}
.team-modal.fellow-modal .next-fellow.french:after {
  top: 15px;
  left: 120px;
}
@media (min-width: 768px) {
  .team-modal.fellow-modal .next-fellow.french:after {
    top: 7px;
  }
}
.team-modal.fellow-modal .next-fellow.french img,
.team-modal.fellow-modal .next-fellow.french span {
  display: inline-block;
}
.team-modal.fellow-modal .next-fellow.french img {
  margin-right: 10px;
  max-width: 40px;
}
.team-modal.fellow-modal .next-fellow.french h4 {
  text-transform: none;
  letter-spacing: initial;
}

.button,
button,
input[type=submit] {
  border: none;
  padding: 13px 45px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  letter-spacing: 1.8px;
  font-family: "proxima-nova";
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
  position: relative;
  z-index: 0;
}
.button:before,
button:before,
input[type=submit]:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.button[class*=btn-border],
button[class*=btn-border],
input[type=submit][class*=btn-border] {
  border: 1px solid transparent;
}
.button.btn-light,
button.btn-light,
input[type=submit].btn-light {
  background: #F0F4F5;
  color: #32768C;
}
.button.btn-light:before,
button.btn-light:before,
input[type=submit].btn-light:before {
  background: #F0F4F5;
}
.button.btn-light:active,
button.btn-light:active,
input[type=submit].btn-light:active {
  box-shadow: inset 0 1px 3px #909D9E;
}
.button.btn-light:hover:before,
button.btn-light:hover:before,
input[type=submit].btn-light:hover:before {
  transform: scaleY(1.1) translate3D(0, 0, 0);
}
.button.btn-dark,
button.btn-dark,
input[type=submit].btn-dark {
  background: #32768C;
  color: #F0F4F5;
}
.button.btn-dark:before,
button.btn-dark:before,
input[type=submit].btn-dark:before {
  background: #32768C;
}
.button.btn-dark:active,
button.btn-dark:active,
input[type=submit].btn-dark:active {
  box-shadow: inset 0 1px 3px #193A45;
}
.button.btn-dark:hover:before,
button.btn-dark:hover:before,
input[type=submit].btn-dark:hover:before {
  transform: scaleY(1.1) translate3D(0, 0, 0);
}
.button.btn-toggle,
button.btn-toggle,
input[type=submit].btn-toggle {
  border: 1px solid #D7E7E9;
  background: none;
  color: #3F94B0;
  border-radius: 0;
  padding: 7px 10px 6px;
  font-weight: 500;
  font-size: 13px;
  transition: border-color 0.2s ease-in-out;
}
.button.btn-toggle:hover,
button.btn-toggle:hover,
input[type=submit].btn-toggle:hover {
  transform: none;
  border-color: #3F94B0;
}
.button.btn-toggle.active,
button.btn-toggle.active,
input[type=submit].btn-toggle.active {
  border-color: #3F94B0;
}

::-webkit-input-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

[placeholder]:-ms-input-placeholder {
  opacity: 1;
}

form {
  padding: 30px;
}
form li {
  padding: 10px 10px 0 0;
}
form .gfield {
  position: relative;
}
form .gfield label {
  color: #123862;
  background: #F7F7F7;
  font-family: "proxima-nova";
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1.8px;
  display: block;
  position: absolute;
  left: 10px;
  top: 25px;
  padding: 0 5px;
  line-height: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
form .gfield label .gfield_required {
  display: none;
}
form .gfield input[type=text], form .gfield input[type=email], form .gfield textarea, form .gfield select {
  border: 1px solid #73869E;
  max-width: 100%;
  width: 100%;
  padding: 11px 20px;
  margin: 20px 0 0;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  color: #A1BAD9;
  font-size: 13px;
  font-weight: 200;
  background: #F7F7F7;
  appearance: none;
}
form .gfield input[type=text]:focus, form .gfield input[type=email]:focus, form .gfield textarea:focus, form .gfield select:focus {
  outline: none;
}
form .gfield select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  background: none;
  border-radius: 1rem;
  padding: 10px 15px;
}
form .gfield textarea {
  display: block;
}
form .clear {
  clear: both;
}
form input[type=submit] {
  background: #32768C;
  color: #F0F4F5;
  appearance: none;
}
form input[type=submit]:active {
  box-shadow: inset 0 1px 3px #193A45;
}
form input[type=submit]:focus {
  outline: none;
}
form .gfield_error input[type=text], form .gfield_error input[type=email], form .gfield_error textarea, form .gfield_error select {
  border: 1px solid #F79202;
}
form .gfield_error label {
  color: #E47A00;
}
form .gfield_error .icon-chevron-down::before {
  color: #F79202;
}
form .validation_error + .gform_body {
  clear: both;
}
form .validation_error, form .validation_message {
  color: #E47A00;
  font-size: 13px;
  margin: 10px 10px 0 10px;
  outline-color: #E47A00;
  font-family: "proxima-nova";
  font-weight: 300;
}
form .validation_message {
  font-size: 10px;
  margin-left: 15px !important;
  line-height: 14px;
}
form .gform_footer {
  text-align: right;
  margin-top: 30px;
}
form select {
  border: 1px solid #D7E7E9;
}
form .gfield_radio label {
  display: inline-block;
  margin-top: 5px;
  top: 0 !important;
  position: static;
}
@media screen and (min-width: 768px) {
  form .half-size {
    float: left;
    width: 50%;
  }
  form .half-size:first-child {
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  form .quarter-size {
    float: left;
    width: 25%;
  }
}
form .icon-chevron-down::before {
  position: absolute;
  right: 20px;
  top: 46px;
  color: #3F94B0;
}

.gform_footer {
  padding: 10px 10px 0 0;
}

.gform_confirmation_wrapper {
  padding: 30px;
  color: #123862;
  line-height: 1.75em;
}

input:focus,
textarea:focus {
  /*   	border: 1px solid $tigerOrange;*/
  /*   	outline-color: $tigerOrange;*/
}

input[type=text]:focus,
input[type=search]:focus,
input[type=email]:focus,
textarea:focus {
  /*   	border: 1px solid $tigerOrange;*/
  /*   	outline-color: $tigerOrange;*/
}

table.has-rows tr:nth-of-type(2n) {
  background: #fafafa;
}
@font-face {
  font-family: "icomoon";
  src: url("_/fonts/icon-font/icomoon.eot?jebibt");
  src: url("_/fonts/icon-font/icomoon.eot?jebibt#iefix") format("embedded-opentype"), url("_/fonts/icon-font/icomoon.ttf?jebibt") format("truetype"), url("_/fonts/icon-font/icomoon.woff?jebibt") format("woff"), url("_/fonts/icon-font/icomoon.svg?jebibt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-quote:before {
  content: "\e914";
}

.icon-network:before {
  content: "\e90f";
}

.icon-experience:before {
  content: "\e910";
}

.icon-mentorship:before {
  content: "\e911";
}

.icon-skillsbuilding:before {
  content: "\e912";
}

.icon-traditionalknowledge:before {
  content: "\e913";
}

.icon-error:before, .initiatives-toolkit .request .request-form form .validation_error:before, .contact_landing .validation_error:before {
  content: "\e90e";
}

.icon-plus:before {
  content: "\e90d";
}
.icon-plus.close {
  transform: rotate(45deg);
}

.icon-chevron-up:before {
  content: "\e90b";
  font-size: 0.4em;
}

.icon-chevron-down:before {
  content: "\e90c";
  font-size: 0.4em;
}

.icon-chevron-left:before {
  content: "\e90a";
}

.icon-chevron-right:before {
  content: "\e909";
}

.icon-pages:before {
  content: "\e907";
}

.icon-clock:before {
  content: "\e908";
}

.icon-search:before {
  content: "\e906";
}

.icon-speech:before,
.icon-speeches:before {
  content: "\e900";
}

.icon-video:before,
.icon-videos:before {
  content: "\e901";
}

.icon-publication:before,
.icon-publications:before {
  content: "\e902";
}

.icon-infographic:before,
.icon-infographics:before {
  content: "\e903";
}

.icon-article:before,
.icon-articles:before {
  content: "\e904";
}

.icon-report:before,
.icon-reports:before {
  content: "\e905";
}

.icon-facebook:before {
  content: "\e621";
}

.icon-twitter:before {
  content: "\e622";
}

.icon-instagram:before {
  content: "\e624";
}

.icon-linkedin:before {
  content: "\eaca";
  font-size: 1.2em;
  position: relative;
  top: -1px;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./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: 10px;
  width: 70px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 13%;
  z-index: 1;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
  transform: scaleY(1);
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -50px;
}
@media screen and (min-width: 480px) {
  .slick-prev {
    left: 0;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 25px;
}
.slick-prev:before {
  content: "";
  background: url(_/images/arrow.svg) no-repeat;
  transform: rotate(180deg);
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -50px;
}
@media screen and (min-width: 480px) {
  .slick-next {
    right: 0;
  }
}
[dir=rtl] .slick-next {
  left: 25px;
  right: auto;
}
.slick-next:before {
  content: "";
  background: url(_/images/arrow.svg) no-repeat;
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .slick-dotted.slick-slider {
    margin-bottom: 75px;
  }
}

.slick-dots {
  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:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 10px;
  height: 10px;
  font-family: "slick";
  font-size: 12px;
  text-indent: -3px;
  line-height: 6px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 5px solid #DEDEDE;
  background: #DEDEDE;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  color: #FCA62C;
  background: #FCA62C;
  border-bottom: 5px solid #FCA62C;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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;
}

/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2016 Schwartzco Inc.
        License: 1612-KPPRDC
*/
@font-face {
  font-family: "proxima-nova";
  src: url("_/fonts/proxima-nova/normal-600.eot");
  src: url("_/fonts/proxima-nova/normal-600.eot?#iefix") format("embedded-opentype"), url("_/fonts/proxima-nova/normal-600.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("_/fonts/proxima-nova/normal-500.eot");
  src: url("_/fonts/proxima-nova/normal-500.eot?#iefix") format("embedded-opentype"), url("_/fonts/proxima-nova/normal-500.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("_/fonts/proxima-nova/italic-500.eot");
  src: url("_/fonts/proxima-nova/italic-500.eot?#iefix") format("embedded-opentype"), url("_/fonts/proxima-nova/italic-500.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}
/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2016 Schwartzco Inc.
        License: 1612-KPPRDC
*/
@font-face {
  font-family: "Austin";
  src: url("Austin-BoldItalic-Web.eot");
  src: url("Austin-BoldItalic-Web.eot?#iefix") format("embedded-opentype"), url("Austin-BoldItalic-Web.woff2") format("woff2"), url("Austin-BoldItalic-Web.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Austin";
  src: url("_/fonts/austin-webfonts/Austin-Bold-Web.eot");
  src: url("_/fonts/austin-webfonts/Austin-Bold-Web.eot?#iefix") format("embedded-opentype"), url("_/fonts/austin-webfonts/Austin-Bold-Web.woff2") format("woff2"), url("_/fonts/austin-webfonts/Austin-Bold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Austin";
  src: url("_/fonts/austin-webfonts/Austin-Italic-Web.eot");
  src: url("_/fonts/austin-webfonts/Austin-Italic-Web.eot?#iefix") format("embedded-opentype"), url("_/fonts/austin-webfonts/Austin-Italic-Web.woff2") format("woff2"), url("_/fonts/austin-webfonts/Austin-Italic-Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Austin";
  src: url("_/fonts/austin-webfonts/Austin-Roman-Web.eot");
  src: url("_/fonts/austin-webfonts/Austin-Roman-Web.eot?#iefix") format("embedded-opentype"), url("_/fonts/austin-webfonts/Austin-Roman-Web.woff2") format("woff2"), url("_/fonts/austin-webfonts/Austin-Roman-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Austin";
  src: url("_/fonts/austin-webfonts/Austin-LightItalic-Web.eot");
  src: url("_/fonts/austin-webfonts/Austin-LightItalic-Web.eot?#iefix") format("embedded-opentype"), url("_/fonts/austin-webfonts/Austin-LightItalic-Web.woff2") format("woff2"), url("_/fonts/austin-webfonts/Austin-LightItalic-Web.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Austin";
  src: url("_/fonts/austin-webfonts/Austin-Light-Web.eot");
  src: url("_/fonts/austin-webfonts/Austin-Light-Web.eot?#iefix") format("embedded-opentype"), url("_/fonts/austin-webfonts/Austin-Light-Web.woff2") format("woff2"), url("_/fonts/austin-webfonts/Austin-Light-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  50% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    transform: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  50% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    transform: none;
  }
}
.transition-element {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.is-exiting .transition-element {
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
}

.is-loading,
.is-loading a {
  cursor: progress;
}

header {
  background: #73869E;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  height: 75px;
  transition: transform 0.2s ease-in-out, height 0.2s ease-in-out;
}
header.fixed {
  position: fixed;
  transform: translateY(-100%);
}
header.visible {
  transform: translateY(0);
}
header.slide-down {
  height: 100%;
}
header.slide-down > .row {
  height: 100%;
}
@media (min-width: 1024px) {
  header {
    position: relative;
    height: auto;
  }
}
header .brand {
  width: 130px;
  margin-top: 7px;
  margin-bottom: 19px;
}
@media (min-width: 640px) {
  header .brand {
    width: 160px;
    margin-bottom: 0;
    margin-top: 25px;
  }
  header .brand img {
    height: 57px;
  }
}
header .nav-menu {
  padding-left: 0;
  text-align: right;
}
header .menu-main-menu-container .current-menu-item:after,
header .menu-main-menu-container .current_page_parent:after,
header .menu-main-menu-container .current-page-ancestor:after, header .menu-main-menu-french-container .current-menu-item:after,
header .menu-main-menu-french-container .current_page_parent:after,
header .menu-main-menu-french-container .current-page-ancestor:after {
  content: "";
  position: absolute;
  background: #445366;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: -10px;
  top: 23px;
}
@media screen and (min-width: 1024px) {
  header .menu-main-menu-container .current-menu-item:after,
header .menu-main-menu-container .current_page_parent:after,
header .menu-main-menu-container .current-page-ancestor:after, header .menu-main-menu-french-container .current-menu-item:after,
header .menu-main-menu-french-container .current_page_parent:after,
header .menu-main-menu-french-container .current-page-ancestor:after {
    left: 47%;
    bottom: 20px;
    top: auto;
  }
}
@media screen and (min-width: 1024px) {
  header .menu-main-menu-container, header .menu-main-menu-french-container {
    display: inline-block;
  }
}
header .menu-main-menu-container li, header .menu-main-menu-french-container li {
  padding: 15px 10px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  header .menu-main-menu-container li, header .menu-main-menu-french-container li {
    display: inline-block;
    padding: 30px 15px;
  }
}
@media screen and (min-width: 1200px) {
  header .menu-main-menu-container li, header .menu-main-menu-french-container li {
    padding-left: 25px;
    padding-right: 25px;
  }
}
header .menu-main-menu-container a, header .menu-main-menu-french-container a {
  font-weight: 500;
}
header .menu-main-menu-container a:hover, header .menu-main-menu-french-container a:hover {
  color: #e6e6e6;
}
header .menu-main-menu-container .menu > li, header .menu-main-menu-french-container .menu > li {
  border-bottom: 1px solid #8CA3BF;
}
@media screen and (min-width: 1024px) {
  header .menu-main-menu-container .menu > li, header .menu-main-menu-french-container .menu > li {
    border-bottom: none;
  }
}
header .menu-main-menu-french-container li {
  padding: 15px 10px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  header .menu-main-menu-french-container li {
    display: inline-block;
    padding: 30px 15px;
  }
}
@media screen and (min-width: 1200px) {
  header .menu-main-menu-french-container li {
    padding-left: 12px;
    padding-right: 12px;
  }
}
header .small-nav-menu {
  background: #73869E;
  width: 100%;
  position: absolute;
  top: 75px;
  left: 0;
  height: calc(100% - 75px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1024px) {
  header .small-nav-menu {
    position: static;
    height: auto;
    overflow: initial;
    background: none;
  }
}
header .small-nav-menu .menu > li {
  display: block;
}
@media (min-width: 1024px) {
  header .menu > .menu-item-has-children > a:after {
    font-family: "icomoon";
    content: "\e90c";
    font-size: 0.4em;
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    margin-left: 5px;
    color: #425266;
  }
}
@media (min-width: 1200px) {
  header .menu > .menu-item-has-children > a:after {
    right: 5px;
  }
}
@media (min-width: 1024px) {
  header .menu-main-menu-french-container .menu > .menu-item-has-children > a:after {
    font-family: "icomoon";
    content: "\e90c";
    font-size: 0.4em;
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    margin-left: 5px;
    color: #425266;
  }
}
@media (min-width: 1200px) {
  header .menu-main-menu-french-container .menu > .menu-item-has-children > a:after {
    right: -4px;
  }
}
@media (min-width: 1024px) {
  header .menu-item-has-children:hover > .sub-menu,
header .menu-item-has-children *:hover > .sub-menu {
    display: block;
  }
}
header .menu > li > .sub-menu {
  padding: 10px 0;
  margin-left: 15px;
}
header .menu > li > .sub-menu li {
  padding: 10px 0;
}
@media (min-width: 1024px) {
  header .menu > li > .sub-menu {
    margin-left: 0;
    display: none;
    position: absolute;
    background: #fff;
    left: 25px;
    top: calc(100% - 27px);
    width: 275px;
    box-shadow: 3px 5px 13px rgba(0, 0, 0, 0.15);
    text-align: left;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  header .menu > li > .sub-menu > li {
    display: block;
    padding: 30px 0;
    margin-left: 30px;
    margin-right: 30px;
  }
  header .menu > li > .sub-menu > li:not(:last-child) {
    border-bottom: 1px solid rgba(114, 134, 159, 0.2);
  }
  header .menu > li > .sub-menu > li a {
    color: #72869F;
  }
  header .menu > li > .sub-menu > li a:hover {
    color: rgba(114, 134, 159, 0.8);
  }
}
@media (min-width: 1024px) {
  header .menu > li > .sub-menu .sub-menu {
    padding-top: 8px;
  }
  header .menu > li > .sub-menu .sub-menu li {
    padding: 0;
    margin: 0;
  }
}
header .menu > li > .sub-menu .sub-menu a {
  font-size: 10px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}
@media (min-width: 1024px) {
  header .menu > li > .sub-menu .sub-menu a {
    color: #8CA3BF;
  }
  header .menu > li > .sub-menu .sub-menu a:hover {
    color: rgba(140, 163, 191, 0.8);
  }
}
header .menu > li > .sub-menu .sub-menu .current-menu-item:after,
header .menu > li > .sub-menu .sub-menu .current_page_parent:after,
header .menu > li > .sub-menu .sub-menu .current-page-ancestor:after {
  display: none;
}
header .menu > li > .sub-menu .current-menu-item:after,
header .menu > li > .sub-menu .current_page_parent:after,
header .menu > li > .sub-menu .current-page-ancestor:after {
  left: -17px;
  top: 13px;
  bottom: auto;
}
@media (min-width: 1024px) {
  header .menu > li > .sub-menu .current-menu-item:after,
header .menu > li > .sub-menu .current_page_parent:after,
header .menu > li > .sub-menu .current-page-ancestor:after {
    top: 38px;
  }
}
header #nav-icon {
  width: 25px;
  height: 15px;
  position: absolute;
  right: 25px;
  margin: 30px auto;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header #nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header #nav-icon span:nth-child(1) {
  top: 0px;
}
header #nav-icon span:nth-child(2) {
  top: 7px;
}
header #nav-icon span:nth-child(3) {
  top: 14px;
}
@media (min-width: 640px) {
  header #nav-icon {
    position: relative;
    right: auto;
  }
}
header #nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
  opacity: 0;
}
header #nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
}
header #nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px;
}
@media (min-width: 1024px) {
  header .social {
    padding-left: 25px;
    position: relative;
    top: 3px;
  }
}

header.home-nav {
  background: none;
  z-index: 1001;
}
@media (min-width: 1024px) {
  header.home-nav {
    background: rgba(255, 255, 255, 0);
    position: relative;
  }
}
header.home-nav.visible, header.home-nav.bg-white {
  background: #fff;
}
header.home-nav .nav-menu {
  padding-left: 0;
  text-align: right;
}
header.home-nav .menu-main-menu-container .current-menu-item:after,
header.home-nav .menu-main-menu-container .current_page_parent:after, header.home-nav .menu-main-menu-french-container .current-menu-item:after,
header.home-nav .menu-main-menu-french-container .current_page_parent:after {
  content: "";
  position: absolute;
  background: #445366;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 47%;
  bottom: 20px;
}
header.home-nav .menu-main-menu-container a, header.home-nav .menu-main-menu-french-container a {
  font-weight: 500;
  color: #73869E;
}
header.home-nav .menu-main-menu-container a:hover, header.home-nav .menu-main-menu-french-container a:hover {
  color: rgba(115, 134, 158, 0.6);
}
header.home-nav .menu > li > .sub-menu .sub-menu a {
  color: #73869E;
}
@media (max-width: 1023px) {
  header.home-nav .small-nav-menu,
header.home-nav .social {
    background: #fff;
  }
}
header.home-nav #nav-icon span {
  background: #73869E;
}
header.home-nav .social i {
  color: #73869E;
}
header.home-nav .social i svg {
  fill: #73869E;
}

.container {
  padding-top: 75px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .container {
    padding-top: 0;
    overflow: inherit;
  }
}

footer {
  background: #73869E;
  position: relative;
  z-index: 2;
}
footer .footer-content {
  padding: 28px 0;
}
footer .footer-content a {
  display: block;
  padding: 7px 0;
  font-family: "proxima-nova";
  font-weight: 500;
}
footer .footer-content a:hover {
  color: #e6e6e6;
}
footer .footer-menu {
  display: none;
}
@media (min-width: 640px) {
  footer .footer-menu {
    width: calc(100% - 140px);
    display: inline-block;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  footer .footer-menu {
    width: calc(100% - 131px);
    padding-left: 50px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  footer .footer-menu {
    width: calc(100% - 156px);
    padding-right: 50px;
  }
}
@media (min-width: 640px) {
  footer .menu-footer-container, footer .menu-footer-french-container {
    column-count: 2;
    max-width: 75%;
  }
}
@media (min-width: 1024px) {
  footer .menu-footer-container, footer .menu-footer-french-container {
    float: right;
  }
}
footer .menu-footer-container li, footer .menu-footer-french-container li {
  padding-left: 18px;
}
footer .menu-footer-container .current-menu-item,
footer .menu-footer-container .current_page_parent,
footer .menu-footer-container .current-page-ancestor, footer .menu-footer-french-container .current-menu-item,
footer .menu-footer-french-container .current_page_parent,
footer .menu-footer-french-container .current-page-ancestor {
  position: relative;
}
footer .menu-footer-container .current-menu-item:before,
footer .menu-footer-container .current_page_parent:before,
footer .menu-footer-container .current-page-ancestor:before, footer .menu-footer-french-container .current-menu-item:before,
footer .menu-footer-french-container .current_page_parent:before,
footer .menu-footer-french-container .current-page-ancestor:before {
  content: "";
  position: absolute;
  background: #445366;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  top: 14px;
}
footer .social {
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  footer .social {
    margin-bottom: 0;
    float: right;
  }
}
footer .copyright,
footer .thanks {
  color: #fff;
  font-family: "proxima-nova";
  font-weight: 500;
  padding-top: 7px;
  margin-bottom: 5px;
}
footer .copyright {
  font-size: 13px;
}
footer .thanks {
  padding-bottom: 0 !important;
  font-size: 12px;
}
footer .thanks a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
}
footer .thanks a:hover {
  color: rgba(255, 255, 255, 0.8);
}

header .social {
  padding: 20px 0;
}
@media (min-width: 1024px) {
  header .social {
    padding: 0;
    display: inline-block;
  }
}

header.universal-nav .social.visible {
  background: #73869E;
}

.social li {
  display: inline-block;
  line-height: 1;
  padding: 0 5px 30px;
}
.social a:hover i {
  color: #e6e6e6;
}
.social a:hover i svg {
  fill: #e6e6e6;
}
.social i {
  color: #fff;
  font-size: 16px;
  transition: color 0.3s ease-in-out;
}
.social i svg {
  fill: #fff;
  transition: fill 0.3s ease-in-out;
}

.share-box {
  background: #F0F4F5;
  border-radius: 10px;
  padding: 15px 25px 14px;
  text-align: center;
  display: inline-block;
  margin-right: 30px;
  position: relative;
  -webkit-transition: padding 0.1s ease-in-out;
  -moz-transition: padding 0.1s ease-in-out;
  transition: padding 0.1s ease-in-out;
}
.share-box.open {
  padding-bottom: 50px;
}
.share-box.open .share-link i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.share-box.open .sites {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.share-box .share-link {
  color: #3F94B0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "proxima-nova";
  font-weight: 500;
}
.share-box .share-link i {
  display: inline-block;
  position: relative;
  top: 1px;
  -webkit-transition: transform 0.1s ease-in-out;
  -moz-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
}
.share-box i {
  color: #3F94B0;
}
.share-box .sites {
  opacity: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  pointer-events: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.share-box .sites li {
  display: inline-block;
  padding: 0 4px;
}
.share-box .sites a {
  font-size: 15px;
}

.title.include-search {
  position: relative;
}
.title.include-search h2 {
  float: left;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.title.include-search.hover h2 {
  opacity: 0.4;
  transform: translateY(-4px);
}

.searchform {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  overflow: hidden;
  transition: padding 0.2s ease-in-out;
}
.searchform.open input[type=search] {
  transform: translateY(0);
}
.searchform.open button {
  right: 26px;
}
@media (min-width: 768px) {
  .searchform.open button {
    right: 40px;
  }
}
.searchform input[type=search] {
  font-family: "proxima-nova";
  font-weight: 300;
  position: relative;
  top: 0;
  width: 100%;
  background: #EBEBEB;
  appearance: none;
  box-shadow: none;
  border: none;
  padding: 18px 65px 16px 25px;
  font-size: 20px;
  transform: translateY(100%);
  transition: transform 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .searchform input[type=search] {
    padding-top: 22px;
    padding-bottom: 20px;
    padding-right: 80px;
  }
}
.searchform input[type=search]:focus {
  outline: none;
}
.searchform button {
  background: none;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 2px;
  font-size: 20px;
  cursor: pointer;
  line-height: 1px;
  transform: translateY(-50%);
  transition: transform 0.2s ease-in-out, right 0.2s ease-in-out;
}
.searchform button i {
  color: #123862;
}

.resources_general .title.hover .searchform:not(.open) input[type=search] {
  transform: translateY(calc(100% - 4px));
}
.resources_general .title.hover .searchform:not(.open) button {
  transform: translateY(calc(-50% - 4px));
}

.page_general .title {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .page_general .title {
    padding-top: 50px;
  }
}
.page_general .editable_content {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .page_general .editable_content {
    padding-bottom: 65px;
  }
}

.resources_general .title {
  border-bottom: 1px solid #EBEBEB;
  margin: 57px 25px 0;
}
.resources_general .title h2 {
  margin-bottom: 10px;
}

.resources_landing .container {
  position: relative;
}
.resources_landing .container:after {
  content: "";
  position: absolute;
  bottom: 0;
  background: url(_/images/shapes-mobile.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 27%;
  background-position: 50%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .resources_landing .container:after {
    content: "";
    position: absolute;
    bottom: 0;
    background: url(_/images/shapes.jpg) no-repeat bottom center;
    background-size: 100%;
    width: 100%;
    height: 28%;
    z-index: -1;
  }
}
@media screen and (min-width: 1024px) {
  .resources_landing .container:after {
    height: 100%;
  }
}
.resources_landing .container #resources-main .resource-intro {
  margin-top: 25px;
}
.resources_landing .container #resources-main .orange {
  padding-top: 10px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768) {
  .resources_landing .container #resources-main .orange {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .resources_landing .container #resources-main .post-list {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}
@media screen and (max-width: 767px) {
  .resources_landing .container #resources-main .post-item {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 575px) and (max-width: 767px) {
  .resources_landing .container #resources-main .post-item {
    margin: 25px;
    width: calc(49% - 50px);
    float: left;
  }
}
@media screen and (min-width: 575px) and (max-width: 1023px) {
  .resources_landing .container #resources-main .post-item:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 575px) and (max-width: 639px) {
  .resources_landing .container #resources-main .post-item-inner img {
    width: 100px;
  }
}
.resources_landing .container #resources-main .resource-topics {
  margin: 20px 0;
}
@media screen and (min-width: 1024px) {
  .resources_landing .container #resources-main .resource-topics {
    height: 500px;
  }
}
.resources_landing .container #resources-main section.second-topic {
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
@media screen and (min-width: 1024px) {
  .resources_landing .container #resources-main section.second-topic {
    border: 0;
  }
}

section.additional-topics,
section.all-topics {
  padding: 90px 0 30px;
}
@media screen and (min-width: 768px) {
  section.additional-topics,
section.all-topics {
    padding: 90px 0 115px;
  }
}
section.additional-topics .beta,
section.all-topics .beta {
  margin-bottom: 32px;
}
section.additional-topics .topic-link,
section.all-topics .topic-link {
  margin-bottom: 25px;
  padding-bottom: 13px;
  border-bottom: 1px solid #C0D7F3;
  position: relative;
}
section.additional-topics .topic-link h3, section.additional-topics .topic-link .editable_content tr:first-child td, .editable_content tr:first-child section.additional-topics .topic-link td,
section.all-topics .topic-link h3,
section.all-topics .topic-link .editable_content tr:first-child td,
.editable_content tr:first-child section.all-topics .topic-link td {
  transition: all 0.3s ease;
  display: inline-block;
}
section.additional-topics .topic-link p, section.additional-topics .topic-link .editable_content tr td, .editable_content tr section.additional-topics .topic-link td,
section.all-topics .topic-link p,
section.all-topics .topic-link .editable_content tr td,
.editable_content tr section.all-topics .topic-link td {
  display: inline-block;
  padding-left: 10px;
  position: relative;
  top: -3px;
}
@media (min-width: 768px) {
  section.additional-topics .topic-link p, section.additional-topics .topic-link .editable_content tr td, .editable_content tr section.additional-topics .topic-link td,
section.all-topics .topic-link p,
section.all-topics .topic-link .editable_content tr td,
.editable_content tr section.all-topics .topic-link td {
    top: -4px;
  }
}
section.additional-topics .topic-link:hover h3, section.additional-topics .topic-link:hover .editable_content tr:first-child td, .editable_content tr:first-child section.additional-topics .topic-link:hover td,
section.all-topics .topic-link:hover h3,
section.all-topics .topic-link:hover .editable_content tr:first-child td,
.editable_content tr:first-child section.all-topics .topic-link:hover td {
  color: #32768C;
}
section.additional-topics .topic-link:last-child,
section.all-topics .topic-link:last-child {
  border-bottom: 0;
}

.resources_category_archive .title {
  position: relative;
  margin-bottom: 40px;
}
.resources_category_archive .title h2 {
  max-width: calc(100% - 100px);
}
.resources_category_archive .title .see-all {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .resources_category_archive .title .see-all {
    top: 10px;
  }
}
@media (max-width: 1023px) {
  .resources_category_archive .resources-posts-container {
    clear: both;
  }
}
.resources_category_archive .resource-type-list {
  margin-top: 30px;
}
.resources_category_archive .resource-type-list-dropdown {
  background: #F7F7F7;
  padding: 2px;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .resources_category_archive .resource-type-list-dropdown {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
.resources_category_archive .resource-type-list-dropdown ul {
  display: none;
  padding: 0 25px;
}
.resources_category_archive .resource-type-list-dropdown a {
  margin: 0;
  padding: 15px 0;
}
.resources_category_archive a.resource-type-filter {
  margin: -1px;
  padding-left: 25px;
  padding-right: 25px;
}
.resources_category_archive a.resource-type-filter.open {
  background: #EBEBEB;
}
.resources_category_archive a.resource-type-filter i {
  float: right;
  color: #3F94B0;
  position: relative;
  top: -2px;
}
@media (min-width: 768px) {
  .resources_category_archive a.resource-type-filter i {
    float: none;
  }
}
.resources_category_archive .resource-type .active {
  position: relative;
}
.resources_category_archive .resource-type .active:before, .resources_category_archive .resource-type .active:after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background: #3F94B0;
}
.resources_category_archive .resource-type .active:before {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 11px;
  margin-left: -16px;
}
@media (min-width: 768px) {
  .resources_category_archive .resource-type .active:before {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .resources_category_archive .resource-type .active:before {
    position: absolute;
    top: 6px;
    left: -12px;
    margin-right: 0;
  }
}
.resources_category_archive .resource-type .active:after {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .resources_category_archive .resource-type .active:after {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: 6px;
  }
}
.resources_category_archive .all-topics-outer {
  background: #73869E;
  padding: 30px;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  z-index: 100;
  display: none;
}
.resources_category_archive .all-topics-outer .close {
  position: absolute;
  right: 80px;
  top: 60px;
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 1024px) {
  .resources_category_archive .all-topics-outer .close {
    right: 80px;
    top: 70px;
  }
}
.resources_category_archive .all-topics-outer .close span {
  display: block;
  position: absolute;
  background: #8CA3BF;
  width: 20px;
  height: 2px;
  margin-top: 8px;
}
.resources_category_archive .all-topics-outer .close span:first-child {
  transform: rotate(45deg);
}
.resources_category_archive .all-topics-outer .close span:nth-child(2) {
  transform: rotate(-45deg);
}
.resources_category_archive .all-topics-outer .all-topics {
  box-shadow: 0 10px 20px 5px rgba(68, 83, 102, 0.3);
  background: url(_/images/shapes-full.jpg) no-repeat;
  background-size: cover;
  height: calc(100vh - 60px);
  overflow: scroll;
}
@media screen and (min-width: 768px) {
  .resources_category_archive .all-topics-outer .all-topics {
    background-position: center;
  }
}
.resources_category_archive .pagination {
  padding-top: 25px;
}
.resources_category_archive .posts_per_page {
  border: none;
  color: #3F94B0;
  text-transform: uppercase;
  font-weight: 500;
  background: transparent;
  font-size: 13px;
  letter-spacing: 2px;
  position: absolute;
  right: 0;
  margin: 30px 10px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(_/images/chevron.svg) no-repeat;
  background-position: right center;
  padding: 0 20px;
  cursor: pointer;
}
.resources_category_archive .posts_per_page::-ms-expand {
  display: none;
}
.resources_category_archive footer {
  margin-top: 75px;
}

.active-topic-link h3, .active-topic-link .editable_content tr:first-child td, .editable_content tr:first-child .active-topic-link td {
  position: relative;
}
.active-topic-link h3:before, .active-topic-link .editable_content tr:first-child td:before, .editable_content tr:first-child .active-topic-link td:before {
  content: "";
  position: absolute;
  background: #123862;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: calc(50% - 3px);
  left: -30px;
}
.active-topic-link p:after, .active-topic-link .editable_content tr td:after, .editable_content tr .active-topic-link td:after {
  content: "";
  position: absolute;
  background: #123862;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: calc(50% - 5px);
  right: -30px;
}

.resources_single article {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .resources_single article {
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  .resources_single article {
    padding-top: 60px;
  }
}
.resources_single article .meta {
  margin-bottom: 5px;
}
.resources_single article.no-related {
  padding-bottom: 65px;
}
.resources_single aside hr {
  border: none;
  border-top: 1px solid #EBEBEB;
  margin-top: 20px;
  margin-bottom: 40px;
  clear: both;
}
.resources_single aside.infographic .download-links > a {
  width: 50%;
  float: left;
  padding-right: 5px;
}
@media (min-width: 1024px) {
  .resources_single aside.video, .resources_single aside.report {
    padding-left: 50px;
  }
  .resources_single aside.video + .content, .resources_single aside.report + .content {
    padding-right: 50px;
    border-right: 1px solid #EBEBEB;
  }
}
@media (min-width: 1024px) {
  .resources_single aside.video .resource-details {
    margin-top: 0;
  }
}
.resources_single aside.video .download-links .share-box-wrapper {
  width: 100%;
}
@media (min-width: 1024px) {
  .resources_single aside.report hr {
    margin-top: 5px;
    margin-bottom: 45px;
  }
  .resources_single aside.report .resource-details {
    margin: 0;
  }
}
.resources_single aside.report .download-links a,
.resources_single aside.report .download-links .share-box-wrapper {
  width: 100%;
}
.resources_single .download-links {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .resources_single .download-links {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .resources_single .download-links.large-block {
    display: inline-block;
    width: 100%;
  }
}
.resources_single .download-links .share-box-wrapper {
  display: inline-block;
  float: left;
  width: 50%;
}
.resources_single .download-links .share-box-wrapper .share-box {
  margin-top: -6px;
  margin-bottom: 15px;
}
@media (min-width: 640px) {
  .resources_single .download-links .share-box-wrapper .share-box {
    margin-top: -13px;
  }
}
.resources_single .download-links > a {
  display: block;
  margin-bottom: 30px;
  color: #3F94B0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "proxima-nova";
  font-weight: 500;
}
@media (min-width: 640px) {
  .resources_single .download-links > a {
    display: inline-block;
    width: 33.333%;
    float: left;
  }
}
@media (min-width: 1024px) {
  .resources_single .download-links > a {
    width: 50%;
  }
  .resources_single .download-links > a:nth-child(odd) {
    clear: left;
  }
  .resources_single .download-links > a:nth-child(even) {
    clear: right;
  }
}
.resources_single .time-stamp {
  margin-bottom: 25px;
}
.resources_single .mobile-featured-image:not(.report-image) {
  max-width: none;
  margin: -40px -25px 40px;
  width: calc(100% + 50px);
}
@media (min-width: 768px) {
  .resources_single .mobile-featured-image:not(.report-image) {
    margin: -50px -40px 40px;
    width: calc(100% + 80px);
  }
}
.resources_single .pulled-image {
  max-width: 280px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .resources_single .pulled-image {
    float: right;
  }
}
.resources_single .pulled-image img {
  margin-bottom: 15px;
}
.resources_single .resource-title {
  margin-bottom: 16px;
}
.resources_single .resource-details {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .resources_single .resource-details {
    margin-bottom: 30px;
  }
}
.resources_single .resource-details li {
  margin-bottom: 25px;
}
@media (min-width: 640px) {
  .resources_single .resource-details li {
    width: 33.333%;
    float: left;
    padding-right: 15px;
  }
}
@media (min-width: 1024px) {
  .resources_single .resource-details li {
    width: initial;
    float: none;
    padding-right: 0;
  }
}
.resources_single .resource-details p, .resources_single .resource-details .editable_content tr td, .editable_content tr .resources_single .resource-details td {
  margin-bottom: 6px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .resources_single .report .resource-details li {
    width: 50%;
  }
}
.resources_single .editable_content > p:first-of-type:first-letter, .resources_single .editable_content tr .editable_content > td:first-of-type:first-letter, .editable_content tr .resources_single .editable_content > td:first-of-type:first-letter {
  color: #C41230;
  font-size: 70px;
  font-family: "Austin";
  font-weight: 200;
  float: left;
  line-height: 1;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .resources_single .report-image {
    width: 33.333%;
    float: left;
  }
  .resources_single .report-image + .information {
    float: left;
    width: 66.666%;
    padding-left: 30px;
  }
}
@media (min-width: 1024px) {
  .resources_single .report-image {
    margin-right: 50px;
  }
}
@media (max-width: 1023px) {
  .resources_single .infographic-content {
    padding: 0;
  }
}
.resources_single .infographic-content + .infographic {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .resources_single .infographic-content + .infographic {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.resources_single .mobile-report-featured-image {
  margin-top: 20px;
  margin-bottom: 20px;
}
.resources_single .related-resource {
  padding: 10px 0 65px;
}
@media (min-width: 1024px) {
  .resources_single .related-resource {
    padding-top: 50px;
    padding-bottom: 75px;
  }
}
.resources_single .related-resource .row {
  padding-top: 40px;
  margin-top: 25px;
  position: relative;
}
.resources_single .related-resource .row:before {
  content: "";
  width: calc(100% - 50px);
  height: 1px;
  background: #EBEBEB;
  position: absolute;
  top: 0;
  left: 25px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .resources_single .related-resource .row:before {
    left: 40px;
    width: calc(100% - 80px);
  }
}
@media (min-width: 1024px) {
  .resources_single .related-resource .row {
    margin-top: 0;
  }
}
.resources_single .related-resource .resource-cta {
  bottom: 10px;
}
.resources_single .iframe-wrapper {
  max-width: none;
  margin: -40px -25px 42px;
  width: calc(100% + 50px);
}
@media (min-width: 768px) {
  .resources_single .iframe-wrapper {
    margin: -50px -40px 40px;
    width: calc(100% + 80px);
  }
}
@media (min-width: 1024px) {
  .resources_single .iframe-wrapper {
    margin: 0 0 60px;
    width: 100%;
  }
}
.resources_single .block-quote-1 blockquote:before {
  background: url(_/images/block-quote-1.jpg) no-repeat top center;
  background-size: cover;
}
.resources_single .block-quote-2 blockquote:before {
  background: url(_/images/block-quote-2.jpg) no-repeat top center;
  background-size: cover;
}
.resources_single .block-quote-3 blockquote:before {
  background: url(_/images/block-quote-3.jpg) no-repeat top center;
  background-size: cover;
}
.resources_single .block-quote-4 blockquote:before {
  background: url(_/images/block-quote-4.jpg) no-repeat top center;
  background-size: cover;
}

.about {
  overflow-x: hidden;
}
.about .about-hero {
  background: url(_/images/about-hero-mobile.jpg) no-repeat bottom;
  background-size: contain;
}
@media screen and (min-width: 460px) {
  .about .about-hero {
    background: url(_/images/about-hero.jpg) no-repeat bottom;
    background-size: contain;
  }
}
@media screen and (min-width: 2200px) {
  .about .about-hero {
    background-size: cover;
  }
}
.about .about-hero:before {
  content: "";
  position: absolute;
  background: url(_/images/about-shapes-1.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 30%;
  width: 410px;
  height: 230px;
  top: -10px;
}
@media screen and (min-width: 640px) {
  .about .about-hero:before {
    top: -100px;
    left: 390px;
  }
}
.about .about-hero:after {
  content: "";
  position: absolute;
  background: url(_/images/about-shapes-2.svg) no-repeat;
  height: 340px;
  width: 226px;
  left: 0;
  bottom: -290px;
  z-index: 1;
}
@media screen and (min-width: 540px) and (max-width: 767px) {
  .about .about-hero.hero-standard .hero-standard-intro {
    padding-bottom: 200px;
  }
}
.about .founders {
  background: rgba(63, 148, 176, 0.7);
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .about .founders {
    padding-top: 50px;
    padding-bottom: 150px;
  }
  .about .founders .row {
    margin: 0;
    padding: 0;
  }
}
.about .founders:before {
  content: "";
  position: absolute;
  background: url(_/images/about-shapes-4.svg) no-repeat;
  width: 305px;
  height: 220px;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .about .founders:before {
    top: 45%;
  }
}
.about .founders:after {
  content: "";
  position: absolute;
  background: url(_/images/about-shapes-3.png) no-repeat;
  width: 435px;
  height: 977px;
  top: 100px;
  right: -100px;
}
@media screen and (min-width: 768px) {
  .about .founders:after {
    top: 50px;
    right: 0;
  }
}
.about .founders .founders-about {
  margin-top: 69px;
}
.about .founders .founders-callout {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .about .founders .founders-callout {
    margin-top: 69px;
    padding: 0;
  }
}
.about .founders .founders-callout .founder {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 50%;
}
.about .founders .founders-callout .founder .read-story {
  position: absolute;
  bottom: 10px;
  left: -25px;
  background: rgba(50, 118, 140, 0.7);
  width: calc(100% + 25px);
  padding: 10px 0;
  text-align: center;
  transition: all 0.3s ease;
}
.about .founders .founders-callout .founder .read-story h4 {
  text-align: center;
}
@media (max-width: 767px) {
  .about .founders .founders-callout .founder .read-story h6.grey, .about .founders .founders-callout .founder .read-story .editable_content .wp-caption .wp-caption-text, .editable_content .wp-caption .about .founders .founders-callout .founder .read-story .wp-caption-text {
    color: #fff;
  }
}
.about .founders .founders-callout .founder .read-story .read-story-link {
  text-align: center;
  display: none;
}
@media (max-width: 1023px) {
  .about .founders .founders-callout .founder .read-story .read-story-link {
    display: inline-block;
  }
}
.about .founders .founders-callout .founder:hover .read-story {
  background: #fff;
  padding: 15px 0;
  z-index: 3;
}
.about .founders .founders-callout .founder:hover h4 {
  color: #123862;
}
.about .founders .founders-callout .founder:hover .read-story-link {
  display: block;
}
.about .founders .founders-callout .founder img {
  z-index: -1;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}
.about .founders .founders-callout .founder:first-child img {
  width: 140px;
  min-width: 140px !important;
}
.about .founders .founders-callout .founder:nth-child(odd) {
  clear: both;
}
.about .founders .founders-callout .founder:nth-child(even) {
  right: -25px;
}
.about .founders .founders-callout .founder:nth-child(2) {
  z-index: 2;
  bottom: -77px;
}
.about .founders .founders-callout .founder:nth-child(2) img {
  width: 210px;
  min-width: 210px !important;
}
.about .founders .founders-callout .founder:nth-child(3) {
  z-index: 1;
}
.about .founders .founders-callout .founder:nth-child(3) img {
  left: 43px;
  width: 190px;
  min-width: 190px !important;
}
.about .founders .founders-callout .founder:nth-child(4) {
  bottom: -86px;
}
.about .founders .founders-callout .founder:nth-child(4) img {
  width: 260px;
  min-width: 260px !important;
}
.about .founders .founders-callout .founder:nth-child(5) {
  z-index: 2;
}
.about .founders .founders-callout .founder:nth-child(5) img {
  width: 190px;
  min-width: 190px !important;
}
.about .founders .founders-callout .founder:nth-child(6) {
  z-index: 1;
  bottom: -90px;
}
.about .founders .founders-callout .founder:nth-child(6) img {
  left: 44px;
  width: 190px;
  min-width: 190px !important;
}
@media screen and (min-width: 640px) {
  .about .founders .founders-callout .founder {
    width: 50% !important;
  }
  .about .founders .founders-callout .founder .read-story {
    width: calc(100% + 25px);
  }
  .about .founders .founders-callout .founder:nth-child(even) {
    right: 0;
  }
  .about .founders .founders-callout .founder:nth-child(even) .read-story {
    left: 0;
  }
  .about .founders .founders-callout .founder:first-child img {
    width: 140px;
    left: 80px;
  }
  .about .founders .founders-callout .founder:nth-child(6) {
    float: left;
  }
  .about .founders .founders-callout .founder:nth-child(6) img {
    left: 69px;
  }
}
@media screen and (min-width: 768px) {
  .about .founders .founders-callout .founder {
    width: 33% !important;
    left: 0;
  }
  .about .founders .founders-callout .founder img {
    bottom: 0;
  }
  .about .founders .founders-callout .founder .read-story {
    width: 100%;
    left: 0;
  }
  .about .founders .founders-callout .founder:nth-child(odd) {
    clear: none;
  }
  .about .founders .founders-callout .founder:nth-child(even) {
    bottom: 0;
  }
  .about .founders .founders-callout .founder:first-child {
    top: 39px;
  }
  .about .founders .founders-callout .founder:nth-child(2) {
    top: -47px;
  }
  .about .founders .founders-callout .founder:nth-child(3) {
    top: 46px;
  }
  .about .founders .founders-callout .founder:nth-child(3) img {
    left: 69px;
  }
  .about .founders .founders-callout .founder:nth-child(4) {
    clear: both;
    bottom: -45px;
  }
  .about .founders .founders-callout .founder:nth-child(5) {
    top: -50px;
  }
  .about .founders .founders-callout .founder:nth-child(6) {
    bottom: -51px;
  }
}
@media screen and (min-width: 1024px) {
  .about .founders .founders-callout .founder .read-story {
    width: calc(100% + 25px);
    left: 0;
  }
  .about .founders .founders-callout .founder:first-child {
    top: 14px;
    left: 0;
  }
  .about .founders .founders-callout .founder:nth-child(3) {
    z-index: 2;
    left: 25px;
  }
  .about .founders .founders-callout .founder:nth-child(4) {
    left: 0;
  }
  .about .founders .founders-callout .founder:nth-child(5) {
    top: -25px;
  }
  .about .founders .founders-callout .founder:nth-child(6) {
    z-index: 2;
    left: 25px;
  }
}
.about .history-timeline-static {
  position: relative;
  margin: 100px auto 180px;
}
@media screen and (min-width: 768px) {
  .about .history-timeline-static {
    top: 70px;
    left: -60px;
  }
}
@media screen and (min-width: 1024px) {
  .about .history-timeline-static {
    top: -120px;
    left: -50px;
    margin-bottom: 0;
  }
}
.about .history-timeline-intro {
  margin-top: 120px;
}
@media screen and (min-width: 768px) {
  .about .history-timeline-intro {
    margin-top: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .about .history-timeline-intro {
    margin-top: 70px;
  }
}
.about .history-timeline-intro .button {
  margin-top: 23px;
}
.about .our-team {
  position: relative;
  padding-top: 150px;
}
@media screen and (min-width: 1024px) {
  .about .our-team {
    padding-bottom: 60px;
  }
}
.about .our-team:before {
  content: "";
  position: absolute;
  background: url(_/images/about-shapes-5.svg) no-repeat;
  width: 430px;
  height: 250px;
  top: -90px;
}
@media screen and (min-width: 768px) {
  .about .our-team:before {
    right: 460px;
  }
}
.about .our-team .team-intro {
  margin-bottom: 50px;
}
.about .our-team .upcoming-events {
  margin-bottom: 60px;
}
@media screen and (min-width: 640px) {
  .about .our-team .upcoming-events {
    margin: 60px 0;
  }
}
.about .our-team .upcoming-events h4 {
  margin-bottom: 8px;
}
.about .our-team .upcoming-events .single-event {
  border-bottom: 1px solid #BFD6D9;
}
@media (min-width: 640px) and (max-width: 767px) {
  .about .our-team .post-list {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.about .resources-posts-container + div {
  clear: both;
}
.about .post-item:hover .info,
.about .post-item:hover i[class*=icon] {
  transform: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about .post-item p.dark, .about .post-item .editable_content tr td.dark, .editable_content tr .about .post-item td.dark {
    margin-top: 20px;
  }
}
.about .board-container {
  position: relative;
}
.about .board-container:before {
  content: "";
  position: absolute;
  background: url(_/images/about-shapes-8.jpg) no-repeat;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-size: cover !important;
}
@media screen and (min-width: 768px) {
  .about .board-container:before {
    background: url(_/images/about-shapes-7.jpg) no-repeat;
    top: 0;
    bottom: 0;
    width: 75px;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .about .board-container:before {
    background: url(_/images/about-shapes-6.jpg) no-repeat;
    width: 112px;
  }
}
.about .board-container .board {
  background: #F0F4F5;
  padding: 80px 0 40px;
}
@media screen and (min-width: 768px) {
  .about .board-container .board {
    padding: 40px 0;
  }
}
.about .board-container .board .board-of-directors {
  position: relative;
  padding: 30px 0 50px;
}
@media screen and (min-width: 768px) {
  .about .board-container .board .board-of-directors {
    padding: 0;
  }
  .about .board-container .board .board-of-directors:after {
    content: "";
    position: absolute;
    width: 1px;
    background: #D7E7E9;
    top: 0;
    height: 420px;
    right: -70px;
  }
}
.about .board-container .board .board-of-directors .board-member {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #D7E7E9;
}
.about .board-container .board .board-of-directors .board-member:last-child {
  border-bottom: 0;
}
.about .board-container .board .board-of-directors .board-member a {
  font-family: "Austin";
  text-transform: none;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: normal;
  display: inline-block;
  margin: 10px 0;
}
.about .board-container .board .board-of-directors .board-member p, .about .board-container .board .board-of-directors .board-member .editable_content tr td, .editable_content tr .about .board-container .board .board-of-directors .board-member td {
  display: inline-block;
  text-transform: uppercase;
  position: absolute;
  right: 15px;
  top: 16px;
}
.about .board-container .board .board-of-directors .board-member .icon-chevron-right {
  position: absolute;
  right: 0;
  font-size: 10px;
  top: 19px;
  transition: all 0.3s ease;
}
.about .board-container .board .board-of-directors .board-member:hover .icon-chevron-right {
  right: -5px;
}
.about .board-container .board h5 {
  padding: 10px 0;
  line-height: 1.5;
  border-bottom: 1px solid #D7E7E9;
}
.about .board-container .board .chair p, .about .board-container .board .chair .editable_content tr td, .editable_content tr .about .board-container .board .chair td {
  display: inline-block;
  font-weight: 200;
  font-size: 13px;
  margin: 13px auto;
}
.about .board-container .board .chair p:first-child, .about .board-container .board .chair .editable_content tr td:first-child, .editable_content tr .about .board-container .board .chair td:first-child {
  position: relative;
}
.about .board-container .board .chair p:nth-child(2), .about .board-container .board .chair .editable_content tr td:nth-child(2), .editable_content tr .about .board-container .board .chair td:nth-child(2) {
  position: absolute;
  right: 4%;
}
@media screen and (min-width: 768px) {
  .about .board-container .board .chair p:nth-child(2), .about .board-container .board .chair .editable_content tr td:nth-child(2), .editable_content tr .about .board-container .board .chair td:nth-child(2) {
    left: 50%;
  }
}
.about .board-container .financials {
  position: relative;
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .about .board-container .financials {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .about .board-container .financials:after {
    content: "";
    position: absolute;
    background: url(_/images/about-shapes-9.jpg) no-repeat;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-size: cover;
  }
}
.about .board-container .financials h4 {
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .about .board-container .financials h4 {
    border-bottom: 1px solid #EBEBEB;
  }
}
.about .board-container .financials .financial-statements {
  margin-bottom: 45px;
}
.about .board-container .financials li {
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .about .board-container .financials li {
    border-left: 1px outset #EBEBEB;
    border-top: 1px outset #EBEBEB;
    margin: 5px 5px 5px 0;
    width: calc(33% - 10px);
    text-align: center;
  }
}

.contactUs {
  padding-top: 3em;
  padding-left: 25px;
  position: relative;
}
.contactUs .department {
  padding-right: 4.5em;
}
.contactUs li {
  padding: 10px 10px 0 0;
}
@media (min-width: 1024px) and (max-width: 1179px) {
  .contactUs li:nth-child(odd) {
    clear: both;
  }
}
.contactUs li:nth-child(4) {
  clear: both;
}
@media (min-width: 1024px) and (max-width: 1179px) {
  .contactUs li:nth-child(4) {
    clear: none;
  }
}
.contactUs li p, .contactUs li .editable_content tr td, .editable_content tr .contactUs li td {
  line-height: 1.75em;
}

.contactUs .editable_content p, .contactUs .editable_content tr td {
  margin-bottom: 0;
}

.contact_landing {
  overflow-x: hidden;
}
.contact_landing p.title, .contact_landing .editable_content tr td.title, .editable_content tr .contact_landing td.title {
  text-transform: uppercase;
  color: #123862;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.contact_landing .editable_content li {
  margin-top: 50px;
}
.contact_landing .form {
  float: left;
  background: #F7F7F7;
}
.contact_landing .form .half-size {
  float: left;
  width: 50%;
}
@media (min-width: 640px) {
  .contact_landing .form .half-size:first-child {
    padding-right: 25px;
  }
}
.contact_landing .form .clear {
  clear: both;
}
.contact_landing .form .gfield label {
  font-size: 12px;
}
.contact_landing .form .gform_confirmation_wrapper {
  margin-bottom: 12.5vw;
}
.contact_landing .form .gform_footer {
  margin: 0;
}
.contact_landing .form form {
  padding: 15px 40px 30px 40px;
}
.contact_landing .form input[type=text], .contact_landing .form input[type=email], .contact_landing .form textarea, .contact_landing .form select {
  color: #73869E;
}
@media (min-width: 1024px) {
  .contact_landing .form.large-6 {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
}
.contact_landing .validation_error {
  line-height: 21px;
}
.contact_landing .validation_error:before {
  font-family: "icomoon";
  font-size: 1.8em;
  float: left;
  margin-right: 7px;
  margin-top: 1px;
}
.contact_landing .validation_message {
  margin: 7px;
}
.contact_landing .form, .contact_landing .department {
  padding: 1em 0;
  position: relative;
}
.contact_landing .form h3, .contact_landing .form .editable_content tr:first-child td, .editable_content tr:first-child .contact_landing .form td, .contact_landing .form h4, .contact_landing .department h3, .contact_landing .department .editable_content tr:first-child td, .editable_content tr:first-child .contact_landing .department td, .contact_landing .department h4 {
  padding: 1em 0;
  line-height: 1.3em;
}
.contact_landing .form a, .contact_landing .department a {
  color: #3F94B0;
  line-height: 1.75em;
  font-size: 16px;
  letter-spacing: 0;
}
.contact_landing .form .message, .contact_landing .department .message {
  padding: 0 30px;
}

.contact-shapes-top {
  background: top/100% no-repeat url("_/images/contact-shapes-top.png");
  position: absolute;
  left: 85px;
  top: -110px;
  width: 50%;
  height: 50vh;
  transform: translateX(100%);
}

.contact-shapes-desktop {
  position: relative;
  height: 150px;
  width: 60%;
  max-width: 920px;
  z-index: -1;
  overflow: hidden;
  background: top/100% no-repeat url("_/images/contact-shapes.jpg");
}

.contact-shapes-tablet-1 {
  background: top/100% no-repeat url("_/images/contact-tablet-shapes1.png");
  background-size: contain;
  display: none;
  position: absolute;
  top: 10px;
  right: -5px;
  z-index: -1;
  width: 400px;
  height: 230px;
}

.contact-shapes-tablet-2 {
  background: top/100% no-repeat url("_/images/contact-tablet-shapes2.png");
  background-size: contain;
  height: 975px;
  display: none;
  position: absolute;
  bottom: -125px;
  left: -25px;
  z-index: -1;
  width: 35%;
}

.contact-shapes-tablet-3 {
  background: top no-repeat url("_/images/contact-tablet-shapes3.svg");
  background-size: contain;
  width: 465px;
  height: 400px;
  display: none;
  position: absolute;
  top: 200px;
  right: -175px;
  z-index: -1;
}

.contact-shapes-tablet-overlay {
  background: bottom/100% no-repeat url("_/images/contact-tablet-overlay.png");
  height: 70vh;
  display: none;
  position: absolute;
  bottom: -10%;
  left: 35%;
  width: 50%;
  z-index: 1;
  min-width: 400px;
}

.contact-shapes-mobile-1 {
  background: no-repeat url("_/images/contact-mobile-shapes.png");
  background-size: contain;
  height: 368px;
  display: none;
  position: absolute;
  top: 120px;
  right: 0px;
  z-index: -1;
  width: 246px;
}

.contact-shapes-mobile-2 {
  background: top/100% no-repeat url("_/images/contact-mobile-shapes2.png");
  height: 400px;
  display: none;
  position: absolute;
  top: -350px;
  right: 0;
  z-index: -1;
  width: 388px;
}

@media (min-width: 640px) and (max-width: 1023px) {
  .contactUs {
    padding-top: 100px;
  }

  .contact-shapes-top {
    width: 35vw;
    top: -150px;
  }

  .contact-shapes-desktop {
    display: none;
  }

  .contact-shapes-tablet-1, .contact-shapes-tablet-2, .contact-shapes-tablet-3, .contact-shapes-tablet-overlay {
    display: inline-block;
  }

  .contact_landing .form {
    margin-bottom: 12.5vw;
    margin-top: 6.25vw;
    float: none;
    top: 0;
  }
}
@media (min-width: 640px) and (max-width: 780px) {
  .contact-shapes-top {
    width: 60%;
    left: 0;
    top: -160px;
  }

  .contact-shapes-tablet-overlay {
    width: 65%;
  }

  .contact-shapes-tablet-overlay {
    bottom: -13%;
  }
}
@media (max-width: 639px) and (min-width: 432px) {
  li.xsmall-6:nth-of-type(2n + 3) {
    clear: both;
  }

  .contactUs li:nth-of-type(4) {
    clear: none;
  }
}
@media (max-width: 639px) {
  .contactUs {
    padding-top: 100px;
  }
  .contactUs .editable_content {
    margin-bottom: 100px;
  }

  .contact-shapes-mobile-1, .contact-shapes-mobile-2 {
    display: inline-block;
  }

  .contact-shapes-desktop {
    display: none;
  }

  .contact_landing .form {
    margin: 0;
    top: 0;
  }
  .contact_landing .form .half-size, .contact_landing .form input[type=submit] {
    float: left;
    width: 100%;
  }
  .contact_landing .form input[type=submit] {
    margin-bottom: 60px;
  }

  .contact-shapes-top {
    display: none;
  }

  .contactUs {
    padding-left: 0;
  }
  .contactUs .department {
    padding: 0 2.5rem;
  }

  footer {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 460px) {
  .contactUs ul li.xsmall-6 {
    width: 100%;
  }

  .contact-shapes-mobile-1 {
    top: 300px;
  }
}
.partners {
  overflow-x: hidden;
}
.partners .hero-standard {
  background: url(_/images/partners-hero-mobile.jpg) no-repeat bottom;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .partners .hero-standard {
    background: url(_/images/partners-hero-large.jpg) no-repeat bottom left;
  }
}
@media screen and (min-width: 1200px) {
  .partners .hero-standard {
    background-size: cover !important;
  }
}
.partners .hero-standard:before {
  content: "";
  position: absolute;
  background: url(_/images/partners-shapes-1.svg) no-repeat;
  width: 494px;
  height: 442px;
  top: 0px;
  right: -100px;
}
@media screen and (min-width: 768px) {
  .partners .hero-standard:before {
    top: -70px;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .partners .hero-standard:before {
    top: -30px;
  }
}
@media screen and (max-width: 539px) {
  .partners .hero-standard .hero-standard-intro {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767px) {
  .partners .hero-standard .hero-standard-intro {
    padding-bottom: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .partners .hero-standard .hero-standard-intro {
    padding-bottom: 250px;
  }
}
.partners .at-a-glance {
  position: relative;
  background: url(_/images/partners-mountains-1.jpg) no-repeat right bottom;
  z-index: 0;
  background-size: 260%;
  overflow: hidden;
  -webkit-transition: background-size 1s ease;
  -moz-transition: background-size 1s ease;
  transition: background-size 1s ease;
  transition-delay: 0.2s;
  height: 1550px;
}
@media screen and (min-width: 640px) {
  .partners .at-a-glance {
    background-size: 105%;
  }
}
@media screen and (min-width: 768px) {
  .partners .at-a-glance {
    height: 1400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .partners .at-a-glance {
    transition: background-size 1s, height 1s;
  }
}
@media screen and (min-width: 1024px) {
  .partners .at-a-glance {
    background-position: center 200px;
    height: 740px;
  }
}
@media screen and (min-width: 1400px) {
  .partners .at-a-glance {
    background-position: center 100px;
  }
}
.partners .at-a-glance:before {
  position: absolute;
  content: "";
  background: rgba(50, 118, 140, 0.7);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .partners .at-a-glance:before {
    background: rgba(50, 118, 140, 0.9);
  }
}
.partners .at-a-glance:after {
  content: "";
  position: absolute;
  background: url(_/images/partners-mountains-2.png) top center no-repeat;
  background-size: cover;
  pointer-events: none;
  height: 270px;
  width: 100%;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
.partners .at-a-glance .row {
  padding: 0;
}
.partners .at-a-glance .facts-headline {
  z-index: 1;
  background: #32768a;
  padding: 60px 0;
}
@media screen and (min-width: 1024px) {
  .partners .at-a-glance .facts-headline {
    padding-top: 74px;
    background: none;
    pointer-events: none;
  }
}
.partners .at-a-glance .facts-section {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1024px) {
  .partners .at-a-glance .facts-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.partners .at-a-glance .facts-section .foundation-facts {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .partners .at-a-glance .facts-section .foundation-facts {
    height: 740px;
  }
}
.partners .at-a-glance .facts-section .foundation-facts .fact-number {
  font-family: "proxima-nova";
  font-size: 49px;
}
@media screen and (min-width: 768px) {
  .partners .at-a-glance .facts-section .foundation-facts .fact-number {
    font-size: 56px;
  }
}
.partners .at-a-glance .facts-section .foundation-facts .fact {
  text-align: center;
  width: 100%;
  padding: 20px 0;
}
@media screen and (min-width: 1024px) {
  .partners .at-a-glance .facts-section .foundation-facts .fact {
    padding: 10px 0;
  }
}
@media screen and (min-width: 1024px) {
  .partners .at-a-glance .facts-section .foundation-facts .fact .icon-plus {
    position: absolute;
    top: 490px;
    right: 44%;
  }
}
@media screen and (min-width: 1385px) {
  .partners .at-a-glance .facts-section .foundation-facts .fact .icon-plus {
    top: 470px;
  }
}
.partners .at-a-glance .facts-section .foundation-facts .fact .icon-plus:before {
  font-size: 20px;
  color: #FCA62C;
  transform-origin: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .partners .at-a-glance .facts-section .foundation-facts .fact {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    width: 20%;
    padding: 200px 30px 0;
  }
}
@media screen and (min-width: 1024px) {
  .partners .at-a-glance .facts-section .foundation-facts .fact:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
  }
  .partners .at-a-glance .facts-section .foundation-facts .fact:hover:before {
    background: rgba(50, 118, 140, 0.8);
  }
  .partners .at-a-glance .facts-section .foundation-facts .fact:hover .icon-plus:before {
    font-size: 30px;
  }
}
.partners .at-a-glance .facts-section .foundation-facts .fact:first-of-type {
  background: rgba(50, 118, 140, 0.6);
}
@media screen and (min-width: 1024px) {
  .partners .at-a-glance .facts-section .foundation-facts .fact:first-of-type {
    left: 0;
  }
}
.partners .at-a-glance .facts-section .foundation-facts .fact:nth-of-type(2) {
  background: rgba(50, 118, 140, 0.5);
}
@media screen and (min-width: 1024px) {
  .partners .at-a-glance .facts-section .foundation-facts .fact:nth-of-type(2) {
    left: 20%;
  }
}
.partners .at-a-glance .facts-section .foundation-facts .fact:nth-of-type(3) {
  background: rgba(50, 118, 140, 0.4);
  left: 40%;
}
.partners .at-a-glance .facts-section .foundation-facts .fact:nth-of-type(4) {
  background: rgba(50, 118, 140, 0.3);
  left: 60%;
}
.partners .at-a-glance .facts-section .foundation-facts .fact:last-of-type {
  right: 0;
}
@media screen and (min-width: 1024px) {
  .partners .at-a-glance .facts-section .foundation-facts .fact:last-of-type {
    background: rgba(50, 118, 140, 0.2);
  }
}
.partners .at-a-glance .facts-section .foundation-facts .details {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  height: 740px;
  position: absolute;
}
.partners .at-a-glance .facts-section .foundation-facts .details .title {
  padding: 60px 30px 0;
  background: rgba(50, 118, 140, 0.8);
}
@media screen and (min-width: 1024px) {
  .partners .at-a-glance .facts-section .foundation-facts .details .title {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .partners .at-a-glance .facts-section .foundation-facts .details .title {
    padding: 60px 30px 60px 50px;
  }
}
.partners .at-a-glance .facts-section .foundation-facts .details .title h2 {
  padding-bottom: 24px;
  border-bottom: 1px solid #4BB0D1;
}
.partners .at-a-glance .facts-section .foundation-facts .details .title a {
  margin-top: 25px;
}
.partners .at-a-glance .facts-section .foundation-facts .details .copy {
  background: rgba(50, 118, 140, 0.8);
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .partners .at-a-glance .facts-section .foundation-facts .details .copy {
    padding-top: 75px;
  }
}
@media screen and (min-width: 1024px) {
  .partners .at-a-glance .facts-section .foundation-facts .details .copy {
    padding: 60px 50px 60px 30px;
    height: 100%;
  }
}
.partners .at-a-glance .facts-section .foundation-facts .details .copy h4 {
  margin-bottom: 15px;
  line-height: 1.5;
}
.partners .at-a-glance .facts-section .foundation-facts .details .copy .back {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  float: right;
  margin-top: 40px;
  left: 10px;
}
.partners .at-a-glance .facts-section .foundation-facts .details .resources-posts-container {
  padding: 30px 30px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .partners .at-a-glance .facts-section .foundation-facts .details .resources-posts-container {
    padding: 40px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .partners .at-a-glance .facts-section .foundation-facts .details .resources-posts-container {
    background: rgba(50, 118, 140, 0.4);
    height: 740px;
  }
}
.partners .at-a-glance .facts-section .foundation-facts .details .resources-posts-container span:not(.resource-cta) {
  color: #fff;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 12px;
  letter-spacing: 2px;
}
@media (max-width: 639px) {
  .partners .at-a-glance .facts-section .foundation-facts .details .resources-posts-container span:not(.resource-cta) {
    margin-left: 0;
  }
}
.partners .at-a-glance .facts-section .foundation-facts .details .resources-posts-container .post-list {
  padding-right: 35px;
}
@media (min-width: 1200px) {
  .partners .at-a-glance .facts-section .foundation-facts .details .resources-posts-container .post-list .facts-related-post-item {
    width: 100% !important;
  }
}
.partners .at-a-glance .facts-section .foundation-facts .details .close {
  position: absolute;
  right: 30px;
  top: 0;
  font-size: 30px;
  z-index: 1;
  transform: rotate(45deg);
  color: #FCA62C;
}
@media screen and (min-width: 768px) {
  .partners .at-a-glance .facts-section .foundation-facts .details .close {
    top: 20px;
  }
}
.partners .fade-in {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.partners .fade-out {
  opacity: 0;
  pointer-events: none;
  display: none;
}
.partners .changed:after {
  transform: scale(1.1);
}
.partners .zoom {
  background-size: 270%;
}
@media screen and (min-width: 768px) {
  .partners .zoom {
    background-size: 110%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .partners .zoom {
    height: 1090px;
  }
}
.partners .quotes {
  position: relative;
}
.partners .quotes:before {
  content: "";
  position: absolute;
  background: url(_/images/partners-shapes-2-mobile.svg) no-repeat;
  width: 282px;
  height: 268px;
  z-index: 3;
  top: -70px;
  left: 45px;
}
@media screen and (min-width: 640px) {
  .partners .quotes:before {
    background: url(_/images/partners-shapes-2.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 40%;
    max-height: 225px;
    top: -100px;
    left: -55px;
  }
}
.partners .quotes .partner-quotes {
  padding-top: 150px;
  padding-bottom: 75px;
}
@media screen and (min-width: 1024px) {
  .partners .quotes .partner-quotes {
    padding-top: 60px;
  }
}
@media screen and (max-width: 639px) {
  .partners .quotes .partner-quotes {
    padding: 65px 0;
  }
}
.partners .quotes .partner-quotes blockquote {
  margin-bottom: 20px;
}
.partners .quotes .partner-quotes .meta {
  color: #C41230;
  margin-bottom: 10px;
}
.partners .quotes .partner-quotes .slick-slide img {
  display: inline-block;
  width: 170px;
}
.partners .partners-list .partners-section p, .partners .partners-list .partners-section .editable_content tr td, .editable_content tr .partners .partners-list .partners-section td {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .partners .partners-list .partners-section p, .partners .partners-list .partners-section .editable_content tr td, .editable_content tr .partners .partners-list .partners-section td {
    margin-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .partners .partners-list .partners-section p, .partners .partners-list .partners-section .editable_content tr td, .editable_content tr .partners .partners-list .partners-section td {
    line-height: 35px;
  }
}
.partners .partners-list .featured-partners, .partners .partners-list .current-partners {
  margin-bottom: 60px;
}
.partners .partners-list .featured-partners h3, .partners .partners-list .featured-partners .editable_content tr:first-child td, .editable_content tr:first-child .partners .partners-list .featured-partners td, .partners .partners-list .current-partners h3, .partners .partners-list .current-partners .editable_content tr:first-child td, .editable_content tr:first-child .partners .partners-list .current-partners td {
  margin-top: 25px;
}
@media (max-width: 1023px) {
  .partners .partners-list .featured-partners h3, .partners .partners-list .featured-partners .editable_content tr:first-child td, .editable_content tr:first-child .partners .partners-list .featured-partners td, .partners .partners-list .current-partners h3, .partners .partners-list .current-partners .editable_content tr:first-child td, .editable_content tr:first-child .partners .partners-list .current-partners td {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .partners .partners-list .featured-partners p, .partners .partners-list .featured-partners .editable_content tr td, .editable_content tr .partners .partners-list .featured-partners td, .partners .partners-list .current-partners p, .partners .partners-list .current-partners .editable_content tr td, .editable_content tr .partners .partners-list .current-partners td {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .partners .partners-list .featured-partners p, .partners .partners-list .featured-partners .editable_content tr td, .editable_content tr .partners .partners-list .featured-partners td, .partners .partners-list .current-partners p, .partners .partners-list .current-partners .editable_content tr td, .editable_content tr .partners .partners-list .current-partners td {
    margin-bottom: 5px;
  }
}
.partners .partners-list .dark {
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .partners .partners-list .featured-partners {
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .partners .partners-list .featured-partners .partners-section {
    border-top: 1px solid #EBEBEB;
    padding-top: 45px;
  }
}
.partners .partners-list .featured-partners .post-item:hover {
  box-shadow: 0 10px 20px 4px #EBEBEB;
}
.partners .partners-list .featured-partners .logo-container {
  height: 120px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partners .partners-list .featured-partners img {
  max-width: 150px;
  max-height: 120px;
}
@media screen and (min-width: 768px) {
  .partners .partners-list .current-partners {
    margin-bottom: 50px;
  }
}
.partners .partners-list .current-partners .post-item {
  box-shadow: none;
  border-top: 1px solid #EBEBEB;
  border-left: 1px solid #EBEBEB;
}
.partners .partners-list .current-partners .logo-container {
  height: 80px;
  margin: 40px auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partners .partners-list .current-partners img {
  max-width: 100px;
  max-height: 80px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .partners .partners-list .past-partners {
    padding: 50px 0;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
  }
}
.partners .partners-list .past-partners .partners-section {
  margin-top: 0;
}
.partners .partners-list .past-partners .partners-section p, .partners .partners-list .past-partners .partners-section .editable_content tr td, .editable_content tr .partners .partners-list .past-partners .partners-section td {
  margin-bottom: 40px;
}
.partners .partners-list .past-partners .past-partners-list {
  text-align: center;
}
.partners .partners-list .past-partners .past-partners-list li {
  border-bottom: 1px solid #ebebeb;
  padding: 7px 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.partners .partners-list .past-partners .past-partners-list li.no-keyline {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .partners .partners-list .past-partners .past-partners-list li {
    margin-top: 0;
    margin-left: 25px;
    margin-right: 25px;
    width: calc(50% - 50px);
    float: left;
  }
  .partners .partners-list .past-partners .past-partners-list li:nth-child(odd) {
    clear: left;
  }
  .partners .partners-list .past-partners .past-partners-list li:nth-child(even) {
    clear: right;
  }
}
@media screen and (min-width: 1024px) {
  .partners .partners-list .past-partners .past-partners-list li {
    display: inline-block;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .partners .partnership-callout {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.partners .tools {
  position: relative;
  background: url(_/images/partners-tools-background.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0 130px;
}
@media (min-width: 768px) {
  .partners .tools {
    padding: 65px 0;
  }
}
.partners .tools:before {
  content: "";
  position: absolute;
  background: url(_/images/partners-shapes-3.png) no-repeat;
  background-size: contain;
  width: 40%;
  height: 35%;
  right: -20px;
  top: -25px;
}
@media screen and (min-width: 768px) {
  .partners .tools:before {
    width: 30%;
    height: 15%;
    top: -10px;
  }
}
.partners .tools .tool-button {
  background: #479DFF;
  padding: 25px 10px;
  overflow: hidden;
  margin: 10px auto;
  width: 100%;
  display: inline-block;
  z-index: 1;
  position: relative;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  background-size: cover !important;
}
@media screen and (min-width: 768px) {
  .partners .tools .tool-button {
    margin: 10px;
    position: relative;
    width: 50%;
  }
}
.partners .tools .tool-button:hover {
  box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.4);
}
.partners .tools .tool-button:first-child {
  background: url(_/images/partners-tools-1.jpg) no-repeat;
}
@media screen and (min-width: 768px) {
  .partners .tools .tool-button:first-child {
    left: 24%;
    top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .partners .tools .tool-button:first-child {
    left: 310px;
    top: inherit;
  }
}
.partners .tools .tool-button:nth-child(2) {
  background: url(_/images/partners-tools-2.jpg) no-repeat;
}
@media screen and (min-width: 768px) {
  .partners .tools .tool-button:nth-child(2) {
    left: 50%;
    top: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .partners .tools .tool-button:nth-child(2) {
    left: inherit;
    top: inherit;
  }
}
.partners .tools .tool-button:nth-child(3) {
  background: url(_/images/partners-tools-3.jpg) no-repeat;
}
@media screen and (min-width: 768px) {
  .partners .tools .tool-button:nth-child(3) {
    left: -20px;
    top: -81px;
  }
}
@media screen and (min-width: 1024px) {
  .partners .tools .tool-button:nth-child(3) {
    left: 368px;
    top: -116px;
  }
}
@media screen and (min-width: 1130px) {
  .partners .tools .tool-button:nth-child(3) {
    left: 398px;
  }
}
@media screen and (min-width: 1200px) {
  .partners .tools .tool-button:nth-child(3) {
    left: 438px;
  }
}
.partners .tools .tool-button:nth-child(4) {
  background: url(_/images/partners-tools-4.jpg) no-repeat;
}
@media screen and (min-width: 768px) {
  .partners .tools .tool-button:nth-child(4) {
    left: 24%;
    top: -75px;
  }
  .partners .tools .tool-button:nth-child(4):before {
    height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .partners .tools .tool-button:nth-child(4) {
    left: 140px;
    position: absolute;
    top: auto;
    bottom: 0;
  }
}
.partners .partner-resources {
  margin-top: -20px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .partners .partner-resources {
    margin-top: 60px;
  }
}
.partners .bottom-cta {
  background: url(_/images/partners-get-in-touch-background.jpg) no-repeat center right;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .partners .bottom-cta {
    padding: 60px 60px 150px;
  }
}
@media screen and (max-width: 639px) {
  .partners .cta-bar {
    padding: 50px 40px 90px;
    background-position: 85% center;
  }
}

.river-container {
  padding: 75px 0 0;
  margin: 0;
  min-width: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) {
  .river-container {
    padding-top: 0;
  }
}
.river-container .river {
  background-image: url("_/images/river.svg");
  background-repeat: no-repeat;
  position: absolute;
  height: 98%;
  width: 100%;
  z-index: 100;
  top: 1%;
  max-width: 1460px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 640px) and (max-width: 1023px) {
  .river-container .river {
    top: 90px;
    background-size: 215%;
  }
}
@media (max-width: 639px) {
  .river-container .river {
    top: 0;
    background-size: 90%;
    background-image: url("_/images/river-mobile-compiled.svg");
  }
}
.river-container section {
  margin: 100px auto;
  position: relative;
  min-height: 600px;
}
.river-container section h2 {
  font-size: 63px;
  letter-spacing: 2px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .river-container section {
    padding: 0px 50px;
  }
}
@media (max-width: 639px) {
  .river-container section {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .river-container aside {
    padding: 0px 25px;
  }
}
.river-container .white-box {
  position: relative;
  padding: 50px 30px 75px 25px;
  z-index: 101;
}
@media (min-width: 640px) {
  .river-container .white-box {
    padding: 70px 60px;
  }
}
@media (min-width: 768px) {
  .river-container .white-box {
    margin-bottom: -100px;
  }
}
@media (min-width: 1024px) {
  .river-container .white-box {
    position: absolute;
    margin-bottom: 0;
  }
}
.river-container .white-box:before {
  content: " ";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.river-container .white-box * {
  position: relative;
  z-index: 2;
}
.river-container .white-box ul {
  list-style: none;
  background: none;
  position: relative;
  margin: 50px auto;
}
@media (min-width: 1024px) {
  .river-container .white-box ul {
    width: 250%;
  }
}
@media screen and (min-width: 575px) and (max-width: 639px) {
  .river-container .white-box .post-item-inner img {
    width: 100px;
  }
}
.river-container .white-box .button-hide-mobile {
  display: none;
}
@media (min-width: 640px) {
  .river-container .white-box .button-hide-mobile {
    display: inline-block;
  }
}
.river-container .white-box h4 {
  font-size: 18px;
  line-height: 21px;
  font-family: "proxima-nova";
}
.river-container .white-box h6, .river-container .white-box .editable_content .wp-caption .wp-caption-text, .editable_content .wp-caption .river-container .white-box .wp-caption-text {
  font-size: 11px;
  line-height: 14px;
  margin-top: 10px;
}
.river-container .white-box button, .river-container .white-box a {
  margin-top: 30px;
  position: relative;
  z-index: 1000;
}
.river-container .white-box p, .river-container .white-box .editable_content tr td, .editable_content tr .river-container .white-box td {
  line-height: 35px;
}
@media screen and (min-width: 768px) {
  .river-container .post-list {
    margin-left: -15px;
  }
}
@media screen and (max-width: 639px) {
  .river-container .post-list {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}
.river-container li.post-item.horizontal {
  background: #fff;
  margin-right: 40px;
  max-width: none;
  clear: both;
  display: block;
}
.river-container li.post-item.horizontal:last-of-type {
  margin-right: 0;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .river-container li.post-item.horizontal {
    float: none;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .river-container li.post-item.horizontal {
    max-width: 331px;
    clear: none;
    display: inline-block;
  }
}
@media (max-width: 640px) {
  .river-container li.post-item.horizontal {
    float: none;
    width: 80%;
  }
}
.river-container .image-container {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1;
}
.river-container .news-item-1 {
  margin: 0 auto;
  clear: both;
  float: none;
}
@media (max-width: 767px) {
  .river-container .news-item-1 {
    margin: 40px auto 80px;
  }
}
@media (min-width: 1024px) {
  .river-container .news-item-1 > div {
    float: left !important;
  }
}
.river-container .news-item-1 .post-snippet {
  position: relative;
  z-index: 1000;
}
@media (max-width: 639px) {
  .river-container .news-item-1 .post-snippet {
    clear: both;
    right: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .river-container .news-item-1 .post-snippet a {
    float: right;
  }
}
@media (max-width: 767px) {
  .river-container .news-item-2 {
    margin: 40px auto 80px;
  }
}
.river-container .news-item-2 .post-snippet {
  z-index: 1000;
}
@media (min-width: 768px) {
  .river-container .news-item-2 .post-snippet {
    margin-left: 40px;
  }
}
@media (min-width: 1024px) {
  .river-container .news-item-2 .post-snippet {
    float: left !important;
  }
}
.river-container .post-snippet {
  clear: both;
  display: inline-block;
}
@media (min-width: 1024px) {
  .river-container .post-snippet {
    padding: 0;
  }
}
.river-container .post-snippet a {
  background: #F7F7F7;
  display: block;
  z-index: 1000;
  max-width: 635px;
  width: 100%;
  position: relative;
}
.river-container .post-snippet a:hover span.orange:after {
  transform: translateX(5px);
}
.river-container .post-snippet img {
  max-height: 90px;
  float: left;
}
.river-container .post-snippet .info {
  float: left;
  padding: 30px 30px 30px 70px;
}
.river-container .post-snippet p, .river-container .post-snippet .editable_content tr td, .editable_content tr .river-container .post-snippet td {
  margin-bottom: 5px;
}
.river-container .post-snippet span.orange.arrow {
  position: absolute;
  right: 105px;
  top: 15px;
}
.river-container .post-snippet span.orange.arrow:after {
  top: 2px;
  right: -65px;
}
.river-container footer {
  margin-top: 0;
  margin-bottom: 0;
}

.hp-newsletter {
  background-color: #445366;
  margin: 0 auto;
  padding: 50px 25px;
  clear: both;
}
@media (min-width: 768px) {
  .hp-newsletter {
    padding: 50px;
  }
}
.hp-newsletter .newsletter-tagline {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hp-newsletter .newsletter-tagline {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .hp-newsletter .newsletter-tagline {
    float: left;
    text-align: left;
  }
}
.hp-newsletter h3, .hp-newsletter .editable_content tr:first-child td, .editable_content tr:first-child .hp-newsletter td {
  color: #fff;
  display: inline-block;
  margin-bottom: -10px;
}
@media (min-width: 768px) {
  .hp-newsletter h3, .hp-newsletter .editable_content tr:first-child td, .editable_content tr:first-child .hp-newsletter td {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .hp-newsletter h3, .hp-newsletter .editable_content tr:first-child td, .editable_content tr:first-child .hp-newsletter td {
    margin-bottom: 0;
  }
}
.hp-newsletter .newsletter-signup-container {
  float: left;
  position: relative;
  z-index: 1000;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .hp-newsletter .newsletter-signup-container {
    margin: 0 auto;
    float: none;
  }
}
@media (max-width: 639px) {
  .hp-newsletter .newsletter-signup-container {
    float: none;
    margin: 0 auto;
  }
  .hp-newsletter .newsletter-signup-container input {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    float: none;
  }
}
.hp-newsletter form {
  position: relative;
  padding: 0;
  margin-top: -32px;
  clear: both;
}
@media (min-width: 1024px) {
  .hp-newsletter form {
    clear: none;
  }
}
.hp-newsletter .gfield label {
  color: #A1BAD9;
  background: #445366;
}
.hp-newsletter .gfield input {
  margin-top: 32px !important;
}
.hp-newsletter .gfield input[type=email] {
  background: none;
  border-color: #73869E;
  padding: 11px 15px;
}
@media (min-width: 768px) {
  .hp-newsletter .gfield input[type=email] {
    width: 60%;
    float: left;
  }
}
.hp-newsletter input[type=submit] {
  position: relative;
  top: -2px;
  background: #D7E7E9;
  color: #32768C;
  margin-top: 25px;
  width: 100%;
}
@media (min-width: 768px) {
  .hp-newsletter input[type=submit] {
    float: right;
    max-width: calc(40% - 10px);
    margin-top: 32px;
  }
}

.river-container .who-we-are {
  margin-bottom: 25px;
}
@media (min-width: 640px) {
  .river-container .who-we-are {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .river-container .who-we-are {
    margin-bottom: 50px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .river-container .who-we-are {
    margin-top: 0;
  }
}
@media (max-width: 639px) {
  .river-container .who-we-are {
    margin-top: 60px;
  }
}
@media (min-width: 1024px) {
  .river-container .who-we-are .white-box {
    right: -20px;
  }
}
@media (min-width: 768px) {
  .river-container .who-we-are .white-box {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .river-container .who-we-are .white-box {
    z-index: 1000;
    padding-top: 20px;
  }
}
.river-container .who-we-are .image-container {
  position: relative;
  background-size: cover !important;
  background-position: top !important;
  height: 250px;
}
@media (min-width: 640px) {
  .river-container .who-we-are .image-container {
    background-position: top center !important;
    height: 562px;
  }
}
@media (min-width: 1024px) {
  .river-container .who-we-are .image-container {
    height: 735px;
    float: right;
  }
}
.river-container .what-we-do .image-container {
  background-position: top center;
  background-size: cover;
  height: 625px;
  transform: scaleX(-1);
}
@media (min-width: 640px) {
  .river-container .what-we-do .image-container {
    background-position: center;
    height: 673px;
    float: right;
    right: -50px;
    background-size: 150%;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .river-container .what-we-do .image-container {
    width: calc(100% + 50px);
  }
}
@media (min-width: 1024px) {
  .river-container .what-we-do .image-container {
    float: left;
    height: 673px;
    transform: none;
    right: 0;
    background-size: cover;
  }
}
.river-container .what-we-do .white-box {
  top: 0;
  right: 10%;
  margin-bottom: -100px;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .river-container .what-we-do .white-box {
    right: auto;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 115px;
    margin-bottom: -145px;
  }
}
@media (max-width: 639px) {
  .river-container .what-we-do .white-box {
    top: 0;
    left: 0;
    right: auto;
    padding: 50px 30px;
  }
}
@media (min-width: 1024px) {
  .river-container .what-we-do .white-box {
    margin-bottom: 0;
  }
}
.river-container .why-we-do-it {
  margin-top: 140px;
}
@media (min-width: 768px) {
  .river-container .why-we-do-it {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .river-container .why-we-do-it {
    margin: 140px auto;
  }
}
.river-container .why-we-do-it .image-container {
  background-size: cover;
  background-position: bottom right;
  height: 665px;
  margin-bottom: -75px;
}
@media (min-width: 768px) {
  .river-container .why-we-do-it .image-container {
    margin-bottom: calc(-100% + 225px);
    height: 795px;
    right: -50px;
  }
}
@media (min-width: 1024px) {
  .river-container .why-we-do-it .image-container {
    background-position: bottom center;
    margin-bottom: 0;
    right: -50px;
    z-index: 100;
  }
}
.river-container .why-we-do-it .white-box {
  margin-bottom: -180px;
  left: 0;
}
@media (max-width: 639px) {
  .river-container .why-we-do-it .white-box {
    padding-top: 23px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .river-container .why-we-do-it .white-box {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .river-container .why-we-do-it .white-box {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .river-container .why-we-do-it .white-box {
    float: left !important;
  }
}
@media (min-width: 1024px) {
  .river-container .why-we-do-it .white-box {
    margin-top: 160px;
    z-index: 100;
  }
}
.river-container .why-we-do-it .white-box .post-list,
.river-container .why-we-do-it .white-box a {
  z-index: 1000;
}
.river-container .why-we-do-it .white-box a {
  margin-top: 0;
}
.river-container .why-we-do-it .resources-posts-container.small-visible {
  margin-left: 45px;
  margin-right: 45px;
}
@media (min-width: 640px) {
  .river-container .why-we-do-it .resources-posts-container.small-visible {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.river-container .why-we-do-it .resources-posts-container.small-visible a,
.river-container .why-we-do-it .resources-posts-container.small-visible li {
  z-index: 100;
}
.river-container .why-we-do-it .resources-posts-container.small-visible .post-item {
  width: 100% !important;
}
.river-container .why-we-do-it .resources-posts-container.small-visible a.orange {
  margin-top: 40px;
}
.river-container .why-we-do-it a.orange:after {
  top: 2px;
}
.river-container .how-we-got-here {
  margin-bottom: 30px;
  margin-top: 125px;
}
.river-container .how-we-got-here .row {
  position: relative;
}
.river-container .how-we-got-here .image-container {
  height: 675px;
  float: left;
  background-position: top center;
  background-size: cover;
  margin-bottom: -245px;
}
@media (max-width: 639px) {
  .river-container .how-we-got-here .image-container {
    height: 673px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .river-container .how-we-got-here .image-container {
    left: -70px;
    background-position: bottom right;
  }
}
@media (min-width: 768px) {
  .river-container .how-we-got-here .image-container {
    margin-bottom: -305px;
  }
}
@media (min-width: 1024px) {
  .river-container .how-we-got-here .image-container {
    height: 784px;
    margin-bottom: 0;
  }
}
.river-container .how-we-got-here .white-box {
  right: 0;
  bottom: -20px;
  z-index: 1000;
  padding: 90px 60px;
  margin-bottom: 0;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .river-container .how-we-got-here .white-box {
    right: 0;
  }
}
@media (max-width: 767px) {
  .river-container .how-we-got-here .white-box {
    left: 0;
    padding: 50px 30px;
  }
}
@media (min-width: 1024px) {
  .river-container .how-we-got-here .white-box {
    top: 292px;
  }
}
.river-container .how-we-got-here .timeline-static {
  width: 550px;
  height: 550px;
  background-image: url("_/images/static-timeline.png");
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .river-container .how-we-got-here .timeline-static {
    left: -15%;
    top: 6%;
  }
}
@media (min-width: 768px) {
  .river-container .how-we-got-here .timeline-static {
    transform: none;
  }
}
@media (min-width: 1024px) {
  .river-container .how-we-got-here .timeline-static {
    top: 16%;
    left: 3%;
  }
}
.river-container .how-we-got-here .timeline-static.french {
  background-image: url("_/images/static-timeline-french.png");
}
.river-container .how-we-got-here.french {
  margin-top: 235px;
}
.river-container .get-involved {
  margin-bottom: 0;
  padding-bottom: 0;
  clear: both;
  padding: 0;
}
.river-container .get-involved .row {
  position: relative;
  z-index: 1000;
}
.river-container .get-involved .image-container {
  height: 445px;
  margin-bottom: -80px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .river-container .get-involved .image-container {
    right: -50px;
    height: 769px;
    background-position: right;
  }
}
@media (max-width: 639px) {
  .river-container .get-involved .image-container {
    background-size: cover;
    background-position: top center;
    height: 456px;
  }
}
@media (min-width: 768px) {
  .river-container .get-involved .image-container {
    margin-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .river-container .get-involved .image-container {
    height: 751px;
    background-position: center;
  }
}
.river-container .get-involved .white-box {
  padding: 90px 110px 120px;
  margin-bottom: 300px;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .river-container .get-involved .white-box {
    left: 0;
    padding: 70px;
  }
}
@media (max-width: 639px) {
  .river-container .get-involved .white-box {
    left: auto;
    right: 0;
    padding: 60px 25px;
  }
}
@media (min-width: 768px) {
  .river-container .get-involved .white-box {
    position: absolute;
    margin-bottom: 0;
  }
}
.river-container .get-involved .white-box .home-shape {
  position: absolute;
}
.river-container .get-involved .white-box a {
  margin-bottom: 25px;
}
.river-container .get-involved a > button {
  float: left;
  margin-right: 20px;
  padding: 13px 15px;
}
.river-container .get-involved a > button::nth-child(2) {
  width: 50%;
  margin-right: 0;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .river-container .get-involved a > button {
    float: none;
    width: 60%;
    margin-top: 10px;
  }
}
.river-container .get-involved .map {
  background-image: url("_/images/gordon-full-map.jpg");
  background-size: cover;
  background-position: -230px 200px;
  background-repeat: no-repeat;
  width: 70%;
  height: 600px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -40px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .river-container .get-involved .map {
    background-position: -330px 250px;
    background-size: 165%;
    height: 814px;
    left: 0;
    bottom: -90px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .river-container .get-involved .map {
    background-position: -275px 350px;
    background-size: 200%;
    height: 814px;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .river-container .get-involved .map {
    background-position: -275px 450px;
    background-size: 200%;
    height: 814px;
    width: 110%;
    left: 0;
  }
}

.home-shape {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.home-shape-1 {
  background-image: url("_/images/home-shape1.svg");
  width: 100rem;
  height: 100rem;
  top: -230px;
  left: -550px;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .home-shape-1 {
    width: 900px;
    left: -560px;
  }
}
@media (max-width: 639px) {
  .home-shape-1 {
    width: 800px;
    height: 800px;
    top: -190px;
    left: -530px;
    z-index: 50;
  }
}

.home-shape-2 {
  background-image: url("_/images/home-shape2.svg");
  width: 400px;
  height: 300px;
  transform: translate(50%, 50%);
  right: 0;
  bottom: 0;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .home-shape-2 {
    display: none;
  }
}
@media (max-width: 639px) {
  .home-shape-2 {
    display: none;
  }
}

.home-shape-3 {
  background-image: url("_/images/home-shape3.svg");
  width: 850px;
  height: 600px;
  top: 88%;
  right: 16%;
  z-index: -1;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .home-shape-3 {
    right: 34%;
    z-index: -10;
  }
}
@media (min-width: 640px) {
  .home-shape-3 {
    top: 80%;
    right: -7%;
  }
}
@media (min-width: 768px) {
  .home-shape-3 {
    top: 74%;
  }
}

.home-shape-4 {
  background-image: url("_/images/home-shape4.svg");
  width: 350px;
  height: 150px;
  transform: translateY(50%);
  bottom: 0;
  left: -10%;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .home-shape-4 {
    width: 450px;
    z-index: 0;
    top: 675px;
    transform: translateY(-50%);
  }
}
@media (max-width: 639px) {
  .home-shape-4 {
    display: none;
  }
}

.home-shape-5 {
  background-image: url("_/images/home-shape5.svg");
  width: 650px;
  height: 600px;
  transform: translateY(100%);
  bottom: 0;
  right: -4%;
  z-index: -2;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .home-shape-5 {
    bottom: -34%;
    right: -15%;
    width: 350px;
    height: 300px;
  }
}

.home-shape-6 {
  background-image: url("_/images/home-shape6.png");
  width: 200px;
  height: 155px;
  transform: translateY(50%);
  top: -140px;
  right: -20px;
}
@media (min-width: 768px) {
  .home-shape-6 {
    bottom: 0;
    top: auto;
    width: 150px;
    height: 100px;
  }
}
@media (min-width: 1024px) {
  .home-shape-6 {
    right: 40px;
  }
}

section .image-container {
  transition: all 0.3s ease;
}
section .white-box > * {
  transition: all 0.3s ease;
}

.animate-size {
  transform: scale(1.03) !important;
}

.slide-out-left.white-box::before {
  transition: all 0.3s ease;
  right: 100%;
}

.slide-out-right.white-box::before {
  transition: all 0.3s ease;
  left: 100%;
}

.slide-in-left.white-box::before {
  transition: all 0.3s ease;
  right: 0;
}

.slide-in-right.white-box::before {
  transition: all 0.3s ease;
  left: 0;
}

.fade-in-out {
  transition: all 0.3s ease;
  opacity: 0;
}

body {
  width: 100vw;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  .initiatives-general .container {
    padding-top: 117px;
  }
}
.initiatives-general .hero-initiatives {
  position: relative;
}
@media screen and (min-width: 768px) {
  .initiatives-general .hero-initiatives {
    height: 650px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-general .hero-initiatives {
    height: 720px;
  }
}
@media screen and (min-width: 1200px) {
  .initiatives-general .hero-initiatives {
    height: 810px;
  }
}
.initiatives-general .hero-initiatives .row {
  margin: 0 !important;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 1500px) {
  .initiatives-general .hero-initiatives .row {
    margin: 0 auto !important;
  }
}
.initiatives-general .hero-initiatives .hero-image-mobile {
  padding: 40px 0 0;
  z-index: -2;
}
.initiatives-general .hero-initiatives .hero-image {
  z-index: -1;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .initiatives-general .hero-initiatives .hero-image {
    height: 600px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .initiatives-general .hero-initiatives .hero-image img {
    height: 100%;
    max-width: none;
    position: absolute;
    right: 25px;
  }
}
@media screen and (min-width: 768px) {
  .initiatives-general .hero-initiatives .hero-title {
    top: 260px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-general .hero-initiatives .hero-title {
    position: absolute;
  }
}
.initiatives-general .hero-initiatives .hero-title h1 {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .initiatives-general .hero-initiatives .hero-title h1 {
    top: -60px;
  }
}
.initiatives-general .hero-initiatives .hero-title .button {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .initiatives-general .hero-initiatives .hero-title .button {
    float: right;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-general .hero-initiatives .hero-title .button {
    margin-top: 30px;
  }
}
.initiatives-general .hero-initiatives .hero-title .initiative-graphic {
  width: 145px;
}
@media screen and (min-width: 640px) {
  .initiatives-general .hero-initiatives .hero-title .initiative-graphic {
    width: 160px;
  }
}
@media screen and (min-width: 768px) {
  .initiatives-general .hero-initiatives .hero-title .initiative-graphic {
    position: absolute;
    top: -250px;
    right: 10px;
    width: 125px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-general .hero-initiatives .hero-title .initiative-graphic {
    right: -90px;
    width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .initiatives-general .hero-initiatives .hero-title-general {
    top: 260px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-general .hero-initiatives .hero-title-general {
    position: absolute;
    width: 32%;
  }
}
@media screen and (min-width: 1500px) {
  .initiatives-general .hero-initiatives .hero-title-general {
    width: 40%;
  }
}
.initiatives-general .hero-initiatives .hero-shape {
  position: absolute;
  width: 512px;
  height: 471px;
  top: 0;
  left: 60%;
  z-index: -1;
  background-size: 100% !important;
}
@media screen and (min-width: 768px) {
  .initiatives-general .hero-initiatives .hero-shape {
    bottom: -140px;
    right: 40px;
    left: initial;
    top: initial;
  }
}
.initiatives-general .initiative-introduction .punch-intro {
  margin: 45px 0 25px;
}
@media screen and (min-width: 768px) {
  .initiatives-general .initiative-introduction .punch-intro {
    margin: 25px 0;
  }
}
@media (max-width: 640px) {
  .initiatives-general .initiative-introduction .editable_content {
    margin-bottom: 0px;
  }
}
.initiatives-general .important-info .row {
  padding: 0;
}
.initiatives-general .callout-box {
  border: 3px solid #EBEBEB;
  margin: 65px auto;
  padding: 60px 30px 50px;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .initiatives-general .callout-box {
    margin: 80px auto;
    padding: 75px 100px;
  }
}
@media screen and (max-width: 640px) {
  .initiatives-general .callout-box {
    margin: 25px auto 50px;
  }
}
.initiatives-general .callout-box h4 {
  margin-bottom: 15px;
}
.initiatives-general .callout-box h3:not(:first-child), .initiatives-general .callout-box .editable_content tr:first-child td:not(:first-child), .editable_content tr:first-child .initiatives-general .callout-box td:not(:first-child),
.initiatives-general .callout-box h4:not(:first-child),
.initiatives-general .callout-box h5:not(:first-child),
.initiatives-general .callout-box h6:not(:first-child),
.initiatives-general .callout-box .editable_content .wp-caption .wp-caption-text:not(:first-child),
.editable_content .wp-caption .initiatives-general .callout-box .wp-caption-text:not(:first-child) {
  margin-top: 2.15em;
}
.initiatives-general .callout-box a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  color: #3F94B0;
  letter-spacing: 2px;
}
.initiatives-general .why-now {
  background: #F7F7F7;
  padding: 60px 0;
  margin-top: -10px;
}
@media screen and (min-width: 768px) {
  .initiatives-general .why-now {
    padding: 75px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .initiatives-general .why-now {
    margin-top: 0px;
  }
}
.initiatives-general .why-now .embed-container + h6, .initiatives-general .why-now .editable_content .wp-caption .embed-container + .wp-caption-text, .editable_content .wp-caption .initiatives-general .why-now .embed-container + .wp-caption-text {
  text-align: left;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .initiatives-general .why-now .embed-container + h6, .initiatives-general .why-now .editable_content .wp-caption .embed-container + .wp-caption-text, .editable_content .wp-caption .initiatives-general .why-now .embed-container + .wp-caption-text {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-general .why-now .embed-container + h6, .initiatives-general .why-now .editable_content .wp-caption .embed-container + .wp-caption-text, .editable_content .wp-caption .initiatives-general .why-now .embed-container + .wp-caption-text {
    text-align: right;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .initiatives-general .why-now .large-5 {
    padding-left: 0;
    padding-right: 0;
  }
}
.initiatives-general .why-now .why-now-copy {
  position: relative;
}
@media screen and (min-width: 640px) {
  .initiatives-general .why-now .why-now-copy:before {
    content: "";
    position: absolute;
    background: url(_/images/fellowship-side-image.jpg) no-repeat;
    top: 0px;
    bottom: 0px;
    width: 100px;
    background-size: cover !important;
    left: -140px;
  }
}
@media screen and (min-width: 640px) and (min-width: 1024px) {
  .initiatives-general .why-now .why-now-copy:before {
    left: -150px;
  }
}
.initiatives-general .why-now .why-now-copy .info {
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .initiatives-general .why-now .why-now-copy .info {
    border-bottom: 1px solid #DEDEDE;
  }
}
.initiatives-general .why-now .why-now-copy .info p, .initiatives-general .why-now .why-now-copy .info .editable_content tr td, .editable_content tr .initiatives-general .why-now .why-now-copy .info td {
  line-height: 35px;
}
.initiatives-general .why-now .why-now-copy .info .button {
  margin-top: 16px;
}
.initiatives-general .why-now .teal {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #EBEBEB;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .initiatives-general .why-now .teal {
    padding-top: 0;
    border-top: none;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-general .why-now .teal {
    margin-top: 40px;
    left: 30px;
  }
  .initiatives-general .why-now .teal:before {
    font-family: "icomoon";
    content: "\e622";
    position: absolute;
    color: #3F94B0;
    font-size: 25px;
    top: -12px;
    left: -30px;
  }
}
.initiatives-general .why-now .teal i {
  display: block;
  font-size: 25px;
  color: #3F94B0;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .initiatives-general .why-now .teal i {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
}
.initiatives-general .why-now .quote {
  background: #fff;
  padding: 40px 30px;
}
@media screen and (min-width: 768px) {
  .initiatives-general .why-now .quote {
    padding: 50px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-general .why-now .quote {
    padding: 65px 50px;
    margin-top: 0;
  }
}
.initiatives-general .why-now .quote h5 {
  font-size: 21px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.initiatives-general .why-now .quote p:first-of-type, .initiatives-general .why-now .quote .editable_content tr td:first-of-type, .editable_content tr .initiatives-general .why-now .quote td:first-of-type {
  margin-bottom: 10px;
}
.initiatives-general .why-now .quote p:last-child, .initiatives-general .why-now .quote .editable_content tr td:last-child, .editable_content tr .initiatives-general .why-now .quote td:last-child {
  margin-bottom: 0;
}
.initiatives-general .why-now .mobile-side-image {
  width: 100%;
}
.initiatives-general .why-now .embed-container {
  width: 100%;
  margin-top: 40px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .initiatives-general .why-now .embed-container {
    background-size: contain;
  }
}
.initiatives-general .why-now .embed-container .image-wrap {
  position: relative;
}
.initiatives-general .why-now .embed-container .play-button:before {
  content: "";
  position: absolute;
  z-index: 1;
  background: url(_/images/play-button.svg) no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 768px) {
  .initiatives-general .why-now .embed-container .play-button:before {
    width: 100px;
    height: 100px;
  }
}
.initiatives-general .why-now .embed-container .play-button:hover:before {
  transform: translateY(-50%) translateX(-50%) scale(1.1);
}
.initiatives-general .why-now .embed-container .video {
  opacity: 0;
  background: #6F9EAE;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  padding: 50px;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}
.initiatives-general .why-now .embed-container .video.visible {
  opacity: 1;
  pointer-events: auto;
}
.initiatives-general .why-now .embed-container .video .iframe-container {
  position: relative;
  top: 8%;
  max-width: 1265px;
  margin: 0 auto;
}
.initiatives-general .why-now .embed-container .video .close {
  position: absolute;
  right: 30px;
  top: 60px;
  font-size: 20px;
  z-index: 1;
  transform: rotate(45deg);
  color: #fff;
}
.initiatives-general .why-now .resources-posts-container {
  margin-top: 50px;
}
.initiatives-general .why-now .post-item {
  background: #fff;
}
.initiatives-general .why-now .small-visible {
  background-image: url("_/images/initiatives-why2-m.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 265px;
  clear: both;
  margin-bottom: 50px;
}
.initiatives-general .secondary-cta {
  padding-bottom: 80px;
}
.initiatives-general .secondary-cta .row {
  padding: 0 35px;
}
.initiatives-general .secondary-cta .cta-bar {
  background: rgba(50, 118, 140, 0.7);
}
@media (min-width: 1024px) {
  .initiatives-general .external-resources {
    padding-left: 50px;
  }
}
.initiatives-general .links .link {
  border-bottom: 1px solid #D7E7E9;
  margin-top: 20px;
}
.initiatives-general .links .link:last-child {
  border-bottom: none;
}
.initiatives-general .links .link p, .initiatives-general .links .link .editable_content tr td, .editable_content tr .initiatives-general .links .link td {
  font-size: 13px;
  color: #8CA3BF;
  margin-bottom: 20px;
}
.initiatives-general .links .link a {
  display: inline-block;
}
.initiatives-general .side-image {
  position: relative;
  background: #F7F7F7;
  padding: 150px 0 65px;
}
@media screen and (min-width: 1024px) {
  .initiatives-general .side-image {
    padding: 100px 0;
  }
}
.initiatives-general .side-image .row {
  position: relative;
}
.initiatives-general .side-image .row:before {
  content: "";
  position: absolute;
  background: url(_/images/toolkit-side-image-small.jpg) no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  top: -150px;
  height: 120px;
}
@media screen and (min-width: 768px) {
  .initiatives-general .side-image .row:before {
    background: url(_/images/toolkit-side-image-tablet.jpg) no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-general .side-image .row:before {
    background: url(_/images/toolkit-side-image.jpg) no-repeat;
    bottom: 0px;
    left: -25px;
    top: 0;
    width: 100px;
    background-size: cover;
    height: initial;
  }
}

.initiatives-fellowship {
  overflow-x: hidden;
}
.initiatives-fellowship .hero-initiatives:after {
  content: "";
  position: absolute;
  background: url(_/images/fellowship-shapes-4-mobile.svg) no-repeat;
  width: 512px;
  height: 471px;
  top: 0;
  left: 60%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .initiatives-fellowship .hero-initiatives:after {
    background: url(_/images/fellowship-shapes-4.svg) no-repeat;
    bottom: -350px;
    right: -90px;
    left: initial;
    top: initial;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-fellowship .hero-initiatives:after {
    bottom: -120px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-fellowship .hero-initiatives .fellowship-hero-image:after {
    content: "";
    background: url(_/images/fellowship-shapes-3.png) no-repeat;
    background-size: contain;
    position: absolute;
    width: 400px;
    height: 290px;
    bottom: -220px;
    right: -80px;
  }
}
.initiatives-fellowship .hero-initiatives .hero-title:after {
  content: "";
  background: url(_/images/fellowship-mobile-shapes-1.svg) no-repeat;
  position: absolute;
  width: 258px;
  height: 181px;
  z-index: -1;
  bottom: 60px;
  left: -60px;
}
@media screen and (min-width: 768px) {
  .initiatives-fellowship .hero-initiatives .hero-title:after {
    width: 376px;
    height: 350px;
    background: url(_/images/fellowship-shapes-2.png) no-repeat;
    background-size: contain;
    top: -80px;
    bottom: initial;
    left: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .initiatives-fellowship .hero-initiatives .hero-title:after {
    top: -160px;
    left: -140px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-fellowship .hero-initiatives .hero-title:after {
    top: -90px;
    left: -100px;
  }
}
@media (min-width: 1024px) {
  .initiatives-fellowship .hero-initiatives .hero-title .initiative-graphic {
    right: 30px;
    top: -200px;
  }
}
.initiatives-fellowship .hero-initiatives .hero-image-mobile {
  position: relative;
}
@media screen and (max-width: 768px) {
  .initiatives-fellowship .hero-initiatives .hero-image-mobile:before {
    position: absolute;
    content: "";
    background: url(_/images/fellowship-shapes-1.png) no-repeat;
    background-size: contain;
    right: 0;
    top: -20px;
    width: 110px;
    height: 88px;
  }
}
.initiatives-fellowship .hero-initiatives .button {
  float: left;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .initiatives-fellowship .hero-initiatives .button {
    float: right;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-fellowship .hero-initiatives .button {
    margin-top: 30px;
  }
}
.initiatives-fellowship .hero-initiatives .quote-hero {
  clear: both;
  float: left;
  margin: 0 auto;
  padding: 30px 25px 10px 55px;
  position: relative;
}
.initiatives-fellowship .hero-initiatives .quote-hero:before {
  font-family: "icomoon";
  content: "\e914";
  position: absolute;
  top: 35px;
  left: 22px;
  color: #123862;
}
@media (min-width: 768px) {
  .initiatives-fellowship .hero-initiatives .quote-hero:before {
    left: 37px;
  }
}
@media (min-width: 1024px) {
  .initiatives-fellowship .hero-initiatives .quote-hero:before {
    top: 30px;
    left: 40px;
  }
}
@media (min-width: 768px) {
  .initiatives-fellowship .hero-initiatives .quote-hero {
    width: 80%;
    padding-left: 68px;
    padding-right: 38px;
  }
}
@media (min-width: 1024px) {
  .initiatives-fellowship .hero-initiatives .quote-hero {
    float: right;
    width: 37%;
    right: 4%;
    position: relative;
    top: -40px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1150px) {
  .initiatives-fellowship .hero-initiatives .quote-hero {
    margin-top: -100px;
  }
}
.initiatives-fellowship .hero-initiatives .quote-hero p:first-of-type, .initiatives-fellowship .hero-initiatives .quote-hero .editable_content tr td:first-of-type, .editable_content tr .initiatives-fellowship .hero-initiatives .quote-hero td:first-of-type {
  margin-top: 20px;
  margin-bottom: 5px;
}
.initiatives-fellowship .initiative-introduction {
  position: relative;
  clear: both;
}
.initiatives-fellowship .initiative-introduction:before {
  content: "";
  position: absolute;
  background: url(_/images/fellowship-shapes-7.svg) no-repeat;
  width: 300px;
  height: 944px;
  top: 0;
}
.initiatives-fellowship .initiative-introduction .editable_content {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .initiatives-fellowship .initiative-introduction .editable_content {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.initiatives-fellowship .fellowship {
  background: url(_/images/fellowship-rocks-new.jpg) no-repeat;
  background-size: contain;
  background-position: bottom;
  margin-top: 50px;
  padding-bottom: 270px;
}
@media screen and (min-width: 590px) {
  .initiatives-fellowship .fellowship {
    padding-bottom: 350px;
  }
}
@media screen and (min-width: 650px) {
  .initiatives-fellowship .fellowship {
    padding-bottom: 480px;
  }
}
@media screen and (min-width: 768px) {
  .initiatives-fellowship .fellowship {
    margin-top: 80px;
    padding-bottom: 860px;
  }
}
@media screen and (min-width: 970px) {
  .initiatives-fellowship .fellowship {
    padding-bottom: 860px;
  }
}
@media screen and (min-width: 1330px) {
  .initiatives-fellowship .fellowship {
    padding-bottom: 960px;
  }
}
@media screen and (min-width: 1520px) {
  .initiatives-fellowship .fellowship {
    padding-bottom: 1100px;
  }
}
@media screen and (min-width: 1750px) {
  .initiatives-fellowship .fellowship {
    padding-bottom: 1170px;
  }
}
@media screen and (min-width: 1920px) {
  .initiatives-fellowship .fellowship {
    background-size: cover;
    padding-bottom: 1300px;
  }
}
@media screen and (min-width: 2158px) {
  .initiatives-fellowship .fellowship {
    padding-bottom: 1380px;
  }
}
@media screen and (min-width: 2330px) {
  .initiatives-fellowship .fellowship {
    padding-bottom: 1510px;
  }
}
@media (min-width: 1024px) {
  .initiatives-fellowship .fellowship .fellowship-content {
    padding-bottom: 30px;
  }
}
.initiatives-fellowship .fellowship .characteristic-single {
  position: relative;
  width: 100%;
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .initiatives-fellowship .fellowship .characteristic-single {
    display: inline-block;
    width: 38%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-fellowship .fellowship .characteristic-single {
    width: 25%;
  }
}
.initiatives-fellowship .fellowship .characteristic-single i {
  color: #287EE0;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .initiatives-fellowship .fellowship .characteristic-single:first-child {
    top: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-fellowship .fellowship .characteristic-single:first-child {
    top: 160px;
  }
}
.initiatives-fellowship .fellowship .characteristic-single:first-child label::after {
  width: 250px;
}
@media screen and (min-width: 768px) {
  .initiatives-fellowship .fellowship .characteristic-single:nth-child(2) {
    top: 460px;
    left: -270px;
  }
}
@media screen and (min-width: 900px) {
  .initiatives-fellowship .fellowship .characteristic-single:nth-child(2) {
    left: -310px;
    top: 430px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-fellowship .fellowship .characteristic-single:nth-child(2) {
    left: -20px;
    top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .initiatives-fellowship .fellowship .characteristic-single:nth-child(3) {
    top: 160px;
    left: 400px;
  }
}
@media screen and (min-width: 900px) {
  .initiatives-fellowship .fellowship .characteristic-single:nth-child(3) {
    left: 440px;
    top: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-fellowship .fellowship .characteristic-single:nth-child(3) {
    top: -20px;
    left: -60px;
  }
}
@media screen and (min-width: 768px) {
  .initiatives-fellowship .fellowship .characteristic-single:nth-child(4) {
    top: -50px;
    left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-fellowship .fellowship .characteristic-single:nth-child(4) {
    top: -220px;
    left: 660px;
  }
}
@media screen and (min-width: 1200px) {
  .initiatives-fellowship .fellowship .characteristic-single:nth-child(4) {
    top: -200px;
    left: 800px;
  }
}
@media screen and (min-width: 768px) {
  .initiatives-fellowship .fellowship .characteristic-single:nth-child(5) {
    top: 160px;
    left: 190px;
  }
}
@media screen and (min-width: 900px) {
  .initiatives-fellowship .fellowship .characteristic-single:nth-child(5) {
    left: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-fellowship .fellowship .characteristic-single:nth-child(5) {
    left: 410px;
    top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .initiatives-fellowship .fellowship .characteristic-single:nth-child(5) {
    top: 40px;
  }
}
@media screen and (min-width: 1800px) {
  .initiatives-fellowship .fellowship .characteristic-single:nth-child(5) {
    top: 0;
  }
}
.initiatives-fellowship .fellowship .characteristic-single label {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
.initiatives-fellowship .fellowship .characteristic-single label:after {
  content: "";
  position: absolute;
  bottom: 0;
  background: #287EE0;
  width: 188px;
  left: 0;
  height: 1px;
}
.initiatives-fellowship .fellowship .characteristic-single h5 {
  margin-top: 10px;
  line-height: 1.4;
  position: relative;
  padding-left: 80px;
}
@media screen and (min-width: 768px) {
  .initiatives-fellowship .fellowship .characteristic-single h5 {
    left: 30%;
    padding-left: 0;
  }
}
@media screen and (min-width: 1330px) {
  .initiatives-fellowship .fellowship .characteristic-single h5 {
    left: 40%;
  }
}
.initiatives-fellowship .fellowship-callout {
  margin-top: -20px;
}
@media screen and (min-width: 768px) {
  .initiatives-fellowship .fellowship-callout {
    margin-top: -50px;
  }
}
.initiatives-fellowship .fellowship-callout .cta-bar {
  background: rgba(50, 118, 140, 0.7);
}
@media screen and (max-width: 1023px) {
  .initiatives-fellowship .fellowship-callout .cta-bar {
    margin-left: 25px;
    margin-right: 25px;
    width: calc(100% - 50px);
  }
}
.initiatives-fellowship .fellows-map {
  margin: 60px 0px;
}
@media screen and (min-width: 768px) {
  .initiatives-fellowship .fellows-map {
    margin: 80px 0px;
    background: url(_/images/fellows-map-static.jpg) no-repeat;
    background-position: bottom;
    background-size: 130%;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-fellowship .fellows-map {
    background-size: 160%;
  }
}
@media screen and (min-width: 1400px) {
  .initiatives-fellowship .fellows-map {
    background-size: auto;
    background-position: center 38px;
  }
}
.initiatives-fellowship .fellows-map .button {
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  .initiatives-fellowship .fellows-map .button {
    float: left;
    margin: 20px 0;
  }
}
.initiatives-fellowship .fellows-map .view-tile .post-item {
  background: #fff;
}
.initiatives-fellowship .jane-glassco {
  position: relative;
}
@media screen and (min-width: 768px) {
  .initiatives-fellowship .jane-glassco {
    padding: 20px 0 60px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-fellowship .jane-glassco {
    padding: 100px 50px 50px 75px;
  }
}
.initiatives-fellowship .jane-glassco:before {
  content: "";
  position: absolute;
  background: url(_/images/fellowship-shapes-5.svg) no-repeat;
  width: 430px;
  height: 460px;
  left: 0;
  top: 360px;
}
@media screen and (min-width: 1024px) {
  .initiatives-fellowship .jane-glassco:before {
    top: 0;
  }
}
.initiatives-fellowship .jane-glassco:after {
  content: "";
  position: absolute;
  background: url(_/images/fellowship-shapes-6.svg) no-repeat;
  width: 315px;
  height: 146px;
  right: 0;
  top: 200px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .initiatives-fellowship .jane-glassco .row {
    border-bottom: 1px solid #EBEBEB;
  }
}
.initiatives-fellowship .jane-glassco .jane-image h6, .initiatives-fellowship .jane-glassco .jane-image .editable_content .wp-caption .wp-caption-text, .editable_content .wp-caption .initiatives-fellowship .jane-glassco .jane-image .wp-caption-text,
.initiatives-fellowship .jane-glassco .jane-image-small h6,
.initiatives-fellowship .jane-glassco .jane-image-small .editable_content .wp-caption .wp-caption-text,
.editable_content .wp-caption .initiatives-fellowship .jane-glassco .jane-image-small .wp-caption-text {
  margin-top: 14px;
}
.initiatives-fellowship .jane-glassco .jane-image-small {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .initiatives-fellowship .jane-glassco .jane-image-small {
    padding: 0;
  }
  .initiatives-fellowship .jane-glassco .jane-image-small h2, .initiatives-fellowship .jane-glassco .jane-image-small h6, .initiatives-fellowship .jane-glassco .jane-image-small .editable_content .wp-caption .wp-caption-text, .editable_content .wp-caption .initiatives-fellowship .jane-glassco .jane-image-small .wp-caption-text {
    padding: 0 2.5rem;
  }
}
.initiatives-fellowship .jane-glassco .jane-info {
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .initiatives-fellowship .jane-glassco .jane-info {
    margin-top: 50px;
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-fellowship .jane-glassco .jane-info {
    margin-top: 60px;
  }
}
.initiatives-fellowship .jane-glassco .jane-info a.arrow {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .initiatives-fellowship .jane-glassco .jane-info a.arrow {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.initiatives-fellowship .jane-glassco .jane-info a.arrow:after {
  top: 2px;
}
@media screen and (min-width: 768px) {
  .initiatives-fellowship .why-now .why-now-copy:before {
    background: url(_/images/fellowship-side-image-fellowship.jpg) no-repeat;
  }
}
@media screen and (min-width: 570px) and (max-width: 768px) {
  .initiatives-fellowship .why-now .quote {
    margin-top: 100px;
  }
}
.initiatives-fellowship .why-now .small-visible {
  background: none;
  margin-bottom: 0;
}
@media screen and (min-width: 515px) {
  .initiatives-fellowship .why-now .small-visible {
    margin-bottom: 50px;
  }
}
.initiatives-fellowship .featured-fellows-posts {
  padding-bottom: 50px;
}
.initiatives-fellowship .fellowship-callout-bottom {
  padding-top: 35px;
  padding-bottom: 80px;
  background: url(_/images/fellowship-cta-background-mobile.jpg) no-repeat bottom;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .initiatives-fellowship .fellowship-callout-bottom {
    background: url(_/images/fellowship-cta-background.jpg) no-repeat bottom;
    background-size: cover;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-fellowship .fellowship-callout-bottom {
    padding: 90px 0 180px;
  }
}

.initiatives-toolkit .hero-image:after, .initiatives-toolkit .hero-image-mobile:after {
  content: "";
  position: absolute;
  background: url(_/images/toolkit-shapes-2.png) no-repeat;
  bottom: -380px;
  z-index: -2;
  width: 700px;
  height: 428px;
  left: -160px;
}
@media screen and (min-width: 1500px) {
  .initiatives-toolkit .hero-image:after, .initiatives-toolkit .hero-image-mobile:after {
    left: 0;
  }
}
.initiatives-toolkit .hero-initiatives {
  position: relative;
}
.initiatives-toolkit .hero-initiatives:after {
  content: "";
  background: url(_/images/toolkit-shapes-3-mobile.svg) no-repeat;
  position: absolute;
  right: -10px;
  bottom: -1000px;
  width: 206px;
  height: 617px;
}
@media screen and (min-width: 1024px) {
  .initiatives-toolkit .hero-initiatives:after {
    background: url(_/images/toolkit-shapes-3.svg) no-repeat;
    height: 733px;
    width: 304px;
    bottom: -550px;
  }
}
@media screen and (min-width: 1200px) {
  .initiatives-toolkit .hero-initiatives:after {
    bottom: -400px;
  }
}
.initiatives-toolkit .hero-initiatives .hero-title:after {
  content: "";
  background: url(_/images/toolkit-shapes-1.svg) no-repeat;
  position: absolute;
  width: 487px;
  height: 470px;
  z-index: -1;
  left: -10px;
  bottom: -100px;
}
@media screen and (min-width: 640px) {
  .initiatives-toolkit .hero-initiatives .hero-title:after {
    left: 70px;
  }
}
@media screen and (min-width: 768px) {
  .initiatives-toolkit .hero-initiatives .hero-title:after {
    left: -180px;
    top: -50px;
    bottom: initial;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-toolkit .hero-initiatives .hero-title:after {
    top: -80px;
    left: -110px;
  }
}
@media screen and (min-width: 768px) {
  .initiatives-toolkit .hero-initiatives .hero-cta {
    position: absolute;
    left: -35%;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-toolkit .hero-initiatives .hero-cta {
    left: -12%;
  }
}
@media screen and (min-width: 1245px) {
  .initiatives-toolkit .hero-initiatives .hero-cta {
    left: initial;
  }
}
.initiatives-toolkit .hero-initiatives .hero-cta .button {
  margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .initiatives-toolkit .hero-initiatives .hero-cta .button {
    margin-top: 0;
  }
}
.initiatives-toolkit .hero-initiatives .hero-cta .button:first-of-type {
  margin-right: 20px;
  float: left;
}
.initiatives-toolkit .hero-initiatives .hero-cta .button.french {
  padding: 13px 30px;
}
.initiatives-toolkit .hero-initiatives .hero-cta .teal:after {
  top: 2px;
  border-left-color: #3F94B0;
}
@media screen and (min-width: 768px) {
  .initiatives-toolkit .hero-initiatives .hero-cta .teal {
    text-align: right;
    clear: both;
    float: right;
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .initiatives-toolkit .hero-initiatives .hero-title .initiative-graphic {
    top: -190px;
  }
}
.initiatives-toolkit .quote {
  background: url(_/images/toolkit-quote-background.jpg) no-repeat bottom;
  background-size: contain;
  height: 475px;
  position: relative;
}
@media (min-width: 768px) {
  .initiatives-toolkit .quote {
    background-position: center;
  }
  .initiatives-toolkit .quote:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (min-width: 768px) {
  .initiatives-toolkit .quote {
    height: 750px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-toolkit .quote {
    background-size: cover;
    background-position: center -100px;
  }
}
@media screen and (min-width: 1400px) {
  .initiatives-toolkit .quote {
    height: 1000px;
  }
}
@media screen and (min-width: 1500px) {
  .initiatives-toolkit .quote {
    background-position: center -200px;
  }
}
.initiatives-toolkit .quote .meta {
  color: #C41230;
  margin-top: 15px;
}
.initiatives-toolkit .request {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .initiatives-toolkit .request {
    margin-top: 0;
  }
}
@media screen and (min-width: 1800px) {
  .initiatives-toolkit .request {
    margin-top: 100px;
  }
}
.initiatives-toolkit .request .request-form .tab-link {
  display: inline-block;
  margin-bottom: 50px;
  padding-bottom: 5px;
}
.initiatives-toolkit .request .request-form .tab-link:first-child {
  margin-right: 60px;
}
.initiatives-toolkit .request .request-form .for-community, .initiatives-toolkit .request .request-form .for-industry {
  padding: 40px 30px;
  background: #F7F7F7;
}
@media screen and (min-width: 768px) {
  .initiatives-toolkit .request .request-form .for-community, .initiatives-toolkit .request .request-form .for-industry {
    padding: 40px 60px;
  }
}
.initiatives-toolkit .request .request-form form {
  padding: 0;
}
@media (max-width: 767px) {
  .initiatives-toolkit .request .request-form form input[type=submit] {
    width: 100%;
  }
}
.initiatives-toolkit .request .request-form form .validation_error {
  line-height: 21px;
}
.initiatives-toolkit .request .request-form form .validation_error:before {
  font-family: "icomoon";
  font-size: 1.8em;
  float: left;
  margin-right: 7px;
  margin-top: 1px;
}
.initiatives-toolkit .request .request-form form input[type=text], .initiatives-toolkit .request .request-form form input[type=email], .initiatives-toolkit .request .request-form form textarea, .initiatives-toolkit .request .request-form form select {
  color: #73869E;
}
.initiatives-toolkit .request .request-form .for-industry .small:first-of-type {
  padding-bottom: 30px;
  border-bottom: 1px solid #EBEBEB;
}
.initiatives-toolkit .request .request-form .for-industry h5 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.initiatives-toolkit .request .request-form .for-industry .button {
  margin-bottom: 45px;
}
.initiatives-toolkit .request .request-form .toggle-links {
  background: #F7F7F7;
  padding: 40px 25px 0;
}
@media (min-width: 768px) {
  .initiatives-toolkit .request .request-form .toggle-links {
    background: none;
    padding: 0;
  }
}
.initiatives-toolkit .request .request-form .toggle-links .mobile {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #3F94B0;
  color: #3F94B0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 2px;
  background: none;
  border-radius: 0;
  padding: 10px 15px;
}
.initiatives-toolkit .request .request-form .toggle-links.icon-chevron-down::before {
  position: absolute;
  right: 65px;
  top: 56px;
  color: #3F94B0;
}
.initiatives-toolkit .request .tab-link.current {
  border-bottom: 1px solid #3F94B0;
}
.initiatives-toolkit .request .tab-content {
  display: none;
}
.initiatives-toolkit .request .tab-content.current {
  display: block;
}
.initiatives-toolkit .side-image {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .initiatives-toolkit .side-image {
    margin-top: 100px;
  }
}
.initiatives-toolkit .cover-preview {
  display: block;
  position: relative;
  left: -16px;
  margin: 40px auto;
  width: 400px;
}
@media screen and (min-width: 480px) {
  .initiatives-toolkit .cover-preview {
    left: inherit;
  }
}
@media (min-width: 768px) {
  .initiatives-toolkit .cover-preview {
    width: auto;
    margin: 0 0 0 -17px;
  }
}
.initiatives-toolkit .toolkit-callout {
  background: url(_/images/toolkit-cta.jpg) no-repeat center bottom;
  padding: 35px 30px 80px;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .initiatives-toolkit .toolkit-callout {
    padding: 90px 0 150px;
  }
}
@media (min-width: 1200px) {
  .initiatives-toolkit .toolkit-callout h3, .initiatives-toolkit .toolkit-callout .editable_content tr:first-child td, .editable_content tr:first-child .initiatives-toolkit .toolkit-callout td {
    max-width: calc(100% - 525px);
    float: left;
    text-align: left;
    padding-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .initiatives-toolkit .toolkit-callout .buttons {
    display: inline-block;
  }
}
.initiatives-toolkit .toolkit-callout .button {
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  .initiatives-toolkit .toolkit-callout .button {
    margin: 10px;
  }
}

.fellows_map section {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .fellows_map section {
    padding-top: 65px;
  }
}
@media (min-width: 1024px) {
  .fellows_map section {
    padding-bottom: 75px;
  }
}
.fellows_map h1 {
  margin-bottom: 15px;
}
.fellows_map .buttons {
  position: relative;
}
.fellows_map .toggle {
  background: #F0F4F5;
  border-radius: 10px;
  box-shadow: inset 0 1px 3px #BFD6D9;
  margin: 25px;
}
@media (min-width: 768px) {
  .fellows_map .toggle {
    display: inline-block;
    position: absolute;
    top: calc(50% + 2px);
    right: 25px;
    transform: translateY(-50%);
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .fellows_map .toggle {
    top: -66px;
    transform: none;
  }
}
.fellows_map .toggle a {
  font-size: 13px;
  padding: 13px 25px;
}
.fellows_map .toggle a:not(.btn-dark) {
  color: #32768C;
}
.fellows_map .toggle .button {
  box-shadow: none;
  float: left;
  font-weight: 500;
  width: 50%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fellows_map .toggle .button {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 768px) {
  .fellows_map .toggle .button {
    width: auto;
  }
}
.fellows_map .toggle .button:hover:before {
  transform: none;
}
.fellows_map .cohorts {
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .fellows_map .cohorts {
    padding-top: 45px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .fellows_map .cohorts {
    padding-bottom: 62px;
  }
}
.fellows_map .cohorts .columns {
  position: static;
}
.fellows_map .cohorts ul {
  margin: 0 -10px;
}
@media (min-width: 1024px) {
  .fellows_map .cohorts ul {
    margin: 0 -20px;
  }
}
.fellows_map .cohorts li {
  display: inline-block;
  margin: 0 10px 10px;
}
@media (min-width: 1024px) {
  .fellows_map .cohorts li {
    margin: 0 20px;
  }
}
.fellows_map .cohorts .stats {
  display: none;
}
@media (min-width: 768px) {
  .fellows_map .cohorts .stats {
    display: inline-block;
    position: absolute;
    bottom: -39px;
    left: -13px;
    z-index: 1;
    padding: 4px 10px 0;
  }
  .fellows_map .cohorts .stats:before {
    content: "";
    position: absolute;
    top: calc(50% + 2px);
    width: 91%;
    height: 1px;
    background: #fff;
    z-index: -1;
  }
}
@media (min-width: 1024px) {
  .fellows_map .cohorts .stats {
    bottom: -59px;
  }
}
.fellows_map .cohorts.xsmall-visible {
  position: relative;
}
.fellows_map .cohorts.xsmall-visible:after {
  pointer-events: none;
  position: absolute;
  top: 17px;
  right: 13px;
  display: block;
  content: "";
  background: url(_/images/select-dropdown.png) top left no-repeat;
  background-size: cover;
  width: 9px;
  height: 5px;
}
.fellows_map .cohorts select {
  appearance: none;
  width: 100%;
  border: 1px solid #3F94B0;
  color: #3F94B0;
  font-family: "proxima-nova";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  background: none;
  border-radius: 0;
  padding: 10px 15px;
}
.fellows_map .view-map.current #map {
  width: 100%;
  height: 600px;
  border-top: 1px solid #EBEBEB;
}
@media (min-width: 768px) {
  .fellows_map .view-map.current #map {
    height: 765px;
  }
}
.fellows_map .view-tile {
  display: none;
}
.fellows_map .view-tile.current {
  display: block;
}
@media (min-width: 768px) {
  .fellows_map .view-tile.current {
    padding-top: 40px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1024px) {
  .fellows_map .view-tile.current {
    background: url("_/images/fellows-map-static.jpg") no-repeat top center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fellows_map .view-tile .resources-posts-container {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.fellows_map .view-tile .post-list {
  margin-left: -25px;
  margin-right: -25px;
}
.fellows_map .view-tile .post-item {
  background: #fff;
}
@media (max-width: 639px) {
  .fellows_map .view-tile .post-item {
    margin: 25px 50px;
    width: calc(100% - 100px);
  }
}
.fellows_map .fellow-map-post-item {
  background: #fff;
  box-shadow: 0 10px 20px 4px rgba(0, 0, 0, 0.09);
}
.fellows_map .fellow-map-post-item:after {
  display: block;
  content: "";
  position: absolute;
  top: calc(100% - 60px);
  left: 50%;
  width: 500px;
  height: 200px;
  z-index: -1;
  background: url("_/images/fellows-map-infobox-shadow.png") top center no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}
.fellows_map .fellow-map-post-item img {
  max-width: 126px;
  float: left;
  padding-bottom: 50px;
}
.fellows_map .fellow-map-post-item .info {
  width: calc(100% - 126px);
  padding: 0 20px 0 25px;
  float: right;
}
.fellows_map .fellow-map-post-item .data h6:last-child, .fellows_map .fellow-map-post-item .data .editable_content .wp-caption .wp-caption-text:last-child, .editable_content .wp-caption .fellows_map .fellow-map-post-item .data .wp-caption-text:last-child {
  margin-bottom: 0;
}
.fellows_map .fellow-map-post-item .resource-cta {
  width: calc(100% - 126px);
  padding: 0 20px 0 25px;
  margin-bottom: 50px;
  float: right;
}
.fellows_map .fellow-map-post-item .resource-cta:after {
  top: 2px;
}
.fellows_map .group-papers {
  border-top: 1px solid #EBEBEB;
  padding-top: 55px;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .fellows_map .group-papers {
    padding-top: 70px;
    margin-top: 0;
  }
}
.fellows_map .group-papers .row > .columns:first-child {
  padding-right: 0;
}
@media (min-width: 768px) {
  .fellows_map .group-papers .post-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.fellows_map .group-papers li {
  margin-top: 40px !important;
}
.fellows_map .group-papers li:before {
  content: attr(data-cohort);
  font-size: 12px;
  letter-spacing: 2px;
  color: #C41230;
  position: absolute;
  top: -35px;
  left: 0;
}

.fellows-apply .container {
  overflow: hidden;
}
.fellows-apply .row {
  position: relative;
}
.fellows-apply .intro {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .fellows-apply .intro {
    padding-top: 65px;
  }
}
.fellows-apply .intro h1 {
  margin-bottom: 30px;
}
.fellows-apply .intro img {
  padding-top: 60px;
  padding-bottom: 50px;
  margin-left: -25px;
  margin-right: -25px;
  width: calc(100% + 150px);
  max-width: none;
}
@media (min-width: 768px) {
  .fellows-apply .intro img {
    padding-bottom: 75px;
    width: calc(100% + 50px);
    margin: 0;
    width: auto;
    max-width: 100%;
  }
}
.fellows-apply .intro .closed {
  margin-top: 20px;
  margin-bottom: 20px;
}
.fellows-apply .apply .apply-title {
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .fellows-apply .apply .apply-title {
    margin-top: -6px;
    margin-bottom: 0;
  }
}
.fellows-apply .apply .editable_content ul {
  margin: 25px 0;
}
.fellows-apply .apply .editable_content p, .fellows-apply .apply .editable_content tr td {
  line-height: 1.75;
}
.fellows-apply .selection-criteria {
  border: 2px solid #EBEBEB;
  background: #fff;
  text-align: center;
  margin-top: 40px;
  padding: 60px 30px 55px;
}
@media (min-width: 500px) {
  .fellows-apply .selection-criteria {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 640px) {
  .fellows-apply .selection-criteria {
    margin-top: 60px;
    padding: 65px 100px 60px;
  }
}
.fellows-apply .selection-criteria ol {
  margin-top: 45px;
  text-align: left;
  list-style: decimal;
}
.fellows-apply .selection-criteria li {
  margin-bottom: 1em;
  font-size: 13px;
  color: #123862;
  padding-left: 15px;
}
.fellows-apply .fellowship-callout-bottom {
  position: relative;
  background: url(_/images/fellows-apply-2.jpg) no-repeat 68% top;
  background-size: cover;
  margin-top: 100px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .fellows-apply .fellowship-callout-bottom {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 640px) {
  .fellows-apply .fellowship-callout-bottom {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .fellows-apply .fellowship-callout-bottom {
    padding-top: 55px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1024px) {
  .fellows-apply .fellowship-callout-bottom {
    background-position: 68% center;
  }
  .fellows-apply .fellowship-callout-bottom.open {
    padding-bottom: 170px;
  }
}
.fellows-apply .fellowship-callout-bottom.closed h3, .fellows-apply .fellowship-callout-bottom.closed .editable_content tr:first-child td, .editable_content tr:first-child .fellows-apply .fellowship-callout-bottom.closed td {
  margin-bottom: 30px;
  margin-right: 0;
}
.fellows-apply .fellowship-callout-bottom #mc_embed_signup {
  background: #445366;
}
.fellows-apply .fellowship-callout-bottom form {
  padding-top: 0;
}
.fellows-apply .fellowship-callout-bottom form .gfield {
  width: 100%;
}
@media (min-width: 768px) {
  .fellows-apply .fellowship-callout-bottom form .gfield {
    max-width: 320px;
    padding-right: 20px;
    display: inline-block;
  }
}
.fellows-apply .fellowship-callout-bottom form input[type=email] {
  margin-top: 33px;
  background: none;
  border-color: #73869E;
  padding: 11px 15px;
}
.fellows-apply .fellowship-callout-bottom form label {
  background: #445366;
  color: #A1BAD9;
}
.fellows-apply .fellowship-callout-bottom form input[type=submit] {
  margin-top: 20px;
  width: 100%;
  position: relative;
  top: -2px;
}
@media (min-width: 768px) {
  .fellows-apply .fellowship-callout-bottom form input[type=submit] {
    margin-top: 0;
    width: auto;
  }
}
.fellows-apply .shape-1 {
  width: 385px;
  height: 500px;
  background: url(_/images/fellows-apply-shape-1.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -250px;
}
@media (min-width: 768px) {
  .fellows-apply .shape-1 {
    right: -180px;
  }
}
.fellows-apply .shape-2 {
  display: none;
}
@media (min-width: 640px) {
  .fellows-apply .shape-2 {
    display: block;
    width: 340px;
    height: 130px;
    background: url(_/images/fellows-apply-shape-2.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: -170px;
    bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .fellows-apply .shape-2 {
    right: 20px;
  }
}
.fellows-apply .shape-3 {
  width: 1285px;
  height: 465px;
  background: url(_/images/fellows-apply-shape-3.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: -10px;
  bottom: -110px;
}
.fellows-apply .shape-4 {
  width: 540px;
  height: 215px;
  background: url(_/images/fellows-apply-shape-4.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: -150px;
  bottom: -160px;
}
@media (min-width: 640px) {
  .fellows-apply .shape-4 {
    bottom: -130px;
  }
}
@media (min-width: 1024px) {
  .fellows-apply .shape-4 {
    bottom: -110px;
  }
}

.gordon-foundation-history .page-title,
.gordon-foundation-history .icon-plus {
  display: inline-block;
  position: fixed;
  z-index: 1000;
}
@media screen and (min-width: 1024px) {
  .gordon-foundation-history .page-title,
.gordon-foundation-history .icon-plus {
    position: absolute;
  }
}
.gordon-foundation-history .page-title {
  left: 0;
  padding: 0 0 0 25px;
  top: 0;
  background: url(_/images/bg-timeline-mobile-screen.png) left top no-repeat;
  min-height: 120px;
  width: 105px;
}
@media screen and (min-width: 1024px) {
  .gordon-foundation-history .page-title {
    left: 25px;
    padding: 0;
    min-height: none;
    width: auto;
    background: none;
  }
}
.gordon-foundation-history .page-title h3, .gordon-foundation-history .page-title .editable_content tr:first-child td, .editable_content tr:first-child .gordon-foundation-history .page-title td {
  font-size: 20px;
  width: 46px;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .gordon-foundation-history .page-title h3, .gordon-foundation-history .page-title .editable_content tr:first-child td, .editable_content tr:first-child .gordon-foundation-history .page-title td {
    width: auto;
    font-size: 35px;
    line-height: 1.25;
  }
}
.gordon-foundation-history .page-title > a {
  font-family: "proxima-nova";
  font-weight: 300;
  color: #123862;
  font-size: 12px;
  line-height: normal;
  width: 70px;
  transition: color 0.3s ease;
}
.gordon-foundation-history .page-title > a:hover {
  color: #fff;
}
.gordon-foundation-history .page-title > a.orange:after {
  border-left: 5px solid #123862;
}
.gordon-foundation-history .page-title > a.orange:after:hover {
  border-left: 5px solid #fff;
}
@media screen and (min-width: 1024px) {
  .gordon-foundation-history .page-title > a {
    width: auto;
    font-size: 14px;
    margin: 20px 0 0 0;
  }
}
.gordon-foundation-history .page-title > a:hover {
  color: #235161;
}
.gordon-foundation-history .logo-white {
  display: inline-block;
  overflow: hidden;
  background: url(_/images/the-gordon-foundation-logo.svg) left center no-repeat;
  background-size: auto 100%;
  width: 46px;
  height: 30px;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .gordon-foundation-history .logo-white {
    width: 172px;
    height: 60px;
    margin: 25px 0 5px 0;
    background: url(_/images/the-gordon-foundation-logo.svg) center center no-repeat;
    background-size: cover;
  }
}
.gordon-foundation-history .logo-white a {
  white-space: nowrap;
  text-indent: 100%;
  display: block;
  height: 100%;
  width: 100%;
}
.gordon-foundation-history .icon-plus {
  right: 0;
  top: 10px;
  transition: color 0.3s ease;
  display: none;
  width: 30px;
  height: 30px;
  overflow: hidden;
  color: #123862;
}
@media screen and (min-width: 768px) {
  .gordon-foundation-history .icon-plus {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .gordon-foundation-history .icon-plus {
    top: 30px;
  }
}
.gordon-foundation-history .icon-plus:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transform: rotate(45deg);
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .gordon-foundation-history .icon-plus:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }
}

.gf-history {
  padding: 0;
  margin: 0;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .gf-history {
    overflow: hidden;
  }
}
.gf-history .main-row {
  padding: 0;
}
.gf-history .main-row,
.gf-history .main-row .xsmall-12 {
  height: 100%;
}
.gf-history .main-row {
  position: relative;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
}
.gf-history .main-row .xsmall-12:before {
  content: "";
  position: fixed;
  top: 0;
  height: 100%;
  background: rgba(63, 148, 176, 0.7);
  transition: width 0.5s ease;
  left: 0;
  width: 95px;
}
@media screen and (min-width: 1024px) {
  .gf-history .main-row .xsmall-12:before {
    position: absolute;
    bottom: 0;
    height: auto;
    width: 100%;
    will-change: width;
  }
}
@media screen and (min-width: 1265px) {
  .gf-history .main-row .xsmall-12:before {
    left: -100%;
    width: 300%;
  }
}
@media screen and (min-width: 1024px) {
  .gf-history.transition > .row .xsmall-12:before {
    width: 35%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1265px) {
  .gf-history.transition > .row .xsmall-12:before {
    width: 135%;
  }
}
.gf-history + footer {
  margin-top: 0;
}

@media screen and (min-width: 1024px) {
  .master-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
  }
}
.wheel .wheel-points {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 4;
}
.wheel .wheel-points li {
  padding: 0;
  position: absolute;
  padding: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
}
.wheel .wheel-points li.point-1961 .hover-state, .wheel .wheel-points li.point-1962 .hover-state, .wheel .wheel-points li.point-1963 .hover-state, .wheel .wheel-points li.point-1964 .hover-state, .wheel .wheel-points li.point-1971 .hover-state, .wheel .wheel-points li.point-1972 .hover-state, .wheel .wheel-points li.point-1973 .hover-state, .wheel .wheel-points li.point-1974 .hover-state, .wheel .wheel-points li.point-1981 .hover-state, .wheel .wheel-points li.point-1982 .hover-state, .wheel .wheel-points li.point-1983 .hover-state, .wheel .wheel-points li.point-1984 .hover-state, .wheel .wheel-points li.point-1991 .hover-state, .wheel .wheel-points li.point-1992 .hover-state, .wheel .wheel-points li.point-1993 .hover-state, .wheel .wheel-points li.point-1994 .hover-state, .wheel .wheel-points li.point-2001 .hover-state, .wheel .wheel-points li.point-2002 .hover-state, .wheel .wheel-points li.point-2003 .hover-state, .wheel .wheel-points li.point-2004 .hover-state, .wheel .wheel-points li.point-2011 .hover-state, .wheel .wheel-points li.point-2012 .hover-state, .wheel .wheel-points li.point-2013 .hover-state, .wheel .wheel-points li.point-2014 .hover-state, .wheel .wheel-points li.right-align .hover-state {
  right: inherit;
  left: -25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.wheel .wheel-points li.point-1961 .hover-state p, .wheel .wheel-points li.point-1961 .hover-state .editable_content tr td, .editable_content tr .wheel .wheel-points li.point-1961 .hover-state td, .wheel .wheel-points li.point-1962 .hover-state p, .wheel .wheel-points li.point-1962 .hover-state .editable_content tr td, .editable_content tr .wheel .wheel-points li.point-1962 .hover-state td, .wheel .wheel-points li.point-1963 .hover-state p, .wheel .wheel-points li.point-1963 .hover-state .editable_content tr td, .editable_content tr .wheel .wheel-points li.point-1963 .hover-state td, .wheel .wheel-points li.point-1964 .hover-state p, .wheel .wheel-points li.point-1964 .hover-state .editable_content tr td, .editable_content tr .wheel .wheel-points li.point-1964 .hover-state td, .wheel .wheel-points li.point-1971 .hover-state p, .wheel .wheel-points li.point-1971 .hover-state .editable_content tr td, .editable_content tr .wheel .wheel-points li.point-1971 .hover-state td, .wheel .wheel-points li.point-1972 .hover-state p, .wheel .wheel-points li.point-1972 .hover-state .editable_content tr td, .editable_content tr .wheel .wheel-points li.point-1972 .hover-state td, .wheel .wheel-points li.point-1973 .hover-state p, .wheel .wheel-points li.point-1973 .hover-state .editable_content tr td, .editable_content tr .wheel .wheel-points li.point-1973 .hover-state td, .wheel .wheel-points li.point-1974 .hover-state p, .wheel .wheel-points li.point-1974 .hover-state .editable_content tr td, .editable_content tr .wheel .wheel-points li.point-1974 .hover-state td, .wheel .wheel-points li.point-1981 .hover-state p, .wheel .wheel-points li.point-1981 .hover-state .editable_content tr td, .editable_content tr .wheel .wheel-points li.point-1981 .hover-state td, .wheel .wheel-points li.point-1982 .hover-state p, .wheel .wheel-points li.point-1982 .hover-state .editable_content tr td, .editable_content tr .wheel .wheel-points li.point-1982 .hover-state td, .wheel .wheel-points li.point-1983 .hover-state p, .wheel .wheel-points li.point-1983 .hover-state .editable_content tr td, .editable_content tr .wheel .wheel-points li.point-1983 .hover-state td, .wheel .wheel-points li.point-1984 .hover-state p, .wheel .wheel-points li.point-1984 .hover-state .editable_content tr td, .editable_content tr .wheel .wheel-points li.point-1984 .hover-state td, .wheel .wheel-points li.point-1991 .hover-state p, .wheel .wheel-points li.point-1991 .hover-state .editable_content tr td, .editable_content tr .wheel .wheel-points li.point-1991 .hover-state td, .wheel .wheel-points li.point-1992 .hover-state p, .wheel .wheel-points li.point-1992 .hover-state .editable_content tr td, .editable_content tr .wheel .wheel-points li.point-1992 .hover-state td, .wheel .wheel-points li.point-1993 .hover-state p, .wheel .wheel-points li.point-1993 .hover-state .editable_content tr td, .editable_content tr .wheel .wheel-points li.point-1993 .hover-state td, .wheel .wheel-points li.point-1994 .hover-state p, .wheel .wheel-points li.point-1994 .hover-state .editable_content tr td, .editable_content tr .wheel .wheel-points li.point-1994 .hover-state td, .wheel .wheel-points li.point-2001 .hover-state p, .wheel .wheel-points li.point-2001 .hover-state .editable_content tr td, .editable_content tr .wheel .wheel-points li.point-2001 .hover-state td, .wheel .wheel-points li.point-2002 .hover-state p, .wheel .wheel-points li.point-2002 .hover-state .editable_content tr td, .editable_content tr .wheel .wheel-points li.point-2002 .hover-state td, .wheel .wheel-points li.point-2003 .hover-state p, .wheel .wheel-points li.point-2003 .hover-state .editable_content tr td, .editable_content tr .wheel .wheel-points li.point-2003 .hover-state td, .wheel .wheel-points li.point-2004 .hover-state p, .wheel .wheel-points li.point-2004 .hover-state .editable_content tr td, .editable_content tr .wheel .wheel-points li.point-2004 .hover-state td, .wheel .wheel-points li.point-2011 .hover-state p, .wheel .wheel-points li.point-2011 .hover-state .editable_content tr td, .editable_content tr .wheel .wheel-points li.point-2011 .hover-state td, .wheel .wheel-points li.point-2012 .hover-state p, .wheel .wheel-points li.point-2012 .hover-state .editable_content tr td, .editable_content tr .wheel .wheel-points li.point-2012 .hover-state td, .wheel .wheel-points li.point-2013 .hover-state p, .wheel .wheel-points li.point-2013 .hover-state .editable_content tr td, .editable_content tr .wheel .wheel-points li.point-2013 .hover-state td, .wheel .wheel-points li.point-2014 .hover-state p, .wheel .wheel-points li.point-2014 .hover-state .editable_content tr td, .editable_content tr .wheel .wheel-points li.point-2014 .hover-state td, .wheel .wheel-points li.right-align .hover-state p, .wheel .wheel-points li.right-align .hover-state .editable_content tr td, .editable_content tr .wheel .wheel-points li.right-align .hover-state td {
  padding: 0 0 0 90px;
}
.wheel .wheel-points li.point-1961 .hover-state .image-container, .wheel .wheel-points li.point-1962 .hover-state .image-container, .wheel .wheel-points li.point-1963 .hover-state .image-container, .wheel .wheel-points li.point-1964 .hover-state .image-container, .wheel .wheel-points li.point-1971 .hover-state .image-container, .wheel .wheel-points li.point-1972 .hover-state .image-container, .wheel .wheel-points li.point-1973 .hover-state .image-container, .wheel .wheel-points li.point-1974 .hover-state .image-container, .wheel .wheel-points li.point-1981 .hover-state .image-container, .wheel .wheel-points li.point-1982 .hover-state .image-container, .wheel .wheel-points li.point-1983 .hover-state .image-container, .wheel .wheel-points li.point-1984 .hover-state .image-container, .wheel .wheel-points li.point-1991 .hover-state .image-container, .wheel .wheel-points li.point-1992 .hover-state .image-container, .wheel .wheel-points li.point-1993 .hover-state .image-container, .wheel .wheel-points li.point-1994 .hover-state .image-container, .wheel .wheel-points li.point-2001 .hover-state .image-container, .wheel .wheel-points li.point-2002 .hover-state .image-container, .wheel .wheel-points li.point-2003 .hover-state .image-container, .wheel .wheel-points li.point-2004 .hover-state .image-container, .wheel .wheel-points li.point-2011 .hover-state .image-container, .wheel .wheel-points li.point-2012 .hover-state .image-container, .wheel .wheel-points li.point-2013 .hover-state .image-container, .wheel .wheel-points li.point-2014 .hover-state .image-container, .wheel .wheel-points li.right-align .hover-state .image-container {
  right: inherit;
  left: 5px;
}
.wheel .wheel-points a {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #B3002D;
}
.wheel .wheel-points .hover-state {
  display: none;
  width: 250px;
  height: 80px;
  background: #fff;
  position: absolute;
  right: -25px;
  top: 50%;
  margin: -40px 0 0 0;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  z-index: 10;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.16);
}
.wheel .wheel-points .hover-state p, .wheel .wheel-points .hover-state .editable_content tr td, .editable_content tr .wheel .wheel-points .hover-state td {
  text-transform: uppercase;
  line-height: 82px;
  margin: 0;
  padding: 0 0 0 20px;
  text-align: left;
  font-size: 13px;
  color: #3F94B0;
  letter-spacing: 2px;
}
.wheel .wheel-points .hover-state .image-container {
  position: absolute;
  width: 70px;
  height: 70px;
  right: 5px;
  top: 5px;
  border-radius: 50%;
  font-size: 0;
}
.wheel .wheel-points .hover-state .image-container img {
  margin: 0;
  display: block;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  right: 0;
}
.wheel .wheel-points .point-1960 {
  left: 50%;
  top: 70.50%;
}
.wheel .wheel-points .point-1961 {
  left: 36.3%;
  top: 68.3%;
}
.wheel .wheel-points .point-1962 {
  left: 28.4%;
  top: 57.3%;
}
.wheel .wheel-points .point-1963 {
  left: 28.4%;
  top: 42.7%;
}
.wheel .wheel-points .point-1964 {
  left: 36.7%;
  top: 31.4%;
}
.wheel .wheel-points .point-1965 {
  left: 50%;
  top: 29.5%;
}
.wheel .wheel-points .point-1966 {
  left: 62%;
  top: 33.4%;
}
.wheel .wheel-points .point-1967 {
  left: 71.4%;
  top: 42.7%;
}
.wheel .wheel-points .point-1968 {
  left: 71.4%;
  top: 57.3%;
}
.wheel .wheel-points .point-1969 {
  left: 62%;
  top: 66.6%;
}
.wheel .wheel-points .point-1970 {
  left: 50%;
  top: 74.3%;
}
.wheel .wheel-points .point-1971 {
  left: 33.7%;
  top: 71.6%;
}
.wheel .wheel-points .point-1972 {
  left: 27.01%;
  top: 57.73%;
}
.wheel .wheel-points .point-1973 {
   left: 27.01%;
   top: 42.27%;
}
.wheel .wheel-points .point-1974 {
  left: 34.3%;
  top: 28%;
}
.wheel .wheel-points .point-1975 {
  left: 50%;
  top: 22.8%;
}
.wheel .wheel-points .point-1976 {
  left: 65.7%;
  top: 28%;
}
.wheel .wheel-points .point-1977 {
  left: 75.6%;
  top: 41.3%;
}
.wheel .wheel-points .point-1978 {
  left: 75.7%;
  top: 58.6%;
}
.wheel .wheel-points .point-1979 {
  left: 66.5%;
  top: 71.6%;
}
.wheel .wheel-points .point-1980 {
  left: 50%;
  top: 78.18%;
}
.wheel .wheel-points .point-1981 {
  left: 33.33%;
  top: 72.68%;
}
.wheel .wheel-points .point-1982 {
  left: 20.3%;
  top: 60%;
}
.wheel .wheel-points .point-1983 {
  left: 20.4%;
  top: 39.8%;
}
.wheel .wheel-points .point-1984 {
  left: 31.5%;
  top: 24.7%;
}
.wheel .wheel-points .point-1985 {
  left: 50%;
  top: 18.6%;
}
.wheel .wheel-points .point-1986 {
  left: 68.3%;
  top: 24.7%;
}
.wheel .wheel-points .point-1987 {
  left: 76.63%;
  top: 41.03%;
}
.wheel .wheel-points .point-1988 {
  left: 79.8%;
  top: 60%;
}
.wheel .wheel-points .point-1989 {
  left: 66.67%;
  top: 72.68%;
}
.wheel .wheel-points .point-1990 {
  left: 50%;
  top: 82.02%;
}
.wheel .wheel-points .point-1991 {
  left: 31.00%;
  top: 75.73%;
}
.wheel .wheel-points .point-1992 {
  left: 16.2%;
  top: 61.3%;
}
.wheel .wheel-points .point-1993 {
  left: 16.3%;
  top: 38.4%;
}
.wheel .wheel-points .point-1994 {
  left: 29%;
  top: 21.1%;
}
.wheel .wheel-points .point-1995 {
  left: 50%;
  top: 14.3%;
}
.wheel .wheel-points .point-1996 {
  left: 69.00%;
  top: 24.28%;
}
.wheel .wheel-points .point-1997 {
  left: 80.28%;
  top: 39.80%;
}
.wheel .wheel-points .point-1998 {
  left: 83.8%;
  top: 61.3%;
}
.wheel .wheel-points .point-1999 {
  left: 71.8%;
  top: 78.4%;
}
.wheel .wheel-points .point-2000 {
  left: 50%;
  top: 90%;
}
.wheel .wheel-points .point-2001 {
  left: 28.67%;
  top: 78.77%;
}
.wheel .wheel-points .point-2002 {
  left: 16.08%;
  top: 61.43%;
}
.wheel .wheel-points .point-2003 {
  left: 12.3%;
  top: 37%;
}
.wheel .wheel-points .point-2004 {
  left: 26.6%;
  top: 17.5%;
}
.wheel .wheel-points .point-2005 {
  left: 50%;
  top: 14.14%;
}
.wheel .wheel-points .point-2006 {
  left: 73.3%;
  top: 17.5%;
}
.wheel .wheel-points .point-2007 {
  left: 83.92%;
  top: 38.57%;
}
.wheel .wheel-points .point-2008 {
  left: 83.92%;
   top: 61.43%;
}
.wheel .wheel-points .point-2009 {
  left: 71.33%;
  top: 78.77%;
}
.wheel .wheel-points .point-2010 {
  left: 50%;
  top: 89.70%;
}
.wheel .wheel-points .point-2011 {
  left: 26.33%;
  top: 81.81%;
}
.wheel .wheel-points .point-2012 {
  left: 12.44%;
  top: 62.67%;
}
.wheel .wheel-points .point-2013 {
  left: 8.2%;
  top: 35.6%;
}
.wheel .wheel-points .point-2014 {
  left: 26.33%;
  top: 18.19%;
}
.wheel .wheel-points .point-2015 {
  left: 50%;
  top: 10.30%;
}
.wheel .wheel-points .point-2016 {
  left: 73.67%;
  top: 18.19%;
}
.wheel .wheel-points .point-2017 {
  left: 87.56%;
  top: 37.33%;
}
.wheel .wheel-points .point-2018 {
  left: 87.56%;
  top: 62.67%;
}
.wheel .wheel-points .point-2019 {
  left: 73.67%;
  top: 81.81%;
}

.wheel .wheel-points .point-2020 {
  left: 50%;
  top: 93.54%;
}

.wheel .wheel-points .point-2021 {
  left: 24.00%;
  top: 84.85%;
}

.wheel .wheel-points .point-2022 {
  left: 8.80%;
  top: 63.90%
}

.wheel .wheel-points .point-2023 {
  left: 8.80%;
  top: 36.10%;
}

.wheel .wheel-points .point-2024 {
  left: 24.00%;
  top: 15.15%;
}

.wheel .wheel-points .point-2025 {
  left: 50%;
  top: 6.46%;
}

.wheel .wheel-points .point-2026 {
  left: 76.00%;
  top: 15.15%;
}

.wheel .wheel-points .point-2027 {
  left: 91.20%;
  top: 36.10%
}

.wheel .wheel-points .point-2028 {
  left: 91.20%;
  top: 63.90%;;
}

.wheel .wheel-points .point-2029 {
  left: 76.00%;
  top: 84.85%;
}

.wheel {
  display: none;
}
.location-northern-canada .wheel {
  display: none;
}
@media screen and (min-width: 1024px) {
  .wheel {
    background: url(_/images/bg-fisheye-landscape.svg) center center no-repeat;
    background-size: 760px 760px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 780px;
    height: 780px;
    margin: -350px 0 0 -350px;
    z-index: 100;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
    display: block;
  }
  .play .wheel {
    opacity: 1;
  }
  .wheel .teaser-text {
    display: block;
    width: 300px;
    height: 300px;
    margin: -150px 0 0 -150px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
    z-index: 2;
    opacity: 1;
    font-size: 0;
    padding: 0;
  }
  .wheel .teaser-text li {
    display: block;
    position: absolute;
    left: 0;
    top: -30px;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: top 0.3s ease, opacity 0.3s ease;
  }
  .wheel .teaser-text li * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
  }
  .wheel .teaser-text li p, .wheel .teaser-text li .editable_content tr td, .editable_content tr .wheel .teaser-text li td {
    line-height: 1.3;
    margin: 0 auto;
    width: 80%;
  }
  .wheel .teaser-text li.active {
    top: 0;
    opacity: 1;
  }
  .wheel ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .wheel li {
    display: block;
    margin: 0;
    padding: 10px;
  }
  .wheel a {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .pre-text {
    display: block;
    width: 300px;
    height: 300px;
    margin: -150px 0 0 -150px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.3s ease, margin 0.3s ease;
  }
  .pre-text * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
  }
  .pre-text p, .pre-text .editable_content tr td, .editable_content tr .pre-text td {
    line-height: 1.3;
    margin: 0 auto;
    width: 80%;
  }
  .pre-text.fadeout, .transition .pre-text {
    margin: -120px 0 0 -150px;
    opacity: 0;
  }

  #decade-view {
    display: none;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    z-index: 9000;
    transition: transform 0.3s ease;
    transform: scale(1);
    cursor: pointer;
    background: url(_/images/sm-timewheel.svg) center center no-repeat;
    background-size: contain;
    left: 12%;
    margin: -110px 0 0 -110px;
    padding: 85px 0 0 0;
    height: 220px;
    width: 220px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1265px) {
  #decade-view {
    margin: -160px 0 0 -160px;
    padding: 130px 0 0 0;
    height: 300px;
    width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  #decade-view:hover {
    transform: scale(1.05);
  }
}
@media screen and (min-width: 1024px) {
  .location-northern-canada #decade-view {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .decade {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    z-index: 3;
  }
  .decade:before, .decade:after {
    content: "";
    position: absolute;
    border-radius: 50%;
  }
  .decade:before {
    z-index: 1;
    border: 20px solid transparent;
    width: auto;
    height: auto;
    transition: border 0.3s ease;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
  }
  .decade:after {
    z-index: -1;
    border: 1px dashed #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .decade.active:before {
    z-index: 1;
    border-color: rgba(50, 118, 140, 0.3);
  }
  .decade.active span {
    opacity: 1;
  }
  .decade .deg18 {
    left: 2.8%;
    top: 34%;
  }
  .decade .deg54 {
    left: 21%;
    top: 9.5%;
  }
  .decade .deg90 {
    left: 50%;
    top: 0;
  }
  .decade .deg126 {
    left: 79%;
    top: 9.5%;
  }
  .decade .deg162 {
    left: 97.2%;
    top: 34%;
  }
  .decade .deg198 {
    left: 97.2%;
    top: 66%;
  }
  .decade .deg234 {
    left: 80%;
    top: 90%;
  }
  .decade .deg270 {
    left: 50%;
    top: 100%;
  }
  .decade .deg306 {
    left: 20%;
    top: 90%;
  }
  .decade .deg342 {
    left: 2.8%;
    top: 66%;
  }
  .decade span {
    display: block;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #123862;
    position: absolute;
    margin: -3px 0 0 -3px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .decade > p, .editable_content tr .decade > td {
    color: #fff;
    display: block;
    padding: 0;
    margin: 0;
    left: 0;
    position: absolute;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    z-index: 90;
    bottom: 8px;
    width: 100%;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .transition .decade > p, .transition .editable_content tr .decade > td, .editable_content tr .transition .decade > td {
    opacity: 0;
  }
}
@media screen and (min-width: 1024px) {
  .dec60 {
    margin: -160px 0 0 -160px;
    width: 320px;
    height: 320px;
  }
}
@media screen and (min-width: 1024px) {
  .dec70 {
    margin: -190px 0 0 -190px;
    width: 380px;
    height: 380px;
  }
}
@media screen and (min-width: 1024px) {
  .dec80 {
    margin: -220px 0 0 -220px;
    width: 440px;
    height: 440px;
  }
}
@media screen and (min-width: 1024px) {
  .dec90 {
    margin: -250px 0 0 -250px;
    width: 500px;
    height: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .dec00 {
    margin: -280px 0 0 -280px;
    width: 560px;
    height: 560px;
  }
}
@media screen and (min-width: 1024px) {
  .dec10 {
    margin: -310px 0 0 -310px;
    width: 620px;
    height: 620px;
  }
}
@media screen and (min-width: 1024px) {
  .dec20 {
    margin: -340px 0 0 -340px;
    width: 680px;
    height: 680px;
  }
}
@media screen and (max-width: 1023px) {
  .gordon-foundation-history .thumbnailbg {
    display: none;
  }
  .gordon-foundation-history .timeline-outer {
    display: none;
  }
}
.thumb-wrapper {
  overflow: hidden;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  top: -20px;
  border: 4px solid #fff;
}
@media screen and (min-width: 1024px) {
  .thumb-wrapper {
    position: fixed;
    top: 50%;
    left: 48%;
    margin: -35px 0 0 -55px;
    transition: margin 0.3s ease;
  }
  .content-play .thumb-wrapper {
    margin: -35px 0 0 -35px;
  }
}

.content-container {
  position: absolute;
  left: 120px;
  right: 25px;
  width: auto;
  height: auto;
  padding: 70px 0 0 0;
}
@media screen and (min-width: 640px) {
  .content-container {
    left: 145px;
    right: 40px;
  }
}
.content-container .content {
  max-width: 100%;
  position: relative;
  padding: 0 0 80px 0;
}
@media screen and (min-width: 1024px) {
  .content-container .content {
    padding-bottom: 0;
  }
}
.content-container h2 {
  font-size: 28px;
  margin: 10px 0 20px 0;
}
@media screen and (min-width: 768px) {
  .content-container h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .content-container h2 {
    margin: 0 0 20px 0;
  }
}
.content-container .year {
  position: absolute;
  left: -95px;
  color: #123862;
  transition: color 0.3s ease;
}
.content-container .year:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #123862;
  right: -40px;
  top: 50%;
  margin: -3px 0 0 0;
  position: absolute;
  transition: transform 0.3s ease, background 0.3s ease;
  transform: scale(1);
}
@media screen and (min-width: 640px) {
  .content-container .year {
    left: -120px;
  }
}
.content-container .year.active {
  color: #fff;
}
.content-container .year.active:after {
  background: #b3002d;
  transform: scale(1.6);
}

@media screen and (min-width: 1024px) {
  .gordon-foundation-history .content-container {
    position: fixed;
    z-index: 50;
    height: 100%;
    width: 100%;
    padding: 0;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: inherit;
    margin: 0 0 0 100px;
    left: 45%;
    max-width: 420px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1265px) {
  .gordon-foundation-history .content-container {
    left: 50%;
    max-width: 506px;
  }
}
@media screen and (min-width: 1024px) {
  .gordon-foundation-history .content-container .year {
    font-family: "proxima-nova";
    font-size: 45px;
    color: #32768C;
    position: relative;
    left: inherit;
  }
  .gordon-foundation-history .content-container .year:after {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .thumbnailbg {
    display: block;
    width: 70px;
    height: 70px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.16);
    position: fixed;
    left: 48%;
    top: 50%;
    margin: -35px 0 0 -55px;
    border-radius: 50%;
    transition: margin 0.3s ease;
  }
  .content-play .thumbnailbg {
    margin: -35px 0 0 -35px;
  }
  .thumbnailbg:before {
    content: "";
    position: absolute;
    width: 110px;
    border-top: 1px dashed #ccc;
    height: 1px;
    left: -110px;
    top: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .scroll-symbol {
    display: block;
    width: 21px;
    height: 36px;
    background: url(_/images/mouse-indicator.svg) 0 0 no-repeat;
    position: absolute;
    left: 0;
    bottom: -40px;
    transition: bottom 0.5s ease 0s;
  }
  .transition .scroll-symbol {
    bottom: 100px;
    transition: bottom 0.5s ease 0.5s;
  }
}
.container.history {
  display: block;
}
@media screen and (min-width: 1024px) {
  .container.history {
    display: none;
    z-index: 50;
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .container.history .content {
    display: none;
    height: 100%;
    overflow: scroll;
    width: 110%;
    padding: 50% 20% 0 0;
    max-width: none;
    position: relative;
  }
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  .container.history .content {
    padding: 60% 20% 0 0;
  }
}

.timeline-backgrounds {
  display: none;
}
@media screen and (min-width: 1024px) {
  .timeline-backgrounds {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 75;
    margin: 0;
    padding: 0;
    font-size: 0;
  }
  .timeline-backgrounds li {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  .timeline-backgrounds li.active, .timeline-backgrounds li.active-transition {
    opacity: 0.1;
  }
}

@media screen and (min-width: 1024px) {
  .default-background {
    background: url(_/images/abstract-shapes.png) center center no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .default-background.fadeout, .transition .default-background {
    opacity: 0;
  }
}
.timeline-outer {
  position: absolute;
  left: 35%;
  top: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden;
  width: 110px;
  margin: 0 0 0 -110px;
  z-index: 9999;
}

.timeline-container {
  height: 100%;
  overflow: scroll;
  width: 140px;
}

.stripe {
  position: fixed;
  left: 95px;
  width: 10px;
  z-index: 90;
  top: 0;
  bottom: 0;
  background: rgba(50, 118, 140, 0.2);
  transition: margin 0.3s ease, opacity 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .stripe {
    opacity: 0;
    position: absolute;
    left: 34.4%;
  }
}
.content-play .stripe {
  opacity: 1;
}

.stripe.inner {
  margin: 0 0 0 0;
}
.content-play .stripe.inner {
  margin: 0 0 0 -10px;
}

.stripe.outer {
  margin: 0 0 0 -10px;
}
.content-play .stripe.outer {
  margin: 0 0 0 0;
}

.timeline {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.timeline li {
  display: block;
  margin: 0;
  padding: 0 0 0 50px;
  margin: 0;
  color: #123862;
  position: relative;
  height: 50px;
  line-height: 52px;
  z-index: 1;
  left: 0;
  transition: left 0.3s ease, padding 0.3s ease;
}
.content-play .timeline li {
  padding: 0 0 0 40px;
}
.timeline li:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #123862;
  right: 35px;
  top: 50%;
  margin: -3px 0 0 0;
  position: absolute;
  transition: right 0.3s ease;
}
.timeline li.active a {
  padding: 0 0 0 35px;
}
.content-play .timeline li.active a {
  padding: 0 0 0 25px;
}
.timeline li.active:after {
  background: #b3002d;
  transform: scale(2);
}
.timeline a {
  font-size: 16px;
  display: block;
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 0 0 50px;
  z-index: 2;
  transition: padding 0.3s ease, color 0.3s ease;
}
.content-play .timeline a {
  padding: 0 0 0 40px;
}

.initiatives-landing-wrapper .title {
  border-top: none;
  padding-top: 0;
  padding-left: 25px;
  margin: 50px auto;
}
@media (max-width: 639px) {
  .initiatives-landing-wrapper .title {
    margin: 50px auto 25px;
  }
}
.initiatives-landing-wrapper .container .keyline {
  border-top: 1px solid #EBEBEB;
  margin: 75px auto;
  padding-top: 75px;
  position: relative;
}
@media (max-width: 639px) {
  .initiatives-landing-wrapper .container .keyline {
    margin: 60px auto;
    padding-top: 60px;
  }
  .initiatives-landing-wrapper .container .keyline:first-child {
    margin-top: 25px;
  }
}
.initiatives-landing-wrapper .container .keyline .image-container {
  height: 453px;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .initiatives-landing-wrapper .container .keyline .image-container {
    left: -15px;
  }
}
@media (max-width: 639px) {
  .initiatives-landing-wrapper .container .keyline .image-container {
    height: 300px;
    left: 0;
    background-position: center;
    background-size: cover;
  }
}
.initiatives-landing-wrapper .container .keyline .initiatives-blurb {
  float: right;
  padding: 25px 25px 0px 25px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .initiatives-landing-wrapper .container .keyline .initiatives-blurb {
    padding: 40px;
  }
}
.initiatives-landing-wrapper .container .keyline .initiatives-blurb h2 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #123862;
}
@media (max-width: 639px) {
  .initiatives-landing-wrapper .container .keyline .initiatives-blurb h2 {
    margin-top: 10px;
  }
}
.initiatives-landing-wrapper .container .keyline .initiatives-blurb p, .initiatives-landing-wrapper .container .keyline .initiatives-blurb .editable_content tr td, .editable_content tr .initiatives-landing-wrapper .container .keyline .initiatives-blurb td {
  line-height: 35px;
}
.initiatives-landing-wrapper .container .keyline .initiative-graphic {
  position: absolute;
  transform: translate(50%, 0%);
  top: -30px;
  right: 0;
  width: 175px;
  z-index: 10;
  transition: all 0.3s ease;
}
@media screen and (max-width: 639px) {
  .initiatives-landing-wrapper .container .keyline .initiative-graphic {
    transform: translate(0%, 0%);
    top: -30px;
    right: 15px;
  }
}
.initiatives-landing-wrapper .container .keyline .initiative-shape {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 435px;
  height: 453px;
  transition: all 0.3s ease;
}
@media (max-width: 639px) {
  .initiatives-landing-wrapper .container .keyline .initiative-shape {
    width: 100%;
    height: 300px;
    top: 60%;
  }
}
.initiatives-landing-wrapper .container .keyline .initiative-shape-0 {
  background-image: url("../tgf/_/images/initiatives-shape-0.svg");
}
.initiatives-landing-wrapper .container .keyline .initiative-shape-1 {
  background-image: url("../tgf/_/images/initiatives-shape-1.svg");
}
.initiatives-landing-wrapper .container .keyline .initiative-shape-2 {
  background-image: url("../tgf/_/images/initiatives-shape-2.svg");
}
.initiatives-landing-wrapper .container .keyline .initiative-shape-3 {
  background-image: url("../tgf/_/images/initiatives-shape-3.svg");
}
.initiatives-landing-wrapper .container .keyline .initiative-shape-4 {
  background-image: url("../tgf/_/images/initiatives-shape-4.svg");
}
.initiatives-landing-wrapper .container .keyline .initiative-shape-5 {
  background-image: url("../tgf/_/images/initiatives-shape-5.svg");
}
.initiatives-landing-wrapper .container .keyline a.orange.arrow::after {
  top: 2px;
}
.initiatives-landing-wrapper .static-shape {
  background-image: url("../tgf/_/images/initiatives-shape-7.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 60px;
  left: -80px;
  width: 466px;
  height: 400px;
  z-index: -1;
}
@media (max-width: 639px) {
  .initiatives-landing-wrapper .static-shape {
    top: -100px;
    left: -150px;
  }
}

.initiatives-template .full-image img {
  width: 100%;
  margin-bottom: -5px;
}
.initiatives-template .footer-callout {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .initiatives-template .footer-callout {
    padding: 90px 0 180px;
  }
}

.initiatives-datastream .hero-initiatives {
  padding-top: 130px;
}
@media screen and (min-width: 768px) {
  .initiatives-datastream .hero-initiatives {
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .hero-initiatives {
    height: 700px;
  }
}
@media screen and (min-width: 1130px) {
  .initiatives-datastream .hero-initiatives {
    height: 810px;
  }
}
@media screen and (max-width: 640px) {
  .initiatives-datastream .hero-initiatives .hero-title {
    position: relative;
    top: -20px;
  }
}
@media (min-width: 1500px) {
  .initiatives-datastream .hero-initiatives .hero-title {
    width: 50%;
  }
}
.initiatives-datastream .hero-initiatives .hero-title:after {
  position: absolute;
  content: "";
  background: url(_/images/datastream-shapes-1-mobile.svg) no-repeat;
  background-size: 100%;
  width: 570px;
  height: 310px;
  top: -70px;
  left: -75px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .initiatives-datastream .hero-initiatives .hero-title:after {
    background: url(_/images/datastream-shapes-1.svg) no-repeat;
    background-size: 100%;
    left: -205px;
    top: -110px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .hero-initiatives .hero-title:after {
    left: -145px;
  }
}
.initiatives-datastream .hero-initiatives .hero-title .initiative-graphic {
  width: 280px;
  top: -100px;
}
@media screen and (max-width: 768px) {
  .initiatives-datastream .hero-initiatives .hero-title .initiative-graphic {
    position: relative;
  }
}
@media (min-width: 768px) {
  .initiatives-datastream .hero-initiatives .hero-title .initiative-graphic {
    top: -140px;
    width: 218px;
    right: 25px;
  }
}
@media (min-width: 1024px) {
  .initiatives-datastream .hero-initiatives .hero-title .initiative-graphic {
    right: 20px;
  }
}
.initiatives-datastream .hero-initiatives .hero-title h1 {
  top: -20px;
}
@media screen and (min-width: 768px) {
  .initiatives-datastream .hero-initiatives .hero-title h1 {
    top: initial;
  }
}
.initiatives-datastream .hero-initiatives .hero-title .button {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .initiatives-datastream .hero-initiatives .hero-title .button {
    margin-top: 30px;
  }
}
@media screen and (min-width: 900px) {
  .initiatives-datastream .hero-initiatives .hero-image img {
    right: inherit;
  }
}
.initiatives-datastream .hero-initiatives .hero-image-mobile {
  width: 100%;
}
.initiatives-datastream .hero-initiatives .hero-image-mobile img {
  width: 100%;
}
.initiatives-datastream .news-item-1 {
  margin: 0 auto;
  clear: both;
  float: none;
  padding: 0 2.5rem !important;
  position: relative;
  z-index: 1;
}
.initiatives-datastream .news-item-1 .post-snippet {
  background: #F7F7F7;
  margin: 30px 0 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .news-item-1 .post-snippet {
    position: absolute;
    bottom: 0;
    margin: 0;
  }
}
@media screen and (min-width: 1300px) {
  .initiatives-datastream .news-item-1 .post-snippet {
    right: 0;
  }
}
.initiatives-datastream .news-item-1 .post-snippet img {
  max-height: 100px;
  float: left;
}
.initiatives-datastream .news-item-1 .post-snippet .info {
  padding: 40px 40px 20px 100px;
}
.initiatives-datastream .news-item-1 .post-snippet span.orange.arrow::after {
  top: 2px;
  right: -65px;
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 639px) {
  .initiatives-datastream .news-item-1 .post-snippet {
    clear: both;
    right: auto;
    bottom: 0;
  }
}
.initiatives-datastream .news-item-1 a:hover span.orange:after {
  transform: translateX(5px);
}
.initiatives-datastream .initiative-introduction {
  position: relative;
  margin-bottom: 240px;
}
@media screen and (min-width: 500px) {
  .initiatives-datastream .initiative-introduction {
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 640px) {
  .initiatives-datastream .initiative-introduction {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .initiative-introduction {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .initiatives-datastream .initiative-introduction:before {
    position: absolute;
    content: "";
    background: url(_/images/datastream-shapes-4-mobile.png) no-repeat;
    background-size: cover;
    width: 318px;
    height: 242px;
    right: -80px;
    z-index: -1;
    top: 110px;
  }
}
.initiatives-datastream .initiative-introduction:after {
  position: absolute;
  content: "";
  background: url(_/images/datastream-shapes-2-mobile.svg) no-repeat;
  background-size: cover;
  width: 243px;
  height: 752px;
  top: -150px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .initiatives-datastream .initiative-introduction:after {
    top: -170px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .initiative-introduction:after {
    background: url(_/images/datastream-shapes-2.png) no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .initiatives-datastream .initiative-introduction .punch-intro {
    margin-top: 65px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .initiative-introduction .punch-intro {
    margin-top: 0;
  }
}
.initiatives-datastream .initiative-introduction .editable_content {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .initiative-introduction .editable_content {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.initiatives-datastream .initiative-image {
  margin-bottom: 180px;
}
.initiatives-datastream .initiative-image img {
  width: 100%;
}
@media screen and (min-width: 375px) {
  .initiatives-datastream .initiative-image {
    margin-bottom: 335px;
  }
}
@media screen and (min-width: 450px) {
  .initiatives-datastream .initiative-image {
    margin-bottom: 276px;
  }
}
@media screen and (min-width: 480px) {
  .initiatives-datastream .initiative-image {
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 600px) {
  .initiatives-datastream .initiative-image {
    margin-bottom: 150px;
  }
}
.initiatives-datastream .scrolling-map {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .initiatives-datastream .scrolling-map .row {
    padding: 0;
  }
}
.initiatives-datastream .scrolling-map .maps-small-screens {
  padding: 0;
}
.initiatives-datastream .scrolling-map .map-copy {
  width: 80%;
  margin: 0 auto;
  position: relative;
  top: -425px;
}
@media screen and (min-width: 375px) {
  .initiatives-datastream .scrolling-map .map-copy {
    top: -335px;
  }
}
@media screen and (min-width: 450px) {
  .initiatives-datastream .scrolling-map .map-copy {
    top: -276px;
  }
}
@media screen and (min-width: 480px) {
  .initiatives-datastream .scrolling-map .map-copy {
    top: -100px;
  }
}
@media screen and (min-width: 600px) {
  .initiatives-datastream .scrolling-map .map-copy {
    top: -30px;
  }
}
.initiatives-datastream .scrolling-map .map-copy:first-child {
  top: -180px;
}
@media screen and (min-width: 480px) {
  .initiatives-datastream .scrolling-map .map-copy:first-child {
    top: -100px;
  }
}
@media screen and (min-width: 640px) {
  .initiatives-datastream .scrolling-map .map-copy:first-child {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .initiatives-datastream .scrolling-map .map-copy {
    top: -100px;
  }
}
@media screen and (min-width: 860px) {
  .initiatives-datastream .scrolling-map .map-copy {
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .scrolling-map .map-copy {
    width: 100%;
    margin: 0;
  }
}
.initiatives-datastream .scrolling-map .map-container {
  position: relative;
  padding: 0;
  margin-top: -430px;
}
@media screen and (min-width: 480px) {
  .initiatives-datastream .scrolling-map .map-container {
    margin-top: -220px;
  }
}
@media screen and (min-width: 768px) {
  .initiatives-datastream .scrolling-map .map-container {
    margin-bottom: 100px;
    margin-top: -340px;
  }
}
@media screen and (min-width: 860px) {
  .initiatives-datastream .scrolling-map .map-container {
    margin-top: -200px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .scrolling-map .map-container {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.initiatives-datastream .scrolling-map .map-container .map-background-image {
  position: relative;
  width: 100%;
  top: -100px;
  z-index: -1;
  height: 880px;
}
@media screen and (min-width: 640px) {
  .initiatives-datastream .scrolling-map .map-container .map-background-image {
    height: 1200px;
  }
}
@media screen and (min-width: 800px) {
  .initiatives-datastream .scrolling-map .map-container .map-background-image {
    height: 1250px;
  }
}
@media screen and (min-width: 900px) {
  .initiatives-datastream .scrolling-map .map-container .map-background-image {
    height: 1400px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 648px) {
  .initiatives-datastream .scrolling-map .map-container .map-background-image {
    height: 1100px;
    top: -250px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 900px) {
  .initiatives-datastream .scrolling-map .map-container .map-background-image {
    height: 1400px;
    top: -300px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .scrolling-map .map-container .map-background-image {
    right: 0;
    width: 715px;
  }
}
@media screen and (min-width: 1200px) {
  .initiatives-datastream .scrolling-map .map-container .map-background-image {
    width: 900px;
  }
}
.initiatives-datastream .scrolling-map .map-container .map-background-image .map-overlay {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.initiatives-datastream .scrolling-map .map-container .map-background-image .base-map {
  width: 100%;
  height: 100%;
  max-width: 900px;
  float: right;
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .scrolling-map .map-container .map-background-image .base-map {
    background: url(_/images/mackenzie-river-basin.jpg) no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .scrolling-map .map-container .map-background-image .map-1 {
    top: 33%;
    width: 640px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .scrolling-map .map-container .map-background-image .map-1 {
    width: 516px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 648px) {
  .initiatives-datastream .scrolling-map .map-container .map-background-image .map-1 {
    top: 30%;
    right: 182px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 900px) {
  .initiatives-datastream .scrolling-map .map-container .map-background-image .map-1 {
    right: 181px;
    top: 24%;
  }
}
@media screen and (min-width: 1200px) {
  .initiatives-datastream .scrolling-map .map-container .map-background-image .map-1 {
    width: 620px;
    right: 258px;
    top: 32%;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .scrolling-map .map-container .map-background-image .map-2 {
    top: 22%;
    width: 630px;
    right: 0;
  }
}
@media screen and (min-width: 1024px) and (min-height: 648px) {
  .initiatives-datastream .scrolling-map .map-container .map-background-image .map-2 {
    top: 32%;
    width: 500px;
    right: 190px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  .initiatives-datastream .scrolling-map .map-container .map-background-image .map-2 {
    top: 20%;
    width: 630px;
    right: 50px;
  }
}
@media screen and (min-width: 1200px) and (min-height: 648px) {
  .initiatives-datastream .scrolling-map .map-container .map-background-image .map-2 {
    right: 330px;
  }
}
@media screen and (min-width: 1200px) and (min-height: 800px) {
  .initiatives-datastream .scrolling-map .map-container .map-background-image .map-2 {
    top: 33%;
    right: 190px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .scrolling-map .map-container .map-background-image .map-3 {
    width: 570px;
    top: 30%;
    right: 110px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 648px) {
  .initiatives-datastream .scrolling-map .map-container .map-background-image .map-3 {
    top: 32%;
  }
}
@media screen and (min-width: 1024px) and (min-height: 900px) {
  .initiatives-datastream .scrolling-map .map-container .map-background-image .map-3 {
    width: 570px;
    top: 30%;
    right: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .initiatives-datastream .scrolling-map .map-container .map-background-image .map-3 {
    width: 650px;
    right: 210px;
  }
}
@media screen and (max-width: 1024px) {
  .initiatives-datastream .scrolling-map .map-container-1 {
    margin-top: -220px;
  }
}
.initiatives-datastream .scrolling-map .fixed-map {
  position: fixed !important;
  width: 715px !important;
  right: auto;
  top: -250px !important;
  transform: translateX(-50%);
  left: calc(63% + 56px);
}
@media screen and (min-width: 1024px) and (min-height: 648px) {
  .initiatives-datastream .scrolling-map .fixed-map {
    top: -285px !important;
  }
}
@media screen and (min-width: 1024px) and (min-height: 900px) {
  .initiatives-datastream .scrolling-map .fixed-map {
    top: -200px !important;
  }
}
@media screen and (min-width: 1200px) {
  .initiatives-datastream .scrolling-map .fixed-map {
    width: 1265px !important;
    left: calc(50% + 56px);
    top: -300px !important;
  }
}
.initiatives-datastream .scrolling-map .show-overlay {
  opacity: 1 !important;
}
.initiatives-datastream .scrolling-map .scroll-buttons {
  position: fixed;
  z-index: 1;
  top: calc(50% - 82px);
  right: 2%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}
.initiatives-datastream .scrolling-map .scroll-buttons.fixed-buttons {
  opacity: 1;
  pointer-events: auto;
}
.initiatives-datastream .scrolling-map .scroll-buttons .orange-circle {
  background: #FCA62C;
  width: 15px;
  height: 15px;
  margin: 30px 0;
  border-radius: 50%;
  position: relative;
}
.initiatives-datastream .scrolling-map .orange-circle-active {
  position: relative;
}
.initiatives-datastream .scrolling-map .orange-circle-active:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border: 2px solid #FCA62C;
  border-radius: 50%;
  top: 0;
  top: -5px;
  left: -5px;
}
.initiatives-datastream .policy {
  margin-top: -430px;
}
@media screen and (min-width: 375px) {
  .initiatives-datastream .policy {
    margin-top: -300px;
  }
}
@media screen and (min-width: 430px) {
  .initiatives-datastream .policy {
    margin-top: -250px;
  }
}
@media screen and (min-width: 480px) {
  .initiatives-datastream .policy {
    margin-top: -190px;
  }
}
@media screen and (min-width: 530px) {
  .initiatives-datastream .policy {
    margin-top: -100px;
  }
}
@media screen and (min-width: 580px) {
  .initiatives-datastream .policy {
    margin-top: -50px;
  }
}
@media screen and (min-width: 600px) {
  .initiatives-datastream .policy {
    margin-top: 0;
  }
}
@media screen and (min-width: 650px) {
  .initiatives-datastream .policy {
    margin-top: -220px;
  }
}
@media screen and (min-width: 640px) {
  .initiatives-datastream .policy {
    margin-top: -200px;
  }
}
@media screen and (min-width: 715px) {
  .initiatives-datastream .policy {
    margin-top: -150px;
  }
}
@media screen and (min-width: 850px) {
  .initiatives-datastream .policy {
    margin-top: -70px;
  }
}
@media screen and (min-width: 980px) {
  .initiatives-datastream .policy {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .policy {
    margin-top: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .initiatives-datastream .policy {
    margin-top: 160px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .initiatives-datastream .policy .row, .initiatives-datastream .policy .medium-12 {
    padding: 0;
  }
}
.initiatives-datastream .policy .infographic-mobile .slick-slide img {
  display: inline-block !important;
}
.initiatives-datastream .policy .infographic-mobile .policy-nav {
  margin-top: 25px;
}
.initiatives-datastream .policy .infographic-mobile .policy-nav img {
  width: 245px;
}
.initiatives-datastream .policy .infographic {
  background: rgba(240, 244, 245, 0.4);
  border-radius: 50%;
  position: relative;
  padding: 480px;
  left: -100px;
}
@media screen and (min-width: 830px) {
  .initiatives-datastream .policy .infographic {
    left: -60px;
  }
}
@media screen and (min-width: 860px) {
  .initiatives-datastream .policy .infographic {
    left: -45px;
  }
}
@media screen and (min-width: 900px) {
  .initiatives-datastream .policy .infographic {
    left: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .policy .infographic {
    left: -100px;
    top: -100px;
    padding: 420px;
  }
}
@media screen and (min-width: 1115px) {
  .initiatives-datastream .policy .infographic {
    padding: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .initiatives-datastream .policy .infographic {
    top: -170px;
  }
}
@media screen and (min-width: 1330px) {
  .initiatives-datastream .policy .infographic {
    padding: 480px;
    left: -160px;
  }
}
.initiatives-datastream .policy .infographic .policy-section {
  width: 278px;
  position: absolute;
  text-align: center;
}
.initiatives-datastream .policy .infographic .policy-section:after {
  content: "";
  position: absolute;
  background: url(_/images/infographic-arrow.svg) no-repeat;
  width: 145px;
  height: 70px;
}
.initiatives-datastream .policy .infographic .policy-section:first-child {
  top: 10%;
  left: 35%;
}
.initiatives-datastream .policy .infographic .policy-section:first-child:after {
  transform: rotate(45deg);
  right: -150px;
  top: 60%;
}
@media screen and (min-width: 1100px) {
  .initiatives-datastream .policy .infographic .policy-section:first-child:after {
    right: -150px;
    top: 53%;
  }
}
@media screen and (min-width: 1200px) {
  .initiatives-datastream .policy .infographic .policy-section:first-child:after {
    right: -150px;
    top: 60%;
  }
}
.initiatives-datastream .policy .infographic .policy-section:nth-child(2) {
  top: 40%;
  right: 10%;
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .initiatives-datastream .policy .infographic .policy-section:nth-child(2) {
    top: 45%;
    right: 6%;
  }
}
.initiatives-datastream .policy .infographic .policy-section:nth-child(2):after {
  transform: rotate(135deg);
  right: 100px;
  bottom: -60%;
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .policy .infographic .policy-section:nth-child(2):after {
    right: 80px;
    bottom: -40%;
  }
}
@media screen and (min-width: 1100px) {
  .initiatives-datastream .policy .infographic .policy-section:nth-child(2):after {
    right: 74px;
    bottom: -70%;
  }
}
@media screen and (min-width: 1200px) {
  .initiatives-datastream .policy .infographic .policy-section:nth-child(2):after {
    right: 100px;
    bottom: -60%;
  }
}
.initiatives-datastream .policy .infographic .policy-section:nth-child(3) {
  bottom: 10%;
  left: 35%;
}
.initiatives-datastream .policy .infographic .policy-section:nth-child(3) .illustration {
  position: relative;
  top: 15px;
}
.initiatives-datastream .policy .infographic .policy-section:nth-child(3):after {
  left: -150px;
  transform: rotate(225deg);
  bottom: 50%;
}
@media screen and (min-width: 1100px) {
  .initiatives-datastream .policy .infographic .policy-section:nth-child(3):after {
    bottom: 40%;
  }
}
@media screen and (min-width: 1330px) {
  .initiatives-datastream .policy .infographic .policy-section:nth-child(3):after {
    bottom: 50%;
  }
}
.initiatives-datastream .policy .infographic .policy-section:nth-child(4) {
  top: 40%;
  left: 10%;
}
.initiatives-datastream .policy .infographic .policy-section:nth-child(4):after {
  transform: rotate(315deg);
  left: 100px;
  top: -50%;
}
.initiatives-datastream .policy .policy-copy {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .policy .policy-copy {
    margin: 200px 0;
    width: 27%;
  }
}
.initiatives-datastream .policy .policy-copy p, .initiatives-datastream .policy .policy-copy .editable_content tr td, .editable_content tr .initiatives-datastream .policy .policy-copy td {
  margin-bottom: 35px;
}
.initiatives-datastream .policy label {
  margin-top: 25px;
  margin-bottom: 10px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .policy label {
    margin: 10px 0;
  }
}
@media screen and (min-width: 1200px) {
  .initiatives-datastream .policy label {
    margin: 25px 0 10px;
  }
}
.initiatives-datastream .full-landscape {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .full-landscape img {
    margin-top: -100px;
  }
}
@media screen and (min-width: 1200px) {
  .initiatives-datastream .full-landscape img {
    margin-top: -170px;
  }
}
.initiatives-datastream .full-landscape:after {
  position: absolute;
  content: "";
  background: url(_/images/datastream-shapes-3-mobile.svg) no-repeat;
  background-size: cover;
  width: 511px;
  height: 171px;
  bottom: -70px;
  right: -250px;
}
@media screen and (min-width: 768px) {
  .initiatives-datastream .full-landscape:after {
    background: url(_/images/datastream-shapes-3-tablet.png) no-repeat;
    background-size: cover;
    width: 554px;
    height: 186px;
    right: -100px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .full-landscape:after {
    background: url(_/images/datastream-shapes-3.png) no-repeat;
    background-size: cover;
    width: 692px;
    height: 262px;
    right: 0;
    bottom: -130px;
  }
}
.initiatives-datastream .secondary-cta {
  margin-top: 80px;
}
.initiatives-datastream .datastream-quotes {
  position: relative;
}
@media screen and (min-width: 768px) {
  .initiatives-datastream .datastream-quotes {
    background: url(_/images/datastream-landscape-2.jpg) no-repeat;
    height: 900px;
    background-size: contain;
    background-position: -70px 100px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 880px) {
  .initiatives-datastream .datastream-quotes {
    background-position: -110px 70px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .datastream-quotes {
    background-position: 60px -125px;
  }
}
@media screen and (min-width: 1300px) {
  .initiatives-datastream .datastream-quotes {
    background-position: center -135px;
  }
}
.initiatives-datastream .datastream-quotes .quotes-intro {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .initiatives-datastream .datastream-quotes .quotes-intro {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .datastream-quotes .quotes-intro {
    position: relative;
    right: 1%;
  }
}
@media screen and (min-width: 1300px) {
  .initiatives-datastream .datastream-quotes .quotes-intro {
    right: 3%;
  }
}
@media screen and (min-width: 1400px) {
  .initiatives-datastream .datastream-quotes .quotes-intro {
    right: 5%;
  }
}
.initiatives-datastream .datastream-quotes .row {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .initiatives-datastream .datastream-quotes .quote {
    position: absolute;
  }
}
.initiatives-datastream .datastream-quotes .quote:before {
  font-family: "icomoon";
  content: "\e914";
  position: absolute;
  color: #123862;
  top: 0;
}
@media screen and (min-width: 768px) {
  .initiatives-datastream .datastream-quotes .quote:before {
    left: 0;
    top: 32px;
  }
}
.initiatives-datastream .datastream-quotes .quote blockquote {
  font-size: 21px;
  color: #123862;
  margin-top: 10px;
  line-height: 42px;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .initiatives-datastream .datastream-quotes .quote blockquote {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .initiatives-datastream .datastream-quotes .quote-1 {
    bottom: -130px;
  }
}
@media screen and (min-width: 970px) {
  .initiatives-datastream .datastream-quotes .quote-1 {
    bottom: -170px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .datastream-quotes .quote-1 {
    bottom: 70px;
    left: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .initiatives-datastream .datastream-quotes .quote-1 {
    left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .initiatives-datastream .datastream-quotes .quote-2 {
    right: 0px;
    top: 340px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .datastream-quotes .quote-2 {
    top: 120px;
  }
}
@media screen and (min-width: 1150px) {
  .initiatives-datastream .datastream-quotes .quote-2 {
    top: 170px;
    right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .initiatives-datastream .datastream-quotes .quote-3 {
    right: 20px;
    bottom: -300px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .datastream-quotes .quote-3 {
    right: 90px;
    bottom: -130px;
  }
}
@media screen and (min-width: 1300px) {
  .initiatives-datastream .datastream-quotes .quote-3 {
    bottom: -150px;
  }
}
.initiatives-datastream .datastream-quotes .quotes {
  margin-bottom: 0;
}
.initiatives-datastream .datastream-quotes .quotes-image-mobile {
  margin-top: -100px;
}
.initiatives-datastream .datastream-partners {
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .datastream-partners {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .initiatives-datastream .datastream-partners {
    margin-top: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .datastream-partners {
    margin-top: 200px;
  }
}
.initiatives-datastream .datastream-supporters {
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .datastream-supporters {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 768px) {
  .initiatives-datastream .datastream-supporters {
    margin-top: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .datastream-supporters {
    margin-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .initiatives-datastream .why-now {
    padding-top: 0;
  }
}
.initiatives-datastream .why-now .mobile-side-image {
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .initiatives-datastream .why-now .why-now-copy {
    padding: 0 0 30px;
  }
}
.initiatives-datastream .why-now .why-now-copy:before {
  background: url(_/images/datastream-side-image.jpg) no-repeat;
}
.initiatives-datastream .why-now .why-now-copy .info {
  border-bottom: none;
  padding-bottom: 0;
}
.initiatives-datastream .why-now h5 {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .why-now .embed-container:first-child {
    margin-top: 0;
  }
}
.initiatives-datastream .why-now .small-visible {
  background: none;
  margin-bottom: 0;
}
@media screen and (min-width: 468px) {
  .initiatives-datastream .why-now .small-visible {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 515px) {
  .initiatives-datastream .why-now .small-visible {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 640px) {
  .initiatives-datastream .why-now .small-visible {
    margin-bottom: 150px;
  }
}
.initiatives-datastream .datastream-related-resources {
  padding: 35px 0 80px;
}
.initiatives-datastream .datastream-callout-bottom {
  background: url(_/images/datastream-footer-cta.jpg) no-repeat center;
  background-size: cover;
  background-position: 0 30%;
  padding-top: 35px;
  padding-bottom: 150px;
}
@media screen and (min-width: 1024px) {
  .initiatives-datastream .datastream-callout-bottom {
    padding: 60px 60px 150px;
  }
}

.hero-static-data-stream {
  padding: 10rem 0;
}

.small-visible.hero-image-mobile img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .columns.xsmall-12.medium-6.large-6.hero-title {
    padding: 6rem 0;
  }
}
@media only screen and (min-width: 1024px) {
  .columns.xsmall-12.medium-6.large-6.hero-title {
    padding: 10rem 0 !important;
  }
}
.padding-bottom-small {
  padding-bottom: 10rem;
}

.datastream-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .datastream-header {
    flex-direction: column;
  }
}

.map-headline {
  margin-top: 6rem;
}

.hero-title {
  max-width: 500px;
}
@media only screen and (max-width: 768px) {
  .hero-title {
    max-width: 350px;
  }
}

.initiatives-sub .partner-resources {
  margin: 50px auto;
}
.initiatives-sub .apply {
  margin: 75px auto;
}
@media (max-width: 639px) {
  .initiatives-sub .apply {
    margin: 60px auto;
  }
}
@media screen and (min-width: 768px) {
  .initiatives-sub .why-now .why-now-copy:before {
    background: url(_/images/fellowship-side-image-sub.jpg) no-repeat;
  }
}
.initiatives-sub .why-now .small-visible {
  background-image: url("_/images/initiatives-why1-m.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 265px;
  clear: both;
  margin-bottom: 50px;
}
.initiatives-sub .intro .editable_content {
  margin-bottom: 0;
}
.initiatives-sub .intro img {
  padding-bottom: 0;
}
.initiatives-sub h2, .initiatives-sub .beta {
  margin-top: -3px;
}

.initiatives-sub.initiatives-general .why-now .why-now-copy {
  margin-bottom: 50px;
}
.initiatives-sub.initiatives-general .why-now .why-now-copy .info {
  border-bottom: none;
  padding-bottom: 0;
}

.page_404 .current_page_parent:after, .page_404 .current_page_parent:before {
  display: none !important;
}
.page_404 .container {
  padding-top: 115px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page_404 .container {
    padding: 245px 0 45px;
  }
}
@media (min-width: 1024px) {
  .page_404 .container {
    padding: 50px 0 65px;
  }
}
.page_404 .row {
  position: relative;
}
@media (max-width: 767px) {
  .page_404 .image {
    margin-left: -25px;
    margin-right: -25px;
    width: calc(100% + 50px);
  }
}
.page_404 img {
  display: block;
  width: 100%;
}
.page_404 .white-box {
  background: #fff;
  padding-bottom: 65px;
  z-index: 1;
  margin-bottom: -135px;
}
@media (min-width: 768px) {
  .page_404 .white-box {
    padding: 50px 25px 105px 60px;
    position: absolute;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page_404 .white-box {
    right: 0;
  }
}
@media (min-width: 1024px) {
  .page_404 .white-box {
    padding: 80px 30px 120px 80px;
  }
}
.page_404 .white-box p, .page_404 .white-box .editable_content tr td, .editable_content tr .page_404 .white-box td {
  padding: 20px 0 25px;
}
@media (min-width: 1024px) {
  .page_404 .shape-1 {
    width: 1200px;
    height: 669px;
    background: url(_/images/404-shape-1.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -360px;
    right: -480px;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .page_404 .shape-2 {
    width: 556px;
    height: 282px;
    background: url(_/images/404-shape-2.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: -210px;
    left: -110px;
    z-index: 2;
  }
}
@media (min-width: 1024px) {
  .page_404 .shape-2 {
    display: none;
  }
}
.page_404 .shape-3 {
  width: 333px;
  height: 410px;
  background: url(_/images/404-shape-3.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: -145px;
  right: -120px;
  z-index: 2;
}
@media (min-width: 768px) {
  .page_404 .shape-3 {
    display: none;
  }
}

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