/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/* #5c5c77; */
:root {
  --red: #AA332F;
  --darkgrey: #444444;
  --lightgrey: #EFEFEF;
  --white: #FFFFFF;
  --lightred: #C28191;
  --grey:#C5C5C5; }

/*  typography */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

bodyx {
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #707070; }

p, .paragraph {
  font-weight: 400;
  color: #707070;
  font-size: 1.125rem;
  /* line-height: 1.9; */
  font-family: "Open Sans", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #144B74;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2rem; }
  @media (max-width: 575px) {
    h1, .h1 {
      font-size: 2rem; } }
h2, .h2 {
  font-size: 1.375rem; }
  @media (max-width: 575px) {
    h2, .h2 {
      font-size: 1.375rem; } }
h3, .h3 {
  font-size: 1.125rem; }
  @media (max-width: 575px) {
    h3, .h3 {
      font-size: 1.125rem; } }
h4, .h4 {
  font-size: 1.125rem; }
  @media (max-width: 575px) {
    h4, .h4 {
      font-size: 1.125rem; } }
h5, .h5 {
  font-size: 1.125rem; }
  @media (max-width: 575px) {
    h5, .h5 {
      font-size: 1.125rem; } }
h6, .h6 {
  font-size: 1.125rem; }
  @media (max-width: 575px) {
    h6, .h6 {
      font-size: 1.125rem; } }
/* Button style */
.btn {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  /* padding: 15px 40px; */
  border-radius: 0;
  font-weight: 300;
  border: 0;
  position: relative;
  z-index: 1;
  transition: .2s ease;
  overflow: hidden; }
  .btn-no-xpadding {
    padding-left: 0;
    padding-right: 0; }
  .btn-text__normal {
    text-transform: none; }
  .btn::before {
    position: absolute;
    content: "";
    height: 80%;
    width: 100%;
    left: 0;
    bottom: 10%;
    z-index: -1;
    transition: transform .2s ease-in-out;
    transform-origin: top;
    transform: scaleY(0); }
  .btn:focus {
    outline: 0;
    box-shadow: none !important; }
  .btn:active {
    box-shadow: none; }
  .btn:hover::before {
    transform: scaleY(1);
    transform-origin: bottom; }

.btn-sm {
  font-size: 14px;
  padding: 10px 35px; }

.btn-xs {
  font-size: 12px;
  padding: 5px 15px; }

.btn-filter {
  background: #fff;
  color: #707070;
  border: 1px solid #707070;
  padding: .5rem; }
  .btn-filter:hover {
    background: #707070;
    border-color: #707070;
    color: #fff; }
  .btn-filter.active {
    background: #144B74;
    border-color: #144B74;
    color: #fff; }
  .btn-filter__topics {
    margin-bottom: .75rem;
    border-radius: 50px;
    border: 1px solid #b1b1b1;
    padding: .5rem .75rem;
    font-size: .875rem;
    font-weight: 700;
    background-color: #cdeaf9;
    color: #707070; }
    .btn-filter__topics:hover {
      background: #000044;
      color: white;
      text-decoration: none; }

.btn-disclaimer {
  color: #fff;
  font-size: .875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.42857143;
  border-radius: 5px;
  border: 0 solid #144B74;
  background: #144B74; }
  .btn-disclaimer:hover {
    color: #0D0D0D;
    border: 0 solid #F2F2F2;
    background: #F2F2F2; }
  .btn-disclaimer--decline {
    color: #0D0D0D;
    border: 0 solid #F2F2F2;
    background: #F2F2F2; }
    .btn-disclaimer--decline:hover {
      color: #fff;
      border: 0 solid #144B74;
      background: #144B74; }

.btn-bis {
  background: #aa332f;
  color: #fff;
  border: 1px solid #aa332f;
  padding: .5rem; }
  .btn-bis::before {
    content: none; }
  .btn-bis:hover {
    background: #882825;
    border-color: #882825;
    color: #fff; }

.btn-primary {
  background: #98c0e5;
  color: #144B74;
  font-weight: 600; }
  .btn-primary::before {
    background: #fff; }
  .btn-primary:focus {
    background: #98c0e5;
    color: #144B74;
    border-color: #98c0e5; }
  .btn-primary:focus-visible {
    outline: 2px solid #144B74;
    outline-offset: 2px; }
  .btn-primary:active {
    background: #98c0e5 !important;
    color: #144B74; }
    .btn-primary:active::before {
      height: 80%; }
  .btn-primary:hover {
    background: #6fa7db;
    color: #144B74; }

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #144B74;
  background-color: #6fa7db;
  border-color: #6fa7db; }

.btn-primary:not(:disabled):not(.disabled):focus,
.btn-primary.focus {
  color: #144B74;
  background-color: #98c0e5;
  border-color: #98c0e5;
  box-shadow: none; }

/* Quick-revert: original dark-blue button styling
.btn-primary {
  background: $primary-color;
  color: $white;

  &::before {
    background: $white;
  }

  &:active {
    background: $primary-color !important;
    color: $primary-color;

    &::before {
      height: 80%;
    }
  }

  &:hover {
    background: darken($color: $primary-color, $amount: 10);
    color: $primary-color;
  }
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: $white;
  background-color: darken($color: $primary-color, $amount: 10);
  border-color: darken($color: $primary-color, $amount: 10);
}
*/
.btn-secondary {
  background: #fff;
  color: #144B74;
  border: 1px solid #fff; }
  .btn-secondary::before {
    background: #144B74; }
  .btn-secondary:active {
    background: #144B74;
    color: #fff;
    border: 1px solid #fff; }
  .btn-secondary:hover {
    background: #fff;
    color: #fff;
    border: 1px solid #fff; }

.btn-slider {
  background: #EF8223;
  color: #fff; }
  .btn-slider::before {
    background: #fff; }
  .btn-slider:active {
    background: #EF8223 !important;
    color: #EF8223; }
    .btn-slider:active::before {
      height: 80%; }
  .btn-slider:hover {
    background: #d0690f;
    color: #EF8223; }

.btn-primary-outline {
  border: 1px solid #144B74;
  color: #144B74;
  background: transparent; }
  .btn-primary-outline::before {
    background: #fff; }
  .btn-primary-outline:hover {
    background: #144B74;
    color: #144B74; }
  .btn-primary-outline:active {
    background: #144B74;
    color: #fff; }

.btn-sidebar {
  padding-left: 0;
  padding-right: 0;
  color: #144B74;
  text-align: left;
  text-transform: none;
  font-weight: 600;
  line-height: 1.36; }

.buttons {
  list-style: none;
  padding-inline-start: unset !important;
  border-left: 0 !important; }

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

body {
  background-color: #fff;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  padding-top: 70px; }
  @media (max-width: 991px) {
    body {
      padding-top: 0; } }
::selection {
  background: #1c67a0;
  color: #fff; }

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

#backTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: 0;
  outline: 0;
  color: rgba(20, 75, 116, 0.55);
  background-color: transparent;
  cursor: pointer;
  font-size: 4rem;
  padding: 0;
  line-height: 1; }
  #backTopBtn:hover {
    color: #144B74; }
  @media screen and (max-width: 600px) {
    #backTopBtn {
      font-size: 2.5rem;
      right: 1rem;
      bottom: 1.5rem; } }
/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0a55a7;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center; }

/* ol,
ul:not(.fa-ul, .breadcrumb, .nav-tabs, .footer-list, .page-sidebar, .page-sidebar__submenu) {
  list-style-type: disc;
  margin: 0px;
  font-family: $primary-font;
  font-size: 16px;
  color: $text-color;
} */
/* ul {
  list-style-type: none;

  li {
    &:before {
      content: "\2B22";
      display:block;
      color: magenta;
      font-size:135px;
      -webkit-transform: rotate(-30deg);
      -moz-transform: rotate(-30deg);
      -o-transform: rotate(-30deg);
      transform: rotate(-30deg);
    }
  }
} */
img {
  vertical-align: middle;
  border: 0; }

a, a:hover {
  text-decoration: underline; }

a, a:focus {
  text-decoration: none; }

a {
  color: #2787C8; }
  a:hover {
    color: #2787C8; }

a,
button,
select {
  cursor: pointer;
  transition: .2s ease; }
  a:focus,
  button:focus,
  select:focus {
    outline: 0; }

a.text-primary:hover {
  color: #144B74 !important; }

a.text-light:hover {
  color: #144B74 !important; }

a[target=_blank] {
  overflow-wrap: break-word; }

h4 {
  transition: .2s ease; }

a h4:hover {
  color: #144B74; }

.slick-slide {
  outline: 0; }

.section {
  padding-top: 90px;
  padding-bottom: 20px; }
  .section-sm {
    padding-top: 40px;
    padding-bottom: 40px; }
  .section-title {
    margin-bottom: 30px; }

.bg-cover {
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat; }

.border-primary {
  border-color: #ededf1 !important; }

/* overlay */
.overlay {
  position: relative; }
  .overlay::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #1a1a37;
    opacity: 0.8; }

.outline-0 {
  outline: 0 !important; }

.d-unset {
  display: unset !important; }

.bg-primary {
  background: #144B74 !important; }

.bg-secondary {
  background: #1a1a37 !important; }

.bg-gray {
  background: #f8f8f8; }

.text-primary {
  color: #144B74 !important; }

.text-color {
  color: #707070; }

.text-light {
  color: #8585a4 !important; }

.text-lighten {
  color: #d6d6e0 !important; }

.text-muted {
  color: #b5b5b7 !important; }

.font-secondary {
  font-family: "futura-bold"; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.pl-150 {
  padding-left: 150px; }

.zindex-1 {
  z-index: 1; }

.overflow-hidden {
  overflow: hidden; }

.vertical-align-middle {
  vertical-align: middle; }

.icon-md {
  font-size: 36px; }

/* page title */
.page-title-section {
  margin-top: 70px;
  padding: 200px 0 40px; }

@media screen and (max-width: 600px) {
  .page-title-section {
    padding: 40px 0 25px; }
  .lib-element-card-body {
    height: 180px !important; }
  .notice-button {
    display: none; } }

.custom-breadcrumb li.nasted {
  position: relative;
  padding-left: 25px; }
  .custom-breadcrumb li.nasted::before {
    position: absolute;
    font-family: "themify";
    content: "\e649";
    font-size: 20px;
    top: 50%;
    left: -5px;
    color: #fff;
    transform: translateY(-50%); }

/* /page title */
.list-styled {
  padding-left: 25px; }
  .list-styled li {
    position: relative;
    margin-bottom: 15px; }
    .list-styled li::before {
      position: absolute;
      content: "";
      height: 10px;
      width: 10px;
      border-radius: 50%;
      background: #144B74;
      left: -25px;
      top: 5px; }

textarea.form-control {
  height: 200px;
  padding: 20px; }

#map_canvas {
  height: 500px; }

.post-thumb-sm {
  max-width: 100px; }

/* pagination */
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .pagination .page-item {
    margin: 0 10px; }
    .pagination .page-item.active .page-link {
      background: #144B74;
      color: #fff;
      border-color: #144B74; }
    .pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
      border-radius: 0; }
    .pagination .page-item .page-link {
      color: #707070;
      width: 40%; }

.content {
  /* ul:not(.fa-ul, .breadcrumb, .nav-tabs) {
    padding-left: 2rem;

    li {
      position: relative;
      margin-bottom: 0.2rem;
      list-style-type: disc;
      p {
          margin-bottom: 0.2rem;
      }
    }
  } */
  /* Based on Bootstrap's `table-responsive` style. */ }
  .content * {
    margin-bottom: 20px; }
  .content strong {
    color: #144B74; }
  .content a:hover {
    text-decoration: underline; }
  .content p img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto; }
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    margin-bottom: 10px; }
  .content ol {
    padding-left: 2rem;
    list-style-type: decimal; }
    .content ol li {
      margin-bottom: 0.2rem; }
      .content ol li p {
        margin-bottom: 0.2rem; }
  .content table {
    width: 100%;
    overflow-x: scroll;
    font-size: 1.0rem;
    overflow-wrap: normal;
    word-wrap: normal;
    word-break: break-word;
    margin-bottom: 2rem;
    margin-top: 2rem; }
    @media (max-width: 575px) {
      .content table {
        word-break: normal; } }
  .content .table td,
  .content .table th {
    border-top: 1px solid #a8a8a8; }
  .content th, .content td {
    padding: 10px 20px;
    text-align: left; }
  .content tr:hover {
    background-color: #f5f5f5; }
  .content table tr th {
    border: 0; }
  .content table tr td {
    border-bottom: 1px solid #a8a8a8; }
  .content table thead th {
    background-color: #144B74;
    color: #fff;
    font-weight: 400; }
  .content th {
    background-color: #fff;
    color: #707070;
    font-weight: 700; }
  .content blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em; }
  .content pre {
    padding: 10px 20px;
    background: #131314;
    color: #cdd8e3; }

.partner-thumb-sm {
  height: 85px;
  width: 85px;
  object-fit: cover; }

/** Not work for mobile devices **/
/**
.notice-table {
    display: flex!important;
}

.notice-cell-left {
}

.notice-cell-center {
    flex:2;
}

.notice-cell-right {
}
**/
#searchOpen .fa-search {
  color: #fff !important; }

.search-wrapper .algolia-autocomplete .ds-dropdown-menu {
  min-width: auto; }

.aside-toc {
  top: 98px;
  line-height: 1.9;
  z-index: 980; }
  .aside-toc ul {
    padding-inline-start: 10px;
    border-left: 1px solid #eee; }
  .aside-toc a:hover {
    text-decoration: underline; }

@media screen and (max-width: 600px) {
  .sidebar {
    display: none; }
  .btn-notice {
    display: none; } }

footer .text-color {
  color: #d1d6e8; }

footer .fa {
  color: #d1d6e8; }

.book-card-body {
  height: 20px;
  flex: 1 1 auto;
  padding: 1.25rem; }

.container-card-body {
  height: 180px;
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-header {
  background-color: #1a1a37; }

.homepage-apply {
  padding-bottom: 15px; }

figcaption {
  color: gray;
  font-size: 0.8em;
  font-weight: 500; }

.footnotes ol li:target {
  scroll-margin-top: 98px; }

.content sup:target {
  scroll-margin-top: 98px; }

figure img:target {
  scroll-margin-top: 98px; }

#backTopBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  color: #80808080;
  /* Set a background color */
  background-color: transparent;
  /* Set a background color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  font-size: 4rem;
  /* Increase font size */ }

@media screen and (max-width: 600px) {
  .footnotes ol li:target {
    scroll-margin-top: 0px; }
  .content sup:target {
    scroll-margin-top: 0px; }
  #backTopBtn {
    font-size: 2rem;
    right: 0;
    bottom: 2rem; } }

.anchorjs-link {
  font-weight: 400;
  color: black; }

.anchorjs-link:hover {
  color: #0a55a7;
  text-decoration: none; }

.sidebar-title {
  font-weight: 600;
  color: #144B74; }

.badge {
  border: none;
  color: #5c5c77;
  background: #00000014;
  font-weight: 400;
  border-radius: 3px;
  padding: 5px 10px;
  margin-right: 8px;
  margin-bottom: 8px; }

.badge:hover {
  background: #000044;
  color: white;
  text-decoration: none; }

.highlight {
  position: relative; }
  .highlight code {
    display: flex;
    align-items: flex-end;
    min-height: 40px;
    font-size: 0.95rem; }
    .highlight code * {
      display: contents; }
  .highlight code[class^="language-"] > span[style*="display:flex"] {
    display: contents !important; }

.highlight-copy-btn {
  position: absolute;
  top: 0.4rem;
  right: 0.8rem;
  border: 0;
  border-radius: 4px;
  padding: 1px;
  font-size: 0.8rem;
  line-height: 1.8;
  background-color: transparent;
  opacity: 0.2;
  min-width: 1rem;
  text-align: center; }

.highlight-copy-btn:hover {
  color: black;
  opacity: 1; }

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0; }

.navbar-toggler {
  border: 1px solid transparent;
  font-size: 1rem; }

.article-content .list-inline {
  line-height: 1.9rem; }

@media screen and (max-width: 600px) {
  .article-content .list-inline {
    line-height: 0.8rem; } }

#TableOfContents .toc-list .toc-link:before {
  height: 2rem; }

#TableOfContents .toc-list a:hover {
  font-weight: 400;
  color: #144B74;
  text-decoration: none; }

#TableOfContents .toc-list .is-active-link {
  color: #144B74;
  font-weight: 600; }
  #TableOfContents .toc-list .is-active-link:hover {
    font-weight: 600; }

#TableOfContents .toc-list .is-active-link:before {
  background-color: #144B74; }

.fixed-top {
  z-index: 990; }

.cta {
  background-image: linear-gradient(220deg, #d7dfef 0%, #2a5bc9 100%); }

/* Style asides as Bootstrap alerts. */
/* Asides use <p> block element whereas alerts use <div>. */
.article-style aside p,
div.alert > div {
  position: relative;
  display: block;
  margin-top: 0;
  line-height: 1.5rem;
  margin-bottom: 0; }

div.alert div > * {
  margin-bottom: 0.5rem;
  /* Use smaller paragraph spacing than usual. */ }

div.alert div > :last-child {
  margin-bottom: 0; }

.article-style aside a,
div.alert a {
  text-decoration: none; }

.article-style aside,
.alert-note {
  background-color: #f6fbfe;
  border-color: #1976d2;
  color: #12537e; }

.alert-note p {
  color: #12537e; }

.alert-warning {
  color: #cd0930;
  background-color: #fff5f7;
  border-color: #ff3860; }

.alert-warning p {
  color: #cd0930; }

.alert-warning-title {
  font-weight: 900;
  color: white;
  font-size: 1rem;
  background-image: linear-gradient(to left, transparent 10%, #cd0930 90%); }

.alert-note-title {
  font-weight: 900;
  color: white;
  font-size: 1rem;
  background-image: linear-gradient(to left, transparent 10%, #0a55a7 90%); }

.alert, .article-style aside {
  padding: 0; }
  .alert ul, .article-style aside ul {
    padding: 0 1.5rem;
    margin-bottom: 0; }

.default-page {
  margin-top: 120px;
  margin-bottom: 120px; }
  .fixed-top + .default-page {
    margin-top: 208px; }
    @media (max-width: 575px) {
      .fixed-top + .default-page {
        margin-top: 32px; } }
.html-content-page .content h2 {
  margin-top: -98px;
  padding-top: 98px; }

@media (max-width: 575px) {
  .html-content-page .content h2 {
    margin-top: 0px;
    padding-top: 0px; } }

.top-header {
  font-size: 12px;
  transition: transform .2s ease;
  transform-origin: top;
  font-weight: 400; }
  .top-header.hide {
    transform: scaleY(0);
    transform-origin: top; }

@media (max-width: 991px) {
  .header {
    position: static !important;
    background: #1a1a37; } }

.navigation {
  background: #98c0e5;
  transition: .2s ease;
  min-height: 70px;
  display: flex;
  align-items: center; }
  .navigation--gradient-blue {
    background: #0b111e;
    background: linear-gradient(90deg, #0b111e 0%, #144b74 56%, #2787c8 100%); }
  .navigation .container {
    width: 100%; }
  .navigation .navbar {
    align-items: center;
    flex-wrap: nowrap;
    gap: 0; }

.navbar-nav {
  padding-left: 50px;
  height: 70px; }
  @media (max-width: 575px) {
    .navbar-nav {
      display: inline; } }
  @media (max-width: 991px) {
    .navbar-nav {
      padding-left: 0;
      height: auto; } }
.nav-bg {
  background-color: #98c0e5; }

.navigation--gradient-blue.nav-bg {
  background-color: #144B74; }

.top-height {
  margin-top: -46px; }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-toggler {
  border: 0; }

.nav-item {
  margin: 0 15px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  /* &::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 6px;
    width: 100%;
    content: "";
    background: $white;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .3s ease;
  }

  &:hover,
  &.active {
    &::before {
      transform: scaleY(1);
      transform-origin: bottom;
    }
  } */ }
  .nav-item .nav-link {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.36; }
    @media (max-width: 575px) {
      .nav-item .nav-link {
        font-weight: 400; } }
  @media (max-width: 575px) {
    .nav-item {
      display: inline;
      margin: 0; } }
.navbar-light .navbar-nav .nav-link {
  color: #fff; }

link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.8); }

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fff; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0; }
  @media (max-width: 575px) {
    .navbar-expand-lg .navbar-nav .nav-link {
      padding: 10px; } }
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 5px #0000000d; }

.navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0); }

.navbar .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  border-bottom: 5px solid #144B74;
  padding: 15px;
  margin: 0;
  top: 70px;
  border-radius: 0;
  display: block;
  visibility: hidden;
  transition: .3s ease;
  opacity: 0;
  transform: translateY(20px);
  background: #fff; }
  @media (max-width: 991px) {
    .navbar .dropdown-menu {
      display: none;
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      transform-origin: unset; } }
  .navbar .dropdown-menu.view {
    visibility: visible !important;
    opacity: 1;
    transform: translateY(0); }
    @media (max-width: 991px) {
      .navbar .dropdown-menu.view {
        display: block; } }
  .navbar .dropdown-menu.show {
    visibility: hidden; }
    @media (max-width: 991px) {
      .navbar .dropdown-menu.show {
        visibility: visible;
        display: block; } }
.navbar .dropdown-item {
  position: relative;
  color: #144B74;
  transition: .2s ease;
  font-family: "Open Sans", sans-serif; }
  .navbar .dropdown-item:not(:last-child) {
    margin-bottom: 10px; }
  .navbar .dropdown-item:hover {
    color: #144B74;
    background: rgba(168, 168, 168, 0.25); }

.navbar-brand {
  padding: 0;
  margin-right: 0; }
  @media (max-width: 575px) {
    .navbar-brand {
      padding: 10px 0; } }
  .navbar-brand:focus, .navbar-brand:focus-visible {
    outline: none; }
  .navbar-brand:focus-visible .navbar-brand__logo-wrap {
    outline: 2px solid #144B74;
    outline-offset: -3px; }
  .navbar-brand__title {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.0rem;
    font-weight: 600; }
    @media (max-width: 575px) {
      .navbar-brand__title {
        padding-left: 10px; } }
  .navbar-brand__logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    padding: 15px;
    background: #fff;
    box-sizing: border-box; }
  .navbar-brand__logo {
    height: 40px;
    width: auto;
    display: block; }

.header__divider {
  display: inline-flex;
  align-items: stretch;
  height: 70px;
  margin-left: 5px;
  margin-right: 30px;
  gap: 7.5px; }
  .header__divider::before, .header__divider::after {
    content: '';
    display: block;
    height: 100%;
    background: #fff; }
  .header__divider::before {
    width: 5px; }
  .header__divider::after {
    width: 7.5px; }

.header__title {
  color: #144B74;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0; }
  @media (max-width: 575px) {
    .header__title {
      font-size: 1rem; } }
/* search */
.search-btn {
  border: 0;
  background: transparent;
  padding: 20px; }

.search-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 2;
  visibility: hidden;
  transition: .2s ease;
  opacity: 0; }
  .search-wrapper.open {
    visibility: visible;
    opacity: 1; }

.search-box {
  height: 112px;
  width: 100%;
  border: 0;
  background: #fff;
  font-size: 30px;
  padding: 0; }
  .search-box:focus {
    box-shadow: none !important; }

.search-close {
  position: absolute;
  right: 5px;
  top: 28px;
  border: 0;
  background: transparent;
  page-break-after: 10px;
  font-size: 20px; }

.algolia-autocomplete {
  width: 100%;
  left: 0; }

select.nav-item {
  color: white;
  background-color: #144B74;
  font-weight: 600;
  padding: 19px; }

.copyright__text {
  color: #144B74;
  font-size: .875rem;
  line-height: 1.35; }

.search {
  margin: 120px 0; }
  .fixed-top + .search {
    margin-top: 208px; }
    @media (max-width: 575px) {
      .fixed-top + .search {
        margin-top: 32px; } }
.signup__form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 2rem 0; }

.signup__label {
  margin-bottom: 0;
  font-weight: bold; }

.signup__input {
  border: 1px solid #144B74; }
  .signup__input.mce_inline_error {
    border-color: #aa332f; }

.signup .mce_inline_error {
  color: #aa332f; }

.signup .checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem; }

#mc_embed_signup {
  clear: left;
  max-width: 600px; }
  #mc_embed_signup .clear {
    clear: both; }
  #mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 96%;
    padding-bottom: 3%;
    min-height: 50px;
    display: grid; }
    #mc_embed_signup .mc-field-group label {
      display: block; }
    #mc_embed_signup .mc-field-group input {
      display: block;
      width: 100%;
      padding: 8px 0;
      text-indent: 2%; }
    #mc_embed_signup .mc-field-group.input-group input {
      display: inline;
      width: auto;
      border: none; }
    #mc_embed_signup .mc-field-group.input-group label {
      display: inline;
      margin-left: 10px; }
    #mc_embed_signup .mc-field-group.input-group ul {
      margin: 0;
      padding: 5px 0;
      list-style: none; }
    #mc_embed_signup .mc-field-group.input-group li {
      display: block;
      padding: 3px 0;
      margin: 0; }
  #mc_embed_signup .indicates-required {
    text-align: right;
    font-size: .6875rem;
    margin-right: 4%; }
  #mc_embed_signup .asterisk {
    color: #e85c41;
    font-size: 150%;
    font-weight: normal;
    position: relative;
    top: 5px; }
  #mc_embed_signup .response {
    margin: 1em 0;
    padding: 1em 0 .5em;
    font-weight: bold;
    float: left;
    width: 80%; }
    #mc_embed_signup .response--success {
      color: #529214; }

.content code {
  color: #882825; }

.content__highlight {
  position: relative; }

.content__pre {
  background-color: #F1F1F1 !important;
  padding: 15px;
  padding-top: 50px;
  -webkit-box-shadow: inset 0px 0px 15px 4px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 15px 4px rgba(0, 0, 0, 0.3);
  border-radius: 0.2rem;
  color: #444;
  overflow: auto; }

.content__clipboard {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer; }
  .content__clipboard:hover .content__clipboard-label {
    visibility: visible;
    opacity: 1; }

.content__clipboard-label {
  visibility: hidden;
  background-color: #144B74;
  color: #fff !important;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 20000;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  margin-bottom: 0;
  opacity: 0;
  transition: opacity 0.3s; }
  .content__clipboard-label:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #144B74 transparent transparent transparent; }

.icon--red {
  color: #882825; }

.icon--flipped {
  transform: rotate(180deg); }

/* newsletter article */
.newsletter-article__hero {
  margin: 0 0 2rem; }
  .newsletter-article__hero img {
    width: 100%;
    height: auto;
    border-radius: 4px; }

.newsletter-article__header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ededf1; }

.newsletter-article__edition {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .75rem;
  color: #2787C8;
  font-weight: 600;
  margin-bottom: .5rem; }

.newsletter-article__title {
  color: #144B74;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 .5rem; }
  @media (max-width: 575px) {
    .newsletter-article__title {
      font-size: 1.75rem; } }
.newsletter-article__date {
  color: #8585a4;
  font-size: .875rem;
  margin: 0; }

.newsletter-article__content {
  color: #707070;
  line-height: 1.7; }
  .newsletter-article__content h2 {
    color: #144B74;
    font-size: 1.625rem;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1rem; }
  .newsletter-article__content h3 {
    color: #144B74;
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.75rem;
    margin-bottom: .75rem; }
  .newsletter-article__content p {
    margin-bottom: 1rem; }
  .newsletter-article__content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 1.5rem 0; }
  .newsletter-article__content a:not(.btn) {
    color: #2787C8;
    text-decoration: underline; }
    .newsletter-article__content a:not(.btn):hover {
      color: #144B74; }
  .newsletter-article__content .btn {
    display: inline-block;
    margin: .5rem 0 1.5rem; }

/* past-issues sidebar */
.past-issues {
  position: sticky;
  top: 120px;
  padding: 1.25rem;
  background: #dbecf9;
  border-radius: 4px; }
  .past-issues__title {
    color: #144B74;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 1rem;
    padding-bottom: .5rem;
    border-bottom: 2px solid #2787C8; }
  .past-issues__list {
    margin: 0;
    padding: 0; }
  .past-issues__item {
    padding: .5rem 0;
    border-bottom: 1px solid rgba(20, 75, 116, 0.15); }
    .past-issues__item:last-child {
      border-bottom: 0; }
    .past-issues__item--empty {
      color: #8585a4;
      font-size: .875rem;
      font-style: italic; }
  .past-issues__link {
    display: block;
    text-decoration: none;
    color: #707070; }
    .past-issues__link:hover {
      color: #144B74;
      text-decoration: none; }
      .past-issues__link:hover .past-issues__edition-title {
        color: #2787C8; }
    .past-issues__link:focus-visible {
      outline: 1px dotted #144B74;
      outline-offset: 3px; }
  .past-issues__item--current .past-issues__link .past-issues__edition-title {
    color: #2787C8;
    font-weight: 700; }
  .past-issues__date {
    display: block;
    font-size: .75rem;
    color: #8585a4;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: .15rem; }
  .past-issues__edition-title {
    display: block;
    font-size: .9375rem;
    color: #144B74;
    line-height: 1.3; }

.bg-footer {
  background: #98c0e5; }
  .bg-footer--gradient-blue {
    background: #0b111e;
    background: linear-gradient(90deg, #0b111e 0%, #144b74 56%, #2787c8 100%); }

.footer {
  border-color: #fff !important;
  padding-top: 30px; }

.footer-list__link {
  color: #144B74;
  font-size: .875rem;
  line-height: 1.667; }
  .footer-list__link:hover {
    color: #144B74; }
  .footer-list__link:focus-visible {
    outline: 1px dotted #144B74;
    outline-offset: 3px; }

.footer-list-headline {
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.667; }

.footer-signup {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #144B74; }
  .footer-signup:hover {
    color: #144B74; }
  .footer-signup:focus-visible {
    outline: 1px dotted #144B74;
    outline-offset: 3px; }
  .footer-signup__text {
    font-size: .875rem;
    line-height: 1.333; }

.content ul:not(.fa-ul, .tabs-content__tabs) {
  padding-left: 1.25rem;
  list-style-type: none; }
  .content ul:not(.fa-ul, .tabs-content__tabs) li {
    position: relative;
    margin-bottom: 0.2rem;
    padding-left: 2rem; }
    .content ul:not(.fa-ul, .tabs-content__tabs) li::marker {
      content: none; }
    .content ul:not(.fa-ul, .tabs-content__tabs) li:before {
      position: absolute;
      left: 0;
      /* content: "\2B22"; */
      display: block;
      color: #144B74;
      /* transform: rotate(-30deg); */
      content: '';
      width: 32px;
      height: 32px;
      background-image: url("/images/graphics/list-icon.png");
      background-size: 12px 14px;
      background-repeat: no-repeat;
      background-position: center left; }
    .content ul:not(.fa-ul, .tabs-content__tabs) li p {
      margin-bottom: 0.2rem; }
  .content ul:not(.fa-ul, .tabs-content__tabs).text-with-background__listing li::marker {
    color: #fff; }

.content ol li {
  line-height: 1.8;
  color: #707070;
  font-family: "Open Sans", sans-serif; }

.content ul li {
  line-height: 1.8;
  color: #707070;
  font-family: "Open Sans", sans-serif; }

ol.toc-list {
  list-style-type: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #707070;
  border-left: 2px solid #EEE; }
  ol.toc-list .toc-list {
    border-left: none; }

.table__nowrap {
  white-space: nowrap; }

.cursor-pointer {
  cursor: pointer; }
