@charset "UTF-8";
@import "hljs_light.css";
a[aria-expanded=false] {
  padding: 0 !important;
}
a[aria-expanded=false] h5 {
  padding: 5px;
  text-decoration: underline;
}
a[aria-expanded=false] h5:focus {
  border-bottom: 1px solid;
}

a[aria-expanded=true] {
  padding: 0 !important;
}
a[aria-expanded=true] h5 {
  padding: 5px;
  text-decoration: underline;
}
a[aria-expanded=true] h5:focus {
  border-bottom: 1px solid;
}

a[aria-expanded=false] + div.expanding-content {
  display: none;
}

a[aria-expanded=true] + div.expanding-content {
  display: block;
}

div.expanding-content:not(.no-style) {
  margin: 20px 0;
  padding: 20px;
  border-radius: 20px;
  background: #e1e6ef;
  border: 1px solid #cbdef1;
}

:root {
  background: #e9edf3;
}

.columns.is-compact .column {
  padding: 0;
}
.columns:last-child {
  margin-bottom: 0;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: "Nunito", "Arial", sans-serif !important;
  font-size: 1.15em;
  font-weight: normal;
  color: #0a447d;
}
body.accessibility-font-family__default {
  font-family: "Nunito", sans-serif !important;
}
body.accessibility-font-family__default input, body.accessibility-font-family__default textarea, body.accessibility-font-family__default select {
  font-family: "Nunito", sans-serif !important;
}
body.accessibility-font-family__nunito {
  font-family: "Open Sans", sans-serif !important;
}
body.accessibility-font-family__nunito input, body.accessibility-font-family__nunito textarea, body.accessibility-font-family__nunito select {
  font-family: "Open Sans", sans-serif !important;
}
body.accessibility-font-family__roboto {
  font-family: "Roboto", sans-serif !important;
}
body.accessibility-font-family__roboto input, body.accessibility-font-family__roboto textarea, body.accessibility-font-family__roboto select {
  font-family: "Roboto", sans-serif !important;
}
body.accessibility-font-family__archivoblack {
  font-family: "Archivo Black", sans-serif !important;
}
body.accessibility-font-family__archivoblack input, body.accessibility-font-family__archivoblack textarea, body.accessibility-font-family__archivoblack select {
  font-family: "Archivo Black", sans-serif !important;
}
body.accessibility-font-family__opendyslexic {
  font-family: "OpenDyslexic", sans-serif !important;
}
body.accessibility-font-family__opendyslexic input, body.accessibility-font-family__opendyslexic textarea, body.accessibility-font-family__opendyslexic select {
  font-family: "OpenDyslexic", sans-serif !important;
}
body.accessibility-font-family__playpensans {
  font-family: "Playpen Sans", cursive !important;
}
body.accessibility-font-family__playpensans input, body.accessibility-font-family__playpensans textarea, body.accessibility-font-family__playpensans select {
  font-family: "Playpen Sans", cursive !important;
}
body.accessibility-font-family__lucidaconsole {
  font-family: "Lucida Console", monospace !important;
}
body.accessibility-font-family__lucidaconsole input, body.accessibility-font-family__lucidaconsole textarea, body.accessibility-font-family__lucidaconsole select {
  font-family: "Lucida Console", monospace !important;
}
body.accessibility-font-size__small {
  font-size: 1em;
}
body.accessibility-font-size__large {
  font-size: 1.75em;
}
body.accessibility-mouse-hover button:hover, body.accessibility-mouse-hover input:hover, body.accessibility-mouse-hover textarea:hover, body.accessibility-mouse-hover select:hover, body.accessibility-mouse-hover a:hover {
  outline: 2px solid #ffff00;
}
body.accessibility-keyboard-focus button:focus, body.accessibility-keyboard-focus input:focus, body.accessibility-keyboard-focus textarea:focus, body.accessibility-keyboard-focus select:focus, body.accessibility-keyboard-focus a:focus {
  outline: 4px solid #ffff00;
}
body.accessibility-mouse-active button:focus, body.accessibility-mouse-active button:active, body.accessibility-mouse-active input:focus, body.accessibility-mouse-active input:active, body.accessibility-mouse-active textarea:focus, body.accessibility-mouse-active textarea:active, body.accessibility-mouse-active select:focus, body.accessibility-mouse-active select:active, body.accessibility-mouse-active a:focus, body.accessibility-mouse-active a:active {
  outline: 6px solid #ffff00;
}

