html, button, input, select, textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio, canvas, img, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

input {
  outline: none;
}

img {
  max-width: 100%;
  height: auto !important;
}

.clear {
  clear: both;
  padding: 0;
  margin: 0;
  font-size: 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ===== Initializr Styles ================================================== */

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font: 14px/1.1 'franklin_gothic_fsbook', Helvetica, Helvetica Neue, Arial;
  background-color: #fff;
}

i, em {
  font-family: 'franklin_gothic_fsbook_italic';
  font-weight: normal;
  font-style: normal;
}

b, strong, h1, h2, h3, h4, h5 {
  font-family: 'roboto_medium';
  font-weight: normal;
  font-style: normal;
}

em strong, strong em, h1 em, h2 em, h3 em, h4 em, h5 em {
  font-family: 'roboto_medium_italic';
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

aside h2 {
  color: #666;
}
  aside h2:first-child {
    margin: 0 0 1em;
  }

#sub-header {
  background-color: #00a4e4;
  color: white;
}

.wrapper {
  width: 96%;
  margin: 0 auto;
}

a {
  color: #00a4e4;
  text-decoration: none;
}

a:hover {
  color: #95a0a9;
}

.proxima-l {
  font-family: 'Proxima Nova';
  font-weight: 100;
}

.proxima-l strong, .proxima {
  font-family: 'Proxima Nova';
  font-weight: normal;
}

.proxima-sb {
  font-family: 'Proxima Nova';
  font-weight: bold;
}

.proxima-bl {
  font-family: 'Proxima Nova';
  font-weight: 900;
}

.proxima-eb {
  font-family: 'Proxima Nova';
  font-weight: 800;
}

.brdrd-btn, #find-state a, #nonprofit-careers a, #state-jobs .block a, #impacts-wrap + #whats-new .btn-wrap a, #first-post .views-more-link {
  border-bottom: 3px solid #00a4e4;
}

.brdrd-btn.white {
  color: #fff;
  border-color: #fff;
}

.brdrd-btn.green {
  color: #369044;
  border-color: #369044;
}

.brdrd-btn:after, #find-state a:after, #nonprofit-careers a:after, #state-jobs .block a:after, #impacts-wrap + #whats-new .btn-wrap a:after, #adv-search .views-submit-button span.arrow, #first-post .views-more-link:after {
  content: '\e600';
  margin-left: 5px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
}

.brdrd-btn:hover {
  border-bottom: 3px solid #95a0a9;
}

.proxima-b {
  font-family: 'Proxima Nova Bold';
  font-weight: normal;
}

.ws {
  font-family: 'web_symbolsregular';
}

.left {
  float: left;
}

.right {
  float: right;
}

p {
  margin-top: 0;
}

/* ==============
    MOBILE: Menu
   ============== */

nav {
  padding-top: 13px;
  text-align: right;
}

nav ul {
  margin: 0;
  padding: 0;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
  padding: 30px 0;
}

.main aside {
  padding: 0px 0 10px;
}

.footer-container footer {
  padding: 20px 0;
}

#main-nav > li#nav0.mobile {
  display: block;
}

#header.is_stuck #main-nav > li#nav0 {
  display: none;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
  padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#logo {
  margin: 10px auto 10px 10px;
  display: block;
  width: 182px;
  height: 40px;
  font-size: 0;
}

#sub-nav {
  text-transform: uppercase;
  text-align: right;
  font-size: 0.94em;
  color: white;
  display: none;
  margin: 0;
  padding: 10px 0;
}

#sub-nav a {
  color: white;
  font-weight: bold;
}

#sub-nav a:hover, #sub-nav a.active {
  color: #95a0a9;
}

#member-login a {
  text-transform: uppercase;
  font-size: 0.88em;
  display: inline-block;
}

#member-login:hover a {
  color: #95a0a9;
  border-color: #95a0a9;
}

#search span {
  text-transform: uppercase;
  font-size: 0.88em;
  color: #95a0a9;
  display: inline-block;
  cursor: pointer;
}

#search span:hover {
  color: #221e1f;
  border-color: #221e1f;
}

#search {
  z-index: 9999;
}

#s, #search-block-form, #search #views-exposed-form-advanced-search-page-1 {
  position: absolute;
  top: 150%;
  right: 0;
  width: 298px;
  height: 48px;
  padding-top: 8px;
  border: 1px solid #95a0a9;
  background-color: #f8f8f8;
  display: none;
}

#s.active, #search-block-form.active, #search #views-exposed-form-advanced-search-page-1.active {
  display: block;
  z-index: 10000;
}

#s input[type=text], #search-block-form input[type=text], #search #views-exposed-form-advanced-search-page-1 .views-exposed-form {
  border: none;
  height: 30px;
  background-color: #f8f8f8;
  padding: 0 10px;
  width: 100%;
  vertical-align: top;
  font-size: 1.13em;
}

#search #views-exposed-form-advanced-search-page-1 #edit-search-api-views-fulltext-wrapper {
  float: left;
  width: 245px;
  padding: 0;
}

#search #views-exposed-form-advanced-search-page-1 input[type=text] {
  width: 245px;
  background: transparent;
  height: 30px;
  padding: 0;
  font-size: 1em;
  border: 0;
}

#search #views-exposed-form-advanced-search-page-1 .views-submit-button {
  padding: 0;
  margin: 0;
}

#s input[type=submit], #search-block-form input[type=submit], #search #views-exposed-form-advanced-search-page-1 input[type=submit] {
  background: url(../img/sprite.png) 0 0 no-repeat;
  font-size: 0;
  border: none;
  width: 30px;
  height: 30px;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

#search #views-exposed-form-advanced-search-page-1 label,
#search #views-exposed-form-advanced-search-page-1 .views-widget-sort-by,
#search #views-exposed-form-advanced-search-page-1 .views-widget-sort-order {
  display: none;
}

::-webkit-input-placeholder {
  color: #c5c5c5;
  font-family: 'Proxima Nova';
  font-weight: normal;
}

::-moz-placeholder {
  color: #c5c5c5;
  font-family: 'Proxima Nova';
  font-weight: normal;
}

:-ms-input-placeholder {
  color: #c5c5c5;
  font-family: 'Proxima Nova';
  font-weight: normal;
}

#header.is_stuck {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 1px 1px #666;
}

.is_stuck #sub-header {
  position: relative;
  height: 96px;
}

.is_stuck .block-logo {
  position: relative;
}

.is_stuck #logo {
  position: absolute;
  width: 39px;
  height: 39px;
  background: url(../img/sprite.png) -128px -64px;
  top: 103px;
  margin: 0;
  z-index: 10;
}

.is_stuck #logo img {
  display: none;
}

.is_stuck #search {
  position: absolute;
  right: 0;
  bottom: -87px;
  z-index: 299;
}

.is_stuck #search span {
  width: 20px;
  height: 20px;
  display: block;
  font-size: 0;
  border: none;
}

.is_stuck #search span:before {
  font-size: 1.13rem;
  left: 0;
}

#header.is_stuck {
  min-height: 150px;
  top: -97px !important;
  bottom: auto !important;
  position: fixed !important;
  overflow: visible;
}

#intro-txt {
  padding: 3.8em 9% 3.67em;
  font-size: 1.58em;
  line-height: 1.33;
  background: url(../img/intro-map.png) 50% 50% no-repeat;
  text-align: center;
}

#our-work {
  background-color: #f8f8f8;
  overflow: hidden;
  padding: 3.13em 0 8.13em;
  position: relative;
}

#our-work article {
  background-color: #fff;
}

#pit, #tools, .work-block {
  font-size: 1.50em;
  color: #221e1f;
  padding: .6em .8em 2.3em;
  position: relative;
  margin-bottom: 1px;
}

#pit h3, #tools h3, .work-block h3 {
  color: #00a4e4;
  font-size: 1.13em;
  margin: 0 0 1.67em;
  position: relative;
  padding-left: 70px;
}

.work-block h3 {
  padding-left: 0;
}

.work-block h3 img {
  display: block;
  float: left;
  margin-right: 14px;
  margin-top: 10px;
}

#pit h3 {
  padding-left: 80px;
}

#pit h3:before, #tools h3:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  background-image: url(../img/sprite.png);
}

#pit h3:before {
  width: 69px;
  height: 49px;
  background-position: -32px 0;
}

#tools h3:before {
  width: 59px;
  height: 37px;
  background-position: -128px 0;
}

#pit a.brdrd-btn, #tools a.brdrd-btn, .work-block a.brdrd-btn {
  position: absolute;
  right: 1.25em;
  bottom: .9em;
}

#pit a.brdrd-btn:hover, #tools a.brdrd-btn:hover, .work-block a.brdrd-brn:hover {
  color: #95a0a9;
  border-color: #95a0a9;
}

.expand #pit, .expand #tools, .expand .work-block {
  width: 0;
  visibility: hidden;
}

#expandable {
  background-color: #00a4e4;
  overflow: hidden;
  padding-bottom: 2em;
}

.expand #expandable {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  padding-top: 8.53em;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.expand #expandable .group {
  max-width: 96%;
  margin: 0 auto;
  position: relative;
}

#expandable article {
  background-color: transparent;
  padding: .95em 1.12em 1.17em;
  font-size: 1.13em;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.expand #expandable article {
  float: right;
  width: 33.4649%;
  margin: 0;
}

.expand #expandable .group article:first-child {
  width: 33.0702%;
}

.expand .group article:nth-child(even) {
  border-left: 1px dashed #6d5262;
  border-right: 1px dashed #6d5262;
}

#expandable article h3 {
  font-size: 1.33em;
  margin: 0 0 1.17em;
}

#expandable article img {
  margin: 0 auto 1.2em;
  display: block;
}

#expandable a.expand-btn {
  color: #fff;
  font-size: 1.33em;
  cursor: pointer;
  display: none;
}

#expandable a.expand-btn:hover {
  color: #221e1f;
}

#expandable a.expand-btn:after {
  margin-left: 7px;
  color: #221e1f;
  font-family: 'web_symbolsregular';
  content: '\002B';
}

.expand #expandable a.expand-btn:after {
  content: '\002D';
}

#our-work h2 {
  font-size: 2.25em;
  color: #221e1f;
  margin: 1.3em 0 0.5em;
}

#our-work article h3 {
  font-family: 'franklin_gothic_fsbook';
}

#expandable .btn-wrap {
  text-align: center;
  clear: both;
  padding-top: 1.5em;
}

#expandable .brdrd-btn {
  color: #fff;
  border-color: #fff;
  font-size: 1.5em;
}

#expandable .brdrd-btn:hover {
  color: #221e1f;
  border-color: #221e1f;
}

.expand #expandable a.expand-btn.close-btn {
  font-size: 0;
  position: absolute;
  top: -75px;
  right: 0;
  display: block;
  width: 30px;
  height: 31px;
  background: url(../img/sprite.png) -192px 0 no-repeat;
}

.expand #expandable a.expand-btn.close-btn:after {
  display: none;
}

#expandable .group article .btn-wrap {
  padding: 0;
  text-align: right;
}

#whats-new {
  padding: 2.7em 0 .5em;
  overflow: hidden;
}

#whats-new h2 {
  font-size: 2.25em;
  color: #221e1f;
  margin: 1.3em 0 0.5em;
  font-family: 'Proxima Nova Bold', sans-serif;
}

#whats-new .news {
  padding-bottom: 2em;
}

#whats-new .news .ttl {
  margin: 0 0 .6em;
  text-transform: uppercase;
  color: #95a0a9;
  font: normal 0.88em 'Proxima Nova';
}

#whats-new figure, .post figure {
  margin-bottom: 1.44em;
  overflow: hidden;
  position: relative;
}

.post figure span a {
  color: #FFF;
}

#whats-new h3 {
  margin: 0;
  padding-right: 1.5em;
  font: normal 1.13em 'franklin_gothic_fsbook';
}

#whats-new h3 a {
  color: #221e1f;
}

#whats-new h3 a:hover {
  color: #00a4e4;
}

#whats-new img, .post img {
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
}

#whats-new figure:hover img, .post figure:hover img {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  transform: scale(1.12);
}

.post figure span, #whats-new figure span a, #whats-new figure span {
  position: absolute;
  width: 1.6em;
  line-height: 1.6em;
  font-size: 3em;
  top: 0;
  right: 0;
  z-index: 99;
  display: block;
  color: #fff;
  background-color: #00a4e4;
  text-align: center;
}

