/* http://getbootstrap.com/customize/?id=3791c24c44520ccef0d906d8811f53cb */

body {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 167%;
  color: #212121;
  background: #fff;
}

a {
  /* 	color: #8ABB00; WCAG 2.0 AA*/
  color: #5f8100;
  text-decoration: none !important;
}
h1 a {
  color: #00538c;
}
a:hover {
  color: #008bc6;
  -webkit-transition: color 0.15s linear;
  -moz-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  transition: color 0.15s linear;
  text-decoration: none;
}
ul {
  margin: 0;
  padding-left: 20px;
}
.twocolumns {
  -webkit-columns: 2 !important;
  -moz-columns: 2 !important;
  columns: 2 !important;
  padding: 0;
  margin: 0;
  list-style: none;
}
.twocolumns li {
  font-size: 90%;
  padding-bottom: 10px;
}
ul.threecolumns {
  -webkit-columns: 3 !important;
  -moz-columns: 3 !important;
  columns: 3 !important;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.threecolumns li {
  font-size: 90%;
  padding-bottom: 5px;
}
ol {
  margin: 0;
  padding-left: 20px;
}
li {
  line-height: inherit;
}
hr {
  border-color: #f39c12;
}
h1 {
  color: #00538c;
  font-size: 222.222222%;
  font-weight: 400;
  line-height: 100%;
  margin: 0 0 25px;
  padding: 0;
  letter-spacing: 0.1px;
}
.contentDev h2 {
  font-size: 122.222222%;
  margin: 5px 0;
}
.contentDev {
  margin-bottom: 20px;
}
.without_title_contents {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-header h1 {
  font-size: 222.222222% !important;
}
div.suptitle,
h2,
h3 {
  color: #008bc6;
  font-size: 122.222222%;
  font-weight: 600;
  line-height: 100%;
  margin: 5px 0;
  padding: 0;
  text-transform: uppercase;
}
div.feedlink,
h4 {
  color: #000;
  font-size: 122.222222%;
  font-weight: 600;
  line-height: 100%;
  margin: 5px 0;
  padding: 0;
}
aside {
  font-size: 144.444444%;
  color: #222222;
  line-height: 161.538461%;
  font-weight: 300;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #008bc6;
}
.category-desc aside {
  margin-bottom: 0px;
  border-bottom: 0;
}
blockquote {
  font-size: 94.4444444%;
  font-style: italic;
  color: #212121;
  /* 	border-left:8px solid #8ABB00; WCAG 2.0 AA*/
  border-left: 8px solid #5f8100;
  margin: 0 30px 0 0;
  padding: 0 20px;
  line-height: 130%;
  font-weight: 600;
}
blockquote b,
blockquote strong {
  font-style: normal;
  font-weight: 900;
}
span.sep {
  padding: 0 5px;
}
span.wf_caption {
  max-width: 40% !important;
}
span.wf_caption img {
  width: 100% !important;
}
span.wf_caption span {
  font-size: 75%;
  line-height: 150%;
  color: #333;
  max-width: 100% !important;
}
span.wf_caption.resetwidth33 {
  max-width: 30% !important;
  width: 30% !important;
}
#pop-print a,
input[type="submit"].btn,
.formResponsive input[type="submit"].btn,
input.btn,
button.btn,
a.btn {
  /* 	background: #8ABB00; WCAG 2.0 AA*/
  background: #5f8100;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 0;
  font-size: 88.8888888%;
  line-height: 150%;
  box-shadow: 3px 3px 3px #ccc;
  font-weight: 400;
}
#pop-print a:hover,
input[type="submit"].btn:hover,
.formResponsive input[type="submit"].btn:hover,
input.btn:hover,
button.btn:hover,
a.btn:hover {
  /* 	background: #8ABB00; WCAG 2.0 AA*/
  background: #5f8100;
  color: #212121;
  -webkit-transition: color 0.15s linear;
  -moz-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  transition: color 0.15s linear;
}
#pop-print a:focus,
input[type="submit"].btn:focus,
.formResponsive input[type="submit"].btn:focus,
input.btn:focus,
button.btn:focus,
a.btn:focus {
  outline: none;
  color: #212121;
}
a.btn.orange {
  background: #ffb200;
  color: #fff;
  font-weight: 600;
}
a.btn.orange:hover {
  background: #ffb200;
  /* 	color:#8ABB00; WCAG 2.0 AA */
  color: #5f8100;
}
a.btn.orange:focus {
  /* 	color:#8ABB00; WCAG 2.0 AA */
  color: #5f8100;
}

input[type="submit"].btn.donate {
  background: #ffb200 !important;
  padding: 3px 10px 5px;
  color: #00528b;
  font-size: 130%;
  text-transform: none;
}
a.btn.donate,
.rsform-block-gift-buttons a.btn {
  background: #ffb200;
  color: #00528b;
  font-weight: 600;
}
a.btn.donate:hover,
.rsform-block-gift-buttons a.btn:hover,
.rsform-block-gift-buttons a.btn:focus,
input[type="submit"].btn.donate:hover,
input[type="submit"].btn.donate:focus {
  background: #ffb200;
  color: #fff;
}
div.custom {
  width: 100%;
  padding: 0;
}
.formResponsive .control-label {
  display: none;
}
form#member-profile .control-group,
form#member-profile legend {
  display: none;
}
form#member-profile .control-group.field-3,
form#member-profile .control-group.field-4 {
  display: block;
}
a.note,
span.note {
  font-size: 85%;
  color: #777;
  font-style: italic;
  position: relative;
  top: -5px;
}
a.note {
  display: block;
  /* 	color:#8ABB00; WCAG 2.0 AA */
  color: #5f8100;
  font-style: normal;
  margin-top: 5px;
}
a.note:hover {
  color: #008bc6;
}
div.mod-languages {
  margin-bottom: 15px;
  width: 20%;
}
div.mod-languages form {
  display: inline;
}
div.mod-languages
  .chzn-container.chzn-container-single.chzn-container-single-nosearch {
  width: 100px !important;
}
div.moduletable.videomenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-columns: 3 !important;
  -moz-columns: 3 !important;
  columns: 3 !important;
}
div.moduletable.videomenu ul li {
  margin-bottom: 5px;
}
div.moduletable.videomenu ul li a {
  padding: 0;
  background: none;
}
.dropfiles-content {
  margin-top: 0;
}
.dropfiles-content.dropfiles-content-tree {
  padding: 0;
}
.dropfiles-content.dropfiles-content-tree .categories-head:before {
  content: none;
}
.dropfiles-content.dropfiles-content-tree .categories-head > li.active {
  color: #008bc6;
  font-size: 122.222222%;
  font-weight: 600;
  line-height: 100%;
  padding: 0;
  text-transform: uppercase !important;
}
.article-2661 a > img:hover {
  opacity: 0.7;
}

/* System Messages */
#system-message-container {
  position: relative;
  top: 30px;
}
.alert-message {
  display: none;
}
.alert-warning {
  background: #eee;
  color: #008bc6;
  border-color: #333;
}
.igui-lightbox {
  z-index: 2000000 !important;
}

/* RSForm */
.formControlLabel {
  display: none;
}
.formResponsive .formHorizontal .formControls {
  margin-left: 0 !important;
}
.formResponsive .formHorizontal .rsform-block {
  margin-bottom: 10px !important;
}
.formResponsive .formHorizontal div[class*="rsform-block-desc-"] {
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  font-size: 100%;
}
.formResponsive select,
.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="password"],
.formResponsive input[type="email"],
.formResponsive input[type="tel"],
.formResponsive input[type="number"] {
  padding: 0px 10px !important;
  width: 75% !important;
  font-size: 100% !important;
  height: 50px !important;
  background: #fff;
  margin-bottom: 10px !important;
}
.formResponsive .dtd-search-box {
  width: 75% !important;
}
.formResponsive select,
.formResponsive .chzn-container {
  height: 52px !important;
  font-size: 100% !important;
  width: 75% !important;
}
.formResponsive .chzn-container-single .chzn-single {
  font-size: 100% !important;
  height: 50px !important;
  padding-top: 11px;
  background: #fff;
  border: 1px solid #ccc;
}
.formResponsive .chzn-container-single .chzn-single div b {
  position: relative;
  top: 14px;
}
.formResponsive textarea {
  height: auto !important;
  padding: 15px 10px !important;
  margin-bottom: 0 !important;
}
.formResponsive p.formDescription {
  display: none !important;
}
.rsform-block-gift-frequency span.formValidation,
.rsform-block-ecard-id span.formValidation {
  display: none !important;
}
.rsform-block-ecard-id .formBody label {
  width: 25%;
  padding: 0 15px;
  position: relative;
  margin-bottom: 8px;
  cursor: pointer;
}
.rsform-block-ecard-id .formBody label img {
  width: 100%;
  margin-bottom: 25px;
}
.rsform-block-ecard-id .formBody label input {
  position: absolute;
  bottom: 0;
  left: 48%;
}
.rsform-block-realpeopleonly {
  margin-top: 30px;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbb;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bbb;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bbb;
}
/* Calculater Form */
select.calc {
  margin-top: 5px;
  width: auto;
}
input[type="text"].calc {
  margin-top: 5px;
  text-align: center;
  width: auto;
}
.form-control[disabled] {
  background: #ccc !important;
}
div.calcstep {
  background: #ffb200;
  font-size: 250%;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  float: left;
  margin-right: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
div.calcoption {
  width: 33%;
  display: inline-block;
  text-align: center;
}
div.calcoption span.optlabel {
  font-size: 80%;
}
div.calcoption img {
  width: 30%;
}
div.calcoption.folder img {
  width: 20%;
}
div.rsform-block-organization-key,
div.rsform-block-email-trigger-keys,
div.rsform-block-table,
div.rsform-block-receive-email,
div.rsform-block-first-name-50714,
div.rsform-block-link,
div.rsform-block-linkkey,
div.rsform-block-tag,
div.rsform-block-redirect,
div.rsform-block-key {
  display: none;
}
div.rsform-block-gift-buttons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
div.rsform-block-gift-buttons ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}
div.rsform-block-gift-buttons ul li a {
  min-width: 100px;
  font-size: 100%;
}

