/* ||||||||||||||||||||||||||||||||||||||||||
 This CSS file is based on a file created by
 Kemie Guaida that was released under the
 license described below. As such this file
 is protected under the same license.
 Copyright Kemie Guaida, some rights reserved
 http://creativecommons.org/licenses/by-sa/2.0/
 ||||||||||||||||||||||||||||||||||||||||||  */

/*|||||||||||||||||||||||||||||||||screen styles|||||||||||||||||||||||1||||||||||||||||*/

/*|||||||||||||||||||||general styles||||||||||||||||||||*/
body {
  color: #4d4d4d;
  font-size: 13px;
  text-align: center;
  background: #ffffff;
  margin: 0;
}

body.has-navbar {
  margin-top: 52px;
}

body.has-bannerbar {
  margin-top: 52px;
}

a {
  color: #005880;
  text-decoration: none;
}

a:hover {
  color: #006b95;
  text-decoration: underline;
}

a:visited {
  color: #006b95;
  text-decoration: none;
}

a:visited:hover {
  color: #2c91b2;
  text-decoration: underline;
}

h1 {
  font: Arial, Tahoma, Geneva, Helvetica, sans-serif;
  color: #006b95;
  margin: 15px 0 15px 0;
  font-size: 16px;
}

h1 a {
  text-decoration: none;
  font-size: 16px;
}

h1 a:active,
h1 a:hover {
  text-decoration: underline;
  font-size: 16px;
}

h2 {
  color: #007aac;
  font-size: 13px;
}

h2 a {
  text-decoration: none;
  font-size: 13px;
}

h2 a:active,
h2 a:hover {
  text-decoration: underline;
  font-size: 13px;
}

h3 {
  color: #56a7c1;
  font-size: 13px;
}

hr {
  border-top: 1px solid #007aac;
  height: 0;
}

img {
  border: 0px;
  padding: 1px;
}

.navbar {
  padding-left: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.navbar > nav .navbar-list {
  margin: 0;
  left: 0;
}

.has-bannerbar .navbar {
  top: 32px;
}

.bannerbar.forpc,
.imagebar.forpc {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

/*|||||||||||||||||||||layout styles||||||||||||||||||||*/

#banner {
  height: 100px;
  background: #006b95 url(images/back_banner.jpg) no-repeat;
}

#banner h1 {
  float: left;
  color: #ffffff;
  margin: 30px 10px 0 20px;
  background: none;
  height: 50px;
  position: absolute;
  padding-left: 50px;
}

#banner > h1 {
  margin: 30px 0 0 20px;
}

#banner h1 a {
  color: #ffffff;
  text-decoration: none;
}

#banner span {
  color: #fff;
  font-size: small;
  margin-left: -200px;
  position: absolute;
  top: 100px;
}

#banner > span {
  margin-left: -200px;
  top: 85px;
}

#container {
  background: url(images/back_container.gif) repeat-y;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  padding: 0px;
  text-align: left;
  width: 970px;
}

#main {
  display: flex;
}

#content {
  padding: 0;
  background-image: url(images/back_content.jpg);
  background-repeat: no-repeat;
  font-size: 13px;
  text-align: left;
  margin: 0px 5px 5px 5px;
  padding-right: 20px;
  flex: 1;
}

#leftsidebar {
  float: left;
  background-image: url(images/back_sidebar.jpg);
  background-repeat: no-repeat;
  text-align: left;
  width: 205px;
  color: #787878;
  line-height: 16px;
  margin: 0px 5px 5px 13px;
}

#leftsidebar h3 {
  margin-left: 5px;
}

#widget_my_google {
  display: none;
}

.input_my_zzk {
  width: 120px;
}

#rightsidebar {
  background-image: url(images/back_sidebar.jpg);
  background-repeat: no-repeat;
  text-align: right;
  width: 205px;
  color: #787878;
  line-height: 16px;
  margin: 0px 5px 5px 5px;
}

#rightsidebar h3 {
  margin-left: 5px;
}

/*|||||||||||||||||||||meta nav||||||||||||||||||||*/
#nav-meta {
  float: right;
  margin: 11px 50px 0 0;
  background: url(images/back_navmeta2.gif) no-repeat bottom right;
}

#nav-meta ul {
  margin: 0;
  padding: 2px;
  background: url(images/back_navmeta1.gif) no-repeat bottom left;
}

#nav-meta li {
  display: inline;
  padding: 4px;
}

#nav-meta a,
#nav-meta a:visited {
  color: #ffffff;
  text-decoration: none;
  margin: 4px;
}

