@import url("https://use.typekit.net/ank8thr.css");
::selection {
  background: #374694;
  color: #fff;
}

#preview-bar {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  padding: 1rem;
  height: 100vh;
}
#preview-bar button {
  display: block;
  margin-bottom: 1rem;
}

#lbb-dev-panel {
  display: none;
}

#lbb-admin-bar {
  top: inherit !important;
  bottom: 0;
}

html {
  overflow-y: scroll;
  font-size: 80%;
}
@media (min-width: 992px) {
  html {
    font-size: 90%;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 100%;
  }
}
@media (min-width: 1800px) {
  html {
    font-size: 110%;
  }
}

body {
  font-size: 1.15rem;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: "sofia-pro", sans-serif;
  background-color: #d5d5d5;
  color: #454545;
  font-weight: 400;
}

h1, .h1,
h2,
h3,
h4 {
  color: #222222;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

h1, .h1 {
  font-size: 2.25rem;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.35rem;
}

h4 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

p, ol, ul, dl {
  margin-bottom: 1.5rem;
}

img {
  max-width: 100%;
  height: auto;
}
img.rounded {
  border-radius: 0.15rem;
}

.lead {
  font-size: 1.5rem;
  font-weight: 300;
}

a,
button {
  transition-property: background, border-color, color, opacity, transform, box-shadow;
  cursor: pointer;
  transition-duration: 0.25s;
  color: #374694;
  text-decoration: none;
}
a:hover,
button:hover {
  text-decoration: none;
  color: #222222;
}
a:focus,
button:focus {
  outline: 0;
}
a:focus-visible,
button:focus-visible {
  outline-color: #4D90FE;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
hr.slim {
  width: 100px;
  margin: 3rem auto;
}

.top-title {
  font-size: 1rem;
  letter-spacing: 0.01rem;
  color: #7d7d7d;
}

.preamble {
  font-size: 1.35rem;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 0;
  color: #fff;
  z-index: 1000;
}
.site-header .site-branding {
  margin-left: auto;
  margin-right: auto;
  margin-top: -0.35rem;
  max-width: 13rem;
  display: block;
}
@media (min-width: 992px) {
  .site-header .site-branding {
    max-width: 14rem;
    margin-left: -0.35rem;
    margin-top: -0.35rem;
  }
}
.site-header .site-navigation {
  margin-top: 1rem;
  padding-top: 0.5rem;
  border-top: 1px solid #ffffff2b;
}
.site-header .site-navigation .nav {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
}
.site-header .site-navigation .nav .nav-item {
  display: inline-block;
}
.site-header .site-navigation .nav .nav-item .nav-link {
  display: block;
  color: #fff;
  opacity: 0.5;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.site-header .site-navigation .nav .nav-item .nav-link.current {
  color: #fff;
  opacity: 1;
}
.site-header .site-navigation .nav .nav-item .nav-link:hover:not(.current) {
  opacity: 0.75;
}
@media (min-width: 992px) {
  .site-header .site-navigation {
    margin-top: 0rem;
    border-top: 0px solid #ffffff2b;
    position: relative;
    padding: 0;
    background: transparent;
    top: 0;
  }
  .site-header .site-navigation .nav {
    flex-direction: row;
    justify-content: center;
  }
  .site-header .site-navigation .nav .nav-item .nav-link {
    padding: 0.25rem 0.75rem 0.5rem 0.75rem;
    font-size: 1rem;
  }
}
.site-header .main-row {
  padding: 1.5rem 0 1rem 0;
}
@media (min-width: 992px) {
  .site-header .main-row {
    padding: 1.75rem 0;
  }
}
.site-content, .site-footer, .site-header, .cookie-bar, .loader {
  margin: 0 auto;
}

.site-content {
  background-color: #f7f7f7;
}
.site-footer {
  background-color: #222222;
  padding: 4rem 0 9rem;
  color: #b0b0b0;
  font-size: 1.05rem;
}
@media (min-width: 992px) {
  .site-footer {
    padding: 4rem 0 5rem;
  }
}
.site-footer.cookie-accepted {
  padding-bottom: 0;
}
.site-footer h3 {
  color: #fff;
}
.site-footer a {
  color: #fff;
  opacity: 0.45;
}
.site-footer a:hover {
  color: #fff;
  opacity: 1;
}
.site-footer img {
  max-width: 12rem;
}
.site-footer .nav {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  display: block;
}
.site-footer .nav .nav-item {
  display: block;
}
.site-footer .nav .nav-item .nav-link {
  display: block;
  color: #fff;
  padding: 0.25rem 0;
  opacity: 0.5;
}
.site-footer .nav .nav-item .nav-link.current {
  text-decoration: underline;
}
.site-footer .nav .nav-item .nav-link:hover {
  opacity: 1;
}
.site-footer .frm_fields_container {
  display: flex;
  flex-direction: row;
}
.site-footer .frm_fields_container .frm_form_field {
  flex: auto;
}
.site-footer .frm_fields_container .frm_submit {
  align-self: flex-end;
}
.site-footer .frm_fields_container .form-control {
  color: #fff;
  background-color: #2f304c;
  border: 1px solid #2f304c;
  font-size: 1rem;
}
.site-footer .frm_fields_container .form-control.form-control:focus {
  color: #fff;
  box-shadow: 0 0 0 0.2rem #21223e;
  border: 1px solid #6e6f8d;
}
.site-footer .frm_fields_container .btn.frm_button_submit, .site-footer .frm_fields_container .btn.btn-default {
  padding: 0.6rem 1.25rem 0.75rem 1.25rem;
}
.site-footer .frm_fields_container .btn.frm_button_submit:hover, .site-footer .frm_fields_container .btn.btn-default:hover {
  background: #20aae1;
}

.cover.image_left {
  color: #090a2e;
  background-color: #eaeaea;
}
.cover.image_left img {
  animation: fadeIn 2s;
}
.cover.image_left .container-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: left;
}
@media (min-width: 992px) {
  .cover.image_left .container-content {
    padding: 0rem 4rem;
    max-width: 710px;
  }
}
.cover.image_bg {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: bottom;
  position: relative;
  color: #FFF;
  background-color: #222222;
  height: 90vh;
  background-image: url("../img/start_mobile.jpg");
}
.cover.image_bg .cover-inner {
  width: 100%;
  max-width: 668px;
  margin: 0 auto;
  color: #fff;
  z-index: 2;
  text-align: center;
  animation: fadeIn 2s;
  opacity: 1;
  padding: 0 3rem 8rem 3rem;
}
.cover.image_bg .cover-inner h1, .cover.image_bg .cover-inner .h1 {
  color: #fff;
}
@media (min-width: 576px) {
  .cover.image_bg .cover-inner {
    padding: 3rem;
  }
}
.cover.image_bg:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  background-color: #000;
  transition: all 0.25s;
  height: 15rem;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
}
.cover.image_bg:after {
  content: "";
  position: absolute;
  opacity: 0.25;
  z-index: 1;
  display: block;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
  transition: all 0.25s;
}
@media (min-width: 576px) {
  .cover.image_bg {
    background-image: url("../img/start.jpg");
    min-height: 50rem;
  }
}

.button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 0.15rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  background-color: #374694;
  color: #fff;
}
.button:hover {
  color: #fff;
  background-color: #222222;
}

