@font-face {
  font-family: 'Garamond Regular';
  src: url(/sites/www.hivlawandpolicy.org/themes/custom/type/garamond-regular.eot);
  src: url(/sites/www.hivlawandpolicy.org/themes/custom/type/garamond-regular.eot?#iefix) format('embedded-opentype'), url(/sites/www.hivlawandpolicy.org/themes/custom/type/garamond-regular.woff) format('woff'), url(/sites/www.hivlawandpolicy.org/themes/custom/type/garamond-regular.ttf) format('truetype'), url(/sites/www.hivlawandpolicy.org/themes/custom/type/garamond-regular.svg#garamond-regular) format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Garamond Italic';
  src: url(/sites/www.hivlawandpolicy.org/themes/custom/type/garamond-italic.eot);
  src: url(/sites/www.hivlawandpolicy.org/themes/custom/type/garamond-italic.eot?#iefix) format('embedded-opentype'), url(/sites/www.hivlawandpolicy.org/themes/custom/type/garamond-italic.woff) format('woff'), url(/sites/www.hivlawandpolicy.org/themes/custom/type/garamond-italic.ttf) format('truetype'), url(/sites/www.hivlawandpolicy.org/themes/custom/type/garamond-italic.svg#garamond-italic) format('svg');
  font-weight: bold;
}
.gar {
  font-family: 'Garamond Regular', Georgia, Times, 'Times New Roman', serif;
  -webkit-font-smoothing: antialiased;
}
.gi {
  font-family: 'Garamond Italic', Georgia, Times, 'Times New Roman', serif;
  -webkit-font-smoothing: antialiased;
}
.r3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.r5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.inset {
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
}
.outset {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.25);
  box-shadow: 0 0 5px rgba(0,0,0,0.25);
}
.shadow {
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
.soft-shadow {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.grad {
  background-image: linear-gradient(top,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0.3)),color-stop(1,rgba(255,255,255,0)));
}
.trans {
  -webkit-transition: all 120ms linear;
  -moz-transition: all 120ms linear;
  -o-transition: all 120ms linear;
  transition: all 120ms linear;
}
.button {
  background: #a84f25 !important;
  border: 1px solid #8f431f !important;
  color: #fff !important;
  padding: 5px 15px !important;
  font-weight: normal !important;
  text-decoration: none;
  -webkit-box-shadow: inset 0 0 5px rgba(255,255,255,0.4) !important;
  -moz-box-shadow: inset 0 0 5px rgba(255,255,255,0.4) !important;
  box-shadow: inset 0 0 5px rgba(255,255,255,0.4) !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  line-height: 1;
  font-size: 14px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3) !important;
  text-transform: capitalize !important;
  -webkit-transition: all 120ms linear;
  -moz-transition: all 120ms linear;
  -o-transition: all 120ms linear;
  transition: all 120ms linear;
}
.button a {
  color: #fff !important;
  text-align: center;
  display: block;
}
.button a:hover {
  text-decoration: none;
}
.form-submit {
  background: #a84f25 !important;
  border: 1px solid #8f431f !important;
  color: #fff !important;
  padding: 5px 15px !important;
  font-weight: normal !important;
  text-decoration: none;
  -webkit-box-shadow: inset 0 0 5px rgba(255,255,255,0.4) !important;
  -moz-box-shadow: inset 0 0 5px rgba(255,255,255,0.4) !important;
  box-shadow: inset 0 0 5px rgba(255,255,255,0.4) !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  line-height: 1;
  font-size: 14px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3) !important;
  text-transform: capitalize !important;
  -webkit-transition: all 120ms linear;
  -moz-transition: all 120ms linear;
  -o-transition: all 120ms linear;
  transition: all 120ms linear;
  border: none;
  cursor: pointer;
}
.button:hover,
.form-submit:hover {
  background-color: #d1632f !important;
}
.hidden {
  display: none;
}
body {
  background: #333;
  color: #333;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 13px;
}
a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  letter-spacing: normal;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color: #455660;
  font-weight: normal;
}
.views-exposed-widgets {
  margin: 0;
}
#block-block-10 {
  display: none;
}
#zone-user-wrapper {
  background: #333;
  color: #fff;
}
#zone-user-wrapper #nice-menu-1 {
  display: block;
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  width: 100%;
  height: 40px;
  text-align: right;
}
#zone-user-wrapper #nice-menu-1 li:before {
  content: "\2022\00a0";
  position: absolute;
  left: -5px;
  color: #89a7ae;
}
#zone-user-wrapper #nice-menu-1 li:first-child:before,
#zone-user-wrapper #nice-menu-1 li:nth-child(2):before {
  content: "";
}
#zone-user-wrapper #nice-menu-1 li {
  position: relative;
  display: inline-block;
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  height: 40px;
  line-height: 40px;
  float: none;
}
#zone-user-wrapper #nice-menu-1 li a {
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  border: none;
  background: none;
  color: #e57039;
  -webkit-transition: all 120ms linear;
  -moz-transition: all 120ms linear;
  -o-transition: all 120ms linear;
  transition: all 120ms linear;
}
#zone-user-wrapper #nice-menu-1 li a.active,
#zone-user-wrapper #nice-menu-1 li a:hover {
  color: #fff;
}
#zone-user-wrapper #nice-menu-1 li ul {
  width: 200px;
  top: 40px;
  border: none;
  background: transparent url(/sites/www.hivlawandpolicy.org/themes/custom/images/bg-subnav.png) 0 0 repeat;
  background: #333;
  text-align: left;
  -webkit-box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
  box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
}
#zone-user-wrapper #nice-menu-1 li ul li:before {
  content: "";
}
#zone-user-wrapper #nice-menu-1 li ul li {
  display: block;
  clear: both;
  width: auto;
  height: auto;
  line-height: normal;
  font-size: 12px;
}
#zone-user-wrapper #nice-menu-1 li ul li a {
  color: #ccc;
  height: auto;
  line-height: 1.4;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: #444 solid 1px;
}
#zone-user-wrapper #nice-menu-1 li ul li a:hover {
  background: #444;
  color: #fff;
}
#zone-user-wrapper #nice-menu-1 > li:hover > a {
  color: #fff;
}
#zone-user-wrapper #nice-menu-1 > .first {
  width: 220px;
  margin-right: 20px;
  text-transform: uppercase;
  text-align: left;
  float: left;
  display: block;
  font-weight: bold;
  white-space: nowrap;
}
#zone-user-wrapper #nice-menu-1 > .first a {
  color: #fff;
  padding: 0;
}
#zone-user-wrapper #nice-menu-1 > .last ul {
  right: 0;
  left: auto;
}
#zone-branding-wrapper {
  background: #89a7ae;
  overflow: hidden;
}
#zone-branding-wrapper .branding-data {
  float: left;
  margin-right: 30px;
}
#zone-branding-wrapper .logo-img {
  margin: 0;
  float: none;
}
#zone-branding-wrapper #block-views-section-banner-block {
  height: 230px;
  display: table-cell;
  vertical-align: middle;
}
#zone-branding-wrapper .view-section-banner h2 {
  font-size: 42px;
  margin: 0 0 10px;
  line-height: 1;
  font-family: 'Garamond Regular', Georgia, Times, 'Times New Roman', serif;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
