@charset 'utf-8';
@media print {
  a[href]:after {
    content: '' !important;
  }
}
body {
  background-color: #fff;
}
.container {
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
}
#header {
  position: relative;
}
#header .badge-contact {
  position: absolute;
  top: 0px;
  right: 10px;
}
#menu {
  background: url(../images/menu_bg.png);
  padding: 0px 20px;
  margin: 0px -15px;
}
#menu img {
  display: block;
  float: left;
}
#menu-bottom {
  padding: 10px;
}
#menu-bottom p {
  color: #f0f0f0;
  font-size: 70%;
  text-align: right;
}
#menu-bottom a {
  color: #fff;
}
#side {
  margin: 10px -10px 0px;
}
#content {
  min-height: 300px;
  background: #fff;
  padding-top: 10px;
  margin-bottom: 20px;
}
#content h1 {
  border-bottom: 3px double #211a5c;
  font-size: 14pt;
  padding: 2px 10px;
  margin: 0 0 20px;
}
.content-info dl dt {
  width: 15%;
  float: left;
  text-align: right;
  line-height: 1.5em;
  padding-top: 4px;
}
.content-info dl dd {
  padding-top: 4px;
  margin-left: 18%;
  line-height: 1.5em;
}
.content-info dl dd img {
  max-width: 100%;
  height: auto;
}
.content-access iframe {
  max-width: 100%;
}
.content-access .map-img {
  max-width: 100%;
  height: auto;
}
.content-access .map-link {
  text-align: center;
  margin: 10px 0px;
}
.content-panel h2 {
  margin-top: 40px;
  font-size: 120%;
  padding-bottom: 4px;
  border-bottom: 2px solid silver;
}
.content-panel h3 {
  margin-top: 70px;
  marign-left: 30px;
  font-size: 110%;
  padding-left: 20px;
  padding-bottom: 4px;
  border-bottom: 3px double silver;
}
.content-panel blockquote {
  font-size: 90%;
  border-left: 0;
}
.img-holder-1 {
  text-align: center;
}
.img-holder-1 img {
  max-width: 80%;
  height: auto;
}
.img-holder-3 {
  text-align: center;
}
.img-holder-3 img {
  max-width: 98%;
  height: auto;
}
.img-holder-2 img {
  max-width: 40%;
  height: auto;
}
.sitemap-0 {
  margin: 2px 2px 2px;
  font-size: 96%;
}
.sitemap-1 {
  margin: 10px 10px 10px;
  font-size: 90%;
}
.col-sm-2 {
  padding-left: 0;
  padding-right: 0;
}
#footer {
  clear: both;
  position: relative;
  background-color: #211a5c;
  margin: 0px -15px;
  margin-bottom: 10px;
  height: 120px;
}
#footer img {
  float: left;
}
#footer .copyright {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  color: #fff;
  text-align: right;
  padding: 0px 10px;
  font-size: 80%;
}
.linkedlist {
  padding: 10px 2px;
  font-size: 90%;
}
/* media query */
/* Custom, iPhone Retina */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  #header {
    position: relative;
  }
  #header .badge-contact img {
    width: 350px;
    height: auto;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  #side {
    margin: 10px -15px 0px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  #footer img {
    width: 200px;
    height: auto;
  }
}
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
