.container, #cse-webnet {
  max-width: 1100px;
  min-width:240px;
  margin: 0 auto;
  position: relative;
}

html, body {
  font-family: 'Arial', sans-serif;
  height: 100%;
  max-width: 1500px;
  min-width:240px;
}

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

a:hover {
  text-decoration: underline;
}

#page {
  min-height: 100%;
  margin-bottom: -170px;
}
#page:after {
  content: "";
  display: block;
  height: 170px;
}



#cse-webnet {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../img/bg-webnet.jpg") no-repeat left top;
  height: 23px;
  margin-top: 4px;
  margin-bottom: 1px;
  padding-left: 88px;
}


#cse-webnet li {
  float: left;
  margin-right: 1px;
}
#cse-webnet li a {
  display: block;
  color: transparent;
  font-size: 7px;
  width: 100px;
  height: 23px;
}
#cse-webnet li.cse {
  width: 71px;
}
#cse-webnet li.dte {
  width: 75px;
}
#cse-webnet li.gt {
  width: 65px;
}
#cse-webnet li.rwh {
  width: 107px;
}
#cse-webnet li.store {
  width: 51px;
}
#cse-webnet li.iep {
  width: 120px;
}
#cse-webnet li.re {
  width: 95px;
}
#cse-webnet li.gcw {
  width: 123px;
}
#cse-webnet li.icrn {
  width: 49px;
}

#page-footer {
  background: #372f2d;
  height: 170px;
}
#page-footer ul {
  padding-top: 22px;
  text-align: center;
}
#page-footer ul li {
  font-size: 11px;
  color: white;
  display: inline-block;
  margin-right: 40px;
  text-transform: uppercase;
}
#page-footer ul li a:link, #page-footer ul li a:visited {
  color: white;
}
#page-footer ul:first-child {
  text-align: left;
}
#page-footer ul:first-child li {
  background: url("../img/logo-footer-cse.jpg") no-repeat left top;
  float: left;
  height: 42px;
  line-height: 31px;
  margin-right: 30px;
  padding-left: 45px;
  text-transform: none;
}
#page-footer ul:first-child li.nkc {
  background-image: url("../img/logo-footer-nkc.jpg");
}
#page-footer ul:first-child li.cc {
  background-image: url("../img/logo-footer-cc.jpg");
  line-height: 16px;
  margin-left: 0;
  padding-left: 95px;
}

#page-header {
  background: #372f2d;
  height: 70px;
}
#page-header h1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  float: left;
  font-size: 20px;
  padding: 14px 0 15px 0px;
  width: 269px;
}
#page-header h1 a:link, #page-header h1 a:visited {
  color: inherit;
  display: block;
}
#page-header h1 a:hover {
  text-decoration: none;
}
#page-header h1 span {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#page-header ul {
  padding: 35px 0 0 32px;
  float: left;
}
#page-header ul li {
  float: left;
  font-size: 14px;
}
#page-header ul li a:link, #page-header ul li a:visited {
  color: white;
  border-left: 1px solid #665e5c;
  border-top: 1px solid #665e5c;
  display: block;
  padding: 10px 15px;
}
#page-header ul li.active a:link, #page-header ul li.active a:visited {
  background: white;
  color: black;
}
#page-header ul li:last-child a {
  border-right: 1px solid #665e5c;
}
#page-header ul li.dropdown {
  position: relative;
}
#page-header ul li.dropdown:hover {
  background: #534744;
}
#page-header ul li.dropdown:hover ul {
  display: block;
}
#page-header ul li ul {
  display: none;
  padding: 0;
  position: absolute;
/*  right: 0;
  text-align: right;*/
  left: 0;
  top: 34px;
/*  width: 1100px;*/
  width: 181px;
  z-index: 999;
}
#page-header ul li ul li {
/*  background: #e7e3e2;
  border: 1px solid #372f2d;
  border-right: none;
  display: inline-block; */
  background: #534744;
  border: 1px solid #665e5c;
  border-bottom: none;
  float: none;
