﻿/* --- tools --- */
/* clearfix tools */
.clearfix {
  zoom: 1;
  /* IE7 Fix */
}
.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.gen-box-model {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gen-dl-btn {
  color: #fff;
  border: none;
  padding: 4px 9px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-image: url(/css/Images/blue-grad.jpg);
  background-position: top left;
}
/* --- page structure --- */
/* --- full width layout --- */
#main.full-width {
  background: none;
}
#main.full-width .contentHeader {
  padding-top: 20px;
}
#main.full-width #contentCol {
  float: none;
}
/* --- widget --- */
/* --- article header --- */
.article-header {
  margin: 0 1.95% 20px;
  padding: 15px;
  background-color: #e1f3ff;
  width: 936px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.article-header.extra-space-top {
  padding: 40px 15px 15px 15px;
}
.article-header .text-wrap {
  float: left;
  max-width: 66%;
}
.article-header .text-wrap h1 {
  font-size: 2.1em;
  line-height: 1em;
}
.article-header .text-wrap p {
  margin-bottom: 10px;
}
.article-header .image {
  float: right;
}
/* --- article listing --- */
.article-listing {
  padding-top: 20px;
  zoom: 1;
  /* IE7 Fix */
}
.article-listing:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.article-listing.small-panels {
  float: left;
  background: #cce2f0;
  margin: 0 0 0 2%;
  padding: 15px 0 10px 0;
  width: 937px;
}
.article-listing.small-panels li {
  width: 22%;
  margin: 0 1.5% 24px 1.5%;
  height: 152px;
  min-height: 152px;
  border: none;
  -moz-box-shadow: 0 4px 1px -1px #8cbddd;
  -webkit-box-shadow: 0 4px 1px -1px #8cbddd;
  -o-box-shadow: 0 4px 1px -1px #8cbddd;
  box-shadow: 0 4px 1px -1px #8cbddd;
}
.article-listing.small-panels h2 {
  text-align: center;
  margin-bottom: 18px;
}
.article-listing.small-panels h3 {
  max-height: 75px;
  overflow: hidden;
  font-size: 1.1em;
}
.article-listing.small-panels h3 a {
  color: #006eba;
  font-weight: normal;
}
.article-listing.small-panels span {
  float: right;
  clear: both;
}
.article-listing li {
  float: left;
  width: 30.7%;
  padding: 10px;
  margin: 0 0 18px 2%;
  list-style: none;
  border: 4px solid #e6e9eb;
  background: #fff;
  min-height: 159px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 4px 1px -1px #a9b4ba;
  -webkit-box-shadow: 0 4px 1px -1px #a9b4ba;
  -o-box-shadow: 0 4px 1px -1px #a9b4ba;
  box-shadow: 0 4px 1px -1px #a9b4ba;
}
.article-listing li h2 {
  color: #454b50;
  font-size: 1.1em;
}
.article-listing li p {
  font-weight: normal;
  color: #006eba;
}
.article-listing li .text-wrap {
  float: left;
  max-width: 66%;
}
.article-listing li .icon {
  float: right;
}
/* --- Show hide panel --- */
.article-show-hide {
  width: 950px;
  clear: both;
  zoom: 1;
  /* IE7 Fix */
}
.article-show-hide:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.article-show-hide .panel-open-close {
  width: 974px;
  display: none;
}
.article-show-hide .open-close {
  position: absolute;
  top: 10px;
  left: 0;
  cursor: pointer;
  background: #cce2f0 url(/css/Images/open-close-btn.png) top right no-repeat;
  color: #006eba;
  padding: 2px 45px 3px 8px;
}
.article-show-hide .open-close-btn {
  position: relative;
  background: #cce2f0;
  width: 937px;
  margin: 0 0 0 2%;
  height: 10px;
}
/* --- download buttion --- */
.download-button {
  clear: both;
  padding: 20px 0;
  margin: 0 2% 0 0;
  background: url(/images/WCO/bg_border_main.png) no-repeat 21px top #ffffff;
  zoom: 1;
  /* IE7 Fix */
}
.download-button:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.download-button .dl-button {
  float: right;
  color: #fff;
  border: none;
  padding: 4px 9px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-image: url(/css/Images/blue-grad.jpg);
  background-position: top left;
  cursor: pointer;
}
.search-button {
  float: right;
  color: #fff;
  border: none;
  padding: 4px 9px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-image: url(/css/Images/blue-grad.jpg);
  background-position: top left;
  cursor: pointer;
}
.search-button a {
  color: #fff;
}
/* --- article search --- */
.article-search-panel {
  padding: 10px 0;
  margin: 0 2%;
  border-top: 1px dotted #a2a5a7;
  border-bottom: 1px dotted #a2a5a7;
  zoom: 1;
  /* IE7 Fix */
}
.article-search-panel:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.article-search-panel .article-search {
  float: right;
  width: auto;
}
.article-search-panel .article-search label {
  float: left;
  padding-top: 0.5em;
  vertical-align: middle;
  text-transform: none;
}
.article-search-panel .article-search input[type="text"].keywords {
  float: left;
  background: transparent url(/images/WCO/bg_search.png) no-repeat left top;
  height: 32px;
  padding: 0 10px;
  line-height: 32px;
  border: none;
  width: 16.1em;
  font-size: 1em;
}
.article-search-panel .article-search-terms {
  float: left;
  max-width: 50%;
  padding-top: 0.5em;
  font-weight: bold;
}
/* --- search result listing --- */
.article-search-results {
  margin: 0 2%;
}
.article-search-results li {
  display: block;
  border-top: 1px dotted #a2a5a7;
  padding: 20px 10px;
  zoom: 1;
  /* IE7 Fix */
}
.article-search-results li:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.article-search-results li:first-child {
  border-top: none;
}
.article-search-results .article-image {
  float: left;
  margin: 0 40px 0 0;
}
.article-search-results h2 a {
  color: #006eba;
}
.article-search-results .article-number {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.article-search-no-results {
  margin: 0 2%;
  padding: 10px 0;
}
/* --- icons --- */
.icons {
  position: absolute;
  background-image: url(/css/Images/Icons/icon-sprite.png);
  display: block;
}
.icons.arrow {
  top: 4px;
  right: 11%;
  width: 14px;
  height: 13px;
  background-position: 0 0;
}
.icons.arrow.open {
  background-position: 0 -14px;
  height: 14px;
}
.icons.plus-minus {
  top: 10px;
  right: 2%;
  width: 20px;
  height: 20px;
  background-position: -20px 0;
}
.icons.plus-minus.open {
  background-position: -20px -20px;
}
.icons.print {
  width: 31px;
  height: 49px;
  background-position: 54px 0;
}
.icons.pager-icon {
  width: 23px;
  height: 21px;
  cursor: pointer;
}
.icons.pager-icon.pager-left {
  background-position: 0 51px;
}
.icons.pager-icon.pager-left:hover {
  background-position: 0 25px;
}
.icons.pager-icon.pager-right {
  background-position: -22px 51px;
}
.icons.pager-icon.pager-right:hover {
  background-position: -22px 25px;
}
/* --- print button --- */
.print-button {
  position: relative;
  float: left;
  clear: none;
  margin-top: 19px;
}
.print-button a {
  text-indent: -9999px;
}
.print-button.offline-print-btn {
  height: 50px;
  width: 50px;
  clear: left;
}
/* --- tabbed accordion --- */
.js-tabs {
  margin: 0 2%;
  padding-top: 10px;
  background: url(/images/WCO/bg_border.png) repeat-y 343px 1px transparent;
  zoom: 1;
  /* IE7 Fix */
}
.js-tabs:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.js-tabs .download-button {
  float: left;
  clear: left;
  background: none;
}
.js-tabs .js-tab-nav {
  float: left;
  width: 33%;
}
.js-tabs .js-tab-nav li {
  background-color: #e6e9eb;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.js-tabs .js-tab-nav li .numbers {
  float: left;
  display: block;
  width: 25px;
  text-align: center;
  padding: 10px;
  background: #454b50;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 10px;
  position: absolute;
  height: 100%;
  vertical-align: middle;
}
.js-tabs .js-tab-nav li a {
  color: #454b50;
  padding: 10px 10px;
  display: block;
  margin-left: 40px;
  width: 250px;
}
.js-tabs .js-tab-nav li.active {
  width: 121%;
}
.js-tabs .js-tab-holder {
  float: right;
  width: 60%;
  padding-left: 2%;
  margin-bottom: 22px;
}
/* --- accordion --- */
.js-accordion {
  overflow: hidden;
  margin-bottom: 10px;
}
.js-accordion > h3 {
  min-height: 16px;
  position: relative;
  cursor: pointer;
  padding: 10px;
  margin: 0;
  background-color: #e6e9eb;
  color: #454b50;
}
.js-accordion > div h3 {
  margin-bottom: 10px;
}
.js-accordion .js-accordion-content {
  border: 5px solid #e6e9eb;
  border-top: none;
  padding: 10px;
  zoom: 1;
  /* IE7 Fix */
}
.js-accordion .js-accordion-content:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.js-accordion .js-accordion-content p {
  margin-bottom: 7px;
}
.js-accordion .js-accordion-content ul {
  list-style: disc;
  margin-left: 5px;
}
.js-accordion .js-accordion-content ul li {
  list-style: disc;
  list-style-position: inside;
}
.js-accordion .js-accordion-content ol {
  margin-left: 5px;
  list-style: decimal;
}
.js-accordion .js-accordion-content ol li {
  list-style: decimal;
  list-style-position: inside;
}
.js-accordion .print-item {
  float: right;
  clear: both;
}
/* --- accordion skip --- */
.result-skip {
  position: fixed;
  top: 200px;
  left: 878px;
  z-index: 100;
  padding: 10px;
  width: 200px;
  background: url(Images/blue-trans.png);
  z-index: 9999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.result-skip .search-close {
  float: right;
  font-size: 15px;
  margin-top: -7px;
  font-weight: bold;
  cursor: pointer;
}
.result-skip span,
.result-skip p {
  color: #fff;
}
.result-skip .pager {
  float: right;
  width: 46px;
  zoom: 1;
  /* IE7 Fix */
}
.result-skip .pager:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.result-skip .prev,
.result-skip .next {
  float: left;
  text-indent: -9999px;
  display: block;
  width: 23px;
  height: 21px;
}
.result-skip .search-term {
  font-weight: bold;
}
.yellow {
  background: yellow;
}
.yellow.red {
  background: red;
  color: #fff;
}
td {
  word-break: break-word;
}
/*# sourceMappingURL=main.css.map */