@charset "UTF-8";
html {
  font-size: 16px;
}

h1 {
  padding-top: 2.5rem;
  font-size: 2rem;
  line-height: 1.25;
}

h2 {
  padding-top: 2.25rem;
  font-size: 1.5rem;
}

h3, h4 {
  padding-top: 1.5rem;
  font-size: 1rem;
}

h3 {
  margin-bottom: 1rem;
  color: rgb(0, 41, 87);
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
  padding-top: 0;
}

p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin-bottom: 0.5rem;
  padding-left: 0;
  font-size: 1rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 1rem;
}
ul.plain,
ol.plain {
  list-style: none;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  font-size: 1rem;
  font-weight: bold;
}
dl dd {
  margin-bottom: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
}

strong,
b {
  font-weight: bold;
}

hr {
  margin: 1.5rem 0;
}

p a {
  text-decoration: underline;
}

.text-xl {
  font-size: 2rem;
  line-height: 1.25;
}

.text-l {
  font-size: 1.5rem;
  line-height: 1.5;
}

.text-m {
  font-size: 1rem;
  line-height: 1.5;
}

.text--small {
  font-size: 0.75rem;
  opacity: 0.7;
}

.text--left {
  text-align: left;
}
.text--center {
  text-align: center;
}
.text--right {
  text-align: right;
}
.text--wide {
  max-width: 60em !important;
}
.text--wide > * {
  max-width: 60em;
}
.text--emphasize {
  font-size: 1.5rem;
  line-height: 1.2;
}
.text--de-emphasize {
  font-size: 0.75rem;
  color: #cccccc;
}

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

blockquote {
  padding-left: 1rem;
  border-left: 1px solid rgb(255, 166, 155);
}

.quote {
  margin: 0;
}
.quote p {
  font-family: "Lato", sans-serif;
}
.quote :first-child::before {
  content: "“";
}
.quote :first-child::after {
  content: "”";
}
.quote cite {
  font-family: "Open Sans", sans-serif;
}

.text--long {
  max-width: 40em;
}

.text--green {
  color: #00d391;
}

.table {
  color: #252525;
}
.table--plain tr, .table--plain td, .table--plain th {
  border: 0 none !important;
}
.table tr.align--middle td {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  font-family: "Lato", sans-serif;
}

p {
  font-family: "Open Sans", sans-serif;
}

a {
  line-height: inherit;
  padding: 0;
  margin: 0;
  color: rgb(0, 41, 87);
}