header {
  padding: 25px;
  background: #0b1c2b;
  color: #ffffff;
}
header .content {
  max-width: 1920px;
  margin: 0 auto;
}
header .content h1 {
  font-size: 1.5em;
}
header .content .logo {
  height: 60px;
  margin-right: 10px;
}
header .content .title {
  font-size: 1.66em;
}

header a.link, footer a.link {
  color: #ffffff;
  text-decoration: underline;
}
header a.link:hover, footer a.link:hover {
  color: #fefefe;
}

main {
  flex: 1;
  width: 100%;
  max-width: 1920px;
  padding: 50px 25px;
  margin: 0 auto;
}
main .content-centered {
  display: flex;
  align-items: center;
}
main .subtitle {
  font-size: 1.3em;
  color: "Nunito", "Arial", sans-serif;
}
main .narrow {
  max-width: 600px;
  margin: 0 auto;
}
main .buttons a:focus span, main .buttons button:focus span {
  color: #e9edf3;
  background: #1c72c2;
  transition: all 0s ease-in-out;
}
main .buttons a:active span, main .buttons button:active span {
  color: #e9edf3;
  background: #1c72c2;
  transition: all 0s ease-in-out;
}

footer .top {
  padding: 20px;
  background: #0b1c2b;
  color: #ffffff;
}
footer .top .logo {
  height: 40px;
  margin-right: 10px;
}
footer .top .content {
  max-width: 1920px;
  margin: 0 auto;
}
footer .bottom {
  padding: 20px;
}
footer .bottom .content {
  max-width: 1920px;
  margin: 0 auto;
}

.is-screen-reader-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.skip-link {
  display: block;
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
  color: #0b1c2b;
  background-color: #ffffff;
  padding: 20px 0;
  text-align: center;
  outline: 0;
  line-height: 0;
}
.skip-link:focus {
  left: 0;
  top: 0;
  position: relative;
  width: auto;
  height: auto;
  z-index: 0;
}