#zone-branding-wrapper .view-section-banner .views-field-body {
  color: #fff;
  font-size: 21px;
  line-height: 1.4;
  font-family: 'Garamond Italic', Georgia, Times, 'Times New Roman', serif;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
#zone-branding-wrapper .view-section-banner .views-field-body p {
  margin: 0;
}
#zone-branding-wrapper .view-section-banner a {
  color: #fff;
}
#zone-branding-wrapper .block {
  height: 230px;
  display: table-cell;
  vertical-align: middle;
}
#zone-branding-wrapper .block .content {
  color: #fff;
  font-size: 21px;
  line-height: 1.4;
  font-family: 'Garamond Italic', Georgia, Times, 'Times New Roman', serif;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
#zone-branding-wrapper .block .content p {
  margin: 0;
}
.page-node #region-content {
  clear: right;
}
.page-node #region-preface-first {
  float: right;
  overflow: hidden;
}
.page-node #region-preface-first h1#page-title {
  margin-left: 0;
  margin-right: 0;
}
.page-node #region-sidebar-first {
  position: absolute;
}
h1.title {
  margin: 0 10px 30px;
  font-family: 'Garamond Regular', Georgia, Times, 'Times New Roman', serif;
  -webkit-font-smoothing: antialiased;
  color: #a84f25;
  border-bottom: 1px solid #ccc;
  line-height: 1.2;
}
#region-content h2 {
  color: #a84f25;
  font-size: 22px;
  margin-bottom: 10px;
}
#region-content a {
  color: #455660;
  text-decoration: underline;
  -webkit-transition: all 120ms linear;
  -moz-transition: all 120ms linear;
  -o-transition: all 120ms linear;
  transition: all 120ms linear;
}
#region-content a:hover {
  color: #89a7ae;
}
#region-content .views-field-title a {
  text-decoration: none;
}
#region-content .view-landing-page-content .views-field-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
#region-content .view-landing-page-content .views-field-title a {
  color: #455660;
  -webkit-transition: all 120ms linear;
  -moz-transition: all 120ms linear;
  -o-transition: all 120ms linear;
  transition: all 120ms linear;
}
#region-content .view-landing-page-content .views-field-title a:hover {
  color: #89a7ae;
}
#region-content .view-landing-page-content .views-row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#region-content .view-landing-page-content .views-row p:last-child {
  margin: 0;
}
#region-content .view-landing-page-content .views-row-last {
  margin: 0;
  padding: 0;
  border: none;
}
#region-content .view-blog .views-row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#region-content .view-blog .views-row-last {
  margin: 0;
  padding: 0;
  border: none;
}
#region-content .view-blog h2 {
  margin: 0;
  font-size: 18px;
}
#region-content .view-blog .field-name-field-signature-image,
#region-content .view-blog .field-name-body {
  margin-top: 5px;
}
#region-content .node .field-name-field-signature-image {
  float: left;
  margin-right: 15px;
}
#region-content .view .views-row {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 12px;
  color: #666;
}
#region-content .view .views-row .views-field-title {
  font-size: 15px;
  font-weight: bold;
}
#region-content .view-related-content-view .views-row {
  margin-bottom: 10px;
}
#region-preface-first {
  clear: both;
  float: none;
}
#region-preface-first .file-image .field-name-field-caption {
  font-style: italic;
  color: #666;
  font-size: 12px;
  padding: 5px 0 20px;
}
#region-preface-first .file-image .field-name-field-caption p {
  margin: 0;
}
#section-content {
  background: #fff;
  padding: 30px 0;
}
.left-sidebar #region-content {
  width: 700px;
  margin-right: 0 !important;
}
#region-sidebar-first {
  float: left;
}
#region-sidebar-first .block-menu-block .menu {
  display: block;
  list-style: none;
  list-style-image: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: #455660;
}
#region-sidebar-first .block-menu-block .menu li {
  display: block;
  list-style: none;
  list-style-image: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #566b74;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