a.plain {
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.container-fluid { /* Override bootstrap */
  padding: 0;
  overflow: hidden;
}

details.hide-open[open] summary {
  display: none;
}

summary.plain {
  list-style: none;
}
summary.plain::-webkit-details-marker {
  display: none;
}
summary.plain:focus:not(:focus-visible) {
  outline: none;
}

/* Colors */
.bg--primary {
  background-color: #00d391;
}

.bg--secondary {
  background-color: rgb(255, 166, 155);
}

.bg--tertiary {
  background-color: rgb(0, 41, 87);
}

.text-danger {
  color: #dc3545;
}

/* Spacing */
.padd-u {
  padding: 1.5rem;
}

.padd-u-y {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.padd-2u {
  padding: 3rem;
}

.padd-2u-y {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padd-2u-y-b {
  padding-bottom: 3rem;
}

.padd-3u {
  padding: 4.5rem;
}

.padd-3u-y {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.padd-b-u-y {
  padding-bottom: 1.5rem;
}

.padd-b-2u-y {
  padding-bottom: 3rem;
}

.padd-b-3u-y {
  padding-bottom: 4.5rem;
}

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

.aside {
  padding: 1.5rem;
}

/* Alignments */
.center-xy {
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-y {
  display: flex;
  align-items: center;
}

.center-x {
  display: flex;
  justify-content: center;
}

/* Misc */
.aside--primary {
  background-color: #00d391;
  color: #252525;
}

.aside--secondary {
  background-color: rgb(255, 166, 155);
  color: #fff;
}

.aside--tertiary {
  background-color: rgb(0, 41, 87);
  color: #fff;
}

.label--online:before {
  content: "(";
}
.label--online:after {
  content: ")";
}

.zindex--l1 {
  position: relative;
  z-index: 5;
}
.zindex--l2 {
  position: relative;
  z-index: 10;
}

@media (max-width: 480px) {
  .mobile--hide {
    display: none;
  }
}
.svg {
  stroke: #252525;
}

.svg--primary {
  stroke: #00d391;
}

.svg--secondary {
  stroke: rgb(255, 166, 155);
}

.svg--tertiary {
  stroke: rgb(0, 41, 87);
}

.svg--light {
  stroke: #fff;
}

.fill--vertical {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section {
  max-width: calc(70rem + 2 * 1.5rem);
  margin: 0 auto 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.col1 {
  margin: 0 auto;
  max-width: 70rem;
}

.col2 {
  padding: 0 1.5rem 1.5rem;
}

.col2__box {
  margin: 0 auto;
  max-width: 70rem;
}

.col2__main {
  width: 100%;
  margin-right: 1.5rem;
}

.col2__aside {
  width: 100%;
  margin-top: 3rem;
}

@media (min-width: 50rem) {
  .col2__box {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  .col2--reverse {
    flex-direction: row-reverse;
  }
  .col2__main {
    flex: 2 0;
    width: 64%;
    max-width: calc(70rem * 2 / 3);
  }
  .col2__aside {
    flex: 1 0;
    margin-top: 0;
    width: initial;
  }
  .action-call {
    display: block;
    position: fixed;
    top: 100px;
    max-width: calc(16rem + 7 * (100vw - 50rem) / 20);
    width: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
  }
}
@media (min-width: 70rem) {
  .action-call {
    max-width: 23rem;
  }
}
/*
    Lists
 */
.list {
  width: 100%;
  padding: 1.5rem;
}

.list__title {
  max-width: 70rem;
  margin: 0 auto;
}

.list__item {
  position: relative;
  margin: 0 0 1.5rem;
}
.list__item.empty {
  width: 100%;
  text-align: center;
}

.list__box {
  list-style-type: none;
  margin: 0 auto;
  max-width: 70rem;
}

@media (min-width: 35em) {
  .list__box {
    padding-left: 0;
    padding-right: 0;
  }
  @supports (display: grid) {
    .list__box--2col {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 1.5rem;
      grid-column-gap: 1.5rem;
    }
    .list__box--2col .list__item {
      flex: 1 0 40%;
      margin: 0;
    }
    .list__box--2col .list__item.stretch {
      display: flex;
    }
  }
}
@media (min-width: 40em) {
  .list__box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list__box > * {
    flex-basis: 32.5%;
  }
  .list__box.list__box--2col > * {
    flex-basis: 49%;
  }
  @supports (display: grid) {
    .list__box {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-row-gap: 1.5rem;
      grid-column-gap: 1.5rem;
      justify-items: stretch;
    }
    .list__box.list__box--2col {
      grid-template-columns: 1fr 1fr;
    }
  }
  .list__item.stretch {
    display: flex;
  }
}
/*
  Flow list - 2 column list of narrow screens that transforms to free flowing
              vertical list over (multiple) lines on wider
 */
.flist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 1.5rem;
  grid-column-gap: 1.5rem;
  list-style-type: none;
  margin: 0;
  padding: 1.5rem 0;
}
.flist .flist__item {
  margin: 0;
}

@media (min-width: 30rem) {
  .flist {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .flist .flist__item {
    margin: 1.5rem 1.5rem 0;
  }
}
/*

  Misc

 */
.align-bottom {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

form {
  max-width: 40em;
}

#signUpSectionButton {
  width: 200px;
}

.form--stacked {
  display: flex;
  flex-direction: column;
}
.form--stacked > * {
  width: 100%;
  margin-bottom: 0.5rem;
}

/*buttons*/
input:focus {
  outline: none;
}

input {
  padding: 0px 15px;
  border: 1px solid silver;
  border-radius: 2px;
  height: 3rem;
  outline: none;
}

.buttonContainer {
  cursor: pointer;
  margin: auto;
  position: relative;
  height: 3rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}

.buttonInner {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 5px;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: #00d391;
  color: #fff;
  border: 0 none;
  border-radius: 2px;
}

.buttonInner--secondary {
  background: rgb(255, 166, 155);
}

.buttonInner--tertiary {
  background: rgb(0, 41, 87);
}

.buttonInner h2 {
  margin: 0;
  margin-top: 2px;
}

.buttonContainer h2, p, h3 {
  font-size: 1rem;
}

/*Nav style*/
.nav__container {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  overflow: hidden;
  padding: 0 1.5rem;
  background-color: #fff;
  border-bottom: 1px solid #00d391;
}

.navbar__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 4.5rem;
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
  padding: 0;
}

.uptree__container {
  display: flex;
  align-items: center;
}

.uptree__image svg {
  margin: 0;
  padding: 0;
  max-height: 25px;
  width: 85px;
}

.navlinks {
  display: flex;
  align-items: center;
}
.navlinks a {
  text-decoration: none;
}

.nav__link {
  font-size: 0.75rem;
  color: #252525;
  text-transform: uppercase;
  padding-right: 1.5rem;
  cursor: pointer;
}

.icon-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 1.5rem;
  width: 32px;
  cursor: pointer;
}

.icon-burger__line {
  width: 100%;
  height: 4px;
  margin: 2px 0px;
  background: #252525;
  border-radius: 2px;
}

#login-button {
  width: 6em;
}

/*Mobile Nav Container*/
.mobilenav__container {
  display: none;
  background: #00d391;
  padding-top: 4.5rem;
  transition: all 0.25s ease;
  z-index: 20;
  position: fixed;
  /*position: relative;*/
  top: 0px;
  left: 100vw;
  width: 100vw;
  height: 100vh;
}
.mobilenav__container.isOpen {
  left: 0;
}
.mobilenav__container a {
  text-decoration: none;
}

.mobilenav__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding: 20px;
  height: 3rem;
  color: #fff;
}
.mobilenav__item p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 820px) {
  .uptree__container {
    left: 20px;
  }
  .navlinks__container {
    right: 20px;
  }
  .nav__link {
    display: none;
  }
  .icon-burger {
    display: flex;
  }
  .mobilenav__container {
    display: block;
  }
}
.footer {
  position: relative;
  background: #252525;
  z-index: 10;
}
.footer a {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
}
.footer a p {
  color: inherit;
}

.footer__upper {
  padding: 30px 0;
  background: #00d391;
  color: #252525;
}

.footerLogoContainer {
  display: flex;
  align-items: flex-end;
}

.footerLogo {
  max-width: 100%;
  width: 85px;
  height: auto;
}

.footerContainerLower {
  height: 50px;
  background: #151515;
}

.footerContainerLower p, .footerContainerLower p {
  margin: 0;
  color: #fff;
  line-height: 50px;
}

.formContainer {
  background: #fff;
  border-radius: 2px;
  display: flex;
}

.footerContentContainer {
  position: relative;
  padding: 50px 0;
  color: rgb(248, 249, 249);
}

.formButtonContainer {
  position: relative;
  height: 50px;
}

.footerSocialContainer img {
  margin-right: 5px;
  height: 15px;
  width: 15px;
  display: inline-block;
}

.footerSocialContainer p {
  padding-left: 5px;
  display: inline-block;
}

.formButton {
  border: none;
  color: #fff;
  background: rgb(255, 166, 155);
  border-radius: 2px;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  padding: 5px;
  width: 120px;
  cursor: pointer;
}

.formInput {
  border: none;
  padding: 0px 15px;
  border-radius: 7px;
  height: 50px;
  flex: 1;
}

@media screen and (max-width: 700px) {
  .displayRightSmall {
    width: autor;
    position: absolute;
    left: 50%;
    top: 50px;
  }
  .footerLogoContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
  }
}
.hero {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  margin-top: 4.5rem;
  margin-bottom: 1.5rem;
  color: #fff;
  background: url("../images/photos/hero_full.jpg") no-repeat;
  background-size: cover;
  z-index: 1;
}

.hero--left .hero__content-box {
  justify-content: flex-start;
}

.hero__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.hero__content-box {
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.hero__title {
  max-width: 50rem;
  font-size: 2.5rem;
}

.hero__tagline {
  margin-top: 2rem;
}

@media (min-height: 900px) {
  .hero {
    min-height: 400px;
  }
}
.hero--primary {
  background-color: #00d391;
  color: #252525;
  background-image: none;
}
.hero--primary .hero__container {
  background-color: transparent;
}

.hero--secondary {
  background-color: rgb(255, 166, 155);
  color: #fff;
  background-image: none;
}
.hero--secondary .hero__container {
  background-color: transparent;
}

.hero--tertiary {
  background-color: rgb(0, 41, 87);
  color: #fff;
  background-image: none;
}
.hero--tertiary .hero__container {
  background-color: transparent;
}

.list__item.draft,
.blog_draft {
  position: relative;
}

.list__item.draft::after,
.blog_draft::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "Draft";
  text-transform: uppercase;
  padding: 5px 10px;
  color: red;
  border: 2px solid red;
  border-radius: 4px;
  transform: rotate(20deg);
}

.post {
  height: 100%;
}
.post.card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  background: transparent;
}
.post__hero {
  width: 100%;
  height: 200px;
  margin-bottom: 1rem;
}
.post__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.embed,
.embed--image > * {
  max-width: 100%;
  width: 100%;
}

.mcontent {
  width: 100%;
}

.mcontent__media img {
  max-width: 100%;
}
.mcontent__media.video, .mcontent__media.centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*
    Hero in page behaves like media component, except that it doesn't show
    media on narrow screens
 */
.hero .mcontent__media {
  display: none;
}

.mcontent__text {
  padding: 3rem;
}

.mcontent__box--full {
  position: relative;
}
.mcontent__box--full .mcontent__media {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: fill;
  z-index: 1;
}
.mcontent__box--full .mcontent__media:not(.centered) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mcontent__box--full .mcontent__text {
  position: relative;
  margin: 0 auto;
  padding: 3rem 1em;
  max-width: 40em;
  z-index: 2;
}

@media (min-width: 40em) {
  .mcontent__box {
    min-height: 450px;
  }
  .mcontent.mcontent--text-only .mcontent__box {
    min-height: auto;
  }
  .mcontent__box.mcontent__box--third {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .mcontent__box.mcontent__box--third > * {
    flex: 1 0 50%;
  }
  .mcontent__box.mcontent__box--third.mcontent__box--reverse {
    flex-direction: row-reverse;
  }
  .mcontent__box.mcontent__box--third.mcontent__box--reverse .mcontent__text {
    padding-left: 0;
  }
  .mcontent__box.mcontent__box--third .mcontent__media {
    flex-basis: 33.3%;
  }
  .mcontent__box.mcontent__box--third .mcontent__media:not(.centered) img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mcontent__box.mcontent__box--third .mcontent__text {
    flex-basis: 66.6%;
  }
}
@media (min-width: 50em) {
  .mcontent__box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: 70rem;
    margin: 0 auto;
  }
  .mcontent__box > * {
    flex: 1 0 50%;
  }
  .mcontent__box.mcontent__box--reverse {
    flex-direction: row-reverse;
  }
  .mcontent__box.mcontent__box--reverse .mcontent__text {
    padding-left: 0;
    padding-right: 3rem;
  }
  .mcontent__media:not(.centered) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mcontent__text {
    padding-left: 3rem;
    padding-right: 0;
  }
  .mcontent__text > * {
    max-width: calc(70rem / 2 - 4.5rem);
  }
  .mcontent__text.wide > *, .mcontent__text.wide p {
    max-width: 60rem;
  }
}
.mcontent__box--primary {
  background-color: #00d391;
  color: #252525;
}
.mcontent__box--primary a {
  color: inherit;
  text-decoration: none;
}

.mcontent__box--secondary {
  background-color: rgb(255, 166, 155);
  color: #fff;
}
.mcontent__box--secondary a {
  color: inherit;
  text-decoration: none;
}

.mcontent__box--tertiary {
  background-color: rgb(0, 41, 87);
  color: #fff;
}
.mcontent__box--tertiary a {
  color: inherit;
  text-decoration: none;
}

.media {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 100%;
  margin: 0 0 1.5rem 0;
  padding: 1.5rem;
}
.media > img,
.media > svg {
  width: 100px;
  margin: 0 1.5rem 1.5rem 0;
}
.media > div {
  flex: 1;
  min-width: 12rem;
}
.media .media__title {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 0.5rem 0;
}

.embed {
  max-width: 100%;
}
.embed > img,
.embed > svg {
  max-width: 100%;
}
.embed .img--big {
  width: 200px;
}

.embed--youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}
.embed--youtube iframe,
.embed--youtube object,
.embed--youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card {
  display: block;
  width: 100%;
  padding: 1rem;
  box-shadow: 0 0 1px #00d391;
  transition: box-shadow 0.25s;
}
.card :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.card:hover {
  box-shadow: 1px 1px 4px #00d391;
  transition: box-shadow 0.25s;
}

