h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

.dashboard-hero {
  margin-bottom: 80px;
  padding-top: 80px;
  padding-bottom: 120px;
  background-image: url('../images/dashboard-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dashboard-wrapper {
  display: block;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.dashboard-heading {
  margin-top: 0px;
  margin-bottom: 120px;
  font-family: 'Futura pt book', sans-serif;
  font-size: 72px;
  line-height: 72px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.dashboard-sub-heading {
  margin-top: 80px;
  margin-bottom: 40px;
  font-family: 'Futura pt book', sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dashboard-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  min-height: 280px;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(25, 47, 88, .25);
}

.card-title {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Futura pt', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.88px;
  text-transform: uppercase;
}

.title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #192f58;
}

.card-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Futura pt', sans-serif;
  color: #192f58;
  font-weight: 500;
  letter-spacing: 1.65px;
  text-decoration: none;
  text-transform: uppercase;
}

.card-link:hover {
  color: #faa631;
}

.div-block {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-content.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.score-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Futura pt', sans-serif;
  color: #192f58;
  font-weight: 500;
  letter-spacing: 2.12px;
  text-transform: uppercase;
}

.level-name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Futura pt book', sans-serif;
  color: #faa631;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4px;
}

.level-score {
  font-family: 'Futura pt', sans-serif;
  color: #faa631;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.88px;
}

.progress-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Futura pt', sans-serif;
  color: #faa631;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.88px;
  text-decoration: none;
  text-transform: uppercase;
}

.progress-link:hover {
  color: #192f58;
}

.default-message {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Futura pt book', sans-serif;
  color: #faa631;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4px;
}

.action-link {
  min-width: 90px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 70px 20px 10px;
  background-image: url('../images/icon-download.png');
  background-position: 50% 10px;
  background-size: 40px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Futura pt', sans-serif;
  color: #faa631;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.88px;
  text-decoration: none;
  text-transform: uppercase;
}

.action-link:hover {
  background-image: url('../images/icon-download-hover.png');
  background-size: 40px;
  color: #faa631;
}

.action-link.external {
  background-image: url('../images/icon-externalurl.png');
  background-position: 70% 15px;
  background-size: 55px;
}

.action-link.external:hover {
  background-image: url('../images/icon-externalurl-hover.png');
  background-size: 55px;
}

.toggle-menu {
  padding-top: 25px;
  background-color: #2c348c;
  text-align: center;
  cursor: pointer;
}

.element {
  display: block;
  max-width: 1200px;
  margin: 20px auto;
  padding-right: 20px;
  padding-left: 20px;
}

.page-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.toggle-menu-wrapper {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.toggle-menu-link {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/icon-arrow.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.toggle-menu-title {
  margin-bottom: 10px;
  font-family: 'Futura pt', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.11px;
}

.toggle-menu-content {
  font-family: 'Paratype futura pt', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
  letter-spacing: 1.11px;
}

html.w-mod-js *[data-ix="appear"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hidden"] {
  opacity: 0;
  height: 0px;
}

@media (max-width: 991px) {
  .dashboard-card {
    min-width: 339px;
  }
}

@media (max-width: 767px) {
  .dashboard-hero {
    padding-top: 130px;
  }
  .dashboard-heading {
    margin-bottom: 80px;
    font-size: 54px;
    line-height: 54px;
  }
  .dashboard-sub-heading {
    margin-top: 40px;
  }
  .card-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dashboard-card {
    width: 100%;
    min-width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
  }
}

@font-face {
  font-family: 'Futura pt';
  src: url('../fonts/Futura_PT_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Futura pt book';
  src: url('../fonts/Futura_PT_Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Paratype futura pt';
  src: url('../fonts/ParaType---Futura-PT-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}