#region-sidebar-first .block-menu-block .menu li > a:hover {
  background-color: #546975;
}
#region-sidebar-first .block-menu-block .menu li a,
#region-sidebar-first .block-menu-block .menu li span {
  display: block;
  color: #fff;
  padding: 15px 20px;
  -webkit-transition: all 120ms linear;
  -moz-transition: all 120ms linear;
  -o-transition: all 120ms linear;
  transition: all 120ms linear;
}
#region-sidebar-first .block-menu-block .menu li span {
  text-align: left;
  padding-bottom: 0;
  color: #89a7ae;
  text-transform: none;
  text-transform: uppercase;
  font-size: 11px;
}
#region-sidebar-first .block-menu-block .menu li ul {
  padding: 0;
  background: transparent;
}
#region-sidebar-first .block-menu-block .menu li ul li {
  text-align: left;
  text-transform: none;
}
#region-sidebar-first .block-menu-block .menu .menu-title-hiv-policy-resource-bank > a,
#region-sidebar-first .block-menu-block .menu .menu-title-the-fine-print-blog > a,
#region-sidebar-first .block-menu-block .menu .menu-title-find-laws-in-your-state > a,
#region-sidebar-first .block-menu-block .menu .menu-title-donate-now > a,
#region-sidebar-first .block-menu-block .menu .menu-title-post-a-document > a,
#region-sidebar-first .block-menu-block .menu .menu-title-start-a-discussion > a,
#region-sidebar-first .block-menu-block .menu .menu-title-my-account > a {
  padding-top: 70px;
  background-position: center 15px;
  background-repeat: no-repeat;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
