@charset "UTF-8";
@font-face {
  font-family: 'entypo';
  src: url("font/entypo.eot");
  src: url("font/entypo.eot?#iefix") format("embedded-opentype"),
       url("font/entypo.woff") format("woff"),
       url("font/entypo.ttf") format("truetype"),
       url("font/entypo.svg#entypo") format("svg");
  font-size: normal;
  font-weight: normal;
}
.icon, .detail .related .content .view_all .icon,
.detail .related .content .less .icon,
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/************** New Styles *************/
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
}

a {
  color: #2b6796;
}

.hidden {
  display: none !important;
}

.popupWindow, .popupWindow .pagecontent {
  background: #fff;
}

.page {
  width: 970px;
}

/**** Header ****/
.header {
  padding: 13px 0 10px;
  position: relative;
}
.header .right {
  margin: 0;
}
.header .tools {
  font-size: 12px;
  width: 100%;
  margin: 0;
}
.header .tools .inner li {
  float: none;
  display: inline-block;
  margin: 0;
}
.header .tools .inner a {
  font-size: 100%;
}
.header .searchbar {
  position: absolute;
  top: 36px;
  right: 0;
}
.header .searchbar .right {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  margin: 0;
  background: #5aa848;
  /* #3f8e5f */
  font-size: 14px;
  padding: 6px;
  behavior: url("/css/pie.htc");
}
.header .searchbar .right:after {
  content: "";
  display: table;
  clear: both;
}
.header .searchbar #q {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 320px;
  height: 30px;
  @iclude border-radius(2px);
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  margin: 0;
  padding: 0 3px;
  line-height: 26px;
  color: #333;
  background: white;
  border: 1px solid white;
}
.header #searchform,
.header #loginForm {
  background: none;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  float: none;
  font-size: 14px;
}
.header #searchform .button {
  width: 30px;
  height: 30px;
  margin: 0 0 0 3px;
  padding: 0;
  background: url('../images/search-icon.png') 50% 50% no-repeat;
}

#loginForm .row label {
  font-size: 14px;
  font-weight: normal;
  margin: 0 5px;
  color: #fafafa;
  font-style: italic;
}
#loginForm span.username,
#loginForm span.password {
  display: inline-block;
  float: none;
  width: auto;
}
#loginForm .submit #formSubmit {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  behavior: url(/css/pie.htc);
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  float: none;
  display: inline-block;
  width: auto;
  height: 26px;
  margin: 0 5px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #9CC228;
}
.public #loginForm #username,
.public #loginForm #password {
 height:28px;
}

#loginForm #username,
#loginForm #password {
  width: 160px;
  height: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 5px 8px;
  color: #000;
  line-height: 26px;
  border: 1px solid #3f8e5f;
  background: white;
}
#loginForm #username:focus,
#loginForm #password:focus {
  outline: none;
  border-color: #0f2317;
}
#loginForm #username:-webkit-autofill,
#loginForm #password:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
}

.logo1 {
  margin: 0;
}

.logo1 img {
 width:195px;
}


.logo2 {
  display: none;
  position: absolute;
  right: 0;
}

.popupWindow .logo2 {
	display: block;
}

.logo2 a {
  font-size: 12px;
  color: white;
  background: #aad471;
  padding: 5px;
}

/**** End Header ****/
/**** Main block ****/
.main {
  position: relative;
  margin-top: 0;
}
.homePage .main {
  width: 970px;
  background: white;
  border: none;
  border-top: 1px solid #326e52;
  margin-top: 50px;
  /* temp layout fix */
}

.mainBottom,
.noleft .mainBottom,
.standard .mainBottom,
.homePage .mainBottom {
  display: none;
  background: none;
  height: auto;
}

.main,
.noleft .main,
.standard .main,
.homePage .main {
  background: none;
}

.mainTop,
.noleft .mainTop,
.standard .mainTop,
.homePage .mainTop {
  background: none;
}

.detail .mainTop,
.standard2 .mainTop,
.detail .mainBottom,
.standard2 .mainBottom {
  display: none;
}

.detail .main,
.noleft .main,
.standard2 .main {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #a0a0a0;
  background: #fafafa;
  display: table;
  behavior: url(/css/pie.htc);
}

/**** End Main block ****/
/**** Left column block ****/
.homePage .leftcol, .detail .leftcol, .standard2 .leftcol {
  vertical-align: top;
  background: #fafafa;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  float: none;
  display: table-cell;
}
.homePage .leftcol {
  float: left;
  width: 230px;
}
.detail .leftcol {
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
  width: 325px;
  background: #f0f0f0;
  border-right: 1px solid #c0c0c0;

}

/*
.detail .leftcol:before {
 content:" ";
 position:absolute;
 z-index -1;
 border-right: 1px solid #d0d0d0;
}
 */

.standard2 .leftcol {
  width: 275px;
}