/* Pagination */
.pagination ul {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul {
  display: inline;
}
.pagination ul > li {
  display: inline;
  font-size: 82%;
  font-weight: 400;
}
.pagination ul > li > a,
.pagination ul > li > span {
  padding: 4px 10px;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li.pagination-start > a,
.pagination ul > li.pagination-start > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left-width: 1px;
}
.pagination ul > li.pagination-end > a,
.pagination ul > li.pagination-end > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination ul li a [class*="icon-"] {
  opacity: 0.3;
}
.pagination ul li a:hover [class*="icon-"] {
  opacity: 0.5;
}
.display-limit {
  margin: 20px 0px;
  color: #666;
}

/* Hide URLs when printing */
@media print {
  a[href]:after {
    content: none !important;
  }
}

/* Navigation */
.fixed-nav-wrapper {
  min-height: 112px;
}
.navigation.affix {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000001;
}
.navigation {
  background: url(../images/nav_bg2.jpg) 50% 0 repeat-x;
  border-bottom: 2px solid #ffb500;
  height: 112px;
  background-size: cover;
}
.navigation .container {
  padding: 0;
}
.navigation .logo-content.col-sm-3 {
  width: 29%;
}
.navigation .navigation-content.col-sm-9 {
  width: 71%;
}
.navbar-brand {
  display: block;
  border: 0;
  text-shadow: none;
  padding: 0;
  height: 0;
  width: 100%;
  position: relative;
  top: 30px;
  z-index: 20000;
}
.navbar-brand img {
  width: 100%;
}
.navbar-collapse {
  padding: 0;
}
.navbar-default {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.navbar {
  min-height: 0;
  margin: 0;
  padding: 0;
}
.navbar div.finder.search {
  float: right;
}
.navbar div.finder.search label {
  display: none;
}
.navbar div.finder.search input {
  background-color: transparent !important;
  background-image: url(../images/search-icon.png);
  background-position: 2% center;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  border: none;
  cursor: pointer;
  height: 31px;
  margin: 6px 0 0 45px;
  padding: 0px 12px 0 25px;
  font-size: 88.8888888%;
  line-height: 133.333333%;
  font-weight: 400;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0px;
  color: #fff;
}
.navbar div.finder.search input:focus {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  padding: 0px 12px 0 30px;
  cursor: text;
  outline: 0;
  width: 250px;
}

.navbar .nav {
  text-align: right;
  line-height: 230%;
}
.navbar .nav li {
  font-size: 88.8888888%;
  display: inline-block;
  padding: 0 0 0 45px;
}
.navbar .nav li a {
  text-transform: uppercase;
  color: #ffb200;
  padding: 0;
  background: none;
}
.navbar .nav li.active a,
.navbar .nav li a:hover {
  color: #fff;
}
.navbar .maximenuck {
  text-align: right;
  line-height: 130%;
}
.navbar .maximenuck li {
  font-size: 150%;
  padding: 16px 8px;
  margin: 0 0 0 20px;
  display: inline-block;
}
/*
.navbar .maximenuck li {
	padding-bottom:33px;
}
*/
.navbar .maximenuck li.item143 {
  padding-right: 0;
}
.navbar .maximenuck li.item152 {
  margin-left: 0;
  padding-left: 36px;
}
.navbar .maximenuck li.item-152 img {
  filter: brightness(0) invert(1);
  -webkit-transition: filter 0.15s linear;
  -moz-transition: filter 0.15s linear;
  -o-transition: filter 0.15s linear;
  transition: filter 0.15s linear;
}
.navbar .maximenuck li.item-152:hover img {
  filter: none;
}
.navbar .maximenuck li a {
  padding: 0;
  color: #fff;
  font-weight: 400;
  line-height: 130%;
}
.navbar .maximenuck li.item143 > a {
  background: #ffb200;
  padding: 3px 10px 5px;
  color: #00528b;
}
.navbar .maximenuck li.item143 > a:hover {
  background: #ffb200;
  color: #eee;
}
.navbar .maximenuck li a:hover {
  background: none;
  color: #ffb200;
}
.navbar .maximenuck li.active a,
.navbar .maximenuck li.active a:hover {
  color: #ffb200;
}
.navbar .maximenuck li.item143.active a,
.navbar .maximenuck li.item143.active a:hover {
  color: #eee;
}
.navbar .maximenuck .maxidrop-main,
.navbar .nav-child {
  position: absolute;
  z-index: 1000;
  /*
	opacity:0;
	height: 0
*/
  min-width: 200px;
  overflow: hidden;
  border: 0px;
  background: #feb000;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzIyOSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjYTQ3MzAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmViMDAwIiBvZmZzZXQ9IjAuMDQiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmViMDAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzIyOSkiIC8+PC9zdmc+);
  background: -moz-linear-gradient(
    -90deg,
    #a47300 0%,
    #feb000 4%,
    #feb000 100%
  );
  background: -webkit-linear-gradient(
    -90deg,
    #a47300 0%,
    #feb000 4%,
    #feb000 100%
  );
  background: linear-gradient(180deg, #a47300 0%, #feb000 4%, #feb000 100%);
  padding: 10px 25px 15px;
  margin-top: 19px;
  margin-left: -15px;
  text-align: left;
  border-bottom: 8px solid #ffc315;
}
.navbar .maximenuck.item139 .maxidrop-main,
.navbar .maximenuck.item152 .maxidrop-main {
  background: #008cc8;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzIyOSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDA1ODgwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDA4Y2M4IiBvZmZzZXQ9IjAuMDQiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDA4Y2M4IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzIyOSkiIC8+PC9zdmc+);
  background: -moz-linear-gradient(
    -90deg,
    #005880 0%,
    #008cc8 4%,
    #008cc8 100%
  );
  background: -webkit-linear-gradient(
    -90deg,
    #005880 0%,
    #008cc8 4%,
    #008cc8 100%
  );
  background: linear-gradient(180deg, #005880 0%, #008cc8 4%, #008cc8 100%);
  padding: 15px 20px;
  margin-left: 0;
  border-bottom: 8px solid #009be2;
  left: -999px;
  right: -999px;
}
.navbar .maximenuck.item139 .maxidrop-main .maxidrop-main2 {
  margin: 0 auto;
  width: 1170px;
}
.navbar .maximenuck.item152 a img {
  display: inline !important;
}
.navbar .maximenuck.item152 a span {
  display: none;
}
.navbar .maximenuck.item152 .floatck {
  width: 300px;
  margin-left: -281px;
}
.navbar .maximenuck.item152 .maxidrop-main {
  left: inherit;
  right: inherit;
}
.navbar .maximenuck.item140 .floatck,
.navbar .maximenuck.item141 .floatck,
.navbar .maximenuck.item2044 .floatck,
.navbar .item-140 .nav-child,
.navbar .item-141 .nav-child,
.navbar .item-1587 .nav-child {
  display: none !important;
}
.navbar .nav-child:hover {
  max-height: 999px;
}
.navbar .maximenuck .maxidrop-main ul {
  padding: 0;
}
.navbar .maximenuck .maxidrop-main li,
.navbar .nav-child li {
  display: block;
  padding: 0 0 10px 0;
  font-size: 88.888888%;
  line-height: 150%;
  margin: 0 0 10px 0;
  border: 0;
  list-style: none;
  text-transform: none;
  border-bottom: 1px solid #b88100;
  font-weight: 300;
}
.navbar .maximenuck .maxidrop-main li {
  font-size: 74.074074%;
}
.navbar .maximenuck .maxidrop-main li:first-child,
.navbar .nav-child li:first-child {
  margin-top: 10px;
}
.navbar .maximenuck .maxidrop-main li:last-child,
.navbar .nav-child li:last-child {
  float: none;
  margin: 0;
  margin-bottom: 0px;
  padding-bottom: 0;
  border-bottom: 0;
}
.navbar .maximenuck .maxidrop-main li a,
.navbar .nav-child li a {
  display: block;
  color: #212121 !important;
  white-space: nowrap;
  padding: 0;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}
.navbar .maximenuck .maxidrop-main li a:hover,
.navbar .nav-child li a:hover {
  color: #fff !important;
}
.navbar .maximenuck .maxidrop-main li a span.break,
.navbar .nav-child li a span {
  display: inline;
}
.navbar .nav > li:hover > .nav-child,
.navbar .nav > li > a:focus + .nav-child {
  opacity: 0.9;
  height: auto;
}
.navbar .maximenuck.nodrop .maxidrop-main,
.navbar .maximenuck.item139 .maxidrop-main ul.maximenuck2 li.maximenuck {
  display: none;
}
.navbar .maximenuck.item139 .maxidrop-main ul.maximenuck2 li.maximenuckmodule {
  display: block !important;
  padding: 0;
  border-bottom: 0 !important;
}
.navbar .maximenuck li.item2099,
.navbar .maximenuck li.item2045,
.navbar .maximenuck li.item1752,
.navbar .maximenuck li.item1753,
.navbar .maximenuck li.item1983,
.navbar .maximenuck li.item143 ul li {
  display: none;
}
.navbar .maximenuck li.item143 ul li.item1572,
.navbar .maximenuck li.item143 ul li.item1573,
.navbar .maximenuck li.item143 ul li.item1574,
.navbar .maximenuck li.item143 ul li.item1575,
.navbar .maximenuck li.item143 ul li.item1576 {
  display: block;
}

.maximenuck_mod {
}
.maximenuck_mod div.title,
.maximenuck_mod h3 {
  color: #fff;
  text-transform: none;
  font-weight: 300;
  font-size: 170%;
  border-bottom: 1px solid #feb000;
  padding: 15px 10px;
  margin-bottom: 30px;
  background: #008cc8;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzIyOSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDA4NGJkIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDA4NGJkIiBvZmZzZXQ9IjAuMDYiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDA4Y2M4IiBvZmZzZXQ9IjAuNjkiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDA4Y2M4IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzIyOSkiIC8+PC9zdmc+);
  background: -moz-linear-gradient(
    0deg,
    #0084bd 0%,
    #0084bd 6%,
    #008cc8 69%,
    #008cc8 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    #0084bd 0%,
    #0084bd 6%,
    #008cc8 69%,
    #008cc8 100%
  );
  background: linear-gradient(
    90deg,
    #0084bd 0%,
    #0084bd 6%,
    #008cc8 69%,
    #008cc8 100%
  );
  text-align: left;
}
@media (min-width: 768px) {
  .maximenuck_mod .custom {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .maximenuck_mod .custom {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .maximenuck_mod .custom {
    width: 1170px;
  }
}
/*
.maximenuck_mod .custom .whatwedo ul {
	-webkit-columns:2 !important;
	-moz-columns:2 !important;
	columns:2 !important;
}
*/
.maximenuck_mod .custom .howwedoit ul {
  width: 50%;
  float: left;
}
.maximenuck_mod .custom .whatwedo,
.maximenuck_mod .custom .howwedoit {
  padding: 0;
}
.maximenuck_mod .custom ul li {
  margin: 0 0 15px 0 !important;
  font-size: 94.4444444% !important;
  line-height: 30px !important;
  border-bottom: 0 !important;
  padding: 5px 0;
}
.navbar .maximenuck .maxidrop-main .maximenuck_mod .custom ul li a {
  font-weight: 400 !important;
  line-height: 180% !important;
  color: #fff !important;
}
.navbar .maximenuck .maxidrop-main .maximenuck_mod .custom ul li a:hover {
  color: #ffb200 !important;
}
.maximenuck_mod .custom ul li a img {
  width: 30px;
  float: left;
  margin-right: 10px;
  border: 1px solid #fff;
  border-radius: 15px;
}
.maximenuck_mod .custom ul li a:hover img {
  opacity: 0.8;
}
/*
.maximenuck_mod #mod-finder-searchform {
	background:#FFF;
}
.maximenuck_mod #mod-finder-searchform input {
	border:0;
	outline:none !important;
	padding-left:10px;
}
.maximenuck_mod #mod-finder-searchform button {
	background:none;
	color:#008BC6;
	border:0;
}
*/

/* Slideshow */
.slideshow {
}
.slideshow .container {
}
.slideshow-content {
  position: relative;
  padding: 0 !important;
}

/* Banner */
.banner {
  position: relative;
  background: #eee;
  border-bottom: 10px solid #008cc4;
}

.banner .container-fluid {
  padding: 0;
  text-align: center;
}
.banner div.moduletable {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden;
}
.banner img {
  max-height: 320px;
  width: 100% !important;
}
.banner h3 {
  font-weight: normal;
  color: #fff;
  background: #767676;
  padding: 2px 4px;
  font-size: 65%;
  display: inline;
  position: absolute;
  bottom: 15px;
  left: 40px;
}
.banner div.moduletable.program-main-banner {
  padding-top: 36%;
  position: relative;
  clear: both;
  background-size: contain !important;
}
@media (min-width: 2000px) {
  .banner div.moduletable.program-main-banner {
    background-size: cover !important;
  }
}
.banner div.moduletable.program-main-banner.bp {
  background: url(/images/banners/programs/mainpages/business-partnerships.jpg)
    50% 0 no-repeat;
}
.banner div.moduletable.program-main-banner.cities {
  background: url(/images/banners/programs/mainpages/cities.jpg) 50% 0 no-repeat;
}
.banner div.moduletable.program-main-banner.ca {
  background: url(/images/banners/programs/mainpages/conservation-acquisition.jpg)
    50% 0 no-repeat;
}
.banner div.moduletable.program-main-banner.cln {
  background: url(/images/banners/programs/mainpages/conservation-leadership-network.jpg)
    50% 0 no-repeat;
}
.banner div.moduletable.program-main-banner.cl {
  background: url(/images/banners/programs/mainpages/conservation-loans.jpg) 50%
    0 no-repeat;
}
.banner div.moduletable.program-main-banner.fi {
  background: url(/images/banners/programs/mainpages/freshwater-institute.jpg)
    50% 0 no-repeat;
}
.banner div.moduletable.program-main-banner.ms {
  background: url(/images/banners/programs/mainpages/mitigation-solutions.jpg)
    50% 0 no-repeat;
}
.banner div.moduletable.program-main-banner.ncif {
  background: url(/images/banners/programs/mainpages/ncifund.jpg) 50% 0
    no-repeat;
}
.banner div.moduletable.program-main-banner.rc {
  background: url(/images/banners/programs/mainpages/resourceful-communities.jpg)
    50% 0 no-repeat;
}
.banner div.moduletable.program-main-banner.farms {
  background: url(/images/banners/programs/mainpages/working-farms-fund.jpg) 50%
    0 no-repeat;
}
.banner div.moduletable.program-main-banner.wff {
  background: url(/images/banners/programs/mainpages/working-forest-fund.jpg)
    50% 0 no-repeat;
}
.banner div.moduletable.program-main-banner .custom {
  position: absolute;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.35) 25%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  height: 145px;
}
.banner div.moduletable.program-main-banner .custom .category-name {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  bottom: 0;
  left: 50%;
  position: absolute;
  text-align: left;

  font-size: 144.444444%;
  text-transform: uppercase;
  font-weight: 900;
  color: #333;
  line-height: 60px;
  margin-bottom: 30px;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 2px 2px #000;
}
@media (min-width: 768px) {
  .banner div.moduletable.program-main-banner .custom .category-name {
    width: 750px;
    margin-left: -375px;
  }
}
@media (min-width: 992px) {
  .banner div.moduletable.program-main-banner .custom .category-name {
    width: 970px;
    margin-left: -485px;
  }
}
@media (min-width: 1200px) {
  .banner div.moduletable.program-main-banner .custom .category-name {
    width: 1170px;
    margin-left: -585px;
  }
}

.banner div.moduletable.program-main-banner .custom .category-name img {
  width: 75px !important;
  margin-right: 20px;
  vertical-align: middle;
  position: relative;
  top: -4px;
  border-radius: 50px;
  border: 2px solid #fff;
  box-shadow: 2px 2px 2px #000;
}
.banner div.moduletable.program-main-banner .custom h1 {
  font-size: 250%;
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px #000;
}
/*
.itemid-1325  BP
.itemid-169   CA
.itemid-161   CLN
.itemid-168   CL
.itemid-163   FI
.itemid-166   MS
.itemid-167   NCIF
.itemid-162   RC
.itemid-160   CITIES
.itemid-164   WFF (not used)
.itemid-2112  Working Farms
*/
.itemid-1325 #content .category-name.bp a,
#content .category-name,
.itemid-169 #content .category-name.ca a,
#content .category-name,
.itemid-161 #content .category-name.cln a,
#content .category-name,
.itemid-168 #content .category-name.cl a,
#content .category-name,
.itemid-163 #content .category-name.fi a,
#content .category-name,
.itemid-166 #content .category-name.ms a,
#content .category-name,
.itemid-167 #content .category-name.ncif a,
#content .category-name,
.itemid-162 #content .category-name.rc a,
#content .category-name,
.itemid-160 #content .category-name.wff a,
#content .category-name,
.itemid-2112 #content .category-name.farms a,
#content .category-name {
  display: none;
}

/* Breadcrumb */
.breadcrumb {
  background: none;
  padding: 0;
  font-size: 88.888888%;
}
ul.breadcrumb {
  margin-left: 0;
}
.breadcrumb > .active {
  color: #767676;
}
.breadcrumb > li:first-child + li:before {
  content: "";
  padding: 0;
}
.breadcrumb span.divider {
  display: none;
}
.breadcrumb li {
  margin-bottom: 0;
  display: inline;
}
.breadcrumb li a {
  /* 	color:#8ABB00; WCAG 2.0 AA */
  color: #5f8100;
}
.breadcrumb li a:hover {
  color: #008bc6;
}
div.moduletable.switcher {
  float: right;
}

/* Content */
.mainbody {
  margin-top: 35px;
}
.mainbody .container {
}
#content {
}
#content .padding {
  margin: 0;
  padding: 0 0 40px;
}
#content .category-name {
  font-size: 144.444444%;
  text-transform: uppercase;
  font-weight: 900;
  color: #333;
  line-height: 60px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
#content .category-name.bp a,
#content .category-name.bp {
  color: #faae37;
}
#content .category-name.ca a,
#content .category-name.ca {
  color: #365d7e;
}
#content .category-name.cln a,
#content .category-name.cln {
  color: #cd453e;
}
#content .category-name.fi a,
#content .category-name.fi {
  color: #75aeb4;
}
#content .category-name.lcl a,
#content .category-name.lcl {
  color: #223b46;
}
#content .category-name.ms a,
#content .category-name.ms {
  color: #ada168;
}
#content .category-name.ncif a,
#content .category-name.ncif {
  color: #4c2818;
}
#content .category-name.rc a,
#content .category-name.rc {
  color: #646566;
}
#content .category-name.scp a,
#content .category-name.scp {
  color: #798a4a;
}
#content .category-name.wff a,
#content .category-name.wff {
  color: #8ba04d;
}
#content .category-name.farms a,
#content .category-name.farms {
  color: #718c3f;
}
#content .category-name img {
  width: 56px;
  margin-right: 20px;
  vertical-align: middle;
  position: relative;
  top: -4px;
}
#content .page-header {
  padding: 0;
  margin: 0;
  border: 0;
}
#content .category-desc {
}
.itemid-867 div.widget-description {
  display: block;
}
div.items-leading > div {
  border-top: 1px dotted #008bc6;
  padding-top: 30px;
  margin-top: 30px;
}
div.items-leading > div.clearfix {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
div.items-leading > div aside {
  font-size: 100%;
  color: #212121;
  line-height: 167%;
  font-weight: 400;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.nodate div.items-leading > div aside {
  font-weight: 400;
}
div.create {
  font-weight: 600;
}
div.create a {
  /* 	color:#8ABB00; WCAG 2.0 AA */
  color: #5f8100;
}
div.create a:hover {
  color: #000;
}
.nodate div.create {
  display: none;
}
div.items-leading > div > .page-header {
  margin-bottom: 15px !important;
}
div.items-leading > div h2 a {
  color: #008bc6;
  line-height: 130%;
}
div.items-leading > div h2 a:hover {
  /* 	color:#8ABB00; WCAG 2.0 AA */
  color: #5f8100;
}
div.items-leading > div p.readmore {
  margin-top: 15px;
}
div.item-page .item-image {
  height: 100%;
  margin-right: 15px;
}
div.items-leading .item-image img,
div.item-page .item-image img {
  width: 100%;
}
div.items-leading > div p.img_caption {
  line-height: 120%;
  font-size: 77.7777777%;
  padding-top: 5px;
}
div.items-leading > div > .col-sm-4 {
  padding-left: 0;
}
div.items-leading > div > .col-sm-4 .item-image p.img_caption {
  display: none;
}
div.items-leading > div > .col-sm-8 {
  padding-right: 0;
}
div.items-leading > div > .col-sm-12 {
  padding-right: 0;
  padding-left: 0;
}
div#pop-print {
  position: absolute;
  top: 30px;
  right: 40px;
}
div.item-page .projects {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
div.item-page .projects h3 {
  margin-bottom: 15px;
}
div.item-page .projects h4 {
  font-size: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}
div.item-page .projects a h4 {
  /* 	color:#8ABB00; WCAG 2.0 AA */
  color: #5f8100;
  font-weight: 400;
}
div.item-page .projects .project-item.more,
div.item-page .projects.more {
  margin: 20px 0;
}
div.item-page .projects .project-item.more a h4,
div.item-page .projects.more a h4 {
  font-weight: 400;
}
div.item-page .projects a:hover h4 {
  color: #008bc6;
}
div.item-page .projects .project-item {
  padding-left: 0;
  padding-right: 30px;
  color: #464646;
  margin-bottom: 30px;
  height: 320px;
  line-height: 130%;
}
div.item-page .projects.notext .project-item {
  height: 180px;
}
div.item-page .projects.experts .project-item {
  height: 375px;
}
div.item-page .projects.greenbond .project-item {
  height: 200px;
}
div.item-page .projects .project-item.more,
div.item-page .projects.more .project-item {
  margin-bottom: 15px;
  height: 75px;
  overflow-y: hidden;
}
div.item-page .projects .project-item .itemimg {
  height: 136px;
  overflow: hidden;
  margin-bottom: 10px;
}
div.item-page .projects.experts .project-item .itemimg {
  height: 250px;
}
div.item-page .projects .project-item img {
  width: 100%;
}
div.item-page .projects .project-item.more .itemimg,
div.item-page .projects.more .project-item .itemimg {
  height: 100%;
  width: 64px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
div.item-page
  .projects
  .project-item.more
  img
  div.item-page
  .projects.more
  .project-item
  img {
  width: 100%;
}
div.item-page .projects .project-item a:hover img {
  opacity: 0.8;
}
div.item-page .projects.greenbond .project-item .project-intro,
div.item-page .projects .project-item.more .project-intro,
div.item-page .projects.experts .project-item .project-intro,
div.item-page .projects.more .project-item .project-intro {
  display: none;
}
div.item-page .projects .footerlink {
  /* 	float: right; */
  position: absolute;
  top: 10px;
  right: 0;
  display: inline-block;
  font-size: 88.888888%;
  margin-right: 30px;
  line-height: 100%;
}
div.item-page .projects.more .footerlink {
  position: relative;
  top: 0;
  color: #0084b4;
}
div.item-page .projects.partners ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
div.item-page .projects.partners li {
  width: 28.5%;
  display: inline-block;
  list-style: none;
  margin: 0 30px 30px 0;
  vertical-align: top;
}
div.item-page .projects.partners li img {
  width: 100%;
  margin-bottom: 10px;
}
div.item-page .projects.partners li:hover {
  opacity: 0.8;
}
div.item-page .callout {
  width: 33%;
  padding: 0 30px 0 0;
  float: left;
  margin-bottom: 30px;
  min-height: 425px;
}
div.item-page .callout h3 {
  text-transform: none;
  font-size: 111.1111111%;
}
div.item-page .callout img {
  width: 100%;
}
div.item-page .callout .custom {
  width: 100%;
  padding: 0;
  margin: 0;
}
div.item-page .callout a {
  color: #005a84;
}
div.item-page .callout a:hover {
  color: #fcaf26;
}
div.item-page .callout a:hover img {
  opacity: 0.8;
}
div.item-page .callout-feature {
  background: #eee;
  font-size: 94.4444444444%;
  color: #333;
  text-transform: none;
  padding: 0px 10px 15px;
  line-height: 130%;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 95%;
}
div.item-page .callout-feature h3 {
  background: #008bc6;
  font-size: 88.8888888%;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 4px 15px;
  line-height: 225%;
  margin: 0 -10px 15px;
}
div.item-page .callout-feature ol li {
  margin-bottom: 10px;
}
table.bythenumbers {
  width: 33%;
  float: right;
  margin: 10px 0 10px 10px;
}
table.bythenumbers.greenbond {
  width: 100%;
  float: none;
  margin: 0;
}
table.bythenumbers tr:first-child td {
  background: #008bc6 url(../images/bythenumbers-icon.png) 10px 6px no-repeat;
  font-size: 88.8888888%;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 2px 5px 2px 47px;
  line-height: 225%;
}
table.bythenumbers.greenbond tr:first-child td span {
  float: right;
  font-style: italic;
  text-transform: none;
  font-size: 90%;
  margin-right: 15px;
}
table.bythenumbers tr:last-child td {
  background: #eee;
  font-size: 88.8888888%;
  color: #333;
  text-transform: none;
  padding: 10px 10px 15px;
  line-height: 130%;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
table.bythenumbers tr:last-child td ul {
  padding-left: 15px;
}
table.bythenumbers tr:last-child td li {
  font-size: 88.8888888%;
  line-height: 120%;
  margin-top: 5px;
}
table.bythenumbers.greenbond tr:last-child td li {
  font-size: 100%;
}
table.bythenumbers dl {
  margin-bottom: 0;
}
table.bythenumbers dd,
table.bythenumbers dt {
  display: inline-block;
  line-height: 175%;
}
table.bythenumbers dd {
  width: 60%;
}
table.bythenumbers dt {
  width: 40%;
  text-align: right;
}
table.stateheader.map {
  width: 100%;
  max-width: 845px;
}
table.stateheader td {
  width: 50%;
  padding: 10px;
  line-height: 130%;
  vertical-align: top;
}
table.stateheader tr:first-child td:first-child {
  background: #fafafa;
  text-align: center;
}
table.stateheader tr:first-child td:last-child {
  background: #003745;
  color: #fff;
  padding-bottom: 5px;
  font-size: 92.85%;
}
table.stateheader.map tr:first-child td {
  background: #fff;
  padding: 0;
}
table.stateheader.map .mapDiv {
  border: 1px solid #003745;
  position: relative;
}
table.stateheader.map .mapDiv .mapbox-attribution-container {
  bottom: 0;
  right: 0;
  position: absolute;
  display: block;
  margin: 0 10 5;
  z-index: 99999;
}
table.stateheader.map .mapDiv .mapbox-wordmark {
  position: absolute;
  display: block;
  height: 20px;
  width: 65px;
  left: 10px;
  bottom: 10px;
  text-indent: -9999px;
  z-index: 99999;
  overflow: hidden;

  /* `background-image` contains the Mapbox wordmark */
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgODAuNDcgMjAuMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDgwLjQ3IDIwLjAyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe29wYWNpdHk6MC42O2ZpbGw6I0ZGRkZGRjtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3Qxe29wYWNpdHk6MC42O2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fTwvc3R5bGU+PGc+PHBhdGggY2xhc3M9InN0MCIgZD0iTTc5LjI5LDEzLjYxYzAsMC4xMS0wLjA5LDAuMi0wLjIsMC4yaC0xLjUzYy0wLjEyLDAtMC4yMy0wLjA2LTAuMjktMC4xNmwtMS4zNy0yLjI4bC0xLjM3LDIuMjhjLTAuMDYsMC4xLTAuMTcsMC4xNi0wLjI5LDAuMTZoLTEuNTNjLTAuMDQsMC0wLjA4LTAuMDEtMC4xMS0wLjAzYy0wLjA5LTAuMDYtMC4xMi0wLjE4LTAuMDYtMC4yN2MwLDAsMCwwLDAsMGwyLjMxLTMuNWwtMi4yOC0zLjQ3Yy0wLjAyLTAuMDMtMC4wMy0wLjA3LTAuMDMtMC4xMWMwLTAuMTEsMC4wOS0wLjIsMC4yLTAuMmgxLjUzYzAuMTIsMCwwLjIzLDAuMDYsMC4yOSwwLjE2bDEuMzQsMi4yNWwxLjMzLTIuMjRjMC4wNi0wLjEsMC4xNy0wLjE2LDAuMjktMC4xNmgxLjUzYzAuMDQsMCwwLjA4LDAuMDEsMC4xMSwwLjAzYzAuMDksMC4wNiwwLjEyLDAuMTgsMC4wNiwwLjI3YzAsMCwwLDAsMCwwTDc2Ljk2LDEwbDIuMzEsMy41Qzc5LjI4LDEzLjUzLDc5LjI5LDEzLjU3LDc5LjI5LDEzLjYxeiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02My4wOSw5LjE2Yy0wLjM3LTEuNzktMS44Ny0zLjEyLTMuNjYtMy4xMmMtMC45OCwwLTEuOTMsMC40LTIuNiwxLjEyVjMuMzdjMC0wLjEyLTAuMS0wLjIyLTAuMjItMC4yMmgtMS4zM2MtMC4xMiwwLTAuMjIsMC4xLTAuMjIsMC4yMnYxMC4yMWMwLDAuMTIsMC4xLDAuMjIsMC4yMiwwLjIyaDEuMzNjMC4xMiwwLDAuMjItMC4xLDAuMjItMC4yMnYtMC43YzAuNjgsMC43MSwxLjYyLDEuMTIsMi42LDEuMTJjMS43OSwwLDMuMjktMS4zNCwzLjY2LTMuMTNDNjMuMjEsMTAuMyw2My4yMSw5LjcyLDYzLjA5LDkuMTZMNjMuMDksOS4xNnogTTU5LjEyLDEyLjQxYy0xLjI2LDAtMi4yOC0xLjA2LTIuMy0yLjM2VjkuOTljMC4wMi0xLjMxLDEuMDQtMi4zNiwyLjMtMi4zNnMyLjMsMS4wNywyLjMsMi4zOVM2MC4zOSwxMi40MSw1OS4xMiwxMi40MXoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNjguMjYsNi4wNGMtMS44OS0wLjAxLTMuNTQsMS4yOS0zLjk2LDMuMTNjLTAuMTIsMC41Ni0wLjEyLDEuMTMsMCwxLjY5YzAuNDIsMS44NSwyLjA3LDMuMTYsMy45NywzLjE0YzIuMjQsMCw0LjA2LTEuNzgsNC4wNi0zLjk5UzcwLjUxLDYuMDQsNjguMjYsNi4wNHogTTY4LjI0LDEyLjQyYy0xLjI3LDAtMi4zLTEuMDctMi4zLTIuMzlzMS4wMy0yLjQsMi4zLTIuNHMyLjMsMS4wNywyLjMsMi4zOVM2OS41MSwxMi40MSw2OC4yNCwxMi40Mkw2OC4yNCwxMi40MnoiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNNTkuMTIsNy42M2MtMS4yNiwwLTIuMjgsMS4wNi0yLjMsMi4zNnYwLjA2YzAuMDIsMS4zMSwxLjA0LDIuMzYsMi4zLDIuMzZzMi4zLTEuMDcsMi4zLTIuMzlTNjAuMzksNy42Myw1OS4xMiw3LjYzeiBNNTkuMTIsMTEuMjNjLTAuNiwwLTEuMDktMC41My0xLjExLTEuMTlWMTBjMC4wMS0wLjY2LDAuNTEtMS4xOSwxLjExLTEuMTlzMS4xMSwwLjU0LDEuMTEsMS4yMVM1OS43NCwxMS4yMyw1OS4xMiwxMS4yM3oiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNNjguMjQsNy42M2MtMS4yNywwLTIuMywxLjA3LTIuMywyLjM5czEuMDMsMi4zOSwyLjMsMi4zOXMyLjMtMS4wNywyLjMtMi4zOVM2OS41MSw3LjYzLDY4LjI0LDcuNjN6IE02OC4yNCwxMS4yM2MtMC42MSwwLTEuMTEtMC41NC0xLjExLTEuMjFzMC41LTEuMiwxLjExLTEuMnMxLjExLDAuNTQsMS4xMSwxLjIxUzY4Ljg1LDExLjIzLDY4LjI0LDExLjIzeiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00My41Niw2LjI0aC0xLjMzYy0wLjEyLDAtMC4yMiwwLjEtMC4yMiwwLjIydjAuN2MtMC42OC0wLjcxLTEuNjItMS4xMi0yLjYtMS4xMmMtMi4wNywwLTMuNzUsMS43OC0zLjc1LDMuOTlzMS42OSwzLjk5LDMuNzUsMy45OWMwLjk5LDAsMS45My0wLjQxLDIuNi0xLjEzdjAuN2MwLDAuMTIsMC4xLDAuMjIsMC4yMiwwLjIyaDEuMzNjMC4xMiwwLDAuMjItMC4xLDAuMjItMC4yMlY2LjQ0YzAtMC4xMS0wLjA5LTAuMjEtMC4yMS0wLjIxQzQzLjU3LDYuMjQsNDMuNTcsNi4yNCw0My41Niw2LjI0eiBNNDIuMDIsMTAuMDVjLTAuMDEsMS4zMS0xLjA0LDIuMzYtMi4zLDIuMzZzLTIuMy0xLjA3LTIuMy0yLjM5czEuMDMtMi40LDIuMjktMi40YzEuMjcsMCwyLjI4LDEuMDYsMi4zLDIuMzZMNDIuMDIsMTAuMDV6Ii8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTM5LjcyLDcuNjNjLTEuMjcsMC0yLjMsMS4wNy0yLjMsMi4zOXMxLjAzLDIuMzksMi4zLDIuMzlzMi4yOC0xLjA2LDIuMy0yLjM2VjkuOTlDNDIsOC42OCw0MC45OCw3LjYzLDM5LjcyLDcuNjN6IE0zOC42MiwxMC4wMmMwLTAuNjcsMC41LTEuMjEsMS4xMS0xLjIxYzAuNjEsMCwxLjA5LDAuNTMsMS4xMSwxLjE5djAuMDRjLTAuMDEsMC42NS0wLjUsMS4xOC0xLjExLDEuMThTMzguNjIsMTAuNjgsMzguNjIsMTAuMDJ6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTQ5LjkxLDYuMDRjLTAuOTgsMC0xLjkzLDAuNC0yLjYsMS4xMlY2LjQ1YzAtMC4xMi0wLjEtMC4yMi0wLjIyLTAuMjJoLTEuMzNjLTAuMTIsMC0wLjIyLDAuMS0wLjIyLDAuMjJ2MTAuMjFjMCwwLjEyLDAuMSwwLjIyLDAuMjIsMC4yMmgxLjMzYzAuMTIsMCwwLjIyLTAuMSwwLjIyLTAuMjJ2LTMuNzhjMC42OCwwLjcxLDEuNjIsMS4xMiwyLjYxLDEuMTJjMi4wNywwLDMuNzUtMS43OCwzLjc1LTMuOTlTNTEuOTgsNi4wNCw0OS45MSw2LjA0eiBNNDkuNiwxMi40MmMtMS4yNiwwLTIuMjgtMS4wNi0yLjMtMi4zNlY5Ljk5YzAuMDItMS4zMSwxLjA0LTIuMzcsMi4yOS0yLjM3YzEuMjYsMCwyLjMsMS4wNywyLjMsMi4zOVM1MC44NiwxMi40MSw0OS42LDEyLjQyTDQ5LjYsMTIuNDJ6Ii8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTQ5LjYsNy42M2MtMS4yNiwwLTIuMjgsMS4wNi0yLjMsMi4zNnYwLjA2YzAuMDIsMS4zMSwxLjA0LDIuMzYsMi4zLDIuMzZzMi4zLTEuMDcsMi4zLTIuMzlTNTAuODYsNy42Myw0OS42LDcuNjN6IE00OS42LDExLjIzYy0wLjYsMC0xLjA5LTAuNTMtMS4xMS0xLjE5VjEwQzQ4LjUsOS4zNCw0OSw4LjgxLDQ5LjYsOC44MWMwLjYsMCwxLjExLDAuNTUsMS4xMSwxLjIxUzUwLjIxLDExLjIzLDQ5LjYsMTEuMjN6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTM0LjM2LDEzLjU5YzAsMC4xMi0wLjEsMC4yMi0wLjIyLDAuMjJoLTEuMzRjLTAuMTIsMC0wLjIyLTAuMS0wLjIyLTAuMjJWOS4yNGMwLTAuOTMtMC43LTEuNjMtMS41NC0xLjYzYy0wLjc2LDAtMS4zOSwwLjY3LTEuNTEsMS41NGwwLjAxLDQuNDRjMCwwLjEyLTAuMSwwLjIyLTAuMjIsMC4yMmgtMS4zNGMtMC4xMiwwLTAuMjItMC4xLTAuMjItMC4yMlY5LjI0YzAtMC45My0wLjctMS42My0xLjU0LTEuNjNjLTAuODEsMC0xLjQ3LDAuNzUtMS41MiwxLjcxdjQuMjdjMCwwLjEyLTAuMSwwLjIyLTAuMjIsMC4yMmgtMS4zM2MtMC4xMiwwLTAuMjItMC4xLTAuMjItMC4yMlY2LjQ0YzAuMDEtMC4xMiwwLjEtMC4yMSwwLjIyLTAuMjFoMS4zM2MwLjEyLDAsMC4yMSwwLjEsMC4yMiwwLjIxdjAuNjNjMC40OC0wLjY1LDEuMjQtMS4wNCwyLjA2LTEuMDVoMC4wM2MxLjA0LDAsMS45OSwwLjU3LDIuNDgsMS40OGMwLjQzLTAuOSwxLjMzLTEuNDgsMi4zMi0xLjQ5YzEuNTQsMCwyLjc5LDEuMTksMi43NiwyLjY1TDM0LjM2LDEzLjU5eiIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik04MC4zMiwxMi45N2wtMC4wNy0wLjEyTDc4LjM4LDEwbDEuODUtMi44MWMwLjQyLTAuNjQsMC4yNS0xLjQ5LTAuMzktMS45MmMtMC4wMS0wLjAxLTAuMDItMC4wMS0wLjAzLTAuMDJjLTAuMjItMC4xNC0wLjQ4LTAuMjEtMC43NC0wLjIxaC0xLjUzYy0wLjUzLDAtMS4wMywwLjI4LTEuMywwLjc0bC0wLjMyLDAuNTNsLTAuMzItMC41M2MtMC4yOC0wLjQ2LTAuNzctMC43NC0xLjMxLTAuNzRoLTEuNTNjLTAuNTcsMC0xLjA4LDAuMzUtMS4yOSwwLjg4Yy0yLjA5LTEuNTgtNS4wMy0xLjQtNi45MSwwLjQzYy0wLjMzLDAuMzItMC42MiwwLjY5LTAuODUsMS4wOWMtMC44NS0xLjU1LTIuNDUtMi42LTQuMjgtMi42Yy0wLjQ4LDAtMC45NiwwLjA3LTEuNDEsMC4yMlYzLjM3YzAtMC43OC0wLjYzLTEuNDEtMS40LTEuNDFoLTEuMzNjLTAuNzcsMC0xLjQsMC42My0xLjQsMS40djMuNTdjLTAuOS0xLjMtMi4zOC0yLjA4LTMuOTctMi4wOWMtMC43LDAtMS4zOSwwLjE1LTIuMDIsMC40NWMtMC4yMy0wLjE2LTAuNTEtMC4yNS0wLjgtMC4yNWgtMS4zM2MtMC40MywwLTAuODMsMC4yLTEuMSwwLjUzYy0wLjAyLTAuMDMtMC4wNC0wLjA1LTAuMDctMC4wOGMtMC4yNy0wLjI5LTAuNjUtMC40NS0xLjA0LTAuNDVoLTEuMzJjLTAuMjksMC0wLjU3LDAuMDktMC44LDAuMjVDNDAuOCw1LDQwLjEyLDQuODUsMzkuNDIsNC44NWMtMS43NCwwLTMuMjcsMC45NS00LjE2LDIuMzhjLTAuMTktMC40NC0wLjQ2LTAuODUtMC43OS0xLjE5Yy0wLjc2LTAuNzctMS44LTEuMTktMi44OC0xLjE5aC0wLjAxYy0wLjg1LDAuMDEtMS42NywwLjMxLTIuMzQsMC44NGMtMC43LTAuNTQtMS41Ni0wLjg0LTIuNDUtMC44NGgtMC4wM2MtMC4yOCwwLTAuNTUsMC4wMy0wLjgyLDAuMWMtMC4yNywwLjA2LTAuNTMsMC4xNS0wLjc4LDAuMjdjLTAuMi0wLjExLTAuNDMtMC4xNy0wLjY3LTAuMTdoLTEuMzNjLTAuNzgsMC0xLjQsMC42My0xLjQsMS40djcuMTRjMCwwLjc4LDAuNjMsMS40LDEuNCwxLjRoMS4zM2MwLjc4LDAsMS40MS0wLjYzLDEuNDEtMS40MWMwLDAsMCwwLDAsMFY5LjM1YzAuMDMtMC4zNCwwLjIyLTAuNTYsMC4zNC0wLjU2YzAuMTcsMCwwLjM2LDAuMTcsMC4zNiwwLjQ1djQuMzVjMCwwLjc4LDAuNjMsMS40LDEuNCwxLjRoMS4zNGMwLjc4LDAsMS40LTAuNjMsMS40LTEuNGwtMC4wMS00LjM1YzAuMDYtMC4zLDAuMjQtMC40NSwwLjMzLTAuNDVjMC4xNywwLDAuMzYsMC4xNywwLjM2LDAuNDV2NC4zNWMwLDAuNzgsMC42MywxLjQsMS40LDEuNGgxLjM0YzAuNzgsMCwxLjQtMC42MywxLjQtMS40di0wLjM2YzAuOTEsMS4yMywyLjM0LDEuOTYsMy44NywxLjk2YzAuNywwLDEuMzktMC4xNSwyLjAyLTAuNDVjMC4yMywwLjE2LDAuNTEsMC4yNSwwLjgsMC4yNWgxLjMyYzAuMjksMCwwLjU3LTAuMDksMC44LTAuMjV2MS45MWMwLDAuNzgsMC42MywxLjQsMS40LDEuNGgxLjMzYzAuNzgsMCwxLjQtMC42MywxLjQtMS40di0xLjY5YzAuNDYsMC4xNCwwLjk0LDAuMjIsMS40MiwwLjIxYzEuNjIsMCwzLjA3LTAuODMsMy45Ny0yLjF2MC41YzAsMC43OCwwLjYzLDEuNCwxLjQsMS40aDEuMzNjMC4yOSwwLDAuNTctMC4wOSwwLjgtMC4yNWMwLjYzLDAuMywxLjMyLDAuNDUsMi4wMiwwLjQ1YzEuODMsMCwzLjQzLTEuMDUsNC4yOC0yLjZjMS40NywyLjUyLDQuNzEsMy4zNiw3LjIyLDEuODljMC4xNy0wLjEsMC4zNC0wLjIxLDAuNS0wLjM0YzAuMjEsMC41MiwwLjcyLDAuODcsMS4yOSwwLjg2aDEuNTNjMC41MywwLDEuMDMtMC4yOCwxLjMtMC43NGwwLjM1LTAuNThsMC4zNSwwLjU4YzAuMjgsMC40NiwwLjc3LDAuNzQsMS4zMSwwLjc0aDEuNTJjMC43NywwLDEuMzktMC42MywxLjM4LTEuMzlDODAuNDcsMTMuMzgsODAuNDIsMTMuMTcsODAuMzIsMTIuOTdMODAuMzIsMTIuOTd6IE0zNC4xNSwxMy44MWgtMS4zNGMtMC4xMiwwLTAuMjItMC4xLTAuMjItMC4yMlY5LjI0YzAtMC45My0wLjctMS42My0xLjU0LTEuNjNjLTAuNzYsMC0xLjM5LDAuNjctMS41MSwxLjU0bDAuMDEsNC40NGMwLDAuMTItMC4xLDAuMjItMC4yMiwwLjIyaC0xLjM0Yy0wLjEyLDAtMC4yMi0wLjEtMC4yMi0wLjIyVjkuMjRjMC0wLjkzLTAuNy0xLjYzLTEuNTQtMS42M2MtMC44MSwwLTEuNDcsMC43NS0xLjUyLDEuNzF2NC4yN2MwLDAuMTItMC4xLDAuMjItMC4yMiwwLjIyaC0xLjMzYy0wLjEyLDAtMC4yMi0wLjEtMC4yMi0wLjIyVjYuNDRjMC4wMS0wLjEyLDAuMS0wLjIxLDAuMjItMC4yMWgxLjMzYzAuMTIsMCwwLjIxLDAuMSwwLjIyLDAuMjF2MC42M2MwLjQ4LTAuNjUsMS4yNC0xLjA0LDIuMDYtMS4wNWgwLjAzYzEuMDQsMCwxLjk5LDAuNTcsMi40OCwxLjQ4YzAuNDMtMC45LDEuMzMtMS40OCwyLjMyLTEuNDljMS41NCwwLDIuNzksMS4xOSwyLjc2LDIuNjVsMC4wMSw0LjkxQzM0LjM3LDEzLjcsMzQuMjcsMTMuOCwzNC4xNSwxMy44MUMzNC4xNSwxMy44MSwzNC4xNSwxMy44MSwzNC4xNSwxMy44MXogTTQzLjc4LDEzLjU5YzAsMC4xMi0wLjEsMC4yMi0wLjIyLDAuMjJoLTEuMzNjLTAuMTIsMC0wLjIyLTAuMS0wLjIyLTAuMjJ2LTAuNzFDNDEuMzQsMTMuNiw0MC40LDE0LDM5LjQyLDE0Yy0yLjA3LDAtMy43NS0xLjc4LTMuNzUtMy45OXMxLjY5LTMuOTksMy43NS0zLjk5YzAuOTgsMCwxLjkyLDAuNDEsMi42LDEuMTJ2LTAuN2MwLTAuMTIsMC4xLTAuMjIsMC4yMi0wLjIyaDEuMzNjMC4xMS0wLjAxLDAuMjEsMC4wOCwwLjIyLDAuMmMwLDAuMDEsMCwwLjAxLDAsMC4wMlYxMy41OXogTTQ5LjkxLDE0Yy0wLjk4LDAtMS45Mi0wLjQxLTIuNi0xLjEydjMuNzhjMCwwLjEyLTAuMSwwLjIyLTAuMjIsMC4yMmgtMS4zM2MtMC4xMiwwLTAuMjItMC4xLTAuMjItMC4yMlY2LjQ1YzAtMC4xMiwwLjEtMC4yMSwwLjIyLTAuMjFoMS4zM2MwLjEyLDAsMC4yMiwwLjEsMC4yMiwwLjIydjAuN2MwLjY4LTAuNzIsMS42Mi0xLjEyLDIuNi0xLjEyYzIuMDcsMCwzLjc1LDEuNzcsMy43NSwzLjk4UzUxLjk4LDE0LDQ5LjkxLDE0eiBNNjMuMDksMTAuODdDNjIuNzIsMTIuNjUsNjEuMjIsMTQsNTkuNDMsMTRjLTAuOTgsMC0xLjkyLTAuNDEtMi42LTEuMTJ2MC43YzAsMC4xMi0wLjEsMC4yMi0wLjIyLDAuMjJoLTEuMzNjLTAuMTIsMC0wLjIyLTAuMS0wLjIyLTAuMjJWMy4zN2MwLTAuMTIsMC4xLTAuMjIsMC4yMi0wLjIyaDEuMzNjMC4xMiwwLDAuMjIsMC4xLDAuMjIsMC4yMnYzLjc4YzAuNjgtMC43MSwxLjYyLTEuMTIsMi42LTEuMTFjMS43OSwwLDMuMjksMS4zMywzLjY2LDMuMTJDNjMuMjEsOS43Myw2My4yMSwxMC4zMSw2My4wOSwxMC44N0w2My4wOSwxMC44N0w2My4wOSwxMC44N3ogTTY4LjI2LDE0LjAxYy0xLjksMC4wMS0zLjU1LTEuMjktMy45Ny0zLjE0Yy0wLjEyLTAuNTYtMC4xMi0xLjEzLDAtMS42OWMwLjQyLTEuODUsMi4wNy0zLjE1LDMuOTctMy4xNGMyLjI1LDAsNC4wNiwxLjc4LDQuMDYsMy45OVM3MC41LDE0LjAxLDY4LjI2LDE0LjAxTDY4LjI2LDE0LjAxeiBNNzkuMDksMTMuODFoLTEuNTNjLTAuMTIsMC0wLjIzLTAuMDYtMC4yOS0wLjE2bC0xLjM3LTIuMjhsLTEuMzcsMi4yOGMtMC4wNiwwLjEtMC4xNywwLjE2LTAuMjksMC4xNmgtMS41M2MtMC4wNCwwLTAuMDgtMC4wMS0wLjExLTAuMDNjLTAuMDktMC4wNi0wLjEyLTAuMTgtMC4wNi0wLjI3YzAsMCwwLDAsMCwwbDIuMzEtMy41bC0yLjI4LTMuNDdjLTAuMDItMC4wMy0wLjAzLTAuMDctMC4wMy0wLjExYzAtMC4xMSwwLjA5LTAuMiwwLjItMC4yaDEuNTNjMC4xMiwwLDAuMjMsMC4wNiwwLjI5LDAuMTZsMS4zNCwyLjI1bDEuMzQtMi4yNWMwLjA2LTAuMSwwLjE3LTAuMTYsMC4yOS0wLjE2aDEuNTNjMC4wNCwwLDAuMDgsMC4wMSwwLjExLDAuMDNjMC4wOSwwLjA2LDAuMTIsMC4xOCwwLjA2LDAuMjdjMCwwLDAsMCwwLDBMNzYuOTYsMTBsMi4zMSwzLjVjMC4wMiwwLjAzLDAuMDMsMC4wNywwLjAzLDAuMTFDNzkuMjksMTMuNzIsNzkuMiwxMy44MSw3OS4wOSwxMy44MUM3OS4wOSwxMy44MSw3OS4wOSwxMy44MSw3OS4wOSwxMy44MUw3OS4wOSwxMy44MXoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTAsMS4yMWMtNC44NywwLTguODEsMy45NS04LjgxLDguODFzMy45NSw4LjgxLDguODEsOC44MXM4LjgxLTMuOTUsOC44MS04LjgxQzE4LjgxLDUuMTUsMTQuODcsMS4yMSwxMCwxLjIxeiBNMTQuMTgsMTIuMTljLTEuODQsMS44NC00LjU1LDIuMi02LjM4LDIuMmMtMC42NywwLTEuMzQtMC4wNS0yLTAuMTVjMCwwLTAuOTctNS4zNywyLjA0LTguMzljMC43OS0wLjc5LDEuODYtMS4yMiwyLjk4LTEuMjJjMS4yMSwwLDIuMzcsMC40OSwzLjIzLDEuMzVDMTUuOCw3LjczLDE1Ljg1LDEwLjUsMTQuMTgsMTIuMTl6Ii8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTEwLDAuMDJjLTUuNTIsMC0xMCw0LjQ4LTEwLDEwczQuNDgsMTAsMTAsMTBzMTAtNC40OCwxMC0xMEMxOS45OSw0LjUsMTUuNTIsMC4wMiwxMCwwLjAyeiBNMTAsMTguODNjLTQuODcsMC04LjgxLTMuOTUtOC44MS04LjgxUzUuMTMsMS4yLDEwLDEuMnM4LjgxLDMuOTUsOC44MSw4LjgxQzE4LjgxLDE0Ljg5LDE0Ljg3LDE4LjgzLDEwLDE4LjgzeiIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xNC4wNCw1Ljk4Yy0xLjc1LTEuNzUtNC41My0xLjgxLTYuMi0wLjE0QzQuODMsOC44Niw1LjgsMTQuMjMsNS44LDE0LjIzczUuMzcsMC45Nyw4LjM5LTIuMDRDMTUuODUsMTAuNSwxNS44LDcuNzMsMTQuMDQsNS45OHogTTExLjg4LDkuODdsLTAuODcsMS43OGwtMC44Ni0xLjc4TDguMzgsOS4wMWwxLjc3LTAuODZsMC44Ni0xLjc4bDAuODcsMS43OGwxLjc3LDAuODZMMTEuODgsOS44N3oiLz48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjEzLjY1LDkuMDEgMTEuODgsOS44NyAxMS4wMSwxMS42NSAxMC4xNSw5Ljg3IDguMzgsOS4wMSAxMC4xNSw4LjE1IDExLjAxLDYuMzcgMTEuODgsOC4xNSAiLz48L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 65px 20px;
}
table.stateheader.map tr:nth-child(2) td {
  background: #008bc6 url(../images/bythenumbers-icon.png) 10px 6px no-repeat;
  padding: 2px 5px 2px 47px;
}
table.stateheader.map tr:last-child td,
table.stateheader tr:last-child td:last-child {
  background: #eee;
  font-size: 88.8888888%;
  color: #333;
  text-transform: none;
  padding: 15px 10px 10px;
  line-height: 130%;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
table.stateheader h1 {
  text-align: left;
  margin-left: 5px;
  margin-bottom: 15px;
}
.itemid-140 table.stateheader h1 {
  display: none;
}
table.stateheader h2,
table.stateheader h2 a,
table.stateheader h3,
table.stateheader h3 a {
  font-size: 100%;
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
table.stateheader h2 a:hover,
table.stateheader h3 a:hover {
  color: #ddd;
}
table.stateheader td span.large {
  font-size: 250%;
  font-weight: 400;
  line-height: 100%;
  padding-left: 15px;
}
table.stateheader.map td ul,
table.stateheader td ul {
  margin: 15px 0 0;
  padding: 0 0 0 18px;
  font-size: 95%;
}
table.stateheader td ul li {
  margin-left: 15px;
  padding-bottom: 15px;
  color: #000;
  font-size: 93.33%;
  line-height: 130%;
}
table.stateheader.map tr:first-child td,
table.stateheader.map td ul li {
  font-size: 107% !important;
}
table.stateheader.map h4 {
  font-size: 90%;
}
.leaflet-bottom {
  display: none;
}
.leaflet-container a {
  color: #006992 !important;
}
div#legend {
  width: 100%;
}
div#legend div {
  width: 25%;
  text-align: center;
  display: inline-block;
}
.jvectormap-tip {
  background: #fcb024 !important;
  text-transform: uppercase;
  color: #000 !important;
  text-align: center;
}
.jvectormap-tip span {
  color: #fff;
  font-size: 120%;
}
div#legend .color {
  padding: 15px 0;
}
div#legend .range1.color {
  background: #e2e8d0;
}
div#legend .range2.color {
  background: #c9d4a7;
}
div#legend .range3.color {
  background: #b1c382;
}
div#legend .range4.color {
  background: #9bb45e;
}
.mg {
  color: #afc684;
  position: relative;
  line-height: 100%;
  font-size: 1142.86%;
}
.map-us-dc {
  font-size: 1000%;
}
.map-us-ca,
.map-us-fl,
.map-us-mi,
.map-us-m,
.map-us-ne,
.map-us-ny {
  font-size: 1428.57%;
}
.map-us-ky,
.map-us-md,
.map-us-ma,
.map-us-nc,
.map-us-ok,
.map-us-tn,
.map-us-va {
  font-size: 1714.29%;
  margin-top: -50px;
}
.map-us-wa {
  font-size: 500%;
}
div.moduletable.states ul {
  -webkit-columns: 4 !important;
  -moz-columns: 4 !important;
  columns: 4 !important;
  padding: 0;
  margin: 0;
}