#region-sidebar-first .block-menu-block .menu .menu-title-my-groups span {
  display: block;
  text-align: center;
  font-size: 15px;
  padding-top: 55px;
  color: #fff;
  background-position: center 15px;
  background-repeat: no-repeat;
  background-image: url(/sites/www.hivlawandpolicy.org/themes/custom/images/group.png);
  font-weight: bold;
}
#region-sidebar-first .block-menu-block .menu .menu-title-my-account > a {
  background-image: url(/sites/www.hivlawandpolicy.org/themes/custom/images/gear.png);
}
#region-sidebar-first .block-menu-block .menu .menu-title-start-a-discussion > a {
  background-image: url(/sites/www.hivlawandpolicy.org/themes/custom/images/convo.png);
  padding-top: 60px;
}
#region-sidebar-first .block-menu-block .menu .menu-title-post-a-document > a {
  background-image: url(/sites/www.hivlawandpolicy.org/themes/custom/images/add-doc.png);
}
#region-sidebar-first .block-menu-block .menu .menu-title-hiv-policy-resource-bank > a {
  background-image: url(/sites/www.hivlawandpolicy.org/themes/custom/images/book.png);
}
#region-sidebar-first .block-menu-block .menu .menu-title-the-fine-print-blog > a {
  background-image: url(/sites/www.hivlawandpolicy.org/themes/custom/images/mag-glass.png);
}
#region-sidebar-first .block-menu-block .menu .menu-title-find-laws-in-your-state > a {
  background-image: url(/sites/www.hivlawandpolicy.org/themes/custom/images/globe.png);
}
#region-sidebar-first .block-menu-block .menu .menu-title-donate-now > a {
  background-image: url(/sites/www.hivlawandpolicy.org/themes/custom/images/plus.png);
}
#region-sidebar-first .block-menu-block .menu li:last-child {
  border: none;
}
#region-sidebar-first .block-menu-block .menu .expanded {
  background: #303b42;
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
}
#region-sidebar-first .block-menu-block .menu .expanded li {
  border-color: #425259;
}
#region-sidebar-first .block-menu-block .menu .expanded a {
  color: #ccc;
}
#region-sidebar-first .block-menu-block .menu .expanded a:hover {
  background: transparent;
  color: #fff;
}
#region-sidebar-first .block-menu-block .menu .expanded a.active-trail {
  color: #fff;
}
.not-front #region-content {
  float: right;
  margin-left: -720px;
  margin-right: 250px;
}
.not-front #region-content .field-name-field-signature-image {
  width: 150px;
  overflow: hidden;
}
.not-front #region-content .field-name-field-signature-image img {
  width: 100%;
  height: auto;
}
.not-front #region-sidebar-second {
  float: right;
}
.not-front #region-sidebar-second .block {
  border: 1px solid #89a7ae;
  background: #e1e9eb;
  padding: 20px;
  margin: 0 0 30px;
}
.not-front #region-sidebar-second .block h2 {
  font-size: 18px;
  margin: 0 0 15px;
}
.not-front #region-sidebar-second .block .item-list ul {
  display: block;
  list-style: none;
  list-style-image: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.not-front #region-sidebar-second .block .item-list ul li {
  display: block;
  list-style: none;
  list-style-image: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.not-front #region-sidebar-second .block .content {
  font-size: 12px;
  line-height: 1.6;
  overflow: hidden;
}
.not-front #region-sidebar-second .block .content p:last-child {
  margin-bottom: 0;
}
.not-front #region-sidebar-second .block .content a {
  color: #a84f25;
  -webkit-transition: all 120ms linear;
  -moz-transition: all 120ms linear;
  -o-transition: all 120ms linear;
  transition: all 120ms linear;
}
.not-front #region-sidebar-second .block .content a:hover {
  text-decoration: underline;
}
.not-front #region-sidebar-second .block .content img {
  margin-bottom: 10px;
  width: 178px;
  height: 178px;
}
.not-front #region-sidebar-second .block:last-child {
  margin-bottom: 0;
}
.not-front #region-sidebar-second .view-sidebar-shared .view-content > div {
  margin-bottom: 20px;
}
.not-front #region-sidebar-second .view-sidebar-shared .view-content > div:last-child {
  margin: 0;
}
#section-footer {
  background: #333;
  color: #fff;
}
#section-footer #zone-footer-wrapper .block .content a {
  color: #fff;
  text-decoration: underline;
}
#section-footer #zone-footer-wrapper .block .content a:hover {
  text-decoration: none;
}
#section-footer #zone-postscript-wrapper {
  background: #f0f0f0;
  border-top: 1px solid #ccc;
  padding: 20px 0;
  color: #333;
}
#section-footer #zone-postscript-wrapper #region-postscript-first .block .content p {
  margin: 0 0 5px;
}
#section-footer #zone-postscript-wrapper #region-postscript-first .block .content p:last-child {
  margin: 0;
}
#section-footer #zone-postscript-wrapper #region-postscript-second #block-block-2 .content {
  text-align: right;
}
#section-footer #zone-postscript-wrapper #region-postscript-second #block-block-2 .content ul {
  display: block;
  list-style: none;
  list-style-image: none;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0;
  text-align: right;
}
#section-footer #zone-postscript-wrapper #region-postscript-second #block-block-2 .content ul li {
  display: inline;
  list-style: none;
  list-style-image: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#section-footer #zone-postscript-wrapper #region-postscript-second #block-block-2 .content ul li a {
  color: #455660;
}
#section-footer #zone-postscript-wrapper #region-postscript-second #block-block-2 .content ul li:before {
  content: "\2022\00a0";
}
#section-footer #zone-postscript-wrapper #region-postscript-second #block-block-2 .content ul li:first-child:before {
  content: "";
}
#section-footer #block-block-3 {
  padding: 20px 0;
}
#section-footer #block-block-3 .copyright {
  float: right;
  height: 24px;
  line-height: 24px;
}
#section-footer #block-block-3 ul.social-icon {
  display: block;
  list-style: none;
  list-style-image: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#section-footer #block-block-3 ul.social-icon li {
  display: inline;
  list-style: none;
  list-style-image: none;
  overflow: hidden;
  margin: 0 5px 0 0;
  padding: 0;
}
#BB_BuyButtonForm table {
  display: block;
  padding: 30px 20px 10px;
  background: #f0f0f0;
  background-image: linear-gradient(top,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0.3)),color-stop(1,rgba(255,255,255,0)));
}
#BB_BuyButtonForm table tr {
  background: transparent;
}
#BB_BuyButtonForm table tr td {
  padding: 0;
  background: transparent;
  text-align: left;
}
#BB_BuyButtonForm table tr td input[type=text] {
  width: 98%;
  border: 1px solid #ccc;
  padding: 3px;
  background: #fff;
}
#BB_BuyButtonForm table tr td input[type=image] {
  margin-top: 20px;
}
.front #block-views-sidebar-shared-block-8 {
  display: none;
}
.front .view-frontpage-slider {
  overflow: hidden;
  position: relative;
}
.front .view-frontpage-slider .views-slideshow-controls-top .views-slideshow-controls-text > span {
  display: block;
  list-style: none;
  list-style-image: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  z-index: 30;
  position: absolute;
  top: 50%;
  margin: -20px 0 0 0;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
  border: 12px solid transparent;
}
.front .view-frontpage-slider .views-slideshow-controls-top .views-slideshow-controls-text > span a {
  display: block;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  color: #89a7ae;
  -webkit-transition: all 120ms linear;
  -moz-transition: all 120ms linear;
  -o-transition: all 120ms linear;
  transition: all 120ms linear;
}
.front .view-frontpage-slider .views-slideshow-controls-top .views-slideshow-controls-text > span a:hover {
  color: #455660;
}
.front .view-frontpage-slider .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-previous {
  left: -10px;
  -webkit-transition: all 120ms linear;
  -moz-transition: all 120ms linear;
  -o-transition: all 120ms linear;
  transition: all 120ms linear;
  border-right-color: #455660;
}
.front .view-frontpage-slider .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-previous:hover {
  border-right-color: #89a7ae;
}
.front .view-frontpage-slider .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-pause {
  display: none;
}
.front .view-frontpage-slider .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-next {
  right: -10px;
  -webkit-transition: all 120ms linear;
  -moz-transition: all 120ms linear;
  -o-transition: all 120ms linear;
  transition: all 120ms linear;
  border-left-color: #455660;
}
.front .view-frontpage-slider .views-slideshow-controls-top .views-slideshow-controls-text .views-slideshow-controls-text-next:hover {
  border-left-color: #89a7ae;
}
.front .view-frontpage-slider .views-row {
  padding: 0 50px;
}
.front .view-frontpage-slider .views-row .views-field-field-signature-image {
  float: left;
  margin-right: 15px;
}
.front .view-frontpage-slider .views-row .views-field-type {
  text-transform: uppercase;
  color: #89a7ae;
  margin-bottom: 5px;
  font-weight: bold;
}
.front .view-frontpage-slider .views-row .views-field-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.front .view-frontpage-slider .views-row .views-field-title a {
  color: #455660;
  -webkit-transition: all 120ms linear;
  -moz-transition: all 120ms linear;
  -o-transition: all 120ms linear;
  transition: all 120ms linear;
}
.front .view-frontpage-slider .views-row .views-field-title a:hover {
  color: #89a7ae;
}
.front .view-frontpage-slider .views-row .views-field-body,
.front .view-frontpage-slider .views-row .views-field-view-node,
.front .view-frontpage-slider .views-row .views-field-body *,
.front .view-frontpage-slider .views-row .views-field-view-node * {
  display: inline;
}
.front .view-frontpage-slider .views-row .views-field-view-node a {
  color: #a84f25;
  -webkit-transition: all 120ms linear;
  -moz-transition: all 120ms linear;
  -o-transition: all 120ms linear;
  transition: all 120ms linear;
}
.front .view-frontpage-slider .views-row .views-field-view-node a:hover {
  text-decoration: underline;
}
.front #region-preface-first,
.front #region-content {
  margin-left: 250px;
}
.front #region-preface-first .block,
.front #region-content .block {
  margin-bottom: 30px;
}
.front #region-preface-first .block .block-title,
.front #region-content .block .block-title {
  background: #a84f25;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding: 5px;
  margin-bottom: 30px;
  letter-spacing: .01em;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
