@charset "UTF-8";
.bg-grey-lighter {
  background: #FCFCFC !important;
}

.bg-primary {
  background: #265BB5;
  color: #ffffff;
}

.bg-primary-dark {
  background: #265BB5;
  color: #ffffff;
}
.bg-primary-dark .btn-outline-primary {
  border-color: #ffffff;
  color: #ffffff;
}
.bg-primary-dark a {
  color: #4FB6EA;
}
.bg-primary-dark a:hover {
  color: #7dc9ef;
}

.v-divider {
  display: block;
  width: 1px;
  height: 1rem;
  background: #929292;
}

html {
  font-size: 16px;
}
html.scale-2x {
  font-size: 20px;
}
html.scale-3x {
  font-size: 24px;
}
html.scale-4x {
  font-size: 32px;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: "Raleway", sans-serif;
  max-width: 1920px;
  margin: 0 auto;
  border-left: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #373737;
}

main {
  flex: 1;
  overflow: hidden;
}

a {
  color: #1E6FB8;
}
a:hover, a:active {
  color: #265BB5;
  text-decoration: none;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-weight: bold;
  line-height: 130%;
}

a h4 {
  color: #373737;
}

h1, .h1 {
  font-size: 2.25rem;
}

h2, .h2 {
  font-size: 1.5625rem;
}

h3 {
  font-size: 1.25rem;
}

h4, .h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 0.75rem;
}

p {
  line-height: 170%;
}

.container-fluid {
  max-width: 1440px;
}

.date {
  font-size: 0.875rem;
}

.btn-print {
  color: #A85A00;
  display: inline-block;
  vertical-align: middle;
}
.btn-print i {
  margin-left: 0.5rem;
  vertical-align: middle;
}

@media (max-width: 720px) {
  .py-5 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
}
.menu-item {
  position: relative;
  display: block;
}
.menu-item > a {
  padding: 0.5rem 1rem;
  display: block;
  position: relative;
}
.menu-item.current-category-ancestor > a, .menu-item.current-menu-ancestor > a, .menu-item.current-menu-parent > a, .menu-item.current-category-parent > a, .menu-item.current-menu-item > a {
  color: #265BB5 !important;
}

footer .menu-item.current-menu-item > a {
  color: #fff !important;
}

.nav-sub-hover .sub-menu {
  display: none;
}
.nav-sub-hover .menu-item:hover > .sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: #FCFCFC;
  z-index: 10;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.nav-sub-hover > .menu-item-has-children > a:after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 0.5rem;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}

.nav-main {
  margin-left: auto;
}
.nav-main .menu-item > a {
  text-transform: uppercase;
  font-weight: bold;
  color: #0D0D0D;
}

.nav-top > li:first-child a {
  color: #C4161C;
}
.nav-top > li:first-child a:hover {
  text-shadow: 0 0 1px #C4161C;
}
.nav-top .menu-item > a {
  padding: 0.5rem 0.8rem;
}

.nav-top-action .menu-item > a {
  padding: 0.5rem 0.3rem;
}

.nav-sidebar {
  margin-left: -1rem;
}
.nav-sidebar .menu-item > a {
  color: #373737;
}
.nav-sidebar .current-menu-ancestor > a,
.nav-sidebar .current-menu-item > a {
  color: #265BB5;
  font-weight: bold;
}
.nav-sidebar .sub-menu {
  display: none;
  margin-left: 1rem;
}
.nav-sidebar .sub-menu .current-menu-item > a {
  color: #2D8EDA;
}
.nav-sidebar .current-menu-ancestor .sub-menu, .nav-sidebar .current-menu-item .sub-menu {
  display: block;
}
.nav-sidebar .menu-item-has-children > a:after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 0.5rem;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}

.nav-sitemap {
  display: block;
  border-bottom: 1px #E3E3E3 solid;
}
.nav-sitemap ul {
  margin-left: 1.5rem;
}
.nav-sitemap li {
  display: block;
}