div.moduletable.states li {
  width: 176px;
  padding: 0;
  line-height: 30px;
  text-align: left;
}
div.moduletable.states li a {
  padding: 0;
  color: #00538c;
  font-weight: bold;
}
div.moduletable.states li a:hover {
  background: none;
  color: #008bc6;
}
table.main_thumb_table tr {
  display: none;
}
table.main_thumb_table tr:first-child {
  display: block;
}
.itemid-908 table.main_thumb_table tr,
.itemid-917 table.main_thumb_table tr {
  display: block;
  margin-bottom: 15px;
}
table.main_thumb_table tr td {
  text-align: left !important;
}
img.ig_thumb {
  max-width: none !important;
  margin: 0 !important;
  margin-right: 10px;
}
div.lbox_des_container {
  box-shadow: none !important;
  background: none !important;
}
div.lbox_download_button {
  float: right;
  margin: 5px 10px 0 0;
}
.vb_gallery_frame {
  margin-top: 0 !important;
}
.vb_video {
  text-align: left !important;
}
.vb_video[data-vbcols="3"] > li,
.vb_video[data-vbcols="4"] > li {
  width: 33% !important;
}
.vb_video_title {
  font-weight: normal !important;
}
div.cat_child {
  margin-right: 10px;
  margin-bottom: 15px;
}
.ig-menu-grid-text h3,
h3.cat_child_h3 {
  font-size: 100%;
  margin-top: 0px;
  padding: 0 5px;
  text-transform: none;
  font-weight: 400;
  /* 	color:#8ABB00; WCAG 2.0 AA */
  color: #5f8100;
}
.ig-menu-grid-text h3 {
  margin-top: 10px;
}
.igallery_title {
  display: none;
}
.com_igallery .igallery_title {
  display: block;
}
#content .inset {
  margin-top: 60px;
}
div.author {
  margin: 30px 0 0;
  padding: 30px 0;
  border-top: 1px dotted #008bc6;
  border-bottom: 1px dotted #008bc6;
}
div.author img {
  width: 100%;
}
#right {
  padding-top: 60px;
}
#right div.moduletable {
  margin-bottom: 30px;
  border-top: 2px solid #00538c;
  padding-top: 15px;
}
#right div.moduletable span.caption {
  font-size: 83%;
  line-height: 120%;
  display: inline-block;
  margin-top: 5px;
}
#right .list h3 {
  font-size: 88.888888%;
  /* 	color:#008BC6; WCAG 2.0 AA */
  color: #007eb4;
  margin-bottom: 15px;
}
#right .list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#right .list ul li {
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: 400;
  line-height: 130%;
  font-size: 88.8888888%;
  clear: both;
}
#right .list ul li a {
  font-weight: 600;
  font-size: 112.5%;
}
#right .list.icons ul li {
  clear: both;
  height: 54px;
  vertical-align: middle;
  line-height: 120%;
  clear: both;
}
#right .list ul li img {
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  width: 37%;
}
#right .list.icons ul li img {
  margin-top: -10px;
  margin-bottom: 20px;
  width: 23%;
}
#right .feature h3 {
  font-size: 128.57%;
  text-transform: uppercase;
  color: #fcaf26;
  font-weight: 700;
}
#right .feature {
  padding: 10px;
  background: #003745;
  color: #fff;
  line-height: 130%;
}
#right .feature .custom {
  padding: 0;
}
#right .feature .body {
  margin: 0 -10px -10px -10px;
  padding: 25px 15px 10px;
  background: #72afb6 url(../images/feature_ul_bg.jpg) 0 0 no-repeat;
  font-size: 95%;
}
#right .feature ul li {
  margin-left: -5px;
  padding-bottom: 10px;
}
#right .feature a {
  color: #003745;
}
#right .feature a:hover {
  color: #fff;
}
#right div.moduletable.ataglance h3 {
  background: #008bc6 url(../images/ataglance-icon.png) 10px 9px no-repeat;
  font-size: 88.8888888%;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 2px 5px 2px 53px;
  line-height: 225%;
  margin-bottom: 0;
}
#right div.moduletable.ataglance div.body {
  background: #eee;
  font-size: 88.8888888%;
  color: #333;
  text-transform: none;
  padding: 10px 10px 15px;
  line-height: 130%;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