.front #region-preface-first #block-site-specific-state-selector .block-inner,
.front #region-content #block-site-specific-state-selector .block-inner {
  min-height: 265px !important;
}
.front #region-preface-first #block-site-specific-state-selector .chzn-container,
.front #region-preface-first #block-site-specific-state-selector select.chosen-widget,
.front #region-content #block-site-specific-state-selector .chzn-container,
.front #region-content #block-site-specific-state-selector select.chosen-widget {
  width: 330px !important;
  float: right;
}
.front #region-preface-first #block-site-specific-state-selector .chzn-results,
.front #region-content #block-site-specific-state-selector .chzn-results {
  max-height: 120px !important;
}
.front #block-block-11 .content {
  font-style: italic;
  color: #666;
}
.front #block-block-11 .content p {
  margin: 15px 0 0 0;
}
.front #block-block-11 .form-item,
.front .front #block-site-specific-state-selector .form-item {
  margin: 0;
  padding: 0;
}
.front #block-block-11 .form-text,
.front .front #block-site-specific-state-selector .form-text {
  background: #fff;
  padding: 0 60px 0 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-style: italic;
  color: #455660;
  width: 100%;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.front #block-block-11 .form-submit,
.front .front #block-site-specific-state-selector .form-submit {
  float: right;
  position: relative;
  z-index: 20;
  display: block;
  border: none;
  padding: 0;
  margin: -40px 0 0 0;
  background: #455660 url(/sites/www.hivlawandpolicy.org/themes/custom/images/mag-button.png) center center no-repeat !important;
  height: 40px;
  width: 50px;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
  -webkit-transition: all 120ms linear;
  -moz-transition: all 120ms linear;
  -o-transition: all 120ms linear;
  transition: all 120ms linear;
}
.front #block-block-11 .form-submit:hover,
.front .front #block-site-specific-state-selector .form-submit:hover {
  background-color: #89a7ae !important;
}
.front .front #block-site-specific-state-selector .form-submit {
  background-image: url(/sites/www.hivlawandpolicy.org/themes/custom/images/arrow-button.png) !important;
}
.front #region-content {
  min-height: 500px !important;
  height: auto !important;
}
.front #region-sidebar-second .block {
  border: 1px solid #89a7ae;
  background: #e1e9eb;
  padding: 20px;
  margin: 0 0 30px;
}
.front #region-sidebar-second .block h2 {
  font-size: 18px;
  margin: 0 0 15px;
}
.front #region-sidebar-second .block .content {
  font-size: 12px;
  line-height: 1.6;
  overflow: hidden;
}
.front #region-sidebar-second .block .content p:last-child {
  margin-bottom: 0;
}
.front #region-sidebar-second .block:last-child {
  margin-bottom: 0;
}
.front .block-site-specific-custom-home-search input[type="text"] {
  width: 550px;
  margin: 0 0 0 35px;
}
.front .block-site-specific-custom-home-search label {
  display: none !important;
}
.quicktabs-tabs li {
  display: inline-block !important;
  list-style: none;
  list-style-image: none;
  overflow: hidden;
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
}
.quicktabs-tabs li a {
  display: block;
  padding: 3px 15px;
  color: #fff !important;
  background: #455660;
  text-decoration: none !important;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
  -webkit-transition: all 120ms linear;
  -moz-transition: all 120ms linear;
  -o-transition: all 120ms linear;
  transition: all 120ms linear;
}
.quicktabs-tabs li a:hover {
  background: #89a7ae;
}
.quicktabs-tabs .active a {
  background: #89a7ae;
}
.node-type-blog-post #region-preface-first {
  margin-bottom: 30px;
}
#block-system-main .node .field-name-field-attachments {
  margin-top: 30px;
}
.node-type-landing-page.context-resources #block-block-8,
.page-resources-search #block-block-8 {
  margin-top: 10px !important;
}
.node-type-landing-page.context-resources #block-block-8 .quicktabs-tabs,
.page-resources-search #block-block-8 .quicktabs-tabs {
  display: block;
  list-style: none;
  list-style-image: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.node-type-landing-page.context-resources #block-block-8 .quicktabs-tabs li,
.page-resources-search #block-block-8 .quicktabs-tabs li {
  display: block;
  float: left;
  list-style: none;
  list-style-image: none;
  overflow: hidden;
  margin: 0 0 0 15px !important;
  padding: 0;
}
.node-type-landing-page.context-resources #block-block-8 .quicktabs-tabs li a,
.page-resources-search #block-block-8 .quicktabs-tabs li a {
  display: block;
  color: #455660 !important;
  background: #f0f0f0;
  font-size: 15px;
  border: 1px solid #ccc;
  border-bottom: none;
  text-shadow: none;
}
.node-type-landing-page.context-resources #block-block-8 .quicktabs-tabs li a:hover,
.page-resources-search #block-block-8 .quicktabs-tabs li a:hover {
  background: #a84f25 !important;
  border-color: #a84f25 !important;
  color: #fff !important;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