/*  margin-left: -4px;*/
}
#page-header ul li ul li:last-child {
  border-right: 1px solid #372f2d;
}
#page-header ul li ul li a:link, #page-header ul li ul li a:visited {
  background: inherit;
  border: none;
  color: white;
  font-size: .9em;
  text-transform: capitalize;
}
#page-header .social-links, #page-header .misc-links {
  position: absolute;
  right: 0;
  top: -21px;
  line-height: 18px;
}
#page-header .social-links a, #page-header .misc-links a, #page-header .social-links span, #page-header .misc-links span, #page-header .social-links img, #page-header .misc-links img {
  vertical-align: bottom;
}
#page-header .social-links span, #page-header .misc-links span {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
#page-header .misc-links {
  top: 10px;
}
#page-header .misc-links a:link, #page-header .misc-links a:visited {
  color: white;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
}
#page-header .misc-links a:first-child:after {
  content: "|";
  margin-left: 5px;
}
#page-header form {
  float: right;
  margin-top: 35px;
}
#page-header form input {
  width: 225px;
  height: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  float: left;
  font-size: 18px;
}
#page-header form button {
  width: 71px;
  height: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #666;
  border: none;
  color: white;
  padding: 0;
  text-transform: uppercase;
}

#search-box {
  border-bottom: 1px solid #e1e1e1;
  height: 201px;
}
#search-box h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
#search-box .container > .wrap, #search-box #cse-webnet > .wrap {
  padding-top: 45px;
}
#search-box .discover {
  float: left;
  width: 146px;
}
#search-box .discover p {
  font-size: 13px;
  line-height: 1.2;
}
#search-box .discover p b {
  font-weight: bold;
}
#search-box .search {
  float: left;
  margin-left: 35px;
}
#search-box .search fieldset {
  background: #efdfe2;
  border: 1px solid #e4c5cb;
  border-radius: 15px;
  padding: 19px;
}
#search-box .search input {
  width: 520px;
  height: 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e4c5cb;
  float: left;
  font-size: 18px;
}
#search-box .search button {
  width: 102px;
  height: 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #a6a6a6;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 14px;
  line-height: 33px;
  text-transform: uppercase;
}
#search-box .search p {
  font-size: 12px;
  padding: 10px 18px;
  max-width: 610px;
}
#search-box .search p a:link, #search-box .search p a:visited {
  color: #21759b;
}
#search-box .search p a:link:after, #search-box .search p a:visited:after {
  content: ",";
}
#search-box .search p a:link:last-child:after, #search-box .search p a:visited:last-child:after {
  display: none;
}
#search-box .search p b {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
#search-box .services {
  display: none;
  float: left;
  margin-left: 45px;
}
#search-box .services label {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}
#search-box .services b {
  font-weight: bold;
}
#search-box .services span {
  color: #575757;
  display: block;
  font-style: italic;
  padding-left: 25px;
}
#search-box .services button {
  width: 65px;
  height: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid #606261;
  cursor: pointer;
  margin-left: 22px;
  padding: 0;
  text-transform: uppercase;
}

#content {
  padding-top: 30px;
  padding-bottom: 50px;
}

#main {
  border-right: 1px solid #e1e1e1;
  float: left;
  width: 665px;
}
#main.smaller {
  width: 415px;
  border: none;
}
#main.smaller > .wrap {
  padding-right: 16px;
}
#main > .wrap {
  padding: 0 30px 0 30px;
}
#main h2 {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}
#main h2.active {
  border-bottom: 1px solid #e1e1e1;
  color: #a30d0c;
  padding-bottom: 10px;
}
#main .latest a:link, #main .news a:link, #main .latest a:visited, #main .news a:visited {
  color: black;
}
#main .latest h3, #main .news h3, #main h1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
}
#main .latest h3 a:link, #main .news h3 a:link, #main .latest h3 a:visited, #main .news h3 a:visited {
  color: #005689;
}
#main .latest h4, #main .news h4 {
  font-weight: bold;
}
#main .latest p, #main .news p {
  color: #333;
  margin: 5px 0;
  font-size: 14px;
  line-height: 20px;
}
#main .latest > li, #main .news > li {
  margin: 25px 0;
}
#main .latest .meta *, #main .news .meta * {
  display: inline;
  font-size: 12px;
}
#main .latest .meta > li:after, #main .news .meta > li:after {
  content: "|";
}
#main .latest .meta > li:last-child:after, #main .news .meta > li:last-child:after {
  display: none;
}
#main .latest .meta > li a:link, #main .news .meta > li a:link, #main .latest .meta > li a:visited, #main .news .meta > li a:visited {
  color: #21759b;
}
#main .latest .meta > li li, #main .news .meta > li li {
  background-color: #fcfcfc;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, whitesmoke));
  background-image: -webkit-linear-gradient(#fcfcfc, whitesmoke);
  background-image: linear-gradient(#fcfcfc, whitesmoke);
  border: 1px solid #bbb;
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  margin: 0 5px 5px 0;
  padding: 3px 7px;
}
#main .latest .meta > li li a:link, #main .news .meta > li li a:link, #main .latest .meta > li li a:visited, #main .news .meta > li li a:visited {
  color: #21759b;
}
#main .news h3 a:link, #main .news h3 a:visited {
  color: #0a456f;
}