#mobile-menu {
  font-size: 0.875rem;
}
#mobile-menu .modal-header {
  font-size: 1rem;
  margin: 0;
  padding: 4px 0 4px 0.5rem;
  font-weight: bold;
}
#mobile-menu .modal-header button {
  font-size: 1.5625rem;
}
#mobile-menu .modal-header a, #mobile-menu .modal-header button {
  color: #000000;
  text-decoration: none;
}
#mobile-menu .modal-header a:active, #mobile-menu .modal-header button:active {
  color: #707070;
}
#mobile-menu .modal-header a {
  display: inline-block;
  padding: 0.5rem;
}
#mobile-menu .menu-close {
  margin-left: auto;
}
#mobile-menu .modal-dialog {
  width: 85%;
  max-width: inherit;
  margin: 0;
  margin-left: auto;
}
#mobile-menu .modal-dialog .modal-content {
  border-radius: 0;
  background: #ffffff;
  border: none;
}
#mobile-menu .accordion > .card {
  border: none;
  border-radius: 0;
  background: #929292;
}
#mobile-menu .nav-link {
  padding: 0.85rem 0;
  position: relative;
  text-align: left;
  color: #ffffff;
  cursor: pointer;
}
#mobile-menu .nav-link img {
  margin: 0 1rem;
  display: block;
  width: 23px;
  height: 23px;
  object-fit: contain;
}
#mobile-menu .nav-link .svg-inline--fa {
  margin: 0 1rem;
}
#mobile-menu .list-group {
  margin-left: 5px;
}
#mobile-menu .list-group-item {
  border-radius: 0;
  border: none;
  color: #636363;
  font-weight: bold;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 0;
  padding: 0.85rem 1rem;
}
#mobile-menu .list-group-item.active {
  background: #F2F2F2;
  color: #636363;
}
#mobile-menu .list-group-item.disabled {
  color: #bdbdbd;
}
#mobile-menu .list-group-item:last-child {
  border-bottom: none;
}

.nav-mobile {
  display: block;
  margin: 0;
}
.nav-mobile li {
  margin-top: -1px;
}
.nav-mobile li > a {
  border-bottom: 1px solid #E3E3E3;
  border-top: 1px solid #E3E3E3;
  border-left: 1px solid #E3E3E3;
}
.nav-mobile li > ul {
  margin-left: 1rem;
}
.nav-mobile .sub-menu {
  display: none;
}
.nav-mobile .current-menu-item > .sub-menu, .nav-mobile .current-menu-ancestor > .sub-menu, .nav-mobile .menu-open > .sub-menu {
  display: block;
}
.nav-mobile .current-menu-item > .mobile-dropdown-toggle::before, .nav-mobile .current-menu-ancestor > .mobile-dropdown-toggle::before, .nav-mobile .menu-open > .mobile-dropdown-toggle::before {
  content: "";
}
.nav-mobile .mobile-dropdown-toggle {
  height: 38px;
  line-height: 22px;
  position: absolute;
  right: 0;
  top: 0;
  border-bottom: none;
  border-top: none;
  cursor: pointer;
  display: none;
}
.nav-mobile .menu-item-has-children > a:not(.mobile-dropdown-toggle) {
  padding-right: 42px;
}
.nav-mobile .menu-item-has-children > .mobile-dropdown-toggle {
  display: block;
}

header {
  font-size: 0.875rem;
  color: #5C5C5C;
}
header .logo-wrap {
  height: 59px;
  padding: 7px 1rem;
  min-width: 160px;
}
header .logo-wrap img {
  height: 100%;
  width: auto;
}
header a {
  color: #5C5C5C;
}