#state-jobs {
  background: #369044 url(../img/l-blue-px.gif) 0 0 no-repeat;
  overflow: hidden;
}

#state-jobs .wrapper {
  width: auto;
}

#find-state, #nonprofit-careers, #state-jobs .block {
  overflow: hidden;
  font-size: 1.50em;
  color: #fff;
  text-align: center;
}

#nonprofit-careers, #state-jobs .block:last-child {
  padding: 1em 1em 1em 1.38em;
  background-color: #369044;
}

#find-state, #state-jobs .block:first-child {
  padding: 1em;
  background-color: #00a4e4;
}

#find-state h2, #nonprofit-careers h2, #state-jobs .block h2 {
  font-size: 1.13em;
  margin: 0;
  font-family: 'Proxima Nova';
  font-weight: 100;
}

#find-state img, #nonprofit-careers img, #state-jobs .block img {
  float: left;
}

#nonprofit-careers figure, #nonprofit-careers img, #state-jobs .block:last-child img {
  margin-left: -.8em;
}

#find-state figure + p, #nonprofit-careers figure + p,
#find-state img + p, #nonprofit-careers img + p,
#state-jobs .block img + p {
  margin-bottom: 1.45em;
}

#find-state a, #nonprofit-careers a, #state-jobs .block a {
  color: #fff;
  border-color: #fff;
}

#find-state .contextual-links-wrapper a, #nonprofit-careers .contextual-links-wrapper a, #state-jobs .block .contextual-links-wrapper a {
  border: 0;
}

#find-state a:hover, #nonprofit-careers a:hover, #find-state a:hover, #state-jobs .block a:hover {
  color: #221e1f;
  border-color: #221e1f;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-variant: normal;
  text-transform: none;
}

.icon-linkedin:before {
  content: '\e800';
}

.icon-scribd:before {
  content: '\e81e';
}

.icon-facebook:before {
  content: '\e81f';
}

.icon-twitter:before {
  content: '\e820';
}

#connect {
  padding: 4.4em 0;
}

#connect h2 {
  text-align: center;
  color: #221e1f;
  margin: 1.3em 0 0.5em;
  font-size: 1.88em;
}

#connect .wrapper {
  background-color: #f8f8f8;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 1em 1.25em;
  position: relative;
  width: 100%;
  max-width: 1026px;
}

#connect h3 {
  font: 1.50em 'franklin_gothic_fsbook';
  margin: 0 0 .5em;
}

#connect h3 strong {
  font-family: 'roboto_medium';
}

#follow-us {
  border-top: 1px solid #fff;
  padding-top: 1.5em;
}

#sign-up {
  padding-bottom: 2em;
}

#sign-up p {
  margin: 0;
}

#sign-up label {
  display: inline-block;
  vertical-align: top;
  line-height: 2.6em;
  font-size: 1.13em;
  margin-right: 7px;
}

#sign-up .f-form {
  display: block;
  margin-bottom: 1em;
  height: 3em;
  padding-top: .4em;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  vertical-align: middle;
  position: relative;
}

#sign-up button {
  position: absolute;
  right: 0;
}

#sign-up input, #sign-up button {
  border: none;
  background-color: #fff;
  height: 2em;
}

#sign-up input[type=email] {
  padding: 0 .5em;
  width: 62%;
}

#sign-up button {
  color: #369044;
  text-transform: uppercase;
  font-size: 1.13em;
  float: right;
}

#follow-us a,
div[id*=main-feature] .share a {
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 1rem;
  color: #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  font-size: 0;
  overflow: hidden;
}

#follow-us a svg,
div[id*=main-feature] .share a svg {
  max-height: 100%;
  width: 100%;
}

#follow-us a.fb-icon,
div[id*=main-feature] a.fb-icon {
  background-color: #3c5b9a;
  padding-left: 10px;
}

#follow-us a.tw-icon,
div[id*=main-feature] a.tw-icon {
  background-color: #5fa9dd;
}

#follow-us a.youtube-icon,
div[id*=main-feature] a.youtube-icon {
  background-color: #f00;
}

#follow-us a.soundcloud-icon,
div[id*=main-feature] a.soundcloud-icon {
  background-color: #ff3100;
}

#follow-us a.linkedin-icon,
div[id*=main-feature] a.linkedin-icon {
  background-color: #007bb6;
}

#follow-us a:hover,
div[id*=main-feature] .share a:hover {
  background: #00a4e4;
}

#footer-top {
  padding: 2em 0;
  background-color: #f8f8f8;
  margin-bottom: 8.7em;
}

#footer-top .wrapper {
  overflow: hidden;
}

#footer-top .links ul {
  padding: 0.5em 1em 3em 118px;
  margin: 0;
  list-style: none;
  min-height: 96px;
  display: block;
  background: url(../img/sprite.png) -544px 0 no-repeat;
}

#footer-top .links ul.contextual-links {
  background: none;
  min-height: 0;
  padding: 0.25em 0;
  float: none;
  width: auto;
  display: none;
}

#footer-top .links li:nth-child(2) {
  margin-bottom: 1.43em;
}

#footer-top .links a:hover {
  color: #95a0a9;
}

#address, #footer-top .address {
  border: 1px solid #d9d2cb;
  border-width: 1px 0 1px 0;
  padding: 2em 0;
  font-size: .88em
}

#address a:hover, #footer-top .address a:hover {
  color: #95a0a9;
}

#address h3, #footer-top .address h3 {
  margin: 0 0 .5em;
  font-size: 1.5em;
}

#address p, #footer-top .address p {
  margin: 0 0 .5em;
}

#donate, #footer-top .donate {
  padding-top: 2em;
}

#donate a.proxima-b, #footer-top .donate p a {
  display: block;
  line-height: 1.71em;
  font-size: 1.5em;
  text-align: center;
  background-color: #ed7a23;
  color: #f8f8f8;
  text-transform: uppercase;
}

#donate a.proxima-b:hover, #footer-top .donate a:hover {
  background-color: #00a4e4;
}

#donate a.proxima-b span, #footer-top .donate a span {
  font-size: 0.75em;
  vertical-align: top;
}

#donate p, #footer-top .donate p {
  margin: .8em 0 0;
  font-size: .88em;
}

#footer-bottom {
  font-size: 1.13em;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 101;
  border-top: 1px solid #fff;
}

#footer-bottom .wrapper {
  overflow: hidden;
  line-height: 3.06em;
  width: 100%;
  text-align: center;
}

#find-state-bottom {
  color: #fff;
  font-size: 1.17em;
  background-color: #00a4e4;
  padding: 0 1.25em;
  text-align: center;
}

#find-state-bottom span {
  display: block;
  position: relative;
  padding-left: 0.88em;
}

#find-state-bottom a {
  color: #fff;
  position: relative;
  z-index: 2;
  padding-right: 33px;
}

#find-state-bottom span:hover a {
  color: #221e1f;
}

#find-state-bottom span:before {
  content: '';
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
}

#find-state-bottom span:before {
  width: 12px;
  height: 17px;
  background-position: -224px 0;
  top: 18px;
  left: 0;
  position: absolute;
  display: block;
}

#find-state-bottom span:after {
  display: inline-block;
  width: 23px;
  height: 23px;
  background-position: -256px 0;
  margin-left: 9px;
  vertical-align: middle;
}

#find-state-bottom span:hover:after {
  background-position: -256px -32px;
}

#footer-bottom form {
  background-color: #f8f8f8;
  display: none;
  padding-left: 1.25em;
  line-height: 2;
}

#footer-bottom label {
  display: block;
}

#footer-bottom input {
  height: 35px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  width: 49%;
  padding: 0 2em 0 .7em;
}

#footer-bottom button {
  border: none;
  background: transparent;
  width: 1.11em;
  z-index: 99;
  margin-left: -1.8em;
  color: #369044;
  padding: 0;
}

#footer-bottom a.right {
  display: none;
}

#footer-bottom a.right:hover {
  color: #95a0a9;
}

#bouncing-arrow {
  display: inline-block;
  width: 48px;
  height: 28px;
  text-indent: -999em;
  outline: none;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -24px;
  background: url(../img/sprite.png) -320px 0 no-repeat;
  z-index: 105;
}

div[id*=main-feature] {
  margin-bottom: 2.5em;
  min-height: 114px;
}

#blog-main-feature, #single-main-feature.no-photo {
  background: url('../img/blog-ttl-bg.gif');
}

#blog-main-feature.photo {
  background: url(../img/blog-main-feature.jpg) 50% 50% no-repeat;
  color: #fff;
}

.page-thought-leadership-blog #first-post .has-no-photo,
.page-press-room #first-post .has-no-photo, #first-post .has-no-photo {
  display: none;
}

#blog-main-feature.no-photo h2.has-photo {
  display: none;
}

div[id*=main-feature] .wrapper {
  position: relative;
}

#blog-main-feature.photo .wrapper {
  height: 303px;
  text-shadow: 0 0 10px rgba(40,40,40,.75);
}

#blog-main-feature h3 {
  padding: 30px 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 2.3em;
  color: #95a0a9;
}

#blog-main-feature.photo h3 {
  color: #fff;
  float: none;
  width: auto;
}

#blog-main-feature h2 {
  font-size: 1.8em;
  line-height: 1.2;
  clear: both;
  margin: 1.3em 0 0.5em;
}

#blog-main-feature h2 a {
  color: #fff;
}

#blog-main-feature h2 a:hover {
  color: #00a4e4;
}

div[id*=main-feature] .share {
  text-transform: uppercase;
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 1.13em;
  height: 29px;
}

#blog-main-feature.photo .share {
  top: 30px;
}

div[id*=main-feature] .share strong {
  padding-top: 3px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
}

div.no-photo[id*=main-feature] .share strong {
  color: #00a4e4;
}

div.photo[id*=main-feature] .share strong {
  text-shadow: 0 0 5px rgba(40,40,40,.75);
}

div.photo[id*=main-feature] .share strong svg {
  -webkit-filter: drop-shadow(0 0 5px rgba(40,40,40,.75));
  filter: drop-shadow(0 0 5px rgba(40,40,40,.75));
}

div[id*=main-feature] .share strong span {
  display: inline-block;
  padding: 3px 2px 0 0;
  vertical-align: top;
}

div[id*=main-feature] .share:hover strong {
  color: #95a0a9 !important;
}

div.no-photo[id*=main-feature] .share svg .fill {
  fill: #00a4e4;
}

div[id*=main-feature] .share svg .fill {
  fill: #fff;
}

div[id*=main-feature] .share:hover svg .fill {
  fill: #95a0a9 !important;
}

div[id*=main-feature] .share a {
  width: 29px;
  height: 29px;
  font-size: 1em;
  margin-right: 2px;
}

div[id*=main-feature] a.fb-icon {
  padding: 3px 0 0 5px;
  margin-left: 1px;
}

div[id*=main-feature] a.tw-icon {
  padding-top: 3px;
}

div[id*=main-feature] .icons {
  width: 0;
  overflow: hidden;
  height: 38px;
  float: left;
  margin: 0;
  padding-top: 5px;
  -moz-transition: width 0.5s ease 0.2s;
  -webkit-transition: width 0.1s ease 0.2s;
  -ms-transition: width 0.1s ease 0.2s;
  -o-transition: width 0.1s ease 0.2s;
  transition: width 0.5s ease 0.2s;
}

div[id*=main-feature] .share:hover .icons {
  width: 200px;
}

div[id*=main-feature] .share:hover .st-btn {
  display: inline-block !important;
}

#blog-main-feature + .wrapper {
  overflow: hidden;
  margin-bottom: 5em;
}

#tools-main-feature {
  background: url(../img/tools-ttl-bg.jpg) 0 50% no-repeat;
}

div[id*=main-feature] h3 {
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.5em;
  color: #fff;
  padding: 30px 120px 0 0;
}

#find-state-wrap {
  min-height: 272px;
  background-color: #00a4e4;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

#find-state-wrap figure {
  margin-bottom: 1em;
}

#find-state-wrap h2 {
  font-size: 2.1em;
  margin: 0 0 10px;
  padding-top: 20px;
}

#find-state-wrap p {
  font-size: 1.50em;
  margin: 0 0 .8em;
}

#find-state-wrap a {
  color: #fff;
  border-color: #fff;
}

#find-state-wrap a:hover {
  color: #221e1f;
  border-color: #221e1f;
}

#first-post {
  padding-bottom: 2.2em;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 2.8em;
}

