h1 {
  margin-top: 0px;
  color: #0f2938;
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  position: relative;
  margin-bottom: 1em;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    h1 {
      font-size: 48px; } }
  h1 a {
    color: #1f8fff; }

.hero-content h1 {
  margin-top: 0px;
  color: #0f2938;
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 45px;
  position: relative;
  margin-bottom: 1em;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .hero-content h1 {
      font-size: 60px; } }
  .hero-content h1 a {
    color: #1f8fff; }

h2 {
  color: #0f2938;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 27px;
  line-height: 32px;
  position: relative;
  margin: 0px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 40px;
      line-height: 50px; } }

h3 {
  font-family: "Inter", sans-serif;
  color: #0f2938;
  font-weight: bold;
  font-size: 25px;
  line-height: 36px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-style: normal;
  margin-top: 1em;
  margin-bottom: 0px; }
  @media (min-width: 768px) {
    h3 {
      font-size: 30px;
      line-height: 40px; } }
  @media (min-width: 1024px) {
    h3 {
      width: 95%;
      font-size: 35px;
      line-height: 45px; } }
  @media (min-width: 1280px) {
    h3 {
      width: 95%; } }

h4 {
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #0f2938;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    h4 {
      font-size: 18px;
      line-height: 22px; } }
  @media (min-width: 1024px) {
    h4 {
      font-size: 24px;
      line-height: 30px; } }

h5 {
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #C3C9CE !important;
  font-weight: bold;
  font-size: 40px;
  margin: 0px;
  margin-bottom: 1em; }
  @media (min-width: 768px) {
    h5 {
      font-size: 48px; } }

h6 {
  font-family: "Inter", sans-serif; }

p, li {
  font-family: "Inter", sans-serif;
  color: #0f2938;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px; }
  @media (min-width: 768px) {
    p, li {
      font-size: 16px;
      line-height: 22px; } }
  @media (min-width: 1024px) {
    p, li {
      font-size: 18px;
      line-height: 40px; } }

p.large {
  font-size: 25px;
  line-height: 36px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #0f2938;
  margin-top: 1em;
  margin-bottom: 0px; }
  @media (min-width: 768px) {
    p.large {
      font-size: 30px;
      line-height: 40px; } }
  @media (min-width: 1024px) {
    p.large {
      width: 95%;
      font-size: 35px;
      line-height: 45px; } }
  @media (min-width: 1280px) {
    p.large {
      width: 95%; } }

h1 + p.large, h1 + h3, h4 + h3 {
  margin: 0px !important; }

#top-bar.is-stuck {
  padding-top: 0px;
  transition: .3s;
  padding-right: 2.5em;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  align-items: center;
  height: 70px; }
  #top-bar.is-stuck img.top-logo {
    transition: .3s;
    width: 250px; }
  #top-bar.is-stuck .shrink-logo {
    padding: 20px 0px 6px;
    transition: .3s;
    border-bottom: 0px;
    background-color: transparent; }
  #top-bar.is-stuck .mobile-btn {
    top: 1.6em; }
  #top-bar.is-stuck .mobile-logo-wrap {
    width: 100%;
    height: auto;
    height: 100%;
    align-items: flex-start;
    background-color: transparent !important; }
    @media (min-width: 1024px) {
      #top-bar.is-stuck .mobile-logo-wrap {
        width: auto; } }
  #top-bar.is-stuck a.btn {
    margin-left: 10px;
    padding: .5em 1em !important; }
  #top-bar.is-stuck.ul-out .mobile-logo-wrap {
    align-items: flex-start; }
  #top-bar.is-stuck.ul-out nav > ul {
    top: 70px; }
  @media (min-width: 1024px) {
    #top-bar.is-stuck {
      height: 70px; }
      #top-bar.is-stuck ul.subnav {
        top: 70px; } }
  #top-bar.is-stuck p {
    font-size: 16px; }