#right div.moduletable.ataglance div.body ul {
  padding-left: 15px;
}
#right div.moduletable.ataglance div.body li {
  line-height: 120%;
  margin-top: 10px;
}
#right .nav > li {
  background: #00538c;
  border-bottom: 1px solid #ffb200;
}
#right div.moduletable.greenbond {
  border-top: 0;
}
#right .greenbond .nav > li {
  background: #5f8109;
}
#right .nav > li.item-1572,
#right .nav > li.item-1573,
#right .nav > li.item-1574,
#right .nav > li.item-1575,
#right .nav > li.item-1576 {
  display: none;
}
#right .nav > li:last-child {
  border-bottom: 0;
}
#right .nav > li.current-menu-item {
  background: #ffb200;
}
#right .nav > li a {
  font-weight: 400;
  color: #fff;
  line-height: 130%;
  padding-left: 20px;
  background: url(../images/submenu_item_bg.png) 10px 50% no-repeat;
}
#right .nav > li a:hover {
  color: #ffb200;
  background: transparent url(../images/submenu_item_bg.png) 10px 50% no-repeat;
}
#right .nav > li.active a:hover {
  color: #00538c;
  background: transparent url(../images/submenu_item_bg.png) 10px 50% no-repeat;
}
#right .nav ul {
  padding-left: 20px;
  margin-top: -2px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#right .nav ul li {
  background: #ffb200;
  border-bottom: 0;
  list-style: none;
  line-height: 120%;
  margin-bottom: 8px;
}
#right .nav ul li a {
  background: none !important;
  padding-left: 0;
}
#right .nav ul li.active a {
  color: #00538c;
}
#right .nav ul li.active a:hover {
  color: #fff;
}
#right .nav ul li.divider {
  font-weight: bold;
  font-size: 110%;
  padding-top: 10px;
}
#right .nav ul li.divider:first-child {
  padding-top: 0;
}
#right .nav li.item-627 ul {
  display: none !important;
}
#right .nav ul ul {
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 5px;
}
#right .nav ul ul li {
  margin-bottom: 4px;
}
#right .twtr {
}
#right .blog-latest h3,
#right .twtr h3 {
  font-size: 88.888888%;
  /* 	color:#008BC6; WCAG 2.0 AA */
  color: #007eb4;
  margin-bottom: 15px;
}
#right .twtr .tweetby {
  display: none;
}
#right .twtr .abivia-multi-twitter {
  padding: 0;
  overflow-x: hidden;
}
#right .blog-latest ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#right .blog-latest ul li {
  font-size: 85.71%;
  line-height: 150%;
  margin-bottom: 15px;
}
#right .twtr .tweetfooter,
#right .twtr .tweet {
  padding: 0 0 0 25px;
  background: url(../images/icon_twitter_sm.png) 0 5px no-repeat;
  color: #00538c;
  font-size: 85.71%;
  line-height: 150%;
  margin-bottom: 15px;
}
#right .twtr .tweetfooter {
  background: url(../images/icon_twitter_sm.png) 0 3px no-repeat;
  font-size: 100%;
}
#right .twtr a {
  /* 	color:#8ABB00; WCAG 2.0 AA */
  color: #5f8100;
}
#right .twtr .tweetfooter a:focus {
  /* 	color:#8ABB00; WCAG 2.0 AA */
  color: #5f8100;
  text-decoration: none;
}
#right .twtr a:hover {
  color: #008bc6;
}
#right .twtr .tweetat {
  background: none;
  padding: 0;
  color: #00538c;
}
#right .twtr #xt-wrap {
  border: 0 !important;
}
#right .twtr .xt-list li {
  border-bottom: 0 !important;
}
#right .twtr .xt-list li .xt-inner-pad {
  padding: 0;
}
#right .twtr p.xt-tweet {
  color: #00538c;
  font-size: 85.71%;
  line-height: 150%;
  margin-bottom: 20px !important;
}
#right .twtr a.follow_us {
  background: url(../images/icon_twitter_sm.png) 0 3px no-repeat;
  margin: 0;
}
#right div.moduletable.quote {
  background: #00538c;
  padding: 15px;
  color: #fff;
}
#right div.moduletable.quote span {
  display: inline-block;
  margin-top: 5px;
  text-align: right;
}
#right div.moduletable.quote a:hover {
  color: #fff;
}
#right div.moduletable.share {
  border-top: 0;
  padding-top: 0;
  margin-bottom: 15px;
}
.add-this span.at-label {
  float: left;
  font-size: 144.444444%;
  font-weight: 300;
  color: #555555;
  margin-right: 5px;
  line-height: 32px;
  display: inline-block;
  margin-top: 5px;
}
.addthis_inline_share_toolbox_d3jt {
  display: inline;
}
.at-icon-wrapper.at-share-btn {
  /* 	background: #8ABB00 !important; WCAG 2.0 AA */
  background: #5f8100 !important;
}
.addthis_inline_follow_toolbox .at-follow-btn span.at-icon-wrapper {
  line-height: 42px !important;
  height: 42px !important;
  width: 42px !important;
  padding: 5px !important;
}