.node-type-landing-page.context-resources .view-resource-bank-search,
.page-resources-search .view-resource-bank-search {
  border: 1px solid #ccc;
  padding: 20px;
  background: #f0f0f0;
}
.node-type-landing-page.context-resources .view-resource-bank-search .view-header .results-summary,
.page-resources-search .view-resource-bank-search .view-header .results-summary {
  float: right;
  color: #455660;
  font-size: 16px;
  margin-top: -40px;
}
.node-type-landing-page.context-resources .view-resource-bank-search .view-content,
.page-resources-search .view-resource-bank-search .view-content {
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
}
.node-type-landing-page.context-resources .view-resource-bank-search .view-content table,
.page-resources-search .view-resource-bank-search .view-content table {
  margin: 0;
  padding: 0;
  border: none;
}
.node-type-landing-page.context-resources .view-resource-bank-search .view-content table tr,
.node-type-landing-page.context-resources .view-resource-bank-search .view-content table td,
.node-type-landing-page.context-resources .view-resource-bank-search .view-content table tr:hover,
.node-type-landing-page.context-resources .view-resource-bank-search .view-content table td:hover,
.page-resources-search .view-resource-bank-search .view-content table tr,
.page-resources-search .view-resource-bank-search .view-content table td,
.page-resources-search .view-resource-bank-search .view-content table tr:hover,
.page-resources-search .view-resource-bank-search .view-content table td:hover {
  background: #fff;
}
.node-type-landing-page.context-resources .view-resource-bank-search,
.page-resources-search .view-resource-bank-search {
  border: 1px solid #ccc;
  padding: 20px;
  background: #f0f0f0;
  position: relative;
}
.node-type-landing-page.context-resources .view-resource-bank-search > .item-list .pager,
.page-resources-search .view-resource-bank-search > .item-list .pager {
  display: block;
  list-style: none;
  list-style-image: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
}
.node-type-landing-page.context-resources .view-resource-bank-search > .item-list .pager li,
.page-resources-search .view-resource-bank-search > .item-list .pager li {
  display: block;
  list-style: none;
  list-style-image: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
}
.node-type-landing-page.context-resources .view-resource-bank-search > .item-list .pager li a,
.page-resources-search .view-resource-bank-search > .item-list .pager li a {
  display: block;
  background: transparent;
  position: relative;
}
.node-type-landing-page.context-resources .view-resource-bank-search .view-header,
.page-resources-search .view-resource-bank-search .view-header {
  position: absolute;
  right: 95px;
  top: 443px;
}
.node-type-landing-page.context-resources .view-resource-bank-search .view-header .button,
.page-resources-search .view-resource-bank-search .view-header .button {
  text-decoration: none;
  font: 12px/1.2 Arial, sans-serif;
  padding: 6px 15px 5px !important;
}
.node-type-landing-page.context-resources .view-resource-bank-search .view-header .results-summary,
.page-resources-search .view-resource-bank-search .view-header .results-summary {
  display: none;
}
.node-type-landing-page.context-resources .view-resource-bank-search .view-filters,
.page-resources-search .view-resource-bank-search .view-filters {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.node-type-landing-page.context-resources .view-resource-bank-search .views-exposed-widget,
.page-resources-search .view-resource-bank-search .views-exposed-widget {
  margin: 0;
  padding: 0;
  border: none;
  float: none;
}
.node-type-landing-page.context-resources .view-resource-bank-search #edit-keys-wrapper,
.page-resources-search .view-resource-bank-search #edit-keys-wrapper {
  width: 100%;
  clear: both;
}
.node-type-landing-page.context-resources .view-resource-bank-search #edit-keys-wrapper label,
.page-resources-search .view-resource-bank-search #edit-keys-wrapper label {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: normal;
  text-transform: capitalize;
  color: #a84f25;
}
.node-type-landing-page.context-resources .view-resource-bank-search #edit-keys-wrapper .form-text,
.page-resources-search .view-resource-bank-search #edit-keys-wrapper .form-text {
  background: #fff;
  padding: 0 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-style: italic;
  color: #455660;
  width: 100%;
}
.node-type-landing-page.context-resources .view-resource-bank-search #edit-type-wrapper,
.page-resources-search .view-resource-bank-search #edit-type-wrapper {
  margin-right: 14px;
}
.node-type-landing-page.context-resources .view-resource-bank-search #edit-type-wrapper,
.node-type-landing-page.context-resources .view-resource-bank-search #edit-issue-wrapper,
.page-resources-search .view-resource-bank-search #edit-type-wrapper,
.page-resources-search .view-resource-bank-search #edit-issue-wrapper {
  float: left;
  clear: none;
  width: 300px;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #ccc;
  height: 250px;
  overflow-y: auto;
}
.node-type-landing-page.context-resources .view-resource-bank-search #edit-type-wrapper label,
.node-type-landing-page.context-resources .view-resource-bank-search #edit-issue-wrapper label,
.page-resources-search .view-resource-bank-search #edit-type-wrapper label,
.page-resources-search .view-resource-bank-search #edit-issue-wrapper label {
  font-weight: normal !important;
}
.node-type-landing-page.context-resources .view-resource-bank-search #edit-type-wrapper > label,
.node-type-landing-page.context-resources .view-resource-bank-search #edit-issue-wrapper > label,
.page-resources-search .view-resource-bank-search #edit-type-wrapper > label,
.page-resources-search .view-resource-bank-search #edit-issue-wrapper > label {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  color: #a84f25;
}
.node-type-landing-page.context-resources .view-resource-bank-search #edit-chlp-wrapper,
.page-resources-search .view-resource-bank-search #edit-chlp-wrapper {
  clear: both;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.node-type-landing-page.context-resources .view-resource-bank-search #edit-chlp-wrapper > label,