#first-post h2 {
  font-size: 2.3em;
  line-height: 1.2;
  margin: 1.3em 0 0.5em;
}

#first-post h2 a {
  color: #221e1f;
}

#first-post h2 a:hover {
  color: #00a4e4;
}

#first-post p {
  line-height: 1.3;
  margin-bottom: .7em;
}

#first-post .post-meta, .post .post-meta, .page-thought-leadership-blog .post .author, .page-thought-leadership-blog .post .tags, .page-press-room .post .author, .page-press-room .post .tags, .post .author, .post .tags {
  font-size: 1.13em;
}

.single .tags .tags-label {
  margin-left: 5px;
}

.single .field-name-field-tags .field-label {
  display: none;
}

.single .field-name-field-tags {
  display: inline-block;
}

.single .field-name-field-tags .field-items {
  float: none;
}

.single .field-name-field-tags .field-item {
  display: inline-block;
  margin-left: 5px;
}

.single .field-name-field-tags .field-item:after {
  content: "| ";
  margin-left: 5px;
}

.single .field-name-field-tags .field-item:last-child:after {
  content: " ";
}

#first-post .post-meta strong, .post .post-meta strong, .page-thought-leadership-blog .post .author strong, .page-thought-leadership-blog .post .tags strong, .page-press-room .post .author strong, .page-press-room .post .tags strong, .post .author strong, .post .tags strong {
  text-transform: uppercase;
}

#first-post .brdrd-btn:hover {
  color: #95a0a9;
  border-color: #95a0a9;
}

#first-post .post-meta a:hover, .post .post-meta a:hover, .post .author a:hover, .post .tags a:hover {
  color: #95a0a9;
}

#first-post + h3, .page-thought-leadership-blog #main-content h3 {
  color: #95a0a9;
  font-size: 2.25em;
  margin: 0 0 1.3em;
}

.post {
  margin-bottom: 4.7em;
}

.post h2 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.5em;
  margin: 0 0 10px;
  font-family: 'franklin_gothic_fsbook';
  letter-spacing: 2px;
  line-height: 1.4em;
}

.post h2 a {
  color: #221e1f;
}

.post h2 a:hover {
  color: #00a4e4;
}

.page-taxonomy #main-content .post p,
.page-press-room #main-content .post p,
.view-thought-leadership-blog .post p {
  font-size: 1.13em;
  line-height: 1.5em;
}

.page-taxonomy .term-listing-heading,
.page-taxonomy h3.proxima-l {
  display: none;
}

#load-more, .item-list .pager-load-more {
  margin-bottom: 10em;
  font-size: 1.5em;
  text-align: center;
}

#load-more a, .pager-load-more a {
  border-bottom: 3px solid #00a4e4;
}

#load-more a:hover, .pager-load-more a:hover {
  color: #95a0a9;
  border-color: #95a0a9;
}

#load-more a:hover svg .fill {
  fill: #95a0a9;
}

#load-more a svg {
  display: inline-block;
}

@keyframes halfspin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

#load-more a:hover svg {
  -webkit-animation: halfspin 1s infinite steps(12);
  animation: halfspin 1s infinite steps(12);
}

#sidebar ul, #sidebar .menu-block-wrapper ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}



#sidebar #tags, #sidebar #block-views-tag-sidebar-block-1, #block-views-tag-sidebar-block, #sidebar .tags, #sidebar #block-views-tag-sidebar-block-2, #sidebar #block-views-tag-sidebar-block-3, #adv-search #block-views-tag-sidebar-block-4 {
  padding: 3.1em 20px 3.3em;
  background-color: #f8f8f8;
}

#sidebar #tags h3, #sidebar #block-views-tag-sidebar-block-1 h2, #sidebar #block-views-tag-sidebar-block h2, #sidebar .tags h2, #sidebar #block-views-tag-sidebar-block-2 h2, #sidebar #block-views-tag-sidebar-block-3 h2, #adv-search #block-views-tag-sidebar-block-4 h2 {
  text-transform: uppercase;
  color: #95a0a9;
  margin: 0 0 1.1em;
  font-family: 'Proxima Nova Bold';
  font-weight: normal;
  font-size: 1.17em;
}

#sidebar .view-tag-sidebar .view-content {
  margin-bottom: 1em;
}

#sidebar #tags li, #sidebar #block-views-tag-sidebar-block-1 .view-content li, #sidebar #block-views-tag-sidebar-block .view-content li, #sidebar .tags .view-content li, #sidebar #block-views-tag-sidebar-block-2 .view-content li, #sidebar #block-views-tag-sidebar-block-3 .view-content li, #adv-search #block-views-tag-sidebar-block-4 .view-content li {
  margin-bottom: .4em;
  margin-left: 0;
}

#sidebar #tags li:before, #sidebar #block-views-tag-sidebar-block-1 .view-content li:before, #sidebar #block-views-tag-sidebar-block .view-content li:before, #sidebar .tags .view-content li:before, #sidebar #block-views-tag-sidebar-block-2 .view-content li:before, #sidebar #block-views-tag-sidebar-block-3 .view-content li:before, #adv-search #block-views-tag-sidebar-block-4 .view-content li:before {
  content: '\002B';
  margin-right: .5em;
  color: #95a0a9;
  font-size: 1.13em;
}

#sidebar #tags a, #sidebar #block-views-tag-sidebar-block-1 .view-content a, #sidebar #block-views-tag-sidebar-block .view-content a, #sidebar .tags .view-content a, #sidebar #block-views-tag-sidebar-block-2 .view-content a, #sidebar #block-views-tag-sidebar-block-3 .view-content a, #adv-search #block-views-tag-sidebar-block-4 .view-content a {
  font-size: 1.13em;
  text-transform: capitalize;
}

#adv-search #block-views-tag-sidebar-block-4 .view-content a {
  font-size: 1em;
}

#sidebar #tags a:hover, #sidebar #block-views-tag-sidebar-block-1 a:hover, #sidebar #block-views-tag-sidebar-block a:hover, #sidebar .tags a:hover, #sidebar #block-views-tag-sidebar-block-2 a:hover, #sidebar #block-views-tag-sidebar-block-3 a:hover, #adv-search #block-views-tag-sidebar-block-4 a:hover {
  color: #95a0a9;
  border-color: #95a0a9;
}

#sidebar .cta {
  padding: 30px 20px;
  background: #00a4e4 url(../img/sidebar-cta-bg.png) 0 0 repeat-y;
  color: #fff;
  margin-bottom: 2em;
}

#sidebar .cta h3 {
  font-size: 1.38em;
  margin: 0 0 .4em;
}

#sidebar .cta a {
  color: #fff;
  text-decoration: underline;
}

#sidebar .cta a:hover {
  color: #221e1f;
  text-decoration: none;
  border-color: #221e1f;
}

#sidebar .cta a.brdrd-btn {
  text-decoration: none;
}

#sidebar .cta img {
  margin-bottom: .6em;
}

#sidebar .cta .brdrd-btn, #sidebar .careers .brdrd-btn {
  font-size: 1.50em;
}

#sidebar .brdrd-btn {
  line-height: 1.4;
}

#sidebar .ad-space {
  margin-bottom: 3.7em;
}

#sidebar .careers {
  margin-bottom: 2em;
}

#sidebar .careers h3 {
  color: #369044;
  font-size: 1.38em;
  margin: 0 0 1.45em;
  padding: 3px 0 3px 48px;
  background: url(../img/nonprofit-careers-icon.svg) 0 0 no-repeat;
}

#sidebar .careers a {
  color: #369044;
}

#sidebar .careers a:hover {
  color: #00a4e4;
  border-color: #00a4e4;
}

#sidebar .careers p {
  margin: 0 0 1.7em;
}

#tools-intro, .tools-intro p {
  line-height: 1.5;
  margin-bottom: 1em;
}

#search-tools, .search-tools {
  position: relative;
  height: 90px;
  margin-bottom: 2.5em;
}

#search-tools .bg, .search-tools .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  background-color: #e1e1e1;
  height: 90px;
  z-index: 1;
  display: none;
}

#search-tools form, .search-tools form {
  display: block;
  background-color: #e1e1e1;
  z-index: 10;
  font-size: 1.13em;
  padding: 20px 0;
  position: relative;
  text-align: center;
}

#search-tools form #edit-combine-wrapper {
  padding: 0;
  width: 87%;
}

#search-tools label, .search-tools label {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  font-family: 'Proxima Nova';
  font-weight: normal;
  font-size: 1em;
}

#search-tools input, .search-tools input {
  height: 46px;
  padding: 0 10px 0 47px;
  background: #f8f8f8 url(../img/search-icon.svg) 17px 50% no-repeat;
  border: 1px solid #b7b7b7;
  display: inline-block;
  vertical-align: middle;
}

#search-tools .views-widget-filter-keys {
  width: 87%;
  padding: 0;
  display: inline-block;
}

#search-tools .views-widget {
  display: inline-block;
  width: 59.88%;
  text-align: left;
}

#search-tools .views-widget-filter-keys input[type=text] {
  width: 100%;
}

#search-tools .views-submit-button {
  display: inline-block;
  float: none;
  text-align: right;
  padding: 0;
}

#search-tools .views-submit-button input[type=submit] {
  border: 0;
  background: transparent;
  width: auto;
  padding: 0;
  margin: 0;
  text-align: right;
  padding-right: 25px;
  color: #00a4e4;
  cursor: pointer;
  border-bottom: 3px solid #00a4e4;
  background-image: url('../img/submit-arrow.png');
  background-repeat: no-repeat;
  background-position: right top;
  height: 36px;
  margin-top: 3px;
}

#search-tools .views-submit-button input[type=submit]:hover {
  background-position: right -39px;
  color: #95a0a9;
  border-color: #95a0a9;
}

#tools-featured-cat {
  min-height: 282px;
  background: url(../img/featured-tools-bg.jpg) 50% 0 no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 1.50em;
  padding: 2.29em 1.88em;
  margin-bottom: 1.88em;
}

#tools-featured-cat h3 {
  font-size: 1.5em;
  margin: 0 0 15px;
}

#tools-featured-cat p {
  margin-bottom: 0;
  line-height: 1.5;
}

#in-content-newsletter {
  padding: 19px 20px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  overflow: hidden;
  font-size: 1.13em;
  margin-bottom: 1.8em;
}

#in-content-newsletter .error {
  display: block;
  background-color: #ffdede;
  padding: 7px;
  font-size: .88em;
  margin-top: 15px;
  text-align: center;
  color: #be0000;
  clear: both;
}

#in-content-newsletter label {
  display: block;
  margin: 0 0 10px;
}

#in-content-newsletter fieldset {
  display: block;
  line-height: 46px;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  padding-right: .5em;
}

#in-content-newsletter input {
  background-color: #fff;
  border: none;
  height: 35px;
  padding: 0 10px;
  width: 84%;
  vertical-align: middle;
  margin-right: .5em;
}

#in-content-newsletter button {
  background: none;
  border: none;
  color: #369044;
  padding: 0;
  float: right;
  height: 46px;
}

#in-content-newsletter + h3.proxima-l {
  font-size: 2.25em;
  color: #95a0a9;
  margin: 0 0 0.69em;
}

.tools-resources-wrap .item {
  overflow: hidden;
  position: relative;
  background-color: #e5f6fc;
  margin-bottom: 2.5em;
  min-height: 173px;
  padding: 20px;
}

.tools-resources-wrap .item figure {
  margin-bottom: 1em;
  text-align: center;
}

.tools-resources-wrap .item h2 {
  font-size: 1.13em;
  margin: 0 0 0.56em;
  text-transform: uppercase;
}

.tools-resources-wrap .item h2 a {
  color: #221e1f;
}

.tools-resources-wrap .item h2 a:hover {
  color: #00a4e4;
}

.tools-resources-wrap .item p {
  font-size: 1.13em;
}

.tools-resources-wrap .item .item-meta {
  font-size: 0.88em;
}

.tools-resources-wrap .item .item-meta strong {
  text-transform: uppercase;
}

.view-latest-tools-resources .view-filters {
  display: none;
}

#main-content.search-results {
  font-size: 1.13em;
  float: none;
  width: 100%;
}

#search-main-feature {
  background: url(../img/search-main-feature.jpg) 0 0 no-repeat;
  background-size: cover;
}

#search-result-head {
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 2.22em;
}

#search-result-head strong {
  text-transform: uppercase;
}

#search-result-head .proxima-l {
  color: #818c96;
}