/* Home */

div.moduletable.home h2,
div.moduletable.home h3 {
  margin-bottom: 30px;
}
div.moduletable.home.intro {
  color: #005a84;
  font-size: 178.57%;
  font-weight: 300;
  border-top: 1px solid #b4d4d8;
  padding: 15px 50px 0;
  margin: 30px 0 15px;
  line-height: 130%;
}
div.moduletable.home.programs {
  border-top: 1px solid #b4d4d8;
  padding: 30px 30px;
  margin: 0;
  clear: both;
}
.itemid-139 div.moduletable.home.programs {
  padding: 30px 0;
}
/*
div.moduletable.home.programs ul.nav {
	columns:2;
	-webkit-columns:2;
	-moz-columns:2;
}
*/
div.moduletable.home.programs ul li.item-2112,
div.moduletable.home.programs ul li.item-200,
div.moduletable.home.programs ul li.item-1325,
div.moduletable.home.programs ul li.item-169,
div.moduletable.home.programs ul li.item-161,
div.moduletable.home.programs ul li.item-163,
div.moduletable.home.programs ul li.item-168,
div.moduletable.home.programs ul li.item-167,
div.moduletable.home.programs ul li.item-166,
div.moduletable.home.programs ul li.item-162,
div.moduletable.home.programs ul li.item-160,
div.moduletable.home.programs ul li.item-164 {
  display: none;
}
div.moduletable.home.programs ul.nav li a {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 20px;
  background: none !important;
}
div.moduletable.home.programs .custom ul {
  width: 50%;
  float: left;
}
div.moduletable.home.programs.onecol {
  padding: 0;
  border: 0;
}
div.moduletable.home.programs.onecol .custom ul {
  -webkit-columns: 1 !important;
  -moz-columns: 1 !important;
  columns: 1 !important;
  padding: 0;
}
.itemid-139 div.moduletable.home.programs .custom ul {
  padding: 0;
}
div.moduletable.home.programs .custom ul li {
  margin: 0 0 10px 0 !important;
  font-size: 120% !important;
  list-style: none;
  height: 66px;
  padding-top: 5px;
}
.itemid-139 div.moduletable.home.programs ul.nav li,
.itemid-139 div.moduletable.home.programs .custom ul li {
  font-size: 110% !important;
}
div.moduletable.home.programs ul.nav li a,
div.moduletable.home.programs .custom ul li a {
  font-weight: 400 !important;
  line-height: 120% !important;
  color: #000;
}
.itemid-139 div.moduletable.home.programs ul.nav li a {
  font-weight: bold !important;
}
div.moduletable.home.programs ul.nav li a:hover,
div.moduletable.home.programs .custom ul li a:hover {
  color: #fcaf26;
}
div.moduletable.home.programs .custom ul li a img {
  float: left;
  padding-right: 10px;
  margin-top: -5px;
  width: 66px;
}
div.moduletable.home.programs .custom ul li a:hover img {
  opacity: 0.8;
}
div.moduletable.home.states {
  border-top: 1px solid #b4d4d8;
  padding: 30px 30px;
  margin: 0;
  color: #005a84;
}
div.moduletable.home.states div.content {
  float: left;
  margin-right: 15px;
  width: 57%;
}
div.moduletable.home.states img {
  float: right;
  margin-top: -70px;
}
div.moduletable.home.states p {
  font-size: 128.57%;
  line-height: 130%;
  margin: 0;
}
div.moduletable.home.states img:hover {
  opacity: 0.8;
}
div.moduletable.home.work,
div.moduletable.home.news {
  border-top: 1px solid #b4d4d8;
  padding: 30px 30px 0;
  margin: 0;
}
div.moduletable.home.work a {
  color: #fff;
}
div.moduletable.home.work a:hover {
  color: #fcaf26;
}
div.moduletable.home.work .project-item,
div.moduletable.news .project-item {
  color: #464646;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
}
div.moduletable.home.work .project-item img,
div.moduletable.news .project-item img {
  width: 100%;
  height: 100%;
}
div.moduletable.home.work .project-item a:hover img,
div.moduletable.news .project-item a:hover img {
  opacity: 0.8;
}
div.moduletable.home.work .project-item .item-date,
div.moduletable.news .project-item .item-date {
  background: #005a84;
  color: #fcaf26;
  padding: 0 10px;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  top: -22px;
  font-size: 82.14%;
  text-transform: uppercase;
}
div.moduletable.home.work .project-item .item-content,
div.moduletable.news .project-item .item-content {
  background: #005a84;
  color: #fff;
  padding: 10px;
  text-align: center;
  position: relative;
  top: -22px;
  font-size: 139.78%;
  font-weight: 300;
  line-height: 120%;
}
div.moduletable.home.work .project-item .item-content {
  background: #83a53e;
}
div.moduletable.news .project-item .item-content {
  height: 140px;
}
div.moduletable.fca {
  margin-bottom: 30px;
}
div.moduletable.fca h3 {
  font-size: 157.89%;
  color: #555;
  margin-bottom: 15px;
  line-height: 130%;
}
div.moduletable.fca .custom {
  width: 100%;
}
div.moduletable.fca img {
  width: 100%;
  margin-bottom: 10px;
}
div.moduletable.fca blockquote {
  margin-right: 15px;
  padding-right: 0;
}