#main .news .more {
  float: right;
  margin-top: 4px;
}
#main .news .more .taxonomy-term {
  background-color: #fcfcfc;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, whitesmoke));
  background-image: -webkit-linear-gradient(#fcfcfc, whitesmoke);
  background-image: linear-gradient(#fcfcfc, whitesmoke);
  border: 1px solid #bbb;
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  margin: 0 5px 5px 0;
  padding: 3px 7px;
}
#main .news .more .taxonomy-term a:link, #main .news .more .taxonomy-term a:visited {
  color: #21759b;
}
#main .news h2.active {
  background: #eee;
  line-height: 2.5;
  padding: 0;
  text-indent: 5px;
}

#main .news .meta {
  clear: both;
  font-style: italic;
}
#main .news .meta > li:after {
  display: none;
}
#main .news .meta > li:first-child:after {
  content: "|";
  display: inline;
}
#main .news .meta > li li {
  background-color: #fcfcfc;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, whitesmoke));
  background-image: -webkit-linear-gradient(#fcfcfc, whitesmoke);
  background-image: linear-gradient(#fcfcfc, whitesmoke);
  border: 1px solid #bbb;
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  margin: 0 5px 5px 0;
  padding: 3px 7px;
}
#main .news .meta > li li a:link, #main .news .meta > li li a:visited {
  color: #21759b;
}
#main .news img {
  float: right;
  margin: 5px 0 10px 10px;
}

#main .news .text img {
  float: left;
  margin: 5px 10px 10px 0px;
}

#main .directory {
  margin-bottom: 50px;
}
#main .directory li {
  font-size: 13px;
  font-weight: bold;
  line-height: 26px;
}
#main .directory li a:link, #main .directory li a:visited {
  color: #0a456f;
}

.sidebar.left {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 5px;
  width: 130px;
  border-right: 1px solid #e1e1e1;
}
.sidebar.left > .wrap {
  padding-right: 5px;
}
.sidebar.left h2 {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}
.sidebar.left ul,
#block-facet-pubdate ul {
  font-size: 12px;
}
.sidebar.left ul:first-child {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
.sidebar.left ul:first-child li {
  margin: 0 0 10px;
}
.sidebar.left ul li,
#block-facet-pubdate ul li {
  text-transform: capitalize;
  margin: 10px 0;
}
.sidebar.left ul li a:link, .sidebar.left ul li a:visited ,
#block-facet-pubdate ul li a:link, #block-facet-pubdate ul li a:visited {
  color: #575757;
}
.sidebar.left ul li a:hover,
#block-facet-pubdate ul li:a:hover  {
  color: #21759b;
}
.sidebar.left ul li a:active {
  color: black;
}
.sidebar.left ul li.active a:link, .sidebar.left ul li.active a:visited ,
#block-facet-pubdate ul li.active a:link, #block-facet-pubdate ul li.active a:visited {
  color: #a30d0c;
}