#search-result-head .brdrd-btn {
  border-bottom-width: 2px;
}

#search-result-head .brdrd-btn:after {
  display: none;
}

#search-result-head .brdrd-btn:hover {
  border-color: #818c96;
}

#search-result-head #for {
  margin-bottom: 1em;
}

.search-results .result {
  margin-bottom: 1.5em;
}

.search-results .result h2 {
  font: 1.33em 'franklin_gothic_fsbook';
  margin: 0 15px .1em 0;
}

.search-results .result h3 {
  font-size: 1em;
  margin: 0 0 .5em;
  text-transform: uppercase;
}

.search-results .result p, .search-results .result .views-field-body {
  clear: both;
  margin-bottom: 2.4em;
}

.search-results #load-more {
  margin-top: 3.8em;
  font-size: 1.33em;
}

#adv-search {
  margin-bottom: 30px;
  font-size: 1.13em;
}

#adv-search ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#adv-search .toggle-content {
  display: none;
}

#adv-search .views-exposed-form .views-exposed-widget {
  padding: 0;
  max-width: 100%;
}

#adv-search .views-exposed-form .tools .views-exposed-widget {
  float: none;
}

#adv-search input[type="text"] {
  height: 46px;
  border: 1px solid #b7b7b7;
  background-color: #f8f8f8;
  padding: 0 10px;
  max-width: 100%;
}

#adv-search input.s, #adv-search .views-widget-filter-search_api_views_fulltext input {
  float: left;
  margin-bottom: 1.5em;
}

#adv-search button.ws {
  background-color: #1da3dd;
  color: #fff;
  border: none;
  width: 20%;
  height: 46px;
  cursor: pointer;
  text-align: center;
  float: left;
}

#adv-search ::-webkit-input-placeholder {
  color: #818c96;
}

#adv-search ::-moz-placeholder {
  color: #818c96;
}

#adv-search :-ms-input-placeholder {
  color: #818c96;
}

#adv-search .tools {
  clear: both;
  border: 1px solid #b7b7b7;
}

#adv-search .toggle {
  display: block;
  line-height: 37px;
  padding: 0 5px 0 33px;
  background-color: #f8f8f8;
  color: #818c96;
  cursor: pointer;
  position: relative;
}

#adv-search .toggle:before {
  width: 0;
  height: 0;
  line-height: 0;
  border: solid transparent;
  border-width: 8px 0 8px 15px;
  border-color: transparent transparent transparent #818c96;
  margin-right: 11px;
  content: '';
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
}

#adv-search .toggle:hover {
  background-color: #00a4e4;
  color: #fff;
}

#adv-search .toggle:hover:before {
  border-color: transparent transparent transparent #fff;
}

#adv-search .toggle.toggled:before {
  border-width: 15px 7.5px 0 7.5px;
  border-color: #818c96 transparent transparent transparent;
}

#adv-search .toggle.toggled:hover:before {
  border-color: #fff transparent transparent transparent;
}

#adv-search fieldset, #adv-search .tools .views-exposed-widget {
  padding: 30px 10px 0;
}

#adv-search fieldset, #adv-search .tools .views-exposed-widget.views-submit-button {
  padding: 0;
  text-align: center;
  margin-bottom: 45px;
}

#adv-search fieldset h3, #adv-search .tools .views-exposed-widget label, #adv-search h3 {
  color: #999;
  font-size: 1em;
  margin: 0;
  font-family: 'Proxima Nova';
  font-weight: normal;
}

#adv-search fieldset h3, #adv-search .tools .views-exposed-widget .form-item label {
  color: #222;
}

#adv-search h3.proxima {
  padding: 30px 10px 0;
}

#adv-search .tools .date .views-exposed-widget {
  padding: 0 10px 0;
}

#adv-search .tools .views-exposed-widget .form-item, .form-item {
  margin-top: 12px;
}

#adv-search .date .views-exposed-widget label {
  color: #222;
  display: inline-block;
  width: 40px;
  text-align: right;
  vertical-align: middle;
}

#adv-search .date .views-exposed-widget .form-item-from-date label,
#adv-search .date .views-exposed-widget .form-item-from-date .description,
#adv-search .date .views-exposed-widget .form-item-to-date label,
#adv-search .date .views-exposed-widget .form-item-to-date .description {
  display: none;
}

#adv-search .date .views-widget {
  width: 63.5%;
  display: inline-block;
  vertical-align: middle;
}

input.crm-form-radio + label,
.form-checkboxes .form-item label,
.form-radios .form-item label {
  color: #222;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
}

input.crm-form-radio + label:before,
.form-checkboxes .form-item label:before,
.form-radios .form-item label:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  width: 26px;
  height: 24px;
  position: absolute;
  left: 0;
  text-align: center;
  background: url("../img/sprite.png");
  background-position: 0 -190px;
}

input.crm-form-radio + label:before,
.form-radios .form-item label:before {
  background-position: -32px -192px;
  width: 27px;
  height: 27px;
  top: 2px;
}

input.crm-form-radio,
.form-checkboxes .form-item input[type=checkbox],
.form-radios .form-item input[type=radio] {
  display: none;
}

.form-checkboxes .form-item input[type=checkbox]:checked + label:before {
  background-position: 0 -224px;
}

input.crm-form-radio:checked + label:before,
.form-radios .form-item input[type=radio]:checked + label:before {
  background-position: -32px -224px;
}

#crm-container.crm-public .price-set-row {
  font-size: inherit;
}

#crm-container.crm-public .price-set-row .crm-price-amount-amount {
  font-weight: inherit;
}

#adv-search .filters li {
  margin-top: 10px;
}

#adv-search .date h3 {
  margin-bottom: 10px;
}

#adv-search .date label {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 40px;
}

#adv-search .date input {
  vertical-align: middle;
}

#adv-search .date ul {
  margin-bottom: 25px;
}

#adv-search .date li, #adv-search .date .views-exposed-widget {
  position: relative;
}

#adv-search .date li a, #adv-search #calendar {
  position: absolute;
  top: 18px;
  right: 10px;
  z-index: 1;
}

#adv-search svg .fill {
  fill: #646464;
}

#adv-search svg:hover .fill {
  fill: #00a4e4;
}

#adv-search .brdrd-btn, #adv-search .views-submit-button input {
  background-color: transparent;
  border-width: 0 0 3px;
  color: #00a4e4;
  cursor: pointer;
  border-bottom: 3px solid #00a4e4
}

#adv-search .brdrd-btn:hover, #adv-search .views-submit-button input:hover {
  color: #95a0a9;
  border-color: #95a0a9;
}

#adv-search .btn-wrap {
  text-align: center;
  margin-bottom: 45px;
}

#trends-main-feature {
  background-image: url(../img/trends-main-feature-bg.jpg);
}

.trends-resources-wrap {
  font-size: 1.13em;
}

.trends-resources-wrap .intro {
  font-size: 1.33em;
  line-height: 1.5;
  margin-bottom: 1em;
}

#trends-featured-article {
  text-align: center;
  font-size: 1.11em;
  margin-bottom: 2.2em;
}

#trends-featured-article h2 {
  font-size: 1em;
  margin: 1.3em 0 0.5em;
}

#trends-featured-article h2 a {
  color: #221e1f;
}

#trends-featured-article h2 a:hover {
  color: #00a4e4;
}

#trends-featured-article p {
  margin-bottom: .5em;
}

.trends-resources-wrap #in-content-newsletter {
  font-size: 1em;
}

.trends-resources-wrap .trend {
  text-align: center;
  margin-bottom: 1em;
  min-height: 13em;
}

.trends-resources-wrap .trend figure, .trends-resources-wrap .trend img {
  width: 99px !important;
  line-height: 99px;
  height: 99px !important;
  margin: 0 auto 1em;
  background-color: #00a4e4;
  border: 10px solid #f8f8f8;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.trends-resources-wrap .trend figure:hover, .trends-resources-wrap .trend img:hover {
  background-color: #96a0a9;
}

.trends-resources-wrap .trend figure img {
  vertical-align: baseline;
}

.trends-resources-wrap .trend h2 {
  text-transform: uppercase;
  font-size: 1.33em;
  margin: 1.3em 0 0.5em;
}

#single-post .single {
  font-size: 1.13em;
  line-height: 1.5;
}

#single-post .single #crm-container .crm-form-radio,
#single-post .single #crm-container .crm-form-radio + label {
  line-height: 27px;
}

#single-post .single h1, #single-post .single h2 {
  font-weight: 100;
  font-family: 'Proxima Nova';
  margin: 1.3em 0 0.5em;
  line-height: 1.1;
  clear: both;
}

#single-post .single h1 {
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1;
  margin-bottom: .2em;
}

#single-post .single h2 {
  font-size: 1.33rem;
  font-weight: 500;
}

#single-post .post-meta {
  font-size: 0.75em;
  padding-bottom: 1.2em;
  margin-bottom: 1em;
  border-bottom: 1px solid #e1e1e1;
}

#single-post .post-meta .date {
  color: #95a0a9;
  display: inline-block;
  margin-right: 1em;
}

#single-post .post-meta + p {
  padding-bottom: .9em;
  margin-bottom: .8em;
  border-bottom: 1px solid #e1e1e1;
}

#single-post img.left {
  margin: .4em 1em .5em 0;
}

#single-post img.right {
  margin: .4em 0 .5em 1em;
}

#single-post .single ol {
  counter-reset: li;
  padding: 0;
  margin: 0 0 1em;
}

#single-post .single ol > li {
  position: relative;
  margin: 0 0 1em;
  padding: 0 0 0 2em;
  list-style: none;
}

#single-post .single ol > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: 0;
  width: 1.6em;
  color: #95a0a9;
  font-family: 'Proxima Nova';
  font-weight: bold;
  text-align: right;
}

#single-post .single ol > li:after {
  color: #95a0a9;
  position: absolute;
  left: 0;
  width: 1.75em;
  content: '\002E';
  text-align: right;
  top: 0;
  width: 1.9em;
  font-family: 'Proxima Nova';
  font-weight: bold;
}

#single-post .single ul {
  padding: 0;
  margin: 0 0 2em;
}

#single-post .single ul li {
  position: relative;
  margin: 0 0 1em;
  padding: 0 0 0 2em;
  list-style: none;
}

#single-post .single ul:not([class="priority"]) li:before, #single-post .single ul:not([class="priority"]) ul li:before {
  display: block;
  content: '\25A0';
  position: absolute;
  top: 0;
  left: 1em;
  color: #95a0a9;
  font-family: 'Proxima Nova';
  font-weight: 100;
  line-height: 1.3;
  width: 0.2em;
}

#single-post
#single-post .single ul ul {
  padding-top: 2em;
}

#single-post .single ul:not([class="priority"]) ul li:before {
  content: '\2022';
  left: 1.4em;
}

#single-post .single ul.tabs li:before {
  content: '';
}

#single-post .single ul.tabs li {
  padding-left: 0;
}

#single-post ul.priority li:before {
  display: block;
  position: absolute;
  top: 0;
  left: 1.2em;
  content: url(../img/arrow.svg);
  line-height: 1.3;
}

#single-post #main-content h3 {
  font-size: 1em;
  text-transform: uppercase;
  font: normal 1em/1.2 'franklin_gothic_fsbook';
  margin: 0 0 .5em;
}

#comments .title, #single-post .single #comments .title {
  border-top: 1px solid #e1e1e1;
  padding-top: .9em;
  margin-top: .8em;
}

#comments .comment {
  margin-bottom: 25px;
}

.comment .submitted, .comment .new {
  font-size: .75em;
}

.comment .submitted {
  margin-bottom: 15px;
}

#single-post #main-content .comment h3 {
  margin-bottom: 0;
}

.comment .content {
  border-top: 1px solid #b0b0b0;
  padding: 10px 20px;
  background: #f5f5f5;
  font-size: .875em;
  clear: both;
}

#single-post .single form ul {
  margin: 0;
}

#single-post #tools-resources-node-form .form-wrapper {
  margin-bottom: 20px;
}

#single-post #tools-resources-node-form .filter-wrapper {
  padding-bottom: 0;
  padding-top: 0;
}

#single-post #tools-resources-node-form .field-type-file fieldset legend {
  display: none;
}

#single-post form .form-type-textarea label,
#single-post form .field-type-image label,
#single-post form .form-type-managed-file label {
  margin-bottom: 0;
}

.form-managed-file .form-file {
  font-size: .6em;
}

