html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #989DA8;
  color: #333;
  margin: 0;
  font-size: 0.8rem;
}
#header, .custom {
  background-color: #fff;
}
h1 {
  font-size: 1.2rem;
}
h2 {
  font-size: 1.2rem;
}
#toptext {
  max-width: 1140px;
  margin: 0 auto;
}
#toptext h1 {
  padding-bottom: 25px;
  padding-top: 25px;
  margin-bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
}
.logo-small {
  max-height: 45px;
}
.footer {
  background-color: #26679E;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 1rem 0;
  margin-left: -15px;
  margin-right: -15px;
  width: 100%;
  bottom: 0;
}
.navi {
  min-height: 100%;
}
.navi li {
  list-style-type: square;
  color: #26679E;
  list-style-position: inside;
  padding: .25rem 0;
}
.navi strong {
  color: #26679E !important;
}
.navi a, .navi a.navbar-brand, .navi strong {
  color: #333 !important;
  padding: 0;
  width: calc(100% - 20px);
  display: inline-block;
  border-bottom: 1px solid #333;
}
.navi a:hover {
  text-decoration: underline;
}
#left .level_1, .level_2 {
  padding-left: 0;
}
#left .level_2 {
  margin-left: 15px;
  display: none;
}
#left .level_1 li.active .level_2,#left .trail .level_2 {
  display: block;
}
.uc-embedding-container {
  overflow: hidden !important;
}
#left {
  position: relative;
  background-color: #D4D6DB;
}
#main {
  background-color: #fff;
}
.no-padding {
  padding: 0;
}
.full-width .header-bg {
  background-color: #26679E;
  border-radius: 0px 16px 0px 0px;
}
#main .mod_article {
  padding: 15px 0;
  margin-bottom: 35px;
}
#footer-custom {
  margin-right: -30px;
}
@media only screen and (max-width : 991px) {
  .logo .ft {
    width: 280px;
      left: -65px;
  }
}
@media only screen and (max-width : 991px) {
  .logo .ft {
    width: 280px;
      left: -65px;
  }
}

@media only screen and (max-width : 767px) {
  #left {
    display: none;
  }
  .navi a, .navi a.navbar-brand, .navi strong {
    border: 0;
  }
  .navbar-brand {
    text-align: left;
    }
    .navbar {
      justify-content: space-between;
      flex-direction: row-reverse;
    }
}
.eiif-logo {
    padding-top: 40px;
}
#main .eiif-logo img{
    border:none;
    float: none;
    width: auto !important;
}
.eiif-logo .image_container {
    text-align: center;
    padding-top: 15px;
    position: relative;
}
.eiif-logo .caption {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}