.section {
  padding: 3rem 0;
  animation: fadeIn 0.5s;
}
@media (min-width: 992px) {
  .section {
    padding: 6rem 0;
  }
}
.section.section-gray {
  background-color: #f1f1f1;
}
.section.text-image img {
  border-radius: 0.15rem;
}
.section.text-image .content {
  padding: 1rem 0;
}
.section.text-image .content :last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .section.text-image .content {
    padding: 0 1rem 0 1rem;
  }
}
.section.text-image + .section.text-image, .section.text-image + .section.grid {
  padding-top: 0rem;
}

.container {
  max-width: 85rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.container.container-xs {
  max-width: 50rem;
}
.container.container-sm {
  max-width: 65rem;
}
.container.container-md {
  max-width: 75rem;
}
.container.container-lg {
  max-width: 90rem;
}
@media (min-width: 768px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 992px) {
  .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.container.container-max {
  max-width: none;
  padding-left: 0rem;
  padding-right: 0rem;
}

.row:not(.no-gutters) {
  margin-left: -1rem;
  margin-right: -1rem;
}
.row:not(.no-gutters) > [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.row:not(.no-gutters).row-xs {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
.row:not(.no-gutters).row-xs > [class*=col] {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 992px) {
  .row:not(.no-gutters).row-md {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .row:not(.no-gutters).row-md > [class*=col] {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 2rem;
  }
  .row:not(.no-gutters).row-lg {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .row:not(.no-gutters).row-lg > [class*=col] {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters .col-lg {
  padding-right: 0;
  padding-left: 0;
}

.hamburger {
  border: 0;
  background: transparent;
  padding: 10px;
  margin-right: -10px;
}
.hamburger .line {
  width: 2rem;
  height: 2px;
  background-color: #e4eef5;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover .line {
  opacity: 0.5;
}
.hamburger.toggled .line:nth-child(1) {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
  transform: translateY(7px);
}
.hamburger.toggled .line:nth-child(3) {
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  transform: translateY(-7px);
}

.rte-content img {
  height: auto !important;
}
.rte-content hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.rte-content .alignleft {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
  max-width: 30%;
}
.rte-content .alignright {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
  max-width: 30%;
}

/*# sourceMappingURL=main.min.css.map */