@media only screen and (max-width: 680px) {
  .hide-from-mobile-allow-sr {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
}
.button-icon {
  width: 15px;
  margin-right: 5px;
}

.buttons a, .buttons button {
  padding: 10px;
  color: #ffffff;
  border-radius: 8px;
  background: none;
  transition: all 0.15s ease-in-out;
}
.buttons a:not(:last-child), .buttons button:not(:last-child) {
  margin-right: 10px;
}
.buttons a:hover, .buttons button:hover {
  color: #ffffff;
  background: #112c43;
  transition: all 0.1s ease-in-out;
}
.buttons a:focus, .buttons button:focus {
  background: #ffffff;
  color: #0b1c2b;
  transition: all 0.1s ease-in-out;
}
.buttons a:active, .buttons button:active {
  background: #ffffff;
  color: #0b1c2b;
  transition: all 0s ease-in-out;
}

.pagination-container a {
  display: inline-block;
  width: 125px;
  padding: 20px;
  text-align: center;
}
.pagination-container p {
  font-size: 1.2em;
  line-height: 2em;
}
.pagination-container .blank {
  width: 125px;
  padding: 20px;
}

.font-large {
  font-size: 1.2em;
}

.font-muted {
  color: #4b8ac4;
}

.font-reduced {
  color: #5d758b;
}

h1 {
  font-size: 1.52em;
  font-weight: bold;
}

h2 {
  font-size: 1.44em;
  margin-top: 50px;
  margin-bottom: 25px;
  font-weight: bold;
}

h3 {
  font-size: 1.3em;
  margin-top: 50px;
  margin-bottom: 25px;
  font-weight: bold;
}

h4 {
  font-size: 1.15em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

.is-compact h2 {
  font-size: 1.25em;
  margin-top: 0 !important;
}
.is-compact h3 {
  font-size: 1.15em;
  margin-top: 0 !important;
}

p.text-large, span.text-large {
  font-size: 1.2em;
}
p.text-larger, span.text-larger {
  font-size: 1.4em;
}
p.primary, span.primary {
  color: #e9edf3;
}
p.success, span.success {
  color: #007d44;
}
p.warning, span.warning {
  color: #ad6800;
}
p.error, span.error {
  color: #bd1111;
}

a {
  transition: all 0.15s ease-in-out;
}
a:hover {
  transition: all 0.1s ease-in-out;
}
a:focus {
  transition: all 0.1s ease-in-out;
}
a:active {
  transition: all 0s ease-in-out;
}
a.column {
  text-decoration: none;
  border-left: 4px solid #1c72c2;
  font-weight: normal;
}
a.column .tab-heading {
  margin-top: 0 !important;
}
a.column .compact-heading {
  margin: 0 !important;
}
a.column:hover {
  color: #1c72c2;
  background: #cbdef1;
}
a.column:focus {
  background: #1c72c2;
  color: #e9edf3;
}
a.column:focus span {
  color: #e9edf3;
  background: #1c72c2;
  transition: all 0s ease-in-out;
}
a.column:active {
  color: #e9edf3;
  background: #1c72c2;
}
a.column:active span {
  color: #e9edf3;
  background: #1c72c2;
  transition: all 0s ease-in-out;
}

.list.is-compact a {
  border-radius: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  margin-bottom: 0 !important;
  box-shadow: none !important;
}
.list.is-compact a:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-top-color: #cbdef1;
}
.list.is-compact a:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-color: #cbdef1;
}
.list.is-multiline {
  margin-bottom: 0;
}
.list.is-multiline a {
  margin-bottom: 0;
}
.list.watchprogress a {
  position: relative;
  overflow: hidden;
}
.list.watchprogress a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: var(--progress, 0%);
  background: #4b8ac4;
  border-radius: 0 12px 0 0;
}
.list.watchprogress a.is-active::after {
  background: #e9edf3;
}
.list.watchprogress a:active::after, .list.watchprogress a:focus::after {
  background: #e9edf3;
}
.list a {
  width: 100%;
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  background: rgba(203, 222, 241, 0.1);
  border: 1px solid #cbdef1;
  border-radius: 8px;
  text-decoration: none !important;
  font-weight: normal !important;
}
.list a p {
  margin-bottom: 5px !important;
}
.list a .tab-heading {
  margin-top: 0 !important;
}
.list a .compact-heading {
  margin: 0 !important;
}
.list a.is-active {
  color: #e9edf3 !important;
  background: #1c72c2 !important;
  border-color: #1c72c2;
}
.list a.is-active span, .list a.is-active p {
  color: #e9edf3 !important;
}
.list a.is-active:hover {
  color: #e9edf3 !important;
}
.list a:hover {
  color: #1c72c2 !important;
  background: #cbdef1;
}
.list a:focus {
  background: #1c72c2;
  color: #e9edf3 !important;
  border-color: #1c72c2;
}
.list a:focus span, .list a:focus p {
  color: #e9edf3 !important;
  background: #1c72c2;
  transition: all 0s ease-in-out;
}
.list a:focus .info-tag {
  color: #e9edf3 !important;
  background-color: transparent !important;
  border-color: #e9edf3 !important;
}
.list a:active {
  color: #e9edf3 !important;
  background: #1c72c2;
  border-color: #1c72c2;
}
.list a:active span, .list a:active p {
  color: #e9edf3;
  background: #1c72c2;
  transition: all 0s ease-in-out;
}
.list a:active .info-tag {
  color: #e9edf3 !important;
  background-color: transparent !important;
  border-color: #e9edf3 !important;
}
.list a:not(:last-child) {
  margin-bottom: 10px;
}

strong {
  color: #0a447d;
}

ul, ol {
  margin: 20px auto;
}
ul li, ol li {
  margin-bottom: 15px;
  margin-left: 25px;
}

ol.step_list li {
  display: inline;
  margin-left: 0;
}
ol.step_list li:not(li:last-child):after {
  content: " → ";
}
ol li {
  margin-left: 25px;
}

code {
  font-family: "Consolas", monospace;
  font-size: 1em;
  color: #0a447d;
  background: #fafbfc;
  border-radius: 5px;
}

hr {
  border: 0;
  outline: 0;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #cbdef1;
}

table {
  margin: 30px 0;
}
table tr th, table tr td {
  border: 1px solid #cbdef1;
  padding: 10px;
}
table tr th {
  font-size: 1.1em;
  font-weight: normal;
  color: #0a447d;
  background: #cbdef1;
}
table tr td {
  font-size: 1em;
}