.detail .leftcol .toolbox {
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 0;
  height: 30px;
  margin: 0;
  line-height: 30px;
  text-align: center;
  background: #cce5aa;
}
.detail .leftcol .toolbox a {
  font-size: 12px;
  font-weight: bold;
  float: none;
  display: inline-block;
  height: 30px;
  padding: 0;
  margin: 0 8px;
  vertical-align: middle;
  overflow: hidden;
  text-transform: uppercase;
  color: #229543;
  background: transparent;
  text-align: left;
}
.detail .leftcol .toolbox a:before {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background: url('../images/pr-em-cite.png') no-repeat;
}
.detail .leftcol .toolbox a#_print {
  padding: 0;
  background: transparent;
}
.detail .leftcol .toolbox a#_print:before {
  background-position: 50% -566px;
}
.detail .leftcol .toolbox a#_email {
  padding: 0;
  background: transparent;
}
.detail .leftcol .toolbox a#_email:before {
  background-position: 50% -497px;
}
.detail .leftcol .toolbox a#_cite {
  width: 90px;
  overflow: hidden;
  padding: 0;
  background: transparent;
}
.detail .leftcol .toolbox a#_cite:before {
  background-position: 50% -528px;
}

.standard2 .leftnavImgs2,
.detail .leftnavImgs2 {
  padding-bottom: 15px;
  width: auto;
}

.detail .mainInnerWrap,
.standard2 .mainInnerWrap {
  display: table-row;
  margin: 0;
}

#category_menu_2 div {
  margin-top: 20px;
}

#categories {
  padding-top: 50px;
}

.homePage .leftnav .nav {
  float: none;
  display: table-cell;
  width: auto;
  padding: 0;
  vertical-align: top;
  background: #fafafa;
}
.homePage .leftnav .nav li {
  padding: 0;
  margin: 0;
  height: auto;
  display: block;
}
.homePage .leftnav .nav li div {
  font-size: 14px;
  font-weight: normal;
  display: block;
  position: static;
  width: auto;
  margin: 0;
  padding: 10px;
  line-height: 1.3;
  text-transform: capitalize;
  color: #303030;
  border: none;
  background: white;
}
.homePage .leftnav .nav li div:hover {
  color: #3874bc;
  background: #f8f8f8;
}
.homePage .leftnav .nav li div a {
  color: #303030;
}
.leftnav .leftNavTitle {
  background: none;
  width: auto;
  min-height: 30px;
  line-height: 1.5em;
}
.leftnav #pagetitle {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 8px 12px;
  line-height: 1.4em;
  text-transform: none;
  color: #454545;
  border-top: 4px solid #454545;
  background: #e1e1e1;
}

.detail .leftnav {
  border-right: 1px solid white;
}

.detail .subnav {
  margin: 15px;
}

.detail .subnav h2,
.detail .subnav h3,
.detail .related h2,
.standard2 .subnav h2,
.standard2 .subnav h3 {
  font-size: 11px;
  font-weight: bold;
  width: auto;
  margin: 0;
  padding: 4px 10px;
  line-height: 27px;
  text-transform: uppercase;
  color: white;
  border-top: 1px solid #22468b;
  background: #3874bc;
}
/* styles for the investigate menu */
.detail .related h3 {
  font-size: 18px;
  font-weight: bold;
  width: auto;
  margin: 0;
  padding: 0 10px;
  line-height: 27px;
  text-transform: none;
  color: #1C923E;
  background: #DFEFC9;
}
.detail .subnav ul,
.detail .related ul,
.standard2 .subnav ul {
  background: none;
  margin: 0;
  padding: 0;
  width: auto;
}
.detail .subnav ul li,
.detail .related ul li,
.standard2 .subnav ul li {
  margin: 0;
  border: none;
  border-top: 1px solid #e1e1e1;
}
.detail .subnav ul li:first-child,
.detail .related ul li:first-child,
.standard2 .subnav ul li:first-child {
  border: none;
}
.detail .subnav ul a,
.detail .related ul a,
.standard2 .subnav ul a {
  font-family: serif;
  font-size: 15px;
  margin: 0;
  padding: 10px;
  line-height: 1.66;
  color: #313131;
  border: none;
  background: white;
}
.detail .subnav ul a.on, .detail .subnav ul a:hover,
.detail .related ul a.on,
.detail .related ul a:hover,
.standard2 .subnav ul a.on,
.standard2 .subnav ul a:hover {
  margin: 0;
  color: #3874bc;
  border: none;
  background: #f8f8f8;
}

