/* Overrides */
#main {
  max-width: 980px;
  width: auto;
}
#container {
  max-width: 975px;
  width: 100%;
}
.header {background: #f7f7f7;}
.content {
  background: #fff;
  padding: 1em 1em 0.5em;
  border-top: 0;
  min-height: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1em;
}
.content .wrap {
  background: #fff;
}
.footer {
  width: 100%;
}
.footer a {
}
.logo {
  width: 270px;
}
.header .decorationLine {
  width: 100%;
  height: 4px;
  margin-top: 10px;
}
  .header .decorationLine span {
    display: inline-block;
    height: 2px;
    width: 25%;
    vertical-align: top;
    float: left;
    background: #0B96D7;
  }
.header-title {
  position: relative;
  top: 18px;
  width: 0;
  left: 20px;
}
  .header-title .pipe {
    border: 1px solid;
    height: 25px;
    display: block;
    width: 0;
    position: absolute;
    margin: -2px 0 0 -10px;
    border-radius: 40px;
    color: #ccc;
    border-width: 1px;
    transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    -webkit-transition: margin 0.2s;
  }
  .header-title h2 {
    color: #999;
    width: 110px;
    line-height: 110%;
    font-size: 90%;
    position: relative;
    top: -4px;
  }
    .header-title h2 a, .header-title h2 a:hover {
      color: #999;
      text-decoration: none;
    }
#search_bar ul ul {
  display: none !important;
}

h1 {
  font-size: 35px;
  text-align: center;
  margin: 30px 0 0px;
}

#drop_down_menu li {
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
  margin: 1em 0;
}
#drop_down_menu li a {
  width: 95%;
  display: block;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #eaeacf;
  border-bottom: 0;
  margin: 0 auto;
  color: #fff;
  box-sizing: border-box;
  background: #1E98D5;
}
  #drop_down_menu li a img {
    float: left;
    margin-right: 10px;
  }
  #drop_down_menu li a b {
    display: block;
  }
#drop_down_menu li .links {
  overflow: hidden;
  background: #fff;
  width: 95%;
  border: 1px solid #eaeacf;
  border-top: 0;
  margin: 0 auto;
  box-sizing: border-box;
  height: 150px;
  display: flex;
  align-items: center;
}
  #drop_down_menu li .links div {
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  #drop_down_menu li .links a {
    background: #fff;
    color: #468100;
    display: block;
    text-align: center;
    font-size: 12px;
    width: 100%;
    padding: 20px;
    border: 0;
    box-sizing: border-box;
    display: none;
  }
  #drop_down_menu li .links div a:first-child {
    display: block;
  }
  #drop_down_menu li .links img {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 220px;
    max-height: 100px;
  }

@media screen and (max-width: 970px) {
  #drop_down_menu li {
    width: 50%;
  }
}
  
@media screen and (max-width: 620px) {
  #drop_down_menu li {
    width: 100%;
  }
  .logo .logo-img {
    width: 248px;
    height: 65px;
    background-size: 248px 65px;
    margin-top: 22px;
  }
  .publica {
    top: 40px;
  }
  .publica a {
    font-size: 18px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 560px) {
  .header-title {
    display: none;
  }
  h1 {
    font-size: 26px;
  }
  .content {
    padding: 0;
  }
}