@font-face {
  font-family: 'Proxima Nova Black';
  font-style: normal;
  font-weight: normal;
  src: local("Proxima Nova Black"), url("/fonts/ProximaNova-Black.woff") format("woff"); }
.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.u-material-icons, .checkbox input[type="checkbox"] + label:before,
.radio input[type="checkbox"] + label:before, .checkbox input[type="checkbox"]:checked + label:before,
.radio input[type="checkbox"]:checked + label:before, .checkbox input[type="radio"] + label:before,
.radio input[type="radio"] + label:before, .checkbox input[type="radio"]:checked + label:before,
.radio input[type="radio"]:checked + label:before, .select::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

.u-transition, .menu-button, .homepage-sidebar__link, input[type="text"],
input[type="email"],
input[type="password"],
textarea, input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus, form--negative input[type='text']:focus, form--negative input[type='email']:focus, form--negative input[type='submit']:focus, form--negative textarea:focus,
.form--negative input[type='text']:focus,
.form--negative input[type='email']:focus,
.form--negative input[type='submit']:focus,
.form--negative textarea:focus, .select, .select:hover, .slick-dots li {
  transition: all .4s ease; }

@media (min-width: 40.063em) {
  .small-only {
    display: none !important; } }

@media (max-width: 40em) {
  .medium-up {
    display: none !important; } }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

ol, ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none; }

/* Additions for Chrome */
html, body, ul, ol, blockquote {
  padding: 0;
  margin: 0; }

/* Hand Coded by Paul Randall (2009) */
body {
  padding: 50px; }

/* Typography */
h1 {
  font-size: 3rem;
  font-weight: 100;
  line-height: 1.2; }

h2 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2; }

h3 {
  font-size: 1.5rem;
  font-weight: 600; }

h4 {
  font-size: 1.5rem;
  font-weight: normal; }

h5 {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase; }

h6 {
  font-size: 1rem;
  font-weight: bold; }

p, ol, ul, table, pre, dd {
  margin-bottom: 14px; }

ol, ul, blockquote, pre {
  margin-left: 25px; }

ol, ul {
  list-style-type: circle;
  list-style-position: inside; }

ol ol, ul ul {
  font-style: italic;
  margin-bottom: 0; }

ol {
  list-style-type: decimal; }

ol ol {
  list-style-type: lower-latin; }

blockquote {
  padding: 5px 25px 5px 0;
  font-style: italic; }

blockquote p {
  border-left: 2px solid #eee;
  padding-left: 25px; }