.detail .related {
  margin: 15px;
  border: 1px solid #e1e1e1;
}
.detail .related .content .view_all,
.detail .related .content .less {
  font-size:13px;
  background: #DFEFC9;
  border-top: none;
  margin: 0;
  color: #1C923E;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}
.detail .related .content .view_all .icon,
.detail .related .content .less .icon {
  font-family: entypo;
  font-size: 18px;
  vertical-align: middle;
}
.detail .related ul li {
  display: none;
}

.detail .subnav .resources ul li {
  border-top: 1px solid #e1e1e1;
}

.header .searchbar .mid {
  float: none;
  top: 60px;
  right: 720px;
  left: auto;
  background: none;
}

.detail .header .searchbar .mid {
  display: none;
}

.header .searchbar .mid a,
.header .searchbar .mid a:link {
  font-size: 14px;
  text-align: center;
  background: #666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  color: #fafafa;
  text-decoration: none;
  line-height: 24px;
  height: 26px;
  width: auto;
  display: inline-block;
  padding: 0 8px;
  -moz-text-shadow: 0px 0px 1px #fafafa;
  -webkit-text-shadow: 0px 0px 1px #fafafa;
  text-shadow: 0px 0px 1px #fafafa;
  float: none;
  behavior: url(/css/pie.htc);
}

.header .searchbar .mid a:hover {
  color: #eee;
}

/**** End Left column block ****/
/**** Right column block ****/
.homePage .rightcol, .detail .rightcol, .standard2 .rightcol {
  float: right;
  margin: 0 20px 7px 0;
  padding: 20px;
}
.detail .rightcol {
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 0;
  display: table-cell;
  width: 643px;
  margin: 0;
  padding: 0;
  color: #303030;
  background: #f9f9f9;
/*
  border-left: 1px solid #d0d0d0;
 */
}
.detail .rightcol .sectionhead {
  font-size: 18px;
  margin: 0 0 .5em 0;
  color: #313131;
}

.detail .rightcol h5 {
  font-size: 15px;
  margin: .5em 0;
  color: #313131;
}

.detail .rightcol table.right ._figure {
  max-width: 400px;
}
.homePage .rightcol {
  float: none !important;
  padding: 0;
  width: 970px !important;
  margin: 0;
}
.detail .rightcol .pagecontent, .standard2 .rightcol .pagecontent {
  position: relative;
  width: 100%;
  padding: 0 0 30px;
}
.homePage .rightcol .pagecontent {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff;
}

.detail .quicknav {
  margin: 2px -20px 0 0;
  padding: 10px;
  text-align: right;
}
.detail .quicknav table {
  display: inline-block;
  width: 280px;
  background: transparent;
}
.detail .quicknav ._navlink {
  margin: 0;
}
.detail .quicknav .prev {
  font-size: 12px;
  position: relative;
  text-transform: uppercase;
}
.detail .quicknav .next {
  font-size: 12px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.detail .quicknav .prev a,
.detail .quicknav .next a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  height: 20px;
  padding: 3px 8px;
  text-align: left;
  color: white;
  background: #aad471;
}
.detail .quicknav .prev .off,
.detail .quicknav .next .off {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  height: 20px;
  padding: 3px 8px;
  color: #eaeaea;
  background: #cacaca;
}
.detail .quicknav .prev a:after,
.detail .quicknav .prev .off:after,
.detail .quicknav .next a:after,
.detail .quicknav .next .off:after {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.detail .quicknav .next a:after,
.detail .quicknav .next .off:after {
  right: -5px;
  border-width: 10px 0 10px 5px;
  border-color: transparent transparent transparent #aad471;
  border-style: solid none solid solid;
}
.detail .quicknav .next .off:after {
  border-color: transparent transparent transparent #cacaca;
}
.detail .quicknav .prev a:after,
.detail .quicknav .prev .off:after {
  left: -5px;
  border-width: 10px 5px 10px 0;
  border-color: transparent #aad471 transparent transparent;
  border-style: solid solid solid none;
}
.detail .quicknav .prev .off:after {
  border-color: transparent #cacaca transparent transparent;
}
.detail .main .clear {
  display: none !important;
}
.detail #parthead {
  font-family: Georgia, serif;
  font-size: 24px;
  margin: 70px 0 30px 0;
  display: block;
  height: 46px;
  line-height: 35px;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  color: #454545;
  /* overflow: hidden; */
}

.article-text {
  font-family: Georgia, serif;
  padding: 0 5.8em 0 1em;
  line-height: 24px;
  letter-spacing: .005em;
}
.article-text p {
  margin: 0 0 .5em;
}
.article-text .imageWrapper .caption {
  letter-spacing: .02em;
}

#parthead,
h3#parthead {
  margin-top: 20px;
}

.standard2 .pagecontent h2#pagetitle {
  font-size: 22px;
  margin: 0;
  display: block;
  height: 46px;
  line-height: 46px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.detail #readspeaker_button1 {
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  margin: 0;
  z-index: 2;
  top: 7px;
  right: 10px;
}
.detail #readspeaker_button1 a {
  color: white;
}
.detail #readspeaker_button1 a, .detail #readspeaker_button1 a:hover {
  text-decoration: none;
}

.boxWidget {
  background: none;
  /* border: 3px solid #cfcfcf; */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background: #fafafa;
  width: 960px;
  /* width: 735px; */
  behavior: url(/css/pie.htc);
}

.boxWidget-img {
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
}

.caption-img {
  position: absolute;
  bottom: 30px;
  right: 10px;
  padding: 10px;
  background: #dfdfdf;
  font-style: italic;
}

.boxWidget-img__right {
  float: right;
  margin: 0 0 10px 10px;
}

.boxWidget-img__collage {
  display: inline-block;
}