pre {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #cbdef1;
  border-radius: 8px;
  background: rgba(203, 222, 241, 0.2) !important;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

.form label {
  font-weight: bold;
}
.form label.choice {
  font-size: 1em;
}
.form .radio, .form .checkbox {
  display: block !important;
  margin-left: 0 !important;
  padding: 10px;
  line-height: 1.75em !important;
  border-radius: 8px;
  transition: all 0.15s ease-in-out;
}
.form .radio:hover, .form .checkbox:hover {
  color: #0a447d;
  background: #cbdef1;
  transition: all 0.1s ease-in-out;
}

.checkbox:hover, .radio:hover {
  color: #4b8ac4;
}

input[type=checkbox], input[type=radio] {
  transform: scale(1.6);
  margin-right: 20px;
}
input[type=checkbox] + span, input[type=radio] + span {
  padding: 10px;
}
input[type=checkbox]:checked + span, input[type=radio]:checked + span {
  border-radius: 8px;
  font-weight: bold;
  background: #cbdef1;
  color: #1c72c2;
}

select {
  padding: 10px !important;
  font-family: "Nunito", "Arial", sans-serif;
  font-size: 1em;
  color: #0a447d;
  background: #cbdef1;
  border-radius: 8px;
  border: 1px solid #cbdef1;
}

form .widget, .form .widget {
  margin-bottom: 20px;
}
form fieldset, .form fieldset {
  margin: 20px 0;
  padding: 40px;
  border: 1px solid #cbdef1;
}
form legend, .form legend {
  font-size: 1.05em;
  padding: 0 20px;
  margin-bottom: 20px;
}
form label, .form label {
  display: block;
  font-size: 1.2em;
}
form label.choice, .form label.choice {
  padding: 5px;
}
form .help, .form .help {
  font-size: 0.95em;
}
form select, .form select {
  margin: 10px 0;
  padding: 5px;
}
form textarea, .form textarea {
  height: 500px;
}
form input[type=text], form input[type=password], form input[type=email], form textarea, .form input[type=text], .form input[type=password], .form input[type=email], .form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 10px 0;
  padding: 10px;
  font-family: "Nunito", "Arial", sans-serif;
  font-size: 1em;
  outline: 0;
  transition: all 0.15s ease-in-out;
  border: 1px solid #cbdef1;
  border-radius: 8px;
  color: #0a447d;
  background: #e9edf3;
}
form input[type=text].monospace, form input[type=password].monospace, form input[type=email].monospace, form textarea.monospace, .form input[type=text].monospace, .form input[type=password].monospace, .form input[type=email].monospace, .form textarea.monospace {
  padding: 20px;
  background: #e1e6ef;
  font-family: "Consolas", monospace !important;
}
form input[type=text]:hover, form input[type=password]:hover, form input[type=email]:hover, form textarea:hover, .form input[type=text]:hover, .form input[type=password]:hover, .form input[type=email]:hover, .form textarea:hover {
  transition: all 0.1s ease-in-out;
}
form input[type=text]:focus, form input[type=text]:active, form input[type=password]:focus, form input[type=password]:active, form input[type=email]:focus, form input[type=email]:active, form textarea:focus, form textarea:active, .form input[type=text]:focus, .form input[type=text]:active, .form input[type=password]:focus, .form input[type=password]:active, .form input[type=email]:focus, .form input[type=email]:active, .form textarea:focus, .form textarea:active {
  border: 1px solid #4b8ac4;
  transition: all 0.1s ease-in-out;
}
form input[type=checkbox], .form input[type=checkbox] {
  border: 2px solid;
}
form input[type=checkbox]:hover, .form input[type=checkbox]:hover {
  transition: all 0.1s ease-in-out;
}
form input[type=checkbox]:focus, form input[type=checkbox]:active, .form input[type=checkbox]:focus, .form input[type=checkbox]:active {
  transition: all 0.1s ease-in-out;
}

.navigation-item-dropdown {
  display: none;
  position: absolute;
  top: 55px;
  z-index: 1;
}

.navigation-items div {
  display: inline-block;
  position: relative;
}
.navigation-items div a {
  display: block;
}
.navigation-items div ul {
  margin: 0;
  padding: 4px;
  background: #112c43;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #143450;
}
.navigation-items div ul li {
  min-width: 280px;
  display: block;
  padding: 0;
  margin: 0;
}
.navigation-items div ul li a {
  padding: 12px 16px;
  color: #ffffff;
  transition: background 0.15s ease;
}
.navigation-items div ul li a:hover {
  background: rgba(255, 255, 255, 0.08);
}
.navigation-items div ul li a:active {
  background: #ffffff;
  color: #0b1c2b;
}

