@media (min-width: 992px) {
  #container-main > .row:first-child {
    display: block;
  }
  #container-main > .row:first-child::after {
    display: block;
    clear: both;
    content: "";
  }
}

#content-header {
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  #content-header .ce-image {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}

#content {
  margin-bottom: 5rem;
}

.col-content .frame-default {
  margin-bottom: 3rem;
}
.col-content a {
  text-decoration: underline;
}

#sidebar-subnav {
  float: left;
}
#sidebar-subnav .nav {
  flex-flow: column;
}

@media (min-width: 992px) {
  #sidebar-subnav + .col-content {
    float: right;
  }
}

.frame-list-highlight ul, .frame-list-highlight ol, .list-highlight {
  padding-left: 0;
  list-style: none;
}

.frame-list-highlight ol {
  counter-reset: item;
}
.frame-list-highlight ol li:before {
  content: counter(item);
  counter-increment: item;
}

.frame-list-highlight li, .list-highlight li {
  margin: 3rem 0 3rem 1.5rem;
  padding: 1rem 2.5rem;
  background: #F2F5FC;
  position: relative;
}

.frame-list-highlight li:before, .list-highlight li:before {
  content: "";
  position: absolute;
  display: block;
  width: 3rem;
  height: 3rem;
  padding: 0.5rem;
  text-align: center;
  left: -1.5rem;
  top: -1.5rem;
  background: #2D4F8F no-repeat center center;
  background-size: 60% auto;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2rem;
}

.frame-list-highlight ul li:before, .list-highlight li:before {
  background-image: url("../Images/icon-house.png");
}

#header .container {
  position: relative;
}
#header .container > .row > div:first-child {
  position: relative;
}
#header .container-header {
  background: #9db4ca;
  padding-bottom: 60px;
}
@media (min-width: 576px) {
  #header .container-header {
    padding-bottom: 0px;
  }
  #header .container-header .row > div > a:first-child::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.75rem;
    bottom: 0.75rem;
    right: 0px;
    width: 3px;
    background: #2D4F8F;
  }
}
#header .navbar {
  margin-top: -50px;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  #header .navbar {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
#header .navbar-brand {
  display: block;
  margin: 0.75rem auto;
  width: 110px;
}
@media (min-width: 768px) {
  #header .navbar-brand {
    width: 130px;
  }
}
#header .navbar-toggler {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  padding: 0px;
}
@media (min-width: 992px) {
  #header .navbar-toggler {
    display: none;
  }
}
#header .navbar-collapse {
  /*display: flex !important;*/
}
@media (min-width: 992px) {
  #header .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }
}
#header .navbar-nav {
  flex-direction: row;
}
@media (max-width: 767.98px) {
  #header .navbar-nav {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
}
#header .navbar-nav .nav-item-more {
  margin-left: auto;
  display: none;
}
#header .navbar-nav .nav-link {
  font-size: 1rem;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 1rem;
  color: #2D4F8F;
  position: relative;
  margin-right: 1rem;
}
@media (min-width: 992px) {
  #header .navbar-nav .nav-link {
    padding: 0 0.8rem;
    height: 38px;
    line-height: 38px;
    margin-right: 0.8rem;
  }
}
@media (min-width: 1200px) {
  #header .navbar-nav .nav-link {
    padding: 0 1rem;
    font-size: 1.2rem;
    height: 45px;
    line-height: 45px;
    margin-right: 1rem;
  }
}
#header .navbar-nav .nav-link:hover, #header .navbar-nav .active a, #header .navbar-nav .sub-active a {
  color: #fff;
  background: #2D4F8F;
  -webkit-transition: background-color 0.5s ease-in, color 0.5s ease-in;
  -moz-transition: background-color 0.5s ease-in, color 0.5s ease-in;
  -o-transition: background-color 0.5s ease-in, color 0.5s ease-in;
  transition: background-color 0.5s ease-in, color 0.5s ease-in;
}
@media (min-width: 992px) {
  #header .navbar-nav .active a:before, #header .navbar-nav .sub-active a:before {
    content: "";
    display: block;
    position: absolute;
    top: -11px;
    left: 0px;
    width: 100%;
    height: 4px;
    background: #9db4ca;
  }
}
@media (min-width: 1200px) {
  #header .navbar-nav .active a:before, #header .navbar-nav .sub-active a:before {
    top: -13px;
    height: 5px;
  }
}
#header .navbar-nav .nav-link-more {
  background: #9db4ca;
  color: #fff;
}

