.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
html {
  height: 100%;
  overflow-y: scroll;
}
body {
  background-color: #0a1e32;
}
body > .container {
  max-width: 926px;
}
#header {
  background-color: #475677;
  height: 80px;
}
#header::before {
  background: #475677 url(../Images/Header.gif) no-repeat scroll left top;
  content: ' ';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
#header .nav-wrapper {
  align-items: flex-end;
  display: flex;
  height: calc(100% - 2px);
  justify-content: space-between;
  width: calc(100% + 30px);
}
#header .nav-wrapper > div {
  margin: -1rem;
}
#header .nav-wrapper > div:first-child {
  z-index: 1;
}
@media (max-width: 991px) {
  #nav-meta {
    font-size: 87.5%;
  }
}
@media (min-width: 992px) {
  #header {
    font-size: 87.5%;
  }
}
#main {
  background-color: #f7f5f2;
  flex: 1;
  position: relative;
}
.layout-rootpage #main {
  background-color: #475677;
  color: #fff;
}
#main::before {
  border-color: #fff;
  border-style: solid;
  border-width: 0 1px;
  bottom: 0;
  content: '';
  display: block;
  left: -1px;
  position: absolute;
  right: -1px;
  top: 0;
}
.layout-rootpage #footer {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  #content {
    padding: 120px 20px 20px;
  }
}
@media (min-width: 992px) {
  #content {
    padding: 150px 85px 210px;
  }
  .layout-rootpage #content {
    padding: 180px 150px 0;
  }
}
@media (max-width: 991px) {
  #footer {
    position: relative;
    display: block;
    z-index: initial;
  }
  #footer::before {
    border-color: #fff;
    border-style: solid;
    border-width: 0 1px;
    content: ' ';
    display: block;
    height: 100%;
    left: -1px;
    position: absolute;
    right: -1px;
    top: 0;
    z-index: -1;
  }
}
@media (min-width: 992px) {
  #footer {
    padding: 0 0 170px;
  }
}
#nav-main {
  font-weight: bold;
}
#nav-main > .container {
  padding: 0;
}
#navigation-mobile-wrapper {
  display: none;
}
.dropdown-toggler {
  background: transparent url('../Icons/Navigation/ChevronRight.svg') no-repeat center;
  background-size: contain;
  border: none;
  height: 32px;
  position: absolute;
  right: 0;
  transition: rotate .6s;
  top: .66rem;
  width: 32px;
}
.active .dropdown-toggler {
  rotate: 90deg;
}
.nav-item.dropdown > ul {
  flex-flow: row wrap;
  padding-top: 1rem;
}
.nav-item.dropdown > ul > li {
  break-inside: avoid-column;
  width: 145px;
}
@media (min-width: 992px) {
  .dropdown-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  #nav-meta > .container {
    padding-right: 15px;
  }
  #nav-meta .navbar-nav {
    flex-direction: row;
  }
  #nav-meta .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}
#nav-sub {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding-bottom: 0;
  padding-top: 0;
  white-space: nowrap;
}
#nav-sub figure {
  line-height: 100px;
  margin-bottom: 0;
  position: relative;
}
#nav-sub figure > img {
  position: absolute;
  left: 0;
}
#nav-sub li {
  line-height: 1.3125rem;
  position: relative;
  text-align: center;
  width: 103px;
}
#nav-sub li:hover figure > img:last-child {
  opacity: 0;
}
#nav-sub li:not(.spacer)::after {
  content: '';
  border-right: 1px solid #33ccff;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  right: 1px;
}
#nav-sub li.spacer + li:not(.spacer)::before {
  content: '';
  border-left: 1px solid #33ccff;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  left: -1px;
}
@media (max-width: 991px) {
  #nav-sub li figure > img {
    position: static;
  }
  #nav-sub li figure > img:first-child {
    display: none;
  }
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #33ccff;
}
.navbar-dark .navbar-nav .active .nav-link {
  color: #33ccff;
}
.navbar-dark .navbar-toggler {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  color: #fff;
  height: 52px;
  left: 7px;
  margin-bottom: 1.5rem;
  position: relative;
  top: 7px;
  width: 52px;
}
.navbar-dark .navbar-toggler > svg {
  height: 42px;
  left: 5px;
  position: absolute;
  top: 5px;
  transition: opacity .6s;
  width: 42px;
}
.navbar-dark .navbar-toggler > svg.closer {
  height: 32px;
  margin: 5px;
  width: 32px;
}
#nav-main.open svg.opener {
  opacity: 0;
}
#nav-main:not(.open) svg.closer {
  opacity: 0;
}
/** Mobile Menu */
@media (max-width: 575px) {
  #header h1 {
    font-size: .85rem;
  }
}
@media (max-width: 991px) {
  #header::before {
    opacity: 0.4;
  }
  #header > h1 {
    color: #fff;
    line-height: 2;
    right: 15px;
    text-align: right;
  }
  #header > h1.visually-hidden {
    clip: unset !important;
    height: unset !important;
    margin: 0 !important;
    overflow: unset !important;
    padding: 0 !important;
    white-space: inherit !important;
    width: unset !important;
  }
  #nav-main {
    left: 0;
    position: absolute;
    top: 0;
    transition: background-color 0.6s;
  }
  #nav-main.open {
    background-color: #212837;
    transition: background-color 0.6s;
  }
  #nav-main:not(.open) {
    width: auto;
  }
  #nav-main li.nav-item {
    padding: .5rem 0;
  }
  #nav-main li.nav-item:not(.active) > ul {
    display: none !important;
  }
  #nav-main-toggler {
    height: 100vh;
    overflow-y: scroll;
  }
  #nav-main-toggler li.spacer {
    display: none;
  }
  #footer .navbar-nav {
    flex-flow: row wrap;
  }
}
@media (min-width: 992px) {
  #nav-main.navbar-expand-lg .navbar-nav .nav-item:first-child {
    margin-right: .625rem;
    padding-left: 0;
    text-align: center;
    width: 100px;
  }
  #nav-main.navbar-expand-lg .navbar-nav .nav-item > a {
    padding-right: .625rem;
    padding-left: .625rem;
  }
  #nav-sub.navbar-expand-lg .navbar-nav .nav-link {
    font-size: .6875rem;
    padding: 0;
  }
}
.frame-layout-1 .ce-column {
  margin-right: 0;
}
#main .h1,
#main .h2,
#main .h3,
#main .h4,
#main .h5,
#main .h6,
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
  font-weight: 600;
}
#main h1 {
  margin-top: -0.3rem;
}
#news .frame-default::after {
  border-bottom: #475677 dotted 1px;
  content: '';
  display: block;
  margin: 1.5625rem 0;
  width: 214px;
}
#news .frame-no-border-bottom {
  margin-bottom: 1.5625rem;
}
blockquote {
  font-style: italic;
}
ul {
  padding-left: 1rem;
}
img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .ce-textpic,
  .ce-image,
  .ce-nowrap .ce-bodytext,
  .ce-gallery,
  .ce-row,
  .ce-uploads li,
  .ce-uploads div {
    overflow: initial;
  }
  .ce-right .ce-gallery,
  .ce-left .ce-gallery,
  .ce-column {
    float: none;
  }
  .ce-intext.ce-right .ce-gallery,
  .ce-intext.ce-left .ce-gallery {
    margin-left: auto;
    margin-right: auto;
  }
}
/*# sourceMappingURL=Custom.css.map */