.btn {
  background: #7bae36;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #3f8e60;
  background: -moz-linear-gradient(top, #8bc53d, #6a972f);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8bc53d), color-stop(100%, #6a972f));
  background: -webkit-linear-gradient(top, #8bc53d, #6a972f);
  background: -o-linear-gradient(top, #8bc53d, #6a972f);
  background: -ms-linear-gradient(top, #8bc53d, #6a972f);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8bc53d', endColorstr='#6a972f');
  background: linear-gradient(to bottom, #8bc53d, #6a972f);
  display: inline-block;
  position: relative;
  z-index: 1;
}

.btn:active, .btn:active:hover {
  -moz-box-shadow: inset 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-text {
  font-size: 20px;
  font-style: italic;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  padding: 10px 30px;
  display: inline-block;
}

.btn-text:active,
.btn-text:active:hover {
  padding: 12px 30px 8px 30px;
}

.explore-databases {
  color: white;
  text-decoration: none;
  float: right;
  margin-bottom: 20px;
}

.explore-databases:hover {
  text-decoration: none;
}

.explore-articles {
  color: white;
  text-decoration: none;
}

.explore-articles:hover {
  text-decoration: none;
}

.boxWidget .top,
.boxWidget .bottom {
  display: none;
}

.boxWidget .content {
  overflow: visible;
  position: static;
}

.boxWidget .content p {
  font-size: 16px;
}

.boxWidget h2 {
  font-size: 20px;
  color: #3f5f8f;
  background: #cfcfcf;
  margin-top: 15px;
}

.box-collage h2, .box-browsing h2 {
  color: black;
  font-style: italic;
  font-size: 24px;
  padding-left: 16px;
  margin-top: 15px;
}

.box-collage h3 {
  color: black;
  font-size: 20px;
}

.box-collage .btn {
  margin: 0 58% 0 0;
}

.boxWidget .content h2 {
  font-size: 20px;
  color: #3f5f8f;
  background: #efefef;
}

.box-browsing {
  width: 360px;
  margin: 0 30px 20px 0;
  display: inline-block;
}

.boxWidget .slider {
  list-style: none;
  margin: 0;
}

.box-browsing .visual-browsing-img {
  padding: 0  0 20px 18px;
  display: inline-block;
  margin: 0;
}

.arrow-left, .arrow-right {
  display: inline-block;
  margin: 40px 0 20px 0;
  cursor: pointer;
}

.arrow-left {
  margin-left: 20px;
}

.arrow-right {
  margin-left: 280px;
}

.slider {
  display: none;
}

.slider-page-current {
  display: block;
}

.topContent {
  background: none;
}

.citation {
  padding: 0;
  display: block;
  width: auto;
  background: none;
}
.detail .citation {
  margin: 1.5em 2.5em 0;
  padding: 0;
}

sup, sub {
  vertical-align:baseline;
  position:relative;
  top:-0.4em;
}

sub {
  top:0.4em;
}

.detail .citation .content {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: auto;
  padding: .75em 1em;
  background: white;
  border: 2px solid #e3e3e3;
}

.clear {
  clear: both;
}

/**** End Right column block ****/
#category_menu_1 div {
  margin: 0;
}

/**** Article ****/
#textToSpeechBlock .caption,
#textToSpeechBlock .credit {
  background: #e3e3e3;
  color: #313131;
}
#textToSpeechBlock .credit {
  font-style: normal;
}
#textToSpeechBlock .caption a,
#textToSpeechBlock .credit a {
  display: inline;
}
#textToSpeechBlock .caption a.larger,
#textToSpeechBlock .credit a.larger {
  color: #3874bc;
}

.detailGreenTop,
.detailGreenBody,
.detailGreenFoot,
.detail table.right {
  background: none;
}

.detailGreenTop,
.detailGreenFoot {
  height: 0;
}

.detailGreenFoot {
  clear: both;
}

.detailGreenBody {
  font-family: Helvetica, Arial, sans-serif;
  padding: 1em;
  line-height: 1.6;
}
.detailGreenBody h3 {
  font-size: 24px;
  margin: 0 0 .5em;
  line-height: 1.1;
  text-transform: inherit;
  color: #454545;
}

.detailGreenTxt ul {
  list-style-position: outside;
}
.detailGreenTxt ul li {
  margin: 0 0 .5em 2em;
}
.detailGreenTxt ul li p {
  margin: 0;
}

.detailGreenContainer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: none;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin: 1.25em 0;
  letter-spacing: .02em;
  background: #fafafa;
  border: 1px solid #d1e6b5;
  border-top: 10px solid #aad471;
}

/**** End Article ****/
/**** Footer block ****/
.footer {
  width: 100%;
}

.detail .footer{
  /*position: absolute;*/
  /*right: 10px;*/
}

.researchtool .footer{
	position: relative;
}

/** ie8 doesn't understand last-child, workaround **/
.footer td {
  width: 70px;
}

.footer td:first-child {
  width: auto;
}

/****End Footer block ****/
@media print {
  img {
    width: 70%;
  }
}
/* letter pagination */
.pagination {
  padding: 6px 0 7px 11px;
  height: 61px;
  overflow: hidden !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.pagination .letter {
  color: #98CC00;
  cursor: pointer;
  display: inline-block !important;
  float: none !important;
  margin: 2px !important;
  font-weight: bold;
  padding: 1px 2px 0 !important;
}

.pagination .letter:hover {
  color: #006395;
}

.pagination .letter.active {
  background: #006395;
  color: #fff;
}

.imageWrapper {
  float: none;
  max-width: 485px;
  margin: 1.25em auto;
}
.imageWrapper .caption {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  margin-top: 3px;
  padding: 10px 10px 20px;
  background: #e3e3e3;
}

/* caption text to roman for emphasis */
.caption em em {
  font-style:normal;
}

#textToSpeechBlock .imageWrapper .caption {
  line-height: 1.8;
  padding: 10px 10px 20px;
}
#textToSpeechBlock .imageWrapper .caption .credit {
  padding: 0;
  line-height: 1.8;
}
.imageWrapper .lable_download_image {
  display: inline;
  vertical-align: middle;
}
.imageWrapper .lable_share_image {
  display: inline;
  vertical-align: middle;
}
.imageWrapper img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  border: 1px solid #e3e3e3;
}

