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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/*** MIXIN: Flexbox ************************************************************/
/* Vertical Align Mixin */
/* Clearfix */
.clearfix {
  display: block;
  clear: both; }

/** Media Query Mixins, Breakpoints **/
@font-face {
  font-family: "Noe Text Book", "Minion Pro", "Times New Roman", serif !important;
  src: url("fonts/Noe Text Book.otf"), url("fonts/Noe Text Book.woff");
  font-weight: 400; }

@font-face {
  font-family: aktiv-grotesk, "Aktiv Grotesk", Arial, Verdana, sans-serif !important;
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: aktiv-grotesk, "Aktiv Grotesk", Arial, Verdana, sans-serif !important;
  font-style: normal;
  font-weight: 700; }

h1 {
  font-family: "Noe Text Book", "Minion Pro", "Times New Roman", serif !important;
  font-size: 60px;
  color: #25263D;
  color: #ffffff; }

h2 {
  font-family: "Noe Text Book", "Minion Pro", "Times New Roman", serif !important;
  font-size: 36px;
  line-height: 48px;
  color: #ffffff; }
  @media (max-width: 1024px) {
    h2 {
      margin: 0 50px 55px; } }
  @media (max-width: 600px) {
    h2 {
      margin: 0 10px 35px;
      font-size: 24px;
      line-height: 38px; } }
  h2.huge {
    font-family: aktiv-grotesk, "Aktiv Grotesk", Arial, Verdana, sans-serif !important;
    font-size: 90px;
    font-weight: 700;
    line-height: 92px;
    letter-spacing: -2px; }
    @media (max-width: 1024px) {
      h2.huge {
        font-size: 90px;
        line-height: 82px;
        letter-spacing: 0px;
        margin-bottom: 45px !important;
        margin-left: 0; } }
    @media (max-width: 600px) {
      h2.huge {
        font-size: 40px;
        margin-bottom: 30px !important;
        margin-right: 0;
        line-height: 44px; } }

h3 {
  font-family: aktiv-grotesk, "Aktiv Grotesk", Arial, Verdana, sans-serif !important;
  font-size: 60px;
  font-weight: 700;
  color: #25263D;
  letter-spacing: -2px;
  margin-bottom: 55px;
  line-height: 72px; }
  @media (max-width: 1024px) {
    h3 {
      font-size: 60px;
      margin-bottom: 40px;
      letter-spacing: -1px;
      line-height: 60px; } }
  @media (max-width: 600px) {
    h3 {
      font-size: 45px;
      margin-bottom: 10px;
      line-height: 50px; } }
  h3 .sub-header {
    font-size: 36px;
    line-height: 47px; }
    @media (max-width: 1024px) {
      h3 .sub-header {
        display: inline;
        font-size: 20px; } }
    @media (max-width: 600px) {
      h3 .sub-header {
        display: block; } }

h4 {
  font-family: aktiv-grotesk, "Aktiv Grotesk", Arial, Verdana, sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #25263D; }
  @media (max-width: 1024px) {
    h4 {
      margin-bottom: 10px; } }

p, li {
  font-family: aktiv-grotesk, "Aktiv Grotesk", Arial, Verdana, sans-serif !important;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 26px;
  font-size: 18px;
  color: #25263D; }
  @media (max-width: 1024px) {
    p, li {
      font-size: 16px; } }
  p.text-blurb, li.text-blurb {
    margin-bottom: 90px; }
    @media (max-width: 1024px) {
      p.text-blurb, li.text-blurb {
        margin-bottom: 30px; } }

html,
body {
  font-family: aktiv-grotesk, "Aktiv Grotesk", Arial, Verdana, sans-serif !important;
  font-size: 18px;
  line-height: 27px;
  color: #25263D;
  height: 100%;
  width: 100%; }
  @media (max-width: 1024px) {
    html,
    body {
      line-height: 23px;
      font-size: 16px; } }

.wrapper {
  width: 100%;
  height: 100%; }

section {
  width: 100%;
  padding: 100px 0; }
  @media (max-width: 1024px) {
    section {
      padding: 50px 0; } }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  max-width: 1534px;
  margin: 0 auto;
  height: 100%;
  padding: 0 15px; }
  @media (max-width: 1024px) {
    .row {
      /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 600px) {
    .row {
      padding-left: 20px;
      padding-right: 20px; } }
  .row .col {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    padding: 0px 15px; }
    .row .col--1 {
      width: 3.333%; }
    .row .col--2 {
      width: 16.666%; }
    .row .col--3 {
      width: 24.999%; }
    .row .col--4 {
      width: 33.332%; }
    .row .col--5 {
      width: 41.665%; }
    .row .col--6 {
      width: 49.998%; }
    .row .col--7 {
      width: 58.331%; }
    .row .col--8 {
      width: 66.664%; }
    .row .col--9 {
      width: 74.997%; }
    .row .col--10 {
      width: 83.333%; }
    .row .col--11 {
      width: 91.663%; }
    .row .col--12 {
      width: 99.996%; }
    @media (max-width: 1024px) {
      .row .col {
        width: 100%;
        padding: 0; } }
    @media (max-width: 1024px) {
      .row .col.section__blurb {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1; } }
    @media (max-width: 1024px) {
      .row .col.section__spacer {
        display: none; } }
    @media (max-width: 1024px) {
      .row .col.section__graphic {
        -webkit-box-ordinal-group: 0;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 30px; } }

.section__collaboration, .section__libraries, .section__access {
  background: #eaebf9; }

.section .col img {
  width: 100%; }
  @media (max-width: 1024px) {
    .section .col img {
      width: 55%;
      display: block;
      margin: 0 auto; } }
  @media (max-width: 600px) {
    .section .col img {
      width: 95%; } }
  @media (max-width: 1024px) {
    .section .col img--6 {
      width: 75%;
      margin: 40px auto 0;
      display: block; } }

.section ul {
  list-style-type: disc;
  padding-left: 20px; }
  .section ul li {
    margin-bottom: 20px; }
    @media (max-width: 1024px) {
      .section ul li {
        margin-bottom: 10px; } }

.nav {
  position: fixed;
  top: 0px;
  height: 100vh;
  right: 0px;
  z-index: 9999;
  overflow: hidden; }
  .nav__inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .nav__item {
    position: relative;
    margin-bottom: 5px;
    padding: 0px 2px;
    text-align: right;
    line-height: 12px;
    cursor: pointer;
    padding-right: 10px; }
    @media (max-width: 1024px) {
      .nav__item {
        margin-bottom: 0px;
        padding: 0px 5px 0px 0px; } }
    .nav__item .nav-title {
      vertical-align: top;
      background: #fff;
      position: relative;
      left: -5px;
      display: none;
      padding: 7px 10px; }
      .nav__item .nav-title p {
        text-align: right;
        font-family: aktiv-grotesk, "Aktiv Grotesk", Arial, Verdana, sans-serif !important;
        font-size: 16px;
        font-weight: 700;
        opacity: 1;
        line-height: 19px;
        position: relative; }
    .nav__item .nav-circle-container {
      position: relative;
      display: inline-block;
      background: transparent;
      padding: 1px;
      height: 31px; }
      .nav__item .nav-circle-container .nav-circle {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #25263D;
        border: 2px solid #fff;
        vertical-align: middle;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (max-width: 1024px) {
          .nav__item .nav-circle-container .nav-circle {
            width: 12px;
            height: 12px; } }
    .nav__item .click-shield {
      position: absolute;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 999; }
    .nav__item a {
      text-decoration: none;
      pointer-events: none; }
    .nav__item.active .nav-circle {
      background: #ae9d63;
      border: 2px solid #fff; }
    .nav__item:hover .nav-circle {
      background: #ae9d63;
      border: 2px solid #fff; }
    .nav__item:hover .nav-title {
      display: inline-block !important; }
    @media (max-width: 1024px) {
      .nav__item:hover {
        background: transparent; }
        .nav__item:hover .nav-circle-container {
          background: transparent; }
        .nav__item:hover .nav-circle {
          background: #25263D;
          border: 2px solid #fff; }
        .nav__item:hover .nav-title {
          display: none !important; } }

.section__hero {
  height: 95%;
  height: 75vh;
  position: relative;
  overflow: hidden; }
  .section__hero .loop {
    z-index: -1;
    position: absolute;
    top: 0; }
    @media (min-width: 1800px) {
      .section__hero .loop {
        width: 100%; } }
    .section__hero .loop .loop-overlay {
      background: rgba(0, 0, 0, 0.4);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0; }
    @media (min-width: 1800px) {
      .section__hero .loop video {
        width: 100%; } }
  @media (max-width: 1024px) {
    .section__hero {
      height: 50vh; } }
  .section__hero .logo {
    width: 200px;
    height: 75px;
    position: absolute;
    top: 25px;
    left: 25px; }
  .section__hero .tagline {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 1000px;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      .section__hero .tagline {
        width: 75%; } }
    .section__hero .tagline button {
      display: block;
      padding: 15px 60px;
      color: #000;
      text-decoration: none;
      background: #ae9d63;
      border: 0;
      outline: none;
      margin: 75px auto 0;
      font-family: aktiv-grotesk, "Aktiv Grotesk", Arial, Verdana, sans-serif !important;
      font-size: 18px;
      font-weight: 300; }
      .section__hero .tagline button:hover {
        cursor: pointer; }
  .section__hero .col {
    padding: 0; }

.section__intro {
  background-color: #25263D;
  padding-bottom: 0px; }
  .section__intro .row {
    border-bottom: 1px solid #808184;
    padding-bottom: 100px; }
    @media (max-width: 1024px) {
      .section__intro .row {
        padding-bottom: 50px; }
        .section__intro .row img {
          width: 75%;
          margin: 0px auto 0;
          display: block; } }
  .section__intro .navigation {
    list-style-type: none;
    padding: 0 0 0 50px;
    margin: 0;
    height: 500px; }
    @media (max-width: 600px) {
      .section__intro .navigation {
        height: 230px;
        padding: 0; } }
    .section__intro .navigation__item {
      display: block;
      padding: 0;
      margin: 0;
      position: relative;
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transition: all 150ms ease 45ms;
      -moz-transition: all 150ms ease 45ms;
      -o-transition: all 150ms ease 45ms;
      transition: all 150ms ease 45ms; }
      .section__intro .navigation__item--access {
        z-index: 7;
        top: 0px; }
      .section__intro .navigation__item--enterprise {
        z-index: 6;
        top: -30px; }
      .section__intro .navigation__item--libraries {
        z-index: 5;
        top: -60px; }
      .section__intro .navigation__item--maps {
        z-index: 4;
        top: -90px; }
      .section__intro .navigation__item--cx {
        z-index: 3;
        top: -120px; }
      .section__intro .navigation__item--collaboration {
        z-index: 2;
        top: -150px; }
      .section__intro .navigation__item--dna {
        z-index: 1;
        top: -180px; }
      .section__intro .navigation__item:hover {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        -webkit-transition: all 250ms ease 25ms;
        -moz-transition: all 250ms ease 25ms;
        -o-transition: all 250ms ease 25ms;
        transition: all 250ms ease 25ms; }
      @media (max-width: 600px) {
        .section__intro .navigation__item {
          height: 60px; } }

.section__overview {
  background-color: #25263D; }
  .section__overview--header {
    padding-bottom: 0; }
  @media (max-width: 1024px) {
    .section__overview--categories {
      /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; } }
  @media (max-width: 600px) {
    .section__overview--categories {
      /* !flex-start!, flex-end, center, space-between, space-around */
      -webkit-box-pack: space-around;
      -ms-flex-pack: space-around;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      justify-content: space-around;
      /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      float: left;
      width: 49%;
      padding: 0; } }
  .section__overview--categories .col {
    padding-top: 100px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    height: 200px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .section__overview--categories .col img {
      -webkit-transition: all 150ms ease 45ms;
      -moz-transition: all 150ms ease 45ms;
      -o-transition: all 150ms ease 45ms;
      transition: all 150ms ease 45ms;
      margin: 0; }
    .section__overview--categories .col:hover img {
      cursor: pointer;
      -webkit-transform: scale(1.1, 1.1);
      -moz-transform: scale(1.1, 1.1);
      -o-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
      -webkit-transition: all 250ms ease 25ms;
      -moz-transition: all 250ms ease 25ms;
      -o-transition: all 250ms ease 25ms;
      transition: all 250ms ease 25ms; }
    @media (max-width: 1024px) {
      .section__overview--categories .col {
        padding-top: 0;
        padding-right: 35px;
        margin-bottom: 35px;
        width: auto;
        max-width: 100%; } }
    @media (max-width: 600px) {
      .section__overview--categories .col {
        padding-right: 0;
        padding: 0 15px; } }
    .section__overview--categories .col p {
      color: #ffffff;
      margin: 15px 0 0; }
      @media (max-width: 1024px) {
        .section__overview--categories .col p {
          margin: 0; } }
      @media (max-width: 600px) {
        .section__overview--categories .col p {
          font-size: 14px;
          line-height: 20px; } }
    .section__overview--categories .col img {
      max-width: 130px !important;
      min-width: 130px !important; }
      @media (max-width: 1024px) {
        .section__overview--categories .col img {
          margin-right: 15px;
          max-width: auto !important;
          min-width: auto !important; } }
      @media (max-width: 600px) {
        .section__overview--categories .col img {
          margin-right: 0px;
          width: 100%;
          max-width: 70% !important;
          min-width: 70% !important;
          float: none;
          margin: 10px 0 5px 0;
          margin: 10px auto; } }

.section__dna {
  background: #ffffff; }

.section__what {
  background-color: #25263D; }
  .section__what h2 {
    color: #ae9d63;
    margin-bottom: 95px; }
  .section__what img {
    max-width: 106px; }
    @media (max-width: 1024px) {
      .section__what img {
        margin: 0 0 25px 0 !important; } }
    @media (max-width: 600px) {
      .section__what img {
        margin: 25px 0 0 0 !important; } }
  .section__what h5 {
    font-family: "Noe Text Book", "Minion Pro", "Times New Roman", serif !important;
    font-size: 42px;
    line-height: 1.1em;
    font-weight: 700;
    margin: 20px 0 40px;
    color: #ffffff; }
    @media (max-width: 1024px) {
      .section__what h5 {
        margin: 15px 0 5px 0 !important;
        font-size: 27px;
        line-height: 37px; } }
  .section__what p {
    color: #ffffff; }
  @media (max-width: 1024px) {
    .section__what .row {
      /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; } }
  @media (max-width: 600px) {
    .section__what .row {
      /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column; } }
  @media (max-width: 1024px) {
    .section__what .col--4 {
      max-width: 75%;
      padding-right: 25px; } }
  @media (max-width: 600px) {
    .section__what .col--4 {
      max-width: 100%;
      padding: 0px;
      margin-bottom: 25px; } }

.section__success {
  background: #eaebf9; }

.section__disruption h3 {
  margin-bottom: 125px; }
  @media (max-width: 1024px) {
    .section__disruption h3 {
      margin-bottom: 45px; } }

.section__disruption h2 {
  font-family: "Noe Text Book", "Minion Pro", "Times New Roman", serif !important;
  color: #25263D;
  margin-bottom: 50px;
  font-size: 60px;
  line-height: 1.1em; }
  @media (max-width: 1024px) {
    .section__disruption h2 {
      font-size: 28px; } }

.section__disruption--keypoints {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  .section__disruption--keypoints h5 {
    font-family: "aktiv grotesk" !important;
    font-size: 36px;
    font-weight: 700;
    margin: 20px 0;
    line-height: 40px;
    max-width: 400PX;
    color: #25263D;
    height: 150px;
    display: inline-block;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .section__disruption--keypoints img {
    max-width: 300px;
    height: 200px;
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

.section__disruption--divider {
  padding: 0; }
  .section__disruption--divider h5 {
    font-family: "aktiv grotesk" !important;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: #ae9d63;
    text-align: left;
    height: inherit;
    padding: 15px 0; }

@media (max-width: 1024px) {
  .section__disruption .row {
    /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
  .section__disruption .col--4 {
    width: 33%; }
    .section__disruption .col--4 h2 {
      margin: 30px 70px 55px 0; }
  .section__disruption .col--1 {
    display: none; } }

@media (max-width: 600px) {
  .section__disruption .row {
    /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column; }
    .section__disruption .row .col--4 {
      width: 100%; }
      .section__disruption .row .col--4 h2 {
        margin: 10px 70px 35px 0; }
        .section__disruption .row .col--4 h2 br {
          display: none; }
  .section__disruption--keypoints {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column; }
    .section__disruption--keypoints h5 {
      height: inherit; }
    .section__disruption--keypoints img {
      margin-left: -25px; }
  .section__disruption--divider h5 {
    text-align: center; } }

.section__assessment {
  background: #25263D; }
  .section__assessment h3 {
    color: #ffffff; }
  .section__assessment h4 {
    margin-bottom: 0px;
    padding-top: 30px;
    color: #ffffff; }
  .section__assessment img {
    margin: 0 auto;
    display: block; }
  .section__assessment p {
    color: #ffffff;
    margin-bottom: 25px; }
    @media (max-width: 1024px) {
      .section__assessment p {
        padding-left: 0; } }
  .section__assessment p.button {
    background: #ae9d63;
    display: inline-block;
    margin-top: 25px; }
    .section__assessment p.button a {
      display: block;
      padding: 15px 60px;
      color: #000;
      text-decoration: none; }
    .section__assessment p.button:hover {
      cursor: pointer; }
      .section__assessment p.button:hover a {
        text-decoration: underline; }
  @media (max-width: 1024px) {
    .section__assessment .row {
      /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      padding-right: 15px; }
      .section__assessment .row img {
        width: 100% !important;
        margin: 50px 0; }
      .section__assessment .row .col--1 {
        display: none; } }
  @media (max-width: 1024px) {
    .section__assessment .row {
      /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column; } }

.section__learn {
  text-align: center;
  display: none; }
  .section__learn h1 {
    color: #25263D;
    font-size: 40px;
    margin-bottom: 50px; }
  .section__learn h4 {
    margin-bottom: 10px; }
  .section__learn p {
    background: #ae9d63;
    display: inline-block; }
    .section__learn p a {
      display: block;
      padding: 15px 60px;
      color: #000;
      text-decoration: none; }
    .section__learn p:hover {
      cursor: pointer; }
      .section__learn p:hover a {
        text-decoration: underline; }

.section__footer {
  background: #ffffff;
  padding-bottom: 15px; }
  @media (max-width: 1024px) {
    .section__footer .row {
      /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; } }
  @media (max-width: 600px) {
    .section__footer .row {
      /* Combination of flex-direction AND flex-wrap, default is row AND nowrap */
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column; } }
  @media (max-width: 1024px) {
    .section__footer .row .col.col--4 {
      width: 33.332%; } }
  @media (max-width: 600px) {
    .section__footer .row .col.col--4 {
      width: 100%; } }
  @media (max-width: 1024px) {
    .section__footer .row .col.col--8 {
      width: 66.664%;
      width: 90%; } }
  .section__footer .footer-logo {
    display: block;
    max-width: 300px; }
    .section__footer .footer-logo img {
      width: auto; }
    @media (max-width: 600px) {
      .section__footer .footer-logo {
        max-width: 100%; }
        .section__footer .footer-logo img {
          width: 80%;
          margin: 0 15px 30px; } }
  .section__footer ul li {
    margin-bottom: 20px;
    list-style-type: unset;
    color: #ffffff; }
    .section__footer ul li label {
      color: #25263D;
      font-weight: 700;
      float: left;
      margin-right: 10px;
      letter-spacing: 1px;
      line-height: 23px;
      font-size: 18px; }
      @media (max-width: 600px) {
        .section__footer ul li label {
          float: none;
          display: block; } }
    .section__footer ul li a,
    .section__footer ul li address {
      color: #25263D;
      float: left;
      text-decoration: none;
      font-weight: 300;
      letter-spacing: 1px;
      line-height: 25px; }
      @media (max-width: 600px) {
        .section__footer ul li a,
        .section__footer ul li address {
          float: none;
          display: block; } }

@media (max-width: 600px) {
  .footer--top {
    margin: 0px 15px 15px 15px; } }

.footer--bottom {
  margin-top: 10px; }
  .footer--bottom a {
    text-decoration: none;
    color: #ae9d63; }
    .footer--bottom a:hover {
      text-decoration: underline; }
  @media (max-width: 600px) {
    .footer--bottom {
      margin: 0px 15px 25px 15px; } }

footer .col {
  padding: 100px 0 5px !important;
  color: #555; }
  footer .col p {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    width: 55%;
    color: #929292;
    margin: 0 auto; }
  @media (max-width: 600px) {
    footer .col {
      padding-top: 30px !important; }
      footer .col p {
        font-size: 12px;
        width: 90%;
        margin: 0 auto; } }

#trial-button {
  background: #ae9d63;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.3); }
  #trial-button a {
    display: block;
    padding: 15px 20px;
    color: #000;
    text-decoration: none;
    font-weight: 100; }
  #trial-button:hover {
    cursor: pointer; }
    #trial-button:hover a {
      text-decoration: underline; }