#top-bar {
  z-index: 3001;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0em 0 0; }
  @media (min-width: 1024px) {
    #top-bar {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      padding: 0em 60px 0;
      background-color: #ffffff; } }
  #top-bar .shrink-logo {
    overflow: hidden;
    transition: .3s;
    padding: 20px 0;
    margin-left: 30px;
    border-bottom: 0px solid #ffffff; }
    #top-bar .shrink-logo:hover {
      border-bottom: 0px solid #C3C9CE; }
  #top-bar .mobile-logo-wrap {
    background-color: #ffffff;
    height: 100px;
    align-items: center;
    display: flex;
    box-shadow: none; }
    @media (min-width: 1024px) {
      #top-bar .mobile-logo-wrap {
        box-shadow: none; } }
  #top-bar a.btn {
    box-shadow: none;
    border: 0px;
    font-family: bebas-neue-pro-expanded, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 1em auto;
    padding: 0px;
    min-width: 125px;
    border-radius: 5px;
    transition: .3s;
    text-transform: uppercase;
    background: #1f8fff;
    color: #ffffff;
    font-size: 9px;
    margin: 0px;
    border-bottom: 0px !important;
    padding: .3em 1em !important;
    margin-left: 10px; }
    #top-bar a.btn p {
      margin: 0px 0px !important;
      padding: 0px !important;
      width: 100% !important;
      font-family: bebas-neue-pro-expanded, sans-serif;
      font-weight: 700;
      font-style: normal;
      text-align: center;
      text-transform: uppercase; }
    @media (min-width: 768px) {
      #top-bar a.btn {
        padding: .5em 2em;
        font-size: 20px; }
        #top-bar a.btn p {
          font-size: 20px;
          margin: 0px 0px; } }
    #top-bar a.btn:hover {
      transition: .3s;
      box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.2);
      transition: .3s;
      cursor: pointer !important; }
    #top-bar a.btn p {
      color: #ffffff; }
    #top-bar a.btn p {
      font-size: 16px;
      line-height: 22px; }
    @media (min-width: 1024px) {
      #top-bar a.btn {
        display: inline-block;
        margin-left: 10px;
        padding: .5em 1.5em !important; }
        #top-bar a.btn p {
          font-size: 16px; } }
  #top-bar nav {
    display: none; }
    @media (min-width: 1024px) {
      #top-bar nav {
        display: inline; } }
  #top-bar.ul-out {
    bottom: 0;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px); }
    #top-bar.ul-out a.btn {
      margin: 0 auto;
      border-radius: 5px;
      width: auto;
      margin-top: 10%; }
      #top-bar.ul-out a.btn p {
        margin: 10px 0px; }
    #top-bar.ul-out nav {
      display: flex;
      transition-delay: 1s; }
      #top-bar.ul-out nav > ul {
        flex-direction: column;
        padding-left: 0px;
        height: 100vh;
        right: 0 !important;
        width: 100vw;
        transition: .5s;
        right: 0 !important;
        left: auto;
        top: 100px;
        position: fixed;
        display: flex;
        padding-top: 20%;
        transition-delay: 1s; }
        #top-bar.ul-out nav > ul li {
          text-align: left;
          opacity: 1;
          transition-delay: 1s;
          display: block;
          padding: 10px 30px;
          margin: 10px 0;
          text-align: center; }
          #top-bar.ul-out nav > ul li a {
            text-align: center;
            opacity: 1;
            font-size: 45px;
            line-height: 50px; }
  @media (min-width: 1024px) {
    #top-bar {
      justify-content: space-between; } }
  #top-bar img.top-logo {
    width: 230px;
    height: auto;
    transition: .8s; }
    @media (min-width: 768px) {
      #top-bar img.top-logo {
        width: 250px;
        height: auto; } }
    @media (min-width: 1024px) {
      #top-bar img.top-logo {
        width: 300px; } }
    @media (min-width: 1280px) {
      #top-bar img.top-logo {
        width: 400px;
        height: auto; } }
  #top-bar nav ul {
    list-style: none;
    margin: 0px;
    right: 0;
    right: -100px;
    transition: .5s;
    overflow: hidden;
    padding-left: 0px;
    position: fixed; }
    @media (min-width: 1024px) {
      #top-bar nav ul {
        height: auto;
        overflow: visible;
        background-color: transparent;
        display: flex;
        align-items: center;
        position: relative;
        left: auto;
        right: 2%;
        top: auto;
        width: auto; } }
    #top-bar nav ul li {
      position: relative;
      height: auto;
      margin: 0 00px; }
      #top-bar nav ul li.active > a p {
        border-bottom: 2px solid #0f2938; }
      #top-bar nav ul li a {
        font-family: bebas-neue-pro-expanded, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        color: #0f2938;
        text-decoration: none;
        text-transform: uppercase;
        display: block;
        padding: 5px 10px;
        text-align: left; }
        #top-bar nav ul li a p {
          line-height: 22px; }
        #top-bar nav ul li a.open {
          color: #0f2938; }
          #top-bar nav ul li a.open i {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
            transition: .3s; }
        @media (min-width: 1024px) {
          #top-bar nav ul li a {
            font-size: 16px;
            opacity: 1;
            border-bottom: 0px solid #ffffff; } }
        #top-bar nav ul li a:hover {
          transition: .3s;
          border-bottom: 0px solid #0f2938; }
      @media (min-width: 1024px) {
        #top-bar nav ul li:hover > ul.subnav {
          display: flex !important; } }

.mobile-btn {
  display: flex;
  align-items: center;
  position: absolute;
  right: 30px;
  top: 3.3em; }
  @media (min-width: 1024px) {
    .mobile-btn {
      display: none; } }

#burger-menu {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center; }

.burger-closed {
  z-index: 2003;
  width: auto;
  transition: 1s;
  border-bottom: 0px !important; }
  .burger-closed span,
  .burger-closed span:before,
  .burger-closed span:after {
    cursor: pointer;
    height: 3px;
    width: 30px;
    background: #0f2938;
    position: relative;
    display: block; }
  .burger-closed span:before {
    content: '';
    top: -9px; }
  .burger-closed span:after {
    content: '';
    bottom: -7px; }
  .burger-closed:hover {
    cursor: pointer; }

