@import url(../node_modules/@fortawesome/fontawesome-free/css/all.min.css);
/* Box sizing rules */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,900&display=swap");
@import url("https://use.typekit.net/hei5fry.css");
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto; }

/* Make images easier to work with */
/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

.section-dark, .container-dark {
  background: #101421; }
  .section-dark p, .section-dark ul, .section-dark ol, .section-dark li, .section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4, .section-dark h5, .section-dark h6, .container-dark p, .container-dark ul, .container-dark ol, .container-dark li, .container-dark h1, .container-dark h2, .container-dark h3, .container-dark h4, .container-dark h5, .container-dark h6 {
    color: #F0F4F7; }

.section-light, .container-light {
  background: #F0F4F7; }

.price-up {
  color: #6cb466; }

.price-down {
  color: #8e2424; }

.primary-highlight {
  color: #334aff; }

.secondary-highlight {
  color: #edab00; }

html {
  font-family: adelle-sans, sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.5px; }

p, ul, ol, li {
  font-family: adelle-sans, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #52596b; }
  p.small, ul.small, ol.small, li.small {
    font-size: 0.8rem; }

h1, h2, h3, h4, h5 {
  font-family: adelle-sans, sans-serif;
  font-weight: bold; }

h1 {
  font-size: 2.5rem;
  line-height: 3rem; }

h2 {
  font-size: 2.2rem;
  line-height: 3rem; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

a {
  text-decoration: none;
  color: #334aff;
  transition: .2s ease; }
  a:hover {
    color: #edab00;
    text-decoration: none; }

.section-dark a {
  text-decoration: none;
  color: #edab00;
  transition: .2s ease; }
  .section-dark a:hover {
    color: #ffffff;
    text-decoration: none; }

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

.container {
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto; }

.section {
  padding: 90px 0; }
  @media (max-width: 1279px) {
    .section {
      padding: 90px 20px; } }

.justify-left {
  text-align: left;
  flex-direction: flex-start; }

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

.justify-right {
  text-align: right;
  flex-direction: flex-end; }

.p-small {
  padding: 30px 0; }

.p-medium {
  padding: 60px 0; }

.p-large {
  padding: 120px; }

.m-small {
  margin: 30px 0; }

.m-medium {
  margin: 60px 0; }

.m-large {
  margin: 120px; }

.margin-left-auto {
  margin-left: auto; }

.banner-padding {
  padding-bottom: 200px; }

.icon {
  font-size: 2.5rem;
  color: #334aff; }

.hidden {
  display: none;
  visibility: hidden;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important; }

@media (max-width: 767px) {
  .m-hidden {
    display: none !important; } }

@media (max-width: 1279px) {
  .t-hidden {
    display: none !important; } }

@media (min-width: 1280px) {
  .d-hidden {
    display: none !important; } }

@media (max-width: 767px) {
  .reverse-mobile {
    flex-direction: column-reverse !important; } }

.button {
  background: #334aff;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 6px;
  display: inline-block;
  border: 0;
  cursor: pointer; }
  .button:hover {
    background: #1d31cd;
    color: #ffffff; }

.columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .columns {
      flex-direction: column; } }
  .columns .column {
    width: auto; }
  .columns.halves .column {
    max-width: 50%; }
    @media (max-width: 767px) {
      .columns.halves .column {
        max-width: 100%;
        width: 100%; } }
  .columns.thirds {
    flex-wrap: wrap;
    flex-direction: row; }
    .columns.thirds .column {
      max-width: 33%;
      width: 33%;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .columns.thirds .column {
          width: 100%;
          max-width: 50%; } }

header {
  padding: 20px 0; }
  @media (max-width: 1279px) {
    header {
      padding: 20px; } }
  header > .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  header .logo {
    margin-right: 40px; }
    header .logo img {
      max-width: 60px; }
  header #menu-button {
    display: none;
    width: 30px;
    height: 20px;
    position: relative; }
    @media (max-width: 1279px) {
      header #menu-button {
        display: block; } }
    header #menu-button span {
      border-bottom: 3px solid #52596b;
      width: 100%;
      display: block;
      position: absolute;
      transition: .2s ease; }
      header #menu-button span:nth-of-type(1) {
        top: 0; }
      header #menu-button span:nth-of-type(2) {
        top: 45%; }
      header #menu-button span:nth-of-type(3) {
        top: 95%; }
    header #menu-button.menu-open span:nth-of-type(1) {
      transform: rotateZ(45deg) translateX(5px) translateY(5px); }
    header #menu-button.menu-open span:nth-of-type(2) {
      transform: rotateZ(45deg) translateX(0px) translateY(-1px); }
    header #menu-button.menu-open span:nth-of-type(3) {
      transform: rotateZ(-45deg) translateX(8px) translateY(-8px); }

.hero {
  position: relative; }
  @media (max-width: 1279px) {
    .hero {
      padding: 0 20px; } }
  .hero .columns {
    align-items: center; }
    .hero .columns .column {
      width: 50%;
      position: relative; }
      @media (max-width: 767px) {
        .hero .columns .column {
          width: 100%;
          text-align: center;
          padding: 45px 0; } }
      @media (max-width: 767px) {
        .hero .columns .column .image-container {
          display: none; } }
      .hero .columns .column .image-container img {
        margin-bottom: -6px; }
  .hero .border {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10px;
    background-color: #334aff;
    z-index: -1; }

.chevron {
  transition: 1.5s ease-out;
  position: absolute; }
  @media (max-width: 1279px) {
    .chevron {
      display: none; } }

.style-1 .blue-chev-solid-thin {
  left: 440px;
  bottom: 148px;
  animation-delay: .2s;
  animation: blue-chev .75s ease-out;
  backface-visibility: hidden;
  perspective: 1000px;
  animation-fill-mode: forwards;
  max-height: 69px; }

.style-1 .chev-stroke {
  top: 72px;
  z-index: -10;
  animation: chev-stroke 1s ease-out;
  backface-visibility: hidden;
  perspective: 1000px;
  animation-fill-mode: forwards; }

.style-1 .yellow-chev-stroke {
  bottom: 50px;
  left: -100px;
  animation-delay: .3s;
  animation: yellow-chev-stroke 1.75s ease-out;
  backface-visibility: hidden;
  perspective: 1000px;
  animation-fill-mode: forwards; }

.style-1 .yellow-chev-solid {
  bottom: 35px;
  left: -60px;
  animation-delay: .3s;
  animation: yellow-solid 1.5s ease-out;
  backface-visibility: hidden;
  perspective: 1000px;
  animation-fill-mode: forwards; }

.style-1 .grey-chev-solid {
  top: 93px;
  z-index: -11;
  left: 46px;
  height: 106px;
  animation-delay: .5s;
  animation: grey-solid 1.25s ease-out;
  backface-visibility: hidden;
  perspective: 1000px;
  animation-fill-mode: forwards; }

.style-1 .yellow-chev-solid-thin {
  top: 63px;
  height: 40px;
  left: 412px;
  z-index: -10;
  animation: yellow-chev-thin 2s ease-out;
  backface-visibility: hidden;
  perspective: 1000px;
  animation-fill-mode: forwards; }

@keyframes blue-chev {
  0% {
    transform: translate3d(0px, 0, 0); }
  100% {
    transform: translate3d(50px, 0, 0); } }

@keyframes yellow-chev-thin {
  0% {
    transform: translate3d(0px, 0, 0); }
  100% {
    transform: translate3d(50px, 0, 0); } }

@keyframes grey-solid {
  0% {
    transform: translate3d(0px, 0, 0); }
  100% {
    transform: translate3d(50px, 0, 0); } }

@keyframes yellow-solid {
  0% {
    transform: translate3d(0px, 0, 0); }
  100% {
    transform: translate3d(50px, 0, 0); } }

@keyframes yellow-chev-stroke {
  0% {
    transform: translate3d(0px, 0, 0); }
  100% {
    transform: translate3d(50px, 0, 0); } }

@keyframes chev-stroke {
  0% {
    transform: translate3d(0px, 0, 0); }
  100% {
    transform: translate3d(50px, 0, 0); } }

.featured-nav ul {
  display: flex;
  justify-content: space-between; }

.footer-nav a {
  color: #BECFE2;
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 10px;
  display: block; }
  .footer-nav a:hover {
    color: #edab00; }

.footer-nav strong {
  margin-bottom: 20px;
  display: block;
  font-size: 0.9rem; }

.footer-nav .products-menu a {
  color: #ffffff;
  font-weight: 600; }
  .footer-nav .products-menu a:hover {
    color: #edab00; }

@media (max-width: 767px) {
  .footer-nav {
    display: none; } }

.legal-nav li {
  display: inline-block;
  margin-right: 10px; }
  .legal-nav li a {
    color: #ffffff;
    font-size: 0.9rem; }
    .legal-nav li a:hover {
      color: #edab00; }

@media (max-width: 767px) {
  .legal-nav li {
    display: block;
    margin-bottom: 15px; } }

@media (max-width: 767px) {
  .social-nav {
    margin-bottom: 30px; } }

.social-nav li {
  display: inline-block; }

.social-nav a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  display: block; }
  .social-nav a.social-link {
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 5px;
    transition: .2s ease; }
    .social-nav a.social-link.twitter {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAsCAYAAAAacYo8AAAABGdBTUEAALGPC/xhBQAAAxZJREFUWAntmc9LFGEYx901iCA6lGCZkRBSlLFEXhTq5CXzENWlQ0GHCDp26uApEjp0K/+AFPUQdQrqkCRRUURFVASBEWYuFUkJQVA0fR5z7Z3dd2be551BHdgHPs477/v8+O67M++8szY0YEEQtMIozMBKNdEmGltFc2Gh8YL2eunIgc2isSTCR2kcy4FgU+KYCJ+hZ5PZm4N2WYQHORBaI7FY05OTjrrwpf6icjvjq5Z4pmQheA2foQl2QSPoTVYVR/vt6BfldpWB0LLLeRNcrgp4w/lQVV/NqTzuXW0YxzOuzoaffODDcVPKeC+chy5ohGcQaxrhvVKcbFrxF+NEm2PkFtGD8BMmIdI0wtsrRch2HL5HZv0/MEVzdSUu6YjvXuiDnRC74dMI32EWJrHsKG9CnF0xY1zaJGuGxEtFsxzKCrBohUJhGvroOALjYNs6TC4GODQQ3IbbI9iT5K4RfsKWDPE3oIexbXAB7sEXEFvz7+D8txPPNifvuO/ZMnbQKSlOxG6A+U2/Iua0paa1S/MAGkDAWbJ8Y4YfJInB52uSj2V8o6XP2qURPo6YfmuW7Do3u6bSXOP7XJOm8NvvGqt5kZgjaTuzLvuMzI1LcCtJ37sm1sz4OpLKY3+ta3Kl3wGVv/WWje98znC3qkiCM/nkm38VXzY8qpnxSvm3NGRTlOU1f4icoQdcpVjkMfw5nM5uRSbzGKBiEZ46VTacNHsVIyw45aHRGkLSfjOxa9tX+B8KnAPnnZ9NNfHd4PWColkObbWn6LwGd1gmb9scovoQLHubu7Alyieu3+fmNPNJ0WZ4YnYmtRG9G5/74CV6Pj9JfOwdQfKuuD1JZPU4MT0wC6nMZa8i++zrMAKf4AOXxTRHlaGyhYBLkM0PrIqP/RLfk6B6cuLfAQMwB5mZz835g1mTG/EhPIaPIFvYXyA/P8gOT+iAoxB65eM8E/MRnknhtEnSripp63vH14V7T51nYH3GPSfOO0xmvOwdvXyBZRE+sXz1vStPyDouP9rk7h+0xYV9RwnxY7CSLxvRJhpLovkvvRwLHrPuKqsAAAAASUVORK5CYII=); }
    .social-nav a.social-link.linkedin {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAsCAYAAAAacYo8AAAABGdBTUEAALGPC/xhBQAAArJJREFUWAntmbFrFEEUxrOJYIpAJEJATUgrATkREbXQNEK6tEYsUqVTsE7pH2JlUghir0KsRG3UQlIEkyLmIEJECzWonL937Oy9nd3ZnWPvbjNwAx/z3vfe7H77eLczy42MMFqt1gxYB/vguA7RJhpnRHMUGx+wp4QIYByisSHC1zGWAxCsJW6I8H2YM5oNwG6K8FYAQjMSRzNMIESwwk90UeAtcj+DOTAPIlDfkB4vGYfEb2mF+DfAQcm6voZl8ykbK1q0sVm0XLawn3Gft8p0FEVfjWAzI+oU9jfjD3r2+XGOO0SddPADoX2E33EocfGO9B7THn34m5z7oF1h5vHY/8Vc2/DpcVOqfxhyPDgLxgxZ19yN8Lo05t7XZwP6yEqptD3OQVxQ5EvsP8o35iWM6dh5zvwKbIO/YBbIHrEIfH5vpMXDo0nvmlw9s27FWmvE6TTZJ56CXXAlFVAOsXnwDniP7p5S3QzT3vJd1/pC7nX2grfp5R2P2Ce8m+BNhy22XDcrXpUfdV1rDWF5rZa6Cjk/IeSD5igVcDiumznSU7TXOR5BP1KrChxydwg/LkhJQlWE261i+8lNaNxJ8BC8AI/A1SSYNZ5kqSzj81bJruqCQaQU5xlYUMtuw1+jwu8VZ8zXxiiaq1S86Lo6toqzoAlsOf/cs7i2y8N8xyhtryrCvXocEZfzBMJddPBCl546qwh39rQl6LTlGzf3vR8H8zYys649VxFuV9z2zY1cfKXzThXhRlgtcy+FuyrblwcbCu9LWQsuOqw4xRn2eEGHJKFgW8XnkLXEgWguedSOIZ9kejwgT87U9jhvE7E/Qf6aIzbl4BM62I/lXrZKUo1BGEPhg6iyvodUvKmJQOymCN8MRKyWuSlvFfmnNrg/aEf5xttDeANsgOPcNqJNNDZE838sgZ829nmpUgAAAABJRU5ErkJggg==); }
    .social-nav a.social-link.youtube {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAWCAYAAAArdgcFAAAABGdBTUEAALGPC/xhBQAAAT5JREFUOBHdlD1OAzEQRp0QBYSADio6QLRQIM6QM9BGKXIzDsAZuAA3yCJBSQVIEPM+tNl4xo60izYNI73YM5757PVPQoxxAgvo06Q3GfCzCCGcQt9WSTz2rbrSG64622j/l/grW3QH53AChzCGnQGmtvYV17jylK86azpQZ1Ob0c5DY+p0YvAB/LN2cjZLdV6rdKAvtixoAQfwAFd+LPGzumzlSXLTrcVp4hLu4bIZrDvEft8MbWOllfu61NeB3tak8cBZ54+xmWbd0W0wxpC25RnmoJuTGfERGMu2hdFjX0lsCHs+nvqqA2OlbblIi9Tnk5fw4ePOz+pK4rqvpbjTWrvk6yyy97HpX/GJ5Ed4g3f4hC/4Bk08gl3YhyO4gWswtkncJP3V6fT5XSfZunjVdUUt8yutfAZ9TyC92Q/49nBkHGjc6AAAAABJRU5ErkJggg==); }
  .social-nav a:hover {
    opacity: 0.5; }