.header-claim {
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
  margin: 0px auto;
  padding: 20px 16px;
  font-size: 1.25rem;
  width: 310px;
  min-height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .header-claim {
    font-size: 1.5rem;
    width: 370px;
  }
}
@media (min-width: 992px) {
  .header-claim {
    font-size: 2rem;
    width: 475px;
  }
}
.header-claim a {
  color: inherit;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.header-claim a:hover {
  text-decoration: none;
}
.header-claim .header-claim-topline {
  font-size: 1.05em;
  font-weight: bold;
}

#submenu {
  background: #9db4ca;
  margin-bottom: 5rem;
}
#submenu .nav-link {
  padding: 0.5rem 2rem 0.5rem 1rem;
  color: #fff;
}
#submenu .nav-link:hover, #submenu .nav-link.active {
  background: #2D4F8F;
}
#submenu .sub-active > a {
  color: #fff;
  background: #2D4F8F;
}
#submenu .sub .nav {
  display: block;
  background: #8aafdf;
  padding: 0.5rem 0;
  /*border-bottom: 1px solid $white;*/
}
#submenu .sub .nav .nav-link {
  padding-left: 3rem;
}

#sidebar-content a {
  text-decoration: underline;
}
#sidebar-content > :last-child {
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  #sidebar-content {
    float: left;
  }
}

@media (min-width: 992px) {
  #sidebar-more {
    float: left;
    clear: left;
  }
}
#sidebar-more a {
  color: #2D4F8F;
}
#sidebar-more .nav {
  flex-flow: column;
}

#moremenu {
  border-top: 1px solid #9db4ca;
  border-bottom: 1px solid #9db4ca;
  margin-bottom: 5rem;
}
#moremenu .nav-item {
  border-bottom: 1px solid transparent;
}
#moremenu .nav-item.sub-active .nav-link {
  background: #2D4F8F;
  color: #fff;
}
#moremenu .nav-link {
  padding: 0.5rem 1rem;
}
#moremenu .nav-link:hover, #moremenu .nav-link.active {
  background: #2D4F8F;
  color: #fff;
}

.row-footer-nav {
  background: #9db4ca;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.row-footer-nav .nav {
  flex-direction: row;
}
.row-footer-nav .nav .nav-link {
  display: inline-block;
  margin-right: 1rem;
  height: 45px;
  line-height: 45px;
  padding: 0 1rem;
  color: #fff;
}
.row-footer-nav .nav .nav-link.active {
  background: #9db4ca;
}
.row-footer-nav .nav .nav-link:hover {
  text-decoration: underline;
}
.row-footer-nav .nav-item {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .row-footer-nav .nav-item {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .row-footer-nav .nav-item {
    flex: 0 0 auto;
    width: auto;
  }
}
.row-footer-nav .nav-item:last-child {
  margin-top: 0.5rem;
  margin-left: auto;
}
@media (min-width: 992px) {
  .row-footer-nav .nav-item:last-child {
    margin-top: 0px;
  }
}
.row-footer-nav .nav-item:last-child .nav-link {
  line-height: 1;
  margin-right: 0px;
}
.row-footer-nav .nav-item:last-child img {
  display: inline-block;
  max-height: 100%;
  width: auto !important;
}

#quickmenu {
  position: fixed;
  top: 40vh;
  right: -210px;
  display: block;
}
#quickmenu a {
  font-size: 1rem;
  text-decoration: none;
  background: #fff;
  padding: 5px;
  display: block;
  -webkit-transition: margin-left 0.3s ease-in;
  -moz-transition: margin-left 0.3s ease-in;
  -o-transition: margin-left 0.3s ease-in;
  transition: margin-left 0.3s ease-in;
}
#quickmenu a:hover {
  margin-left: -210px;
  -webkit-transition: margin-left 0.6s ease-in;
  -moz-transition: margin-left 0.6s ease-in;
  -o-transition: margin-left 0.6s ease-in;
  transition: margin-left 0.6s ease-in;
}
#quickmenu a i {
  width: 35px;
  height: 35px;
  border: 2px solid #9db4ca;
  border-radius: 5px;
  line-height: 32px;
  text-align: center;
  color: #9db4ca;
  margin-right: 5px;
  font-size: 1.2rem;
}
#quickmenu a span {
  display: inline-block;
  width: 205px;
  position: relative;
  top: -2px;
}
