table {
  max-width: 100% !important;
}

.container-hd {
  margin-right: auto;
  margin-left: auto;
}

.sm-font {
  font-size: 16px;
}

.md-font {
  font-size: 17px;
}

.lg-font {
  font-size: 18px;
}

figure {
  margin: 0;
}

.biv-modal .modal-content {
  max-width: 80%;
}
.biv-modal .modal-content .modal-body {
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
}
.biv-modal {
  z-index: 4500;
}

.bg-parent {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: inset 0 4px 30px rgba(116, 171, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px;
  position: relative;
  z-index: 4;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                   supported by Chrome, Edge, Opera and Firefox */
}

.z2 {
  position: relative;
  z-index: 4;
  border-radius: 20px;
  padding: 15px;
}

.z4 {
  background: rgba(225, 239, 247, 0.8);
  backdrop-filter: blur(200px);
  -webkit-backdrop-filter: blur(200px);
  position: relative;
  z-index: 4;
  border-radius: 20px;
  padding: 15px;
}

.z5 {
  backdrop-filter: blur(200px);
  -webkit-backdrop-filter: blur(200px);
  position: relative;
  z-index: 4;
  margin-top: 0;
}

.pointer {
  cursor: pointer;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.r0 {
  right: 0;
}

.l0 {
  left: 0;
}

.table-no-border {
  border: 1px solid transparent !important;
}
.table-no-border td {
  padding: 0;
  vertical-align: middle;
}

.text-underline {
  border-bottom: 1px solid;
}

.blue-btn {
  background: #F0F6FB;
  padding: 7px 10px 3px 10px;
  border: 1px solid #C2D3E4;
  border-radius: 3px;
  color: #003b79;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
}

img.grayscale {
  filter: grayscale(1);
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wrap-top {
  margin-top: 195px;
  min-height: calc(100vh - 170px);
}
.wrap-top.error {
  margin-top: 300px;
}

.ajax-spinner {
  text-align: center;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  padding-top: 165px;
  background: rgba(0, 0, 0, 0.6784313725);
  display: none;
}

.anchor {
  margin: 0 10px;
}

.btn {
  text-decoration: none !important;
  color: #003b79;
  box-shadow: none;
  padding: 5px 10px;
  border-radius: 50px;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #003b79;
}
.btn:hover {
  background: #eef7ff;
}
.btn.no-border {
  box-shadow: none;
  border: 0;
}
.btn.color-red {
  background: red;
  color: #fff;
  border: 0;
}
.btn.color-blue {
  background: #003b79;
  color: #fff;
  border: 0;
}
.btn.color-green {
  background: #5BAC27;
  color: #fff;
  border: 0;
}
.btn.big {
  padding: 15px 30px;
  font-size: 38px;
}

.list_item {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
}

.big-border {
  border: 5px solid #f0f6fb;
  border-radius: 5px;
}

ul.none-list {
  list-style: none !important;
  list-style-image: none !important;
}

.highlight.highlighter {
  background: rgba(184, 255, 137, 0.7);
}

.decoration-none {
  text-decoration: none !important;
}

.button {
  appearance: none;
  background-color: #FAFBFC;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #24292E;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 6px 16px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
  text-decoration: none !important;
}
.button:hover {
  background-color: #F3F4F6;
  text-decoration: none;
  transition-duration: 0.1s;
  color: #000;
}
.button.big {
  display: block;
  padding: 2rem 4rem;
  font-size: 2rem;
  line-height: 2rem;
  color: #003b79;
}
.button.middle {
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  font-size: 1rem;
}

.blue-button {
  display: inline-block;
  line-height: 1rem;
  background-color: #003267;
  color: #fff;
  font-size: 67%;
  padding: 0.5rem;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none !important;
  text-align: center;
  margin-bottom: 1px;
}
.blue-button:hover {
  background-color: #006edc;
  color: #fff;
}
.blue-button.big {
  font-size: 1rem;
  padding: 1rem;
}
.blue-button.middle {
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  font-size: 1rem;
}

.green-button {
  display: inline-block;
  line-height: 1rem;
  background-color: #3f910b;
  color: #fff;
  font-size: 67%;
  padding: 0.5rem;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none !important;
}
.green-button:hover {
  background-color: #006edc;
  color: #fff;
}

.white-blue-text {
  color: #346395;
}

.green-text {
  color: #3f910b;
}

.search_whisperer {
  position: absolute;
  background: #003267;
  display: none;
  margin: 0;
  padding: 0;
  max-height: 40vh;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 2px 6px 10px #000;
  z-index: 5;
  width: 100%;
  list-style-image: none !important;
  list-style: none !important;
}
.search_whisperer li {
  color: #fff;
  padding-left: 0.5rem;
  padding-right: 0.2rem;
  border-bottom: 1px solid #005587;
}
.search_whisperer li a {
  text-decoration: none;
}
.search_whisperer li a .search-parent-title {
  color: #dab07b;
  font-size: 0.8rem;
}
.search_whisperer li a .s_title {
  color: #fff;
  display: block;
}
.search_whisperer li .s_substring {
  color: #81d0ff;
  font-size: 0.7rem;
  line-height: 1rem;
}

.accordion .line {
  position: relative;
}
.accordion .line .accordion-button {
  background-color: #eee;
  color: #003267;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight: bold;
  margin-bottom: 3px;
}
.accordion .line .active, .accordion .line .accordion:hover {
  background-color: #ccc;
}
.accordion .line .panel {
  padding: 10px 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
}
.fade-in.in4 {
  animation-duration: 4s;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.red {
  color: #e90000 !important;
}

.blue_elem {
  margin: 0 auto;
  background: #4E9BD0;
  color: #fff;
  padding: 30px;
  border-radius: 30px;
  width: 500px;
  max-width: 80%;
  text-align: center;
  line-height: 1.2;
}
.blue_elem a {
  color: #fff;
}

@media (min-width: 2400px) {
  body {
    zoom: 140%;
  }
  .wrap-top {
    min-height: calc(72vh - 170px);
  }
}
@media (min-width: 3200px) {
  body {
    zoom: 170%;
  }
  .wrap-top {
    min-height: calc(60vh - 170px);
  }
}
@media (max-width: 1024px) {
  .wrap-top {
    margin-top: 82px;
    min-height: calc(100vh - 58px);
  }
  .btn.big {
    padding: 5px 15px;
    font-size: 25px;
  }
}

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