.card--simple {
  display: block;
  width: 100%;
  padding: 1rem;
  box-shadow: 0 0 1px #00d391;
  transition: box-shadow 0.25s;
}
.card--simple :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.card--simple:hover {
  box-shadow: 1px 1px 4px #00d391;
  transition: box-shadow 0.25s;
}

.card2 {
  display: block;
  padding: 8px;
  transition: box-shadow 0.25s;
}
.card2:hover {
  box-shadow: 1px 1px 4px #00d391;
  transition: box-shadow 0.25s;
}
.card2 .card2__title {
  width: 100%;
  font-size: 1rem;
  line-height: 1.25;
  padding-bottom: 5px;
  border-bottom: 0.5px solid #00d391;
}
.card2 .card2__content {
  display: flex;
}
.card2 .card2__img {
  margin-right: 15px;
}
.card2 .card2__img img {
  max-width: 80px;
}
.card2 .card2__txt {
  font-size: 0.75rem;
  line-height: 2;
}

.card3 {
  display: block;
  padding: 8px 3rem;
  transition: box-shadow 0.25s;
}
.card3:hover {
  box-shadow: 1px 1px 4px rgb(255, 166, 155);
  transition: box-shadow 0.25s;
}
.card3 .card3__img {
  margin-right: 15px;
  margin-bottom: 1rem;
}
.card3 .card3__img img {
  max-width: 100%;
  max-height: 50px;
}
.card3__txt {
  font-size: 0.75rem;
  line-height: 2;
}