.sidebar.right {
  float: left;
  width: 303px;
}
.sidebar.right > .wrap {
  padding-left: 14px;
}
.sidebar.right.larger {
  width: 553px;
}
.sidebar.right h2 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sidebar.right h2 span {
  display: block;
  font-weight: normal;
  text-transform: none;
}
.sidebar.right .personalize {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.sidebar.right .personalize a:link, .sidebar.right .personalize a:visited {
  background-color: #fcfcfc;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, whitesmoke));
  background-image: -webkit-linear-gradient(#fcfcfc, whitesmoke);
  background-image: linear-gradient(#fcfcfc, whitesmoke);
  border: 1px solid #bbb;
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  margin: 0 5px 5px 0;
  padding: 3px 7px;
  color: black;
  background: #e3f4fc;
  border-color: #b9edfb;
  padding: 10px 12px;
  border-radius: 5px;
}
.sidebar.right .personalize a:link a:link, .sidebar.right .personalize a:link a:visited, .sidebar.right .personalize a:visited a:link, .sidebar.right .personalize a:visited a:visited {
  color: #21759b;
}
.sidebar.right .personalize a:link b, .sidebar.right .personalize a:visited b {
  font-weight: bold;
  font-style: italic;
}
.sidebar.right .by-location {
  font-size: 13px;
}
.sidebar.right .by-location a:link, .sidebar.right .by-location a:visited {
  color: #4d4d4d;
}
.sidebar.right .by-location > ul {
  width: 50%;
  float: left;
}
.sidebar.right .by-location > ul a {
  background: url("../img/icon-plus.jpg") no-repeat right center;
  display: inline-block;
  padding-right: 15px;
}
.sidebar.right .by-location > ul ul {
  display: none;
  margin-top: 5px;
}
.sidebar.right .by-location > ul ul a {
  background: url("../img/icon-bullet.jpg") no-repeat left center;
  padding: 0 0 0 15px;
}
.sidebar.right .by-location > ul li {
  margin-bottom: 5px;
}
.sidebar.right .by-location > ul li:hover > a {
  background-image: url("../img/icon-minus.jpg");
}
.sidebar.right .by-location > ul li:hover ul {
  display: block;
}

.highlight {
  background: #F9F9F9;
  clear: both;
  font-size: 13px;
  padding: 14px;
  margin-bottom: 20px;
}
.highlight a:link, .highlight a:visited {
  color: black;
}
.highlight h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  margin: 12px 0 7px;
}
.highlight h3 a:link, .highlight h3 a:visited {
  color: #005689;
}
.highlight h4 {
  font-size: 13px;
  font-weight: bold;
}
.highlight li {
  margin: 10px 0;
}
.highlight .story {
  float: left;
  width: 285px;
  margin-right: 17px;
}
.highlight .story p {
  color: #333;
  /*
  font-size: 13px;
  line-height: 18px;
  */
  font-size: 13px;
  line-height: 1.2;
}
.highlight .see-also a:link, .highlight .see-also a:visited {
  color: #005689;
}

.featured a:link, .featured a:visited {
  color: #005689;
}
.featured > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  margin-bottom: 10px;
  min-height: 665px;
}
.featured > li:nth-child(odd) {
  border-right: 5px solid white;
}
.featured > li:nth-child(even) {
  border-left: 5px solid white;
}
.featured > li.alt {
  background: #f9f9f9;
}
.featured > li > .wrap {
  padding: 14px 18px;
}
.featured > li img {
  display: block;
  margin-bottom: 15px;
  max-width: 100%;
}
.featured > li p {
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.featured > li h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.featured > li .label {
  background: #0f1722;
  color: white;
  display: inline-block;
  font-size: 12px;
  padding: 8px;
  margin-bottom: 10px;
}
.featured > li ul {
  color: #bfbfbf;
  list-style: disc inside;
}
.featured > li li {
  border-top: 1px dotted;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  padding: 10px 0 10px 1em;
  text-indent: -1em;
}
.featured > li .link-more {
  background: white;
  border: 1px solid #e1e1e1;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
  padding: 8px;
}
.featured > li .link-more:after {
  content: " >>";
}

#store {
  margin-top: 25px;
  margin-bottom: 123px;
}
#store .container, #store #cse-webnet {
  border-top: 1px solid #e1e1e1;
  padding-top: 45px;
}
#store h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
#store ul {
  width: 753px;
  height: 296px;
  border: 1px solid #e1e1e1;
  float: left;
  overflow: hidden;
}
#store ul li {
  float: left;
  width: 20%;
}
#store ul li img {
  max-width: 100%;
}
#store ul li p {
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0;
}
#store ul li span {
  color: #575757;
  display: block;
  margin-top: 10px;
}
#store ul li .wrap {
  padding: 20px 15px;
}
#store .visit {
  float: left;
  margin-left: 25px;
}
#store .visit a:link, #store .visit a:visited {
  display: block;
}
#store .visit .link-store {
  width: 105px;
  height: 35px;
  background: #0f1722;
  color: white;
  font-size: 12px;
  line-height: 35px;
  margin-top: 23px;
  text-align: center;
}