.shareImgPageMain {
  max-width: 485px;
  padding: 15px;
  margin: auto;
}

.shareImgPage .shareImg .imageWrapper .caption .credit {
  font-size: 11px;
  padding-top: 10px;
}
.shareImgLogo {
  padding: 10px;
}
img.logoShareImg {
  position: relative;
  margin: 0 0 0 35%;
  height: 80px;
  width: 150px;
}
.shareImg .imageWrapper {
  padding: 0 1.25em 0 1.25em;
}
.shareImgPage .shareImg {
  border: 1px solid #cecece;
  border-radius: 5px;
}

.shareImgPage .logo1.shareImgLogo {
  margin: 0 auto;
  width: 50%;
}
.div_share_image,
.div_download_image {
  display: inline;
  margin-right: 25px;
}

.image_options {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #d1d1d1;
}

.mainInnerWrap .pagecontent .itemblock h2 {
  margin: 0;
}

.public .itemblock h2 {
  display: none;
  /* temp layout fix */
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.view-switcher {
  margin-top: -35px;
  text-align: center;
}
.view-switcher-btn {
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
  background: #edf5ef;
}
.view-switcher-btn:first-child {
  -moz-border-radius: 3px 0 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 0;
}
.view-switcher-btn:last-child {
  -moz-border-radius: 0 3px 0 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 0 0;
}
.view-switcher-btn.icon-list:after, .view-switcher-btn.icon-grid:after {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 5px;
  background-image: url('../images/category-switcher.png');
  background-repeat: no-repeat;
}
.view-switcher-btn.icon-list:after {
  background-position: 0 0;
}
.view-switcher-btn.icon-list.active:after {
  background-position: 0 -24px;
}
.view-switcher-btn.icon-grid:after {
  background-position: -24px 0;
}
.view-switcher-btn.icon-grid.active:after {
  background-position: -24px -24px;
}
.view-switcher-btn.active {
  cursor: default;
  background: #529970;
}

.categories-list {
  margin: 20px -3px 0 0 !important;
}
.categories-list:after {
  content: "";
  display: table;
  clear: both;
}
.categories-list.list-view {
  padding: 0 12px 0 60px;
}
.categories-item {
  display: block;
  position: relative;
}
.categories-item .image-wrapper {
  overflow: hidden;
}
.categories-item .image-wrapper img {
  width: 265px;
  height: 185px;
}
.categories-item-copy {
  font-size: 15px;
  font-family: Georgia, serif;
  font-style: italic;
  display: block;
  margin-bottom: 1em;
  margin-left: 4em;
  line-height: 1.6;
}
.categories-item-copy p {
  margin: 0;
}
.categories-item-more {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  padding: 7px 6px;
  text-transform: uppercase;
  color: #38aa7d;
  border: 4px solid #38aa7d;
}
.categories-item-more, .categories-item-more:hover {
  text-decoration: none;
}
.grid-view .categories-item {
  width: 240px;
  height: 240px;
  float: left;
  margin: 0 0 3px 3px;
}
.grid-view .categories-item .image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.grid-view .categories-item-about {
  -moz-transition: opacity 0.3s, ease 0.3s;
  -o-transition: opacity 0.3s, ease 0.3s;
  -webkit-transition: opacity 0.3s, ease 0.3s;
  transition: opacity 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  font-size: 13px;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 3px;
  z-index: 1000;
  width: 520px;
  min-height: 160px;
  padding: 40px 80px 40px 370px;
  visibility: hidden;
  color: white;
  background: #0c9443;
  border-bottom: 3px solid white;
}
.grid-view .categories-item-about:before {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 0;
  height: 0;
  position: absolute;
  top: -16px;
  left: 120px;
  margin-left: -8px;
  border-width: 0 16px 16px;
  border-style: none solid solid;
  border-color: transparent transparent #0c9443;
}
.grid-view .categories-item-about div > * {
  display: none;
}
.grid-view .categories-item-about div > *:first-child {
  display: block;
}
.grid-view .categories-item-about div > *:first-child * {
  display: none;
}
.grid-view .categories-item:nth-child(4n+1) .categories-item-about {
  left: 0;
}
.grid-view .categories-item:nth-child(4n+2) .categories-item-about {
  left: -243px;
}
.grid-view .categories-item:nth-child(4n+2) .categories-item-about:before {
  left: 363px;
}
.grid-view .categories-item:nth-child(4n+3) .categories-item-about {
  left: -486px;
}
.grid-view .categories-item:nth-child(4n+3) .categories-item-about:before {
  left: 603px;
}
.grid-view .categories-item:nth-child(4n+4) .categories-item-about {
  left: -729px;
}
.grid-view .categories-item:nth-child(4n+4) .categories-item-about:before {
  left: 843px;
}
.grid-view .categories-item.expanded .categories-item-about {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}
.grid-view .categories-item-thumb {
  float: left;
  position: relative;
  margin: 0 -100% 0 -285px;
  width: 265px;
  height: 185px;
  background: #4461a1;
  border: 2px solid #313131;
}
.grid-view .categories-item-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.grid-view .categories-item-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: .25em;
  line-height: 1.3;
}
.grid-view .categories-item-more {
  color: white;
  border-color: white;
}
.grid-view .categories-item-close {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 20px;
  right: 25px;
  cursor: pointer;
  background: url('../images/close-icon.png') 50% 50% no-repeat;
}