.card--blue {
  box-shadow: 0 0 1px rgb(255, 166, 155);
}
.card--blue:hover {
  box-shadow: 1px 1px 4px rgb(255, 166, 155);
  transition: box-shadow 0.25s;
}

.card--red {
  box-shadow: 0 0 1px rgb(0, 41, 87);
}
.card--red:hover {
  box-shadow: 1px 1px 4px rgb(0, 41, 87);
  transition: box-shadow 0.25s;
}

.card--plain {
  border: 0 none;
  box-shadow: none;
}
.card--plain:hover {
  box-shadow: none;
}

.person {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.person__data {
  margin-top: 1.5rem;
}
.person__data .person__name {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
}
.person__data .person__title {
  margin: 0 0 1rem;
  padding: 0;
  opacity: 0.7;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

.blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 70rem;
  list-style-type: none;
}

.block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.75rem 1px;
  padding: 1rem;
  border-radius: 2px;
  text-align: center;
  width: calc(100vw / (6));
  height: calc(100vw / (6));
  min-width: 140px;
  min-height: 140px;
}
.block__title {
  font-size: 1.5rem;
}
.block--plain {
  background-color: #fff;
  color: #252525;
}

@media (min-width: 700px) {
  .block__title {
    font-size: calc(1.5rem + 10 * (100vw - 320px) / 680);
  }
}
@media (min-width: 70rem) {
  .block {
    width: calc(70rem / (5 + 1));
    height: calc(70rem / (5 + 1));
  }
  .block__title {
    font-size: 2.25rem;
  }
}
.paginator {
  width: 100%;
  margin: 3rem 0;
  padding: 0 1.5rem;
}

