body.homepage h1 {
  color: white;
  font-family: 'Volkhov', serif;
  font-size: 35px;
  position: relative;
  margin-bottom: 0px;
  margin-top: 0px; }
  @media (min-width: 768px) {
    body.homepage h1 {
      font-size: 45px; } }
  @media (min-width: 1024px) {
    body.homepage h1 {
      font-size: 55px; } }

h1 {
  color: white;
  font-family: 'Volkhov', serif;
  font-size: 40px;
  position: relative;
  margin-bottom: 0px;
  margin-top: 0px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 40px; } }
  @media (min-width: 1024px) {
    h1 {
      font-size: 45px; } }

h2 {
  color: white;
  font-family: 'Volkhov', serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 1em;
  position: relative; }
  @media (min-width: 1024px) {
    h2 {
      font-size: 40px;
      line-height: 65px;
      margin: 0px; } }

h3 {
  color: white;
  font-family: 'Volkhov', serif;
  font-weight: 400;
  font-size: 20px;
  position: relative;
  margin-bottom: 0px; }
  @media (min-width: 768px) {
    h3 {
      font-size: 20px; } }

h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 28px;
  line-height: 27px;
  font-weight: 300;
  margin: 0px; }
  @media (min-width: 768px) {
    h4 {
      font-size: 30px;
      line-height: 30px; } }
  @media (min-width: 1024px) {
    h4 {
      font-size: 35px;
      line-height: 40px; } }

h5 {
  color: #133045;
  font-family: 'Volkhov', serif;
  font-size: 20px;
  position: relative;
  font-weight: 400; }
  @media (min-width: 768px) {
    h5 {
      font-size: 28px;
      line-height: 40px; } }

ul li, p {
  font-family: 'Source Sans Pro', sans-serif;
  color: #383838;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400; }
  @media (min-width: 768px) {
    ul li, p {
      font-size: 14px;
      line-height: 26px; } }
  @media (min-width: 1024px) {
    ul li, p {
      font-size: 16px;
      line-height: 30px; } }

p.small {
  font-size: 14px;
  letter-spacing: .5px; }

#top-bar.is-stuck {
  box-shadow: 0 1px 15px 0px rgba(0, 0, 0, 0.15);
  transition: .3s; }
  #top-bar.is-stuck .shrink-logo {
    transition: .3s;
    padding: 00px 0;
    margin-left: 0px;
    display: flex; }
    #top-bar.is-stuck .shrink-logo img.top-logo {
      width: auto;
      height: 50px;
      transition: .3s; }
      @media (min-width: 768px) {
        #top-bar.is-stuck .shrink-logo img.top-logo {
          width: 200px;
          height: auto; } }
      @media (min-width: 1024px) {
        #top-bar.is-stuck .shrink-logo img.top-logo {
          transition: .3s;
          width: auto;
          height: 0; } }
  #top-bar.is-stuck a.website-cta {
    margin: 0 auto;
    margin-top: 1em;
    padding: 5px 1em;
    transition: .3s;
    margin-bottom: 1.2em; }
    @media (min-width: 1024px) {
      #top-bar.is-stuck a.website-cta {
        margin-top: 0em;
        border: 0px;
        margin-left: 1em; } }
  #top-bar.is-stuck li a {
    padding: 5px 8px 0px;
    margin: 0 5px; }
    #top-bar.is-stuck li a p {
      font-size: 16px;
      margin-bottom: 12px; }

#top-bar {
  z-index: 3001;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0px;
  padding-top: 0px;
  transition: .3s;
  padding-right: 50px;
  background-color: white;
  backdrop-filter: blur(4px);
  align-items: flex-start;
  padding-left: 0px; }
  @media (min-width: 1024px) {
    #top-bar {
      flex-direction: row;
      padding-right: 2.5em; } }
  #top-bar .shrink-logo {
    transition: .3s;
    padding: 0px;
    margin-left: 0px;
    display: flex; }
    #top-bar .shrink-logo img.top-logo {
      transition: .3s;
      height: 60px;
      width: auto; }
    @media (min-width: 768px) {
      #top-bar .shrink-logo img.top-logo {
        transition: .3s;
        height: auto;
        width: 350px; } }
  #top-bar nav {
    display: none; }
    @media (min-width: 1024px) {
      #top-bar nav {
        display: inline; } }
  #top-bar.ul-out {
    bottom: 0;
    height: 100vh;
    background-color: #ffffff; }
    #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;
        transition-delay: 1s;
        justify-content: center; }
        #top-bar.ul-out nav > ul li {
          text-align: left;
          opacity: 1;
          transition-delay: 1s;
          display: block;
          padding: 0px 30px;
          margin: 10px 0 0;
          text-align: center; }
          #top-bar.ul-out nav > ul li a {
            text-align: center;
            opacity: 1;
            font-size: 45px;
            line-height: 50px; }
            #top-bar.ul-out nav > ul li a p {
              margin: 5px;
              font-size: 20px;
              color: #133045;
              font-weight: 600; }
  @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; } }
  #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: flex-end;
        position: relative;
        left: auto;
        right: 2%;
        top: auto;
        width: auto;
        position: absolute;
        left: auto;
        right: 2%;
        top: 0;
        bottom: 0;
        width: auto; } }
    #top-bar nav ul li {
      position: relative;
      height: auto;
      margin: 0 0px;
      padding-bottom: 10px; }
      #top-bar nav ul li.active a p {
        font-weight: 700; }
      #top-bar nav ul li a {
        font-family: 'Source Sans Pro', sans-serif;
        color: #133045;
        text-decoration: none;
        display: block;
        padding: 5px 10px 0px;
        text-align: left;
        margin: 0 5px;
        font-weight: 400; }
        #top-bar nav ul li a p {
          font-family: 'Source Sans Pro', sans-serif;
          color: #133045;
          line-height: 22px;
          font-weight: 400;
          margin-top: 5px;
          font-size: 18px; }
        #top-bar nav ul li a i {
          font-size: 80%;
          margin-left: 0.5em;
          display: none; }
        #top-bar nav ul li a.open {
          color: #25608A; }
          #top-bar nav ul li a.open i {
            transform: rotate(180deg);
            transition: .3s; }
        @media (min-width: 1024px) {
          #top-bar nav ul li a {
            margin: 0 0px;
            font-size: 16px;
            opacity: 1;
            border-bottom: 5px solid transparent; }
            #top-bar nav ul li a i {
              display: inline; } }
        @media (min-width: 1280px) {
          #top-bar nav ul li a {
            margin: 0 10px; } }
      @media (min-width: 1024px) {
        #top-bar nav ul li:hover > ul.subnav {
          display: flex !important; } }

#top-bar .mobile-btn {
  top: 23px; }

#top-bar .mobile-nav-wrap {
  width: 100%;
  align-items: flex-start;
  background-color: transparent !important; }
  @media (min-width: 1024px) {
    #top-bar .mobile-nav-wrap {
      width: auto; } }
  #top-bar .mobile-nav-wrap .burger-closed span, #top-bar .mobile-nav-wrap .burger-closed span:before, #top-bar .mobile-nav-wrap .burger-closed span:after {
    background: #133045; }

#top-bar.ul-out .mobile-nav-wrap {
  align-items: flex-start; }

#top-bar.ul-out nav > ul {
  top: 50px; }