.grid-view .categories-item-copy {
margin-left:0;
}
.list-view .categories-item {
  padding: 0 0 16px 170px;
  margin-bottom: 16px;
  border-bottom: 4px solid #f2f2f2;
}
.list-view .categories-item:after {
  content: "";
  display: table;
  clear: both;
}
.list-view .categories-item .categories-tile {
  display: none;
}
.list-view .categories-item-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: .5em;
  margin-left: 3.25em;
  padding-top: .5em;
}
.list-view .categories-item-copy {
  height: 3.25em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-view .categories-item-thumb {
  width: 144px;
  height: 144px;
  float: left;
  position: relative;
  margin: 0 -100% 0 -170px;
  background: #f2f2f2;
}
.list-view .categories-item-thumb img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.list-view .categories-item-more {
  padding: 2px;
  border-width: 2px;
  margin-left: 4em;
}
.list-view .categories-item-about {
  min-height: 133px;
  /* padding-bottom: 12px; */
  /* border-bottom: 4px solid #e1e1e1; */
}
.categories-tile {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.categories-tile-caption {
  line-height: 1.5;
}
.grid-view .categories-tile-caption {
  width: 100%;
  height: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  display: block;
  position: absolute;
  padding: .75em 1em;
  left: 0;
  bottom: 0;
  text-align: center;
  color: white;
  background: rgba(0, 0, 0, 0.85);
}
.list-view .categories-tile-caption {
  font-size: 18px;
  font-weight: bold;
}

.breadcrumbs {
  font-size: 12px !important;
  font-weight: bold;
  display: block;
  margin: 0;
  max-width: 350px;
  padding: 15px 108px 10px 0;
}
.breadcrumbs a {
  color: #333 !important;
  top: 8px;
}
.breadcrumbs a:before {
  content: "»";
  display: inline-block;
  vertical-align: middle;
  margin: -4px 5px 0;
  color: #333;
}
.breadcrumbs a:first-child:before {
  display: none;
}

.article-nav {
  font-weight: bold;
  height: auto;
  margin: 2px 0 15px;
  padding: 0 20px;
  background: #e1e1e1;
  min-height: 35px;
  position: relative;
}
.detail .article-nav .quicknav {
  padding: 0;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 5px;
}

.carousel {
  position: relative;
}

#carousel-wrapper {
  width: 970px;
  overflow: hidden;
}

#carousel-content .slide {
  float: left;
  width: 140px;
  height: 100px;
  margin: 10px 10px 0 0;
  background: #aaaaaa;
  color: white;
  font-size: 17px;
  font-weight: bold;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px;
  line-height: 22px;
  list-style-type: none;
}

#carousel-content .slide a {
  color: white;
  text-decoration: none;
  height: 100%;
  display: block;
}

#carousel-content .slide a:hover {
  text-decoration: none;
}

#carousel-content .slide.active {
  border: 3px solid #98cc00;
  background: #fff;
  padding: 5px;
}

#carousel-content .slide.active a {
  color: #3f8e5f;
}

.carousel-control {
  position: absolute;
  z-index: 100;
  color: #cfcfcf;
  font-size: 75px;
  padding: 7px 10px;
  outline: none;
  text-decoration: none;
  font-family: Garamond;
}

.carousel-control:hover {
  text-decoration: none;
}

.carousel-control.prev {
  left: -70px;
}

.carousel-control.next {
  right: -70px;
}

.carousel-control.prev:active {
  left: -72px;
}

.carousel-control.next:active {
  right: -72px;
}

.category-description {
  margin: 10px 0;
  width: 100%;
  background: #3f8e5f;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: inset 0 4px 5px 0 rgba(242, 242, 242, 0.8), inset 0 -4px 5px 0 rgba(242, 242, 242, 0.8);
}

.category-description h1 {
  font-size: 40px;
  margin-top: 0;
  border-bottom: 3px solid #fff;
}

.category-description .image {
  float: left;
  max-height: 170px;
  overflow: hidden;
}

.category-description .image img {
  width: 250px;
}

.category-description .right-block {
  padding-left: 280px;
}

.subelements li {
  height: 30px;
  color: darkgreen;
  background: #FAFAFA;
  margin: 5px 0;
  padding: 10px;
}

.homePage .leftcol,
.homePage .searchbar .mid {
  display: none !important;
}

#carousel-content li:hover {
  opacity: 0.6;
}