.paginator__box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.paginator__item {
  margin: 0 1.5rem;
  padding: 0 1rem;
  cursor: pointer;
}

.testimonials {
  max-width: 50rem;
  margin: 3rem auto;
  padding: 0 3rem;
  color: #fff;
}
.testimonials .hidden {
  display: none;
}
.testimonials blockquote {
  position: relative;
  background-color: rgb(0, 41, 87);
  border: 0 none;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  margin: 0;
  padding-top: 4rem;
}
.testimonials blockquote:before {
  position: absolute;
  font-family: "Times New Roman", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  opacity: 0.4;
}
.testimonials blockquote:before {
  left: calc(50% - 0.5rem);
  top: calc(1.5rem - 0.5rem);
  content: "“";
}
.testimonials cite { /* Next two lines used so we can center text */
  display: inline-block;
  width: 100%;
  font-style: normal;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .testimonials {
    margin: 4.5rem 0;
  }
}
@keyframes carousel-slide {
  0% {
    transform: translateX(0);
  }
  3% {
    transform: translateX(-33.333333%);
  }
  33.333333% {
    transform: translateX(-33.333333%);
  }
  36.333333% {
    transform: translateX(-66.666666%);
  }
  66.666666% {
    transform: translateX(-66.666666%);
  }
  69.666666% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes carousel-control-1 {
  0% {
    background-color: #fff;
  }
  3% {
    background-color: transparent;
  }
  66.666666% {
    background-color: transparent;
  }
  69.666666% {
    background-color: #fff;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes carousel-control-2 {
  0% {
    background-color: transparent;
  }
  3% {
    background-color: #fff;
  }
  33.333333% {
    background-color: #fff;
  }
  36.333333% {
    background-color: transparent;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes carousel-control-3 {
  0% {
    background-color: transparent;
  }
  33.333333% {
    background-color: transparent;
  }
  36.333333% {
    background-color: #fff;
  }
  66.666666% {
    background-color: #fff;
  }
  69.666666% {
    background-color: transparent;
  }
  100% {
    background-color: transparent;
  }
}
.carousel {
  margin: 0 auto;
  max-width: 100%;
  background-color: rgb(0, 41, 87);
  border-radius: 2px;
  overflow: hidden;
  box-shadow: var(--level-6);
  border-radius: var(--borderRadius);
}

.carousel__strip {
  display: flex;
  width: 300%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #fff;
}
.carousel__strip > li {
  width: 100%;
  background-color: rgb(0, 41, 87);
}

.carousel__strip {
  /* Time: 12s * num_of_slides */
  animation: carousel-slide 30s infinite ease;
}

.carousel label[for$=s1] {
  animation: carousel-control-1 30s infinite linear;
}

.carousel label[for$=s2] {
  animation: carousel-control-2 30s infinite linear;
}

.carousel label[for$=s3] {
  animation: carousel-control-3 30s infinite linear;
}

input:checked ~ .carousel .carousel__strip {
  animation: none;
  transition: transform 0.25s;
}

input:checked ~ .carousel label[for$=s1],
input:checked ~ .carousel label[for$=s2],
input:checked ~ .carousel label[for$=s3] {
  animation: none;
}

.js-init .carousel__strip {
  animation: none;
  transition: transform 0.25s;
}

.js-init label[for$=s1],
.js-init label[for$=s2],
.js-init label[for$=s3] {
  animation: none;
}

.carousel__controls {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style-type: none;
  line-height: 1;
}
.carousel__controls li {
  margin: 0 0.75rem;
}
.carousel__controls label {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
}

[id$=s1]:checked ~ .carousel .carousel__strip {
  transform: translateX(0);
  transition: transform 0.25s;
}

[id$=s2]:checked ~ .carousel .carousel__strip {
  transform: translateX(-33.333333%);
  transition: transform 0.25s;
}

[id$=s3]:checked ~ .carousel .carousel__strip {
  transform: translateX(-66.666666%);
  transition: transform 0.25s;
}

[id$=s1]:checked ~ .carousel label[for$=s1],
[id$=s2]:checked ~ .carousel label[for$=s2],
[id$=s3]:checked ~ .carousel label[for$=s3] {
  border: 1px solid #fff;
  background-color: #fff;
}

.no-top-hero .mobilenav__container + * {
  margin-top: 4.5rem;
}

.steps {
  grid-column-gap: 3rem;
}

.action-call--bottom {
  display: block;
  position: fixed !important;
  bottom: 0;
  width: 100%;
  padding: 0.5rem;
  text-align: center;
}
.action-call--bottom.bg--secondary {
  background-color: rgb(255, 166, 155);
  color: #fff;
}
.action-call--bottom:hover {
  color: #fff;
}

/* Content page -- e.g. Technology */
.contentPage .portfolioContainer {
  padding-top: 50px;
  padding-bottom: 50px;
}
.contentPage .portfolioContainer h2 {
  text-align: center;
  margin-bottom: 30px;
}
.contentPage .portfolioImageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contentPage .portfolioImage {
  max-width: 100%;
  margin-top: 3px;
  max-height: 50px;
}

/* Contact us page */
.contactPage .mcontent__media {
  display: flex;
  align-items: center;
}
.contactPage iframe {
  padding-right: 1.5rem;
  max-width: 100%;
  width: 100%;
  min-height: 350px;
  height: auto;
  border: none;
}

/* For employers & schools pages */
.employersPage .btnStarted,
.homePage .btnStarted,
.schoolPage .btnStarted {
  margin-top: 25px;
  border: none;
  color: #fff;
  background: #00d391;
  border-radius: 2px;
  height: 40px;
  width: 100%;
  max-width: 10em;
}
.employersPage .mcontent__box--full .mcontent__text,
.homePage .mcontent__box--full .mcontent__text,
.schoolPage .mcontent__box--full .mcontent__text {
  text-align: center;
}
.employersPage .mcontent__box--full .mcontent__text.portfolio__content,
.homePage .mcontent__box--full .mcontent__text.portfolio__content,
.schoolPage .mcontent__box--full .mcontent__text.portfolio__content {
  max-width: 100%;
  width: 100%;
  padding: 3rem 0;
}
.employersPage .mcontent__box--full .mcontent__text.portfolio__content > *,
.homePage .mcontent__box--full .mcontent__text.portfolio__content > *,
.schoolPage .mcontent__box--full .mcontent__text.portfolio__content > * {
  max-width: 100%;
  width: 100%;
}
.employersPage .mcontent__box--full .mcontent__text.portfolio__content .flist,
.homePage .mcontent__box--full .mcontent__text.portfolio__content .flist,
.schoolPage .mcontent__box--full .mcontent__text.portfolio__content .flist {
  justify-content: space-evenly;
  max-width: 100%;
  padding-bottom: 0;
}
.employersPage .mcontent__box--full .mcontent__text.portfolio__content .flist__item,
.homePage .mcontent__box--full .mcontent__text.portfolio__content .flist__item,
.schoolPage .mcontent__box--full .mcontent__text.portfolio__content .flist__item {
  margin: 1.5rem 1px;
  width: 14.2857142857%;
}
.employersPage .mcontent__box--full .mcontent__text .portfolio__title,
.homePage .mcontent__box--full .mcontent__text .portfolio__title,
.schoolPage .mcontent__box--full .mcontent__text .portfolio__title {
  margin-bottom: 3rem;
}
.employersPage .mcontent__box--full .mcontent__text .list__box--2col,
.homePage .mcontent__box--full .mcontent__text .list__box--2col,
.schoolPage .mcontent__box--full .mcontent__text .list__box--2col {
  flex-wrap: wrap;
}
.employersPage .mcontent__box--full .portfolio__img,
.homePage .mcontent__box--full .portfolio__img,
.schoolPage .mcontent__box--full .portfolio__img {
  height: 2rem;
}

.schoolPage .hero + .mcontent {
  margin-top: -1.5rem;
}

/* Students page */
.studentsPage .hero + .mcontent {
  margin-top: -1.5rem;
}

/* LearningHub page */
.employersPage .list--row .list__box,
.learningHubPage .list--row .list__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.employersPage .list--5col .list__item,
.learningHubPage .list--5col .list__item {
  flex-basis: 0;
  min-width: 160px;
}

/*# sourceMappingURL=style.css.map */