ul.menu li.menu-item a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  transition: .2 s ease; }
  ul.menu li.menu-item a:not(.btn) {
    color: #101421; }
  ul.menu li.menu-item a.is-active {
    color: #101421; }
    ul.menu li.menu-item a.is-active.btn {
      color: #ffffff; }

@media (min-width: 1280px) {
  .primary-nav > ul.menu {
    display: flex;
    position: relative; }
    .primary-nav > ul.menu > li {
      list-style: none;
      border-bottom: 5px solid transparent;
      padding: 0 12.5px;
      transition: .1s linear; }
      .primary-nav > ul.menu > li > .nav-wrapper > ul.menu > li:first-of-type {
        background: #ffffff;
        border-right: 1px solid rgba(82, 89, 107, 0.3); }
      .primary-nav > ul.menu > li > .nav-wrapper > ul.menu > li:not(:first-of-type) > ul.menu {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row; }
        .primary-nav > ul.menu > li > .nav-wrapper > ul.menu > li:not(:first-of-type) > ul.menu > li {
          max-width: 50%;
          width: 100%; }
      .primary-nav > ul.menu > li > .nav-wrapper > ul.menu > li:nth-of-type(3) > ul.menu > li {
        max-width: 100%; }
      .primary-nav > ul.menu > li > span {
        padding: 30px 0;
        display: block;
        color: #101421;
        font-weight: bold;
        cursor: default; }
      .primary-nav > ul.menu > li > .nav-wrapper {
        display: none;
        position: absolute;
        margin-top: 5px;
        background: #F0F4F7;
        z-index: 5;
        width: 100vw;
        box-shadow: 0 0 10px 0 rgba(82, 89, 107, 0.3);
        min-height: 100px; }
        .primary-nav > ul.menu > li > .nav-wrapper > ul.menu {
          width: 100%;
          margin: 0 auto;
          display: flex; }
          .primary-nav > ul.menu > li > .nav-wrapper > ul.menu > li {
            list-style: none;
            margin-right: 30px;
            padding: 40px 0; } }
          @media all and (min-width: 1280px) and (-ms-high-contrast: none), (min-width: 1280px) and (-ms-high-contrast: active) {
            .primary-nav > ul.menu > li > .nav-wrapper > ul.menu > li.menu-item {
              flex: 2; }
            .primary-nav > ul.menu > li > .nav-wrapper > ul.menu > li.menu-item:first-of-type, .primary-nav > ul.menu > li > .nav-wrapper > ul.menu > li.menu-item:last-of-type {
              flex: 1; } }

@media (min-width: 1280px) {
            .primary-nav > ul.menu > li > .nav-wrapper > ul.menu > li > span:not(.description) {
              font-weight: 600;
              color: #52596b;
              border-bottom: 1px solid rgba(82, 89, 107, 0.3);
              display: block;
              width: 80%;
              font-size: 14px;
              padding-bottom: 10px; }
            .primary-nav > ul.menu > li > .nav-wrapper > ul.menu > li span.description a {
              display: block;
              padding-top: 10px;
              max-width: 80%;
              font-size: 14px;
              font-weight: 500; }
            .primary-nav > ul.menu > li > .nav-wrapper > ul.menu > li span.hidden {
              display: none; }
            .primary-nav > ul.menu > li > .nav-wrapper > ul.menu > li > a {
              padding: 0;
              display: block;
              width: 100%; }
            .primary-nav > ul.menu > li > .nav-wrapper > ul.menu > li > ul.menu > li {
              margin: 0;
              padding: 0;
              margin-top: 25px; }
              .primary-nav > ul.menu > li > .nav-wrapper > ul.menu > li > ul.menu > li > a {
                padding: 0;
                display: block;
                width: 100%;
                min-width: 200px; }
              .primary-nav > ul.menu > li > .nav-wrapper > ul.menu > li > ul.menu > li.menu-item--active-trail > a, .primary-nav > ul.menu > li > .nav-wrapper > ul.menu > li > ul.menu > li:hover > a, .primary-nav > ul.menu > li > .nav-wrapper > ul.menu > li > ul.menu > li:active > a {
                color: #334aff; }
            .primary-nav > ul.menu > li > .nav-wrapper > ul.menu > li.menu-item--active-trail > a, .primary-nav > ul.menu > li > .nav-wrapper > ul.menu > li:hover > a, .primary-nav > ul.menu > li > .nav-wrapper > ul.menu > li:active > a {
              color: #334aff; }
      .primary-nav > ul.menu > li:hover, .primary-nav > ul.menu > li:active {
        border-bottom: 5px solid #334aff; }
        .primary-nav > ul.menu > li:hover > .nav-wrapper, .primary-nav > ul.menu > li:active > .nav-wrapper {
          display: block; }
      .primary-nav > ul.menu > li.menu-item--active-trail, .primary-nav > ul.menu > li:hover, .primary-nav > ul.menu > li:active {
        border-bottom: 5px solid #334aff; } }

@media (max-width: 1279px) {
  .primary-nav {
    margin: 0;
    display: block;
    position: fixed;
    left: 100%;
    top: 65px;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #ffffff;
    z-index: 10;
    transition: .3s ease-out; }
    .primary-nav.menu-open {
      left: 0;
      box-shadow: 0 0 10px 0 rgba(82, 89, 107, 0.3); }
    .primary-nav > ul.menu {
      padding: 20px; }
      .primary-nav > ul.menu > li:not(.md-down) {
        width: 100%;
        display: block;
        padding: 20px 0;
        position: relative; }
        .primary-nav > ul.menu > li:not(.md-down):after {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 5px solid #aaa;
          position: absolute;
          right: 0;
          top: 30px; }
        .primary-nav > ul.menu > li:not(.md-down) > a {
          font-size: 22px; }
        .primary-nav > ul.menu > li:not(.md-down) > span {
          color: #101421;
          font-weight: 600; }
        .primary-nav > ul.menu > li:not(.md-down) > .nav-wrapper {
          display: none; }
          .primary-nav > ul.menu > li:not(.md-down) > .nav-wrapper > ul.menu {
            padding-top: 20px;
            border-bottom: 1px solid #BECFE2; }
            .primary-nav > ul.menu > li:not(.md-down) > .nav-wrapper > ul.menu > li {
              list-style: none; }
              .primary-nav > ul.menu > li:not(.md-down) > .nav-wrapper > ul.menu > li > span:not(.description) {
                font-weight: 600;
                color: #52596b;
                font-size: 14px;
                border-bottom: 1px solid rgba(82, 89, 107, 0.3);
                display: block;
                width: 80%;
                padding-bottom: 10px;
                margin-bottom: 40px;
                margin-top: 20px; }
              .primary-nav > ul.menu > li:not(.md-down) > .nav-wrapper > ul.menu > li span.description, .primary-nav > ul.menu > li:not(.md-down) > .nav-wrapper > ul.menu > li span.description a {
                display: block;
                margin-top: 10px;
                max-width: 80%;
                padding-bottom: 20px;
                font-size: 16px;
                font-weight: 500; }
              .primary-nav > ul.menu > li:not(.md-down) > .nav-wrapper > ul.menu > li > a {
                padding: 0;
                display: block;
                width: 100%; }
              .primary-nav > ul.menu > li:not(.md-down) > .nav-wrapper > ul.menu > li > ul.menu > li.menu-item--active-trail > a, .primary-nav > ul.menu > li:not(.md-down) > .nav-wrapper > ul.menu > li > ul.menu > li:hover > a, .primary-nav > ul.menu > li:not(.md-down) > .nav-wrapper > ul.menu > li > ul.menu > li:active > a {
                color: #334aff; }
        .primary-nav > ul.menu > li:not(.md-down).open > .nav-wrapper {
          display: block; }
        .primary-nav > ul.menu > li:not(.md-down).open:after {
          content: "";
          top: 30px;
          border-top: none;
          border-bottom: 5px solid #aaa; } }

@media (max-width: 1279px) {
  body.menu-open {
    height: 100vw;
    overflow: hidden; } }

.stock-ticker {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .stock-ticker {
      flex-direction: column;
      align-items: flex-start; } }
  .stock-ticker > div {
    margin-right: 40px; }
    @media (max-width: 767px) {
      .stock-ticker > div {
        margin-right: 0; } }
  .stock-ticker .sign {
    font-size: 1.6rem;
    font-weight: bold; }
  .stock-ticker .quote {
    font-size: 1.6rem;
    font-weight: bold; }

.banner {
  margin-top: -80px;
  padding: 0; }
  .banner.banner-fullwidth {
    margin-top: 0; }
  .banner .container {
    padding: 60px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .banner a.button {
    color: #ffffff; }

.document-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .document-list .document {
    color: #edab00;
    max-width: 25%;
    padding: 10px; }
    @media (max-width: 767px) {
      .document-list .document {
        max-width: 50%; } }
    .document-list .document .fa-file {
      margin-right: 10px; }

footer {
  background: #101421; }
  @media (max-width: 767px) {
    footer > .container {
      padding: 20px; } }
  footer .trademark {
    background: #000000;
    padding: 20px; }
    footer .trademark p {
      font-size: 0.9rem;
      color: #52596b; }

#search-box {
  display: flex;
  align-items: center;
  margin-right: 30px;
  position: relative;
  margin-left: auto; }
  #search-box form {
    transition: .2s ease;
    width: 20px;
    overflow: hidden; }
    #search-box form.visible {
      width: 250px; }
      @media (max-width: 1279px) {
        #search-box form.visible {
          width: 200px; } }
      #search-box form.visible input {
        display: block;
        border-radius: 5px 0 0 5px;
        border: 1px solid #F0F4F7;
        background: #F0F4F7;
        padding: 5px;
        margin: 0;
        padding-left: 40px;
        width: 100%; }
    #search-box form input {
      border-radius: 5px 0 0 5px;
      border: 1px solid transparent;
      background: transparent;
      padding: 5px;
      margin: 0;
      transition: .2s ease;
      padding-left: 0;
      display: none; }
    #search-box form input[type="submit"] {
      display: none; }
  #search-box .search-button {
    background: none;
    border: 0;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAABiUlEQVRIie2Wu04CQRSGP0G2EUtIbHwA8B3EQisLIcorEInx8hbEZ9DKy6toDI1oAgalNFpDoYWuxZzJjoTbmSXERP7kZDbZ859vdmb27MJcf0gBUAaugRbQk2gBV3IvmDa0BLwA4Zh4BorTACaAU6fwPXAI5IAliTxwBDScvJp4vWWhH0BlTLEEsC+5Fu6lkgNdV/gKDnxHCw2I9rSiNQNV8baBlMZYJtpTn71KAg9SY3dUYn9xezLPgG8P8BdwLteq5X7CzDbnAbXKS42WxtQVUzoGeFlqdEclxXrnhmhhkqR+8KuMqzHA1vumAddl3IwB3pLxVmOyr1NjwKQmURJ4lBp7GmOAafghpg1qdSDeDrCoNReJWmZB4dsAPsW7rYVa1Rx4FbOEw5TEPKmFvgMZX3DCgYeYNniMaQ5piTXghGhPLdTmZ33hYNpem98f/UHRwSxvhqhXx4anMA3/EmhiOlJPJnSBOb3uQcpOE65VhujPpAms/Bu4u+x3swRbeB24mTV4LgB+AFuLedkPkcmmAAAAAElFTkSuQmCC); }

form label {
  display: block;
  color: #101421;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 5px; }

form input[type="radio"] + label, form input[type="checkbox"] + label {
  display: inline;
  margin: 0; }

form input[type="text"], form select, form textarea {
  width: 100%;
  border: 2px solid #52596b;
  border-radius: 3px;
  padding: 5px;
  font-size: 1rem;
  resize: vertical; }

form textarea {
  min-height: 100px; }

form > div {
  margin-bottom: 20px; }