#carousel-content li:nth-child(1) {
  background: green;
}

#rs_voice_selector {
  font-size: 13px;
  position: absolute;
  top: 78px;
  right: 303px;
  font-weight: initial;
}

.rs_voice {
  padding: 5px;
  cursor: pointer;
}

#rs_voice_selector .selected {
  font-weight: bolder;
}

.detailGreenTxt .boxTitleHead {
  font-weight: bold;
  font-size: 1.1em;
  color: #757575;
}

.glossary ul {
  list-style: none;
}
.glossary ul li {
  margin-left: 0;
}

.detail-tools {
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  background: #aad471;
}

a.back-article {
  color: #229543;
}

.gallery-link {
  color: #229543;
}
.gallery-link:before {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  background: url('../images/gallery-icon.png') 50% 50% no-repeat;
}

.research-tools {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  margin-right: 5px;
  padding-right: 12px;
  color: #229543;
  border-right: 2px solid #cce3ab;
}

.research-tools-dropdown {
  cursor: pointer;
}
.research-tools-dropdown:after {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 5px;
  border-width: 5px 5px 0;
  border-color: #229543 transparent transparent;
  border-style: solid solid none;
}

.research-tools-list {
  background: #fffef5;
  border: 1px solid #aad471;
  position: absolute;
  left: 0;
  z-index: 1000;
  width: 220px;
}

.research-tools-list.hiddenRT {
  display: none;
}

.researchTools_li:hover {
  background: #c3e198;
}

.researchTools_li a {
  color: #053a09;
  font-size: 12px;
}

li.researchTools_li {
  position: relative;
  padding: 7px 20px;
  line-height: 16px;
}

.nav-tabs .nav-tab {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  background: #eff7e4;
}
.nav-tabs .nav-tab-link {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 5px 20px;
  color: #8ec842;
  text-decoration: none;
  border-top: 8px solid #8ec842;
}
.nav-tabs .nav-tab.active {
  background: #aad471;
}
.nav-tabs .nav-tab.active .nav-tab-link {
  color: white;
}

.tab-content {
  border: 1px solid #aad471;
}