/* Home Blurb */
.blurb {
  background: #fff;
  border-top: 6px solid #ffb600;
  font-size: 205.555555%;
  font-weight: 300;
  color: #00538c;
  text-align: center;
  padding: 30px 0;
  line-height: 140%;
}
.blurb-content {
  padding: 0 60px;
}
.blurb a {
  font-size: 48.6486486%;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background: #00558e;
  padding: 8px 20px;
}
.blurb a:hover {
  color: #ddd;
}

/* Home Counter */
.counter {
  background: #93a445;
  padding: 45px 0;
  color: #fff;
}
.counter #mod_lgx_counter_up934 .lgx_app_item .lgx_cu_value {
  line-height: 130%;
}
.counter #mod_lgx_counter_up934 .lgx_app_item .lgx_cu_desc {
  line-height: 130%;
}
.counter #mod_lgx_counter_up934 .lgx_app_item .lgx_app_item_inner {
  padding: 5px 0;
  margin: 10px 0;
}

/* Home Parallax Video */
.videosep {
  height: 11px;
  background: #008bc6;
  -webkit-box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.45) inset;
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.45) inset;
}
.video .row {
  margin: 0;
}
.video .container-fluid {
  padding: 0;
}
.video .video-content {
  padding: 0;
}
.videocontainer {
  height: 450px;
  position: relative;
}
#home-vid-1 {
  height: 25vh;
  position: absolute;
  top: 70%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  max-width: 100%;
}

/* Home Parallax Video Text */
.video-text {
  background: #008bc6 url(../images/videotext-bg.png) 50% 0 no-repeat;
  border-top: 6px solid #005490;
  font-size: 205.555555%;
  font-weight: 300;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  line-height: 140%;
}
.video-text-content {
  padding: 0 60px;
}
.video-text a {
  font-size: 48.6486486%;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background: #00538c;
  padding: 8px 20px;
  border: 1px solid #fff;
}
.video-text a:hover {
  color: #ddd;
}

/* Home News */
.news {
  background: #ddd;
  padding: 45px 0;
  border-top: 10px solid #333;
}
.news h3 {
  text-transform: none;
  font-weight: 300;
  color: #005392;
  text-align: center;
  font-size: 277.777777%;
  margin-bottom: 45px;
}
.news {
  /* 	background:url(../images/gray_bg.jpg) 50% 0 repeat-x; */
  border-top: 0;
  -webkit-box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.65) inset;
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.65) inset;
}
.news .project-item .item-date {
  display: none;
}
.news .project-item img {
  width: 100%;
}
.news .project-item a {
  background: #fff;
  padding: 7px;
  display: inline-block;
  position: relative;
  color: #fff;
}
.news .project-item a .item-content {
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 7px;
  background: rgba(0, 85, 142, 0.65);
  padding: 10px;
  text-align: center;
  height: 80px;
  overflow: hidden;
  line-height: 150%;
}
.news .project-item a .item-content .title {
  font-size: 125%;
  line-height: 145%;
  margin-bottom: 10px;
  /* 	text-shadow: 3px 3px 4px rgba(0,0,0,.65), 0 0 12px rgba(0,0,0,.2); */
}
.news .project-item a:hover .item-content {
  top: 7px;
  height: auto;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.news .project-item a .item-content .text {
  /* 	text-shadow: 3px 3px 4px rgba(0,0,0,.65), 0 0 12px rgba(0,0,0,.2); */
}
.news .project-item a:hover .item-content .more {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  padding: 4px 10px;
  margin-top: 10px;
  border: 2px solid #fff;
  font-weight: 600;
}
.news .project-item a:hover .item-content .more:hover {
  color: #eee;
}
.news .buttons ul {
  list-style: none;
  margin: 0;
  text-align: center;
}
.itemid-101 .news .buttons ul {
  margin: 30px 0px 0px 0px;
}
.news .buttons ul li {
  display: inline-block;
  /* 	background:#8ABB00; WCAG 2.0 AA */
  background: #5f8100;
  border: 5px solid #fff;
  padding: 3px 20px;
  min-width: 150px;
  margin: 0 15px;
}
.news .buttons ul li a {
  color: #fff;
  text-transform: uppercase;
}
.news .buttons ul li a:hover {
  color: #eee;
}

/* Home Subscribe */
.subscribe {
  background: #fff;
  padding: 60px 0 90px;
}
.subscribe-content {
  text-align: center;
}
.subscribe div.moduletable {
  font-size: 155.555555%;
  line-height: 139.285714%;
  color: #04548a;
  padding: 0 152px;
}
.subscribe div.moduletable h3 {
  font-size: 178.571428%;
  padding: 0;
  margin-bottom: 15px;
  font-weight: 300;
  text-transform: none;
  color: #04548a;
}
.subscribe div.moduletable a.btn {
  background: #04548a;
  box-shadow: none;
  padding: 6px 30px;
  margin-top: 30px;
}
.subscribe div.moduletable a.btn span {
  color: #ffb200;
}
.subscribe div.moduletable a.btn:hover {
  color: #ddd;
}
/* Social */
.social {
  padding: 45px 0;
  background: #f5f5f5;
  -webkit-box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.45) inset;
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.45) inset;
}
/*
.social.home {
	padding:0;
}
.social.home .container-fluid {
	padding:0;
}
*/
div.moduletable h3.instagram,
div.moduletable.home.twtr .tweetheader {
  font-weight: 300;
  font-size: 188.888888%;
  color: #00538c;
  margin: 0 auto 30px;
  text-transform: none;
  text-align: center;
}
div.moduletable.home.twtr .tweetheader img {
  margin-right: 15px;
}
div.moduletable.home.twtr .tweetby {
  display: none;
}
div.moduletable.home.twtr .abivia-multi-twitter {
  padding: 0;
}
div.moduletable.home.twtr .tweetfooter,
div.moduletable.home.twtr .tweet {
  padding: 0;
  color: #00538c;
  line-height: 150%;
  margin-bottom: 15px;
  width: 33%;
  display: inline-block;
  vertical-align: top;
}
div.moduletable.home.twtr .tweet {
  border-right: 1px solid #00538c;
  border-left: 1px solid #00538c;
  padding: 0 30px;
  display: block;
  float: left;
}
div.moduletable.home.twtr .tweet:nth-child(2) {
  border-left: 0;
}
div.moduletable.home.twtr .tweet:nth-child(3) {
  margin-left: -1px;
}
div.moduletable.home.twtr .tweet:nth-child(4) {
  border-right: 0;
  margin-left: -1px;
}
div.moduletable.home.twtr .tweetfooter {
  font-size: 100%;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  background: none;
  padding-right: 10px;
}
div.moduletable.home.twtr a {
  /* 	color:#8ABB00; WCAG 2.0 AA */
  color: #5f8100;
}
div.moduletable.home.twtr .tweetfooter a {
  background: url(../images/icon_twitter_sm.png) 0 3px no-repeat;
  padding-left: 30px;
}
div.moduletable.home.twtr .tweetfooter a:focus {
  color: #008bc6;
  text-decoration: none;
}
div.moduletable.home.twtr a:hover {
  color: #008bc6;
}
div.moduletable.home.twtr .tweetat {
  background: none;
  padding: 0;
  color: #008bc6;
  font-size: 85%;
}

/* Action */
.action {
  background: url(../images/blue_bg.jpg) 50% 0 repeat-x;
  background-size: cover;
  padding: 45px 0 0;
  -webkit-box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.65);
}
.action h3 {
  font-size: 166.666666%;
  color: #fff;
  text-align: center;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 30px;
}
.action div.moduletable {
  font-size: 166.666666%;
  color: #fff;
  line-height: 120%;
  margin-bottom: 45px;
  padding: 0 60px;
}
.action div.moduletable span {
  font-size: 166.666666%;
  line-height: 120%;
  /* margin-bottom: 15px; */
  text-align: center;
  display: inline-block;
}
.action div.moduletable img {
  padding-right: 20px;
  border-right: 1px solid #fff;
  margin-right: 20px;
}
.action div.moduletable a {
  margin: 30px auto 0;
  padding: 10px 0 10px 0;
  /* border-left: 1px solid #FFF; */
  line-height: 100%;
  /* color: #FFF; */
  color: #00528b;
  display: block;
  width: fit-content;
}
.action div.moduletable a:hover {
  color: #eee;
}
.action div.moduletable a span {
  font-size: 100%;
  background: #ffb200;
  padding: 5px 10px;
  margin: 0;
  display: inline-block;
}
.action div.moduletable.subscribe {
  background: rgba(197, 164, 89, 0.75) url(../images/commonground.png) 30px 70px
    no-repeat;
  padding: 30px 225px 30px 315px;
  margin-bottom: 0;
  font-size: 133.333333%;
  color: #fff;
  line-height: 130%;
  position: relative;
}
.action div.moduletable.subscribe h3 {
  font-size: 62.5%;
  text-transform: uppercase;
  position: absolute;
  top: 30px;
  left: 30px;
  font-weight: 400;
}
.action div.moduletable.subscribe a {
  border: 0;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 66.6666667%;
  position: absolute;
  right: 30px;
  top: 70px;
  padding: 12px 15px;
  margin: 0;
  display: block;
  border: 2px solid #fff;
}
.action div.moduletable.subscribe a:hover {
  color: #eee;
}
.action div.moduletable.greenbond {
  font-size: 100%;
  text-align: center;
  color: #fff;
  padding: 0 120px;
}
.action div.moduletable.greenbond h3 {
  font-size: 277.777777%;
}
.action div.moduletable.greenbond div.stat {
  color: #feb000;
  font-size: 444.444444%;
  margin: 60px 0;
}
.action div.moduletable.greenbond div.stat-label {
  font-size: 111.111111%;
  margin: 30px 0;
}
.action div.moduletable.greenbond div.disclaimer {
  border-top: 1px solid #fff;
  padding: 30px 0;
  font-size: 88.8888888%;
  font-style: italic;
}

/* Home Feature */
.feature {
  padding: 45px 0;
}
.feature div.moduletable {
  font-size: 122.222222%;
  color: #00538c;
  font-weight: 300;
}
.feature div.moduletable .item-image {
  padding-right: 30px;
}
.feature div.moduletable .item-image img {
  width: 100%;
}
.feature div.moduletable .title {
  font-size: 145.454545%;
  color: #00538c;
  font-weight: 400;
  margin-bottom: 15px;
}
.feature div.moduletable .more {
  background: #00538c;
  display: inline-block;
  margin-top: 20px;
}
.feature div.moduletable .more a {
  color: #fff;
  font-size: 72.7272727%;
  text-transform: uppercase;
  font-weight: bold;
  padding: 4px 10px;
}
.feature div.moduletable .more a:hover {
  color: #eee;
}