#nav-meta a:hover,
#nav-meta a:visited:hover {
  color: #d1ebf4;
}
/* hack  for mac ie*/
* > html #nav-meta a {
  float: left;
}

.skip {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
}

.skip:active,
.skip:focus {
  position: absolute;
  overflow: visible;
  width: auto;
  height: auto;
  background: #2c91b2;
}

/*|||||||||||||||||||||main nav||||||||||||||||||||*/
#nav-main {
  margin: 10px 16px 10px 11px;
  height: 30px;
  width: auto;
  background: url(images/back_navmain.gif) #ffffff no-repeat;
  text-align: center;
}

#nav-main ul {
  font-size: 12px;
  margin: 0;
  margin-left: 5px;
  width: 100%;
  padding: 4px 0 0 10px;
}

#nav-main li {
  list-style-type: none;
  float: left;
  width: 100px;
  margin: 2px 5px 0 5px;
  background: url(images/back_navmainitems2.gif) no-repeat top right;
}

#nav-main a:link,
#nav-main a:visited {
  display: block;
  color: #d1ebf4;
  float: left;
  font-weight: bold;
  width: 100px;
  text-decoration: none;
  padding: 1px 10px 2px 12px;
  background: url(images/back_navmainitems.gif) no-repeat top left;
}

#nav-main a:hover,
#nav-main a:visited:hover {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 2px 10px 1px 12px;
}
/* hack  for mac ie*/
* > html #nav-main a {
  float: left;
}

.current {
  margin-top: 4px;
  background-image: url(images/back_current2.gif) !important;
}

.current a:link,
.current a:visited {
  color: #006b95 !important;
  background-image: url(images/back_current1.gif) !important;
}

.current a:hover,
.current a:visited:hover {
  color: #2c91b2 !important;
}

.postbody {
  margin: 10px 15px 5px 0px;
  line-height: 1.5;
}

.postfoot {
  margin: 10px 15px 5px 0px;
}

/*|||||||||||||||||||||sub nav||||||||||||||||||||*/
#nav-section {
  clear: both;
}

#nav-section ul {
  margin: 0;
  padding: 0 10px 0 10px;
}

#nav-section li {
  list-style-type: none;
  float: left;
  margin: 0px 4px 0 4px;
  background-image: url(images/bullet_off.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-left: 12px;
}

#nav-section a:link,
#nav-section a:visited {
  text-decoration: none;
}

.youarehere a:link,
.youarehere a:visited {
  font-weight: bold;
}

.youarehere {
  background-image: url(images/bullet_on.gif) !important;
}

/*|||||||||||||||||||||supplemental nav||||||||||||||||||||*/
#nav-supp ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

#nav-supp {
  margin: 5px;
}

#nav-supp li {
  background-image: url(images/bullet_link.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding: 0 0 0 15px;
  margin: 5px 0 5px 10px;
  font-size: 12px;
}

/*|||||||||||||||||||||footer||||||||||||||||||||*/
#info-site {
  clear: both;
  text-align: center;
  background-image: url(images/back_infosite.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 0;
  padding: 30px 0 15px 0;
}

#info-company {
  padding: 5px;
  background: url(images/back_navmain.gif) center top no-repeat;
  margin: 10px 16px 10px 10px !important;
  min-height: 30px;
  height: auto;
  _height: 30px;
  color: #ffffff;
}

#info-company a,
#info-company a:visited {
  color: #d1ebf4;
}

#info-company a:hover,
#info-company a:visited:hover {
  color: #ffffff;
}

#info-standards {
  font-size: 12px;
  padding: 0;
  margin: 5px !important;
}

.blogpost-body pre {
  white-space: pre-wrap;
}

@media only screen and (max-width: 767px) {
  body {
    margin: 0;
  }

  body.has-navbar {
    margin-top: 0;
  }

  #container,
  #nav-main li,
  #nav-main a,
  #nav-main a:link,
  #nav-main a:visited,
  #content,
  #rightsidebar {
    width: auto;
  }

  #container {
    margin-top: 0;
    display: flex;
    flex-flow: column;
  }

  #banner {
    margin-right: 16px;
  }

  #banner h1 {
    height: auto;
    position: static;
    padding-left: 10px;
  }

  #banner > h1 {
    margin: 15px 0 0 10px;
  }

  #main {
    padding: 0 14px;
  }

  #leftsidebar {
    order: 2;
    display: none;
  }

  #content {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .postbody {
    margin: 0;
  }

  #rightsidebar {
    order: 3;
    display: none;
  }

  #info-site {
    order: 4;
  }
}