.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.tab-pane-title {
  font-family: Georgia, serif;
  font-size: 15px;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  padding: .25em;
  text-align: center;
  color: white;
  background: #b8db88;
}
.tab-pane-content {
  padding: 20px;
  background: white;
}
.tab-pane-content:after {
  content: "";
  display: table;
  clear: both;
}
.search-filter-menu.active {
  display: block;
}
.search-filter-menu {
  display: none;
}
.category-search input[type="submit"] {
	cursor: pointer;
	position: absolute;
	width: 15px;
	background: transparent;
	margin: 5px 0px 0px -22px;
	border: none;
}
.icon-text:before {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.icon-text:before {
  background-image: url('../images/text-icon-alt.png');
}
.nav-tab.active .icon-text:before {
  background-image: url('../images/text-icon.png');
}

.icon-media:before {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.icon-media:before {
  background-image: url('../images/gallery-icon-alt.png');
}
.nav-tab.active .icon-media:before {
  background-image: url('../images/gallery-icon.png');
}

.resultspaging {
  text-align: center;
}

.pager {
  display: inline-block;
  position: relative;
  vertical-align: top;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: bold;
  color: #3f8e60;
  text-align: center;
  margin: 0;
  padding: 6px;
  border: 1px solid #dbdbdb;
  background: white;
}
.pager a:link, .pager a:visited {
  margin: 0 2px;
  color: #8ec842;
  line-height: 1;
  vertical-align: middle;
}
.pager a:link.on, .pager a:visited.on {
  color: #878787;
}
.pager .pagerprev,
.pager .pagernext {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url('../images/pager.png');
  background-repeat: no-repeat;
}
.pager .pagerprev.disabled,
.pager .pagernext.disabled {
  cursor: default;
}
.pager .pagerprev {
  margin-right: 5px;
  background-position: 0 0;
}
.pager .pagerprev.disabled {
  background-position: 0 -25px;
}
.pager .pagernext {
  margin-left: 5px;
  background-position: -25px 0;
}
.pager .pagernext.disabled {
  background-position: -25px -25px;
}

.gray {
  background: #e3e3e3;
}

.color_definition {
  background: #b0cbfa;
}
.color_definition p {
  padding: 5px 10px;
}

.visual-browse .category-header {
  position: relative;
}
.visual-browse .category-title {
  font-family: Georgia, serif;
  font-size: 32px;
  position: relative;
  margin: -1.5em 0 0;
  padding: 0 .5em;
  line-height: 1.5;
  color: white;
  background: #000333;
  background: rgba(0, 3, 51, 0.8);
}
.visual-browse .category-desc {
  font-size: 16px;
  padding: .5em 4em .5em 1em;
  line-height: 1.5;
  color: white;
  background: #0f9545;
}
.visual-browse .category-content {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
  padding: 0 0 2em;
  background: white;
}
.visual-browse .category-image {
  height: 330px;
}
.visual-browse .category-browse {
  padding: .75em 1em;
  text-align: center;
  background: #e1e1e1;
}
.visual-browse .category-browse-title {
  font-family: Georgia, serif;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  margin: 0 1em 0 0;
  color: #3e3e3e;
  vertical-align: middle;
}

.visual-browse .category-browse-input {
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: bold;
  width: 300px;
  padding: .25em 2em .25em .5em;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 80px;
  color: white;
  border: 1px solid #a1a1a1;
  background: #a1a1a1 url('../images/filter-icon.png') 98% 50% no-repeat;
}
.visual-browse .category-browse-input::-webkit-input-placeholder {
  color: white;
}
.visual-browse .category-browse-input:-moz-placeholder {
  color: white;
}
.visual-browse .category-browse-input::-moz-placeholder {
  color: white;
}
.visual-browse .category-browse-input:-ms-input-placeholder {
  color: white;
}
.visual-browse .category-browse-input:focus {
  outline: none;
}
.visual-browse .articles {
  font-family: Georgia, serif;
}
.visual-browse .articles-item {
  font-size: 13px;
  margin: 0 0 1em;
  padding: 0;
}
.visual-browse .list-subcat {
  display: none;
}

.az-list:after {
  content: "";
  display: table;
  clear: both;
}
.az-list-layout-columns .az-list-section {
  display: inline-block;
  position: relative;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 50%;
  margin: 0;
  padding: 2em 0 0 8em;
}
.az-list-layout-columns .az-list-section:after {
  content: "";
  display: table;
  clear: both;
}
.az-list-layout-columns .az-list-section-title {
  font-family: Georgia, serif;
  font-size: 48px;
  font-weight: bold;
  position: absolute;
  width: 2em;
  margin: -5px -100% 0 -2.75em;
  line-height: 1;
  text-align: right;
  color: #569a71;
}
.az-list-layout-columns .az-list-section-content {
  border-left: 5px solid #aad471;
  padding: .5em 0 .5em 10px;
}
.az-list-column {
  float: left;
}
.az-list-column-1-of-2 {
  width: 42%;
  padding: 2em 0 0 7.99%;
}
.az-list-column-1-of-2:last-child {
  padding: 2em 7.99% 0 0;
}
.az-list-column .az-list-section {
  width: 100%;
}
.az-list-item {
  margin-bottom: .75em;
}
.az-list-item:last-child {
  margin-bottom: 0;
}
.az-list-item-list {
  padding: 0 6% 2em;
}
.az-list-nav {
  font-size: 15px;
  padding: 10px 1em;
  text-align: center;
  background: #fafafa;
}
.az-list-nav-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 0 .5em 0 0;
  padding: 0 0 0 .5em;
  color: #2b6796;
  cursor: pointer;
  border-left: 1px solid #2b6796;
}
.az-list-nav-item:first-child {
  border: none;
}
.az-list-nav-item-empty {
  color: #363636;
  cursor: default;
}
.az-list-nav-sticked .az-list-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 2px solid #aad471;
}
#mediaPopup {
background: #fff;
border: 1px solid #8e8e8e;
z-index: 1000;
position: absolute;
box-shadow: 0 0 10px rgba(0,0,0,.1);
width: 600px;
left: 0;
}
.media-header {
background: #e9e9e9;
padding: 1px 30px;
position: relative;
font-size: 12px;
border-bottom: 1px solid #d4d4d4;
}
#mediaPopup .close {
position: absolute;
right: 20px;
cursor: pointer;
}
.media-results {
padding: 2em 30px 0;
max-height: 485px;
overflow: hidden;
box-sizing: border-box;
overflow-y: scroll;
}
#mediaPopup .search-results-item:nth-child(n+3) {
margin-right: 0;
}
#mediaPopup .resultImg:before {
content: "";
height: 100%;
display: inline-block;
vertical-align: bottom;
position: relative;
}
#mediaPopup  .search-results-item {
width: 150px;
display: inline-block;
vertical-align: top;
margin: 0 30px 40px 0;
}
#mediaPopup .resultImg {
height: 150px;
max-width: 100%;
margin-bottom: 1em;
}
#mediaPopup .resultImg:before {
content: "";
height: 100%;
display: inline-block;
vertical-align: bottom;
margin-right: -.25em;
position: relative;
}
#mediaPopup .resultImg img {
vertical-align: middle;
display: inline-block;
max-width: 100%;
height: auto;
max-height: 150px;
width: auto;
}
#mediaPopup .resultImgDesc {
font-size: 0.88em;
font-style: italic;
line-height: 1.27em;
width: auto;
margin-top: 3px;
font-weight: normal;
}

.long_green_box {
font-size: 15px;
font-weight: bold;
height: 30px;
line-height: 30px;
padding: 0 20px;
background: #aad471;
}

.img_research_tools {
display: block;
max-width: 100%;
width: auto;
margin: 0 auto;
border: 1px solid #e3e3e3;
}

#ptext h2 {
font-family: Georgia, serif;
font-size: 24px;
margin: 20px 0 30px 0;
display: block;
height: 46px;
line-height: 35px;
color: #454545;
}

a.research-tools-button-category {
  text-decoration: none;
  cursor: pointer;
  background: #3874bc;
  border-radius: 5px;
  padding: 5px 25px 5px 25px;
  margin-right: 20px;
  border: none;
  color: white;
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 14px;
}

form.category-search {
  display: inline;
}
