@charset "UTF-8";
html,
body {
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  color: #222;
  line-height: 120%;
  font-size: 0.9em;
}

a, summary {
  outline: 0;
}

h1 {
  font-family: "Outfit", sans-serif;
  color: #0023aa;
  text-transform: uppercase;
  font-size: 1.9em;
  font-weight: 500px;
  line-height: 1.3em;
  margin-bottom: 40px;
}

h2 {
  color: #334fbb;
  font-size: 1.6em;
  margin: 1.5rem 0;
}

h3 {
  color: #00abe8;
  font-size: 1.2em;
  padding-left: 1rem;
  margin: 1.5rem 0;
}

a {
  color: black;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

tr:nth-child(even) {
  background-color: #f7fbfd;
}

img {
  margin: 1rem 0;
}

ul {
  padding: 0;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

.alert {
  margin: 1rem 0;
}
.alert .callout-title {
  color: white;
  background-color: #ea7334;
  font-weight: bold;
  padding: 0.2rem 0.8rem;
}
.alert .callout-content {
  color: #222;
  background-color: rgb(251.85, 234, 224.55);
  padding: 0.2rem 0.8rem 0.3rem 0.8rem;
}

.info {
  margin: 1rem 0;
}
.info .callout-title {
  color: #0023aa;
  background-color: #beef62;
  font-weight: bold;
  padding: 0.2rem 0.8rem;
}
.info .callout-content {
  color: #222;
  background-color: rgb(245.25, 252.6, 231.45);
  padding: 0.2rem 0.8rem 0.3rem 0.8rem;
}

.container {
  max-width: 100%;
  padding: 0;
  display: flex;
  height: 100%;
}

div.sidebar {
  display: flex;
  border-right: 1px solid #b8b8b8;
}
div.sidebar .search {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 200px;
  border-bottom: 1px solid #beef62;
  padding: 1rem;
}
div.sidebar .search input {
  height: 1.8rem;
  font-size: 1em;
  padding: 0.5rem 1rem;
  border-radius: 40px;
  border: 1px solid #b8b8b8;
}
div.sidebar .search input:focus {
  outline: none;
  border-color: #0023aa;
}
div.sidebar .menu {
  background: linear-gradient(to top, #beef62, #00abe8, #0023aa);
  color: #222;
  overflow: auto;
  width: 400px;
}
div.sidebar .menu .menu-list {
  padding: 1rem;
}
div.sidebar .menu ul {
  list-style: none;
  margin: 0;
  overflow: auto;
}
div.sidebar .menu ul li, div.sidebar .menu ul summary {
  margin-bottom: 0.5rem;
}
div.sidebar .menu ul li a, div.sidebar .menu ul summary a {
  color: #222;
}
div.sidebar .menu ul li a:hover, div.sidebar .menu ul summary a:hover {
  font-weight: bold;
}
div.sidebar .menu ul li.active, div.sidebar .menu ul summary.active {
  font-weight: bold;
}
div.sidebar .menu ul li.main-item, div.sidebar .menu ul summary.main-item {
  font-weight: bold;
}
div.sidebar .menu ul li.main-item a, div.sidebar .menu ul summary.main-item a {
  color: #222;
}
div.sidebar .menu ul details {
  position: relative;
}
div.sidebar .menu ul details summary::-webkit-details-marker {
  display: none;
}
div.sidebar .menu ul details summary {
  list-style: none;
}
div.sidebar .menu ul details > summary > span.open-details {
  display: inline-block;
}
div.sidebar .menu ul details > summary > span.close-details {
  display: none;
}
div.sidebar .menu ul details[open] ul {
  padding-left: 2rem;
}
div.sidebar .menu ul details[open] > summary > span.open-details {
  display: none;
}
div.sidebar .menu ul details[open] > summary > span.close-details {
  display: inline-block;
}

div.content {
  flex: 3;
  height: 100%;
  overflow: auto;
  display: flex;
}
div.content .content-page {
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
div.content .content-page hr {
  border: 1px solid lightgray;
}
div.content .content-page img {
  border: 2px solid #0023aa;
}
@media (max-width: 1000px) {
  div.content .content-page .media-text {
    flex-direction: column;
  }
}
div.content .content-page > ul.breadcrumb {
  list-style: none;
  padding: 0 0 0.5rem 0;
  margin: 0 0 20px 0;
  font-size: 14px;
  border-bottom: 1px solid #b8b8b8;
}
div.content .content-page > ul.breadcrumb li {
  display: inline;
}
div.content .content-page > ul.breadcrumb li + li:before {
  padding: 0.3em;
  content: "/ ";
}
div.content .content-page > ul.breadcrumb li a {
  color: #0023aa;
  cursor: pointer;
}
div.content .content-page > ul.breadcrumb li a:hover {
  font-weight: bold;
}
div.content .content-page .sequence {
  position: relative;
  flex: 1;
}
div.content .content-page .sequence .footer:empty {
  display: none;
}
div.content .content-page .sequence .footer {
  flex: 0;
  margin-top: 1em;
  position: absolute;
  bottom: 0;
  background-color: white;
  width: 100%;
}
div.content .content-page .sequence ul li {
  margin-bottom: 0.3rem;
}
div.content .content-page .sequence a {
  color: inherit;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  cursor: pointer;
}
div.content .content-page .sequence a {
  color: inherit;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 1px;
  cursor: pointer;
}
div.content .content-page .sequence a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #0023aa;
  background-image: linear-gradient(90deg, #00abe8, #beef62);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.4s ease;
}
div.content .content-page .sequence a:hover::after,
div.content .content-page .sequence a:focus::after {
  background-size: 100% 100%;
}
div.content .content-page .img-no-border {
  border: none;
}
div.content .content-page .media-text {
  display: flex;
  gap: 1rem;
  margin: 1rem 0;
}
div.content .content-page .media-text__image {
  flex: 1;
  margin: 0;
}
div.content .content-page .media-text__image img {
  margin: 0;
}
div.content .content-page .media-text__content {
  flex: 2;
  margin: 0;
}
div.content .content-layout {
  display: flex;
}
div.content .content-layout .content-text {
  flex: 2;
  padding-right: 0.5rem;
}
div.content .content-layout .content-navigation {
  flex: 1;
  height: 100%;
  margin-top: 1rem;
  border-left: 1px solid #b8b8b8;
}
div.content .content-layout .content-navigation ul {
  list-style: none;
  padding-left: 1.5rem;
}
div.content .content-layout .content-navigation ul li {
  padding-left: 0.6rem;
}
div.content .content-layout .content-navigation ul li a {
  color: #222;
}
div.content .content-layout .content-navigation ul:first-child {
  padding-left: 0;
}
div.content .content-layout .content-navigation li.main-item {
  font-weight: bold;
  border-left: 5px solid #beef62;
}
div.content .content-layout .content-navigation li.main-item a {
  color: #0023aa;
}

ul.help.search-results {
  list-style: none;
  padding-left: 0;
}
ul.help.search-results h2 a {
  color: #beef62;
}
ul.help.search-results ul.breadcrumb li a {
  color: #ea7334;
}
ul.help.search-results .result-content span.search-highlight {
  color: #beef62;
  font-weight: bold;
}

div.landing-page {
  display: flex;
  flex-direction: column;
  width: 100%;
}
div.landing-page .landing-page-title {
  padding: 0.7em 1em 0.7em 1em;
  border-radius: 10px 0px 10px 0px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  background-color: #beef62;
  color: #0023aa;
  letter-spacing: 0.08em;
}
div.landing-page div.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 200px;
  text-align: center;
  border-image: linear-gradient(to right, #beef62, #00abe8, #0023aa) 1;
  border-bottom: 1px solid #beef62;
  padding: 1rem;
}
div.landing-page div.hero div.sub-title {
  font-size: 1.5em;
  color: #646464;
}
div.landing-page div.content {
  background-color: #f0f2f7;
  height: 100%;
}
div.landing-page div.links {
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
  align-content: center;
  padding: 6em;
}
div.landing-page div.links a {
  width: 30%;
  margin: 6px;
  margin-bottom: 4em;
  height: 100px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px 0px 10px 0px;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
div.landing-page div.links a div {
  display: flex;
  justify-content: center;
  align-items: center;
}
div.landing-page div.links a div.icon {
  width: 40px;
  background-color: #0023aa;
  color: white;
  width: 80px;
  font-size: 2em;
}
div.landing-page div.links a div.text {
  padding: 3px;
  flex: 1;
  font-weight: bold;
  background-color: white;
  color: #0023aa;
}