#paginator {
  background: #f5f5f5;
  font-size: 13px;
  font-weight: bold;
  height: 43px;
  position: relative;
}
#paginator a:link, #paginator a:visited {
  color: #009be1;
  font-weight: normal;
}
#paginator a:link.pn, #paginator a:visited.pn {
  width: 57px;
  height: 26px;
  color: black;
  display: inline-block;
  font-weight: bold;
  line-height: 26px;
  position: absolute;
  text-align: center;
  top: 7px;
}
#paginator a:link.prev, #paginator a:visited.prev {
  background: url("../img/bg-pg-prev.jpg") no-repeat left top;
  left: 9px;
  text-indent: 10px;
}
#paginator a:link.next, #paginator a:visited.next {
  background: url("../img/bg-pg-next.jpg") no-repeat left top;
  right: 9px;
  text-indent: -10px;
}
#paginator ol {
  text-align: center;
  line-height: 43px;
}
#paginator li {
  display: inline-block;
}
#paginator li:after {
  content: "|";
  color: gray;
  font-weight: normal;
  padding: 3px 3px 3px 5px;
}
#paginator li.debar:after {
  display: none;
}

.group-left {
  float: left;
  border-right: 1px solid #e1e1e1;
}
.group-left #main {
  border: none;
}
.group-left .sidebar.left {
  clear: left;
}
.group-left .sub-menu {
  margin-bottom: 15px;
  height: 25px;
  float: left;
  width: 635px;
}
/*.group-left .sub-menu li {
  font-size: 13px;
  line-height: 25px;
}*/
.group-left .sub-menu li:first-child {
  margin-left: 138px;
}
/*.group-left .sub-menu li a:link, .group-left .sub-menu li a:visited {
  padding: 0 14px;
}
.group-left .sub-menu li.active a:link, .group-left .sub-menu li.active a:visited {
  bottom: 5px;
  padding-top: 5px;
}*/

.sub-menu {
  border-top: 2px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  height: 25px;
}
.sub-menu li {
  float: left;
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
}
.sub-menu li:first-child {
  margin-left: 10px;
}
.sub-menu li a:link, .sub-menu li a:visited {
  color: #898989;
  display: block;
  padding: 0 14px;
}
.sub-menu li.active a:link, .sub-menu li.active a:visited {
  background: white;
  border: 1px solid #e0e0e0;
  border-bottom-color: white;
  bottom: 5px;
  color: black;
  font-weight: bold;
  position: relative;
  padding-top: 5px;
}

#detail {
  padding-bottom: 100px;
}
#detail h1 {
  margin-bottom: 18px;
}
#detail h1, #detail h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  text-transform: none;
}
#detail h3 {
  margin: 40px 0 10px;
}
#detail h4 {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}
#detail p, #detail div {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  margin: 5px 0;
}
#detail a:link, #detail a:visited {
  color: #21759b;
}
#detail ul {
  font-size: 12px;
  font-weight: bold;
}
#detail ul li {
  text-transform: capitalize;
  margin: 10px 0;
}
#detail .meta {
  font-style: italic;
  font-weight: normal;
  margin: 5px 0 15px;
}
#detail .meta * {
  display: inline;
  font-size: 12px;
  font-weight: normal;
}
#detail .meta > li:after {
  content: "|";
}
#detail .meta > li:last-child:after {
  display: none;
}
#detail .meta > li a:link, #detail .meta > li a:visited {
  color: #21759b;
}
#detail .meta > li li {
  background-color: #fcfcfc;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, whitesmoke));
  background-image: -webkit-linear-gradient(#fcfcfc, whitesmoke);
  background-image: linear-gradient(#fcfcfc, whitesmoke);
  border: 1px solid #bbb;
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  margin: 0 5px 5px 0;
  padding: 3px 7px;
  font-weight: normal;
}
#detail .meta > li li a:link, #detail .meta > li li a:visited {
  color: #21759b;
}
#detail .meta.multi-line {
  margin: 20px 0 20px;
}
#detail .meta.multi-line > li {
  display: block;
  margin: 5px 0;
}
#detail .meta.multi-line > li:after {
  display: none;
}
#detail .meta.multi-line > li b {
  font-weight: bold;
}

/*.clearfix:after {*/
.clearfix:after, .sub-menu:after {
  content: "";
  display: table;
  clear: both;
}

#homepage-tabs  .group-left .sub-menu li:first-child {
  margin-left: 10px;
}

#homepage-tabs .sub-menu li {
    margin-top: 4px;
}

#homepage-tabs .sub-menu li a {
    /*margin-top: 4px;*/
    height: 20px;
}