/* Directory */
fieldset.filters {
  margin: 15px 0;
}
fieldset legend {
  display: none;
}
label.filter-search-lbl {
  display: block;
}
.filter-search .inputbox {
  padding: 6px 10px;
  width: 70%;
}
.filter-search .btn {
  background: #82a237;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 0;
  font-size: 120%;
  box-shadow: 3px 3px 3px #ccc;
  font-weight: 300;
  margin-top: -2px;
  margin-left: 7px;
}
.filter-search .btn:hover {
  color: #fcaf26;
  -webkit-transition: color 0.15s linear;
  -moz-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  transition: color 0.15s linear;
}
.filter-search .btn:focus {
  outline: none;
  color: #fcaf26;
}
div.expertitems {
  width: 100%;
  display: block;
  clear: both;
}
div.expertitem {
  float: left;
  margin: 20px 0 0;
  padding: 0 30px 0 0;
  height: 460px;
}
div.expertitem.staff {
  height: 150px;
}
div.expertimage {
  width: 100%;
  margin-bottom: 10px;
}
div.expertimage img {
  width: 100%;
}
div.expertimage img:hover {
  opacity: 0.8;
}
div.expertname {
  line-height: 120%;
}
.staff div.expertname,
div.expertname a:link,
div.expertname a:visited {
  font-weight: 700;
  text-decoration: none;
  font-size: 100%;
  color: #252525;
}
div.expertname a:hover {
  color: #fcaf26;
}
div.experttitle {
  color: #333;
  font-weight: 400;
  line-height: 120%;
  font-size: 93%;
  display: block;
  margin-right: 5px;
}
.staff div.experttitle {
  margin: 3px 0;
}
.staff div.expertphone {
  color: #333;
  font-weight: 400;
  line-height: 120%;
  font-size: 93%;
  display: block;
  margin-top: 3px;
}
div.expertemail {
  display: inline-block;
}
div.expertemail img {
  border: 0;
  outline: 0;
}
div.expertemail img:hover {
  opacity: 0.8;
}
table#ml_pagination.experts {
  width: 100%;
  border-top: 1px solid #ccc;
}
table#ml_pagination.experts td {
  padding-top: 10px;
}
table#ml_pagination.experts td.displaylimit {
  width: 20% !important;
  text-align: right;
}
table#ml_pagination.experts td.displaylimit select {
  width: 50px;
}
.alphaindex {
  width: 100%;
  border-bottom: 1px solid #4893ac;
  margin-top: 15px;
  clear: both;
}
.alphaindex span {
  text-transform: uppercase;
  color: #fff;
  font-size: 93%;
  padding: 0px 8px;
  background: #005d82;
  display: inline-block;
}
div.alpha {
  margin-top: 15px;
}
span.alpha,
a.alpha:link,
a.alpha:visited {
  text-decoration: none;
  margin-right: 14px;
  font-weight: 400;
}
span.alpha {
  color: #767676;
}
a.all {
  border-left: 1px solid #ccc;
  padding-left: 15px;
}

/* Search */
#finder-search,
#searchForm {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
#finder-search .form-control,
#searchForm .form-control {
  height: 28px;
}
#finder-search .inputbox,
#searchForm .inputbox {
  width: 50%;
  padding: 7px;
}
#search-query-explained {
  display: none;
}
#finder-search button,
#searchForm button {
  margin-top: -4px;
}
#finder-search button:hover,
#searchForm button:hover {
}
#finder-search .controls,
#searchForm .controls {
  margin-left: 20px;
}
#finder-search .controls label,
#searchForm .controls label {
  display: inline-block;
  margin-right: 30px;
  font-weight: normal;
}
#finder-search input[type="radio"],
#searchForm input[type="radio"] {
  margin-top: 2px;
}
.search-results {
  margin-right: 13px;
}
.search-results .highlight {
  /*background: yellow;*/
  background: none;
  font-weight: inherit;
  padding: 0;
}
.search-results h2 {
  font-size: 160%;
  font-weight: normal;
  text-transform: none;
}
.search-results h2 a {
  color: #005a84;
}
.search-results h2 a:hover {
  color: #fcaf26;
}
.search-results h3 {
  color: #252525;
  font-size: 90%;
}
.search-results .result-text {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #ccc;
}
.search-pages-counter {
  font-size: 79% !important;
  margin-top: 15px !important;
}

/* Case Study - Green Bond */
div.moduletable.greenbond {
  margin-bottom: 30px;
}
div.moduletable.greenbond div.header {
  font-size: 122.222222%;
  text-transform: uppercase;
  color: #fff;
  background: #008bc6;
  padding: 0 10px;
  line-height: 181.818181%;
}
div.moduletable.greenbond div.header span.lbl {
  color: #feb000;
}
div.moduletable.greenbond div.header span.state {
  text-transform: none;
  font-style: italic;
  float: right;
}
div.moduletable.greenbond div.subhead {
  background: #ddd;
  line-height: 222.222222%;
  padding: 0 10px;
}
div.moduletable.greenbond div.summary {
  background: #f2f6f6;
  padding: 30px 10px;
}
div.moduletable.greenbond div.stats {
  padding: 15px 10px;
  border-bottom: 1px solid #000;
}
div.moduletable.greenbond div.stats ul {
  list-style: disc;
  margin-left: 30px;
}
div.moduletable.greenbond div.stats ul li {
  font-size: 111.111111%;
  line-height: 200%;
  padding-bottom: 0;
}
div.moduletable.greenbond div.stats ul li span {
  color: #8abb00;
  font-weight: bold;
}
div.moduletable.greenbond div.description {
  padding: 30px 10px;
}

/* Inset Donate Block */
div.moduletable.donate-inset {
  margin-top: 60px;
  font-size: 105.555555%;
  line-height: 157.894736%;
  color: #fff;
  border-top: 3px solid #09548a;
}
.article-2560 div.moduletable.donate-inset,
.article-2381 div.moduletable.donate-inset {
  display: none !important;
}
div.moduletable.donate-inset div.custom {
  margin-top: 2px;
  background: #09548a;
  padding: 30px 30px;
}
div.moduletable.donate-inset div.custom .col-lg-2,
div.moduletable.donate-inset div.custom .col-md-3 {
  text-align: right;
}
div.moduletable.donate-inset aside {
  font-size: 100%;
  color: #fdb12a;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: bold;
}
div.moduletable.donate-inset a.btn {
  margin-top: 20px;
  box-shadow: none;
  background: #fdb12a;
  border: 1px solid #000;
  font-size: 136.842105%;
  color: #083d70;
  text-transform: none;
}
div.moduletable.donate-inset a.btn:hover {
  color: #eee;
}

/* Footer Area */
.footer {
  background: #313131;
  border-top: 10px solid #000;
  color: #fff;
}
.footer .container {
  padding: 40px 0px;
}
.footer .copyright {
  font-size: 94.4444444%;
}
.footer .copyright img {
  margin-bottom: 20px;
}
.footer .copyright ul {
  list-style: none;
  margin: 0;
  columns: 2;
  padding: 0;
  width: 75%;
}
.footer .copyright ul li {
  margin: 0;
  line-height: 170%;
  font-weight: 300;
}
.footer .copyright ul li span {
  color: #ffb200;
}
.footer .copyright a {
  color: #fff;
}
.footer .copyright a:hover {
  color: #ffb200;
}
.footer .copyright .cpyrt {
  font-size: 75%;
  margin-top: 30px;
  font-weight: 300;
}

.footer .accred {
  font-size: 88.888888%;
  line-height: 150%;
  font-weight: 300;
}
.footer .accred img {
  margin-bottom: 5px;
  margin-right: 10px;
}
.footer .accred a {
  color: #fcaf26;
}
.footer .accred a:hover {
  color: #fff;
}
.footer .nav {
  margin-bottom: 30px;
}
.footer .nav li {
  display: inline-block;
  font-size: 111.111111%;
  line-height: 100%;
}
.footer .nav li a {
  color: #ffb200;
  font-weight: 300;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #fff;
}
.footer .nav li:last-child a {
  border-right: 0;
}
.footer .nav li a:hover {
  color: #fff;
  background: none;
}

/* Print Template */
body.contentpane {
  background: #fff;
}
.contentpane .logo {
  width: auto;
  height: auto;
  margin-top: 0px;
}
.contentpane #right .moduletable.twtr,
.contentpane #right .moduletable ul.nav {
  display: none;
}
.contentpane .program h1 {
  font-size: 278.57%;
  font-weight: 300;
  text-transform: none;
  background: none;
  width: 100%;
  padding-bottom: 0;
}
.contentpane .program h1 span {
  display: block;
}
.ad_m_b {
  margin-bottom: 10px;
}

@media print {
  #pop-print {
    display: none;
  }
  a {
    color: #252525;
  }
}

/* start smaller desktop width styles */
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .maximenuck li {
    font-size: 125%;
    padding-top: 13px;
    margin-left: 15px;
  }
  .navbar .maximenuck .maxidrop-main,
  .navbar .nav-child {
    margin-top: 28px;
  }
  .navbar .maximenuck.item139 .maxidrop-main .maxidrop-main2 {
    width: 970px;
  }
  .blurb-content {
    padding: 0 45px;
  }
  .news .project-item a .item-content {
    font-size: 90%;
    line-height: 130%;
    height: 67px;
  }
  .news .project-item a .item-content .title {
    line-height: 130%;
    margin-bottom: 5px;
  }
  .action-content.col-sm-10 {
    width: 91.66666667%;
  }
  .action-content.col-sm-offset-1 {
    margin-left: 4.16666665%;
  }
  .action div.moduletable {
    font-size: 150%;
  }
  .action div.moduletable.subscribe {
    font-size: 125%;
  }
  .footer .copyright {
    font-size: 88.8888888%;
  }
  div.item-page .projects .project-item {
    height: 350px;
  }
  .add-this span.at-label {
    display: none;
  }
  #right .list ul li {
    font-size: 77.7777777%;
    margin-bottom: 20px;
  }
  a.all {
    border-left: 0;
    padding-left: 0;
    display: block;
  }
  div.moduletable.home.programs .custom ul {
    columns: 1;
  }
  .itemid-139 div.moduletable.home.programs .custom ul li {
    font-size: 95% !important;
    line-height: 130%;
  }
  .subscribe div.moduletable {
    padding: 0 52px;
  }
  .banner div.moduletable.program-main-banner .custom {
    height: 120px;
  }
  .banner div.moduletable.program-main-banner .custom .category-name {
    margin-bottom: 15px;
  }
  #home-vid-1 {
    top: 55%;
  }
}
/* end smaller desktop width styles */

/* start tablet width styles */
@media (min-width: 768px) and (max-width: 991px) {
  .navigation.affix {
    position: relative;
  }
  .navbar .maximenuck li {
    font-size: 100%;
    margin-left: 5px;
  }
  .navbar .maximenuck.item139 .floatck {
    display: none !important;
  }
  .navbar .maximenuck.item139 .maxidrop-main .maxidrop-main2 {
    width: 750px;
  }
  .navbar .maximenuck.item152 .maxidrop-main {
    left: 0;
    right: 0;
  }
  .navbar .maximenuck.item152 .maxidrop-main .maxidrop-main2 {
    width: 100%;
  }
  .navbar .maximenuck.item143 .maxidrop-main {
    right: 0;
  }
  .navbar .maximenuck li.item152 {
    padding-left: 16px;
  }
  .navbar .maximenuck.item152 .floatck {
    width: 80%;
    margin-left: -700px;
  }
  .navbar .maximenuck .maxidrop-main li,
  .navbar .nav-child li {
    font-size: 130%;
  }
  .maximenuck_mod .custom .whatwedo ul li {
    padding-left: 10px;
  }
  .maximenuck_mod .custom ul {
    -webkit-columns: 1 !important;
    -moz-columns: 1 !important;
    columns: 1 !important;
  }
  .maximenuck_mod #mod-finder-searchform input {
    width: 90%;
    line-height: 120%;
  }
  aside {
    font-size: 122.222222%;
  }
  #content .category-name {
    font-size: 122.222222%;
    letter-spacing: 1px;
  }
  #content .category-name img {
    width: 45px;
    margin-right: 15px;
  }
  .blurb {
    font-size: 150%;
  }
  .blurb-content {
    padding: 0 45px;
  }
  .news .project-item a .item-content {
    font-size: 90%;
    line-height: 130%;
    height: 67px;
  }
  .news .project-item a .item-content .title {
    line-height: 130%;
    margin-bottom: 5px;
  }
  .action-content.col-sm-10 {
    width: 91.66666667%;
  }
  .action-content.col-sm-offset-1 {
    margin-left: 4.16666665%;
  }
  .action div.moduletable {
    font-size: 110%;
  }
  .action div.moduletable.subscribe {
    padding: 160px 30px 30px 30px;
    font-size: 125%;
  }
  .footer .copyright ul {
    columns: 1;
    width: 100%;
  }
  .footer div.moduletable.copyright.col-sm-8,
  .footer div.moduletable.accred.col-sm-4 {
    width: 50%;
  }
  div.item-page .projects .project-item {
    font-size: 88.888888%;
  }
  div.item-page .projects.more .project-item {
    width: 100%;
  }
  div.item-page .projects .project-item .itemimg {
    height: auto;
  }
  .add-this span.at-label {
    display: none;
  }
  .at-style-responsive .at-share-btn {
    padding: 0 !important;
  }
  div.items-leading > div > .col-sm-4 {
    padding: 0;
    width: 100%;
  }
  div.items-leading > div > .col-sm-8 {
    padding: 0;
    width: 100%;
  }
  div.expertitem.staff {
    height: 200px;
  }
  #right .list ul li {
    font-size: 77.7777777%;
    margin-bottom: 20px;
  }
  #right .list ul li img {
    display: none;
  }
  #right .list.icons ul li img {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 23%;
  }
  #right .twtr .tweet {
    padding: 0;
    background: none;
    padding-bottom: 15px;
    border-bottom: 1px dotted #00538c;
  }
  #right div.moduletable.ataglance h3 {
    background: #008bc6;
    padding: 2px 5px 2px 10px;
    line-height: 225%;
    margin-bottom: 0;
  }
  #right div.moduletable.ataglance div.body {
    font-size: 77.777777%;
  }
  #right div.moduletable.ataglance div.body ul {
    padding-left: 0px;
    list-style: none;
  }
  .filter-search .inputbox {
    width: 60%;
  }
  a.all {
    border-left: 0;
    padding-left: 0;
    display: block;
  }
  div.moduletable.home.programs .custom ul {
    columns: 1;
    width: 100%;
  }
  span.alpha,
  a.alpha:link,
  a.alpha:visited {
    margin-right: 7px;
  }
  table.bythenumbers {
    width: 100%;
    float: none;
    margin: 10px 0 10px 0px;
  }
  div.moduletable.states ul {
    columns: 3 !important;
  }
  .subscribe div.moduletable {
    padding: 0;
  }
  .banner div.moduletable.program-main-banner .custom {
    height: 120px;
  }
  .banner div.moduletable.program-main-banner .custom .category-name {
    margin-bottom: 15px;
  }
  .videocontainer {
    height: 350px;
  }
  #home-vid-1 {
    top: 55%;
  }
} /* end tablet width styles */