li.nav-btn.active-drop {
  background-color: #133045; }
  li.nav-btn.active-drop p {
    color: #ffffff !important; }
  li.nav-btn.active-drop i {
    color: #ffffff; }

.dropdown-content {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  transition: .3s;
  min-width: 160px;
  width: 100%;
  left: 0;
  z-index: 1;
  top: 0;
  justify-content: center; }
  @media (min-width: 1024px) {
    .dropdown-content {
      flex-direction: row;
      display: none;
      position: fixed;
      background-color: #133045;
      transition: .3s;
      min-width: 160px;
      width: 100%;
      left: 0;
      z-index: 1;
      top: 100%;
      padding: 2em 3em;
      justify-content: center;
      align-items: stretch; } }

.dropdown-content a {
  color: black;
  padding: 0px !important;
  text-decoration: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 0 !important;
  padding: 10px 0px !important;
  background-color: rgba(255, 255, 255, 0.05); }
  @media (min-width: 1024px) {
    .dropdown-content a {
      max-width: 25%;
      min-width: 25%;
      margin: 10px 5px 0 !important;
      padding: 20px 20px !important; } }
  .dropdown-content a img {
    max-width: 50px;
    max-height: 50px;
    margin-right: 15px;
    display: none; }
    @media (min-width: 1024px) {
      .dropdown-content a img {
        display: inline; } }
  .dropdown-content a p {
    margin: 0px !important;
    width: auto;
    font-family: "Source Sans Pro", sans-serif;
    display: inline-block;
    color: #ffffff;
    text-align: left;
    font-weight: 400 !important; }
  .dropdown-content a:hover {
    background-color: #25608A;
    box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.25);
    transition: .3s; }

.dropdown-content a:hover {
  cursor: pointer !important; }
  .dropdown-content a:hover p {
    color: #ffffff !important; }

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

.mobile-btn {
  display: flex;
  align-items: center;
  position: absolute;
  right: 30px;
  top: auto; }
  @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: #133045;
    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: transparent !important;
    transition: .3s; }
  .burger-active span:before {
    background-color: #133045 !important;
    top: 2px;
    left: 0;
    transform: rotate(45deg);
    transition: .3s;
    background: #133045; }
  .burger-active span:after {
    background-color: #133045 !important;
    bottom: 1px;
    left: 0;
    transform: rotate(-45deg);
    transition: .3s;
    background: #133045; }

a.website-cta {
  margin: 0 auto;
  margin-top: 3em;
  padding: 10px 1em;
  background-color: #FFD23E;
  transition: .3s;
  width: 90%;
  margin-bottom: 2em;
  text-align: center; }
  a.website-cta p {
    color: #ffffff;
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px; }
  @media (min-width: 1024px) {
    a.website-cta {
      margin-top: 0em;
      border: 0px;
      width: auto;
      padding: 5px 1em;
      margin-left: 1em;
      margin-bottom: 1.5em; } }
  a.website-cta:hover {
    transition: .3s;
    box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.25);
    transition: .3s; }

* {
  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%; }

a {
  text-decoration: none;
  color: #42ABE2;
  font-weight: 700;
  transition: .3s; }
  a:hover {
    transition: .3s;
    color: #FFD23E; }

p a {
  color: #42ABE2; }
  p a:hover {
    transition: .3s;
    color: #FFD23E; }

a.link {
  padding: 0px 0;
  display: flex;
  flex-direction: column;
  flex-direction: row;
  align-items: center;
  color: #42ABE2;
  border-bottom: 0px solid transparent;
  margin-top: auto;
  padding-top: 1.5em; }
  a.link i {
    margin-right: 15px;
    margin-left: 25px;
    color: #ffffff;
    transition: .5s; }
  a.link svg {
    width: 30px;
    margin-right: 10px; }
  a.link:hover {
    border-bottom: 0px solid transparent;
    transition: .3s; }
    a.link:hover i {
      margin-right: 10px;
      transition: .5s; }
    a.link:hover i {
      animation: bounce 2s infinite; }

a.btn {
  box-shadow: none;
  border: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  margin: 1em 0;
  padding: 1em 1em;
  min-width: 125px;
  transition: .3s;
  letter-spacing: 1.5px;
  color: white;
  background-color: transparent;
  backdrop-filter: none;
  border: 5px solid #FFD23E;
  font-weight: 800; }
  a.btn p {
    color: white;
    margin: 0px 0px;
    font-weight: 600;
    width: 100% !important; }
  a.btn i {
    margin-left: 5px; }
  @media (min-width: 768px) {
    a.btn {
      padding: 1em 2em; } }
  @media (min-width: 1024px) {
    a.btn {
      margin: 1em 0; }
      a.btn i {
        margin-left: 20px; } }
  a.btn:hover {
    transition: .3s;
    cursor: pointer; }
  a.btn p {
    color: #25608A; }
  a.btn p {
    width: 100% !important; }
  a.btn:hover i {
    animation: bounce 2s infinite; }

@keyframes bounce {
  0%, 40%, 60%, 80% {
    transform: translateX(0px); }
  20% {
    transform: translateX(10px); }
  60% {
    transform: translateX(5px); } }

.hero-interior {
  background: -webkit-linear-gradient(legacy-direction(0deg), #133045, #25608A);
  background: linear-gradient(0deg, #133045, #25608A);
  transition: .5s;
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 3;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #F7FBFD; }
  @media (min-width: 768px) {
    .hero-interior {
      height: 70vh; } }
  .hero-interior .intro-content {
    background-color: #42ABE2;
    box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.25);
    transition: .3s;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    margin-right: auto;
    margin-bottom: -45vh;
    z-index: 2; }
    @media (min-width: 768px) {
      .hero-interior .intro-content {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 1024px) {
      .hero-interior .intro-content {
        padding-left: 60px;
        padding-right: 60px; } }
    @media (min-width: 1280px) {
      .hero-interior .intro-content {
        padding-left: 80px;
        padding-right: 80px; } }
    @media (min-width: 1400px) {
      .hero-interior .intro-content {
        padding-left: 100px;
        padding-right: 100px; } }
    @media (min-width: 1800px) {
      .hero-interior .intro-content {
        padding-left: 120px;
        padding-right: 120px; } }
    .hero-interior .intro-content * {
      color: #ffffff; }
    .hero-interior .intro-content h5 {
      margin: 10px 0; }
    @media (min-width: 768px) {
      .hero-interior .intro-content {
        width: 65%;
        margin-bottom: -20vh; } }
    @media (min-width: 1024px) {
      .hero-interior .intro-content {
        width: 55%; } }
  .hero-interior img.image-bottom {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px; }
  .hero-interior + article {
    padding-top: 50vh !important; }
    @media (min-width: 768px) {
      .hero-interior + article {
        padding-top: 30vh !important; } }

.hero-interior.plain {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 3;
  background-size: cover;
  background-position: bottom right;
  background: none;
  background-color: white !important;
  height: auto;
  padding-top: 10em; }
  .hero-interior.plain .intro-content {
    background-color: white;
    box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.25);
    transition: .3s;
    box-shadow: none;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 90%;
    margin-right: auto;
    margin-bottom: 0px;
    z-index: 2; }
    @media (min-width: 768px) {
      .hero-interior.plain .intro-content {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 1024px) {
      .hero-interior.plain .intro-content {
        padding-left: 60px;
        padding-right: 60px; } }
    @media (min-width: 1280px) {
      .hero-interior.plain .intro-content {
        padding-left: 80px;
        padding-right: 80px; } }
    @media (min-width: 1400px) {
      .hero-interior.plain .intro-content {
        padding-left: 100px;
        padding-right: 100px; } }
    @media (min-width: 1800px) {
      .hero-interior.plain .intro-content {
        padding-left: 120px;
        padding-right: 120px; } }
    .hero-interior.plain .intro-content h1 {
      color: #25608A; }
    .hero-interior.plain .intro-content .introcontent {
      margin-top: 2em; }
      .hero-interior.plain .intro-content .introcontent * {
        color: #383838; }
    @media (min-width: 768px) {
      .hero-interior.plain .intro-content {
        width: 80%; } }
  .hero-interior.plain img.image-bottom {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px; }
  .hero-interior.plain + article {
    padding-top: 3em !important; }

.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: 60px;
      padding-right: 60px; } }
  @media (min-width: 1280px) {
    .basic-sect {
      padding-left: 80px;
      padding-right: 80px; } }
  @media (min-width: 1400px) {
    .basic-sect {
      padding-left: 100px;
      padding-right: 100px; } }
  @media (min-width: 1800px) {
    .basic-sect {
      padding-left: 120px;
      padding-right: 120px; } }
  @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; }

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

.max p {
  width: 100%; }

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

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

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: 60px;
      padding-right: 60px; } }
  @media (min-width: 1280px) {
    article {
      padding-left: 80px;
      padding-right: 80px; } }
  @media (min-width: 1400px) {
    article {
      padding-left: 100px;
      padding-right: 100px; } }
  @media (min-width: 1800px) {
    article {
      padding-left: 120px;
      padding-right: 120px; } }
  @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.right {
    position: relative;
    z-index: 0; }
    article.right:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 10%;
      bottom: 14%;
      z-index: -1; }
      @media (min-width: 768px) {
        article.right:before {
          right: 20%;
          bottom: 17%; } }
    article.right p {
      width: 90%; }
    @media (min-width: 768px) {
      article.right p {
        width: 75%; } }
  article.left {
    position: relative;
    z-index: 0; }
    article.left:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      left: 10%;
      bottom: 14%;
      z-index: -1; }
      @media (min-width: 768px) {
        article.left:before {
          left: 20%;
          bottom: 20%; } }
    article.left p {
      width: 90%; }
    @media (min-width: 768px) {
      article.left p {
        width: 75%; } }
  article.full {
    position: relative;
    z-index: 0; }
    article.full:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      left: 20%;
      bottom: 0%;
      z-index: -1; }
  article .layer {
    position: relative;
    z-index: 2; }
    article .layer a.btn {
      margin-top: 5%; }

.light-gradient-bg {
  background: -webkit-linear-gradient(legacy-direction(90deg), #FDFEFF, #EFF7FC);
  background: linear-gradient(90deg, #FDFEFF, #EFF7FC);
  transition: .5s; }
  .light-gradient-bg:before {
    background: -webkit-linear-gradient(legacy-direction(-90deg), #BADAF0, #F7FBFD);
    background: linear-gradient(-90deg, #BADAF0, #F7FBFD);
    transition: .5s;
    opacity: .75; }
  .light-gradient-bg a.btn {
    box-shadow: none;
    border: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    margin: 1em 0;
    padding: 1em 1em;
    min-width: 125px;
    transition: .3s;
    letter-spacing: 1.5px;
    color: white;
    background-color: transparent;
    backdrop-filter: none;
    border: 5px solid #FFD23E;
    font-weight: 800; }
    .light-gradient-bg a.btn p {
      color: white;
      margin: 0px 0px;
      font-weight: 600;
      width: 100% !important; }
    .light-gradient-bg a.btn i {
      margin-left: 5px; }
    @media (min-width: 768px) {
      .light-gradient-bg a.btn {
        padding: 1em 2em; } }
    @media (min-width: 1024px) {
      .light-gradient-bg a.btn {
        margin: 1em 0; }
        .light-gradient-bg a.btn i {
          margin-left: 20px; } }
    .light-gradient-bg a.btn:hover {
      transition: .3s;
      cursor: pointer; }
    .light-gradient-bg a.btn p {
      color: #25608A; }
  .light-gradient-bg h1, .light-gradient-bg h2, .light-gradient-bg h3, .light-gradient-bg h4, .light-gradient-bg h5, .light-gradient-bg h6 {
    color: #25608A; }

.dark-gradient-bg {
  background: -webkit-linear-gradient(legacy-direction(0deg), #1B435F, #1D3A4E);
  background: linear-gradient(0deg, #1B435F, #1D3A4E);
  transition: .5s; }
  .dark-gradient-bg:before {
    background: -webkit-linear-gradient(legacy-direction(90deg), #42ABE2, #25608A);
    background: linear-gradient(90deg, #42ABE2, #25608A);
    transition: .5s;
    opacity: .15; }
  .dark-gradient-bg a.btn {
    box-shadow: none;
    border: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    margin: 1em 0;
    padding: 1em 1em;
    min-width: 125px;
    transition: .3s;
    letter-spacing: 1.5px;
    color: white;
    background-color: transparent;
    backdrop-filter: none;
    border: 5px solid #FFD23E;
    font-weight: 800; }
    .dark-gradient-bg a.btn p {
      color: white;
      margin: 0px 0px;
      font-weight: 600;
      width: 100% !important; }
    .dark-gradient-bg a.btn i {
      margin-left: 5px; }
    @media (min-width: 768px) {
      .dark-gradient-bg a.btn {
        padding: 1em 2em; } }
    @media (min-width: 1024px) {
      .dark-gradient-bg a.btn {
        margin: 1em 0; }
        .dark-gradient-bg a.btn i {
          margin-left: 20px; } }
    .dark-gradient-bg a.btn:hover {
      transition: .3s;
      cursor: pointer; }
    .dark-gradient-bg a.btn p {
      color: white; }
  .dark-gradient-bg p, .dark-gradient-bg h1, .dark-gradient-bg h2, .dark-gradient-bg h3, .dark-gradient-bg h4, .dark-gradient-bg h5, .dark-gradient-bg h6 {
    color: white; }

.blue-gradient-bg {
  background-color: #25608A; }
  .blue-gradient-bg:before {
    background: -webkit-linear-gradient(legacy-direction(90deg), #42ABE2, #ffffff);
    background: linear-gradient(90deg, #42ABE2, #ffffff);
    transition: .5s;
    opacity: .05; }
  .blue-gradient-bg a.btn {
    box-shadow: none;
    border: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    margin: 1em 0;
    padding: 1em 1em;
    min-width: 125px;
    transition: .3s;
    letter-spacing: 1.5px;
    color: white;
    background-color: transparent;
    backdrop-filter: none;
    border: 5px solid #FFD23E;
    font-weight: 800; }
    .blue-gradient-bg a.btn p {
      color: white;
      margin: 0px 0px;
      font-weight: 600;
      width: 100% !important; }
    .blue-gradient-bg a.btn i {
      margin-left: 5px; }
    @media (min-width: 768px) {
      .blue-gradient-bg a.btn {
        padding: 1em 2em; } }
    @media (min-width: 1024px) {
      .blue-gradient-bg a.btn {
        margin: 1em 0; }
        .blue-gradient-bg a.btn i {
          margin-left: 20px; } }
    .blue-gradient-bg a.btn:hover {
      transition: .3s;
      cursor: pointer; }
    .blue-gradient-bg a.btn p {
      color: white; }
  .blue-gradient-bg p, .blue-gradient-bg h1, .blue-gradient-bg h2, .blue-gradient-bg h3, .blue-gradient-bg h4, .blue-gradient-bg h5, .blue-gradient-bg h6 {
    color: white; }

.solid {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 768px) {
    .solid {
      flex-direction: row; } }
  .solid.green {
    background-color: #42ABE2; }
    .solid.green p, .solid.green h1, .solid.green h2, .solid.green h3, .solid.green h4, .solid.green h5, .solid.green h6 {
      color: #ffffff; }
    .solid.green a.btn {
      box-shadow: none;
      border: 0px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 300;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      text-transform: uppercase;
      margin: 1em 0;
      padding: 1em 1em;
      min-width: 125px;
      transition: .3s;
      letter-spacing: 1.5px;
      color: white;
      background-color: transparent;
      backdrop-filter: none;
      border: 5px solid #ffffff;
      font-weight: 800; }
      .solid.green a.btn p {
        color: white;
        margin: 0px 0px;
        font-weight: 600;
        width: 100% !important; }
      .solid.green a.btn i {
        margin-left: 5px; }
      @media (min-width: 768px) {
        .solid.green a.btn {
          padding: 1em 2em; } }
      @media (min-width: 1024px) {
        .solid.green a.btn {
          margin: 1em 0; }
          .solid.green a.btn i {
            margin-left: 20px; } }
      .solid.green a.btn:hover {
        transition: .3s;
        cursor: pointer; }
      .solid.green a.btn p {
        color: white; }
  .solid .content {
    flex: 1; }
  .solid .graphic {
    flex: 1;
    background-color: #bee9ff;
    box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.25);
    transition: .3s;
    margin-right: 10em;
    text-align: center;
    position: relative;
    max-height: 100%; }
    .solid .graphic img {
      max-height: 400px;
      margin-top: -50px; }

.centered {
  text-align: center; }
  .centered p {
    margin: 0 auto; }
  @media (min-width: 768px) {
    .centered p {
      width: 75%; } }

.partners {
  display: flex;
  justify-content: center;
  align-items: center; }
  .partners img {
    width: 100px;
    height: auto;
    margin: 0 2em; }

.promo-bar {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #42ABE2;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .promo-bar {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1024px) {
    .promo-bar {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (min-width: 1280px) {
    .promo-bar {
      padding-left: 80px;
      padding-right: 80px; } }
  @media (min-width: 1400px) {
    .promo-bar {
      padding-left: 100px;
      padding-right: 100px; } }
  @media (min-width: 1800px) {
    .promo-bar {
      padding-left: 120px;
      padding-right: 120px; } }
  @media (min-width: 768px) {
    .promo-bar {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 1024px) {
    .promo-bar {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1280px) {
    .promo-bar {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (min-width: 1400px) {
    .promo-bar {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1800px) {
    .promo-bar {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .promo-bar h2 {
    text-align: center; }
  @media (min-width: 768px) {
    .promo-bar {
      padding-top: 0px;
      padding-bottom: 0px;
      flex-direction: row; }
      .promo-bar h2 {
        text-align: left; } }
  .promo-bar .btn {
    box-shadow: none;
    border: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    margin: 1em 0;
    padding: 1em 1em;
    min-width: 125px;
    transition: .3s;
    letter-spacing: 1.5px;
    color: white;
    background-color: transparent;
    backdrop-filter: none;
    border: 5px solid #ffffff;
    font-weight: 800; }
    .promo-bar .btn p {
      color: white;
      margin: 0px 0px;
      font-weight: 600;
      width: 100% !important; }
    .promo-bar .btn i {
      margin-left: 5px; }
    @media (min-width: 768px) {
      .promo-bar .btn {
        padding: 1em 2em; } }
    @media (min-width: 1024px) {
      .promo-bar .btn {
        margin: 1em 0; }
        .promo-bar .btn i {
          margin-left: 20px; } }
    .promo-bar .btn:hover {
      transition: .3s;
      cursor: pointer; }
    .promo-bar .btn p {
      color: white; }
    @media (min-width: 768px) {
      .promo-bar .btn {
        margin: 3em 0 !important; } }
  .promo-bar.white {
    background-color: #ffffff; }
    .promo-bar.white h1, .promo-bar.white h2, .promo-bar.white h3, .promo-bar.white h4, .promo-bar.white h5, .promo-bar.white h6, .promo-bar.white p {
      color: #25608A; }
    .promo-bar.white a.btn {
      box-shadow: none;
      border: 0px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 300;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      text-transform: uppercase;
      margin: 1em 0;
      padding: 1em 1em;
      min-width: 125px;
      transition: .3s;
      letter-spacing: 1.5px;
      color: white;
      background-color: transparent;
      backdrop-filter: none;
      border: 5px solid #FFD23E;
      font-weight: 800; }
      .promo-bar.white a.btn p {
        color: white;
        margin: 0px 0px;
        font-weight: 600;
        width: 100% !important; }
      .promo-bar.white a.btn i {
        margin-left: 5px; }
      @media (min-width: 768px) {
        .promo-bar.white a.btn {
          padding: 1em 2em; } }
      @media (min-width: 1024px) {
        .promo-bar.white a.btn {
          margin: 1em 0; }
          .promo-bar.white a.btn i {
            margin-left: 20px; } }
      .promo-bar.white a.btn:hover {
        transition: .3s;
        cursor: pointer; }
      .promo-bar.white a.btn p {
        color: #25608A; }
  .promo-bar.dark {
    background-color: #133045; }
    .promo-bar.dark h1, .promo-bar.dark h2, .promo-bar.dark h3, .promo-bar.dark h4, .promo-bar.dark h5, .promo-bar.dark h6, .promo-bar.dark p {
      color: #ffffff; }
    .promo-bar.dark a.btn {
      box-shadow: none;
      border: 0px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 300;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      text-transform: uppercase;
      margin: 1em 0;
      padding: 1em 1em;
      min-width: 125px;
      transition: .3s;
      letter-spacing: 1.5px;
      color: white;
      background-color: transparent;
      backdrop-filter: none;
      border: 5px solid #ffffff;
      font-weight: 800; }
      .promo-bar.dark a.btn p {
        color: white;
        margin: 0px 0px;
        font-weight: 600;
        width: 100% !important; }
      .promo-bar.dark a.btn i {
        margin-left: 5px; }
      @media (min-width: 768px) {
        .promo-bar.dark a.btn {
          padding: 1em 2em; } }
      @media (min-width: 1024px) {
        .promo-bar.dark a.btn {
          margin: 1em 0; }
          .promo-bar.dark a.btn i {
            margin-left: 20px; } }
      .promo-bar.dark a.btn:hover {
        transition: .3s;
        cursor: pointer; }
      .promo-bar.dark a.btn p {
        color: white; }
  .promo-bar.bright {
    background-color: #42ABE2; }
    .promo-bar.bright h1, .promo-bar.bright h2, .promo-bar.bright h3, .promo-bar.bright h4, .promo-bar.bright h5, .promo-bar.bright h6, .promo-bar.bright p {
      color: #ffffff; }
    .promo-bar.bright a.btn {
      box-shadow: none;
      border: 0px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 300;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      text-transform: uppercase;
      margin: 1em 0;
      padding: 1em 1em;
      min-width: 125px;
      transition: .3s;
      letter-spacing: 1.5px;
      color: white;
      background-color: transparent;
      backdrop-filter: none;
      border: 5px solid #FFD23E;
      font-weight: 800; }
      .promo-bar.bright a.btn p {
        color: white;
        margin: 0px 0px;
        font-weight: 600;
        width: 100% !important; }
      .promo-bar.bright a.btn i {
        margin-left: 5px; }
      @media (min-width: 768px) {
        .promo-bar.bright a.btn {
          padding: 1em 2em; } }
      @media (min-width: 1024px) {
        .promo-bar.bright a.btn {
          margin: 1em 0; }
          .promo-bar.bright a.btn i {
            margin-left: 20px; } }
      .promo-bar.bright a.btn:hover {
        transition: .3s;
        cursor: pointer; }
      .promo-bar.bright a.btn p {
        color: white; }
  .promo-bar.yellow {
    background-color: #FFD23E; }
    .promo-bar.yellow h1, .promo-bar.yellow h2, .promo-bar.yellow h3, .promo-bar.yellow h4, .promo-bar.yellow h5, .promo-bar.yellow h6, .promo-bar.yellow p {
      color: #25608A; }
    .promo-bar.yellow a.btn {
      box-shadow: none;
      border: 0px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 300;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      text-transform: uppercase;
      margin: 1em 0;
      padding: 1em 1em;
      min-width: 125px;
      transition: .3s;
      letter-spacing: 1.5px;
      color: white;
      background-color: transparent;
      backdrop-filter: none;
      border: 5px solid #133045;
      font-weight: 800; }
      .promo-bar.yellow a.btn p {
        color: white;
        margin: 0px 0px;
        font-weight: 600;
        width: 100% !important; }
      .promo-bar.yellow a.btn i {
        margin-left: 5px; }
      @media (min-width: 768px) {
        .promo-bar.yellow a.btn {
          padding: 1em 2em; } }
      @media (min-width: 1024px) {
        .promo-bar.yellow a.btn {
          margin: 1em 0; }
          .promo-bar.yellow a.btn i {
            margin-left: 20px; } }
      .promo-bar.yellow a.btn:hover {
        transition: .3s;
        cursor: pointer; }
      .promo-bar.yellow a.btn p {
        color: #25608A; }
  .promo-bar.green {
    background-color: #42ABE2; }
    .promo-bar.green h1, .promo-bar.green h2, .promo-bar.green h3, .promo-bar.green h4, .promo-bar.green h5, .promo-bar.green h6, .promo-bar.green p {
      color: #ffffff; }
    .promo-bar.green a.btn {
      box-shadow: none;
      border: 0px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 300;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      text-transform: uppercase;
      margin: 1em 0;
      padding: 1em 1em;
      min-width: 125px;
      transition: .3s;
      letter-spacing: 1.5px;
      color: white;
      background-color: transparent;
      backdrop-filter: none;
      border: 5px solid #FFD23E;
      font-weight: 800; }
      .promo-bar.green a.btn p {
        color: white;
        margin: 0px 0px;
        font-weight: 600;
        width: 100% !important; }
      .promo-bar.green a.btn i {
        margin-left: 5px; }
      @media (min-width: 768px) {
        .promo-bar.green a.btn {
          padding: 1em 2em; } }
      @media (min-width: 1024px) {
        .promo-bar.green a.btn {
          margin: 1em 0; }
          .promo-bar.green a.btn i {
            margin-left: 20px; } }
      .promo-bar.green a.btn:hover {
        transition: .3s;
        cursor: pointer; }
      .promo-bar.green a.btn p {
        color: white; }

.confirm .links {
  height: 100vh;
  display: flex;
  align-items: center; }

.confirm .link-item {
  background-color: #42ABE2 !important;
  padding: 65px 40px 30px !important;
  width: 90%; }
  @media (min-width: 768px) {
    .confirm .link-item {
      width: 70vw; } }
  @media (min-width: 1024px) {
    .confirm .link-item {
      width: 50vw; } }

.hero {
  background: -webkit-linear-gradient(legacy-direction(0deg), #133045, #25608A);
  background: linear-gradient(0deg, #133045, #25608A);
  transition: .5s;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative; }
  @media (min-width: 768px) {
    .hero {
      height: 100vh; } }
  .hero .hero-content {
    padding-bottom: 0%;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 100;
    text-align: center; }
    @media (min-width: 768px) {
      .hero .hero-content {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 1024px) {
      .hero .hero-content {
        padding-left: 60px;
        padding-right: 60px; } }
    @media (min-width: 1280px) {
      .hero .hero-content {
        padding-left: 80px;
        padding-right: 80px; } }
    @media (min-width: 1400px) {
      .hero .hero-content {
        padding-left: 100px;
        padding-right: 100px; } }
    @media (min-width: 1800px) {
      .hero .hero-content {
        padding-left: 120px;
        padding-right: 120px; } }
    .hero .hero-content h1, .hero .hero-content h2 {
      font-family: 'Source Sans Pro', sans-serif;
      margin: 0px;
      margin-bottom: 10px;
      color: white !important;
      text-align: center; }
    .hero .hero-content a.btn {
      box-shadow: none;
      border: 0px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 300;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      text-transform: uppercase;
      margin: 1em 0;
      padding: 1em 1em;
      min-width: 125px;
      transition: .3s;
      letter-spacing: 1.5px;
      color: white;
      background-color: rgba(255, 255, 255, 0.5);
      backdrop-filter: blur(4px);
      border: 5px solid #FFD23E;
      font-weight: 800; }
      .hero .hero-content a.btn p {
        color: white;
        margin: 0px 0px;
        font-weight: 600;
        width: 100% !important; }
      .hero .hero-content a.btn i {
        margin-left: 5px; }
      @media (min-width: 768px) {
        .hero .hero-content a.btn {
          padding: 1em 2em; } }
      @media (min-width: 1024px) {
        .hero .hero-content a.btn {
          margin: 1em 0; }
          .hero .hero-content a.btn i {
            margin-left: 20px; } }
      .hero .hero-content a.btn:hover {
        transition: .3s;
        cursor: pointer; }
      .hero .hero-content a.btn p {
        color: #133045; }
  .hero img.image-bottom {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px; }

.home-intro {
  position: relative; }
  @media (min-width: 768px) {
    .home-intro h1 {
      width: 60%; } }

section.home-intro {
  padding-right: 0px; }

body.homepage article.light-gradient-bg p, body.homepage article.dark-gradient-bg p, body.homepage article.blue-gradient-bg p {
  width: 90%; }

@media (min-width: 768px) {
  body.homepage article.light-gradient-bg p, body.homepage article.dark-gradient-bg p, body.homepage article.blue-gradient-bg p {
    width: 50%; } }

.blue-bg {
  background-color: #25608A; }
  .blue-bg h1, .blue-bg h2, .blue-bg h3, .blue-bg h4, .blue-bg h5, .blue-bg h6, .blue-bg p {
    color: #383838; }
  .blue-bg p, .blue-bg h1, .blue-bg h2, .blue-bg h3, .blue-bg h4, .blue-bg h5, .blue-bg h6 {
    color: white; }

aside {
  z-index: 3;
  max-width: 100%;
  margin-top: 10vh; }
  aside .yellow {
    background-color: #FFD23E;
    z-index: 4; }
    aside .yellow h1, aside .yellow h2, aside .yellow h3, aside .yellow h4, aside .yellow h5, aside .yellow h6, aside .yellow p {
      font-family: 'Source Sans Pro', sans-serif;
      color: #133045;
      font-weight: 700; }
    aside .yellow a.btn {
      box-shadow: none;
      border: 0px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 300;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      text-transform: uppercase;
      margin: 1em 0;
      padding: 1em 1em;
      min-width: 125px;
      transition: .3s;
      letter-spacing: 1.5px;
      color: white;
      background-color: transparent;
      backdrop-filter: none;
      border: 5px solid #133045;
      font-weight: 800; }
      aside .yellow a.btn p {
        color: white;
        margin: 0px 0px;
        font-weight: 600;
        width: 100% !important; }
      aside .yellow a.btn i {
        margin-left: 5px; }
      @media (min-width: 768px) {
        aside .yellow a.btn {
          padding: 1em 2em; } }
      @media (min-width: 1024px) {
        aside .yellow a.btn {
          margin: 1em 0; }
          aside .yellow a.btn i {
            margin-left: 20px; } }
      aside .yellow a.btn:hover {
        transition: .3s;
        cursor: pointer; }
      aside .yellow a.btn p {
        color: #25608A; }
  aside .brightblue {
    background-color: #42ABE2;
    z-index: 3; }
    aside .brightblue h1, aside .brightblue h2, aside .brightblue h3, aside .brightblue h4, aside .brightblue h5, aside .brightblue h6, aside .brightblue p {
      font-family: 'Source Sans Pro', sans-serif;
      color: #ffffff;
      font-weight: 700; }
  @media (min-width: 768px) {
    aside {
      position: absolute;
      right: 0;
      top: 0;
      max-width: 30%; } }
  aside .yellow, aside .brightblue {
    position: relative;
    padding: 1.5em;
    box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.25);
    transition: .3s; }
    aside .yellow h2, aside .brightblue h2 {
      margin-bottom: 0px; }
    aside .yellow a.link, aside .brightblue a.link {
      padding-top: 0px; }
    @media (min-width: 1024px) {
      aside .yellow, aside .brightblue {
        padding: 50px; } }

.services {
  text-align: center;
  align-items: center; }
  .services a.btn {
    box-shadow: none;
    border: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    margin: 1em 0;
    padding: 1em 1em;
    min-width: 125px;
    transition: .3s;
    letter-spacing: 1.5px;
    color: white;
    background-color: transparent;
    backdrop-filter: none;
    border: 5px solid #ffffff;
    font-weight: 800; }
    .services a.btn p {
      color: white;
      margin: 0px 0px;
      font-weight: 600;
      width: 100% !important; }
    .services a.btn i {
      margin-left: 5px; }
    @media (min-width: 768px) {
      .services a.btn {
        padding: 1em 2em; } }
    @media (min-width: 1024px) {
      .services a.btn {
        margin: 1em 0; }
        .services a.btn i {
          margin-left: 20px; } }
    .services a.btn:hover {
      transition: .3s;
      cursor: pointer; }
    .services a.btn p {
      color: white; }

ul.service-blocks {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin: 2em 0; }
  @media (min-width: 768px) {
    ul.service-blocks {
      flex-direction: row; } }
  ul.service-blocks li {
    background-color: #25608A;
    box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.25);
    transition: .3s;
    flex: 1;
    margin: 1em 0;
    padding: 30px 40px;
    transition: 1s;
    width: 100%; }
    @media (min-width: 768px) {
      ul.service-blocks li {
        margin: 1em; } }
    ul.service-blocks li h4 {
      font-size: 18px;
      line-height: 24px;
      font-weight: 600;
      letter-spacing: 1px;
      margin-bottom: 1em; }
    ul.service-blocks li img {
      height: 100px;
      width: auto;
      margin-bottom: 20px; }
    ul.service-blocks li p.desc {
      display: none;
      line-height: 24px; }
    ul.service-blocks li a.btn {
      box-shadow: none;
      border: 0px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 300;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      text-transform: uppercase;
      margin: 1em 0;
      padding: 1em 1em;
      min-width: 125px;
      transition: .3s;
      letter-spacing: 1.5px;
      color: white;
      background-color: rgba(255, 255, 255, 0.5);
      backdrop-filter: blur(4px);
      border: 5px solid #FFD23E;
      font-weight: 800;
      display: none; }
      ul.service-blocks li a.btn p {
        color: white;
        margin: 0px 0px;
        font-weight: 600;
        width: 100% !important; }
      ul.service-blocks li a.btn i {
        margin-left: 5px; }
      @media (min-width: 768px) {
        ul.service-blocks li a.btn {
          padding: 1em 2em; } }
      @media (min-width: 1024px) {
        ul.service-blocks li a.btn {
          margin: 1em 0; }
          ul.service-blocks li a.btn i {
            margin-left: 20px; } }
      ul.service-blocks li a.btn:hover {
        transition: .3s;
        cursor: pointer; }
      ul.service-blocks li a.btn p {
        color: #133045; }
    ul.service-blocks li a.link {
      padding-top: 0px;
      display: none; }
    ul.service-blocks li:hover {
      background-color: #42ABE2;
      transition: 1s; }
    ul.service-blocks li.selected {
      transition: 1s;
      background-color: #42ABE2;
      flex: 2;
      padding: 30px 40px; }
      ul.service-blocks li.selected img {
        display: none; }
      ul.service-blocks li.selected p.desc {
        display: inline-block; }
      ul.service-blocks li.selected a.btn {
        box-shadow: none;
        border: 0px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 300;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        text-transform: uppercase;
        margin: 1em 0;
        padding: 1em 1em;
        min-width: 125px;
        transition: .3s;
        letter-spacing: 1.5px;
        color: white;
        background-color: transparent;
        backdrop-filter: none;
        border: 5px solid #FFD23E;
        font-weight: 800;
        display: inline-block; }
        ul.service-blocks li.selected a.btn p {
          color: white;
          margin: 0px 0px;
          font-weight: 600;
          width: 100% !important; }
        ul.service-blocks li.selected a.btn i {
          margin-left: 5px; }
        @media (min-width: 768px) {
          ul.service-blocks li.selected a.btn {
            padding: 1em 2em; } }
        @media (min-width: 1024px) {
          ul.service-blocks li.selected a.btn {
            margin: 1em 0; }
            ul.service-blocks li.selected a.btn i {
              margin-left: 20px; } }
        ul.service-blocks li.selected a.btn:hover {
          transition: .3s;
          cursor: pointer; }
        ul.service-blocks li.selected a.btn p {
          color: #25608A; }
      ul.service-blocks li.selected a.link {
        display: inline-block; }
      ul.service-blocks li.selected h4 {
        font-size: 24px;
        line-height: 30px; }
    ul.service-blocks li p {
      width: 100% !important; }

.links {
  text-align: center;
  align-items: center; }
  .links a.btn {
    box-shadow: none;
    border: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    margin: 1em 0;
    padding: 1em 1em;
    min-width: 125px;
    transition: .3s;
    letter-spacing: 1.5px;
    color: white;
    background-color: transparent;
    backdrop-filter: none;
    border: 5px solid #ffffff;
    font-weight: 800; }
    .links a.btn p {
      color: white;
      margin: 0px 0px;
      font-weight: 600;
      width: 100% !important; }
    .links a.btn i {
      margin-left: 5px; }
    @media (min-width: 768px) {
      .links a.btn {
        padding: 1em 2em; } }
    @media (min-width: 1024px) {
      .links a.btn {
        margin: 1em 0; }
        .links a.btn i {
          margin-left: 20px; } }
    .links a.btn:hover {
      transition: .3s;
      cursor: pointer; }
    .links a.btn p {
      color: white; }

ul.link-blocks {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  padding: 0px;
  margin: 2em 0; }
  @media (min-width: 768px) {
    ul.link-blocks {
      grid-template-columns: 1fr 1fr; } }
  ul.link-blocks li {
    background-color: #25608A;
    box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.25);
    transition: .3s;
    flex: 1;
    margin: 1em 0px;
    padding: .5em 2em;
    transition: 1s;
    text-align: left; }
    @media (min-width: 768px) {
      ul.link-blocks li {
        margin: 1em;
        padding: 30px 40px; } }
    ul.link-blocks li h3 {
      font-size: 30px;
      line-height: 40px;
      font-weight: 600;
      margin-bottom: .5em; }
    ul.link-blocks li img {
      height: 100px;
      width: auto;
      margin-bottom: 20px; }
    ul.link-blocks li p.desc {
      line-height: 30px; }
    ul.link-blocks li a.btn {
      box-shadow: none;
      border: 0px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 300;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      text-transform: uppercase;
      margin: 1em 0;
      padding: 1em 1em;
      min-width: 125px;
      transition: .3s;
      letter-spacing: 1.5px;
      color: white;
      background-color: rgba(255, 255, 255, 0.5);
      backdrop-filter: blur(4px);
      border: 5px solid #FFD23E;
      font-weight: 800; }
      ul.link-blocks li a.btn p {
        color: white;
        margin: 0px 0px;
        font-weight: 600;
        width: 100% !important; }
      ul.link-blocks li a.btn i {
        margin-left: 5px; }
      @media (min-width: 768px) {
        ul.link-blocks li a.btn {
          padding: 1em 2em; } }
      @media (min-width: 1024px) {
        ul.link-blocks li a.btn {
          margin: 1em 0; }
          ul.link-blocks li a.btn i {
            margin-left: 20px; } }
      ul.link-blocks li a.btn:hover {
        transition: .3s;
        cursor: pointer; }
      ul.link-blocks li a.btn p {
        color: #133045; }
    ul.link-blocks li a.link {
      padding-top: 0px; }
      ul.link-blocks li a.link p {
        text-transform: uppercase;
        letter-spacing: 1.5px; }
    ul.link-blocks li p {
      width: 100% !important; }

.chart-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 7em !important;
  padding-bottom: 0em !important; }
  @media (min-width: 768px) {
    .chart-wrapper {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1024px) {
    .chart-wrapper {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (min-width: 1280px) {
    .chart-wrapper {
      padding-left: 80px;
      padding-right: 80px; } }
  @media (min-width: 1400px) {
    .chart-wrapper {
      padding-left: 100px;
      padding-right: 100px; } }
  @media (min-width: 1800px) {
    .chart-wrapper {
      padding-left: 120px;
      padding-right: 120px; } }

table {
  border-spacing: 0px !important;
  margin: 0 auto;
  width: 100%; }
  table tr {
    display: flex;
    border: 0px; }
    table tr td {
      flex: 1;
      text-align: center;
      transition: .3s;
      border: 1px solid white;
      display: flex; }
      table tr td:first-child {
        align-items: flex-start;
        justify-content: flex-start;
        border-bottom: 1px solid #25608A; }
      table tr td:nth-child(2) {
        background-color: rgba(37, 96, 138, 0.7); }
      table tr td:nth-child(3) {
        background-color: rgba(66, 171, 226, 0.7); }
      table tr td:nth-child(4) {
        background-color: rgba(37, 96, 138, 0.7); }
      table tr td p {
        color: #133045;
        padding: 0px 10px 0 10px;
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        margin: 10px 0;
        font-family: 'Volkhov', serif; }
        @media (min-width: 768px) {
          table tr td p {
            width: auto; } }
        table tr td p.price {
          color: #ffffff;
          font-weight: 400;
          padding: 0px 0px 0 0px;
          font-family: 'Source Sans Pro', sans-serif;
          padding: 0 20px; }
        table tr td p.chart-title {
          padding: 20px 10px;
          font-size: 18px;
          text-align: center;
          font-family: 'Source Sans Pro', sans-serif; }
      table tr td img {
        width: 30px; }
      table tr td div.dot {
        height: 10px;
        width: 10px;
        background-color: #d8e7eb;
        border-radius: 100%;
        margin: 0 auto; }
    table tr:first-child td:nth-child(2), table tr:first-child td:nth-child(3), table tr:first-child td:nth-child(4) {
      background-color: transparent !important;
      justify-content: flex-start; }
      table tr:first-child td:nth-child(2) p, table tr:first-child td:nth-child(3) p, table tr:first-child td:nth-child(4) p {
        background-color: #25608A;
        color: #ffffff;
        padding: 11px 20px;
        margin: 0px; }
    table tr:first-child td:nth-child(3) p {
      background-color: #25608A; }
    table tr:first-child td:nth-child(3) p {
      background-color: #42ABE2; }
    table tr:first-child td:nth-child(4) p {
      background-color: #25608A; }
  table tr.pricing td p, table tr.pricing td p.price {
    font-size: 18px;
    margin: 15px 0; }

.animatable {
  /* initially hide animatable objects */
  visibility: hidden !important;
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused; }

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

.animate-out {
  visibility: visible !important;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  -ms-animation-direction: reverse;
  -o-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); } }

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

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

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

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

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

@-o-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); } }

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

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

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    transform: translateX(20px); }
  80% {
    transform: translateX(-5px); }
  100% {
    opacity: 1;
    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); } }

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

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

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

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

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

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

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    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); } }

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

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

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

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

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

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

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

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

@-o-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;
  -moz-animation-name: fadeBgColor;
  -o-animation-name: fadeBgColor;
  animation-name: fadeBgColor; }

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

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

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

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

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

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

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

.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: #25608A; }
    .closemodal p i {
      color: #25608A !important; }
  .closemodal i {
    color: #25608A !important; }
  .closemodal:hover {
    color: #383838;
    border-bottom: 0px !important; }
    .closemodal:hover p {
      border-bottom: 0px !important;
      color: #383838 !important; }
      .closemodal:hover p i {
        color: #383838 !important; }
  @media (min-width: 768px) {
    .closemodal {
      top: 0; } }

.mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: #42ABE2;
  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;
  transform: translateY(45px);
  display: flex;
  align-items: center;
  justify-content: center; }
  .modal .modal-content {
    width: 80%;
    height: 90%;
    background: #ffffff;
    box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.25);
    transition: .3s;
    overflow-y: scroll;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 3em !important;
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .modal .modal-content h1, .modal .modal-content h2, .modal .modal-content h3, .modal .modal-content h4, .modal .modal-content h5, .modal .modal-content h6, .modal .modal-content p {
      color: #133045 !important; }
    @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: #42ABE2; }

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

/* ================================= */
.container {
  width: 100%;
  position: relative; }

.Accordions {
  display: block;
  margin: auto; }

.Accordion_item {
  width: 100%;
  height: auto;
  padding: 20px 0;
  box-sizing: border-box; }
  .Accordion_item:last-child {
    border-bottom: none; }
  .Accordion_item:hover .title {
    color: #42ABE2;
    transition: .5s; }
  .Accordion_item .title_tab {
    width: auto;
    padding: 0px;
    cursor: pointer;
    transition: .3s;
    border-radius: 5px;
    display: inline-block;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start; }
    .Accordion_item .title_tab i {
      margin-left: 20px; }
    .Accordion_item .title_tab b {
      padding: 5px 10px;
      background-color: #25608A;
      color: white;
      margin-right: 20px;
      margin-left: 0px;
      transition: .5s; }
    .Accordion_item .title_tab .title {
      position: relative;
      font-weight: bolder !important;
      margin: 0px;
      text-align: left; }

.inner_content {
  width: auto;
  height: auto;
  display: none;
  overflow: hidden; }
  .inner_content p {
    margin: auto;
    opacity: 0;
    transform: translate3d(0px, 60px, 0px);
    transition: transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01), opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
    padding-top: 1em; }
    .inner_content p a {
      color: #42ABE2;
      text-decoration: underline; }
      .inner_content p a:hover {
        color: #42ABE2; }

/* ================================= */
.Accordion_item {
  padding: 1em 0px;
  border-radius: 0px;
  width: 100%; }
  @media (min-width: 768px) {
    .Accordion_item {
      padding: 2em 0px;
      width: 100%; } }
  .Accordion_item .title_tab:hover b {
    background-color: #42ABE2;
    transition: .3s; }
  .Accordion_item .title_tab.active {
    border-top: none;
    background-color: transparent !important;
    transition: .3s; }
    .Accordion_item .title_tab.active b {
      transform: rotate(45deg);
      transition: .5s;
      background-color: #42ABE2;
      font-size: 16px;
      padding: 5px 10px; }
    .Accordion_item .title_tab.active i {
      opacity: 0; }
    .Accordion_item .title_tab.active .title {
      margin-bottom: 0px;
      text-align: left;
      background-color: transparent !important; }
  .Accordion_item .title_tab:hover {
    transition: .3s; }
  .Accordion_item .inner_content p.show {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01); }

.Accordion_item.open {
  background-color: #25608A;
  padding: 20px 10px;
  margin: 1em 0;
  box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.25);
  transition: .3s; }
  .Accordion_item.open p, .Accordion_item.open .title, .Accordion_item.open ul li {
    color: white !important; }
  .Accordion_item.open p {
    text-align: left !important;
    width: 100%; }
  @media (min-width: 768px) {
    .Accordion_item.open {
      padding: 30px;
      width: 100%;
      margin: 2em 0; } }
  @media (min-width: 1024px) {
    .Accordion_item.open {
      margin: 3em 0; } }

.inner_content {
  text-align: left !important;
  margin-left: 3em; }
  .inner_content ul li {
    text-align: left !important; }
  .inner_content p a:hover {
    transition: .3s;
    color: #FFD23E !important; }
  .inner_content h3 {
    color: white !important;
    text-align: left !important;
    font-family: 'Volkhov', serif;
    font-weight: 400;
    font-size: 20px;
    position: relative;
    margin-bottom: 0px; }
    @media (min-width: 768px) {
      .inner_content h3 {
        font-size: 20px; } }

.wFormContainer .wForm {
  padding: 0px !important;
  background-color: transparent !important; }

.wForm h3.wFormTitle {
  color: #25608A !important;
  font-family: "Source Sans Pro", sans-serif !important;
  text-align: center; }

.wFormFooter {
  display: none; }

.wFormContainer .wFormHeader {
  display: none; }

.wFormContainer .wForm .inputWrapper {
  width: 100% !important;
  box-sizing: border-box; }
  .wFormContainer .wForm .inputWrapper input {
    width: 100% !important;
    box-sizing: border-box; }

.wFormContainer .field-hint-inactive, .wFormContainer .field-hint {
  background-color: transparent !important; }

.wForm div.oneField {
  width: 100% !important;
  text-align: left !important; }

.wFormContainer .inputWrapper input[type='text'], .wFormContainer .inputWrapper textarea {
  width: 100% !important; }

.wFormContainer {
  max-width: none !important; }
  .wFormContainer .section.group, .wFormContainer .section.inline.group {
    display: flex;
    flex-direction: row; }
    .wFormContainer .section.group .oneField, .wFormContainer .section.inline.group .oneField {
      flex: 1 !important; }
  .wFormContainer form {
    margin: 0 auto;
    width: 100% !important; }
    .wFormContainer form body.application .wFormContainer .oneField input:not([type="file"]), .wFormContainer form body.application .wFormContainer .inputWrapper textarea, .wFormContainer form body.application .wFormContainer .inputWrapper select, .wFormContainer form body.application .wFormContainer .inputWrapper input, .wFormContainer form body.requestCopies .wFormContainer .oneField input:not([type="file"]), .wFormContainer form body.requestCopies .wFormContainer .inputWrapper textarea, .wFormContainer form body.requestCopies .wFormContainer .inputWrapper select, .wFormContainer form body.requestCopies .wFormContainer .inputWrapper input, .wFormContainer form body.spanishApplication .wFormContainer .oneField input:not([type="file"]), .wFormContainer form body.spanishApplication .wFormContainer .inputWrapper textarea, .wFormContainer form body.spanishApplication .wFormContainer .inputWrapper select, .wFormContainer form body.spanishApplication .wFormContainer .inputWrapper input, .wFormContainer form .inputWrapper input[type='text'], .wFormContainer form .wFormContainer .inputWrapper textarea {
      width: 100% !important; }
      .wFormContainer form body.application .wFormContainer .oneField input:not([type="file"])#tfa_2, .wFormContainer form body.application .wFormContainer .inputWrapper textarea#tfa_2, .wFormContainer form body.application .wFormContainer .inputWrapper select#tfa_2, .wFormContainer form body.application .wFormContainer .inputWrapper input#tfa_2, .wFormContainer form body.requestCopies .wFormContainer .oneField input:not([type="file"])#tfa_2, .wFormContainer form body.requestCopies .wFormContainer .inputWrapper textarea#tfa_2, .wFormContainer form body.requestCopies .wFormContainer .inputWrapper select#tfa_2, .wFormContainer form body.requestCopies .wFormContainer .inputWrapper input#tfa_2, .wFormContainer form body.spanishApplication .wFormContainer .oneField input:not([type="file"])#tfa_2, .wFormContainer form body.spanishApplication .wFormContainer .inputWrapper textarea#tfa_2, .wFormContainer form body.spanishApplication .wFormContainer .inputWrapper select#tfa_2, .wFormContainer form body.spanishApplication .wFormContainer .inputWrapper input#tfa_2, .wFormContainer form .inputWrapper input[type='text']#tfa_2, .wFormContainer form .wFormContainer .inputWrapper textarea#tfa_2 {
        width: 100% !important; }
    .wFormContainer form .inputWrapper select {
      height: 3em !important;
      border-radius: 0px !important; }
    .wFormContainer form input, .wFormContainer form textarea {
      border-radius: 0px !important;
      border: 2px solid white !important;
      padding: 20px 10px  !important;
      color: #25608A !important;
      width: 100% !important;
      outline: 3px solid #ffffff !important;
      background-color: #efefef  !important; }
    .wFormContainer form input[type="text"]:active, .wFormContainer form input[type="text"]:focus, .wFormContainer form textarea:active, .wFormContainer form textarea:focus {
      outline: 3px solid #42ABE2 !important;
      border: 2px solid white !important;
      width: 100% !important; }
    .wFormContainer form label {
      text-align: left !important;
      font-size: 1em !important;
      color: #25608A !important;
      font-family: "Source Sans Pro", sans-serif !important;
      padding: 3px 1px !important; }
      @media (min-width: 768px) {
        .wFormContainer form label {
          font-size: 1em !important;
          padding: 1px !important; } }
    .wFormContainer form fieldset input, .wFormContainer form fieldset textarea {
      background-color: white  !important;
      border: 2px solid white !important;
      width: 100% !important;
      outline: 3px solid #ffffff !important; }
    .wFormContainer form fieldset input[type="text"]:active, .wFormContainer form fieldset input[type="text"]:focus, .wFormContainer form fieldset textarea:active, .wFormContainer form fieldset textarea:focus {
      outline: 3px solid #42ABE2 !important;
      border: 2px solid white !important;
      width: 100% !important; }
    .wFormContainer form .twitter-typeahead {
      width: 100% !important; }
      .wFormContainer form .twitter-typeahead input {
        padding-left: 35px !important; }
    .wFormContainer form .wFormContainer .inputWrapper select {
      width: 100% !important; }
    .wFormContainer form .duplicateSpan a {
      position: relative;
      font-size: .9em;
      padding-right: 10px !important; }
      .wFormContainer form .duplicateSpan a:before {
        content: '+';
        position: relative;
        left: -10px; }
    .wFormContainer form .ul-container {
      column-count: 1; }
      @media (min-width: 768px) {
        .wFormContainer form .ul-container {
          column-count: 3; } }
    .wFormContainer form .actions {
      text-align: center;
      display: inline-block; }
    .wFormContainer form .wfPagingButtons .wfPageNextButton {
      box-shadow: none;
      border: 0px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 300;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      text-transform: uppercase;
      margin: 1em 0;
      padding: 1em 1em;
      min-width: 125px;
      transition: .3s;
      letter-spacing: 1.5px;
      color: white;
      background-color: transparent;
      backdrop-filter: none;
      border: 5px solid #133045;
      font-weight: 800;
      background-color: #42ABE2 !important;
      color: #ffffff !important; }
      .wFormContainer form .wfPagingButtons .wfPageNextButton p {
        color: white;
        margin: 0px 0px;
        font-weight: 600;
        width: 100% !important; }
      .wFormContainer form .wfPagingButtons .wfPageNextButton i {
        margin-left: 5px; }
      @media (min-width: 768px) {
        .wFormContainer form .wfPagingButtons .wfPageNextButton {
          padding: 1em 2em; } }
      @media (min-width: 1024px) {
        .wFormContainer form .wfPagingButtons .wfPageNextButton {
          margin: 1em 0; }
          .wFormContainer form .wfPagingButtons .wfPageNextButton i {
            margin-left: 20px; } }
      .wFormContainer form .wfPagingButtons .wfPageNextButton:hover {
        transition: .3s;
        cursor: pointer; }
      .wFormContainer form .wfPagingButtons .wfPageNextButton p {
        color: #25608A; }
      .wFormContainer form .wfPagingButtons .wfPageNextButton:hover {
        box-shadow: 0 1px 50px 0px rgba(0, 0, 0, 0.25);
        transition: .3s; }
    .wFormContainer form .primaryAction {
      margin-top: 0px !important;
      font-family: "Source Sans Pro", sans-serif !important;
      color: #42ABE2 !important;
      border: 1px solid #42ABE2 !important;
      background: -webkit-linear-gradient(legacy-direction(110deg), #42ABE2, #25608A);
      background: linear-gradient(110deg, #42ABE2, #25608A);
      transition: .5s;
      padding: 10px 25px !important;
      border-radius: 0px !important;
      font-size: 1em !important;
      font-weight: 600 !important;
      transition: .5s !important;
      letter-spacing: .5px !important;
      margin: 0 auto;
      text-align: center;
      opacity: .5; }
      .wFormContainer form .primaryAction:hover {
        transition: .5s !important;
        opacity: 1; }

#tfa_30, #tfa_3, #tfa_5, #tfa_6 {
  width: 100% !important; }

.readonly {
  font-weight: bold !important;
  color: #133045 !important; }

.wForm .preField {
  min-width: 0px !important; }

#tfa_105-HTML {
  font-family: "Source Sans Pro", sans-serif !important;
  letter-spacing: 0px !important; }

div.kalendae.k-floating {
  left: 60% !important;
  top: 50% !important;
  position: absolute;
  z-index: 10000; }

p.MsoNormal span {
  font-size: 17px !important;
  line-height: 24px !important;
  color: #383838 !important; }
  p.MsoNormal span a {
    color: #42ABE2 !important; }

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: -webkit-linear-gradient(legacy-direction(180deg), #25608A, #133045);
  background: linear-gradient(180deg, #25608A, #133045);
  transition: .5s; }
  footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer p, footer p.intro {
    color: #ffffff; }
  footer .footer-links {
    text-align: left;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px; }
    @media (min-width: 768px) {
      footer .footer-links li {
        margin-bottom: 0px; }
        footer .footer-links li a {
          line-height: 22px; } }
    footer .footer-links.cols li {
      justify-content: center;
      margin-bottom: 0px; }
    @media (min-width: 768px) {
      footer .footer-links.cols {
        column-count: 1; }
        footer .footer-links.cols li {
          margin-bottom: 0px;
          justify-content: flex-start; } }
    footer .footer-links li {
      display: flex;
      align-items: center;
      margin-bottom: 1em;
      flex-direction: column; }
      footer .footer-links li i {
        display: none;
        font-size: 30px;
        color: #133045; }
      footer .footer-links li a {
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 600;
        font-size: 12px;
        color: #ffffff;
        font-weight: 400;
        text-decoration: none;
        margin: 0px;
        transition: .3s; }
        @media (min-width: 1024px) {
          footer .footer-links li a {
            font-size: 15px;
            line-height: 22px;
            letter-spacing: .5px;
            padding: 8px 0px; } }
        footer .footer-links li a:hover {
          transition: .3s;
          color: #FFD23E; }
        footer .footer-links li a:hover + i {
          color: #FFD23E !important; }
      @media (min-width: 768px) {
        footer .footer-links li {
          flex-direction: row; } }
    @media (min-width: 768px) {
      footer .footer-links {
        flex-direction: row; }
        footer .footer-links li i {
          display: inline-block;
          font-size: 30px;
          color: #133045; } }
  footer .top-footer {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    text-align: center; }
    @media (min-width: 768px) {
      footer .top-footer {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 1024px) {
      footer .top-footer {
        padding-left: 60px;
        padding-right: 60px; } }
    @media (min-width: 1280px) {
      footer .top-footer {
        padding-left: 80px;
        padding-right: 80px; } }
    @media (min-width: 1400px) {
      footer .top-footer {
        padding-left: 100px;
        padding-right: 100px; } }
    @media (min-width: 1800px) {
      footer .top-footer {
        padding-left: 120px;
        padding-right: 120px; } }
    @media (min-width: 768px) {
      footer .top-footer {
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media (min-width: 1024px) {
      footer .top-footer {
        padding-top: 60px;
        padding-bottom: 60px; } }
    @media (min-width: 1280px) {
      footer .top-footer {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media (min-width: 1400px) {
      footer .top-footer {
        padding-top: 100px;
        padding-bottom: 100px; } }
    @media (min-width: 1800px) {
      footer .top-footer {
        padding-top: 120px;
        padding-bottom: 120px; } }
    footer .top-footer h3 {
      color: #42ABE2; }
    footer .top-footer div.footer-about {
      flex: 1; }
    footer .top-footer div.foot-col {
      flex: 1; }
      footer .top-footer div.foot-col i {
        margin-right: 18px; }
    @media (min-width: 768px) {
      footer .top-footer {
        flex-direction: row;
        text-align: left; }
        footer .top-footer div.footer-about {
          flex: 1.5;
          padding-right: 2em; } }
    @media (min-width: 1024px) {
      footer .top-footer div.footer-about {
        flex: 1.5;
        padding-right: 4em; }
        footer .top-footer div.footer-about p {
          font-size: 20px; } }
    @media (min-width: 1280px) {
      footer .top-footer div.footer-about {
        flex: 2;
        padding-right: 5em; } }
  footer .band-footer {
    background-color: #42ABE2;
    width: 100%;
    margin-bottom: 2em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 1em;
    padding-bottom: 1em; }
    @media (min-width: 768px) {
      footer .band-footer {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 1024px) {
      footer .band-footer {
        padding-left: 60px;
        padding-right: 60px; } }
    @media (min-width: 1280px) {
      footer .band-footer {
        padding-left: 80px;
        padding-right: 80px; } }
    @media (min-width: 1400px) {
      footer .band-footer {
        padding-left: 100px;
        padding-right: 100px; } }
    @media (min-width: 1800px) {
      footer .band-footer {
        padding-left: 120px;
        padding-right: 120px; } }
    footer .band-footer p {
      margin: 0px; }
    footer .band-footer ul.social {
      list-style: none;
      display: flex;
      align-items: center;
      padding-left: 0px; }
      footer .band-footer ul.social li {
        padding-left: 1em; }
        footer .band-footer ul.social li:first-child {
          padding-left: 0em; }
        footer .band-footer ul.social li a {
          color: #ffffff;
          font-size: 24px; }
          footer .band-footer ul.social li a:hover {
            text-decoration: none;
            border: 0px;
            color: #FFD23E;
            transition: .3s; }
    @media (min-width: 768px) {
      footer .band-footer {
        margin-bottom: 3em;
        flex-direction: row; } }
    @media (min-width: 1024px) {
      footer .band-footer {
        margin-bottom: 4em; } }


.pop-up{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4444;
  display: block;
  opacity: 0;
}
.pop-up.show {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.pop-up.hidden {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: none;
}
#main .wrapper-closes {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  @media (min-width: 390px){
    top: 3px;
    right: 3px;
    height: 25px;
    width: 25px;
  }
  @media (min-width: 768px){
    top: 5px;
    right: 5px;
    height: 30px;
    width: 30px;
  }
  @media (min-width: 1024px) {
    top: 8px;
    right: 8px;
    height: 50px;
    width: 50px;
  }
}
.close-btn {
  position: relative;
  width: 15px;
  height: 15px;
  cursor: pointer;
  @media (min-width: 768px) {
    width: 20px;
    height: 20px;
  }
}

.close-btn::before,
.close-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background-color: black;
}

@media (min-width: 768px) {
  .close-btn::before,
  .close-btn::after {
    width: 20px;
    height: 2px;
  }
}
@media (min-width: 1024px) {
  .close-btn::before,
  .close-btn::after {
    width: 30px;
    height: 3px;
  }
}

.close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);

}

.close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}