/* Table Styling */
table {
  border-top: 1px solid #b4b4b4;
  border-left: 1px solid #b4b4b4; }

table th {
  background: #efefef; }

table td, table th {
  border-bottom: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  padding: 5px 7px; }

/* Definition List */
dt {
  margin: 0;
  padding: 0;
  font-weight: bold; }

dd {
  padding: 0; }

html {
  box-sizing: border-box;
  font-size: 16px; }

*, *:before, *:after {
  box-sizing: inherit; }

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

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

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

strong {
  font-weight: 400;
  opacity: .9; }

body {
  font-family: proxima-nova, sans-serif;
  letter-spacing: .5px;
  font-size: 16px;
  line-height: 1.62;
  color: #333; }

#overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 999; }
  #overlay.js-active {
    display: block; }

    .flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  }

footer {
  background-color: #222;
  padding: 20px;
  text-align: right;
  font-size: .8rem; }
  footer a {
    color: #666; }
    footer a:hover {
      color: #fff; }

      .grecaptcha-badge{
    	visibility: collapse !important;
    }

@media (max-width: 64em) {
  .wrapper, .slide__inner {
    margin-left: 20px;
    margin-right: 20px; } }
@media (min-width: 64.063em) {
  .wrapper, .slide__inner {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; } }

.u-button, .button, button,
input[type='button'],
input[type='reset'],
input[type="submit"], input[type="file"] {
  border: 1px solid currentColor;
  padding: 15px 30px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  display: inline-block; }
  @media (max-width: 40em) {
    .u-button, .button, button,
    input[type='button'],
    input[type='reset'],
    input[type="submit"], input[type="file"] {
      display: block;
      padding: 15px 20px;
      width: 100%; } }
  .u-button:hover, .button:hover, button:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type="submit"]:hover, input[type="file"]:hover {
    background-color: #333;
    color: white; }
  .u-button--negative {
    color: white; }
  .u-button--full {
    width: 100%;
    margin-bottom: 10px; }
  .u-button--attach {
    text-transform: none; }
  .u-button--clean {
    border: 0;
    padding-left: 0; }
    .u-button--clean i {
      vertical-align: -4px;
      margin-right: 10px; }
    .u-button--clean:hover {
      color: #333; }

.primary-navigation {
  z-index: 1;
  text-transform: uppercase; }



.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(34, 47, 63, 0.2);
  display: flex;
  color: white; }
  .top-bar__container {
    flex: 0; }
  .top-bar__flex-container {
    flex: 1; }
  .top-bar__site-name {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0;
    text-align: left;
    padding: 20px 64px;
    line-height: 1.5;
    letter-spacing: 2px; }
    @media (max-width: 40em) {
      .top-bar__site-name {
        display: none; } }
    .top-bar__site-name.sm {
      display: none;
      padding: 20px; }
      @media (max-width: 40em) {
        .top-bar__site-name.sm {
          display: block; } }

.menu-button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 80px;
  width: 80px;
  background-color: #222F3F; }
  .menu-button i {
    font-size: 1.5rem; }
  .menu-button:hover {
    background-color: #F80752; }
  .menu-button.hidden {
    display: none !important; }

.homepage-sidebar {
  width: 80px;
  background-color: rgba(34, 47, 63, 0.2);
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  z-index: 1; }
  @media (max-width: 40em) {
    .homepage-sidebar {
      display: none; } }
  .homepage-sidebar__spacer-top {
    flex: 1 1 320px;
    min-height: 320px; }
  .homepage-sidebar__spacer-bottom {
    flex: 1 1 15vh; }
  .homepage-sidebar__container {
    flex: 0 0 520px; }
  .homepage-sidebar__links {
    width: 640px;
    height: 80px;
    transform: rotate(-90deg);
    transform-origin: 200px 200px;
    display: flex; }
  .homepage-sidebar__link {
    display: inline-block;
    flex: 1;
    padding: 24px;
    text-align: center;
    color: white;
    z-index: 1;
    letter-spacing: 1px; }
    .homepage-sidebar__link:hover {
      background-color: #F80752; }
    .homepage-sidebar__link.disabled {
      pointer-events: none;
      opacity: 0.2; }

input[type="text"],
input[type="email"],
input[type="password"] {
  border: 0; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  text-align: left;
  border: 0;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 15px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  background-color: rgba(0, 0, 0, 0.2); }

textarea {
  resize: vertical; }

input[type="checkbox"],
input[type="radio"] {
  display: none; }

input:disabled + label {
  opacity: .4; }

button,
input[type='button'],
input[type='reset'],
input[type="submit"] {
  border: 0; }

button {
  border-radius: 0;
  padding: 17px 20px; }

fieldset {
  border: 0;
  padding: 0;
  margin: 5px 0; }

form,
.form {
  padding: 10px 0;
  /* Firefox 18- */
  /* Firefox 19+ */ }
  form ::-webkit-input-placeholder,
  .form ::-webkit-input-placeholder {
    color: black;
    text-align: left; }
  form :-moz-placeholder,
  .form :-moz-placeholder {
    color: black;
    text-align: left; }
  form ::-moz-placeholder,
  .form ::-moz-placeholder {
    color: black;
    text-align: left; }
  form :-ms-input-placeholder,
  .form :-ms-input-placeholder {
    color: black;
    text-align: left; }
  form--negative input,
  .form--negative input {
    color: white; }
  form--negative input[type='text'], form--negative input[type='email'], form--negative input[type='submit'], form--negative textarea,
  .form--negative input[type='text'],
  .form--negative input[type='email'],
  .form--negative input[type='submit'],
  .form--negative textarea {
    background-color: rgba(255, 255, 255, 0.1); }
    form--negative input[type='text']::-webkit-input-placeholder, form--negative input[type='email']::-webkit-input-placeholder, form--negative input[type='submit']::-webkit-input-placeholder, form--negative textarea::-webkit-input-placeholder,
    .form--negative input[type='text']::-webkit-input-placeholder,
    .form--negative input[type='email']::-webkit-input-placeholder,
    .form--negative input[type='submit']::-webkit-input-placeholder,
    .form--negative textarea::-webkit-input-placeholder {
      color: white; }
    form--negative input[type='text']:-moz-placeholder, form--negative input[type='email']:-moz-placeholder, form--negative input[type='submit']:-moz-placeholder, form--negative textarea:-moz-placeholder,
    .form--negative input[type='text']:-moz-placeholder,
    .form--negative input[type='email']:-moz-placeholder,
    .form--negative input[type='submit']:-moz-placeholder,
    .form--negative textarea:-moz-placeholder {
      color: white; }
    form--negative input[type='text']::-moz-placeholder, form--negative input[type='email']::-moz-placeholder, form--negative input[type='submit']::-moz-placeholder, form--negative textarea::-moz-placeholder,
    .form--negative input[type='text']::-moz-placeholder,
    .form--negative input[type='email']::-moz-placeholder,
    .form--negative input[type='submit']::-moz-placeholder,
    .form--negative textarea::-moz-placeholder {
      color: white; }
    form--negative input[type='text']:-ms-input-placeholder, form--negative input[type='email']:-ms-input-placeholder, form--negative input[type='submit']:-ms-input-placeholder, form--negative textarea:-ms-input-placeholder,
    .form--negative input[type='text']:-ms-input-placeholder,
    .form--negative input[type='email']:-ms-input-placeholder,
    .form--negative input[type='submit']:-ms-input-placeholder,
    .form--negative textarea:-ms-input-placeholder {
      color: white; }
    form--negative input[type='text']:focus, form--negative input[type='email']:focus, form--negative input[type='submit']:focus, form--negative textarea:focus,
    .form--negative input[type='text']:focus,
    .form--negative input[type='email']:focus,
    .form--negative input[type='submit']:focus,
    .form--negative textarea:focus {
      background-color: rgba(255, 255, 255, 0.2); }
  form--negative input[type="submit"]:hover,
  .form--negative input[type="submit"]:hover {
    background-color: rgba(255, 255, 255, 0.2); }

.form--negative .select {
  background-color: rgba(255, 255, 255, 0.1); }
  .form--negative .select::before {
    color: white; }

.checkbox,
.radio {
  padding: 7px 10px;
  margin-bottom: 10px; }
  .checkbox input[type="checkbox"] + label:before,
  .checkbox input[type="radio"] + label:before,
  .radio input[type="checkbox"] + label:before,
  .radio input[type="radio"] + label:before {
    vertical-align: -6px;
    margin-right: 15px; }
  .checkbox input[type="checkbox"] + label:before,
  .radio input[type="checkbox"] + label:before {
    content: 'check_box_outline_blank'; }
  .checkbox input[type="checkbox"]:checked + label:before,
  .radio input[type="checkbox"]:checked + label:before {
    content: 'check_box'; }
  .checkbox input[type="radio"] + label:before,
  .radio input[type="radio"] + label:before {
    content: 'radio_button_unchecked'; }
  .checkbox input[type="radio"]:checked + label:before,
  .radio input[type="radio"]:checked + label:before {
    content: 'radio_button_checked'; }

.select {
  background-color: rgba(0, 0, 0, 0.1);
  text-align: left;
  padding: 0 15px;
  margin-bottom: 15px;
  position: relative; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .select {
      /* IE10+ CSS styles go here */
      position: inherit; }
      .select::before {
        display: none; }
      .select select option {
        color: #000 !important; } }
@-moz-document url-prefix() {
  .select {
    position: inherit; }
    .select::before {
      display: none; } }
  .select::before {
    content: 'keyboard_arrow_down';
    position: absolute;
    right: 0;
    padding-top: 10px;
    margin: 0 auto 0 auto;
    width: 42px;
    height: 32px;
    color: black;
    z-index: 1;
    pointer-events: none; }
  .select select {
    height: 42px;
    border: 0;
    border-radius: 0;
    margin: 0;
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    background-image: none; }
  .select:hover {
    background-color: rgba(0, 0, 0, 0.2); }

.columns {
  display: flex; }
  @media (max-width: 64em) {
    .columns {
      flex-direction: column; } }
  .columns .column {
    flex: 1; }
    @media (min-width: 64.063em) {
      .columns .column + .column {
        margin-left: 60px;
        } }
    .columns .column--2 {
      flex: 2; }
    .columns .column--3 {
      flex: 3; }
    .columns .column--4 {
      flex: 4; }
    .columns .column--5 {
      flex: 5; }
    .columns .column--6 {
      flex: 6; }
    .columns .column--7 {
      flex: 7; }
    .columns .column--8 {
      flex: 8; }

.fullwidth-section {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 40.063em) {
    .fullwidth-section {
      padding-top: 80px;
      padding-bottom: 80px;
      padding-left: 0; } }
  @media (min-width: 64.063em) {
    .fullwidth-section {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .fullwidth-section p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.62;
    margin-bottom: 16px; }

.fullheight-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90vh;
  max-height: 960px; }

.hero-section {
  background-color: #4772A4;
  padding: 200px 40px 120px 40px;
  text-align: center; }
  @media (min-width: 40.063em) {
    .hero-section {
      padding-left: 140px;
      padding-right: 80px; } }
  @media (min-width: 64.063em) {
    .hero-section {
      padding-left: 120px;
      padding-right: 120px; } }
  .hero-section h1 {
    display: inline-block;
    color: rgba(173, 196, 214, 0.5);
    font-family: proxima-nova, sans-serif;
    font-weight: 800;
    letter-spacing: 0.55px;
    line-height: 29px;
    text-align: left;
    text-transform: uppercase;
    font-size: 1.15rem;
    margin: 48px auto 0 auto; }
    @media (min-width: 40.063em) and (max-width: 64em) {
      .hero-section h1 {
        font-size: 1.25rem; } }
    @media (min-width: 64.063em) {
      .hero-section h1 {
        font-size: 1.5rem; } }
  .hero-section img {
    max-width: 90%; }
    @media (min-width: 40.063em) and (max-width: 64em) {
      .hero-section img {
        max-width: 72%; } }
    @media (min-width: 64.063em) {
      .hero-section img {
        max-width: 28%; } }
  .hero-section--middle-blue {
    background-color: #0E4365; }
  .hero-section__line {
    letter-spacing: 0.73px;
    line-height: 39px;
    color: #ADC4D6;
    font-size: 1.25rem; }
    @media (min-width: 40.063em) and (max-width: 64em) {
      .hero-section__line {
        font-size: 1.5rem; } }
    @media (min-width: 64.063em) {
      .hero-section__line {
        font-size: 2rem; } }

.about-section {
  background-color: #ADC4D6; }
  .about-section__text {
    margin-top: 32px; }
    @media (min-width: 64.063em) {
      .about-section__text {
        margin-top: 0;
        padding-left: 120px; } }
    .about-section__text a {
      color: #4772A4;
      font-weight: bolder; }
      .about-section__text a:hover {
        text-decoration: underline;
        color: #638cbb; }
  .about-section__quote {
    margin-top: 32px;
    font-size: 20px !important;
    line-height: 36px !important;
    font-style: italic;
    padding-left: 16px;
    border-left: 5px solid #4772A4; }
    @media (min-width: 64.063em) {
      .about-section__quote {
        margin-top: 48px;
        font-size: 24px !important;
        line-height: 41px !important;
        padding-left: 64px;
        width: 120%;
        margin-left: -10%;
        text-align: right;
        border-left: none;
        border-right: 10px solid #4772A4;
        padding-right: 48px; } }
  .about-section h2 {
    font-family: "Proxima Nova Black", proxima-nova, sans-serif;
    line-height: .9;
    font-weight: 900;
    text-transform: uppercase;
    color: #4772A4;
    font-size: 1.8rem; }
    @media (min-width: 40.063em) and (max-width: 64em) {
      .about-section h2 {
        font-size: 3rem; } }
    @media (min-width: 64.063em) {
      .about-section h2 {
        font-size: 4.2rem;
        width: 120%;
        margin-left: -10%;
        text-align: right; } }
    @media (max-width: 40em) {
      .about-section h2 br {
        display: none; } }
  .about-section p {
    color: #222F3F;
    font-size: 1.15em;
    line-height: 28px; }
    .about-section p strong {
      font-weight: 900;
      color: #F80752; }
    @media (min-width: 64.063em) {
      .about-section p {
        font-size: 1.5em;
        line-height: 36px; } }

.background {
  background-color: #222F3F; }
  .background h3 {
    color: rgba(173, 196, 214, 0.3);
    font-size: 2rem;
    text-transform: uppercase; }
  .background h2 {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-weight: 900;
    color: #adc4d6; }
    @media (min-width: 64.063em) {
      .background h2 {
        font-size: 4rem; } }
    .background h2 sup {
      vertical-align: top;
      font-size: 50%;
      line-height: 1.2; }
  .background p {
    color: rgba(173, 196, 214, 0.6); }
  .background__highlight {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 200;
    color: #adc4d6;
    margin-bottom: 40px; }
    @media (max-width: 40em) {
      .background__highlight br {
        display: none; } }
    @media (min-width: 64.063em) {
      .background__highlight {
        font-size: 2.3rem; } }

.if-only-we-knew {
  background-color: #4772A4; }
  .if-only-we-knew h2 {
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 100;
    color: #ADC4D6; }
    @media (max-width: 40em) {
      .if-only-we-knew h2 {
        font-size: 2.5rem;
        margin-bottom: 40px; } }
  .if-only-we-knew p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6; }

.themes-list {
  overflow-y: hidden; }
  .themes-list.next li {
    transition: transform .2s ease-in;
    transform: translateY(calc(-100% - 16px)); }
  .themes-list li {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2rem;
    margin-bottom: 16px;
    letter-spacing: 2px;
    min-height: 1.6em;
    transition: none; }
    @media (max-width: 40em) {
      .themes-list li {
        font-size: 1.5rem; } }
  .themes-list__yellow {
    color: #E5A510; }
  .themes-list__blue {
    color: #4772A4; }
  .themes-list__pink {
    color: #F80752; }
  .themes-list__green {
    color: #15E19D; }

.bilinguals {
  background-color: #ADC4D6; }
  .bilinguals__title {
    font-size: 3.5rem;
    font-weight: 900;
    color: #4772A4;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 40px; }
    @media (min-width: 40.063em) {
      .bilinguals__title {
        font-size: 5rem; } }
    .bilinguals__title small {
      display: block;
      font-weight: 200;
      font-size: 2.1rem;
      color: #222F3F; }
      @media (min-width: 40.063em) {
        .bilinguals__title small {
          font-size: 2.9rem; } }

.questions-challenge {
  background-color: #222F3F; }
  .questions-challenge h2 {
    font-size: 3rem;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    color: #ADC4D6; }
    @media (min-width: 40.063em) {
      .questions-challenge h2 {
        font-size: 4rem; } }
  .questions-challenge p {
    color: rgba(173, 196, 214, 0.7); }

.how {
  background-color: #ADC4D6; }
  .how h2 {
    font-size: 3.25rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    color: #222F3F; }
    @media (min-width: 40.063em) {
      .how h2 {
        font-size: 5.25rem; } }
  .how h4 {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #4772A4;
    font-weight: 600; }

.slider-container {
  padding-top: 80px;
  position: relative; }
  .slider-container .js-slider-prev,
  .slider-container .js-slider-next {
    position: absolute;
    z-index: 10;
    top: 90%;
    color: rgba(34, 47, 63, 0.2); }
    .slider-container .js-slider-prev:hover,
    .slider-container .js-slider-next:hover {
      color: #F80752; }
    .slider-container .js-slider-prev i,
    .slider-container .js-slider-next i {
      font-size: 4rem; }
    @media (min-width: 64.063em) {
      .slider-container .js-slider-prev,
      .slider-container .js-slider-next {
        top: 45%; } }
  .slider-container .js-slider-prev {
    left: 10%; }
  .slider-container .js-slider-next {
    right: 10%; }

.slick-dots {
  position: absolute;
  left: 15%;
  top: 5%;
  height: 90%; }
  .slick-dots .slick-active {
    background-color: #F80752; }
  .slick-dots li {
    display: inline-block;
    height: 100%;
    margin-right: 8px; }
    .slick-dots li button {
      background-color: rgba(34, 47, 63, 0.1);
      width: 8px;
      height: 100%;
      border: 0;
      padding: 0;
      color: transparent; }
      @media (max-width: 64em) {
        .slick-dots li button {
          display: none; } }

.slide__inner {
  max-width: 50%; }
  @media (max-width: 64em) {
    .slide__inner {
      max-width: 90%; } }
.slide h3 {
  font-size: 1.5rem;
  font-weight: 900;
  color: #4772A4;
  text-transform: uppercase; }
  @media (min-width: 40.063em) {
    .slide h3 {
      font-size: 2.5rem; } }

.methodology-title {
  color: #adc4d6;
  font-size: 5em;
  font-weight: 900;
  line-height: 74px;
  text-transform: uppercase;
  padding-left: 32px;
  border-left: 8px solid #15E19D;
  font-family: "Proxima Nova Black", proxima-nova, sans-serif;
  letter-spacing: 0.875px; }
  @media (min-width: 64.063em) {
    .methodology-title {
      padding-left: 72px; } }
.methodology-hero {
  background-color: #222F3F;
  padding: 192px 48px 320px 48px;
  height: auto; }
  @media (min-width: 64.063em) {
    .methodology-hero {
      height: 90vh;
      padding: 0; } }
.methodology-method {
  background-color: #e8f1f8; }
  .methodology-method__detail {
    background-color: #101c28;
    padding: 32px 0;
    margin: 0 auto;
    transform: translateY(-155px); }
    @media (min-width: 64.063em) {
      .methodology-method__detail {
        padding: 90px 0; } }
    .methodology-method__detail .columns {
      padding: 0 40px;
      border-right: 8px solid #e5a510;
      color: rgba(255, 255, 255, 0.7);
      font-size: 1.25em;
      font-weight: 400;
      line-height: 32px; }
      @media (min-width: 64.063em) {
        .methodology-method__detail .columns {
          padding: 0 80px; } }
    .methodology-method__detail strong {
      font-family: "Proxima Nova Black", proxima-nova, sans-serif;
      letter-spacing: 0.875px; }
  .methodology-method__prose {
    padding-bottom: 16px;
    color: rgba(34, 47, 63, 0.7);
    font-size: 1.25em !important;
    font-weight: 400;
    line-height: 32px; }
    .methodology-method__prose strong {
      font-family: "Proxima Nova Black", proxima-nova, sans-serif;
      letter-spacing: 0.875px; }
    @media (min-width: 64.063em) {
      .methodology-method__prose {
        font-size: 1.5em !important;
        padding-bottom: 32px; } }
.methodology-steps {
  background-color: #222F3F;
  padding: 120px 0; }
  .methodology-steps__list {
    position: relative;
    list-style: none;
    padding: 0;
    text-align: center;
    font-size: 1.25em;
    color: #e8f1f8;
    font-weight: 100;
    line-height: 24px; }
    .methodology-steps__list strong {
      font-weight: 700; }
    .methodology-steps__list li {
      position: relative;
      display: block;
      text-align: center;
      width: 100%;
      padding: 48px 0;
      margin: 64px auto;
      background-image: url("/images/Fill_1.png");
      background-repeat: no-repeat;
      background-position: center center; }
      .methodology-steps__list li::before, .methodology-steps__list li::after {
        position: absolute;
        content: '';
        width: calc(50% - 78px);
        height: 1px;
        background-color: #15E19D;
        top: calc(50% - 1px); }
      .methodology-steps__list li::before {
        left: 0; }
      .methodology-steps__list li::after {
        right: 0; }
      @media (min-width: 64.063em) {
        .methodology-steps__list li {
          display: inline-block;
          margin: 0;
          width: 156px; } }
      @media (min-width: 64.063em) {
        .methodology-steps__list li::before {
          display: none; }
        .methodology-steps__list li:not(:first-child)::before {
          display: block;
          position: absolute;
          content: '';
          width: 7px;
          height: 1px;
          background-color: #15E19D;
          top: calc(50% - 1px);
          left: -7px; }
        .methodology-steps__list li::after {
          display: none; } }
    @media (min-width: 64.063em) {
      .methodology-steps__list::before, .methodology-steps__list::after {
        position: absolute;
        content: '';
        width: calc(50% - 156px - 156px - 78px - 11px);
        height: 1px;
        background-color: #15E19D;
        top: calc(50% - 1px); }
      .methodology-steps__list::before {
        left: 0; }
      .methodology-steps__list::after {
        right: 0; } }
.methodology-wishlist {
  background-color: #101c28; }
  .methodology-wishlist__description {
    color: #e8f1f8;
    font-size: 1.5em !important;
    font-weight: 400;
    line-height: 44px;
    padding: 32px 48px 32px 0;
    border-right: 8px solid #222f3f;
    max-width: 400px;
    margin: 0 auto; }
    .methodology-wishlist__description strong {
      font-family: "Proxima Nova Black", proxima-nova, sans-serif;
      letter-spacing: 0.875px; }
    @media (min-width: 64.063em) {
      .methodology-wishlist__description {
        font-size: 2.25em !important;
        border-right: none;
        padding: 70px 0;
        border-top: 8px solid #222f3f;
        border-bottom: 8px solid #222f3f; } }
  .methodology-wishlist__wishes {
    border-top: 8px solid #15E19D;
    padding: 45px 0;
    margin-top: -3px;
    color: #ffffff;
    font-size: 1.25em !important;
    font-weight: 400;
    line-height: 32px;
    list-style: none; }
    .methodology-wishlist__wishes strong {
      font-family: "Proxima Nova Black", proxima-nova, sans-serif;
      letter-spacing: 0.875px; }
    .methodology-wishlist__wishes li:not(:last-child) {
      margin-bottom: 20px; }
    .methodology-wishlist__wishes li::before {
      display: inline-block;
      content: '\2022';
      color: #15E19D;
      font-weight: 700;
      font-size: 1.25em;
      width: 10px; }
    .methodology-wishlist__wishes-wrapper {
      border: 3px solid #222f3f;
      padding: 0 45px;
      max-width: 400px;
      margin-top: 32px; }
      @media (min-width: 64.063em) {
        .methodology-wishlist__wishes-wrapper {
          margin-top: 0; } }

.contact {
  background-color: #4772A4;
  min-height: 95vh;
  color: white; }
  .contact h2 {
    margin-bottom: 64px;
    font-size: 4rem;
    font-weight: 900;
    text-transform: uppercase;
    opacity: .3; }
  .contact .checkbox {
    color: white; }
  .contact textarea {
    height: 100%; }
  .contact-footnotes {
    margin-top: 128px; }
  .contact-footnote {
    font-size: 0.75em !important;
    color: rgba(255, 255, 255, 0.2); }
    .contact-footnote strong {
      color: rgba(255, 255, 255, 0.4); }

.why-section {
  background-color: #0E4365;
  padding-top: 40px; }
  @media (min-width: 40.063em) {
    .why-section {
      padding-top: 80px;
      padding-left: 120px; } }
  @media (min-width: 64.063em) {
    .why-section {
      padding-top: 120px; } }
  .why-section .column + .column {
    margin-left: 0; }
  .why-section__title {
    font-family: "Proxima Nova Black", proxima-nova, sans-serif;
    color: #ADC4D6;
    font-size: 2em !important;
    font-weight: 900;
    line-height: 32px !important;
    text-transform: uppercase;
    margin: 0 20px 40px 20px;
    text-align: center; }
    .why-section__title--white {
      color: #ffffff; }
    @media (min-width: 64.063em) {
      .why-section__title {
        font-size: 4em !important;
        line-height: 64px !important;
        text-align: left;
        margin: 0 64px; } }
  .why-section__block {
    padding: 32px 0;
    background-color: #4772A4;
    box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 16px; }
    @media (min-width: 64.063em) {
      .why-section__block {
        padding: 64px 0;
        margin-bottom: 0; } }
    .why-section__block-text {
      border-left: 7px solid #E5A510;
      padding: 0 24px;
      color: #ffffff;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.62; }
      @media (min-width: 64.063em) {
        .why-section__block-text {
          padding: 0 64px;
          font-size: 1.2rem; } }
    .why-section__block a {
      color: #E5A510;
      font-weight: bolder; }
      .why-section__block a:hover {
        text-decoration: underline;
        color: #f1b937; }
  .why-section__aside {
    display: flex;
    align-items: center; }
    .why-section__aside-text {
      font-family: proxima-nova, sans-serif;
      color: rgba(255, 255, 255, 0.42);
      font-size: 1.5em !important;
      font-weight: 800;
      letter-spacing: 0.5px;
      line-height: 30px !important;
      margin: 32px 0;
      text-transform: uppercase; }
      @media (min-width: 64.063em) {
        .why-section__aside-text {
          font-size: 2em !important;
          line-height: 40px !important;
          margin: 0 64px; } }
      .why-section__aside-text--left {
        text-align: right; }

.how-section {
  background-color: #ADC4D6;
  margin-top: -120px;
  padding-top: 160px; }
  @media (min-width: 64.063em) {
    .how-section {
      padding-top: 253px; } }
  .how-section .column + .column {
    margin-left: 0; }
  @media (max-width: 40em) {
    .how-section br {
      display: none; } }
  .how-section__title {
    color: #0E4365;
    font-family: "Proxima Nova Black", proxima-nova, sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1.85px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 32px 0; }
    @media (min-width: 64.063em) {
      .how-section__title {
        text-align: right;
        font-size: 48px;
        line-height: 58px;
        margin: 0; } }
  .how-section__prose {
    color: #0E4365;
    font-size: 20px;
    line-height: 24px; }
    @media (min-width: 64.063em) {
      .how-section__prose {
        padding: 0 128px; } }
  .how-section__graph {
    max-width: 100%;
    cursor: pointer; }
    .how-section__graph-section {
      margin-top: 80px; }
      @media (min-width: 100.063em) {
        .how-section__graph-section {
          padding-left: 128px; } }
    @media (min-width: 64.063em) {
      .how-section__graph {
        cursor: default;
        pointer-events: none; } }

.domains-section {
  margin-top: -60px;
  padding-top: 128px; }
  @media (min-width: 64.063em) {
    .domains-section {
      margin-top: -120px;
      padding-top: 253px; } }
  .domains-section h2 {
    font-family: "Proxima Nova Black", proxima-nova, sans-serif; }
    @media (max-width: 40em) {
      .domains-section h2 {
        font-size: 2em !important; } }
  @media (max-width: 40em) {
    .domains-section h3 {
      font-size: 1.5em !important; } }
  @media (max-width: 40em) {
    .domains-section br {
      display: none; } }
  .domains-section__prose {
    color: #ffffff !important;
    font-size: 1.25em !important;
    letter-spacing: 0.5px !important;
    line-height: 27px !important; }
    @media (min-width: 64.063em) {
      .domains-section__prose {
        font-size: 2.25em !important;
        line-height: 54px !important;
        margin-right: 32px; } }
    .domains-section__prose-column {
      display: flex;
      align-items: center; }
  .domains-section__columns {
    margin-top: 32px;
    padding-bottom: 32px; }
    @media (min-width: 64.063em) {
      .domains-section__columns {
        margin-top: 100px;
        padding-bottom: 100px; } }

.get-involved-section {
  background-color: #4772A4; }
  @media (min-width: 64.063em) {
    .get-involved-section .column + .column {
      margin-left: 96px; } }
  @media (min-width: 105.063em) {
    .get-involved-section .column + .column {
      margin-left: 0; } }
  .get-involved-section h2 {
    color: #ADC4D6;
    font-family: "Proxima Nova Black", proxima-nova, sans-serif;
    font-size: 2em;
    font-weight: 800;
    letter-spacing: 2.5px;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    margin: 64px 0; }
    @media (min-width: 64.063em) {
      .get-involved-section h2 {
        font-size: 4em;
        line-height: 79px;
        margin: 0; } }
  @media (min-width: 64.063em) {
    .get-involved-section__content {
      margin-top: 96px; } }
  .get-involved-section__column {
    display: flex;
    align-items: flex-start; }
  .get-involved-section__options {
    list-style: none;
    padding: 0; }
    .get-involved-section__options li {
      color: rgba(255, 255, 255, 0.3);
      font-size: 1.5em;
      line-height: 28px;
      font-weight: 800;
      letter-spacing: 4px;
      text-align: center;
      text-transform: uppercase;
      margin: 0;
      cursor: pointer;
      transition: color 0.13s ease-in-out; }
      @media (min-width: 64.063em) {
        .get-involved-section__options li {
          font-size: 1.875em;
          line-height: 37px;
          text-align: right; } }
      .get-involved-section__options li.active {
        color: #ffffff;
        cursor: default;
        pointer-events: none;
        text-decoration: underline; }
        @media (min-width: 64.063em) {
          .get-involved-section__options li.active {
            text-decoration: none; } }
      .get-involved-section__options li + li {
        margin-top: 24px; }
        @media (min-width: 64.063em) {
          .get-involved-section__options li + li {
            margin-top: 32px; } }
  .get-involved-section__text {
    color: #ffffff;
    font-size: 1.25em !important;
    line-height: 32px !important; }
    @media (min-width: 64.063em) {
      .get-involved-section__text {
        font-size: 1.5em !important;
        line-height: 40px !important; } }
    .get-involved-section__text strong {
      font-family: "Proxima Nova Black", proxima-nova, sans-serif;
      letter-spacing: 3px; }
  .get-involved-section__button {
    display: block;
    text-align: center;
    margin: 64px 0 0 0;
    padding: 18px 48px;
    color: #ffffff;
    font-size: 1.25em;
    font-weight: 700;
    letter-spacing: 3.2px;
    line-height: 29px;
    border: 1px solid #ffffff;
    text-transform: uppercase; }
    @media (min-width: 64.063em) {
      .get-involved-section__button {
        font-size: 1.5em;
        margin: 24px 0 0 0; } }
    .get-involved-section__button:hover {
      color: #4772A4;
      background-color: #ffffff; }
  .get-involved-section__section-wrapper {
    position: relative;
    margin: 64px 0; }
    @media (min-width: 64.063em) {
      .get-involved-section__section-wrapper {
        margin: 0; } }
  .get-involved-section__section-content {
    position: absolute;
    max-width: 100%;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.13s ease-in-out;
    top: 0;
    left: 0;
    z-index: 1; }
    .get-involved-section__section-content.active {
      position: relative;
      display: block;
      pointer-events: all;
      opacity: 1;
      transition-delay: 0.33s;
      z-index: 0; }

@media (min-width: 100.063em) {

  .partners-section .column + .column {
    margin-left: 0; } }
.partners-section__title {
  color: #ADC4D6;
  font-family: "Proxima Nova Black", proxima-nova, sans-serif;
  font-size: 2.5em;
  font-weight: 800;
  letter-spacing: 2.5px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 32px 0; }
  @media (min-width: 40.063em) {
    .partners-section__title {
      margin-left: -120px; } }
  @media (min-width: 64.063em) {
    .partners-section__title {
      font-size: 4em;
      line-height: 79px; } }
.partners-section__column-title {
  color: rgba(14, 67, 101, 0.5);
  font-size: 1.5em !important;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 29px;
  text-transform: uppercase;
  text-align: center;
  margin: 0; }
  .partners-section__column-title--right {
    margin-left: 64px; }
  @media (min-width: 40.063em) {
    .partners-section__column-title {
      /* text-align: left;  */
      } }
.partners-section__column-subtitle {
  font-family: "Proxima Nova Black", proxima-nova, sans-serif;
  color: #0E4365;
  font-size: 1.875em !important;
  font-weight: 800;
  letter-spacing: 4px;
  line-height: 37px;
  text-transform: uppercase;
  margin: 18px 0 0 0;
  text-align: center; }
  .partners-section__column-subtitle--right {
    margin-left: 64px; }
  @media (min-width: 40.063em) {
    .partners-section__column-subtitle {
      /* text-align: left;  */
      } }
.partners-section__logo-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 8px;
  grid-auto-flow: row;
  margin: 32px 0 0 0; }
  @media (min-width: 40.063em) {
    .partners-section__logo-list {
      grid-template-columns: 33.33% 33.33% 33.33%;
      grid-auto-flow: dense; } }
  .partners-section__logo-list li {
    width: 100%;
    height: 100%;
    text-align: center; }
    .partners-section__logo-list li a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
      .partners-section__logo-list li a img {
        max-width: 100%; }


.board-section {
  background-color: #dae2ed;

}
@media (min-width: 100.063em) {
  .board-section .column + .column {
    margin-left: 0; } }
    .board-section__title {
      color: #ADC4D6;
      font-family: "Proxima Nova Black", proxima-nova, sans-serif;
      font-size: 2.5em;
      font-weight: 800;
      letter-spacing: 2.5px;
      line-height: 50px;
      text-align: center;
      text-transform: uppercase;
      margin: 0 0 32px 0; }
      @media (min-width: 40.063em) {
        .board-section__title {
          margin-left: -120px; } }
      @media (min-width: 64.063em) {
        .board-section__title {
          font-size: 4em;
          line-height: 79px; } }


        .board-section__column-title {
        color: rgba(14, 67, 101, 0.5);
        font-size: 1.5em !important;
        font-weight: 800;
        letter-spacing: 1px;
        line-height: 29px;
        text-transform: uppercase;
        text-align: center;
        margin: 0; }


      .board-section__team-flex {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        justify-content: space-between;
        margin-bottom: 70px;
margin-left: -120px;


}
      }


            .board-section__team-list {
              display: inline-block;
              list-style: none;
              padding: 0;
              text-align: center;
              margin-top: 0px;
              max-width: 700px;
              margin-bottom: 40px;
              align-self: center; }
              @media (min-width: 64.063em) {
                .board-section__team-list {
                  /* margin-top: -70px; */
                  text-align: right; } }
            .board-section__team-member {
              display: inline-block;
              margin: 4px;
              position: relative;
              transition: transform 0.13s ease-in-out; }
              @media (min-width: 64.063em) {
                .board-section__team-member:hover {
                  transform: translateY(-3px); }
                  .board-section__team-member:hover .board-section__portrait-info {
                    opacity: 1;
                    transform: none; } }
            .board-section__portrait {
              display: block;
              width: 88px;
              height: 88px;
              background-color: #C8C8C8;
              background-position: center center;
              background-repeat: no-repeat;
              background-size: cover;
              box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.25);
              border-radius: 50%; }
              .board-section__portrait.inactive {
                pointer-events: none; }
              .board-section__portrait-name {
                color: #4f7083;
                font-size: 16px;
                font-weight: 800;
                letter-spacing: 1px;
                line-height: 19px;
                text-align: center;
                text-transform: uppercase; }
              .board-section__portrait-description {
                color: #4f7083;
                font-size: 16px;
                font-weight: 100;
                letter-spacing: 1px;
                line-height: 19px;
                text-align: center;
                text-transform: uppercase; }
              .board-section__portrait-info {
                position: absolute;
                width: 400%;
                top: 100%;
                left: -150%;
                padding: 24px 0 0 0;
                pointer-events: none;
                opacity: 0;
                transform: translateY(10px);
                transition: opacity 0.13s ease-in-out, transform 0.13s ease-in-out; }

                @media (max-width:600px)  {
                      .board-section__team-flex {
                        align-items: center;
                        margin-bottom: 200px;
                        margin-left: 0px;
                        text-align: center;
                        } }

@media (max-width: 64em) {
  .hidden-on-small {
    display: none; } }

@media (min-width: 64.063em) {
  .show-on-small {
    display: none; } }

.about-govlab-section {
  background-color: #523080; }
  .about-govlab-section__logo {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    padding: 64px 0 96px 0; }
    .about-govlab-section__logo img {
      width: 385px;
      max-width: 80%; }
    @media (min-width: 64.063em) {
      .about-govlab-section__logo {
        padding: 0; }
        .about-govlab-section__logo img {
          max-width: 100%; } }
  .about-govlab-section__title {
    color: #FFF;
    font-family: Arial;
    font-size: 2em;
    line-height: 39px;
    text-transform: uppercase;
    margin: 0 0 38px 0;
    text-align: center; }
    @media (min-width: 64.063em) {
      .about-govlab-section__title {
        text-align: left; } }
  .about-govlab-section__prose {
    color: #FFF;
    font-size: 1.1em !important;
    line-height: 1.61 !important;
    margin: 0 0 74px 0 !important; }
    .about-govlab-section__prose a {
      color: #15E19D;
      font-weight: bolder; }
      .about-govlab-section__prose a:hover {
        text-decoration: underline;
        color: #3cedb2; }
  .about-govlab-section__team-title {
    color: rgba(255, 255, 255, 0.41);
    font-family: Arial;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 39px;
    text-transform: uppercase;
    margin: 0 0 48px 0;
    text-align: center; }
    @media (min-width: 64.063em) {
      .about-govlab-section__team-title {
        text-align: right;
        margin: 0; } }

.footer-section {
  background-color: #333; }
  .footer-section__wrapper {
    margin-top: -14%; }
    @media (min-width: 64.063em) {
      .footer-section__wrapper {
        margin-top: -168px; } }
  .footer-section__team-flex {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: space-between; }
    @media (min-width: 64.063em) {
      .footer-section__team-flex {
        align-items: flex-start;
        flex-direction: column; } }
  .footer-section__contact-us {
    display: inline-block;
    max-width: 200px;
    padding-top: 64px; }
    @media (min-width: 64.063em) {
      .footer-section__contact-us {
        padding: 0; } }
    .footer-section__contact-us-button {
      background-color: #F80752;
      color: #ffffff;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 0.63px;
      line-height: 24px;
      text-align: center;
      padding: 13px 30px;
      text-transform: uppercase;
      cursor: pointer;
      pointer-events: all; }
      .footer-section__contact-us-button:hover {
        background-color: #f92a6a; }
  .footer-section__team-list {
    display: block;
    list-style: none;
    padding: 0;
    text-align: center;
    margin-top: -36px;
    align-self: flex-end; }
    @media (min-width: 64.063em) {
      .footer-section__team-list {
        margin-top: -70px;
        text-align: center; } }
  .footer-section__team-member {
    display: inline-block;
    margin: 4px;
    position: relative;
    transition: transform 0.13s ease-in-out; }
    @media (min-width: 64.063em) {
      .footer-section__team-member:hover {
        transform: translateY(-3px); }
        .footer-section__team-member:hover .footer-section__portrait-info {
          opacity: 1;
          transform: none; } }
  .footer-section__portrait {
    display: block;
    width: 88px;
    height: 88px;
    background-color: #C8C8C8;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.25);
    border-radius: 50%; }
    .footer-section__portrait.inactive {
      pointer-events: none; }
    .footer-section__portrait-name {
      color: #FFF;
      font-size: 16px;
      font-weight: 800;
      letter-spacing: 1px;
      line-height: 19px;
      text-align: center;
      text-transform: uppercase; }
    .footer-section__portrait-description {
      color: #FFF;
      font-size: 16px;
      font-weight: 100;
      letter-spacing: 1px;
      line-height: 19px;
      text-align: center;
      text-transform: uppercase; }
    .footer-section__portrait-info {
      position: absolute;
      width: 400%;
      top: 100%;
      left: -150%;
      padding: 24px 0 0 0;
      pointer-events: none;
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 0.13s ease-in-out, transform 0.13s ease-in-out; }
  .footer-section__ending {
    margin: 64px 0 0 0;
    text-align: center;
    flex-direction: column-reverse; }
    @media (min-width: 64.063em) {
      .footer-section__ending {
        flex-direction: row;
        text-align: left;
        margin: 128px 0 0 0; } }
  .footer-section__brought-by-column {
    margin: 32px 0 0 0; }
    @media (min-width: 64.063em) {
      .footer-section__brought-by-column {
        margin: 0; } }
  .footer-section__column-title {
    color: rgba(255, 255, 255, 0.41);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 19px;
    margin: 0;
    text-transform: uppercase; }
  .footer-section__prose {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.55px;
    line-height: 19px;
    margin: 56px 0 0 0;
    text-align: left; }
  .footer-section__brought-by {
    list-style: none;
    padding: 0; }
    .footer-section__brought-by li {
      display: block;
      margin-top: 36px; }
    .footer-section__brought-by li + li {
      margin-top: 9px; }