.page-resources-search .view-resource-bank-search #edit-chlp-wrapper > label {
  float: right;
  font-weight: normal;
  margin-right: 420px;
  margin-top: 2px;
}
.node-type-landing-page.context-resources .view-resource-bank-search #edit-chlp-wrapper .views-widget label,
.page-resources-search .view-resource-bank-search #edit-chlp-wrapper .views-widget label {
  position: absolute;
  opacity: 0;
}
.node-type-landing-page.context-resources .view-resource-bank-search .views-widget-sort-by,
.page-resources-search .view-resource-bank-search .views-widget-sort-by {
  margin: 15px 0;
  overflow: hidden;
  float: left;
}
.node-type-landing-page.context-resources .view-resource-bank-search .views-widget-sort-by > .form-item > label,
.page-resources-search .view-resource-bank-search .views-widget-sort-by > .form-item > label {
  float: left;
  margin-right: 20px;
}
.node-type-landing-page.context-resources .view-resource-bank-search .views-widget-sort-by > .form-item .bef-select-as-links,
.page-resources-search .view-resource-bank-search .views-widget-sort-by > .form-item .bef-select-as-links {
  float: left;
  margin-right: 10px;
}
.node-type-landing-page.context-resources .view-resource-bank-search .views-widget-sort-by > .form-item .bef-select-as-links .form-item div,
.page-resources-search .view-resource-bank-search .views-widget-sort-by > .form-item .bef-select-as-links .form-item div {
  display: inline;
  margin-right: 5px;
}
.node-type-landing-page.context-resources .view-resource-bank-search .views-submit-button,
.node-type-landing-page.context-resources .view-resource-bank-search .views-reset-button,
.page-resources-search .view-resource-bank-search .views-submit-button,
.page-resources-search .view-resource-bank-search .views-reset-button {
  float: right;
  margin-top: 12px;
}
.node-type-landing-page.context-resources .view-resource-bank-search .views-submit-button input,
.node-type-landing-page.context-resources .view-resource-bank-search .views-reset-button input,
.page-resources-search .view-resource-bank-search .views-submit-button input,
.page-resources-search .view-resource-bank-search .views-reset-button input {
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 15px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
.node-type-landing-page.context-resources .view-resource-bank-search .views-reset-button,
.page-resources-search .view-resource-bank-search .views-reset-button {
  margin-right: 10px;
}
.node-type-landing-page.context-resources .view-resource-bank-search .views-widget-sort-order,
.page-resources-search .view-resource-bank-search .views-widget-sort-order {
  display: none;
}
.page-resources-search-resources .search-results .search-info {
  display: none !important;
}
.left-sidebar #region-content {
  min-height: 820px;
}
.node-type-landing-page.context-resources #region-sidebar-first {
  min-height: 820px !important;
}
.page-node-36 #block-block-8 .quicktabs-tabs li:first-child a,
.page-node-38 #block-block-8 .quicktabs-tabs li:last-child a,
.page-node-36 #block-block-8 .quicktabs-tabs li:first-child a:hover,
.page-node-38 #block-block-8 .quicktabs-tabs li:last-child a:hover {
  border-color: #455660 !important;
  background: #455660 !important;
  color: #fff !important;
  cursor: default;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
.front #block-site-specific-state-selector .block-inner {
  min-height: 214px;
}
.front #block-site-specific-state-selector .form-item {
  margin: 0;
  padding: 0;
}
.front #block-site-specific-state-selector .form-text {
  background: #fff;
  padding: 0 60px 0 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-style: italic;
  color: #455660;
  width: 100%;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.front #block-site-specific-state-selector .form-submit {
  float: right;
  position: relative;
  z-index: 20;
  display: block;
  border: none;
  padding: 0;
  margin: -40px 0 0 0;
  background: #455660 url(/sites/www.hivlawandpolicy.org/themes/custom/images/mag-button.png) center center no-repeat !important;
  height: 40px;
  width: 50px;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
  -webkit-transition: all 120ms linear;
  -moz-transition: all 120ms linear;
  -o-transition: all 120ms linear;
  transition: all 120ms linear;
}
.front #block-site-specific-state-selector .form-submit:hover {
  background-color: #89a7ae !important;
}
.not-front #region-sidebar-second #block-site-specific-state-law-filter {
  border: none !important;
  padding: 0 !important;
}
.accordion .ui-accordion-header {
  background: #e1e9eb;
  margin-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.accordion .ui-accordion-content {
  background: #e1e9eb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.accordion li {
  font-size: 12px;
  margin: 10px 0;
}
#region-sidebar-second .view-related-resources .views-field-nid {
  margin-bottom: 10px;
}
#block-quicktabs-related-content-issues .view-related-content-view .views-row {
  margin-bottom: 20px;
}
.node-state-profile .content .field-name-body {
  margin-bottom: 20px;
}
.node-state-profile .content fieldset {
  padding: 15px;
  border: 1px solid #89a7ae;
  clear: both;
}
.node-state-profile .content fieldset legend {
  font-size: 16px;
  color: #a84f25;
  padding: 0 10px;
}
.node-state-profile .content .fieldset-wrapper > .field {
  margin: 0 0 20px;
}
form#views-exposed-form-state-listing-block {
  display: none;
  visibility: hidden;
}
#messages {
  float: none;
  margin: 0;
}
.groups-section #zone-branding-wrapper {
  background: #daaf83;
}
.profile {
  margin: 0;
}
.profile fieldset .fieldset-wrapper > div {
  overflow: hidden;
  margin: 10px 0;
}
.profile fieldset legend {
  display: block;
  width: 100%;
  background: #a84f25;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding: 5px 0;
  margin-bottom: 20px;
  letter-spacing: .01em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
.profile fieldset .field-label {
  width: 160px;
  text-align: right;
  padding-right: 20px;
  float: left;
}
.profile fieldset .field-items {
  max-width: 500px;
  float: left;
}
.profile #user_user_full_group_groups .view-og-user-groups .views-field-created,
.profile #user_user_full_group_groups .view-og-user-groups .views-field-uid {
  display: inline;
}
.profile #user_user_full_group_groups .view-og-user-groups .views-field-created:after {
  content: "|";
  color: #e1e9eb;
}
#fake-quicktabs-group-forum {
  margin-bottom: 0;
}
#fake-quicktabs-group-forum ul {
  margin-bottom: 0;
  overflow: hidden;
}
#fake-quicktabs-group-forum ul li {
  float: left !important;
  display: block !important;
  margin: 0 5px 0 0 !important;
}
.page-node-forum-discussions #fake-quicktabs-group-forum ul li:nth-child(2) a,
.page-node-forum-documents #fake-quicktabs-group-forum ul li:nth-child(3) a,
.page-node-forum-about #fake-quicktabs-group-forum ul li:nth-child(4) a {
  background: #89a7ae;
}
.view-group-info {
  border: 1px solid #89a7ae;
  background: #e1e9eb;
  padding: 20px;
}
.view-group-info .views-row-last {
  margin-bottom: 0 !important;
}
.view-group-info .views-field-title {
  margin: 10px 0 0 0;
}
.view-group-info .views-field-title span {
  display: block;
}
.view-group-info .views-field-title span a {
  font-size: 14px;
}
.view-group-discussions .view-header,
.view-group-documents .view-header {
  border: 1px solid #89a7ae;
  border-bottom: none;
  background: #e1e9eb;
  padding: 20px 20px 10px 20px;
}
.view-group-discussions .view-filters,
.view-group-documents .view-filters {
  border: 1px solid #89a7ae;
  border-top: none;
  background: #e1e9eb;
  padding: 0 20px 20px 20px;
  margin: 0 0 20px;
}
.view-group-discussions .views-exposed-widget,
.view-group-documents .views-exposed-widget {
  margin: 0;
  padding: 0;
  width: 33%;
}
.view-group-discussions #edit-keys-wrapper,
.view-group-documents #edit-keys-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both;
  float: none;
}
.view-group-discussions #edit-keys-wrapper .form-text,
.view-group-documents #edit-keys-wrapper .form-text {
  padding: 5px;
  border: 1px solid #89a7ae;
  background: #fff;
  width: 100%;
  margin: 5px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.view-group-discussions .views-submit-button,