#single-post .single form ul li {
  margin-bottom: 0;
  padding-left: 1em;
}

#single-post .filter-wrapper {
  padding-top: 10px;
}

#single-post .filter-help {
  padding-right: 0;
  font-size: .65em;
  padding-bottom: 0;
}

#single-post #tools-resources-node-form .form-wrapper.filter-help {
  margin-bottom: 0;
}

#single-post #tools-resources-node-form .form-wrapper.field-widget-text-textarea-with-summary,
#single-post #tools-resources-node-form .form-wrapper.filter-wrapper {
  margin-bottom: 10px;
}

#single-post .form-managed-file .form-submit {
  font-size: .8em;
  background-position: right -3px;
}

#single-post .form-managed-file .form-submit:hover {
  background-position: right -42px;
}

#single-post .single form ul:not([class="priority"]) li:before {
  left: 0em;
}

#single-post #tools-resources-node-form .filter-guidelines {
  padding: 0;
  display: none;
}

#single-post form select option {
  font-size: .75em;
  font-family: 'Proxima Nova';
}

.crm-container .label {
  font-family: 'Proxima Nova', sans-serif;
}

label {
  font-weight: normal;
}

.cols-wrap {
  overflow: hidden;
  padding: 1em 0;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 1.4em;
}

.cols-wrap .col3 {
  margin-bottom: 1em;
  position: relative;
  overflow: hidden;
}

.cols-wrap .overlay {
  display: none;
}

.cols-wrap .content {
  float: right;
  width: 58%;
  display: block;
  background-color: rgba(0, 164, 228, .85);
  padding: 20px;
}

.cols-wrap img {
  width: 39%;
}

#single-post .single .cols-wrap h3 {
  color: #fff;
  text-transform: none !important;
  margin: 0 0 1em;
}

.cols-wrap .content .brdrd-btn:hover {
  border-color: #fff;
}

.cols-wrap .col3:hover .overlay {
  opacity: 0;
}

.cols-wrap .col3:hover .content {
  opacity: 1;
}

blockquote {
  margin: 0 0 .6em;
  font-size: 1.5rem;
  padding: 1em 2em 1.5em;
  text-align: center;
  line-height: 1.2;
  position: relative;
  margin-bottom: 0;
}

blockquote p {
  margin: 0 0 .5em;
}

blockquote p:last-child {
  margin: 0;
}

blockquote:before {
  content: '\201C';
  font-size: 3.75em;
  color: #95a0a9;
  position: absolute;
  top: 8px;
  left: 8px;
}

blockquote:after {
  content: '\201E';
  font-size: 3.75em;
  color: #95a0a9;
  position: absolute;
  bottom: 25px;
  right: 8px;
}

.view-footer {
  clear: both;
}

figcaption, .field-type-image .caption p, .caption p {
  font-size: 1rem;
  color: #95a0a9;
  text-align: center;
  padding: .6em 0 1.5em;
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 2em;
  line-height: 1.1;
}

#state-association-wrap h2 {
  font-size: 2em;
  margin-bottom: 1em;
}

#state-association-wrap #map-wrapper {
  margin-bottom: 2em;
}

/* Sidebar blocks with the grey backgrounds. */
#subnav,
#sidebar .block-menu-block,
#sidebar [id^="block-views-category-tag-sidebars"] {
  padding: 1.5em 20px 1em;
  margin: 0;
  background-color: #f8f8f8;
  font-size: 1em;
}

#subnav li,
#sidebar .block-menu-block li,
#sidebar [id^="block-views-category-tag-sidebars"] li {
  margin-bottom: .5em;
}

#subnav > ul > li,
#sidebar .block-menu-block ul li,
#sidebar [id^="block-views-category-tag-sidebars"] ul li {
  padding: 0 0 0 20px;
  position: relative;
  list-style: none;
  margin-left: 0;
}

#subnav > ul > li:before,
#sidebar .block-menu-block ul li:before,
#sidebar [id^="block-views-category-tag-sidebars"] ul li:before {
  content: '\25A0';
  color: #00a4e4;
  position: absolute;
  top: -2px;
  left: 0;
}

#subnav > ul > li > a,
#sidebar .block-menu-block > ul > li > a,
#sidebar .block-menu-block ul li a,
#sidebar [id^="block-views-category-tag-sidebars"] ul li a {
  color: #221e1f;
  display: block;
}

#subnav > ul > li > a:hover,
#sidebar .block-menu-block > ul > li > a:hover,
#sidebar .block-menu-block ul li a:hover,
#sidebar [id^="block-views-category-tag-sidebars"] ul li a:hover {
  color: #00a4e4;
}

#subnav ul ul,
#sidebar .block-menu-block ul ul,
#sidebar [id^="block-views-category-tag-sidebars"] ul ul {
  padding: .5em 0 0;
  display: none;
}

#subnav .has-child,
#sidebar .block-block-wrapper .has-child,
#sidebar .block-menu-block a.active-trail,
#sidebar [id^="block-views-category-tag-sidebars"] a.active {
  position: relative;
  color: #00a4e4;
  padding-right: 16px;
  display: block;
}

#subnav .has-child > span {
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
}

#subnav .has-child > span:after,
#sidebar .block-menu-block a.active-trail:after,
#sidebar [id^="block-views-category-tag-sidebars"] a.active:after {
  background: url(../img/sprite.png) -62px -187px no-repeat;
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  margin-left: 5px;
  position: absolute;
  top: -1px;
  right: 2px;
}

#subnav .has-child.toggled > span:after {
  background-position: -64px -220px;
}

/* Forms. */
form.regular, .content form {
  margin-bottom: 4.5em;
}

form.regular h2,
.content form h2,
.content form .webform-component--intro-text {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 1em !important;
}

form.regular label, .content form label {
  margin-right: 20px;
  vertical-align: middle;
  margin-bottom: 20px;
}

.content form label.option {
  margin-bottom: 0;
}

.content form input[type=text].form-number {
  width: auto;
}

form.regular input[type=text], .content form input[type=text], .content form input[type=email], .content form input[type=password] {
  width: 55%;
  vertical-align: middle;
  height: 46px;
  padding: 0 10px;
  background-color: #f8f8f8;
  border: 1px solid #b7b7b7;
}

.content form input[type=text].bef-datepicker {
  width: 100%;
}

form .form-item .description {
  font-size: .62em;
  margin-bottom: 25px;
  margin-top: 10px;
}

.content form .form-item {
  margin: 0;
}

form.regular .checkboxes, form.regular .radios, .content form .webform-component-radios {
  margin-bottom: 20px;
}

form.regular .checkboxes label, form.regular .radios label, .content form .webform-component-radios label {
  margin-bottom: 0;
}

form.regular .textarea label, .content form .webform-component-textarea label {
  margin-bottom: 10px;
  display: block;
  width: auto;
  text-align: left;
}

.content form .webform-component-textarea .grippie {
  display: none;
}

.content form .form-item.webform-component {
  margin-top: 40px;
}

form.regular textarea, .form-textarea-wrapper textarea, .content form textarea {
  width: 100%;
  height: 7.8em;
  padding: 10px;
  background-color: #f8f8f8;
  border: 1px solid #b7b7b7;
  padding-bottom: 20px;
}

.ckeditor_links {
  font-size: .75em;
}

.field-name-comment-body .filter-wrapper {
  padding: 0;
}

.field-name-comment-body .filter-wrapper .form-item-comment-body-und-0-format {
  margin-top: 0;
  padding-left: 0;
}

.field-name-comment-body .filter-wrapper .filter-help {
  padding-right: 0;
}

.field-name-comment-body .filter-wrapper .filter-guidelines {
  padding: 0;
}

.field-name-comment-body .filter-wrapper .filter-help p {
  font-size: .75em;
}

.field-name-comment-body .filter-wrapper .filter-guidelines .tips li {
  font-size: .75em;
}

.user-picture {
  max-width: 100px;
  float: left;
  padding: 0 20px 20px 0;
}

form input[type=submit] {
  border: 0;
  background-color: transparent;
  border-width: 0 0 3px;
  color: #00a4e4;
  cursor: pointer;
  border-bottom: 3px solid #00a4e4;
  background-image: url('../img/submit-arrow.png');
  background-repeat: no-repeat;
  background-position: right top;
  padding-right: 25px;
  margin-right: 15px;
}

form input[type=submit]:hover {
  color: #95a0a9;
  background-position: right -39px;
  border-color: #95a0a9;
}

ul.links.inline {
  font-size: .75em;
}

button.brdrd-btn {
  background-color: transparent;
  border-width: 0 0 3px;
  color: #00a4e4;
  cursor: pointer;
}

button.brdrd-btn:hover {
  color: #95a0a9;
}

#single-main-feature.photo {
  max-height: 300px;
}

#single-main-feature.photo img {
  width: 100%;
}

#impacts-wrap {
  position: relative;
  overflow: hidden;
}

#impacts-wrap #impact-intro {
  margin-top: -61px;
}

#impacts-wrap .section {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 1.2em;
  background-size: 100%;
}

#impacts-wrap .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  line-height: 1.3;
  transform: translate(-50%, -50%);
  text-align: center;
}

#impacts-wrap .more,
#impacts-wrap .more a {
  text-transform: uppercase;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  width: auto;
  display: inline-block;
}

#adv-search .views-widget-sort-by {
  display: none;
}

#impacts-wrap .more a {
  background: url('../img/expand-sprite.png') no-repeat;
  line-height: 59px;
  background-position: right top;
  padding-right: 74px;
}

#impacts-wrap .more a:hover {
  color: #00a4e4;
  background-position: right bottom;
}

#impacts-wrap .more svg {
  width: 40px;
  height: 40px;
  display: none;
  margin-left: 7px;
}

#impacts-wrap .more strong {
  font-size: .9em;
}

#impacts-wrap .more strong, #impacts-wrap .more svg {
  vertical-align: middle;
}

#impacts-wrap .more:hover svg .fill {
  fill: #00a4e4;
}

#impacts-wrap h2 {
  font-size: 2em;
  line-height: 1;
  margin: 1.3em 0 0.5em;
}

#impacts-wrap a.arrow {
  background: url("../img/sprite.png") no-repeat scroll -320px 0 rgba(0, 0, 0, 0);
  bottom: 70px;
  display: inline-block;
  height: 28px;
  left: 50%;
  margin-left: -24px;
  outline: medium none;
  position: absolute;
  text-indent: -999em;
  width: 48px;
  z-index: 15;
}

#impacts-wrap + #whats-new {
  margin-bottom: 8em;
}

#impacts-wrap + #whats-new article {
  margin-bottom: 2em;
  height: auto;
}

#impacts-wrap + #whats-new .btn-wrap {
  text-align: center;
  font-size: 1.5em;
}

#impacts-wrap + #whats-new .btn-wrap .more-link {
  text-align: center;
}

#impacts-wrap #scroll-nav {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 11;
  font-size: 1.13em;
  width: 32%;
  max-width: 377px;
  padding-bottom: 1em;
  display: none;
}

#impacts-wrap #scroll-nav h4 {
  text-transform: uppercase;
  font-size: 2.67em;
  margin: 0 0 1.5em 34.5%;
  line-height: 1;
  color: #fff;
  letter-spacing: 4px;
}

#impacts-wrap #scroll-nav ul.impact-menu {
  margin: 0;
  padding: 1.6em;
  list-style: none;
  display: block;
  background-color: rgba(34, 30, 31, .8);
}

#impacts-wrap #scroll-nav ul.impact-menu li {
  margin: 10px 0;
}

#impacts-wrap #scroll-nav ul.impact-menu a:before {
  content: '';
  color: #fff;
  margin-right: .6em;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background-color: transparent;
}

#impacts-wrap #scroll-nav ul.impact-menu li.active a,
#impacts-wrap #scroll-nav ul.impact-menu li a.active {
  color: #fff;
  cursor: default;
}

#impacts-wrap #scroll-nav ul.impact-menu li.active a:before,
#impacts-wrap #scroll-nav ul.impact-menu li a.active:before {
  background-color: #fff;
}

#impacts-wrap a {
  outline: none;
}

#member-loged {
  font-size: 0.875em;
  margin-right: 40px;
  position: relative;
}

#member-loged #hi {
  display: none;
}

#member-loged > a {
  border-bottom: 2px solid #00a4e4;
  display: inline-block;
  text-indent: -999em;
  outline: none;
  width: 18px;
  height: 18px;
  background: url(../img/sprite.png) -544px -192px no-repeat;
  vertical-align: top;
}