.banner {
  margin: 20px 0;
  width: 100%;
  height: 130px;
  background-position: center;
  background-size: 100%;
}

.card-list {
  columns: 1;
  column-gap: 40px;
}

.card-list-entry {
  break-inside: avoid;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .card-list {
    columns: 1;
  }
}
.table-of-contents li {
  margin: 0;
  list-style-type: none !important;
}
.table-of-contents li.expandable {
  margin: 15px 0;
  border-top: 1px solid #cbdef1;
  border-right: 1px solid #cbdef1;
  border-bottom: 1px solid #cbdef1;
}
.table-of-contents li.expandable > a {
  font-weight: bold;
  padding: 10px !important;
  margin-bottom: 0;
}
.table-of-contents li.expandable ul {
  margin: 0;
}
.table-of-contents li a {
  display: block;
  padding: 15px;
  font-weight: normal;
  text-decoration: none;
  border-left: 4px solid #1c72c2;
}
.table-of-contents li a.is-active {
  color: #e9edf3;
  background: #1c72c2;
}
.table-of-contents li a.is-active span {
  color: #e9edf3;
  background: #1c72c2;
  transition: all 0s ease-in-out;
}
.table-of-contents li a.is-active .success, .table-of-contents li a.is-active .error {
  color: #e9edf3;
  background: #1c72c2;
}
.table-of-contents li a.is-active:hover {
  color: #e9edf3;
  background: #1c72c2;
}
.table-of-contents li a:hover {
  color: #1c72c2;
  background: #cbdef1;
}
.table-of-contents li a:focus {
  background: #1c72c2;
  color: #e9edf3;
}
.table-of-contents li a:focus span {
  color: #e9edf3;
  background: #1c72c2;
  transition: all 0s ease-in-out;
}
.table-of-contents li a:active {
  color: #e9edf3;
  background: #1c72c2;
}
.table-of-contents li a:active span {
  color: #e9edf3;
  background: #1c72c2;
  transition: all 0s ease-in-out;
}

.progress-bar {
  height: 40px;
  background: #007d4430;
  border: 1px solid #007d44;
  border-radius: 8px;
}
.progress-bar div {
  height: 100%;
  background: #007d44;
}

.client-logo {
  display: block;
  width: auto;
  max-width: 200px;
  height: 75px;
  margin-bottom: 20px;
  padding: 10px;
  background: #cbdef1;
}

.exam > form > div > div > .form-group {
  padding: 20px;
  border: 1px solid #cbdef1;
  font-size: 1em;
}
.exam > form > div > div > .form-group > label {
  margin-bottom: 10px;
  font-weight: bold;
}

.ark-article h2:not(:first-child) {
  padding-top: 10px;
  border-top: 1px solid #cbdef1;
}
.ark-article h2 {
  font-size: 1.25em;
}
.ark-article h3, .ark-article h4 {
  padding-top: 20px;
}
.ark-article h3:not(:first-child) {
  font-size: 1.18em;
  border-top: 1px solid #cbdef1;
}
.ark-article h4 {
  font-size: 1.14em;
}
.ark-article p {
  margin-bottom: 30px;
}
.ark-article ol {
  margin-left: 15px;
}
.ark-article section {
  margin: 30px 0;
}
.ark-article table td {
  padding: 20px !important;
}

.ark-category {
  min-height: 250px;
}