#homepage-tabs .group-left .sub-menu li.active a:link, #homepage-tabs .group-left .sub-menu li.active a:visited {
  /*padding-top: 12px;*/
}


#selected-filters {
    border-bottom: 1px solid #E1E1E1;
    /*color: #A30D0C;*/
    padding-bottom: 10px;
    margin-bottom: 10px;
 }
 
#selected-filters  .filter-name {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
 }

#selected-filters  ul li {
    float: left;
    margin-right: 10px;
}

#selected-filters .icon {
    width: 16px;
}

.sidebar.left .wrap,
.sidebar.right .wrap {
    margin-bottom: 21px;
}

.taxonomy-term a:link, .taxonomy-term a:visited ,
.more .taxonomy-term a:link, .more .taxonomy-term a:visited {
    color: #21759B !important;
    font-size: 12px;
}

.more {
    height: 16px;
}

.more .taxonomy-term {
    background-color: #FCFCFC;
    background-image: linear-gradient(#FCFCFC, whitesmoke);
    border: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    margin: 0 5px 5px 0;
    padding: 3px 7px;
    float: right;
}

.article li.hidden,
.article .social-share.hidden {
    display: none !important;
}

div.article:hover  li.hidden,
div.article:hover .social-share.hidden {
    display: inline-block !important;
}

.social-badge {
    display: inline-block;
}

.article .article-image {
    max-height: 210px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}


.close {
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}

#page-header .resource-dropdown:hover {
    background: #fbfbfb !important; }
#page-header .resource-dropdown:hover a:link, #page-header .resource-dropdown:hover a:visited {
    color: #000 !important; }
#page-header .resource-dropdown > a:hover {
    background: #fbfbfb;
    color: #000; }
#page-header .resource-dropdown .left-box {
    float: left; }
#page-header .resource-dropdown .left-box > ul {
    background: #fbfbfb;
    padding: 48px 35px 0; }
#page-header .resource-dropdown .left-box li {
    width: 200px;
    height: 75px;
    background: #fbfbfb;
    border: none;
    float: left;
    margin: 0 35px 25px 0; }
#page-header .resource-dropdown .left-box li:nth-child(3n+3) {
    margin-right: 0; }
#page-header .resource-dropdown .left-box li:nth-child(3n+4) {
    clear: left; }
#page-header .resource-dropdown .left-box li a {
    display: inline !important; }
#page-header .resource-dropdown .left-box li a:link, #page-header .resource-dropdown .left-box li a:visited {
    color: #46758f;
    margin: 0;
    padding: 0; }
#page-header .resource-dropdown .right-box {
    background: #898989;
    float: right;
    min-height: 348px;
    width: 280px; }
#page-header .resource-dropdown .right-box h4 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 25px 25px 10px;
    text-transform: none; }
#page-header .resource-dropdown .right-box p {
    border-bottom: 1px dashed #959595;
    padding: 10px 25px; }
#page-header .resource-dropdown .right-box a:link, #page-header .resource-dropdown .right-box a:visited {
    color: #fff !important;
    padding: 0; }
#page-header .resource-dropdown > ul {
    min-width: 1022px;
    left: -642px; }
#page-header .resource-dropdown > ul ul {
    top: 0;
    right: 0;
    min-width: 670px; }
#page-header .resource-dropdown h4 {
    color: gray !important;
    font-size: 10px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    text-transform: uppercase !important; }

.nav.a-z-topics {
    background: #f5f5f5;
    height: 24px;
    margin: -3px 0 10px 0;
    border-bottom: #f5f5f5 solid 1px;
}


.nav.a-z-topics > li {
    float: left;
    padding: 5px 7px;
}

.nav.a-z-topics > li.active {
    background: white;
    padding: 5px 7px 1px;
}

#block-topic-tree-alpha-info  {
    background: #f5f5f5;
    margin: 0 10px;
    padding: 20px;
}

#block-topic-tree-alpha-info h2 {
    text-decoration: underline;
    font-size: 16px;
}

h2.section-title {
    font-size: 1.5em !important;
    font-weight: bold;
}

.section-header {
    margin: 20px 0;
}

.section-header .rss-link a {
    font-size: 0.8em;
}

.section-header .rss-link img {
    margin-right: 10px;
}

.section-header .today-date {
    font-weight: bold;
    margin-bottom: 0.5em;
}

.section-header p {
    margin-bottom: 1em;
}

.resource-menu-thumbnail {
   width: 100%;
   margin: 0 auto;
}