#member-loged > a:hover {
  border-color: #95a0a9;
}

#member-loged > a:after {
  content: '\005B';
  font-size: 1.29em;
  font-family: 'web_symbolsregular';
  margin-left: 5px;
  vertical-align: middle;
}

#member-loged #member-menu {
  position: absolute;
  top: 30px;
  right: -30px;
  margin: 0;
  padding: .8em 0 0;
  background-color: #f8f8f8;
  -webkit-box-shadow: inset 0 2px 2px rgba(1, 1, 1, .1);
  -moz-box-shadow: inset 0 2px 2px rgba(1, 1, 1, .1);
  box-shadow: inset 0 2px 2px rgba(1, 1, 1, .1);
  border: solid 1px #aeaeae;
  text-align: right;
  z-index: 99999;
  display: none;
}

#member-loged ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#member-loged li {
  margin-bottom: .5em;
  padding: 0 1.33em;
}

#member-loged li:last-child {
  margin: 0;
  padding-bottom: 1em;
  border-bottom: 3px solid #00a4e4;
}

#member-loged #member-menu:before {
  content: '';
  display: block;
  width: 25px;
  height: 17px;
  z-index: 9999;
  position: absolute;
  top: -14px;
  right: 35px;
  background: url(../img/sprite.png) -608px -192px no-repeat;
}

#member-loged h4 {
  text-transform: uppercase;
  font-size: 1.14em;
  color: #909ba4;
  border-bottom: 2px solid #8c99a2;
  margin: 0 1.33em 1.33em 1.33em;
  white-space: nowrap;
  margin-bottom: .5em;
}

#member-notice {
  border-bottom: 1px solid #fff;
  background: url(../img/member-notice-bg.png);
}

#member-notice .wrapper {
  padding: 15px 0 12px;
  overflow: hidden;
  color: #fff;
}

#member-notice h4 {
  margin: 0 0 .8em;
  text-transform: uppercase;
  font-size: 1.5em;
}

#member-notice h4:before {
  content: '';
  width: 11px;
  height: 16px;
  background: url(../img/sprite.png) -608px -224px;
  margin-right: 5px;
  display: inline-block;
}

#member-notice span {
  font-size: 1.13em;
  padding-right: 10px;
}

#member-notice a {
  font-size: .88em;
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
}

#member-notice a:hover {
  text-decoration: none;
}

.maintenance-page #name-and-slogan {
  display: none;
}

.maintenance-page #logo-title img {
  display: none;
}

.maintenance-page #logo-title {
  padding: 10px 30px;
}

.maintenance-page #container {
  clear: both;
  padding: 0 30px;
}

.single .node-policy-issues .field-name-field-policy-issue-type,
.single .node-policy-issues .field-name-field-policy-issue-category,
.single .field-name-field-article-type,
.single .field-name-field-categories {
  display: none;
}

.single .node-policy-issues .field-name-field-policy-issue-tags {
  font-size: 0.75em;
  line-height: 1.5em;
  font-family: 'franklin_gothic_fsbook', Helvetica, Helvetica Neue, Arial;
  font-weight: 400;
  padding-bottom: 1.2em;
  margin-bottom: 1em;
  border-bottom: 1px solid #e1e1e1;
}

.single .node-policy-issues .field-name-field-policy-issue-tags .field-label {
  font-family: 'franklin_gothic_fsbook', Helvetica, Helvetica Neue, Arial;
  font-weight: 400;
}

.single .node-policy-issues .field-name-field-policy-issue-tags .field-item {
  display: inline-block;
}

.single .node-policy-issues .field-name-field-policy-issue-tags .field-item:after {
  content: ", ";
  margin-right: 5px;
}

.single .node-policy-issues .field-name-field-policy-issue-tags .field-item:last-child:after {
  content: " ";
}

.single .field-name-field-policy-issue-featured-img, .single .field-name-field-image {
  margin-bottom: 20px;
}

#state-map path.active {
  fill: #5EE740 !important;
}

.wrapper .share .icons .stButton {
  margin-right: 1px;
  margin-left: 1px;
}

.wrapper .share .icons .stButton .stLarge {
  width: 29px;
  height: 29px;
  background-size: 100%;
}

.wrapper .share .icons .stButton .stLarge:hover {
  background-position: -29px;
}

#full-width .single {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 100;
  font-size: 1.5em;
  line-height: 1.5em;
}

#full-width .single h1 {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 100;
  margin: 0 0 .5em;
  font-size: 2em;
}

#full-width .mapWrapper {
  margin: 50px 0;
}

#full-width .mapWrapper #text {
  background: #f8f8f8;
  margin: 0;
}

#full-width .mapWrapper #text h1 {
  font-size: 1.3em;
  padding: 20px 10px 0 10px;
  font-weight: 400;
  border-bottom: 1px solid;
}

#full-width .mapWrapper #text h2 {
  font-family: 'Proxima Nova', sans-serif;
  font-size: .9em;
  font-weight: 100;
  line-height: 1.2em;
  padding: 0 10px;
}

#full-width .mapWrapper #text img {
  padding-right: 15px;
  padding-left: 10px;
  margin-bottom: 10px;
}

#full-width .mapWrapper #text .contact,
#full-width .mapWrapper #text .links {
  font-family: 'Proxima Nova', sans-serif;
  font-size: .65em;
  padding: 0 10px;
}

#full-width .mapWrapper #text .contact,
#full-width .mapWrapper #text .links a {
  font-weight: 400;
}

#full-width .mapWrapper #text .contact .label {
  font-weight: 600;
}

#full-width .mapWrapper #text .contact .phone,
#full-width .mapWrapper #text .contact .website {
  display: block;
}

#full-width .mapWrapper #text .contact .website {
  line-height: 1.2em;
  margin-bottom: 20px;
}

#full-width .mapWrapper #text .links {
  font-size: .75em;
}

form input {
  max-width: 100%;
}

.mean-container .mean-bar {
  z-index: 9999;
}

.node-state-association .field-name-field-logo {
  float: right;
}

.node-state-association .field-name-field-city .field-item:after {
  content: ', ';
  margin-right: 7px;
}

.node-state-association .field-name-field-city,
.node-state-association .field-name-field-state,
.node-state-association .field-name-field-zip-code {
  display: inline-block
}

.node-state-association .field-name-field-zip-code {
  margin-left: 7px;
}

.node-state-association .field .field-label {
  font-family: 'roboto_medium', sans-serif;
  font-weight: normal;
}

.node-state-association .field-name-field-phone-number:after {
  content: none;
}

.node-state-association .field-name-field-fax-number:before {
  content: none;
}

.node-state-association .field-name-field-fax-number .field-label {
  clear: left;
}

.node-state-association .field-name-body {
  margin-top: 40px;
}

.single .view-header {
  display: none;
}

.single .view-group-content .view-header {
  display: block;
}

.view-press-room-taxonomies .tags,
.view-blog-taxonomies .tags {
  display: inline;
}

.view-press-room-taxonomies .tags.separate:before,
.view-blog-taxonomies .tags.separate:before,
.view-policy-issue-categories-pages .tags.separate:before {
  content: ' | ';
}

.single .field-type-taxonomy-term-reference .field-label,
.node .content .field-label,
.single .region-content .content .field-label {
  font-family: 'roboto_medium';
  font-weight: normal;
}

.single .field-name-field-tags-tools-res .field-item,
.single .field-name-field-policy-issue-tags .field-item,
.single .field-name-field-tags-member-resources .field-item {
  display: inline;
}

.single .field-name-field-tags-tools-res .field-item:before,
.single .field-name-field-policy-issue-tags .field-item:before,
.single .field-name-field-tags-member-resources .field-item:before {
  content: ", ";
  padding-right: 0.2em; /* minify is stripping the space, so add some padding */
}

.single .field-name-field-tags-tools-res .field-item:first-child:before,
.single .field-name-field-policy-issue-tags .field-item:first-child:before,
.single .field-name-field-tags-member-resources .field-item:first-child:before {
  content: none;
}

.single .content {
  margin-bottom: 20px;
}

#footer-top .links ul li.copyright {
  margin-left: -8.43em;
  margin-top: 25px;
}

.node-trends-policy-issues .submitted {
  display: none;
}

.single .field-name-field-policy-issue-tags .field-items {
  float: none;
}

.node-trends-policy-issues .field-name-body {
  margin-top: 25px;
}

.node-state-association .field-name-field-website {
  clear: both;
}

.vocus-form .link, .vocus-form .link a, .vocus-form .signupframe {
  color: #226699;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.vocus-form .link, .vocus-form .link a {
  text-decoration: none;
}

.vocus-form .signupframe {
  border: 1px solid #000000;
  background: #FFFFFF;
}

.vocus-form .signupframe .required {
  font-size: 10px;
}

#single-post .single .content ol li ol,
#single-post .single .content ul ol,
ol ol,
ul ol {
  counter-reset: list;
  margin: 0;
}
#single-post .single .content ul ul,
ol ul,
ul ul {
  margin: 0;
}

#single-post .single .content ol li ol li:before {
  content: counter(list, lower-alpha);
  counter-increment: list;
}

#single-post .single .content ol li ol li {
  padding-left: 2.4em;
  padding-top: 1px;
}

.content .caption {
  height: auto !important;
}

.content .caption p {
  margin-bottom: 0;
}

.print-link {
  font-size: .75em;
}

#icpsignup1 #SignUp table {
  width: 100%;
  border: 0;
}

#icpsignup1 #SignUp table tbody {
  border: 0;
}

#icpsignup1 #SignUp table td[align=right] {
  width: 15%;
  padding-right: 2%;
  font-family: 'ProximaNova', sans-serif;
  font-weight: normal;
  font-size: 1.4em;
  color: #222;
  padding-top: 10px;
}

#icpsignup1 #SignUp table select {
  font-size: 1.8em;
  margin-bottom: 20px;
  margin-top: 7px;
}

#icpsignup1 #SignUp table .required {
  font-size: 15px;
  color: rgb(207, 27, 27);
}

#icpsignup1 #SignUp table td[align=left] label {
  font-size: 1.4em;
  color: #222;
  margin-bottom: 0;
  margin-left: 10px;
}

#icpsignup1 #SignUp table td {
  color: #222;
}

#icpsignup1 #SignUp table td #Submit {
  font-size: 20px;
  margin-top: 15px;
  background-position: right -3px;
}

#icpsignup1 #SignUp table td #Submit:hover {
  background-position: right -42px;
}

.collapse-text-fieldset {
  margin-bottom: 1em;
}

.collapse-text-fieldset.collapsed {
  display: inline-block;
}

.collapse-text-text {
  margin-bottom: 1em;
}

#full-width .mapWrapper #text .York .contact {
  display: none;
}

.page-node-785 .field-name-field-logo, .page-node-785 .field-name-field-state {
  display: none;
}

#full-width .mapWrapper #text .York .links {
  visibility: hidden;
}

#full-width .mapWrapper #text .York .links .profile {
  visibility: visible;
}

.field-name-body .field-item p span {
  display: block;
  line-height: 1.2em;
}

#views-exposed-form-network-directory-page .views-exposed-widget {
  width: 46%;
}

#views-exposed-form-network-directory-page .views-exposed-widget .sod_select {
  width: 100%;
}

#views-exposed-form-network-directory-page .views-exposed-widget label {
  margin-bottom: 0;
}

#views-exposed-form-network-directory-page .views-exposed-widget.views-submit-button,
#views-exposed-form-network-directory-page .views-exposed-widget.views-reset-button {
  width: auto;
}

#views-exposed-form-network-directory-page .form-submit {
  margin-top: 0;
}

.view-network-directory .view-filters form {
  margin-bottom: 2em;
}

.view-network-directory .view-content {
  border-top: 1px solid #b7b7b7;
  padding-top: 1em;
}

.view-network-directory ul li .views-field {
  font-size: .875em;
}

.view-network-directory ul li .views-field-display-name,
.view-network-directory ul li .views-field-job-title {
  display: inline-block;
}

.view-network-directory ul li .views-field-display-name,
.view-network-directory ul li .views-field-roles-24 .views-label {
  font-family: 'roboto_medium', sans-serif;
}

.view-network-directory ul li .views-field-job-title span:before {
  content: '(';
}

.view-network-directory ul li .views-field-job-title span:after {
  content: ')';
}

.view-network-directory ul li .views-field-job-title {
  font-size: .8em;
  color: #383838;
}