.view-group-documents .views-submit-button {
  text-align: right;
}
.comment-add a,
nav.links a {
  background: #a84f25 !important;
  border: 1px solid #8f431f !important;
  color: #fff !important;
  padding: 5px 15px !important;
  font-weight: normal !important;
  text-decoration: none;
  -webkit-box-shadow: inset 0 0 5px rgba(255,255,255,0.4) !important;
  -moz-box-shadow: inset 0 0 5px rgba(255,255,255,0.4) !important;
  box-shadow: inset 0 0 5px rgba(255,255,255,0.4) !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  line-height: 1;
  font-size: 14px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3) !important;
  text-transform: capitalize !important;
  -webkit-transition: all 120ms linear;
  -moz-transition: all 120ms linear;
  -o-transition: all 120ms linear;
  transition: all 120ms linear;
}
.comment-add a:hover,
nav.links a:hover {
  background-color: #d1632f !important;
}
nav.links {
  margin-top: 10px;
}
.node-group-document .field-name-field-file-attachment {
  margin: 10px 0;
  border-bottom: 1px solid #ccc;
}
.node-group-document .field-name-field-file-attachment .field-item {
  padding: 7px 0;
  border-top: 1px solid #ccc;
}
#region-preface-first {
  position: relative;
}
#region-preface-first #block-block-15 {
  position: absolute;
  right: 0;
  bottom: 45px;
}
#region-preface-first #block-block-15 .content a:before {
  content: "\2190\00a0";
}
#region-preface-first .view-sidebar-shared {
  margin-bottom: 10px;
  font-size: 12px;
  color: #666;
}
.logged-in #region-preface-first #block-block-15 {
  bottom: 65px;
}
.node-webform fieldset {
  border: 1px solid #e3e3e3;
  padding: 0 20px 5px;
}
.node-webform fieldset legend {
  padding: 0 10px;
  margin-left: -10px;
  font-size: 20px;
  color: #a84f25;
  font-family: 'Garamond Regular', Georgia, Times, 'Times New Roman', serif;
  -webkit-font-smoothing: antialiased;
}
#block-block-7 {
  margin: 20px 0;
  float: right;
  clear: both;
}
#block-views-state-listing-block .view-content {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-width: 45%;
  -moz-column-width: 45%;
  -webkit-column-width: 45%;
}
#block-views-state-listing-block .view-content .views-row {
  display: block;
  margin: 0 0 5px;
}
#message-agency-jawn {
  float: right;
}
#region-sidebar-second #block-block-7 {
  float: none !important;
}
form#file-entity-edit a.epsacrop {
  display: none;
}
.item-list ul.pager-for-content-type {
  margin: 1em 0;
  padding: .5em 0;
  border-top: 1px solid #ccc;
  zoom: 1;
}
.item-list ul.pager-for-content-type:before,
.item-list ul.pager-for-content-type:after {
  content: " ";
  display: table;
}
.item-list ul.pager-for-content-type:after {
  clear: both;
}
.item-list ul.pager-for-content-type li {
  margin: 0;
  padding: 0;
}
.item-list ul.pager-for-content-type li.first {
  float: left;
}
.item-list ul.pager-for-content-type li.first a:before {
  content: "\00AB ";
  display: inline-block;
  padding-right: .25em;
}
.item-list ul.pager-for-content-type li.last {
  float: right;
}
.item-list ul.pager-for-content-type li.last a:after {
  content: " \00BB";
  display: inline-block;
  padding-left: .25em;
}
#block-block-20 {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 200;
  margin: 0 !important;
  border-left: none !important;
  border-bottom: none !important;
}
#block-block-20 .content a {
  display: block;
}