.page-banner {
  background: #1E6FB8;
  background-size: cover;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.page-banner .container {
  min-height: 570px;
}
.page-banner a {
  color: #ffffff;
}
.page-banner .ttl {
  max-width: 750px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.page-banner.page-banner-compact .container {
  min-height: 270px;
}
.page-banner.page-banner-compact .ttl {
  font-size: 2.25rem;
  max-width: none;
}
.page-banner.page-banner-breadcrumb .container {
  min-height: 270px;
}
.page-banner.page-banner-home .ttl {
  font-size: 3rem;
}

.text-blocks {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  font-size: 1.125rem;
}
.text-blocks > * {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.text-blocks img {
  display: block;
  width: 2.25rem;
  height: auto;
  margin-right: 1.5rem;
}

.important-notification {
  padding: 3.75rem 0;
}
.important-notification .ttl {
  margin-bottom: 1rem;
}
.important-notification .icon-wrap {
  font-size: 2.25rem;
  padding-right: 2rem;
  border-right: 1px solid #ffffff;
}
.important-notification .text-wrap {
  padding-left: 2rem;
}
.important-notification .text-wrap p:last-child {
  margin-bottom: 0;
}

.phones-wrap {
  padding-top: 0.5rem;
}
.phones-wrap > * {
  margin: 0 0.5rem;
}
.phones-wrap a {
  font-weight: bold;
}

#mobile-menu-toggler {
  padding: 1rem !important;
  min-width: 0 !important;
}

@media (max-width: 720px) {
  .page-banner .container {
    min-height: 0;
  }

  .page-banner.page-banner-home .ttl {
    font-size: 2rem;
  }

  .important-notification {
    padding: 2rem 1rem;
  }

  .important-notification .icon-wrap {
    padding-right: 0.5rem;
  }

  .important-notification .text-wrap {
    padding-left: 0.5rem;
  }

  .page-banner.page-banner-compact .container {
    min-height: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .page-banner.page-banner-breadcrumb .container {
    min-height: 0;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
footer {
  background: #1E6FB8;
  color: #ffffff;
  padding: 0.5rem 0;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #FCFCFC;
}
footer .sub-menu {
  display: none !important;
}
footer .menu-item-has-children > a:after {
  display: none !important;
}
footer .menus-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 1rem;
}
footer .texts-wrap {
  padding-top: 1rem;
}
footer .nav {
  margin-left: -1rem;
}

.nav-bottom-primary .menu-item > a {
  text-transform: uppercase;
  font-weight: bold;
}

.footer-widget img {
  display: inline-block;
  height: 70px;
  width: auto;
}

@media (min-width: 992px) {
  footer {
    padding: 2rem 0;
  }
  footer .menus-wrap {
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 2rem;
    padding-bottom: 0;
  }
  footer .texts-wrap {
    padding-left: 2rem;
    padding-top: 0;
  }
}
.btn {
  height: 3.5rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 1rem;
  border-radius: 1.75rem !important;
  font-size: 0.875rem !important;
  min-width: 240px !important;
  font-weight: 600;
}
.btn.btn-primary {
  background: #265BB5 !important;
  color: #ffffff !important;
}
.btn.btn-link {
  padding: 1rem !important;
  min-width: 0 !important;
}

.nf-form-content {
  padding: 1rem 0 !important;
}
.nf-form-content label {
  color: #1E6FB8;
}

.nf-form-content input:not([type=button]), .nf-form-content textarea {
  background: #ffffff !important;
  border: none !important;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1) !important;
}
.nf-form-content input:not([type=button]):focus, .nf-form-content textarea:focus {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2) !important;
}

.nf-form-fields-required {
  display: none;
}

.search-wrap {
  position: relative;
}
.search-wrap input[type=text] {
  padding-right: 50px;
}
.search-wrap button {
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.card-title {
  font-weight: bold;
  font-size: 1.5625rem;
  color: #265BB5;
  margin-bottom: 0.5rem;
  display: block;
}

.card {
  background: none;
}
.card .date {
  margin-bottom: 1rem;
}

.card-text:not(:last-child) {
  margin-bottom: 1rem;
}

.subtitle-with-icon {
  margin-bottom: 1rem;
}
.subtitle-with-icon .icon-wrap {
  font-size: 1.4rem;
  color: #FFC382;
  margin-right: 1rem;
}
.subtitle-with-icon .ttl {
  margin-bottom: 0.2rem;
}

.slider .card {
  border: none;
  border-radius: 0;
}

.card.overable {
  border: none;
  border-radius: 0;
  padding: 1rem;
}
.card.overable:hover {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}

[class^=col-] > .card {
  min-height: 100%;
}

.row > [class^=col-] {
  margin-bottom: 2rem;
}

@media (max-width: 720px) {
  .card.overable {
    padding: 0.2rem;
  }

  .row > [class^=col-] {
    margin-bottom: 0;
  }
}
.slider .card-body {
  padding: 0;
}
.slider .card.overable:hover {
  box-shadow: none;
}

.lSAction > .lSPrev {
  left: -2.5rem;
}

.lSAction > .lSNext {
  right: -2.5rem;
}

.lSSlideOuter {
  padding-left: 3rem;
  padding-right: 3rem;
  margin-left: -3rem;
  margin-right: -3rem;
  position: relative;
}
.lSSlideOuter:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3rem;
  content: " ";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+50,0+100 */
  background: -moz-linear-gradient(left, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  /* IE6-9 */
  z-index: 10;
}
.lSSlideOuter:after {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 4.5rem;
  content: " ";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+50,0+100 */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+50 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
  /* IE6-9 */
  z-index: 10;
}

.lSSlideWrapper {
  overflow: visible;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.lightSlider {
  height: auto !important;
}

.bg-grey-lighter .lSSlideOuter:before {
  background: -moz-linear-gradient(left, #fcfcfc 0%, #fcfcfc 50%, rgba(252, 252, 252, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fcfcfc 0%, #fcfcfc 50%, rgba(252, 252, 252, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fcfcfc 0%, #fcfcfc 50%, rgba(252, 252, 252, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  /* IE6-9 */
  z-index: 10;
}
.bg-grey-lighter .lSSlideOuter:after {
  background: -moz-linear-gradient(left, rgba(252, 252, 252, 0) 0%, #fcfcfc 50%, #fcfcfc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(252, 252, 252, 0) 0%, #fcfcfc 50%, #fcfcfc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(252, 252, 252, 0) 0%, #fcfcfc 50%, #fcfcfc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
  /* IE6-9 */
  z-index: 10;
}

@media (max-width: 720px) {
  .lSAction {
    display: none !important;
  }

  .lSSlideOuter:before {
    display: none;
  }
  .lSSlideOuter:after {
    display: none;
  }
}
.foo .lSSlideOuter {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: -2rem;
  margin-right: -2rem;
}
.foo .lSSlideWrapper {
  overflow: visible;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.foo .lSSlideWrapper:before {
  display: block;
  position: absolute;
  left: -2rem;
  top: 0;
  bottom: 0;
  width: 2rem;
  content: " ";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+50,0+100 */
  background: -moz-linear-gradient(left, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  /* IE6-9 */
  z-index: 10;
}
.foo .lSSlideWrapper:after {
  display: block;
  position: absolute;
  right: -2rem;
  top: 0;
  bottom: 0;
  width: 2rem;
  content: " ";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+50,0+100 */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+50 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
  /* IE6-9 */
  z-index: 10;
}
.foo .lightSlider {
  overflow: visible;
  /*height: auto!important;*/
}
.foo .bg-grey-lighter .lSSlideWrapper:before {
  background: -moz-linear-gradient(left, #fcfcfc 0%, #fcfcfc 50%, rgba(252, 252, 252, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fcfcfc 0%, #fcfcfc 50%, rgba(252, 252, 252, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fcfcfc 0%, #fcfcfc 50%, rgba(252, 252, 252, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  /* IE6-9 */
  z-index: 10;
}
.foo .bg-grey-lighter .lSSlideWrapper:after {
  background: -moz-linear-gradient(left, rgba(252, 252, 252, 0) 0%, #fcfcfc 50%, #fcfcfc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(252, 252, 252, 0) 0%, #fcfcfc 50%, #fcfcfc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(252, 252, 252, 0) 0%, #fcfcfc 50%, #fcfcfc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
  /* IE6-9 */
  z-index: 10;
}
@media (max-width: 720px) {
  .foo .lSAction {
    display: none !important;
  }
}

/*
.post-content{
  .has-2-columns{
    .wp-block-column{
      width: 50%;
    }
  }
}
*/
.right-grey {
  position: relative;
}
.right-grey > * {
  padding: 2rem;
}
.right-grey > .wp-block-column:last-child {
  margin-left: 0;
  background: #FCFCFC;
}
.right-grey:after {
  position: absolute;
  content: " ";
  left: calc(100% - 2rem);
  top: 0;
  bottom: 0;
  width: 100vw;
  background: #FCFCFC;
}

.sidebar {
  min-width: 240px;
  max-width: 240px;
  margin-right: 3rem;
}

.post-content {
  overflow-x: hidden;
}
.post-content ul {
  padding-left: 1rem;
}
.post-content ul > li {
  padding-left: 0.5rem;
}
.post-content ul > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.post-content a[target=_blank]:after {
  display: inline-block;
  padding-left: 0.5rem;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}

.wp-block-file a.wp-block-file__button {
  background: #265BB5;
}
.wp-block-file a.wp-block-file__button:after {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "";
}

@media (max-width: 720px) {
  .right-grey > * {
    padding: 0;
  }
  .right-grey:after {
    display: none;
  }

  table.wp-block-table {
    overflow: hidden;
    overflow-x: scroll;
    display: block;
  }
}
.breadcrumb {
  background: none;
  padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #ffffff;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}

.wp-block-table {
  margin-bottom: 1.5rem;
}
.wp-block-table tr:first-child > td {
  background: #1E6FB8;
  color: #ffffff;
  font-weight: bold;
}
.wp-block-table td {
  padding: 0.5rem;
}
.wp-block-table tr:nth-child(2n+2) td {
  background: rgba(79, 182, 234, 0.07);
}
.wp-block-table.wp-block-table-compact {
  font-size: 0.8125rem;
}
.wp-block-table.wp-block-table-compact td {
  padding: 0.3rem;
}

.ab-block-accordion .ab-accordion-title {
  background: rgba(79, 182, 234, 0.07);
  color: #265BB5;
  font-size: 1.125rem !important;
}
.ab-block-accordion .ab-accordion-text, .ab-block-accordion .ab-accordion-text p {
  font-size: 1rem !important;
}

.drop-cap-letter {
  margin-bottom: 1.5rem;
  background: #FCFCFC;
  padding: 2rem 4rem 2rem 6rem;
  position: relative;
}
.drop-cap-letter p:last-child {
  margin-bottom: 0;
}
.drop-cap-letter:before {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-size: 2rem;
  color: #FFC382;
}

@media print {
  .container, .container-fluid {
    max-width: inherit;
  }

  header .logo-wrap {
    padding: 0;
    margin-left: auto;
  }

  .lSAction {
    display: none !important;
  }

  .important-notification {
    padding: 0.5rem 0;
  }

  .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .page-banner {
    background: none !important;
    color: #0D0D0D;
  }
  .page-banner a {
    color: #0D0D0D;
  }
  .page-banner .container {
    min-height: 0 !important;
    height: auto;
  }
}

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

html.grey-mode {
  filter: grayscale(100%) contrast(200%);
}

.modes-container {
  border-bottom: 1px solid #000;
  display: none;
}

.modes-container.show {
  display: block;
}

.modes {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  width: 100%;
  max-width: 1440px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  display: grid;
  position: relative;

}

.modes-close {
  cursor: pointer;
  width: 32px;
  height: 32px;
  position: absolute;
  inset: 16px 16px 16px auto;
}

.modes__zoom {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.modes .headline-6 {
  color: #212b25;
  border-bottom: 0.05px solid #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
}

.modes__zoom-icons {
  grid-column-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.zoom-icon {
  cursor: pointer;
  width: 32px;
  height: 32px;
}

.modes__divider {
  border-right: 1px solid #0000004d;
}

.modes__b-w,
.modes__no-pic {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.switch-button {
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 64px;
  width: 56px;
  height: 32px;
  padding: 2px;
  transition: all .25s ease-out;
  position: relative;
}

.switch-thumb {
  background-color: #000;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  transition: all .25s ease-out;
  position: absolute;
}

.switch-button.active {
  background-color: #000;
}

.switch-thumb.active {
  background-color: #fff;
  transform: translate(24px);
}

.page-banner.hide-bg {
  background: #fff !important;
}

.page-banner.hide-bg * {
  color: #000 !important;
}

html.marklink a {
  text-decoration: solid;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

@media (max-width: 1230px) {
  .modes .headline-6 {
      font-size: 16px;
      line-height: 2;
  }
}

@media (max-width: 1100px) {
  .modes {
      grid-column-gap: 18px;
  }
}

@media (max-width: 1000px) {
  .modes {
      grid-template-rows: auto auto auto;
      grid-template-columns: auto auto auto auto;
      grid-row-gap: 10px;
      height: 145px;
      width: 600px;
  }
}

#cookie-notice {
  background-color: #000fff !important;
}

.has-vivid-cyan-blue-color {
  color: #1E6FB8 !important;
}