.view-network-directory ul li .views-field-email {
  line-height: 1.1em;
}

.view-network-directory ul li .views-field-roles-24 {
  font-size: .785em;
}

#single-post .single .view-state-association h1 {
  font-size: 1.2em;
}

#single-post .view-state-association h2 {
  font-weight: 400;
}

#single-post .view-state-association .phone .label {
  float: left;
  margin-right: 5px;
}

#single-post .view-state-association .profile .links {
  margin-bottom: 40px;
}

#single-post .view-state-association .feed-icon {
  display: none;
}

.crm-container .form-item table {
  font-size: inherit;
}

label .crm-marker,
div.label .crm-marker {
  font-size: 18px;
}

.crm-container .crm-section .label {
  width: 19%;
}

.crm-container .crm-section .content {
  margin-left: 21%;
}

.crm-container fieldset legend {
  font-family: 'roboto_medium', sans-serif;
  font-size: 88%;
  font-weight: normal;
}

.crm-container .credit_card_type-section .crm-credit_card_type-icons a {
  display: inline-block;
  float: none;
}

#crm-container.crm-public #crm-submit-buttons input#_qf_Main_upload-bottom,
.crm-container .crm-button input.crm-form-submit,
.crm-container .crm-button input.crm-form-submit-inline,
#crm-container .crm-button input.crm-form-submit,
#crm-container .crm-button input.crm-form-submit-inline,
.crm-container .crm-button input[type=submit],
#crm-container .crm-button input[type=submit] {
  border: 0;
  background-color: transparent;
  border-width: 0 0 3px;
  color: #00a4e4;
  cursor: pointer;
  border-bottom: 3px solid #00a4e4;
  background-image: url('../img/submit-arrow.png');
  background-repeat: no-repeat;
  background-position: right top;
  padding: 0 25px 0 0;
  margin-right: 15px;
  font-size: inherit;
  text-shadow: none;
  border-radius: 0;
}

#crm-container .crm-button .crm-i {
  display: none;
}

#crm-container.crm-public #crm-submit-buttons input#_qf_Main_upload-bottom:hover,
.crm-container .crm-button input.crm-form-submit:hover,
.crm-container .crm-button input.crm-form-submit-inline:hover,
#crm-container .crm-button input.crm-form-submit:hover,
#crm-container .crm-button input.crm-form-submit-inline:hover,
.crm-container .crm-button input[type=submit]:hover,
#crm-container .crm-button input[type=submit]:hover {
  color: #95a0a9;
  background-position: right -39px;
  border-color: #95a0a9;
}

.crm-container .crm-button,
#crm-container .crm-button {
  padding: inherit;
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  border-radius: 0;
}

.page-civicrm-profile-create .crm-container .help {
  background-color: inherit;
  border: none;
  font-size: 1.13em;
  color: #222;
  padding: 0;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 320px) {

  .region-header {
    z-index: 12;
  }

  #sub-header .right {
    max-width: 60px;
  }

  #sub-header .desktop.right {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  #member-login a {
    background: url(../img/login-icon.svg) 50% 50% no-repeat;
    padding-left: 24px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    margin-right: 5px;
  }

  #search span {
    background: url(../img/search-icon.svg) 50% 50% no-repeat;
    padding-left: 24px;
    width: 24px;
    height: 24px;
    overflow: hidden;
  }

  .cols-wrap img {
    width: 100%;
    display: block;
  }

  .cols-wrap .content {
    width: 100%;
    float: none;
  }

  form.regular label {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0 0 1em !important;
    border-bottom: 1px solid #e1e1e1;
    padding: .5em 0;
  }

  form.regular input[type=text], .sod_select {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) {
  body {
    font-size: 15px;
  }

  #logo {
    margin: 0 0 24px;
    float: left;
    width: 227px;
    height: 50px;
  }

  #sub-header .right {
    min-width: 230px;
    font-size: 0.875em;
    background-color: white;
    padding: 10px 24px;
    margin-left: 20px;
    max-width: 100%;
  }

  #member-login a, #search span {
    border-bottom: 2px solid #00a4e4;
  }

  #search span {
    border-color: #95a0a9;
  }

  #member-login:before, #search span:before {
    font-family: 'web_symbolsregular';
    font-size: 1.13em;
    margin-right: 5px;
  }

  #member-login:before {
    vertical-align: top;
    color: #00a4e4;
    content: '\0078';
  }

  #member-login:hover:before {
    color: #95a0a9;
  }

  #search span:before {
    color: #95a0a9;
    content: '\004C';
    display: inline-block;
    margin-left: -20px;
  }

  #search span:hover:before {
    color: #221e1f;
  }

  #hp-slider-wrap {
    position: static;
    display: block;
  }

  #footer-bottom .wrapper {
    text-align: left;
  }

  #footer-bottom form {
    line-height: inherit;
  }

  .is_stuck #search {
    bottom: -95px;
    right: 10px;
  }

  #footer-bottom label {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    text-align: right;
    margin-right: 10px;
  }

  #footer-bottom label span {
    font-size: .78em;
    display: block;
  }

  #find-state, #nonprofit-careers, #state-jobs .block {
    text-align: left;
  }

  #find-state figure, #nonprofit-careers figure, #state-jobs .block img {
    float: left;
  }

  #follow-us a {
    width: 3.75rem;
    height: 3.75rem;
  }

  #blog-main-feature h2 {
    font-size: 2.3em;
  }

  #blog-main-feature h3 {
    float: left;
    width: 22%;
    letter-spacing: 5px;
    font-size: 3em;
    padding: 30px 0 0;
  }

  div[id*=main-feature] img {
    min-height: 114px;
    width: auto;
  }

  div[id*=main-feature] h3 {
    font-size: 2.3em;
  }

  #impacts-wrap {
    width: 100%;
  }

  #impacts-wrap #impact-intro {
    margin-top: -91px;
  }

  #blog-main-feature.photo .share {
    top: 50px;
  }

  #first-post p {
    font-size: 1.5em;
  }

  #tools-intro, .tools-intro p {
    font-size: 1.50em;
  }

  #in-content-newsletter label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
  }

  #in-content-newsletter fieldset {
    display: inline-block;
    width: 63.6%;
  }

  #member-loged > a {
    border-bottom: 2px solid #00a4e4;
    text-indent: 0;
    background: none;
    width: auto;
    height: auto;
  }

  #member-loged > a:hover {
    border-color: #95a0a9;
  }

  #member-loged #hi {
    display: inline-block;
    margin-top: 1px;
    color: #00a4e4;
  }

  #member-loged #member-menu {
    top: 40px;
    right: 0;
  }
}

@media only screen and (min-width: 680px) {

  #hp-slider-wrap {
    display: block;
  }

  #intro-txt {
    padding-top: 2.8em;
  }

  #adv-search {
    overflow: hidden;
  }

  #adv-search #search-wrap {
    float: left;
    width: 48%;
  }

  #adv-search .form-type-textfield {
    width: 100%;
  }

  #adv-search .tools {
    float: right;
    width: 48%;
    clear: none;
  }

  div[id*=main-feature] {
    overflow: hidden;
    width: 100%;
  }

  .tools-resources-wrap .item p {
    margin: 0;
  }

  #impacts-wrap .section {
    font-size: 1.5em;
  }

  #member-notice .wrapper {
    text-align: right;
  }

  #member-notice h4 {
    float: left;
    margin: 0;
  }
}

@media only screen and (max-width: 680px) {

  #hp-slider-wrap .rsNav {
    display: none;
  }

  .royalSlider.heroSlider, .royalSlider.heroSlider .rsOverflow {
    height: 600px !important;
  }

  .rsSlide .content {
    padding-top: 360px;
  }

  .rsSlide img {
    max-height: 350px !important;
    width: auto;
    margin: 0 auto;
    display: block;
  }

}

@media only screen and (max-width: 580px) {
  .rsSlide .content h2 {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 480px) {
  .rsSlide .content {
    padding-top: 330px;
  }

}

@media only screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }

  #logo {
    width: 327px;
    height: 72px;
  }

  #main-content {
    float: right;
    width: 74.56%;
  }

  #sidebar {
    float: left;
    width: 21.93%;
  }

  #main-content.search-results + #sidebar {
    float: none;
    width: 100%;
  }

  .main #content {
    float: left;
    width: 57%;
  }

  .main aside {
    float: right;
    width: 28%;
  }

  #intro-txt {
    font-size: 1.88em;
  }

  #our-work {
    background-color: #fff;
    background-image: url(../img/our-work-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-size: cover;
  }

  #our-work h2 {
    color: #fff;
  }

  #our-work article, #expandable {
    height: 400px;
  }

  #our-work article {
    float: left;
    margin-right: 0.08771929824561%;
    background-color: #fff;
  }

  #pit {
    width: 32.9825%;
  }

  #tools {
    width: 33.7719%;
  }

  #expandable {
    width: 33.0702%;
    margin-right: 0;
    background-color: #00a4e4;
    float: left;
    overflow: hidden;
    padding-bottom: 0;
  }

  #our-work #expandable article {
    border-bottom: none;
    background-color: transparent;
  }

  #expandable a.expand-btn {
    display: block;
  }

  #whats-new .news {
    float: left;
    width: 50%;
    border-right: 1px solid #fff;
    height: 23.4em;
    padding-bottom: 0;
  }

  #whats-new img {
    width: auto;
  }

  #find-state, #nonprofit-careers, #state-jobs .block {
    float: left;
    width: 50%;
    background-color: transparent;
  }

  #nonprofit-careers, #state-jobs .block:last-child {
    padding: 1em 0 0 1.38em;
  }

  #find-state, #state-jobs .block:first-child {
    padding: 1em 1em 0 0;
  }

  #state-jobs {
    background-size: 50% 100%;
  }

  #sign-up, #follow-us {
    float: left;
    width: 50%;
  }

  #connect .wrapper:before {
    content: '';
    display: block;
    height: 100%;
    border-left: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: 0;
  }

  #find-state-wrap {
    text-align: left;
  }

  #find-state-wrap figure {
    float: left;
    width: 49.12%;
    max-width: 560px;
    margin-bottom: 0;
  }

  #sign-up {
    padding: 0 1.8em 0 0;
  }

  #follow-us {
    padding: 0 0 0 1.8em;
    border-top: none;
  }

  #footer-top .links h2 {
    display: none;
  }

  #footer-top .links ul {
    float: left;
    width: 30.26%;
    padding: 0.5em 1em 0 8.43em;
    font-size: .88em;
    list-style: none;
  }

  #footer-top .links ul li {
    list-style: none;
  }

  #address, #footer-top .address {
    float: left;
    width: 40.35%;
    border-width: 0 1px 0 1px;
    padding: 0 1em 0 5%;
  }

  #donate, #footer-top .donate {
    float: right;
    width: 23.68%;
    padding: 0;
  }

  #footer-bottom {
    background: #f8f8f8 url(../img/l-blue-px.gif) 0 0 no-repeat;
    background-size: 30% 100%;
  }

  .page-node-388 #footer-bottom {
    background: #f8f8f8;
  }

  #find-state-bottom {
    padding: 0 .5em;
    float: left;
    text-align: left;
  }

  #footer-bottom form {
    float: left;
    width: 63%;
    padding-left: 1.78em;
    display: block;
  }

  #footer-bottom .wrapper {
    width: auto;
    padding: 0 10px;
  }

  #footer-top {
    margin-bottom: 6.7em;
  }

  #first-post h2 {
    font-size: 3em;
  }

  #search-tools, .search-tools {
    background: #e1e1e1 url("../img/blog-ttl-bg.gif") repeat scroll 0 0;
  }

  #search-tools form, .search-tools form {
    width: 74.56%;
    float: right;
    text-align: right;
  }

  div[id*=main-feature] h3 {
    letter-spacing: 5px;
    font-size: 3em;
    padding: 30px 200px 0 0;
  }

  #trends-main-feature h3 {
    letter-spacing: 2px;
    font-size: 2em;
  }

  .search-results .result h2, .search-results .result h3 {
    float: left;
  }

  .search-results .result h2 {
    width: 65.5%;
  }

  .search-results .result h3 {
    margin: 6px 0 0;
  }

  .trends-resources-wrap .trend {
    width: 45.5%;
    min-height: 18em;
    float: left;
    clear: left;
  }

  #trends-wrap .trend:nth-of-type(2n+2) {
    float: right;
    clear: none;
  }

  #trends-wrap .featured-trend-policy {
    display: none;
  }

  #impacts-wrap #impact-intro {
    margin-top: -116px;
  }

  #impacts-wrap #scroll-nav {
    display: block;
  }

  #impacts-wrap .section {
    max-width: 100%;
    background-size: 100%;
  }

  #container #impacts-wrap .content {
    position: absolute;
    top: 340px;
    left: 0;
    padding: 0 6.5% 0 5%;
    width: auto;
    transform: translate(0, 0);
    text-align: left;
    max-width: 90%;

  }

  #impacts-wrap #impact-intro .content {
    top: 260px;
  }

  #impacts-wrap h2 {
    margin: 1.3em 0 0.5em;
  }

  #impacts-wrap .more svg {
    display: inline-block;
  }

  #search-tools form, .search-tools form {
    height: 90px;
    padding: 22px 0 0;
  }

  #search-tools .bg, .search-tools .bg {
    display: block;
  }

  #search-result-head #for {
    float: left;
    margin-bottom: 0;
  }

  #search-result-head #sort {
    float: right;
  }

  #single-post .single h1 {
    font-size: 2.5rem;
    margin: .675em 0 .55em;
  }

  #single-post .single h2 {
    font-size: 1.75rem;
    font-weight: 600;
  }

  #follow-us a {
    height: 3rem;
    width: 3rem;
  }
}