/* start nav button styles */
@media (max-width: 767px) {
  .navbar-toggle {
    border: 0;
    border-radius: 0;
    margin: 0;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background: none;
  }
  .navbar-toggle .icon-bar {
    background: #fff !important;
    height: 4px;
    width: 40px;
    border-radius: 2px;
    margin-top: 3px;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .navbar-collapse {
    border: 0;
    position: absolute;
    right: 0px;
    left: 0;
    z-index: 10000;
    background: rgba(255, 255, 255, 1);
    /*
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzIyOSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjYTQ3MzAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmViMDAwIiBvZmZzZXQ9IjAuMDQiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmViMDAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzIyOSkiIC8+PC9zdmc+);
	background: -moz-linear-gradient(-90deg, #a47300 0%, #feb000 4%, #feb000 100%);
	background: -webkit-linear-gradient(-90deg, #a47300 0%, #feb000 4%, #feb000 100%);
	background: linear-gradient(180deg, #a47300 0%, #feb000 4%, #feb000 100%);
*/
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
    padding: 10px 25px 15px;
    text-align: left;
    border-bottom: 8px solid #04548a !important;
    margin-top: 30px;
  }
  .navbar-collapse #mainmenu ul.maximenuck {
    padding: 0;
  }
  .navbar .maximenuck {
    text-align: left;
  }
  .navbar-collapse #mainmenu ul.maximenuck.pull-right {
    float: left !important;
  }
  .navbar-collapse #mainmenu ul.maximenuck li {
    margin: 0;
    display: block;
    padding: 10px 5px;
    line-height: 150%;
    border-bottom: 1px solid #04548a;
    font-weight: 400;
  }
  .navbar-collapse #mainmenu ul.maximenuck li a {
    color: #04548a;
    padding: 0;
  }
  .navbar .maximenuck.item152 a img {
    display: none !important;
  }
  .navbar .maximenuck.item152 a span {
    display: block !important;
  }
  .navbar .maximenuck .floatck {
    display: none !important;
  }
} /* end nav button styles */

/* start smartphone width styles */
@media (max-width: 767px) {
  .navigation.affix {
    position: relative !important;
  }
  .navigation .row {
    margin: 0;
  }
  .navigation .logo-content.col-sm-3 {
    width: 75%;
  }
  .navbar-brand {
    padding-left: 15px;
    max-width: 320px;
  }
  .banner h3 {
    bottom: 5px;
    left: 10px;
    font-size: 50%;
  }
  .blurb {
    font-size: 115%;
  }
  .blurb a {
    font-size: 77.2946859%;
    position: relative;
    top: 15px;
  }
  .blurb-content {
    padding: 0 15px;
  }
  .news {
    padding: 15px 0;
  }
  .news h3 {
    font-size: 205.555555%;
    margin-bottom: 30px;
  }
  .news .project-item {
    margin: 0 auto 15px;
    max-width: 350px;
  }
  .news .buttons ul {
    margin: 15px 0 0;
    padding: 0;
  }
  .news .buttons ul li {
    display: block;
    max-width: 160px;
    margin: 0 auto 15px;
  }
  .subscribe div.moduletable h3 {
    font-size: 132.142857%;
  }
  .social {
    padding: 15px 0;
  }
  div.moduletable.home.twtr .tweetheader {
    font-size: 150%;
    margin-bottom: 0;
  }
  div.moduletable.home.twtr .tweetheader img {
    display: block;
    margin: 0 auto;
  }
  div.moduletable.home.twtr .tweet {
    float: none;
    padding: 15px 0;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #00538c;
    margin: 0;
  }
  div.moduletable.home.twtr .tweetfooter {
    padding: 0;
    margin-top: 15px;
  }
  .action {
    padding: 15px 0 0;
  }
  .action h3 {
    font-size: 130%;
  }
  .action div.moduletable {
    text-align: center;
  }
  .action div.moduletable img {
    padding-right: 0;
    margin: 0 auto 15px;
    border-right: 0;
    float: none !important;
    display: block;
  }
  .action div.moduletable a {
    float: none;
    border: none;
    display: block;
    margin: -15px auto 15px;
    padding: 0;
  }
  .action div.moduletable span {
    font-size: 105%;
    font-weight: 300;
  }
  .action div.moduletable.subscribe {
    margin: 0 -15px;
    padding: 30px 15px 15px;
    text-align: center;
    background: rgba(197, 164, 89, 0.75) url(../images/commonground.png) 50%
      70px no-repeat;
  }
  .action div.moduletable.subscribe h3 {
    position: relative;
    top: 0;
    left: 0;
  }
  .action div.moduletable.subscribe .custom {
    margin-top: 120px;
  }
  .action div.moduletable.subscribe a {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 15px;
  }
  .feature {
    padding: 15px 0;
  }
  .feature div.moduletable {
    text-align: center;
  }
  .feature div.moduletable .item-image {
    padding: 0 15px;
    margin: 0 auto 15px;
    max-width: 390px;
  }
  .footer .row {
    margin: 0;
  }
  .footer .container {
    padding: 15px 0;
  }
  .footer-content div.moduletable {
    text-align: center;
  }
  .footer .copyright ul {
    columns: 1;
    width: 100%;
  }
  .banner .row {
    margin: 0;
  }
  .banner-content {
    padding: 0;
  }
  div.moduletable.home.programs .custom ul {
    columns: 1;
  }
  aside {
    font-size: 122.222222%;
  }
  #content .category-name {
    font-size: 122.222222%;
    letter-spacing: 1px;
    line-height: 110%;
  }
  #content .category-name img {
    width: 45px;
    margin-right: 15px;
    float: left;
  }
  span.alpha,
  a.alpha:link,
  a.alpha:visited {
    margin-right: 7px;
  }
  table.bythenumbers {
    width: 100%;
    float: none;
    margin: 10px 0 10px 0px;
  }
  #right {
    padding-top: 0 !important;
  }
  div.item-page .projects .project-item {
    font-size: 88.888888%;
  }
  div.item-page .projects.more .project-item {
    width: 100%;
  }
  div.item-page .projects .project-item .itemimg {
    height: auto;
  }
  .add-this span.at-label {
    display: none;
  }
  .at-style-responsive .at-share-btn {
    padding: 0 !important;
  }
  div.items-leading > div > .col-sm-4 {
    padding: 0;
    width: 100%;
  }
  div.items-leading > div > .col-sm-8 {
    padding: 0;
    width: 100%;
  }
  div.expertitem.staff {
    height: 200px;
  }
  #right .list ul li {
    font-size: 77.7777777%;
    margin-bottom: 20px;
  }
  #right .list ul li img {
    display: none;
  }
  #right .list.icons ul li img {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 23%;
  }
  #right .twtr .tweet {
    padding: 0;
    background: none;
    padding-bottom: 15px;
    border-bottom: 1px dotted #00538c;
  }
  #right div.moduletable.ataglance h3 {
    background: #008bc6;
    padding: 2px 5px 2px 10px;
    line-height: 225%;
    margin-bottom: 0;
  }
  #right div.moduletable.ataglance div.body {
    font-size: 77.777777%;
  }
  #right div.moduletable.ataglance div.body ul {
    padding-left: 0px;
    list-style: none;
  }
  .filter-search .inputbox {
    width: 100%;
    border: 1px solid #212121;
    margin-bottom: 10px;
  }
  .filter-search.alpha {
    display: none;
  }
  .pagination ul > li {
    display: none;
  }
  .pagination ul > li.pagination-start,
  .pagination ul > li.pagination-end,
  .pagination ul > li.pagination-prev,
  .pagination ul > li.pagination-next {
    display: inline;
  }
  div.expertitem {
    float: none;
    height: auto;
    padding: 0;
  }
  div.item-page .projects .project-item {
    padding-right: 0;
  }
  div.item-page .projects .footerlink {
    top: inherit;
    right: inherit;
    position: relative;
    margin-bottom: 30px;
  }
  div.item-page .callout {
    width: 100%;
    padding-right: 0;
  }
  div.moduletable.states ul {
    -webkit-columns: 1 !important;
    -moz-columns: 1 !important;
    columns: 1 !important;
  }
  div.moduletable.home.programs .custom ul li {
    height: auto;
  }
  div.moduletable.home.programs .custom ul li a img {
    display: block;
    float: none;
  }
  table.stateheader span.visible-xs {
    color: #212121;
    text-align: left;
    padding: 0 10px;
  }
  div.moduletable.home.programs ul.nav {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  .navbar .maximenuck li.item2099,
  .navbar .maximenuck li.item2045,
  .navbar .maximenuck li.item1752,
  .navbar .maximenuck li.item1753,
  .navbar .maximenuck li.item2044 {
    display: block;
  }
  .navbar .maximenuck li.item143 {
    order: 0 !important;
    border: none !important;
  }
  ul.maximenuck {
    display: flex;
    flex-wrap: wrap;
  }

  .item143 a.maximenuck {
    padding: 10px !important;
    display: block;
    width: fit-content;
  }

  li.maximenuck.item139.parent.level1 {
    order: 2;
  }

  li.maximenuck.item138.first.parent.level1 {
    order: 3;
  }

  li.maximenuck.item137.first.parent.level1 {
    order: 4;
  }

  li.maximenuck.item136.first.parent.level1 {
    order: 4;
  }
  .onlyMobileShow,
  .item400 {
    display: block !important;
  }
  .onlyMobileShow li {
    padding: 20px 0 10px 0 !important;
    text-align: center;
    width: 100%;
  }
  li.maximenuck.item400.first.parent.level1 {
    order: 6;
  }
  .onlyMobileShow li a {
    color: #212121 !important;
    font-weight: 400;
    line-height: 130%;
    text-transform: none !important;
    font-size: 20px;
  }
  .navbar .maximenuck li.item2045 {
    border: 0 !important;
    margin: 0 !important;
    font-size: 100%;
  }
  .navbar .maximenuck li.item2045 a {
    background: #ffb200;
    color: #00528b !important;
    padding: 10px 20px !important;
  }
  .navbar .maximenuck li.item1983,
  .navbar .maximenuck li.item1752,
  .navbar .maximenuck li.item1753 {
    display: inline-block;
    border: 0 !important;
    float: left;
    font-size: 100%;
    width: 32%;
    padding: 20px 0 10px 0 !important;
    text-align: center;
  }
  .navbar .maximenuck li.item1983 {
    width: 36%;
  }
  .navbar .maximenuck li.item1983 a,
  .navbar .maximenuck li.item1752 a,
  .navbar .maximenuck li.item1753 a {
    color: #212121 !important;
  }
  .videocontainer {
    height: 180px;
  }
  #home-vid-1 {
    top: 55%;
  }
  div.moduletable.greenbond div.header span.lbl {
    display: block;
  }
  div.moduletable.greenbond div.header span.state {
    float: none;
    display: block;
  }
  div.moduletable.greenbond ul {
    -webkit-columns: 1 !important;
    -moz-columns: 1 !important;
    columns: 1 !important;
  }
  div.moduletable.greenbond img {
    float: none !important;
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
  .action div.moduletable.greenbond {
    padding: 0;
  }
  .action div.moduletable.greenbond h3 {
    font-size: 225%;
  }
  .action div.moduletable.greenbond div.stat {
    font-size: 250%;
    margin: 30px 0;
  }
  .subscribe div.moduletable {
    padding: 0;
  }
  .subscribe div.moduletable a {
    font-size: 65%;
  }
  .formResponsive .formBody {
    float: none !important;
    width: 100% !important;
    padding-right: 25px !important;
  }
  .formResponsive .formHorizontal .formValidation {
    display: inline !important;
  }
  input[type="submit"].btn.donate {
    width: 100%;
    margin-left: 10px;
  }
  .rsform-block-ecard-id .formBody label {
    width: 31%;
  }
  #right div.moduletable.share {
    text-align: center;
  }
  div.item-page .projects .project-item {
    height: 360px;
  }
  div.moduletable.donate-inset aside {
    margin-bottom: 15px;
  }
  div.moduletable.donate-inset div.custom .col-lg-2,
  div.moduletable.donate-inset div.custom .col-md-3 {
    text-align: left;
  }
  .banner div.moduletable.program-main-banner .custom {
    display: none;
  }

  /*
.itemid-1325  BP
.itemid-169   CA
.itemid-161   CLN
.itemid-168   CL
.itemid-163   FI
.itemid-166   MS
.itemid-167   NCIF
.itemid-162   RC
.itemid-160   CITIES
.itemid-164   WFF (not used)
.itemid-2112  Working Farms
*/

  .itemid-1325 #content .category-name.bp a,
  #content .category-name,
  .itemid-1325 #content .page-header h1,
  .itemid-169 #content .category-name.ca a,
  #content .category-name,
  .itemid-169 #content .page-header h1,
  .itemid-161 #content .category-name.cln a,
  #content .category-name,
  .itemid-161 #content .page-header h1,
  .itemid-168 #content .category-name.cl a,
  #content .category-name,
  .itemid-168 #content .page-header h1,
  .itemid-163 #content .category-name.fi a,
  #content .category-name,
  .itemid-163 #content .page-header h1,
  .itemid-166 #content .category-name.ms a,
  #content .category-name,
  .itemid-166 #content .page-header h1,
  .itemid-167 #content .category-name.ncif a,
  #content .category-name,
  .itemid-167 #content .page-header h1,
  .itemid-162 #content .category-name.rc a,
  #content .category-name,
  .itemid-162 #content .page-header h1,
  .itemid-160 #content .category-name.wff a,
  #content .category-name,
  .itemid-160 #content .page-header h1,
  .itemid-2112 #content .category-name.farms a,
  #content .category-name,
  .itemid-2112 #content .page-header h1 {
    display: block;
  }
} /* end smartphone width styles */

.divForGrids {
  display: flex;
  flex-wrap: wrap;
}
.search-pagination ul.pagination {
  display: flex;
  list-style: none;
  align-items: center;
  /* padding: 0 !important; */
}
.search-pagination ul.pagination li {
  padding: 0 !important;
  border: none;
  line-height: 28px;
}
.search-pagination ul.pagination li.first.btn button {
  background: none;
  border-radius: 5px 0px 0 5px !important;
  outline: none;
  color: #212121 !important;
  padding: 0px 15px;
  border-width: 1px;
}
.search-pagination ul.pagination li.prev.btn button {
  background: none;
  border-radius: 0 !important;
  border-left: 0;
  outline: none !important;
  color: #212121 !important;
  padding: 0px 15px;
  border-width: 1px;
  border-right-width: 1px;
}
.search-pagination ul > li > a,
.search-pagination ul > li > span {
  border-left-width: 1px;
}
.search-pagination li.current span {
  color: #121212;
  background: none !important;
}
.search-pagination li a {
  color: #5f8100;
  background: none !important;
}
.search-pagination li a:hover {
  color: #008bc6;
}
.search-pagination ul.pagination li.next.btn {
  background: none;
  border-radius: 0 !important;
  border-left: 0;
  outline: none !important;
  color: #212121 !important;
  padding: 0px 15px;
  border-width: 1px;
  border-right-width: 1px;
}
.search-pagination li.next.btn button {
  background: none;
  outline: none !important;
  border-width: 1px;
  padding: 0 15px;
}
.search-pagination li.last.btn button {
  background: none;
  outline: none !important;
  border-width: 1px;
  padding: 0 15px;
  border-radius: 0 4px 4px 0;
}