.burger-active {
  border-bottom: 0px !important; }
  .burger-active span {
    background-color: white !important;
    transition: .3s; }
  .burger-active span:before {
    top: 2px;
    left: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    transition: .3s;
    background: #0f2938; }
  .burger-active span:after {
    bottom: 1px;
    left: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    transition: .3s;
    background: #0f2938; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  min-width: 160px;
  width: 100%;
  z-index: 1;
  top: 103%; }

.dropdown-content a {
  color: black;
  padding: 0px !important;
  text-decoration: none;
  display: block;
  text-align: left;
  padding: 0px 10px !important; }
  .dropdown-content a p {
    margin: 0px;
    font-weight: 500;
    border-bottom: 2px solid white;
    width: auto;
    display: inline-block; }

.dropdown-content a:hover {
  cursor: pointer !important; }
  .dropdown-content a:hover p {
    border-bottom: 2px solid #0f2938; }

.dropdown:hover .dropdown-content {
  display: block; }

* {
  box-sizing: border-box; }

body {
  margin: 0px; }
  body.lock-scroll {
    overflow: hidden; }

.show-mobile-only {
  display: inline-block !important; }
  @media (min-width: 768px) {
    .show-mobile-only {
      display: none !important; } }

img {
  max-width: 100%; }

section, article {
  background-color: white; }
  section .buttons a.btn, article .buttons a.btn {
    margin: 0 3em !important;
    display: inline-block; }

a {
  text-decoration: none;
  transition: .3s;
  color: #1f8fff; }
  a p {
    font-family: bebas-neue-pro-expanded, sans-serif; }
  a:hover {
    color: #94d9ff;
    transition: .3s; }

a.btn {
  box-shadow: none;
  border: 0px;
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 1em auto;
  padding: 0px;
  min-width: 125px;
  border-radius: 5px;
  transition: .3s;
  text-transform: uppercase;
  background: #1f8fff;
  color: #ffffff; }
  a.btn p {
    margin: 0px 0px !important;
    padding: 0px !important;
    width: 100% !important;
    font-family: bebas-neue-pro-expanded, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    text-transform: uppercase; }
  @media (min-width: 768px) {
    a.btn {
      padding: .5em 2em;
      font-size: 20px; }
      a.btn p {
        font-size: 20px;
        margin: 0px 0px; } }
  a.btn:hover {
    transition: .3s;
    box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.2);
    transition: .3s;
    cursor: pointer !important; }
  a.btn p {
    color: #ffffff; }

blockquote {
  margin: 0px; }

section blockquote a {
  box-shadow: none;
  border: 0px;
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 1em auto;
  padding: 0px;
  min-width: 125px;
  border-radius: 5px;
  transition: .3s;
  text-transform: uppercase;
  background: #ffffff;
  color: #0f2938; }
  section blockquote a p {
    margin: 0px 0px !important;
    padding: 0px !important;
    width: 100% !important;
    font-family: bebas-neue-pro-expanded, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    text-transform: uppercase; }
  @media (min-width: 768px) {
    section blockquote a {
      padding: .5em 2em;
      font-size: 20px; }
      section blockquote a p {
        font-size: 20px;
        margin: 0px 0px; } }
  section blockquote a:hover {
    transition: .3s;
    box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.2);
    transition: .3s;
    cursor: pointer !important; }
  section blockquote a p {
    color: #0f2938; }

span.break {
  display: inline; }
  @media (min-width: 768px) {
    span.break {
      display: inline; } }
  @media (min-width: 1024px) {
    span.break {
      display: inline; } }
  @media (min-width: 1400px) {
    span.break {
      display: block; } }

span.break.mobile {
  display: block; }
  @media (min-width: 768px) {
    span.break.mobile {
      display: inline; } }

h1.why-type {
  padding-right: 0px; }
  @media (min-width: 768px) {
    h1.why-type {
      padding-right: 0px; } }
  @media (min-width: 1024px) {
    h1.why-type {
      padding-right: 8px;
      display: inherit; } }
  h1.why-type.before-live {
    margin-bottom: 0px; }
  h1.why-type.live {
    display: inline;
    width: auto;
    float: left; }

.hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .hero {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1024px) {
    .hero {
      padding-left: 100px;
      padding-right: 100px; } }
  @media (min-width: 1280px) {
    .hero {
      padding-left: 100px;
      padding-right: 100px; } }
  @media (min-width: 1400px) {
    .hero {
      padding-left: 120px;
      padding-right: 120px; } }
  @media (min-width: 1800px) {
    .hero {
      padding-left: 150px;
      padding-right: 150px; } }
  @media (min-width: 768px) {
    .hero {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 1024px) {
    .hero {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1280px) {
    .hero {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (min-width: 1400px) {
    .hero {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1800px) {
    .hero {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .hero .hero-content h1 {
    display: inline;
    margin-right: 10px; }
  .hero .hero-content p {
    margin-top: 2em;
    margin-bottom: 0px; }
    .hero .hero-content p span {
      color: #C3C9CE; }
  .hero .hero-content h5 {
    font-size: 30px;
    margin-bottom: .5em; }
  @media (min-width: 1024px) {
    .hero .hero-content p {
      margin-top: 2em; } }

.scroll-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .scroll-wrapper {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1024px) {
    .scroll-wrapper {
      padding-left: 100px;
      padding-right: 100px; } }
  @media (min-width: 1280px) {
    .scroll-wrapper {
      padding-left: 100px;
      padding-right: 100px; } }
  @media (min-width: 1400px) {
    .scroll-wrapper {
      padding-left: 120px;
      padding-right: 120px; } }
  @media (min-width: 1800px) {
    .scroll-wrapper {
      padding-left: 150px;
      padding-right: 150px; } }
  @media (min-width: 768px) {
    .scroll-wrapper {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 1024px) {
    .scroll-wrapper {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1280px) {
    .scroll-wrapper {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (min-width: 1400px) {
    .scroll-wrapper {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1800px) {
    .scroll-wrapper {
      padding-top: 120px;
      padding-bottom: 120px; } }

.basic-sect {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .basic-sect {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1024px) {
    .basic-sect {
      padding-left: 100px;
      padding-right: 100px; } }
  @media (min-width: 1280px) {
    .basic-sect {
      padding-left: 100px;
      padding-right: 100px; } }
  @media (min-width: 1400px) {
    .basic-sect {
      padding-left: 120px;
      padding-right: 120px; } }
  @media (min-width: 1800px) {
    .basic-sect {
      padding-left: 150px;
      padding-right: 150px; } }
  @media (min-width: 768px) {
    .basic-sect {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 1024px) {
    .basic-sect {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1280px) {
    .basic-sect {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (min-width: 1400px) {
    .basic-sect {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1800px) {
    .basic-sect {
      padding-top: 120px;
      padding-bottom: 120px; } }
  @media (min-width: 1024px) {
    .basic-sect p:not([class]) {
      width: 95%; } }
  @media (min-width: 1280px) {
    .basic-sect p:not([class]) {
      width: 85%; } }
  .basic-sect p.intro {
    padding-top: 2em; }
  .basic-sect.no-height {
    padding-top: 0px;
    padding-bottom: 0px; }
  .basic-sect p {
    margin: 2em auto 0px 0; }
  .basic-sect a.btn {
    margin: 2em 0 !important;
    margin-right: auto !important; }

.no-height {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

@media (min-width: 1024px) {
  .max {
    max-width: 1100px;
    margin: 0 auto; } }

.max p {
  width: 100%; }

.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 0px; }

.box-sect {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1024px) {
    .box-sect {
      flex-direction: row; } }
  .box-sect div.wrap {
    flex: 1;
    min-width: 33%;
    overflow: hidden; }
  .box-sect article {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 33%;
    overflow: hidden;
    position: relative; }
    .box-sect article p, .box-sect article a.btn {
      z-index: 2; }
    .box-sect article a.btn {
      margin-top: auto; }
    .box-sect article.timeline-wrap {
      flex: 2; }

article {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    article {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1024px) {
    article {
      padding-left: 100px;
      padding-right: 100px; } }
  @media (min-width: 1280px) {
    article {
      padding-left: 100px;
      padding-right: 100px; } }
  @media (min-width: 1400px) {
    article {
      padding-left: 120px;
      padding-right: 120px; } }
  @media (min-width: 1800px) {
    article {
      padding-left: 150px;
      padding-right: 150px; } }
  @media (min-width: 768px) {
    article {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 1024px) {
    article {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1280px) {
    article {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (min-width: 1400px) {
    article {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1800px) {
    article {
      padding-top: 120px;
      padding-bottom: 120px; } }
  article p.intro {
    text-align: left;
    margin-bottom: 3px;
    margin-top: 1em; }

section.basic-sect.full-height {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 1024px) {
    section.basic-sect.full-height {
      min-height: 70vh; } }
  @media (min-width: 1400px) {
    section.basic-sect.full-height {
      min-height: 100vh; } }

.image-bg {
  background-image: url("../_img/LiveSecure-Photo.jpg");
  background-position: center center;
  background-size: cover;
  height: 60vh;
  width: 100%;
  padding-top: 0px !important;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  flex-direction: row; }
  @media (min-width: 768px) {
    .image-bg {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1024px) {
    .image-bg {
      padding-left: 100px;
      padding-right: 100px; } }
  @media (min-width: 1280px) {
    .image-bg {
      padding-left: 100px;
      padding-right: 100px; } }
  @media (min-width: 1400px) {
    .image-bg {
      padding-left: 120px;
      padding-right: 120px; } }
  @media (min-width: 1800px) {
    .image-bg {
      padding-left: 150px;
      padding-right: 150px; } }
  .image-bg h1 {
    color: #ffffff !important;
    text-align: left; }
  @media (min-width: 768px) {
    .image-bg {
      height: 100vh;
      justify-content: flex-start;
      align-items: center; } }

ul.timeline-list {
  list-style: none;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 3em;
  margin-left: 12px; }
  @media (min-width: 768px) {
    ul.timeline-list {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1024px) {
    ul.timeline-list {
      padding-left: 100px;
      padding-right: 100px; } }
  @media (min-width: 1280px) {
    ul.timeline-list {
      padding-left: 100px;
      padding-right: 100px; } }
  @media (min-width: 1400px) {
    ul.timeline-list {
      padding-left: 120px;
      padding-right: 120px; } }
  @media (min-width: 1800px) {
    ul.timeline-list {
      padding-left: 150px;
      padding-right: 150px; } }
  @media (min-width: 1024px) {
    ul.timeline-list {
      padding: 0px;
      margin-top: 0px; } }
  ul.timeline-list li.timeline-item {
    padding-bottom: 2em;
    opacity: .3;
    position: relative;
    display: flex;
    transition: .3s;
    border-left: 2px dashed #C3C9CE; }
    ul.timeline-list li.timeline-item:last-child {
      border-left: 0px dashed #C3C9CE;
      padding-bottom: 0em; }
      ul.timeline-list li.timeline-item:last-child .dot-wrap {
        left: -10px; }
    ul.timeline-list li.timeline-item p {
      margin-top: 0px;
      margin: 0px;
      line-height: 32px; }
    ul.timeline-list li.timeline-item h4 {
      padding-left: 0px; }
      ul.timeline-list li.timeline-item h4 a {
        position: relative; }
      ul.timeline-list li.timeline-item h4 a:after {
        content: '\f152';
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        margin: 0px 0px 0px 10px;
        text-decoration: none; }
    ul.timeline-list li.timeline-item .liteup {
      padding-left: 30px;
      padding-right: 30px;
      padding-left: 2em; }
      @media (min-width: 768px) {
        ul.timeline-list li.timeline-item .liteup {
          padding-left: 40px;
          padding-right: 40px; } }
      @media (min-width: 1024px) {
        ul.timeline-list li.timeline-item .liteup {
          padding-left: 100px;
          padding-right: 100px; } }
      @media (min-width: 1280px) {
        ul.timeline-list li.timeline-item .liteup {
          padding-left: 100px;
          padding-right: 100px; } }
      @media (min-width: 1400px) {
        ul.timeline-list li.timeline-item .liteup {
          padding-left: 120px;
          padding-right: 120px; } }
      @media (min-width: 1800px) {
        ul.timeline-list li.timeline-item .liteup {
          padding-left: 150px;
          padding-right: 150px; } }
      @media (min-width: 1024px) {
        ul.timeline-list li.timeline-item .liteup {
          padding-left: 3em; } }
    ul.timeline-list li.timeline-item i {
      color: #1f8fff;
      margin-left: 5px; }
    ul.timeline-list li.timeline-item .dot-wrap {
      position: absolute;
      left: -11px; }
    ul.timeline-list li.timeline-item .dot {
      width: 20px;
      height: 20px;
      border-radius: 100%;
      background-color: #C3C9CE;
      border: 2px solid #C3C9CE;
      box-shadow: 0px 0px 0px 4px #fff inset;
      transition: .3s; }
    ul.timeline-list li.timeline-item.visible {
      opacity: 1;
      transition: .3s; }
      ul.timeline-list li.timeline-item.visible .dot {
        background-color: #0f2938;
        border: 2px solid #0f2938;
        box-shadow: 0px 0px 0px 4px #fff inset;
        transition: .3s; }

article.timeline-wrap {
  padding-left: 0px;
  padding-right: 0px;
  min-width: 50%;
  overflow: visible; }
  article.timeline-wrap .timeline-wrap {
    padding-top: 0px;
    padding-bottom: 0px; }
  article.timeline-wrap .intro-copy {
    margin-bottom: 2em;
    margin-top: 2em;
    padding-left: 30px;
    padding-right: 30px; }
    @media (min-width: 768px) {
      article.timeline-wrap .intro-copy {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 1024px) {
      article.timeline-wrap .intro-copy {
        padding-left: 100px;
        padding-right: 100px; } }
    @media (min-width: 1280px) {
      article.timeline-wrap .intro-copy {
        padding-left: 100px;
        padding-right: 100px; } }
    @media (min-width: 1400px) {
      article.timeline-wrap .intro-copy {
        padding-left: 120px;
        padding-right: 120px; } }
    @media (min-width: 1800px) {
      article.timeline-wrap .intro-copy {
        padding-left: 150px;
        padding-right: 150px; } }
    @media (min-width: 1024px) {
      article.timeline-wrap .intro-copy {
        margin-top: 0em;
        padding-left: 0px !important; } }

section.map-bg {
  background-image: url(../_img/full-map.svg);
  background-size: 190%;
  background-position: 10% 20%;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  section.map-bg h1.animatable.fadeInUp {
    margin: 0px !important; }
  @media (min-width: 1024px) {
    section.map-bg {
      min-height: 70vh; } }
  @media (min-width: 1400px) {
    section.map-bg {
      min-height: 100vh; } }
  section.map-bg.us {
    background-size: 300%;
    background-position: left 18%; }

section.logo-bg {
  background-image: url(../_img/full-logo.svg);
  background-size: cover;
  background-position: center center;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 1024px) {
    section.logo-bg {
      min-height: 70vh; } }
  @media (min-width: 1400px) {
    section.logo-bg {
      min-height: 100vh; } }

ul.stats-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  margin-bottom: 3em; }
  @media (min-width: 768px) {
    ul.stats-list {
      flex-direction: row; } }
  @media (min-width: 1024px) {
    ul.stats-list {
      margin: 100px 0; } }
  @media (min-width: 1024px) {
    ul.stats-list {
      margin: 100px 0; } }
  ul.stats-list li {
    text-align: left;
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: 2em;
    margin-right: 5em;
    padding: 0em; }
    ul.stats-list li div.stat h1 {
      color: #1f8fff;
      font-size: 50px;
      margin: 0px !important;
      padding: 0px !important;
      text-align: left; }
    ul.stats-list li div.bar-fill {
      height: 15px;
      width: 100%;
      margin: 1em 0;
      background-color: none;
      outline: 1px solid white;
      position: relative;
      display: block;
      margin-top: 2em; }
      ul.stats-list li div.bar-fill .center-fill {
        position: absolute;
        left: 2px;
        width: 0%;
        top: 2px;
        bottom: 2px;
        background-color: #1f8fff; }

ul.local-listing {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px; }
  ul.local-listing li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #0f2938;
    padding: 2em 0 1em; }
    ul.local-listing li a.btn {
      box-shadow: none;
      border: 0px;
      font-family: bebas-neue-pro-expanded, sans-serif;
      font-weight: 700;
      font-style: normal;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      margin: 1em auto;
      padding: 0px;
      min-width: 125px;
      border-radius: 5px;
      transition: .3s;
      text-transform: uppercase;
      background: #0f2938;
      color: #ffffff;
      margin: 0px !important; }
      ul.local-listing li a.btn p {
        margin: 0px 0px !important;
        padding: 0px !important;
        width: 100% !important;
        font-family: bebas-neue-pro-expanded, sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        text-transform: uppercase; }
      @media (min-width: 768px) {
        ul.local-listing li a.btn {
          padding: .5em 2em;
          font-size: 20px; }
          ul.local-listing li a.btn p {
            font-size: 20px;
            margin: 0px 0px; } }
      ul.local-listing li a.btn:hover {
        transition: .3s;
        box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.2);
        transition: .3s;
        cursor: pointer !important; }
      ul.local-listing li a.btn p {
        color: #ffffff; }
    ul.local-listing li h2 {
      margin-bottom: 10px;
      text-transform: uppercase; }
    @media (min-width: 768px) {
      ul.local-listing li {
        align-items: flex-end;
        flex-direction: row;
        padding: 4em 0 2em; }
        ul.local-listing li h2 {
          margin-bottom: 0px; } }

ul.alphabet {
  list-style: none;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 1em 0em;
  width: 100%; }
  @media (min-width: 768px) {
    ul.alphabet {
      justify-content: space-between; } }
  ul.alphabet li {
    opacity: .3;
    border-radius: 100%;
    margin: 3px;
    width: 30px;
    height: 30px;
    border: 1px solid #0f2938;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s; }
    @media (min-width: 768px) {
      ul.alphabet li {
        padding: 0em; } }
    ul.alphabet li.active {
      opacity: 1; }
    ul.alphabet li.disabled {
      display: none; }
    ul.alphabet li:hover, ul.alphabet li.active {
      opacity: 1;
      background-color: #0f2938; }
      ul.alphabet li:hover a, ul.alphabet li.active a {
        color: #ffffff; }
    ul.alphabet li.inactive {
      opacity: .3;
      border: 1px solid #0f2938;
      background-color: #ffffff; }
      ul.alphabet li.inactive a {
        color: #1f8fff; }
    ul.alphabet li a {
      color: #1f8fff;
      line-height: 1px;
      font-family: bebas-neue-pro-expanded, sans-serif;
      font-weight: 700;
      font-style: normal; }

section.navy, article.navy {
  background-color: #0f2938 !important; }
  section.navy article, article.navy article {
    background-color: #0f2938 !important; }
  section.navy a.btn, article.navy a.btn {
    box-shadow: none;
    border: 0px;
    font-family: bebas-neue-pro-expanded, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 1em auto;
    padding: 0px;
    min-width: 125px;
    border-radius: 5px;
    transition: .3s;
    text-transform: uppercase;
    background: #ffffff;
    color: #0f2938; }
    section.navy a.btn p, article.navy a.btn p {
      margin: 0px 0px !important;
      padding: 0px !important;
      width: 100% !important;
      font-family: bebas-neue-pro-expanded, sans-serif;
      font-weight: 700;
      font-style: normal;
      text-align: center;
      text-transform: uppercase; }
    @media (min-width: 768px) {
      section.navy a.btn, article.navy a.btn {
        padding: .5em 2em;
        font-size: 20px; }
        section.navy a.btn p, article.navy a.btn p {
          font-size: 20px;
          margin: 0px 0px; } }
    section.navy a.btn:hover, article.navy a.btn:hover {
      transition: .3s;
      box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.2);
      transition: .3s;
      cursor: pointer !important; }
    section.navy a.btn p, article.navy a.btn p {
      color: #0f2938; }
  section.navy blockquote a, article.navy blockquote a {
    box-shadow: none;
    border: 0px;
    font-family: bebas-neue-pro-expanded, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 1em auto;
    padding: 0px;
    min-width: 125px;
    border-radius: 5px;
    transition: .3s;
    text-transform: uppercase;
    background: #ffffff;
    color: #0f2938; }
    section.navy blockquote a p, article.navy blockquote a p {
      margin: 0px 0px !important;
      padding: 0px !important;
      width: 100% !important;
      font-family: bebas-neue-pro-expanded, sans-serif;
      font-weight: 700;
      font-style: normal;
      text-align: center;
      text-transform: uppercase; }
    @media (min-width: 768px) {
      section.navy blockquote a, article.navy blockquote a {
        padding: .5em 2em;
        font-size: 20px; }
        section.navy blockquote a p, article.navy blockquote a p {
          font-size: 20px;
          margin: 0px 0px; } }
    section.navy blockquote a:hover, article.navy blockquote a:hover {
      transition: .3s;
      box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.2);
      transition: .3s;
      cursor: pointer !important; }
    section.navy blockquote a p, article.navy blockquote a p {
      color: #0f2938; }
  section.navy h1, section.navy h2, section.navy h3, section.navy h4, section.navy h5, section.navy h6, section.navy p, article.navy h1, article.navy h2, article.navy h3, article.navy h4, article.navy h5, article.navy h6, article.navy p {
    color: #ffffff; }

section.gray, article.gray {
  background-color: #edeeef !important; }
  section.gray article, article.gray article {
    background-color: #edeeef !important; }
  section.gray a.btn, article.gray a.btn {
    box-shadow: none;
    border: 0px;
    font-family: bebas-neue-pro-expanded, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 1em auto;
    padding: 0px;
    min-width: 125px;
    border-radius: 5px;
    transition: .3s;
    text-transform: uppercase;
    background: #1f8fff;
    color: #ffffff; }
    section.gray a.btn p, article.gray a.btn p {
      margin: 0px 0px !important;
      padding: 0px !important;
      width: 100% !important;
      font-family: bebas-neue-pro-expanded, sans-serif;
      font-weight: 700;
      font-style: normal;
      text-align: center;
      text-transform: uppercase; }
    @media (min-width: 768px) {
      section.gray a.btn, article.gray a.btn {
        padding: .5em 2em;
        font-size: 20px; }
        section.gray a.btn p, article.gray a.btn p {
          font-size: 20px;
          margin: 0px 0px; } }
    section.gray a.btn:hover, article.gray a.btn:hover {
      transition: .3s;
      box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.2);
      transition: .3s;
      cursor: pointer !important; }
    section.gray a.btn p, article.gray a.btn p {
      color: #ffffff; }
  section.gray blockquote a, article.gray blockquote a {
    box-shadow: none;
    border: 0px;
    font-family: bebas-neue-pro-expanded, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 1em auto;
    padding: 0px;
    min-width: 125px;
    border-radius: 5px;
    transition: .3s;
    text-transform: uppercase;
    background: #1f8fff;
    color: #ffffff; }
    section.gray blockquote a p, article.gray blockquote a p {
      margin: 0px 0px !important;
      padding: 0px !important;
      width: 100% !important;
      font-family: bebas-neue-pro-expanded, sans-serif;
      font-weight: 700;
      font-style: normal;
      text-align: center;
      text-transform: uppercase; }
    @media (min-width: 768px) {
      section.gray blockquote a, article.gray blockquote a {
        padding: .5em 2em;
        font-size: 20px; }
        section.gray blockquote a p, article.gray blockquote a p {
          font-size: 20px;
          margin: 0px 0px; } }
    section.gray blockquote a:hover, article.gray blockquote a:hover {
      transition: .3s;
      box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.2);
      transition: .3s;
      cursor: pointer !important; }
    section.gray blockquote a p, article.gray blockquote a p {
      color: #ffffff; }
  section.gray h1, section.gray h2, section.gray h3, section.gray h4, section.gray h5, section.gray h6, section.gray p, article.gray h1, article.gray h2, article.gray h3, article.gray h4, article.gray h5, article.gray h6, article.gray p {
    color: #0f2938; }

section.basic-sect.gray {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 1024px) {
    section.basic-sect.gray {
      min-height: 70vh; } }
  @media (min-width: 1400px) {
    section.basic-sect.gray {
      min-height: 100vh; } }
  section.basic-sect.gray blockquote a {
    box-shadow: none;
    border: 0px;
    font-family: bebas-neue-pro-expanded, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 1em auto;
    padding: 0px;
    min-width: 125px;
    border-radius: 5px;
    transition: .3s;
    text-transform: uppercase;
    background: #1f8fff;
    color: #ffffff; }
    section.basic-sect.gray blockquote a p {
      margin: 0px 0px !important;
      padding: 0px !important;
      width: 100% !important;
      font-family: bebas-neue-pro-expanded, sans-serif;
      font-weight: 700;
      font-style: normal;
      text-align: center;
      text-transform: uppercase; }
    @media (min-width: 768px) {
      section.basic-sect.gray blockquote a {
        padding: .5em 2em;
        font-size: 20px; }
        section.basic-sect.gray blockquote a p {
          font-size: 20px;
          margin: 0px 0px; } }
    section.basic-sect.gray blockquote a:hover {
      transition: .3s;
      box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.2);
      transition: .3s;
      cursor: pointer !important; }
    section.basic-sect.gray blockquote a p {
      color: #ffffff; }

section.basic-sect.navy {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 1024px) {
    section.basic-sect.navy {
      min-height: 70vh; } }
  @media (min-width: 1400px) {
    section.basic-sect.navy {
      min-height: 100vh; } }
  section.basic-sect.navy blockquote a {
    box-shadow: none;
    border: 0px;
    font-family: bebas-neue-pro-expanded, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 1em auto;
    padding: 0px;
    min-width: 125px;
    border-radius: 5px;
    transition: .3s;
    text-transform: uppercase;
    background: #ffffff;
    color: #0f2938; }
    section.basic-sect.navy blockquote a p {
      margin: 0px 0px !important;
      padding: 0px !important;
      width: 100% !important;
      font-family: bebas-neue-pro-expanded, sans-serif;
      font-weight: 700;
      font-style: normal;
      text-align: center;
      text-transform: uppercase; }
    @media (min-width: 768px) {
      section.basic-sect.navy blockquote a {
        padding: .5em 2em;
        font-size: 20px; }
        section.basic-sect.navy blockquote a p {
          font-size: 20px;
          margin: 0px 0px; } }
    section.basic-sect.navy blockquote a:hover {
      transition: .3s;
      box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.2);
      transition: .3s;
      cursor: pointer !important; }
    section.basic-sect.navy blockquote a p {
      color: #0f2938; }

ul.video-list {
  list-style: none;
  padding-left: 0px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /* Then style the iframe to fit in the container div with full height and width */ }
  ul.video-list li {
    width: 100%;
    padding: 10px 0; }
  @media (min-width: 768px) {
    ul.video-list {
      flex-direction: row; }
      ul.video-list li {
        width: 50%;
        padding: 20px; } }
  ul.video-list li {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }
  ul.video-list li iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

div.map-text ul.map-list {
  list-style: none; }
  div.map-text ul.map-list li.title {
    height: 100vh;
    opacity: 0;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }
    div.map-text ul.map-list li.title h1 {
      margin: 0px;
      margin-bottom: 10px; }
    div.map-text ul.map-list li.title div.markers img.marker {
      width: 40px; }
    div.map-text ul.map-list li.title div.markers img.line {
      width: 100px; }
    div.map-text ul.map-list li.title.ca {
      justify-content: center;
      padding-right: 20%; }
    div.map-text ul.map-list li.title.ny {
      justify-content: center;
      padding-left: 5%; }
    div.map-text ul.map-list li.title.ger {
      justify-content: flex-start;
      padding-left: 20%; }
    div.map-text ul.map-list li.title.pa {
      justify-content: center;
      padding-right: 5%;
      padding-bottom: 5%; }

.hero {
  z-index: 1;
  position: relative; }

.layer-1 {
  z-index: 2;
  position: relative; }

.closemodal {
  display: inline;
  position: absolute;
  top: 0;
  right: 12px;
  padding: 0px !important;
  border-bottom: 0px !important; }
  .closemodal p {
    padding: 0px !important;
    width: 100% !important;
    color: #1f8fff; }
    .closemodal p i {
      color: #1f8fff !important; }
  .closemodal i {
    color: #1f8fff !important; }
  .closemodal:hover {
    color: #37383c;
    border-bottom: 0px !important; }
    .closemodal:hover p {
      border-bottom: 0px !important;
      color: #37383c !important; }
      .closemodal:hover p i {
        color: #37383c !important; }
  @media (min-width: 768px) {
    .closemodal {
      top: 0; } }

.mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: #1f8fff;
  z-index: 50000;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 50001;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-out;
  -webkit-transform: translateY(45px);
          transform: translateY(45px);
  display: flex;
  align-items: center;
  justify-content: center; }
  .modal .modal-content {
    width: 80%;
    height: 90%;
    background: #0f2938;
    box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.2);
    transition: .3s;
    border-radius: 20px;
    overflow-y: scroll;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 10px;
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .modal .modal-content h1 {
      color: white; }
    @media (min-width: 768px) {
      .modal .modal-content {
        padding: 0px;
        width: 80%;
        height: 80%; } }
    @media (min-width: 1024px) {
      .modal .modal-content {
        width: 60%;
        height: 70%; } }
    @media (min-width: 1400px) {
      .modal .modal-content {
        width: 50%;
        height: 60%; } }
    .modal .modal-content::-webkit-scrollbar {
      width: 15px; }
    .modal .modal-content::-webkit-scrollbar-track {
      border-radius: 30px; }
    .modal .modal-content::-webkit-scrollbar-thumb {
      border-radius: 30px; }

.activemodal {
  visibility: visible;
  opacity: .95;
  border-top: 0px !important; }
  .activemodal.modal {
    background-color: white; }

.activemodal + .modal {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.magellan-nav {
  display: flex;
  flex-direction: column;
  padding-top: 0em;
  justify-content: center;
  background-color: #ffffff; }
  .magellan-nav.is-stuck {
    padding-left: 30px;
    padding-right: 30px;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 3000;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px); }
    @media (min-width: 768px) {
      .magellan-nav.is-stuck {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 1024px) {
      .magellan-nav.is-stuck {
        padding-left: 100px;
        padding-right: 100px; } }
    @media (min-width: 1280px) {
      .magellan-nav.is-stuck {
        padding-left: 100px;
        padding-right: 100px; } }
    @media (min-width: 1400px) {
      .magellan-nav.is-stuck {
        padding-left: 120px;
        padding-right: 120px; } }
    @media (min-width: 1800px) {
      .magellan-nav.is-stuck {
        padding-left: 150px;
        padding-right: 150px; } }

.container.py-5 {
  display: inline; }

.output#output {
  display: inline; }

.scroll-wrapper {
  height: 400vh; }

#map.stuck {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.map-wrapper {
  position: relative; }

.map-text {
  position: relative; }
  .map-text .text h1 {
    line-height: 65px; }
  .map-text .text h2 {
    line-height: 30px; }
  .map-text .text h3 {
    line-height: 60px; }

/* Cursor Styling */
.cursor::after {
  content: '';
  display: inline-block;
  margin-left: 3px;
  background-color: black;
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

h1.cursor::after {
  height: 36px;
  width: 2px; }
  @media (min-width: 768px) {
    h1.cursor::after {
      height: 50px; } }
  @media (min-width: 1024px) {
    h1.cursor::after {
      height: 50px; } }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  49% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes blink {
  0% {
    opacity: 1; }
  49% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }

/* show objects being animated */
.animate-in {
  visibility: visible !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.animate-out {
  visibility: visible !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-direction: reverse;
  animation-direction: reverse; }

.animate-out:after {
  content: '';
  letter-spacing: inherit; }

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    -webkit-transform: translateX(20px); }
  80% {
    -webkit-transform: translateX(-5px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px); }
  60% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
  80% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    -webkit-transform: translateX(-20px); }
  80% {
    -webkit-transform: translateX(5px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px); }
  60% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px); }
  80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes moveUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes moveUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(40px);
            transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fadeBgColor {
  0% {
    background: none; }
  70% {
    background: none; }
  100% {
    background: #464646; } }

@keyframes fadeBgColor {
  0% {
    background: none; }
  70% {
    background: none; }
  100% {
    background: #464646; } }

.animate-in.animationDelay, .animate-out.animationDelay {
  animation-delay: .1s;
  -webkit-animation-delay: .1s; }

.animate-in.animationDelayMed, .animate-out.animationDelayMed {
  animation-delay: .3s;
  -webkit-animation-delay: .3s; }

.animate-in.animationDelayLong, .animate-out.animationDelayLong {
  animation-delay: .5s;
  -webkit-animation-delay: .5s; }

.animate-in.fadeBgColor, .animate-out.fadeBgColor {
  -webkit-animation-name: fadeBgColor;
  animation-name: fadeBgColor; }

.animate-in.bounceIn, .animate-out.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

.animate-in.bounceInRight, .animate-out.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

.animate-in.bounceInLeft, .animate-out.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

.animate-in.fadeIn, .animate-out.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.animate-in.fadeInDown, .animate-out.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.animate-in.fadeInUp, .animate-out.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.animate-in.moveUp, .animate-out.moveUp {
  -webkit-animation-name: moveUp;
  animation-name: moveUp; }

footer {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-between;
  background: #0f2938;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    footer {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1024px) {
    footer {
      padding-left: 100px;
      padding-right: 100px; } }
  @media (min-width: 1280px) {
    footer {
      padding-left: 100px;
      padding-right: 100px; } }
  @media (min-width: 1400px) {
    footer {
      padding-left: 120px;
      padding-right: 120px; } }
  @media (min-width: 1800px) {
    footer {
      padding-left: 150px;
      padding-right: 150px; } }
  @media (min-width: 768px) {
    footer {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 1024px) {
    footer {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1280px) {
    footer {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (min-width: 1400px) {
    footer {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1800px) {
    footer {
      padding-top: 120px;
      padding-bottom: 120px; } }
  footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer p, footer p.large {
    color: #ffffff;
    text-align: center; }
  footer a.btn {
    box-shadow: none;
    border: 0px;
    font-family: bebas-neue-pro-expanded, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 1em auto;
    padding: 0px;
    min-width: 125px;
    border-radius: 5px;
    transition: .3s;
    text-transform: uppercase;
    background: #ffffff;
    color: #0f2938; }
    footer a.btn p {
      margin: 0px 0px !important;
      padding: 0px !important;
      width: 100% !important;
      font-family: bebas-neue-pro-expanded, sans-serif;
      font-weight: 700;
      font-style: normal;
      text-align: center;
      text-transform: uppercase; }
    @media (min-width: 768px) {
      footer a.btn {
        padding: .5em 2em;
        font-size: 20px; }
        footer a.btn p {
          font-size: 20px;
          margin: 0px 0px; } }
    footer a.btn:hover {
      transition: .3s;
      box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.2);
      transition: .3s;
      cursor: pointer !important; }
    footer a.btn p {
      color: #0f2938; }
  footer .footer-logo {
    text-align: center; }
  footer img {
    width: 300px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center; }
    @media (min-width: 1024px) {
      footer img {
        margin-bottom: 60px; } }
  footer .top-footer {
    display: flex;
    flex-direction: column;
    align-items: center; }
    footer .top-footer p.large {
      margin: 0 0 1em 0; }