pre {
  background: none;
  border: 1px solid #cbdef1;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}

.hljs {
  background: none;
  font-family: "Fira Code", "Consolas", monospace;
  font-size: 1em;
}

iframe {
  width: 854px;
  height: 480px;
}

.info-tags {
  margin-bottom: 25px;
}
.info-tags .info-tag:not(:last-child) {
  margin-right: 10px;
}

.info-tag {
  display: inline-block;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid rgba(10, 68, 125, 0.34);
}
.info-tag.block {
  display: block;
  text-align: center;
}
.info-tag.margin {
  margin-bottom: 10px;
}
.info-tag.default {
  background-color: rgba(75, 138, 196, 0.05);
  border-color: rgba(75, 138, 196, 0.5);
  color: #4b8ac4;
}
.info-tag.success {
  background-color: rgba(0, 125, 68, 0.05);
  border-color: rgba(0, 125, 68, 0.5);
}
.info-tag.warning {
  background-color: rgba(173, 104, 0, 0.05);
  border-color: rgba(173, 104, 0, 0.5);
}
.info-tag.error {
  background-color: rgba(189, 17, 17, 0.05);
  border-color: rgba(189, 17, 17, 0.5);
}

.fas {
  padding-right: 5px;
}

.splash .splash-banner-outer {
  margin-bottom: 50px;
  background-image: url("/resources/media/images/landing/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #ffffff;
}
.splash .splash-banner-outer .splash-banner-inner {
  width: 100%;
  height: 500px;
  background: linear-gradient(rgba(5, 12, 19, 0.5), #0b1c2b);
}
.splash .splash-banner-outer .splash-banner-text {
  padding: 20px 0;
  color: #ffffff;
  background: #0b1c2b;
  font-size: 1.2em;
  text-align: center;
}
.splash .splash-card-outer {
  margin: 50px 0;
  padding: 50px;
}
.splash .splash-card-outer.alt {
  background: #e2e8ef;
}
.splash .splash-card {
  max-width: 1440px;
  margin: 0 auto 0 auto !important;
}
.splash .interested {
  height: 500px;
  padding-top: 50px;
  background-image: url("/resources/media/images/blocks.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.splash h2 {
  margin-top: 0;
}
.splash .icon-container {
  padding: 50px;
  border-radius: 50%;
  color: #0a447d;
}
.splash .icon-container img {
  width: 250px;
}
.splash .icon-container span {
  display: block;
  font-size: 150px;
}

.dashboard .dashboard-card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 25px;
  background: #0b1c2b;
  border: 1px solid #0f273b;
  color: #ffffff;
  border-radius: 16px;
  text-decoration: none;
  height: 300px;
  transition: all 0.25s ease;
  position: relative;
}
.dashboard .dashboard-card a:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
  background: #112c43;
  border-color: #255e91;
  color: #ffffff;
}
.dashboard .dashboard-card a:hover img, .dashboard .dashboard-card a:hover svg {
  transform: scale(1.08);
}
.dashboard .dashboard-card a img, .dashboard .dashboard-card a svg {
  display: block;
  max-height: 100px;
  height: 100px;
  margin-bottom: 20px;
  transition: transform 0.25s ease;
}
.dashboard .dashboard-card a h2 {
  margin: 0 0 10px;
  font-size: 1.6rem;
  font-weight: 600;
}
.dashboard .dashboard-card a p {
  margin: 0;
  color: #e6e6e6;
  font-size: 0.95rem;
  line-height: 1.5;
}
.dashboard .dashboard-card a .is-locked {
  color: #ad6800;
  margin-top: 10px;
  font-weight: 500;
}

.document h3, .document h4 {
  margin-top: 25px;
}
.document ul li {
  list-style-type: circle;
}
.document img {
  display: block;
  margin-right: 10px;
  padding: 20px 0;
}
.document img.small {
  width: 50px;
}
.document img.medium {
  width: 75px;
}
.document img.large {
  width: 150px;
}
.document img.extra-large {
  width: 250px;
}
.document img.thumbnail {
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 2px solid #cbdef1;
}
.document img.icon {
  width: 35px;
  height: auto;
}
.document img.rounded {
  border-radius: 50%;
}
.document p:not(:last-child) {
  margin-bottom: 25px;
}
.document a {
  color: #1c72c2;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.1em;
}
.document a:hover {
  color: #4b8ac4;
}
.document blockquote {
  padding: 20px;
  background: #f0f2f7;
  border-left: 4px solid #1c72c2;
}
.document .columns {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.document .is-boxed, .document .form-group {
  padding: 20px;
  border: 1px solid #cbdef1;
  border-radius: 8px;
  background: rgba(203, 222, 241, 0.2);
}
.document .is-boxed.less-padding, .document .form-group.less-padding {
  padding: 10px;
}
.document .is-spaced-out {
  margin-top: 50px;
}
.document .item {
  padding: 5px;
}
.document .area {
  margin: 50px 0;
}
.document .icon {
  margin-right: 10px;
}
.document .icon.success {
  color: #007d44;
}
.document .icon.error {
  color: #bd1111;
}
.document button, .document input[type=button], .document input[type=submit], .document input[type=reset] {
  padding: 10px;
  color: #1c72c2;
  background: transparent;
  border: 1px solid #cbdef1;
  border-radius: 8px;
  font-family: "Nunito", "Arial", sans-serif;
  font-size: 1em;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
.document button:not(:last-child), .document input[type=button]:not(:last-child), .document input[type=submit]:not(:last-child), .document input[type=reset]:not(:last-child) {
  margin-right: 10px;
}
.document button:hover, .document input[type=button]:hover, .document input[type=submit]:hover, .document input[type=reset]:hover {
  color: #1c72c2;
  background: #cbdef1;
  transition: all 0.1s ease-in-out;
}
.document button:focus, .document input[type=button]:focus, .document input[type=submit]:focus, .document input[type=reset]:focus {
  background: #1c72c2;
  color: #e9edf3;
  transition: all 0.1s ease-in-out;
}
.document button:active, .document input[type=button]:active, .document input[type=submit]:active, .document input[type=reset]:active {
  color: #e9edf3;
  background: #1c72c2;
  transition: all 0s ease-in-out;
}
.document .buttons a, .document .buttons button {
  padding: 10px;
  color: #1c72c2;
  background: transparent;
  border: 1px solid #cbdef1;
  border-radius: 8px;
  text-decoration: none;
  font-weight: normal;
  transition: all 0.15s ease-in-out;
}
.document .buttons a:not(:last-child), .document .buttons button:not(:last-child) {
  margin-right: 10px;
}
.document .buttons a:hover, .document .buttons button:hover {
  color: #1c72c2;
  background: #cbdef1;
  border-color: #cbdef1;
  transition: all 0.1s ease-in-out;
}
.document .buttons a:focus, .document .buttons button:focus {
  color: #e9edf3;
  background: #1c72c2;
  border-color: #1c72c2;
  transition: all 0.1s ease-in-out;
}
.document .buttons a:active, .document .buttons button:active {
  color: #e9edf3;
  background: #1c72c2;
  border-color: #1c72c2;
  transition: all 0s ease-in-out;
}
.document .notice {
  padding: 10px 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border-radius: 8px;
}
.document .notice ol, .document .notice ul {
  margin: 10px 0 !important;
}
.document .notice .heading {
  font-size: 1.15em;
  margin-bottom: 5px;
  text-transform: initial;
}
.document .notice.information {
  background-color: #ad680030;
  color: #ad6800;
  border: 1px solid #ad6800;
}
.document .notice.information .heading {
  font-weight: bold;
}
.document .notice.success {
  background-color: #007d4430;
  color: #007d44;
  border: 1px solid #007d44;
}
.document .notice.success .heading {
  font-weight: bold;
}
.document .notice.error {
  background-color: #bd111130;
  color: #bd1111;
  border: 1px solid #bd1111;
}
.document .notice.error .heading {
  font-weight: bold;
}

.certification-badge {
  width: 80px;
}

.module-card .module-banner {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-left: 1px solid #cbdef1;
  border-right: 1px solid #cbdef1;
  border-top: 1px solid #cbdef1;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(11, 28, 43, 0.67) 25%, rgba(11, 28, 43, 0.1) 75%), var(--banner-url) center/cover no-repeat;
}
.module-card .module-banner.empty {
  background: #0b1c2b;
}
.module-card .module-banner .module-banner-inner {
  color: white !important;
  padding: 40px 20px;
  backdrop-filter: blur(5px);
}
.module-card .module-content {
  border-left: 1px solid #cbdef1;
  border-right: 1px solid #cbdef1;
  border-bottom: 1px solid #cbdef1;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: rgba(203, 222, 241, 0.2);
  padding: 20px;
}
.module-card .module-content h3 {
  margin-bottom: 10px;
}

.lesson-banner {
  border-radius: 8px;
  border: 1px solid #cbdef1;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(11, 28, 43, 0.67) 25%, rgba(11, 28, 43, 0.1) 75%), var(--banner-url) center/cover no-repeat;
}
.lesson-banner.empty {
  background: #0b1c2b;
}
.lesson-banner .lesson-banner-content {
  color: white !important;
  padding: 20px;
  backdrop-filter: blur(5px);
}

.search-wrap {
  position: relative;
  width: 100%;
}

.search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.search-input {
  width: 100% !important;
  padding: 0.65rem 1rem 0.65rem 2.25rem !important;
}

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