@media only screen and (min-width: 1025px) {
  #header {
    overflow: visible;
  }

  #header.is_stuck {
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
  }

  #header.is_stuck #main-nav > li > a {
    font-size: 0.88em;
  }

  #main-nav {
    display: block;
    min-height: 36px;
  }

  #header.is_stuck #main-nav {
    text-align: center;
    width: 90%;
  }

  #header.is_stuck #main-nav > li {
    width: auto;
    display: inline-block;
    margin: 0 .7em;
    float: none;
    -moz-transition: all .6s ease-in-out 0s;
    -webkit-transition: all .6s ease-in-out 0s;
    -ms-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
  }

  #main-nav > li > a {
    color: #221e1f;
    font-size: 1em;
    text-transform: uppercase;
    position: relative;
  }

  #main-nav > li:hover > a {
    color: #ed7700;
  }

  #main-nav .full {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 2em 0;
    border-bottom: 3px solid #00a4e4;
    background: #f8f8f8 url(../img/sub-nav-shadow.png) 0 0 repeat-x;
    visibility: hidden;
    text-align: left;
    opacity: 0;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    z-index: 111;
  }

  #main-nav .not.full {
    width: auto;
    left: auto;
    padding: 2em;
  }

  #main-nav li:hover .full {
    visibility: visible;
    opacity: 1;
  }

  .logged-in #header.is_stuck {
    margin-top: 30px;
  }

  #main-nav > li.has-subnav > a {
    padding-bottom: 2.15em;
  }

  #main-nav > li.has-subnav:hover > a {
    border-bottom: 10px solid #ed7700;
    padding-bottom: 1.6em;
  }

  #sign-up .f-form {
    display: inline-block;
    width: 70%;
  }

  #sign-up input[type=text] {
    width: 60%;
  }

  #main-nav div.left {
    float: left;
    width: 23.95%;
  }

  ul.main-sub-nav {
    clear: left;
  }

  ul.main-sub-nav li {
    display: block;
    margin: .5em 0;
    cursor: pointer;
    float: none;
    text-transform: uppercase;
  }

  ul.main-sub-nav li:first-child {
    margin-top: 0;
  }

  ul.main-sub-nav a:hover {
    color: #95a0a9;
  }

  #main-nav .sub-content {
    padding: 0px;
    float: left;
    width: 76.05%;
    clear: none;
  }

  #main-nav h3.ttl {
    font: normal 1.13em 'Proxima Nova Bold';
    margin: 0 0 1em;
    color: #00a4e4;
    text-transform: uppercase;
  }

  #main-nav h3.ttl:after {
    content: '\005D';
    margin-left: 6px;
    font-family: 'web_symbolsregular';
  }

  .nav-post-wrapper {
    float: left;
    width: 33.33%;
    padding: 0 3.46%;
    background: url(../img/nav-div.png) 0 0 no-repeat;
  }

  .sub-content .nav-post-wrapper:first-child {
    background: none;
  }

  .nav-post-wrapper h3 {
    font: bold 1em 'Proxima Nova';
    margin: 0 0 .9em;
    color: #00a4e4;
  }

  .nav-post-wrapper img {
    display: block;
    margin-bottom: .6em;
  }

  .nav-post-wrapper p {
    font-size: 0.88em;
    color: #7d7d7d;
    margin: 0 0 .8em;
  }

  .nav-post-wrapper a.more,
  #tools-featured-cat a.more {
    font-family: 'roboto_medium';
  }

  #tools-featured-cat a.more {
    color: #FFF;
    text-decoration: none;
    border-bottom: 2px solid #FFF;
  }

  .nav-post-wrapper a.more:after,
  #tools-featured-cat a.more:after {
    content: '\e600';
    margin-left: 5px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
  }

  .nav-post-wrapper a.more:hover,
  #tools-featured-cat a.more:hover {
    color: #ed7a23;
  }

  #member-login,
  #member-loged {
    display: block;
    float: left;
  }

  #search {
    float: right;
    display: block;
    position: relative;
  }

  #member-login:before {
    line-height: .8;
  }

  #follow-us a {
    width: 4.5rem;
    height: 4.5rem;
  }

  #find-state-bottom span:after {
    content: '';
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
  }

  #find-state-bottom span:after {
    display: inline-block;
    width: 23px;
    height: 23px;
    background-position: -256px 0;
    margin-left: 9px;
    vertical-align: middle;
  }

  #find-state-bottom {
    width: 34.65%;
    font-size: 1.33em;
    padding: 0;
  }

  #footer-bottom a.right {
    display: block;
  }

  #footer-bottom form {
    width: 51%;
  }

  #sub-nav {
    display: block;
    font-size: .88em;
  }

  #sub-nav li {
    display: inline-block;
  }

  #sub-nav li:first-child {
    margin-left: 0;
  }

  #sub-nav li:before {
    content: '|';
    font-weight: bold;
    margin-right: 9px;
  }

  #sub-nav li:first-child:before {
    display: none;
  }

  #find-state-wrap h2 {
    font-size: 3.00em;
  }

  #blog-main-feature h2 {
    font-size: 3em;
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 74.5%;
    margin: 1.3em 0 0.5em;
  }

  #blog-main-feature.photo h3 {
    float: left;
  }

  #search-tools input, .search-tools .form-type-textfield {
    width: 55.88%;
  }

  #in-content-newsletter p {
    float: left;
    margin: 0;
    width: 47.5%;
    padding-top: 2px;
    text-align: right;
  }

  #in-content-newsletter form {
    float: right;
    width: 47.5%;
    text-align: right;
  }

  #main-content.search-results {
    float: right;
    width: 74.56%;
  }

  #main-content.search-results + #sidebar {
    float: left;
    width: 21.93%;
  }

  .trends-resources-wrap .trend {
    min-height: 16.6em;
  }

  #trends-main-feature h3 {
    letter-spacing: 5px;
    font-size: 3em;
  }

  #adv-search {
    float: left;
    width: 21.93%;
  }

  #adv-search #search-wrap, #adv-search .tools, #adv-search .form-type-textfield {
    float: none;
    width: 100%;
  }

  #adv-search .tools {
    clear: both;
  }

  .cols-wrap .col3 {
    float: left;
    width: 33.25%;
  }

  .cols-wrap .col3:nth-child(2n) {
    width: 33.4%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .cols-wrap .overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: url(../img/plus-icon.svg) 50% 50% no-repeat;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }

  .cols-wrap .content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    opacity: 0;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 99;
    display: block;
  }

  .cols-wrap .content h3 {
    margin: 0;
  }

  .cols-wrap img {
    width: auto;
  }

  .cols-wrap .content .brdrd-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  blockquote {
    font-size: 2.5rem;
  }

  #impacts-wrap #impact-intro {
    margin-top: -152px;
  }

  #container #impacts-wrap .content {
    padding: 0 14.5% 0 35%;
    top: 140px;
  }

  #impacts-wrap #scroll-nav ul.impact-menu {
    padding: 1.6em 1em 1.6em 34.5%;
  }

  #impacts-wrap .more strong {
    font-size: 1em;
  }

  #container #impacts-wrap #impact-intro .content {
    top: 300px;
  }

  .tools-resources-wrap .item {
    padding: 20px 20px 0 250px;
  }

  .tools-resources-wrap .item figure {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }

  .tools-resources-wrap .item .item-meta {
    position: absolute;
    left: 250px;
    bottom: 15px;
  }

}

@media only screen and (min-width: 1140px) {
  /* ===============
    Maximal Width
   =============== */
  .wrapper {
    width: 100%;
    max-width: 1140px;
  }

  #footer-bottom {
    background-size: 50% 100%;
  }

  #sub-header .right {
    font-size: 1em;
    margin-top: 0;
    min-width: 260px;
    position: relative;
  }

  #main-nav > li > a {
    display: block;
    font-size: 1.13em;
    letter-spacing: .4px;
    padding-bottom: 1.7em;
  }

  #header.is_stuck #main-nav > li > a {
    letter-spacing: normal;
    font-size: 1em;
  }

  .expand #expandable .group {
    max-width: 1140px;
  }

  #our-work article, #expandable {
    height: 350px;
  }

  #footer-bottom form {
    width: 55%;
  }

  #sub-nav {
    font-size: .94em;
  }

  #sub-nav li {
    margin-left: 4px;
  }

  div.no-photo[id*="main-feature"] {
    background-size: auto auto !important;
  }

  #search-tools input, .search-tools .form-type-textfield {
    width: 65.88%;
  }

  #impacts-wrap .section {
    font-size: 1.88em;
  }

  #impacts-wrap .content {
    padding: 0 14.5% 0 30%;
    top: 140px;
  }

  #impacts-wrap #scroll-nav {
    width: 27%;
  }

  #impacts-wrap .more svg {
    width: 59px;
    height: 59px;
    display: block;
    float: left;
    margin-top: -12px;
    margin-left: 15px;
  }

  #impacts-wrap h2 {
    margin: 1.3em 0 0.5em;
  }

  #single-main-feature.photo img {
    max-width: 1140px;
    margin: 0 auto;
    display: block;
  }
}

ul#main-nav li.active > a {
  color: #222;
  font-weight: bold;
  border-bottom: 10px solid #ed7700;
  padding-bottom: 1.6em;
}

#mobile-nav ul#main-nav li.active > a {
  padding-bottom: 0.6em;
  border: none;
}

  /* Donate Form styling */
.content form#webform-client-form-418 label {
  display: block;
  text-align: left;
}

.content form#webform-client-form-418 input[type=text],
.content form#webform-client-form-418 input[type=email] {
  width: auto;
}

/* QA Item: What do we do for pages with longer titles? (see http://cnp.benfredaconsulting.com/article-categories/council-of-nonprofits-… as example of this displaying unevenly) */
#blog-main-feature.no-photo h3 {
  float: none;
  padding-bottom: 30px;
}

/* QA Item: Can we also get rid of the text below the username and password fields? The labels to the left are sufficient. */
.page-user-login #user-login div.description {
  display: none;
}

/* CiviCRM Donation Page */
.crm-section .billing_country_id-5-section .sod_select, .crm-section .billing_state_province_id-5-section .sod_select {
  display: none;
}

.crm-section .sod_select select {
  display: block;
}

.crm-section .billing_country_id-5-section select, .crm-section .billing_state_province_id-5-section select {
  line-height: 1;
  padding: 11px 10px;
}

.crm-container.crm-public .select2-container .select2-choice {
  height: 40px;
}

td.checkbox, th.checkbox {
  text-align: center;
  font-size: 0.85em;
}

td.webform-grid-question {
  font-size: 0.85em;
}

.webform-client-form .webform-component-civicrm-contact ul.token-input-list {
  font-family: 'franklin_gothic_fsbook', Helvetica, Helvetica Neue, Arial;
  font-size: 1.33em;
  padding: 0;
}

input#token-input-edit-submitted-civicrm-1-contact-1-contact-existing,
input#token-input-edit-submitted-civicrm-2-contact-1-contact-existing {
  margin: 0;
}

#block-views-homepage-slideshow-block-1 {
   outline: none;
   position: relative;
 }