ul {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}
.layout_outer{
  width: 1040px;
  margin: 0 auto;
}
.visually-hidden,
.hidden {
  display: none;
}
a {
  text-decoration: none;
  color: #0a8c00;
}
/***** headline *****/
/*#subheadline,*/
#headline {
  background: #000;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  height: 44px;
}
#headline .layout_outer {
  position: relative;
}
#block-headlinetitle {
  line-height: 44px;
}
#block-headlinetitle a {
  color: #fff;
}
#block-headlinesociallinks {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 6px;
}
#block-headlinesociallinks a {
  line-height: 0;
  font-size: 0;
  color: transparent;
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  background: url(../img/icons.png) 0 0 no-repeat;
  margin: 0 0 0 10px;
}
#block-headlinesociallinks a.subscribe {
  background-position: -288px -96px;
}
#block-headlinesociallinks a.facebook {
  background-position: -64px 0;
}
#block-headlinesociallinks a.twitter {
  /*background-position: -96px 0;*/
  background-position: -32px -128px;
}
#block-headlinesociallinks a.instagram {
  background-position: 0 -128px;
}
#block-headlinesociallinks a.search {
  background-position: -64px -64px;
}
#block-headlinesociallinks a.donate {
  color: #fff;
  font-size: 14px;
  width: 50px;
  line-height: 32px;
  padding: 6px 30px;
  background: #0a8c00;
  background-image: none;
  margin-top: -6px;
}
#block-headlinesociallinks ul {
  list-style-type: none;
  padding: 0;
  line-height: 32px;
}
#block-headlinesociallinks ul li {
  display: inline;
}

/***** subheadline *****/
#subheadline {
  background: #000;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  height: auto;
}
#subheadline::after {
  content: '';
  display: table;
  clear: both;
}
body.path-frontpage #subheadline .field--name-body {
  margin-bottom: 0px;
}
#subheadline .field--name-body {
  overflow: hidden;
}

#block-subheader a {
  /*color: #fff;*/
}
#block-subheader a:visited, #block-subheader a:active, #block-subheader a:link {
  color: #fff;
}
#block-subheader a:hover {
  color: #0a8c00;
}
#block-subheader .sep {
  color: #0a8c00;
}

#block-subheader {
  /*background: #333;*/
  /*color: #fff;*/
}

/***** header *****/
header {
  -webkit-box-shadow: 0px 15px 10px -10px #f0f0ef;
  -moz-box-shadow:    0px 15px 10px -10px #f0f0ef;
  box-shadow:         0px 15px 10px -10px #f0f0ef;
}
header .layout_outer {
  position: relative;
  height: 150px;
}
a.nolink {
  pointer-events: none;
  cursor: default;
}
#block-afsc-main-menu {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 46px;
}
#block-afsc-main-menu a {
  color: #000;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
}
#block-afsc-main-menu ul {
  list-style-type: none;
  padding: 0;
}
#block-afsc-main-menu ul li {
  display: inline;
  padding: 0 0 0 20px;
  position: relative;
}
#block-afsc-main-menu ul li.active > a {
  color: #6faf6b;
}
#block-afsc-main-menu ul.lev-0 > li.expanded > a:after {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/icons.png) -260px -5px no-repeat;
  margin-left: 3px;
}
#block-afsc-main-menu ul.lev-0 > li.expanded.active > a:after {
  background-position: -260px -37px;
}
#block-afsc-main-menu ul li ul {
  opacity:0;
  -webkit-transition:opacity 0.5s;
  -moz-transition:opacity 0.5s;
  -ms-transition:opacity 0.5s;
  -o-transition:opacity 0.5s;
  transition:opacity 0.5s;
  background: #fff;
  position: absolute;
  top: 45px;
  right: auto;
  left: 50%;
  height: 50px;
  width: auto;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(179,177,179,0.36);
  -moz-box-shadow: 0px 0px 15px 1px rgba(179,177,179,0.36);
  box-shadow: 0px 0px 15px 1px rgba(179,177,179,0.36);
}
#block-afsc-main-menu ul > li:nth-child(1) ul {
  width: 435px;
  margin-left: -220px;
}
#block-afsc-main-menu ul > li:nth-child(2) ul {
  width: 270px;
  margin-left: -135px;
}
#block-afsc-main-menu ul > li:nth-child(3) ul {
  width: 278px;
  margin-left: -140px;
}
#block-afsc-main-menu ul li.expanded:hover {
  padding-bottom: 25px;
}
#block-afsc-main-menu ul li:hover ul {
  opacity:1;
  -webkit-transition-delay:.1s;
  -moz-transition-delay:.1s;
  -ms-transition-delay:.1s;
  -o-transition-delay:.1s;
  transition-delay:.1s;
  z-index: 9;
}
#block-afsc-main-menu ul li ul:before{
  border: solid;
  border-color: #fff transparent;
  border-width: 0 10px 10px 10px;
  top: -10px;
  content: "";
  left: 57%;
  position: absolute;
  z-index: 99;
  -webkit-box-shadow: 0px 2px 15px -15px rgba(179,177,179,0.36);
  -moz-box-shadow: 0px 2px 15px -15px rgba(179,177,179,0.36);
  box-shadow: 0px 2px 15px -15px rgba(179,177,179,0.36);
}
#block-afsc-main-menu ul > li:nth-child(2) ul:before {
  left: 68%;
}
#block-afsc-main-menu ul > li:nth-child(3) ul:before {
  left: 61%;
}
#block-afsc-main-menu ul li ul li {
  display: block;
  float: left;
  padding: 0 0 0 0;
}
#block-afsc-main-menu ul li ul li a {
  display: block;
  float: left;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  padding: 5px 40px;
  border-left: 1px solid #d7d7d7;
  background: #fff;
  margin: 10px 0;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
}
#block-afsc-main-menu ul li ul li:nth-child(1) a {
  border-left: 0;
}
#block-afsc-main-menu ul li ul li a:hover {
  color: #0a8c00;
}
#block-afsc-main-menu ul li ul li a.is-active {
  color: #6faf6b;
}
#block-afsc-main-menu li.menu-toggle {
  display: none;
}

#block-afsc-branding {
  position: absolute;
  left: 0;
  top: 34px;
}
#block-afsc-branding a {
  margin-left: -13px;
}
/*******************/
/***** content *****/
/*******************/

.multi-col {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  justify-content: center;
  /*align-items: stretch;*/
  /*background: #ffd;*/
}
.multi-col > * {
  min-width: 300px;
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*justify-content: space-between;*/
}
.multi-col.cols-3 {
  margin: -20px 0 0 -20px;
}
.multi-col.cols-3 > * {
  width: 30%;
  margin: 20px 0 0 20px;

  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*justify-content: space-between;*/
}
.sec-list {
  background: #f8f8f8;
}
.sec-list ul li {
  list-style: none;
}
.sec-list ul li {
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  color: #000;
  text-transform: uppercase;
  line-height: 32px;
  background: #f7f5f5;
  padding: 0 0 10px 0;
  margin: 1em 0;
  font-weight: bold;
  border-bottom: 5px solid #0a8c00;
}
/***** content *****/
#block-afsc-page-title {
  border-bottom: 5px solid #0a8c00;
  margin-bottom: 30px;
}
#block-afsc-page-title h1 {
  font-size: 45px;
  font-family: 'Oswald', sans-serif;
  color: #000;
  text-transform: uppercase;
  margin: 70px 0 0px 0;
  line-height: 60px;
}
nav.tabs ul {
}
nav.tabs ul li {
  display: inline;
}
nav.tabs ul li a {
  padding: 5px 10px;
  margin: 5px 5px;
  background: #f8f8f8;
  line-height: 30px;
}

/***** all pages *****/
.content ul li,
.node__content ul li {
  margin-bottom: 15px;
}
.node__content ul li:last-child {
  margin-bottom: 0;
}
.accordion-content {
  display: none;
}
.accordion-header {
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  color: #000;
  text-transform: uppercase;
  line-height: 32px;
  background: #f7f5f5;
  padding: 20px 15px;
  margin: 1em 0;
  font-weight: bold;
}
.accordion-header:before {
  content: '';
  display: block;
  height: 32px;
  width: 32px;
  background: url(../img/icons.png) 0 0 no-repeat;
  float: left;
  margin: 0 10px 0 0;
}
.accordion-header.on:before {
  background-position: -32px 0;
}
.field--type-text-long ul,
.field--type-text-with-summary ul {
  padding: 0 20px;
}
.views-field-field-company-stock .v1,
.views-field-field-company-stock .v2,
.views-field-field-company-stock .separator,
.field--name-field-company-stock .v1,
.field--name-field-company-stock .v2,
.field--name-field-company-stock .separator {
  display: inline;
}
.views-field-field-company-stock .separator,
.field--name-field-company-stock .field__item .separator {
  margin: 0 5px;
}
.ui-widget-overlay {
  background: #000/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
  opacity: .5/*{opacityOverlay}*/;
  filter: Alpha(Opacity=50)/*{opacityFilterOverlay}*/; /* support: IE8 */
}

/***** company *****/
.node__content .company-fieldsgroup-1 {
  background: #f7f5f5;
  width: 100%;
}
.node__content .company-fieldsgroup-1:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  width: 100%;
}
.node__content .company-fieldsgroup-1 .field {
  float: left;
  padding: 15px 25px;
  max-width: 30%;
}
.node__content .field--name-field-company-logo img {
  border: 0px solid #bbbbbb;
}
.node__content .field--name-field-company-stock .field__item {
  float: left;
  margin-left: 10px;
  clear: both;
}
.node__content .field--name-field-company-stock .field__item:nth-child(2n+1) {
  /*margin-left: 0px;*/
}
.node__content .company-fieldsgroup-1 .field__label {
  text-align: center;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  color: #000;
  text-transform: uppercase;
  border-bottom: 1px solid #bbb;
  padding-bottom: 5px;
  margin-bottom: 10px
}
.node__content .field--name-field-news-updated .field__label,
.node__content .field--name-field-company-updated .field__label {
  float: left;
  margin-right: 8px;
}
.node__content .field--name-field-company-stock .field__item .v1,
.node__content .field--name-field-company-stock .field__item .v2,
.node__content .field--name-field-company-stock .field__item .separator
{
  display: inline;
}
.node__content .field--name-field-company-stock .field__item .separator {
  margin: 0 5px;
}
.node__content .field--name-field-company-headquarters .field__item {
  text-align: center;
}
.view-issues-subcats .view-content .views-field-description__value,
body.page-node-type-company .node__content .field--name-field-company-highlights div.collapsible,
body.page-node-type-company .node__content .field--name-field-company-link div.collapsible,
body.path-taxonomy .content .field--name-field-term-link div.collapsible,
body.path-taxonomy .content .field--name-field-term-body div.collapsible,
.node__content .field--name-body div.collapsible {
  display: none;
}
.view-issues-subcats .view-content .views-field-name,
body.page-node-type-company .node__content .field--name-field-company-highlights .field__label,
body.page-node-type-company .node__content .field--name-field-company-link .field__label,
body.path-taxonomy .content .field--name-field-term-link .field__label,
body.path-taxonomy .content .field--name-field-term-body H3,
.node__content .field--name-body H3 {
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  color: #000;
  text-transform: uppercase;
  line-height: 32px;
  background: #f7f5f5;
  padding: 20px 15px;
  margin: 1em 0;
  font-weight: bold;
}
.view-issues-subcats .view-content .views-field-name:before,
body.page-node-type-company .node__content .field--name-field-company-highlights .field__label:before,
body.page-node-type-company .node__content .field--name-field-company-link .field__label:before,
body.path-taxonomy .content .field--name-field-term-link .field__label:before,
body.path-taxonomy .content .field--name-field-term-body H3:before,
.node__content .field--name-body H3:before {
  content: '';
  display: block;
  height: 32px;
  width: 32px;
  background: url(../img/icons.png) 0 0 no-repeat;
  float: left;
  margin: 0 10px 0 0;
}
.view-issues-subcats .view-content .views-field-name.on:before,
body.page-node-type-company .node__content .field--name-field-company-highlights .field__label.on:before,
body.page-node-type-company .node__content .field--name-field-company-link .field__label.on:before,
body.path-taxonomy .content .field--name-field-term-link .field__label.on:before,
body.path-taxonomy .content .field--name-field-term-body H3.on:before,
.node__content .field--name-body H3.on:before {
  background-position: -32px 0;
}
.view-issues-subcats .recommended,
.node__content .recommended a {
  height: 50px;
  background: #e41d33;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  display: block;
}
.view-issues-subcats .recommended:before,
.node__content .recommended a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url(../img/icons.png) -160px 0 no-repeat;
  margin: 0px 10px 0 0;
}
.node__content .green {
  margin-top: 5px;
}
.node__content .green a {
  height: 50px;
  background: #0a8c00;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  display: block;
}
.node__content .field--name-field-tags {
  padding: 10px 0 0 0;
}
.node__content .field--name-field-tags:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  width: 100%;
}
.node__content .field--name-field-tags .field__item {
}
.node__content .field--name-field-tags .field__item a {
  color: #fff;
  float: left;
  padding: 10px;
  margin: 0px 15px 10px 0;
  background: #464646;
  border-radius: 5px;
}
body.page-node-type-company .node__content .field--name-field-company-summary {
  font-size: 28px;
  font-weight: bold;
}
body.page-node-type-company .node__content .field--name-field-company-link .field__items,
body.page-node-type-company .node__content .field--name-field-company-highlights .field__item {
  padding: 0 0 20px 0;
}
body.page-node-type-company .node__content .field--name-field-company-highlights .field__item li {
  padding: 20px 0 0 0;
}
body.page-node-type-company .node__content .field--name-field-company-highlights .field__item ul li:first-child {
  padding: 0 0 0 0;
}
body.path-taxonomy .field--name-field-term-link .field__item,
body.page-node-type-company .node__content .field--name-field-company-link .field__item {
  padding: 20px 0 0 0;
}
body.path-taxonomy .field--name-field-term-link .field__item:first-child,
body.page-node-type-company .node__content .field--name-field-company-link .field__item:first-child {
  padding: 0 0 0 0;
}
body.path-taxonomy .field--name-field-term-link .field__item a:before,
body.page-node-type-company .node__content .field--name-field-company-link .field__item a:before {
  content: '';
  display: list-item;
  margin: 0 0 0 20px;
  float: left;
  color: #555;
}
.csv-feed .feed-icon {
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/icons.png) -160px -64px no-repeat;
  line-height: 32px;
}

/***** category page *****/
.view-issues-subcats .view-issue-companies {
  background: #f7f5f5;
}
.view-issues-subcats .view-issue-companies.view-display-id-block_1 .views-field-title {
  width: 280px;
  padding: 20px;
  border-top: 1px solid #ccc;
  float: left;
  margin: 0 20px 0 0;
}
.view-issues-subcats .view-issue-companies.view-display-id-block_1 .view-content .views-row:nth-child(3n+1) .views-field-title {
  margin-left: 20px;
}
.view-issues-subcats .view-issue-companies.view-display-id-block_1 .view-content .views-row:nth-child(-n+3) .views-field-title {
  border-top: 0px;
}
.view-issues-subcats .view-issue-companies.view-display-id-block_1 .views-field-title a {
  /*color: #000;*/
  font-size: 16px;
  font-weight: bold;
  max-height: 20px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.view-issues-subcats .view-issue-companies.view-display-id-block_1 .view-content {
  max-height: 119px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s;
  background: #f7f5f5;
}
.view-issues-subcats .view-issue-companies .view-content.expanded {
  max-height: 2000px;
  overflow: hidden;
  position: relative;
  transition: max-height 1.0s;
}
.view-issues-subcats .view-issue-companies .view-content:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  width: 100%;
}
.view-issues-subcats .view-issue-companies .view-content a.toggle {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: auto;
  height: 20px;
  padding: 0 10px 2px 0;
  background: #f0f0f0;
}
.view-issues-subcats .view-issue-companies .view-content a.toggle:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 20px;
  background: url(../img/icons.png) -260px -2px no-repeat;
}
.view-issues-subcats .view-issue-companies .view-content a.toggle.on:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 20px;
  background: url(../img/icons.png) -292px -2px no-repeat;
}
.view-header .all-companies-links {
  margin: 20px 0 50px 0;
}
.view-issues-subcats .views-field-description__value .field-content:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  width: 100%;
}
.view-issues-subcats .views-field-description__value .field-content > p:first-child {
  width: 330px;
  float: left;
  padding: 0 20px 0 0;
  margin: 0;
}
.view-issues-subcats .views-field-description__value .field-content > p.callout {
  width: 645px;
  float: left;
  padding: 0 0 0 20px;
  margin: 0;
  border-left: 5px solid #c2c2c2;
}
.view-issues-subcats .views-field-description__value p.callout a.company {
}
.view-issues-subcats .views-field-description__value p.callout a.company:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url(../img/icons.png) -197px -5px no-repeat;
  vertical-align: -3px;
}
.view-issues-subcats .views-field-description__value .pan-top {
  width: 100%;
  clear: both;
}
.view-issues-subcats .views-field-description__value .pan-left {
  width: 50%;
  float: left;
}
.view-issues-subcats .views-field-description__value .pan-right {
  width: 50%;
  float: left;
}
.view-issues-subcats .views-field-description__value .block-desc {
  padding: 0 0 20px 0;
}
.view-issues-subcats .views-field-description__value .block-desc ul {
  margin-left: 20px;
}
.view-issues-subcats .views-field-description__value .block-desc a.more {
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  color: #0a8c00;
  text-transform: uppercase;
  line-height: 32px;
}
.view-issues-subcats .views-field-description__value .block-desc a.more:after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/icons.png) -224px -0px no-repeat;
  vertical-align: -9px;
}
.view-issues-subcats .views-field-description__value ul.tags {
  padding: 0 20px 0 0;
  margin: 0;
  list-style: none;
  min-height: 1px;
}
.view-issues-subcats .views-field-description__value ul.companies {
  padding: 0 0 0 20px;
  margin: 0;
  border-left: 5px solid #c2c2c2;
  list-style: none;
}
.view-issues-subcats .views-field-description__value ul.tags li {
  float: left;
}
.view-issues-subcats .views-field-description__value ul.tags li a {
  color: #fff;
  float: left;
  padding: 10px;
  margin: 0px 15px 10px 0;
  background: #464646;
  border-radius: 5px;
  line-height: 32px;
}
.view-issues-subcats .views-field-description__value ul.companies a.is-term-61 {
  display: inline-block;
  width: 32px;
  height: 20px;
  background: url(../img/icons.png) -192px -6px no-repeat;
  font-size: 0;
  color: transparent;
  vertical-align: 0%;
}
.node__content .archived {
  height: 50px;
  background: #acacac;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  position: relative;
}
.node__content .archived:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url(../img/icons.png) -160px -32px no-repeat;
  margin: 0px 10px 0 0;
}
.node__content .archived .tooltip {
  display: none;
  position: absolute;
  top: 50px;
  background: #666;
  color: #fff;
  font-size: 16px;
  font-family: 'Libre Franklin', sans-serif;
  padding: 5px 5%;
  width: 90%;
}
.node__content .archived:hover .tooltip {
  display: block;
}

/***** tag page *****/
.view-issues-subcats .view-issue-companies {
  background: none;
}
body.vocabulary--tags .view-issues-subcats .view-issue-companies .view-content {
  max-height: inherit;
  overflow: visible;
  position: inherit;
  transition: max-height 0.5s;
}
body.vocabulary--tags .view-issues-subcats .view-issue-companies .views-field-title {
  width: 230px;
  padding: 0px;
  border-top: 0;
  float: left;
  margin: 0 0 0 0;
}
body.vocabulary--tags .view-issues-subcats .view-issue-companies .view-content .views-row:nth-child(3n+1) .views-field-title {
  margin-left: 0px;
}
body.vocabulary--tags .view-issues-subcats .view-issue-companies .view-content .views-row:nth-child(-n+3) .views-field-title {
  border-top: 0px;
}
body.vocabulary--tags .view-issues-subcats .view-issue-companies .views-field-title a {
  color: #0a8c00;
  font-size: 1.1em;
  font-weight: normal;
  max-height: none;
  display: inline;
  text-overflow: inherit;
  white-space: normal;
  overflow: visible;
}
.field--name-field-category-updated .field__label {
  float: left;
  margin-right: 8px;
}
/***** footer *****/
footer {
  background: #363636;
  border-top: 25px solid #000;
  padding: 30px 0 50px 0;
}
footer .layout_outer {
  position: relative;
}
.footer-logo {
  width: 244px;
  height: 68px;
  background: url(../afsc-logo-2021-rebrand.png) no-repeat;
  background: url(../afsc-logo-2021-rebrand.svg) no-repeat;
  margin: 0px 10px 15px -32px;
}
.copyright-text {
  font-size: 14px;
  color: #fff;
}
#block-afsc-footer {
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  right: 10px;
  top: 20px;
}
#block-afsc-footer a {
  color: #fff;
}
#block-afsc-footer ul {
  list-style-type: none;
  margin: 0;
}
#block-afsc-footer ul li {
  padding: 0 0 0 20px;
  float: left;
}
#block-footersociallinks {
  position: absolute;
  right: 0;
  top: 70px;
}
#block-footersociallinks a.social {
  line-height: 0;
  font-size: 0;
  color: transparent;
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  background: url(../img/icons.png) 0 0 no-repeat;
  margin: 0 0 0 10px;
}
#block-footersociallinks a.facebook {
  background-position: -64px 0;
}
#block-footersociallinks a.twitter {
  background-position: -96px 0;
}
#block-footersociallinks a.subscribe {
  float: left;
  padding: 10px 20px;
  font-size: 12px;
  text-transform: uppercase;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  line-height: 14px;
}
#block-footersociallinks ul {
  list-style-type: none;
  padding: 0;
  line-height: 32px;
}
#block-footersociallinks ul li {
  display: inline;
}

/***** page-front *****/
body.path-frontpage main .layout_outer {
  width: 100%;
  margin: 0 0;
}
body.path-frontpage main #search-section .layout_outer {
  width: 1040px;
  margin: 0 auto;
}
body.path-frontpage main .region-content > div {
  width: 1040px;
  margin: 0 auto;
}
body.path-frontpage main .region-content > div#block-afsc-content {
  width: 100%;
  margin: 0 0;
}
body.path-frontpage main .node__content > div {
  width: 1040px;
  margin: 0 auto;
}
body.path-frontpage .node__content > div.field--name-field-page-paragraphs {
  width: 100%;
  margin: 0 0;
}
body.path-frontpage .field--name-field-page-paragraphs > div {
  width: 1040px;
  margin: 0 auto;
}
body.path-frontpage #search-section {
  background: url(../img/search-section-bg.jpg) 50% 50%;
  background-size: cover;
  min-height: 300px;
}
body.path-frontpage #block-afsc-page-title h1 {
  font-size: 28px;
  line-height: 40px;
}
body.path-frontpage .field--name-body {
  margin-bottom: 60px;
}
body.path-frontpage .paragraph--type--spotlight-container {
  margin-bottom: 70px;
}
body.path-frontpage .field--name-field-spotlight-block-company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.path-frontpage .field--name-field-spotlight-block-company > .field__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
body.path-frontpage .field--name-field-spotlight-block-company > .field__item:nth-child(2) {
  margin-left: 40px;
}
body.path-frontpage .paragraph--type--homepage-spotlight {
  padding: 20px 20px;
  background: #f7f5f5;
}
body.path-frontpage .field--name-field-home-about-header,
body.path-frontpage .field--name-field-home-news-header,
body.path-frontpage .field--name-field-home-companies-header,
body.path-frontpage .field--name-field-spotlight-header {
  font-size: 28px;
  font-family: 'Oswald', sans-serif;
  color: #000;
  text-transform: uppercase;
  margin: 0px 0 0px 0;
  font-weight: bold;
  border-bottom: 5px solid #0a8c00;
  margin-bottom: 20px;
  line-height: 40px;
}
body.path-frontpage .field--name-field-spotlight-header {

}
body.path-frontpage .field--name-field-home-companies-header a {
  color: #000;
}

body.path-frontpage .field--name-field-spotlight-title {
  font-size: 26px;
  margin-bottom: 15px;
}
body.path-frontpage .field--name-field-spotlight-block-company .recommended {
  font-size: 14px;
  color: #cd1f26;
  background: none;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  height: auto;
  line-height: inherit;
  padding: 0;
}
body.path-frontpage .field--name-field-spotlight-block-company .recommended:before {
  display: none;
}
body.path-frontpage .field--name-field-page-paragraphs > .field__item:nth-child(2) {
  background: #898989;
  position: relative;
  width: 100%;
  margin: 0;
  min-height: 150px;
  min-width: 400px;
  padding: 50px 0 50px 0;
}
body.path-frontpage .field--name-field-issue-company:after,
body.path-frontpage .field--name-field-page-paragraphs > .field__item:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  width: 100%;
}
body.path-frontpage .paragraph--type--homepage-companies {
  width: 1000px;
  margin: 0 auto 0 auto;
  padding: 20px;
  background: #fff;
}
body.path-frontpage .paragraph--type--homepage-companies .field--name-field-issue-company {
  display: none;
}
body.path-frontpage .paragraph--type--homepage-companies .field--name-field-issue-term {
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  color: #000;
  text-transform: uppercase;
  line-height: 32px;
  background: #f7f5f5;
  padding: 20px 15px;
  margin: 1em 0;
}
body.path-frontpage .paragraph--type--homepage-companies .field--name-field-issue-term:before {
  content: '';
  display: block;
  height: 32px;
  width: 32px;
  background: url(../img/icons.png) 0 0 no-repeat;
  float: left;
  margin: 0 10px 0 0;
}
body.path-frontpage .paragraph--type--homepage-companies .field--name-field-issue-term.on:before {
  background-position: -32px 0;
}
body.path-frontpage .field--name-field-issue-company .field__item {
  width: 260px;
  padding: 20px;
  border-top: 1px solid #ccc;
  float: left;
  margin: 0 20px 0 0;
}
body.path-frontpage .field--name-field-issue-company .field__item:nth-child(3n+1) {
  margin-left: 20px;
}
body.path-frontpage .field--name-field-issue-company .field__item:nth-child(-n+3) {
  border-top: 0px;
}
body.path-frontpage .field--name-field-issue-company .field__item a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  max-height: 20px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
body.path-frontpage .field--name-field-issue-company .field__item a.see_all {
  color: #0a8c00;
}
body.path-frontpage .paragraph--type--homepage-divestment {
  text-align: center;
}
body.path-frontpage .paragraph--type--homepage-divestment .field--name-field-home-div-title {
  font-size: 62px;
  font-weight: normal;
  font-family: 'Oswald', sans-serif;
  color: #0a8c00;
  text-transform: none;
  margin: 70px 0 50px 0;
}
body.path-frontpage .paragraph--type--homepage-divestment .field--name-field-home-div-body {
  font-size: 22px;
  padding: 0 180px 30px 180px;
}
body.path-frontpage .paragraph--type--homepage-divestment .field--name-field-home-div-link {
  margin-bottom: 70px;
}
body.path-frontpage .paragraph--type--homepage-divestment .field--name-field-home-div-link a {
  font-size: 12px;
  text-transform: uppercase;
  padding: 15px 25px 15px 25px;
  border: 2px solid #0a8c00;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
body.path-frontpage .field--name-field-page-paragraphs > .field__item:nth-child(4) {
  position: relative;
  width: 100%;
  margin: 0;
  min-height: 150px;
  padding: 0;
}
body.path-frontpage .paragraph--type--homepage-3cat-img {

}
body.path-frontpage .field--name-field-home-3cat-item > .field__item {
  width: 33.3%;
  float: left;
}
body.path-frontpage .field--name-field-home-3cat-item > .field__item:nth-child(2) {
  width: 33.4%;
}
body.path-frontpage .field--name-field-home-3cat-item > .field__item a {
  display: block;
  float: left;
  width: 100%;
  height: 350px;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 350px;
  vertical-align: middle;
  color: #fff;
  background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  font-size: 54px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  text-transform: capitalize;
}
body.path-frontpage .field--name-field-page-paragraphs > .field__item:nth-child(5) {
  padding: 80px 0;
}
body.path-frontpage .paragraph--type--home-news-tweets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.path-frontpage .paragraph--type--home-news-tweets > .field__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
body.path-frontpage .paragraph--type--home-news-list {
  padding: 20px;
  background: #f7f5f5;
}
body.path-frontpage .field--name-field-home-news-img {
  float: left;
  margin-right: 20px;
}
body.path-frontpage .field--name-field-home-news-item {
}
body.path-frontpage .paragraph--type--home-news {
  margin: 0px;
  border-top: 1px solid #c0c0c0;
  padding: 20px 0 20px 0;
}
body.path-frontpage .field--name-field-home-news-item > .field__item:nth-child(1) .paragraph--type--home-news {
  padding-top: 0;
  border-top: none;
}
body.path-frontpage .field--name-field-home-news-item > .field__item:nth-child(2) .paragraph--type--home-news {
  padding-bottom: 0;
}
body.path-frontpage .field--name-field-home-news-date {
  font-style: italic;
  font-size: 14px;
}
body.path-frontpage .field--name-field-home-news-reference a {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
body.path-frontpage .paragraph--type--home-tweets-list {
  padding: 20px;
  background: #f7f5f5;
  margin: 0 0 0 40px;
}
body.path-frontpage .paragraph--type--home-news-tweets .field--name-field-home-news-header a {
  color: #000;
}
body.path-frontpage .tweets .tweet .screen-name .investlabel {
  font-weight: bold;
}
body.path-frontpage .tweets .tweet .screen-name a {
  color: #888;
}
body.path-frontpage .tweets .tweet .tweet-message p {
  margin: 2px 0 8px 0;
}
body.path-frontpage .paragraph--type--home-about {
  margin: 50px 0 50px 0;
}
body.path-frontpage #search-section .layout_inner {
  padding: 60px 0;
}
body.path-frontpage .large_texter {
  width: 420px;
  padding: 10px 40px;
  background: #000;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  line-height: 48px;
}
body.path-frontpage .block-views-exposed-filter-blockafsc-company-search-page-1 {
  width: 420px;
  padding: 20px 40px 15px 40px;
  margin: 35px 0 0 0;
  background: rgba(255,255,255,0.6);
}
body.path-frontpage .form-type-search-api-autocomplete label {
  color: #000;
  font-size: 26px;
  font-weight: normal;
  font-family: 'Oswald', sans-serif;
}
body.path-frontpage #views-exposed-form-afsc-company-search-page-1 > div.form--inline:after {
  content: '';
  width: 100%;
  clear: both;
  display: block;
}
body.path-frontpage #views-exposed-form-afsc-company-search-page-1 .form-type-search-api-autocomplete {
}
body.path-frontpage .form-type-search-api-autocomplete input.form-text {
  margin-top: 15px;
  color: #444;
  font-size: 14px;
  font-weight: normal;
  border-radius: 5px;
  width: 280px;
  padding: 10px 20px;
  border: none;
  line-height: 20px;
  vertical-align: middle;
  box-shadow: inset 0 0 8px #888;
}
body.path-frontpage .form-type-search-api-autocomplete input.form-text::-webkit-input-placeholder {
  font-style: italic;
  color: #959595;
}
body.path-frontpage .form-type-search-api-autocomplete input.form-text:-moz-placeholder {
  font-style: italic;
  color: #959595;
  opacity: 1;
}
body.path-frontpage .form-type-search-api-autocomplete input.form-text::-moz-placeholder {
  font-style: italic;
  color: #959595;
  opacity: 1;
}
body.path-frontpage .form-type-search-api-autocomplete input.form-text:-ms-input-placeholder {
  font-style: italic;
  color: #959595;
}
body.path-frontpage .form-type-search-api-autocomplete input.form-text:focus{
  outline: none;
}
body.path-frontpage #views-exposed-form-afsc-company-search-page-1 .form-actions {
  position: relative;
}
body.path-frontpage #views-exposed-form-afsc-company-search-page-1 .form-submit {
  background: #0a8c00;
  border-radius: 5px;
  padding: 10px 20px;
  border: none;
  position: absolute;
  top: -40px;
  left: 315px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
}
body.path-frontpage #views-exposed-form-afsc-company-search-page-1 .hint_wrapper {
  position: relative;
  right: -15px;
  bottom: 30px;
  float: right;
}
body.path-frontpage #views-exposed-form-afsc-company-search-page-1 a.hint-lnk {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icons.png) -200px -38px no-repeat;
  position: relative;
}
body.path-frontpage #views-exposed-form-afsc-company-search-page-1 a.hint-lnk span.hint-text:before{
  border: solid;
  border-color: #fff transparent;
  border-width: 0 10px 10px 10px;
  top: -10px;
  content: "";
  right: 25px;
  position: absolute;
  z-index: 99;
  -webkit-box-shadow: 0px 2px 15px -15px rgba(179,177,179,0.36);
  -moz-box-shadow: 0px 2px 15px -15px rgba(179,177,179,0.36);
  box-shadow: 0px 2px 15px -15px rgba(179,177,179,0.36);
}
body.path-frontpage #views-exposed-form-afsc-company-search-page-1 a.hint-lnk span.hint-text {
  position: absolute;
  display: none;
  width: 300px;
  top: 30px;
  right: -25px;
  padding: 5px 15px;
  background: #fff;
  color: #444;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(179,177,179,0.36);
  -moz-box-shadow: 0px 0px 15px 1px rgba(179,177,179,0.36);
  box-shadow: 0px 0px 15px 1px rgba(179,177,179,0.36);
  border-radius: 5px;
  font-size: 14px;
  z-index: 101;
}
body.path-frontpage #views-exposed-form-afsc-company-search-page-1 a.hint-lnk:hover span.hint-text {
  display: block;
}
body.path-frontpage #views-exposed-form-afsc-company-search-page-1 span.view-all {
  margin-top: 5px;
  position: relative;
  display: block;
}
body.path-frontpage #views-exposed-form-afsc-company-search-page-1 a.view-all {
  font-weight: bold;
}
body.path-frontpage #search-section .layout_inner {
  position: relative;
}
body.path-frontpage .form-type-search-api-autocomplete input[name='key'] {
  text-transform: lowercase;
}
body.path-frontpage .form-type-search-api-autocomplete input[name='key']::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform: none;
}
body.path-frontpage .form-type-search-api-autocomplete input[name='key']::-moz-placeholder { /* Firefox 19+ */
  text-transform: none;
}
body.path-frontpage .form-type-search-api-autocomplete input[name='key']:-ms-input-placeholder { /* IE 10+ */
  text-transform: none;
}
body.path-frontpage .form-type-search-api-autocomplete input[name='key']:-moz-placeholder { /* Firefox 18- */
  text-transform: none;
}

/********* user upload info form **********/
/*
.upload-info-form input[name='key'] {
  text-transform: lowercase;
}
*/
body.path-frontpage .ui-dialog {
  width: 600px!important;
  max-width: 90%;
}
.csv-info-form,
.upload-info-form {
  /*width: 420px;*/
  padding: 20px 40px 15px 40px;
  margin: 0 0;
  background: rgba(255,255,255,1);
}
.csv-info-form input.form-email,
.csv-info-form input.form-text,
.upload-info-form input.form-email,
.upload-info-form input.form-text {
  margin-top:     15px;
  color:          #444;
  font-size:      14px;
  font-weight:    normal;
  border-radius:  5px;
  width:          280px;
  padding:        10px 20px;
  border:         none;
  line-height:    20px;
  vertical-align: middle;
  box-shadow:     inset 0 0 8px #888;
  -webkit-box-shadow: inset 0 0 8px #888;
  -moz-box-shadow: inset 0 0 8px #888;
  /*box-shadow: 0px 2px 15px -15px rgba(179,177,179,0.36);*/

}
.csv-info-form input.form-email::-webkit-input-placeholder,
.csv-info-form input.form-text::-webkit-input-placeholder,
.upload-info-form input.form-email::-webkit-input-placeholder,
.upload-info-form input.form-text::-webkit-input-placeholder {
  font-style: italic;
  color: #959595;
}
.csv-info-form input.form-email:-moz-placeholder,
.csv-info-form input.form-text:-moz-placeholder,
.upload-info-form input.form-email:-moz-placeholder,
.upload-info-form input.form-text:-moz-placeholder {
  font-style: italic;
  color: #959595;
  opacity: 1;
}
.csv-info-form input.form-email::-moz-placeholder,
.csv-info-form input.form-text::-moz-placeholder,
.upload-info-form input.form-email::-moz-placeholder,
.upload-info-form input.form-text::-moz-placeholder {
  font-style: italic;
  color: #959595;
  opacity: 1;
}
.csv-info-form input.form-email:-ms-input-placeholder,
.csv-info-form input.form-text:-ms-input-placeholder,
.upload-info-form input.form-email:-ms-input-placeholder,
.upload-info-form input.form-text:-ms-input-placeholder {
  font-style: italic;
  color: #959595;
}
.csv-info-form input.form-email:focus,
.csv-info-form input.form-text:focus,
.upload-info-form input.form-email:focus,
.upload-info-form input.form-text:focus{
  outline: none;
}
.csv-info-form label,
.upload-info-form label {
  text-align: right;
  width: 70px;
  float: left;
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
  margin: 15px 10px 0 0;
}
.csv-info-form .form-type-textarea label,
.upload-info-form .form-type-textarea label {
  text-align: left;
  width: auto;
  float: none;
  display: inline;
  line-height: 40px;
  vertical-align: middle;
  margin: 0 0;
}
.csv-info-form .form-item-purpose,
.upload-info-form .form-item-purpose {
  margin-top: 15px;
}
.csv-info-form .form-type-textarea.form-item-purpose label,
.upload-info-form .form-type-textarea.form-item-purpose label {
  line-height: 1em;
}
.upload-info-form fieldset,
.csv-info-form .bottom_message,
.upload-info-form .bottom_message {
  margin-top: 15px;
}
.upload-info-form fieldset .form-checkboxes {
  margin: -10px 0 0 0;
}
.upload-info-form .form-checkboxes .form-type-checkbox {
  /*clear: both;*/
  float: left;
  margin: 10px 0 0 10px;
}
.upload-info-form .form-checkboxes .form-type-checkbox input.form-checkbox {
  float: left;
  margin: 8px 0 0 0;
}
.upload-info-form .form-checkboxes .form-type-checkbox label {
  text-align: left;
  width: auto;
  float: none;
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
  margin: 0px 0 0 10px;
}
.csv-info-form .bottom_message,
.upload-info-form .bottom_message {
  font-size: 0.7em;
  line-height: 1.2em;
}
.csv-info-form .bottom_message a,
.upload-info-form .bottom_message a {
  color: #0a8c00;
}
.csv-info-form .form-item-name input,
.csv-info-form .form-item-name label,
.upload-info-form .form-item-name input,
.upload-info-form .form-item-name label {
  margin-top: 0;
}
.csv-info-form label.form-required:after,
.upload-info-form label.form-required:after {
  content: '*';
  color: #f00;
}
.csv-info-form .form-item-purpose textarea,
.upload-info-form .form-item-purpose textarea {
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  box-shadow:     inset 0 0 8px #888;
  -webkit-box-shadow: inset 0 0 8px #888;
  -moz-box-shadow: inset 0 0 8px #888;
}
.csv-info-form .form-submit,
.upload-info-form .form-submit {
  background: #0a8c00;
  border-radius: 5px;
  padding: 10px 20px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
}
.csv-info-form .submit_wrapper,
.upload-info-form .submit_wrapper {
  text-align: center;
}
.csv-info-form .message_wrapper,
.upload-info-form .message_wrapper {
  margin:0 0 10px 0;
}
.bulk-search-form .form-item-files-file-upload {
  position: relative;
}
.bulk-search-form .form-item-files-file-upload .xmess {
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  font-size: 12px;
  color: #555;
}
.bulk-search-form .form-item-files-file-upload .xmess .xmess-modal-lnk {
  color: #a00;
}
.bulk-search-form .form-checkboxes {
  display: none;
}
.csv-info-form .form-submit,
.upload-info-form .form-submit {
  margin-top: 10px;
}
.message_wrapper .error {
  color: #a00;
  font-size: 14px;
}
.ui-dialog {
  /*background: rgba(0,0,0,0.8);*/
  background: url(../img/search-section-bg.jpg) 50% 50%;
  background-size: cover;
  min-height: 300px;
}
.ui-dialog .ui-dialog-content {
  padding: 0 0;
}
.node--type-upinfo .field__label:after,
.node--type-csvinfo .field__label:after {
  content: ':';
  display: inline;
}
.node--type-upinfo .field__label,
.node--type-csvinfo .field__label {
  font-weight: bold;
  float: left;
  margin: 0 10px 0 0;
}
/********* investment search forms ********/
body.path-frontpage .investments-search {
  width: 420px;
  padding: 20px 40px 15px 40px;
  margin: 0 0 0 0;
  background: rgba(255,255,255,0.6);
  position: absolute;
  right: 0;
  /*top: 82px;*/
  bottom: 60px;
}

body.path-frontpage .investments-search .ays-search-form .form-item-keyword label {
  display: none;
}
body.path-frontpage .investments-search h3 {
  color: #000;
  font-size: 26px;
  font-weight: normal;
  font-family: 'Oswald', sans-serif;
  margin: 0;
}
body.path-frontpage .investments-search .ays-search-form .form-item-keyword input.form-text {
  margin-top: 15px;
  color: #444;
  font-size: 14px;
  font-weight: normal;
  border-radius: 5px;
  width: 280px;
  padding: 10px 20px;
  border: none;
  line-height: 20px;
  vertical-align: middle;
  box-shadow: inset 0 0 8px #888;
}
body.path-frontpage .investments-search .ays-search-form .form-item-keyword input.form-text::-webkit-input-placeholder {
  font-style: italic;
  color: #959595;
}
body.path-frontpage .investments-search .ays-search-form .form-item-keyword input.form-text:-moz-placeholder {
  font-style: italic;
  color: #959595;
  opacity: 1;
}
body.path-frontpage .investments-search .ays-search-form .form-item-keyword input.form-text::-moz-placeholder {
  font-style: italic;
  color: #959595;
  opacity: 1;
}
body.path-frontpage .investments-search .ays-search-form .form-item-keyword input.form-text:-ms-input-placeholder {
  font-style: italic;
  color: #959595;
}
body.path-frontpage .investments-search .ays-search-form .form-item-keyword input.form-text:focus{
  outline: none;
}
body.path-frontpage .investments-search .ays-search-form .form-submit {
  background: #0a8c00;
  border-radius: 5px;
  padding: 10px 20px;
  border: none;
  position: relative;
  top: -40px;
  left: 315px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
}
body.path-frontpage .investments-search .ays-search-form .form-item--error+.hint_wrapper+.form-submit {
  top: -55px;
}
body.path-frontpage .investments-search .ays-search-form .error-message,
body.path-frontpage .investments-search .ays-search-form .form-item--error-message {
  position: relative;
  top: 10px;
  font-size: 12px;
  color: #a00;
  clear: both;
}
body.path-frontpage .investments-search .ays-search-form .view-all {
  margin-top: -35px;
  position: relative;
  display: block;
}
body.path-frontpage .investments-search .ays-search-form .view-all a.all-funds-lnk {
  font-weight: bold;
}
.ays-search-form {
  position: relative;
}
.ays-search-form .unavailable {
  font-size: 0.8em;
  color: #400;
  line-height: 0.8em;
  position: absolute;
  top: -15px;
  left: 0;
  font-weight: bold;
}
body.path-frontpage .ays-search-form .form-item-strict {
  position: absolute;
  top: -20px;
  left: 0px;
}
body.path-fund-search .ays-search-form .form-item-strict {
  padding: 0 0 10px 0;
}
body.path-frontpage .investments-search .hint_wrapper {
  position: relative;
  right: 0px;
  margin: 25px -10px;
  float: right;
}
body.path-frontpage .investments-search .form-item--error+.hint1 {
  margin-top: -45px;
}
body.path-frontpage .investments-search .hint_wrapper.hint1 {
  margin: -28px -10px 0 0;
}
body.path-frontpage .investments-search .hint_wrapper.hint2 {
  margin: 24px -10px 0 0;
}
body.path-frontpage .investments-search a.hint-lnk {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icons.png) -200px -38px no-repeat;
  position: relative;
}
body.path-frontpage .investments-search a.hint-lnk span.hint-text:before{
  border: solid;
  border-color: #fff transparent;
  border-width: 0 10px 10px 10px;
  top: -10px;
  content: "";
  right: 25px;
  position: absolute;
  z-index: 99;
  -webkit-box-shadow: 0px 2px 15px -15px rgba(179,177,179,0.36);
  -moz-box-shadow: 0px 2px 15px -15px rgba(179,177,179,0.36);
  box-shadow: 0px 2px 15px -15px rgba(179,177,179,0.36);
}
body.path-frontpage .investments-search a.hint-lnk span.hint-text {
  position: absolute;
  display: none;
  width: 300px;
  top: 30px;
  right: -25px;
  padding: 5px 15px;
  background: #fff;
  color: #444;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(179,177,179,0.36);
  -moz-box-shadow: 0px 0px 15px 1px rgba(179,177,179,0.36);
  box-shadow: 0px 0px 15px 1px rgba(179,177,179,0.36);
  border-radius: 5px;
  font-size: 14px;
  z-index: 9;
}
body.path-frontpage .investments-search a.hint-lnk.on span.hint-text,
body.path-frontpage .investments-search a.hint-lnk:hover span.hint-text {
  display: block;
}
body.path-frontpage .investments-search span.or {
  display: block;
  width: 100%;
  clear: both;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 25px;
  font-size: 0px;
  color: transparent;
}
body.path-frontpage .investments-search span.or:after,
body.path-frontpage .investments-search span.or:before {
  content: '';
  display: inline-block;
  width: 50%;
  clear: none;
  border-top: 1px solid #888;
  height: 5px;
}
body.path-frontpage .investments-search span.or:before {
  margin-right: 0px;
}
body.path-frontpage .investments-search span.or:after {
  margin-left: 0px;
}
body.path-frontpage .investments-search .form-checkboxes .form-type-checkbox {
  float: left;
  margin: 0 0 0 15px;
}
body.path-frontpage .investments-search .form-checkboxes .form-type-checkbox:first-child {
  margin: 0 0 0 0;
}
body.path-frontpage .investments-search .form-checkboxes .form-type-checkbox input {
  float: right;
  margin-top: 3px;
}
body.path-frontpage .investments-search fieldset {
  border: 0;
  position: relative;
}
body.path-frontpage .investments-search .form-item-files-file-upload {
  float: left;
}
body.path-frontpage .investments-search .bulk-search-form {
  margin-top: 15px;
  position: relative;
}
body.path-frontpage .investments-search .bulk-search-form input[name="files[file_upload]"]{
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
body.path-frontpage .investments-search .bulk-search-form .form-type-file .description {
  display: none;
}
body.path-frontpage .investments-search .bulk-search-form .form-type-file label {
  display: block;
  float: left;
  margin: 15px 0;
  color: #959595;
  font-size: 14px;
  font-weight: normal;
  border-radius: 5px;
  width: 280px;
  padding: 10px 20px;
  border: none;
  line-height: 23px;
  vertical-align: middle;
  box-shadow: inset 0 0 8px #888;
  background: #fff;
  cursor: pointer;
  font-style: italic;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
}
body.path-frontpage .investments-search .bulk-search-form .form-type-file label:focus,
body.path-frontpage .investments-search .bulk-search-form .form-type-file:hover label {
  background-color: #8acc80;
  color: #000;
}
body.path-frontpage .investments-search .bulk-search-form .form-submit {
  background: #0a8c00;
  border-radius: 5px;
  padding: 10px 20px;
  border: none;
  position: absolute;
  /*top: 42px;*/
  top: 14px;
  right: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
}
body.path-frontpage .investments-search .form-item-files-file-upload {
  position: relative;
}
body.path-frontpage .investments-search .form-item-files-file-upload.form-item--error {
  padding-bottom: 20px;
}
body.path-frontpage .investments-search .bulk-search-form .error-message,
body.path-frontpage .investments-search .bulk-search-form .form-item--error-message {
  position: relative;
  top: 0px;
  font-size: 16px;
  color: #a00;
  clear: both;
}
body.path-frontpage .investments-search .bulk-search-form .form-checkboxes{
  position: relative;
}
body.path-frontpage .investments-search .bulk-search-form .form-checkboxes:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
}
body.path-frontpage .investments-search .bulk-search-form .form-checkboxes .form-item--error-message {
  top: 30px;
}
body.path-frontpage .investments-search .bulk-search-form .form-checkboxes.error .fieldset-wrapper {
  line-height: 0;
}
body.path-frontpage .investments-search .bulk-search-form .form-checkboxes .error-message {
  height: 0;
  position: absolute;
  top: 18px;
}
body.path-frontpage .investments-search .bulk-search-form .form-item-files-file-upload .form-item--error-message {
  top: 60px;
  position: absolute;
}
body.path-frontpage .investments-search .form-item--error-message strong {
  font-weight: normal;
}
body.path-frontpage .investments-search .bulk-search-form .form-checkboxes label,
body.path-frontpage .investments-search .bulk-search-form legend {
  font-weight: bold;
  float: left;
  margin: 0 10px 0 0;
}
/********* twitter block ********/
body.path-frontpage .field--name-field-twitter-block > .field__label{
  display: none;
}
body.path-frontpage .field--name-field-twitter-block > .field__item .block-tweets h2 {
  display: none;
}
body.path-frontpage .field--name-field-twitter-block > .field__item .block-tweets ul.tweets {
  list-style-type: none;
}
body.path-frontpage .field--name-field-twitter-block > .field__item .block-tweets li.tweet {
  border-top: 1px solid #888;
  padding-top: 30px;
  margin-top: 30px;
}
body.path-frontpage .field--name-field-twitter-block > .field__item .block-tweets ul.tweets li:first-child {
  border-top: none;
  padding-top: 0px;
  margin-top: 0px;
}
body.path-frontpage .field--name-field-twitter-block > .field__item .block-tweets ul.tweets li div.time {
  font-style: italic;
  color: #888;
}
/***** search page *****/
body.path-company-search form#views-exposed-form-afsc-company-search-page-1 .form--inline:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
body.path-company-search form#views-exposed-form-afsc-company-search-page-1 .form-type-search-api-autocomplete {
  float: left;
}
body.path-company-search form#views-exposed-form-afsc-company-search-page-1 .form-actions {
  float: left;
}
body.path-company-search #block-afsc-content {
  margin-top: 20px;
}
body.path-company-search .form-type-search-api-autocomplete input.form-text {
  margin: 0 5px;
  color: #444;
  font-size: 14px;
  font-weight: normal;
  border-radius: 5px;
  width: 280px;
  padding: 10px 20px;
  border: none;
  line-height: 20px;
  vertical-align: middle;
  box-shadow: inset 0 0 8px #888;
}
body.path-company-search .form-type-search-api-autocomplete input.form-text::-webkit-input-placeholder {
  font-style: italic;
  color: #959595;
}
body.path-company-search .form-type-search-api-autocomplete input.form-text:-moz-placeholder {
  font-style: italic;
  color: #959595;
  opacity: 1;
}
body.path-company-search .form-type-search-api-autocomplete input.form-text::-moz-placeholder {
  font-style: italic;
  color: #959595;
  opacity: 1;
}
body.path-company-search .form-type-search-api-autocomplete input.form-text:-ms-input-placeholder {
  font-style: italic;
  color: #959595;
}
body.path-company-search .block-views-exposed-filter-blockafsc-company-search-page-1 .form-submit {
  background: #0a8c00;
  border-radius: 5px;
  padding: 10px 20px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
}
.no-result-text ul {
  padding: 0 0 0 20px;
}
.view-afsc-company-search p strong {
  color: #f00;
}
.view-afsc-company-search .views-label {
  display: none;
}
.view-afsc-company-search .views-field-field-tags {
  color: #0a65aa;
}
.view-afsc-company-search .views-field-field-company-issues ul.tag-icons {
  list-style: none;
}
.view-afsc-company-search .views-field-field-company-issues ul.tag-icons li {
  float: left;
}
.view-afsc-company-search .views-field-field-company-issues li a.is-term-5 {
  background-position: -64px -32px;
}
.view-afsc-company-search .views-field-field-company-issues li a.is-term-7 {
  background-position: -32px -32px;
}
.view-afsc-company-search .views-field-field-company-issues li a.is-term-12 {
  background-position: -96px -32px;
}
.view-afsc-company-search .views-field-field-company-issues li a.is-term-61 {
  background-position: 0px -32px;
}
.view-afsc-company-search .views-field-field-company-issues {
  float: left;
}
.view-afsc-company-search .views-field-title {
  float: left;
}
.view-afsc-company-search .views-field-field-company-headquarters {
  float: left;
  clear: both;
}
.view-afsc-company-search .views-row {
  margin-top: 30px;
}
.view-afsc-company-search .views-row:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.view-afsc-company-search .views-row:nth-child(2n) {

}
.view-afsc-company-search .views-field-title a {
  font-size: 1.1em;
}

.view-afsc-company-search .col1 {
  width: 230px;
  float:left;
}
.view-afsc-company-search .col2 {
  margin-left: 240px;
  margin-right: 200px;
}
.view-afsc-company-search .col3 {
  width: 190px;
  float: right;
}
.view-afsc-company-search .views-field-field-company-headquarters,
.view-afsc-company-search .views-field-title {
  width: 230px;
}
.view-afsc-company-search .views-field-field-company-issues {
  width: 190px;
  float: left;
}
.view-afsc-company-search .views-field-title a.is-term-61 {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/icons.png) -192px 0px no-repeat;
  line-height: 32px;
  font-size: 0;
  color: transparent;
  vertical-align: 23%;
}
.view-afsc-company-search ul.tag-icons {
  list-style: none;
}
.view-afsc-company-search ul.tag-icons a{
  color: #fff;
  float: left;
  padding: 10px;
  margin: 0px 15px 10px 0;
  background: #464646;
  border-radius: 5px;
}

.view-afsc-company-search .divestment-wrapper {
  background: #f7f5f5;
  padding: 10px 10px 10px 100px;
  margin: 20px 0 20px 0;
}
.view-afsc-company-search .divestment-wrapper:before {
  content: '';
  display: block;
  width: 64px;
  height: 64px;
  background: url(../img/icons.png) 0px -64px no-repeat;
  float: left;
  margin-left: -84px;
}
.view-afsc-company-search .divestment-wrapper span.text {
  font-style: italic;
  font-weight: bold;
}
.view-afsc-company-search .divestment-wrapper ul.divestment-listing {
  padding: 0 0 0 20px;
  margin-top: 10px;
}
.view-afsc-company-search .divestment-wrapper ul.divestment-listing a {
  font-size: 1.2em;
}
/******* ays search *******/
body.path-fund-search .ays-search-form .form-item-keyword {
  float: left;
}
body.path-fund-search .ays-search-form .form-submit {
  background: #0a8c00;
  border-radius: 5px;
  padding: 10px 20px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
}
body.path-fund-search .ays-search-form input.form-text {
  margin: 0 5px;
  color: #444;
  font-size: 14px;
  font-weight: normal;
  border-radius: 5px;
  width: 280px;
  padding: 10px 20px;
  border: none;
  line-height: 20px;
  vertical-align: middle;
  box-shadow: inset 0 0 8px #888;
}
body.path-fund-search .ays-search-form input.form-text::-webkit-input-placeholder {
  font-style: italic;
  color: #959595;
}
body.path-fund-search .ays-search-form input.form-text:-moz-placeholder {
  font-style: italic;
  color: #959595;
  opacity: 1;
}
body.path-fund-search .ays-search-form input.form-text::-moz-placeholder {
  font-style: italic;
  color: #959595;
  opacity: 1;
}
body.path-fund-search .ays-search-form input.form-text:-ms-input-placeholder {
  font-style: italic;
  color: #959595;
}
body.path-fund-search .search_totals {
  margin: 20px 0;
  padding: 10px;
  font-weight: bold;
  background: #f8f8f8;
}
.ays-search-results-form {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ays-search-results-form table tr,
.ays-search-results-form table td,
.ays-search-results-form table {
  border: 0;
}
.ays-search-results-form table thead tr {
  background: #ddd;
}
.ays-search-results-form table tbody tr {
  cursor: pointer;
}
.ays-search-results-form table tbody tr:nth-child(2n) {
  background: #eee;
}
.ays-search-results-form table td {
  padding: 5px 5px;
}
.ays-search-results-form table thead th {
  padding: 10px 5px;
  position: relative;
  font-size: 14px;
}
.ays-search-results-form #ays_search_results tr td:nth-child(n+4):nth-child(-n+8) {
  text-align: center;
}
.ays-search-results-form table thead th a {
  color: #444;
  position: relative;
  display: block;
  min-height: 50px;
  width: 100%;
}
.ays-search-results-form table thead th.is-active {
  border-bottom: 2px solid #000;
}
.ays-search-results-form table thead th.is-active a {
  color: #000;
}
.ays-search-results-form table thead th:hover:before {
  position: absolute;
  top: 10px;
  right: -10px;
  display: block;
  content: '';
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  width: 32px;
  height: 32px;
  background: url(../img/icons.png) -288px 0px no-repeat;
}
.ays-search-results-form table thead tr th:last-child:hover:before {
  right: 0px;
}
.ays-search-results-form table thead th.is-active:before {
  position: absolute;
  top: 10px;
  right: -10px;
  display: block;
  content: '';
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  width: 32px;
  height: 32px;
  background: url(../img/icons.png) -256px -0px no-repeat;
}
.ays-search-results-form table thead th.is-active.sort-asc:before {
  background-position: -288px -0px;
}
.ays-search-results-form table thead th.is-active.sort-desc:before {
  background-position: -256px -0px;
}
.ays-search-results-form table thead th.is-active:last-child:before {
  right: 0px;
}

#fund-profile ul.legend,
.ays-search-results-form ul.legend {
  list-style: none;
  margin-bottom: 20px;
  font-size: 1em;
}
#fund-profile .legend a.green,
#fund-profile .legend a.yellow,
#fund-profile .legend a.red,
.ays-search-results-form .legend a.green,
.ays-search-results-form .legend a.yellow,
.ays-search-results-form .legend a.red,
.ays-search-results-form #ays_search_results a.green,
.ays-search-results-form #ays_search_results a.yellow,
.ays-search-results-form #ays_search_results a.red {
  float: none;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/icons.png) -192px -64px no-repeat;
  line-height: 32px;
  vertical-align: middle;
  font-size: 0;
  color: transparent;
  padding: 0;
  margin: -5px 0 0 0;
}
#fund-profile .legend a.yellow,
.ays-search-results-form .legend a.yellow,
.ays-search-results-form #ays_search_results a.yellow {
  background-position: -224px -64px;
}
#fund-profile .legend a.green,
.ays-search-results-form .legend a.green,
.ays-search-results-form #ays_search_results a.green {
  background-position: -256px -64px;
}
.ays-search-results-form #ays_search_results a.is-not-social,
.ays-search-results-form #ays_search_results a.is-social {
  float: none;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/icons.png) -96px -64px no-repeat;
  line-height: 32px;
  vertical-align: middle;
  font-size: 0;
  color: transparent;
  padding: 0;
}
.ays-search-results-form #ays_search_results a.is-not-social {
  background-position: -128px -64px;
}

/******** fund details page ********/
.headtext,
#fund-profile .headtext {
  padding: 1.5em 5px 5px 5px;
  font-size: 1.2em;
  background: none;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  clear: both;
}
#fund-profile .field {
  width: 47.5%;
  float: left;
  text-align: right;
  padding: 5px 0;
  margin: 5px 0;
  background: #f5f5f5;
}
#fund-profile .fields_wrapper > .field:nth-child(2n+2) {
  clear: left;
}
#fund-profile .fields_wrapper .field:nth-child(2n+1) {
  margin-left: 5%;
}
#fund-profile .fields_wrapper .group .field:nth-child(2n+1) {
  margin-left: 0;
}
#fund-profile .fields_wrapper:after,
#fund-profile .field:after {
  content: '';
  display: block;
  clear: both;

}
#fund-profile .fields_wrapper .group {
  width: 100%;
  clear: both;
}
#fund-profile .fields_wrapper .group .field:nth-child(2n) {
  margin-left: 0;
}
#fund-profile .field .label {
  float: left;
  margin-left: 10px;
}
#fund-profile .field .value {
  padding-right: 0px;
  margin-right: 10px;
}
#fund-profile .group .field {
  width: 100%;
  margin-left: 0;
  float: left;
}
#fund-profile .fields_wrapper .group div:nth-of-type(1) {
  margin-left: 0;
}
#fund-profile .fields_wrapper .invest-profile-wrapper {
  margin-left: 0;
}
#fund-profile .fields_wrapper .invest-profile-wrapper > div:nth-of-type(2n+1) {
  margin-left: 0;
  clear: left;
}
#fund-profile .fields_wrapper .invest-profile-wrapper > div:nth-of-type(2n) {
  margin-left: 5%;
}
#fund-profile .fields_wrapper .invest-profile-wrapper > div:nth-child(2n+2) {
}
#fund-profile h3 {
  padding: 1.5em 0 0em 0;
  margin: 1px 0 0 0;
}
#fund-profile .companies th,
#fund-profile .companies td {
  padding: 5px 10px;
}
#fund-profile .companies table {
  width: 100%;
}
#fund-profile .companies table th {
  background: #e5e5e5;
  text-align: left;
}
#fund-profile .companies table tbody tr:nth-child(2n) {
  background: #f5f5f5;
}
.headtext-companies,
#fund-profile .headtext-companies {
  margin-top: 20px;
}
#fund-profile .companies td.cats a {
  color: #fff;
  float: left;
  padding: 10px;
  margin: 0px 15px 0px 0;
  background: #464646;
  border-radius: 5px;
}
#fund-profile .companies td.title a.title {
  line-height: 32px;
  vertical-align: middle;
}
.info1 a.red,
#fund-profile .info1 a.red,
#fund-profile .companies td.title a.is-divest {
  float: none;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/icons.png) -192px 0px no-repeat;
  line-height: 32px;
  vertical-align: middle;
  font-size: 0;
  color: transparent;
  padding: 0;
}
#fund-profile .companies a.is-pp {
  background-position: -96px -32px;
}
#fund-profile .companies a.is-ip {
  background-position: -64px -32px;
}
#fund-profile .companies a.is-borders {
  background-position: -32px -32px;
}
.info1,
#fund-profile .info1 {
  padding: 1em 0;
}
#fund-profile ul.legend {
  margin-bottom: 0px;
}
a.with-csv-icon {
  padding-left: 10px;
}
a.with-csv-icon:before {
  display: inline-block;
  content: '';
  width: 32px;
  height: 32px;
  background: url(../img/icons.png) -160px -64px no-repeat;
  line-height: 32px;
  vertical-align: middle;
  margin-right: 5px;
}
div.csv-feed {
  margin: 15px 0 5px 0;
}
.info2 {
  margin-top: 1em;
}
/************ news page ******************/
#block-afsc-page-title div.subscribe-link {
  float: right;
  height: 60px;
  line-height: 60px;
  position: relative;
}
#block-afsc-page-title a.subscribe {
  float: right;
  padding: 10px 20px;
  font-size: 12px;
  text-transform: uppercase;
  border: 2px solid #1B8D01;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #1B8D01;
  line-height: 14px;
  position: absolute;
  bottom: 10px;
  right: 0px;
}

.region-content footer {
  background: none;
  border-top: none;
  padding: 0;
}
/************ File Search Results Page *******/
body.path-match .search_header:after {
  content: '';
  clear: both;
  display: block;
  height: 1px;
}
body.path-match .search_header .search_totals {
  font-weight: bold;
  font-style: italic;
}
body.path-match .search_header a.with-csv-icon {
  float: left;
}
body.path-match .search_header a.with-csv-icon,
body.path-match .search_header a.another-doc,
body.path-match .search_header a.view-matches {
  line-height: 32px;
  white-space: nowrap;
  float: left;
}
body.path-match .search_header a.view-matches {
  float: left;
  padding: 0 15px;
}
body.path-match .search_header a.view-matches:before {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/icons.png) -160px -32px no-repeat;
  line-height: 0;
  font-size: 0;
  color: transparent;
  content: '';
  margin: 0 10px 0 0;
}
body.path-match .search_header a.another-doc:before {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/icons.png) -128px -32px no-repeat;
  line-height: 0;
  font-size: 0;
  color: transparent;
  content: '';
  margin: 0 10px 0 0;
}
#file_search_results .row {
  clear: both;
  margin-top: 30px;
  width: 100%;
}
#file_search_results .row:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#file_search_results .col1 {
  width: 230px;
  float:left;
}
#file_search_results .col2 {
  margin-left: 240px;
  /*margin-right: 200px;*/
  margin-right: 0!important;
}
#file_search_results .col3 {
  width: 190px;
  float: right;
  display: none!important;
}
#file_search_results .field-headquarters,
#file_search_results .field-matches,
#file_search_results .field-title {
  width: 230px;
/*  clear: left;
  float: left;*/
}
#file_search_results .field-issues {
  width: 190px;
  float: left;
}
#file_search_results .field-title a {
  font-size: 1.1em;
}
#file_search_results .field-title a.is-term-61 {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/icons.png) -192px 0px no-repeat;
  line-height: 32px;
  font-size: 0;
  color: transparent;
  vertical-align: 23%;
}
#file_search_results .field-matches a {
  font-size: 0.8em;
  font-style: italic;
}
#file_search_results ul.tag-icons {
  list-style: none;
}
#file_search_results ul.tag-icons a{
  color: #fff;
  float: left;
  padding: 10px;
  margin: 0px 15px 10px 0;
  background: #464646;
  border-radius: 5px;
}
#file_search_results .field-headquarters {
  /*display: none;*/
}
#file_search_results ul.tag-icons a.is-term-12 {
  background-position: -96px -32px;
}
#file_search_results ul.tag-icons a.is-term-5 {
  background-position: -64px -32px;
}
#file_search_results ul.tag-icons a.is-term-7 {
  background-position: -32px -32px;
}
#file_search_results .field-summary {
  max-width: 800px;
}
#block-afsc-content,
.file-search-results-form {
  margin-bottom: 20px;
}
.file-search-results-form .divestment-wrapper {
  background: #f7f5f5;
  padding: 10px 10px 20px 100px;
  margin: 20px 0 20px 0;
}
.file-search-results-form .divestment-wrapper:before {
  content: '';
  display: block;
  width: 64px;
  height: 64px;
  background: url(../img/icons.png) 0px -64px no-repeat;
  float: left;
  margin-left: -84px;
}
.file-search-results-form .divestment-wrapper span.text {
  font-style: italic;
  font-weight: bold;
}
.file-search-results-form .divestment-wrapper ul.divestment-listing {
  padding: 0 0 0 20px;
  margin-top: 10px;
}
.file-search-results-form .divestment-wrapper ul.divestment-listing a {
  font-size: 1.2em;
}
body.path-match .search_totals.no-results {
  color: #f00;
}
/*********** File Viewer Page ************/
body.path-match .headtext .c2 {
  float: right;
}
body.path-match .text-and-companies {
  clear: both;
}
body.path-match .text-and-companies:after {
  content: '';
  height: 0;
  clear: both;
  display: block;
}
body.path-match #companies-listing {
  width: 235px;
  float: left;
  background: #f8f8f8;
  padding: 0 0 0 5px;
}
body.path-match #text-source {
  width: 800px;
  float: left;
  background: #f8f8f8;
}
body.path-match #text-source .outer {
  width: 100%;
  max-height: 1000px;
  overflow: auto;
}
body.path-match #text-source pre {
  white-space: pre-wrap;
  tab-size: 2;
  margin: 5px 0;
}
body.path-match #viewer-page #pager {
  margin-bottom: 10px;
}
body.path-match #viewer-page #pager ul.pager {
  list-style: none;
}
body.path-match #viewer-page #pager ul.pager li {
  display: inline;
}
body.path-match #viewer-page #pager ul.pager li a {
  border: 1px solid #c0c0c0;
  padding: 2px 3px;
  margin-right: 1px;
  width: 30px;
  height: 20px;
  display: inline-block;
  text-align: center;
}
body.path-match #viewer-page #pager ul.pager li.active a {
  background: #f3f3f0;
}
body.path-match #viewer-page ul.list-of-companies,
body.path-match #viewer-page ul.list-of-companies ul.dots li {
  list-style: none;
}
body.path-match #viewer-page ul.list-of-companies > li:nth-child(2n) {
  background: #f0f0f0;
}
body.path-match #viewer-page ul.list-of-companies > li:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
body.path-match #viewer-page ul.list-of-companies > li span.title {
  color: #666;
}
body.path-match #viewer-page ul.list-of-companies > li.active span.title {
  color: #000;
}
body.path-match #viewer-page ul.list-of-companies ul.dots li {
  display: inline;
  float: left;
  padding: 5px;
}
body.path-match #viewer-page ul.list-of-companies ul.dots a {
  display: block;
  width: 9px;
  height: 8px;
  color: transparent;
  font-size: 0;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 1px solid #1B8D01;
}
body.path-match #viewer-page ul.list-of-companies ul.dots li.active a {
  background: #1B8D01;
}
body.path-match #viewer-page .subnotes {
  font-style: italic;
  font-size: 12px;
  margin: 10px 0;
  color: #888;
}
body.path-match #viewer-page .headtext .c1 {
  font-style: italic;
  font-size: 13px;
  color: #888;
  line-height: 24px;
}
/*********** Updates(news) Page ************/
body.path-updates .view-news .views-field-title {
  padding: 10px 0;
}
body.path-updates .view-news .views-field-title a {
  font-size: 20px;
  font-weight: bold;
}
body.path-updates .view-news .views-row {
  clear: both;
  margin-bottom: 20px;
  padding: 0 0 10px 0;
}
body.path-updates .view-news .views-row:nth-child(2n) {
  background: #f8f8f8;
}
body.path-updates .view-news .views-row:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
body.path-updates .view-news .views-field-field-news-teaser-image {
  float: left;
  margin: 0 20px 0 0;
}
body.path-updates .view-news .views-field-view-node {
  float: right;
  clear: both;
  margin: 0px 0px 0px 0;
}
body.path-updates .view-news .views-field-view-node a {
  color: #fff;
  background-color: #1B8D01;
  border-color: #167401;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  line-height: 35px;
}
body.path-updates .view-news .views-field-field-news-updated {
  float: left;
  padding: 0 20px 0 0;
  font-style: italic;
  color: #aaa;
}
/******** Contact Page *********/
body.path-contact .contact-message-feedback-form .form-item {
  margin: 15px 0;
}
body.path-contact .contact-message-feedback-form label {
  text-align: left;
  width: 160px;
  float: left;
}
body.path-contact .contact-message-feedback-form .form-type-textarea label {
  float: none;
  clear: both;
  width: 100%;
}
body.path-contact .contact-message-feedback-form input {
  width: 400px;
}

body.path-contact .contact-message-feedback-form .form-item-message-0-value textarea {
  width: 560px;
}
body.path-contact .contact-message-feedback-form summary {
  color: #aaa;
}
body.path-contact .contact-message-feedback-form .form-item-captcha-response label {
  width: 220px
}
body.path-contact .contact-message-feedback-form #edit-captcha-response {
  width: 340px;
}
body.path-contact .contact-message-feedback-form #edit-captcha-response--description {
  font-style: italic;
  font-size: 12px;
  color: #888;
}
body.path-contact .contact-message-feedback-form .form-textarea::-webkit-input-placeholder,
body.path-contact .contact-message-feedback-form input.form-email::-webkit-input-placeholder,
body.path-contact .contact-message-feedback-form input.form-text::-webkit-input-placeholder {
  font-style: italic;
  color: #959595;
  font-size: 0.8em;
}
body.path-contact .contact-message-feedback-form .form-textarea:-moz-placeholder,
body.path-contact .contact-message-feedback-form input.form-email:-moz-placeholder,
body.path-contact .contact-message-feedback-form input.form-text:-moz-placeholder {
  font-style: italic;
  color: #959595;
  opacity: 1;
  font-size: 0.8em;
}
body.path-contact .contact-message-feedback-form .form-textarea::-moz-placeholder,
body.path-contact .contact-message-feedback-form input.form-email::-moz-placeholder,
body.path-contact .contact-message-feedback-form input.form-text::-moz-placeholder {
  font-style: italic;
  color: #959595;
  opacity: 1;
  font-size: 0.8em;
}
body.path-contact .contact-message-feedback-form .form-textarea:-ms-input-placeholder,
body.path-contact .contact-message-feedback-form input.form-email:-ms-input-placeholder,
body.path-contact .contact-message-feedback-form input.form-text:-ms-input-placeholder {
  font-style: italic;
  color: #959595;
  font-size: 0.8em;
}
body.path-contact .contact-message-feedback-form .form-submit {
  background: #0a8c00;
  border-radius: 5px;
  padding: 10px 20px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  margin: 20px 0;
}
/***** all companies page *****/
body.path-all-companies #block-afsc-content {
  margin-top: 20px;
}
.view-issue-companies,
.view-all-companies {
  margin-bottom: 1em;
}
.view-issue-companies:after,
.view-all-companies:after {
  content: '';
  display: block;
  clear: both;
  height: 0.1px;
}
.view-issue-companies p strong,
.view-all-companies p strong {
  color: #f00;
}
.view-issue-companies .views-label,
.view-all-companies .views-label {
  display: none;
}
.view-issue-companies .views-field-field-tags,
.view-all-companies .views-field-field-tags {
  color: #0a65aa;
}
.view-issue-companies .views-field-field-company-issues ul.tag-icons,
.view-all-companies .views-field-field-company-issues ul.tag-icons {
  list-style: none;
}
.view-issue-companies .views-field-field-company-issues ul.tag-icons li,
.view-all-companies .views-field-field-company-issues ul.tag-icons li {
  float: left;
}
.view-issue-companies .views-field-field-company-issues li a.is-term-5,
.view-all-companies .views-field-field-company-issues li a.is-term-5 {
  background-position: -64px -32px;
}
.view-issue-companies .views-field-field-company-issues li a.is-term-7,
.view-all-companies .views-field-field-company-issues li a.is-term-7 {
  background-position: -32px -32px;
}
.view-issue-companies .views-field-field-company-issues li a.is-term-12,
.view-all-companies .views-field-field-company-issues li a.is-term-12 {
  background-position: -96px -32px;
}
.view-issue-companies .views-field-field-company-issues li a.is-term-61,
.view-all-companies .views-field-field-company-issues li a.is-term-61 {
  background-position: 0px -32px;
}
.view-issue-companies .views-field-field-company-issues,
.view-all-companies .views-field-field-company-issues {
  float: left;
}
.view-issue-companies .views-field-title,
.view-all-companies .views-field-title {
  float: left;
}
.view-issue-companies .views-field-field-company-headquarters,
.view-all-companies .views-field-field-company-headquarters {
  float: left;
  clear: both;
}
/*.view-issue-companies .views-row,*/
.view-issue-companies.view-display-id-block_2,
.view-all-companies .views-row {
  margin-top: 30px;
}
body.vocabulary--tags .view-issue-companies .views-row:after,
body.path-issue-companies .view-issue-companies .views-row:after,
.view-all-companies .views-row:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.view-all-companies .views-row:nth-child(2n) {

}
body.vocabulary--tags .view-issue-companies .views-field-title a,
.view-issue-companies .views-field-title a,
.view-all-companies .views-field-title a {
  font-size: 1.1em;
}

body.vocabulary--tags .view-issue-companies .col1,
.view-issue-companies .col1,
.view-all-companies .col1 {
  width: 230px;
  float:left;
}
.view-issue-companies.view-display-id-block_2 .col1 {
  float:left;
}
body.vocabulary--tags .view-issue-companies .col2,
.view-issue-companies .col2,
.view-all-companies .col2 {
  margin-left: 240px;
  /*margin-right: 200px;*/
  margin-right: 0px;
}
.view-issue-companies.view-display-id-block_2 .col2 {
  margin-right:0;
}
.view-issue-companies.view-display-id-block_2 .views-row::after {
  content: '';
  display: table;
  clear: both;
}
body.vocabulary--tags .view-issue-companies .col3,
.view-issue-companies .col3,
.view-all-companies .col3 {
  width: 190px;
  float: right;
}
body.vocabulary--tags .view-issue-companies .views-field-title,
.view-issue-companies .views-field-field-company-headquarters,
.view-issue-companies .views-field-title,
.view-all-companies .views-field-field-company-headquarters,
.view-all-companies .views-field-title {
  width: 230px;
}
.view-issue-companies .views-field-field-company-issues,
.view-all-companies .views-field-field-company-issues {
  width: 190px;
  float: left;
}
body.vocabulary--tags .view-issue-companies .views-field-title a.is-term-61,
.view-issue-companies .views-field-title a.is-term-61,
.view-all-companies .views-field-title a.is-term-61 {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/icons.png) -192px 0px no-repeat;
  line-height: 32px;
  font-size: 0;
  color: transparent;
  vertical-align: 23%;
}
.view-issue-companies ul.tag-icons,
.view-all-companies ul.tag-icons {
  list-style: none;
}
.view-issue-companies ul.tag-icons a,
.view-all-companies ul.tag-icons a {
  color: #fff;
  float: left;
  padding: 10px;
  margin: 0px 15px 10px 0;
  background: #464646;
  border-radius: 5px;
}
.view-issue-companies .pager,
.view-all-companies .pager {
  margin: 40px 0;
}
.view-issue-companies .pager:after,
.view-all-companies .pager:after {
  content: '';
  height: 0;
  display: block;
  clear: both;
}
.view-issue-companies .pager ul,
.view-all-companies .pager ul {
  list-style: none;
}
.view-issue-companies .pager ul li,
.view-all-companies .pager ul li {
  float: left;
  margin: 0 20px 0 0;
}
/*.view-issues-subcats .info1 {*/
/*  font-size: 0.8em;*/
/*}*/
/******* other *********/
#block-headlinetitle span::before {
  margin: 5px 10px 0 0px;
}
.footer-logo {
  margin: 0px 10px 15px 0px;
}
#drupal-modal {
  min-height : auto!important;
}
.view-company-short-names table tbody>tr:nth-child(2n+1) {
  background: rgba(200,200,200,0.5);
}
.view-company-short-names table td {
  padding: 5px;
}
.view-company-short-names table td + td {
  border-left: 1px solid #555;
}
body.path-afscapi table#short-name-listing {
  border: 1px solid #f0f0f0;
}
body.path-afscapi table#short-name-listing > tbody > tr:nth-child(2n+1) {
  background: #f0f0f0;
}
body.path-afscapi table#short-name-listing td {
  padding: 5px;
}
body.path-afscapi table#short-name-listing > tbody > tr > td {
  border-left: 1px solid #888;
}
/************ Amber styles ***************/
.callout {
  font-size: 1.2em;
  line-height: 1.6em;
  background: #f7f5f5;
  padding: 40px;
}
/******************************************************************************************************************/
/************* RESPONSIVE ***************** this should come at the bottom of css *********************************/
/******************************************************************************************************************/
@media screen and (max-width: 1039px) {
  /*home page*/
  body.path-frontpage main #search-section .layout_outer,
  body.path-frontpage main .region-content > div,
  body.path-frontpage main .node__content > div,
  body.path-frontpage .field--name-field-page-paragraphs > div,
  .layout_outer{
    width: 1000px;
  }
  body.path-frontpage .block-views-exposed-filter-blockafsc-company-search-page-1 {
    width: 420px;
    padding: 20px 40px 15px 20px;
  }
  body.path-frontpage .investments-search {
    width:   420px;
    padding: 20px 40px 15px 20px;
  }
  body.path-frontpage .field--name-field-spotlight-block-company > .field__item {
    width: 480px;
  }
  body.path-frontpage .paragraph--type--homepage-companies {
    width: 960px;
  }
  body.path-frontpage .field--name-field-issue-company .field__item {
    width: 250px;
  }
  body.path-frontpage .paragraph--type--home-tweets-list {
    /**width: 450px;**/
    margin: 0 0 0 10px;
  }
  /*issue page*/
  .view-issues-subcats .views-field-description__value .field-content > p.callout {
    width: 67%;
    padding: 0 0 0 2%;
  }
  .view-issues-subcats .view-issue-companies.view-display-id-block_1 .views-field-title {
    width: 26%;
    padding: 20px 2%;
  }
  .view-issues-subcats .views-field-description__value .field-content > p:first-child {
    width: 28%;
    padding: 0 2% 0 0;
  }
  /*company-search-results-page*/
  body.path-company-search .view-afsc-company-search .views-field-field-company-summary {
  }
}

@media screen and (max-width: 999px) {
  /*home page*/
  body.path-frontpage main #search-section .layout_outer,
  body.path-frontpage main .region-content > div,
  body.path-frontpage main .node__content > div,
  body.path-frontpage .field--name-field-page-paragraphs > div,
  .layout_outer{
    width: 780px;
  }
  body.path-frontpage .large_texter {
    margin: 0 0 0 150px;
  }
  body.path-frontpage .block-views-exposed-filter-blockafsc-company-search-page-1 {
    width: 420px;
    padding: 20px 40px 15px 20px;
    margin: 35px 0 0 150px;
  }
  body.path-frontpage .investments-search {
    width:   420px;
    padding: 20px 40px 15px 20px;
    top: 440px;
    left: 150px;
    bottom: auto;
  }
  body.path-frontpage #search-section {
    min-height: 820px;

  }
  body.path-frontpage .field--name-field-spotlight-block-company > .field__item {
    width: 100%;
  }
  body.path-frontpage .field--name-field-spotlight-block-company > .field__item:nth-child(2) {
    margin-left: 10px;
  }
  body.path-frontpage .paragraph--type--homepage-companies {
    width: 760px;
  }
  body.path-frontpage .field--name-field-issue-company .field__item {
    width: 180px;
  }
  body.path-frontpage .paragraph--type--home-news-list {
  }
  body.path-frontpage .paragraph--type--home-tweets-list {
  }
  /*issue page*/
  .view-issues-subcats .view-issue-companies.view-display-id-block_1 .views-field-title {
    width: 25%;
  }
  body.path-company-search .view-afsc-company-search .views-field-field-company-summary {
  }
}

@media screen and (max-width: 799px) {
  /*home page*/
  body.path-frontpage main #search-section .layout_outer,
  body.path-frontpage main .region-content > div,
  body.path-frontpage main .node__content > div,
  body.path-frontpage .field--name-field-page-paragraphs > div,
  .layout_outer{
    width: 580px;
  }
  header .layout_outer {
    height: 185px;
  }
  #block-afsc-main-menu {
    position: absolute;
    top: 20px;
    left: 0;
  }
  #block-afsc-main-menu.on ul.lev-0 {
    z-index: 100;
    position: absolute;
    width: 100%;
  }
  #block-afsc-main-menu ul li {
    position: static;
  }
  #block-afsc-main-menu ul li ul {
    opacity:1;
    display: block;
    background: #fff;
    position: absolute;
    top: 45px;
    right: 0;
    left: auto;
    height: 50px;
    width: auto;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(179,177,179,0.36);
    -moz-box-shadow: 0px 0px 15px 1px rgba(179,177,179,0.36);
    box-shadow: 0px 0px 15px 1px rgba(179,177,179,0.36);
  }
  #block-afsc-main-menu ul > li:nth-child(1) ul {
    width: auto;
    margin-left: auto;
  }
  #block-afsc-main-menu ul > li:nth-child(2) ul {
    width: auto;
    margin-left: auto;
  }
  #block-afsc-main-menu ul > li:nth-child(3) ul {
    width: auto;
    margin-left: auto;
  }
  #block-afsc-main-menu ul li.expanded:hover {
    padding-bottom: 25px;
  }
  #block-afsc-main-menu ul li:hover ul {
    opacity:1;
    z-index: 9;
  }
  header.on {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #block-afsc-main-menu ul.lev-0 > li.menu-item {
    display: none;
  }
  #block-afsc-main-menu.on ul.lev-0 > li.menu-item,
  #block-afsc-main-menu.on li {
    display: block;
    width: 100%;
    padding: 0;
    border-top: 1px solid #ddd;
  }
  #block-afsc-main-menu.on li:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
  }
  #block-afsc-main-menu li.menu-toggle {
    display: block;
  }
  #block-afsc-main-menu a {
    float: left;
    width: 90%;
    padding: 5px 5%;
    display: block;
    clear: both;
    z-index: 100;
  }
  #block-afsc-main-menu a.toggle-menu {
    position: absolute;
    top: 10px;
    display: inline;
    line-height: 0;
    font-size: 0;
    color: transparent;
    right: 10px;
    width: auto;
    padding: 0;
  }
  #block-afsc-main-menu a.toggle-menu:before {
    content: '\2630';
    font-size: 20px;
    line-height: 20px;
    color: #888;
  }
  #block-afsc-main-menu.on a.toggle-menu:before {
    content: 'x';
    font-size: 16px;
    font-family: verdana;
  }
  #block-afsc-main-menu .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    overflow: auto;
    z-index: 99;
    opacity: 0.95;
  }
  #block-afsc-main-menu.on .overlay {
    display: block;
  }
  #block-afsc-main-menu.on {
    top: 0px;
  }
  #block-afsc-main-menu ul li ul {
    display: block;
    background: #fff;
    position: inherit;
    height: auto;
    width: 100%;
  }
  #block-afsc-main-menu ul li ul li a {
    padding: 5px 40px;
    border-left: 1px solid #d7d7d7;
    background: #fff;
    margin: 2px 0;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    border: 0;
  }
  #block-afsc-main-menu ul li ul::before {
    display: none;
  }
  #block-afsc-main-menu ul > li:nth-child(3) ul {
    display: block;
    width: auto;
  }
  #block-afsc-main-menu.on a.toggle-menu {
    top: 10px;
  }
  body.path-frontpage .large_texter {
    margin: 0 0 0 50px;
  }
  body.path-frontpage .block-views-exposed-filter-blockafsc-company-search-page-1 {
    width: 420px;
    padding: 20px 40px 15px 20px;
    margin: 35px 0 0 50px;
  }
  body.path-frontpage .investments-search {
    width:   420px;
    padding: 20px 40px 15px 20px;
    top: 440px;
    left: 50px;
  }
  body.path-frontpage #search-section {
    min-height: 820px;
  }
  body.path-frontpage .field--name-field-spotlight-block-company > .field__item {
    width: 100%;
  }
  body.path-frontpage .field--name-field-spotlight-block-company > .field__item:nth-child(2) {
  }
  body.path-frontpage .paragraph--type--homepage-companies {
    width: 560px;
  }
  body.path-frontpage .field--name-field-issue-company .field__item {
    width: 210px;
  }
  body.path-frontpage .field--name-field-issue-company .field__item:nth-child(-n+3) {
    border-top: 1px solid #ccc;
  }
  body.path-frontpage .field--name-field-issue-company .field__item:nth-child(-n+2) {
    border-top: 0px;
    margin: 0 0 0 20px;
  }
  body.path-frontpage .field--name-field-issue-company .field__item:nth-child(3n+1) {
    margin-left: 0px;
  }
  body.path-frontpage .field--name-field-issue-company .field__item:nth-child(2n+1) {
    margin-left: 20px;
  }
  body.path-frontpage .paragraph--type--home-news-tweets {
    flex-wrap: wrap;
  }
  body.path-frontpage .paragraph--type--home-news-tweets > .field__item {
    width: 100%;
    clear: both;
  }
  body.path-frontpage .paragraph--type--home-news-list {
    width: 540px;
  }
  body.path-frontpage .paragraph--type--home-tweets-list {
    width: 540px;
    margin: 10px 0 0 0;
  }
  body.path-frontpage .field--name-field-home-3cat-item > .field__item a {
    font-size: 44px;
  }
  /*issue page*/
  .view-issues-subcats .view-issue-companies.view-display-id-block_1 .views-field-title {
    /*width: auto;*/
    width: calc(100% - 40px);
  }
  .view-issues-subcats .view-issue-companies.view-display-id-block_1 .view-content .views-row:nth-child(-n+3) .views-field-title {
    border-top: 1px solid #ccc;
  }
  .view-issues-subcats .view-issue-companies.view-display-id-block_1 .view-content .views-row:nth-child(-n+1) .views-field-title {
    border-top: 0px;
  }
  .view-issues-subcats .view-issue-companies.view-display-id-block_1 .view-content .views-row .views-field-title {
    margin-left: 20px;
  }
  .callout {
    font-size: 1.5em;
  }
  /*company-search-results-page*/
  body.path-company-search .block-views-exposed-filter-blockafsc-company-search-page-1 .form-submit {
    margin-top: 10px;
  }
  body.path-company-search .view-afsc-company-search .views-field-field-company-summary {
    width: 100%;
    margin-left: 0;
    padding-top: 5px;
    clear: both;
  }
  .view-afsc-company-search .views-field-field-company-headquarters,
  .view-afsc-company-search .views-field-field-company-issues,
  .view-afsc-company-search .views-field-title {
    width: 90%;
    clear: both;
  }
  body.path-company-search .view-afsc-company-search .views-row:nth-child(2n) {
    background: #f8f8f8;
  }
  body.path-company-search .view-afsc-company-search .col3,
  body.path-company-search .view-afsc-company-search .col2,
  body.path-company-search .view-afsc-company-search .col1 {
    width: 100%;
    float: none;
    clear: both;
    margin: 0;
  }
  body.path-company-search .view-afsc-company-search .col3 {
    margin-top: 10px;
  }
  body.path-company-search .view-afsc-company-search ul.tag-icons li {
    display: inline;
  }
  body.path-company-search .view-afsc-company-search .views-field-field-company-issues {
    width: auto;
    float: none;
  }
  body.path-company-search .view-afsc-company-search .views-field-field-company-summary {
    padding: 0;
  }
  body.path-company-search .view-afsc-company-search .views-field-title {
    width: auto;
  }
  /*company page*/
  body.page-node-type-company .field--name-field-company-logo {
    width: 100%;
    clear: both;
  }
  .node__content .company-fieldsgroup-1 .field {
    max-width: 90%;
  }
  /*file search results page*/
  #file_search_results .col3,
  #file_search_results .col2,
  #file_search_results .col1 {
    width: 100%;
    float: none;
    clear: both;
    margin: 0;
  }
  #file_search_results .col3 {
    margin-top: 10px;
  }
  #file_search_results ul.tag-icons li {
    display: inline;
  }
  #file_search_results .field-issues {
    width: auto;
    float: none;
  }
  #file_search_results .field-summary {
    padding: 0;
  }
  #file_search_results .field-title {
    width: auto;
  }
  /*all-companies-page*/
  body.vocabulary--tags .view-issues-subcats .view-issue-companies .views-field-field-company-headquarters,
  body.vocabulary--tags .view-issues-subcats .view-issue-companies .views-field-field-company-issues,
  body.vocabulary--tags .view-issues-subcats .view-issue-companies .views-field-title,
  .view-issue-companies .views-field-field-company-headquarters,
  .view-issue-companies .views-field-field-company-issues,
  .view-issue-companies .views-field-title,
  .view-all-companies .views-field-field-company-headquarters,
  .view-all-companies .views-field-field-company-issues,
  .view-all-companies .views-field-title {
    width: 90%;
    clear: both;
  }
  .view-issue-companies .views-row:nth-child(2n),
  .view-all-companies .views-row:nth-child(2n) {
    background: #f8f8f8;
  }
  body.vocabulary--tags .view-issue-companies .col3,
  body.vocabulary--tags .view-issue-companies .col2,
  body.vocabulary--tags .view-issue-companies .col1,
  .view-issue-companies .col3,
  .view-issue-companies .col2,
  .view-issue-companies .col1,
  .view-all-companies .col3,
  .view-all-companies .col2,
  .view-all-companies .col1 {
    width: 100%;
    float: none;
    clear: both;
    margin: 0;
  }
  .view-issue-companies .col3,
  .view-all-companies .col3 {
    margin-top: 10px;
  }
  .view-issue-companies ul.tag-icons li,
  .view-all-companies ul.tag-icons li {
    display: inline;
  }
  .view-issue-companies .views-field-field-company-issues,
  .view-all-companies .views-field-field-company-issues {
    width: auto;
    float: none;
  }
  .view-issue-companies .views-field-field-company-summary,
  .view-all-companies .views-field-field-company-summary {
    padding: 0;
  }
  body.vocabulary--tags .view-issues-subcats .view-issue-companies .views-field-title,
  .view-issue-companies .views-field-title,
  .view-all-companies .views-field-title {
    width: auto;
  }

}
@media screen and (max-width: 599px) {
  /*home page*/
  body.path-frontpage main #search-section .layout_outer,
  body.path-frontpage main .region-content > div,
  body.path-frontpage main .node__content > div,
  body.path-frontpage .field--name-field-page-paragraphs > div,
  .layout_outer{
    width: 460px;
  }
  #headline {
    height: 90px;
  }
  #block-headlinesociallinks {
    top: 50px;
  }
  body.path-frontpage .large_texter {
    width: 420px;
    padding: 10px 20px;
    margin: 0 0 0 0px;
  }
  body.path-frontpage .block-views-exposed-filter-blockafsc-company-search-page-1 {
    width: 420px;
    padding: 20px 30px 15px 10px;
    margin: 35px 0 0 0px;
  }
  body.path-frontpage .investments-search {
    width:   420px;
    padding: 20px 30px 15px 10px;
    top: 440px;
    left: 0px;
  }
  body.path-frontpage #search-section {
    min-height: 820px;
  }
  body.path-frontpage .field--name-field-spotlight-block-company {
    flex-wrap: wrap;
  }
  body.path-frontpage .field--name-field-spotlight-block-company > .field__item {
  }
  body.path-frontpage .field--name-field-spotlight-block-company > .field__item:nth-child(2) {
    margin-left: 0px;
    margin-top: 10px;
  }
  body.path-frontpage .paragraph--type--homepage-companies {
    width: 440px;
  }
  body.path-frontpage .field--name-field-issue-company .field__item {
    width: 310px;
  }
  body.path-frontpage .field--name-field-issue-company .field__item:nth-child(-n+3) {
    border-top: 1px solid #ccc;
  }
  body.path-frontpage .field--name-field-issue-company .field__item:nth-child(-n+2) {
    border-top: 1px solid #ccc;
    margin: 0 0 0 0;
  }
  body.path-frontpage .field--name-field-issue-company .field__item:nth-child(-n+1) {
    border-top: 0;
  }
  body.path-frontpage .field--name-field-issue-company .field__item:nth-child(3n+1) {
    margin-left: 0px;
  }
  body.path-frontpage .field--name-field-issue-company .field__item:nth-child(2n+1) {
    margin-left: 0;
  }
  body.path-frontpage .paragraph--type--homepage-divestment .field--name-field-home-div-body {
    padding: 0 30px 30px 30px;
  }
  body.path-frontpage .paragraph--type--home-news-list {
    width: 440px;
    padding: 10px;
  }
  body.path-frontpage .paragraph--type--home-tweets-list {
    width: 440px;
    margin: 10px 0 0 0;
    padding: 10px;
  }
  body.path-frontpage .field--name-field-home-3cat-item > .field__item {
    width: 100%;
  }
  body.path-frontpage .field--name-field-home-3cat-item > .field__item:nth-child(2) {
    width: 100%;
  }
  #block-afsc-footer {
    top: -80px;
  }
  #block-footersociallinks {
    top: -35px;
  }
  .footer-logo {
    margin-top: 80px;
  }
  /*issue page*/
  .view-issues-subcats .recommended, .node__content .recommended {
    height: auto;
  }
  .view-issues-subcats .view-issue-companies.view-display-id-block_1 .views-field-title {
    /*width: 38%;*/
  }
  .view-issues-subcats .view-issue-companies.view-display-id-block_1 .view-content .views-row:nth-child(-n+3) .views-field-title {
    border-top: 1px solid #ccc;
  }
  .view-issues-subcats .view-issue-companies.view-display-id-block_1 .view-content .views-row:nth-child(3n+1) .views-field-title {
    /*margin-left: 0;*/
  }
  .view-issues-subcats .view-issue-companies.view-display-id-block_1 .view-content .views-row:nth-child(2n+1) .views-field-title {
    margin-left: 20px;
  }
  /*.view-issues-subcats .view-issue-companies.view-display-id-block_1 .view-content {*/
  /*  max-height: 182px;*/
  /*}*/
  .view-issues-subcats .views-field-description__value .field-content > p:first-child {
    width: 100%;
    padding: 0 0% 0 0;
  }
  .view-issues-subcats .views-field-description__value .field-content > p.callout {
    width: 99%;
    padding: 10px 0 0 0%;
    border-top: 5px solid #c2c2c2;
    border-left: 0;
    margin-top: 10px;
  }
  .callout {
    font-size: 1.3em;
  }
  .view-issues-subcats .views-field-description__value .pan-right,
  .view-issues-subcats .views-field-description__value .pan-left {
    width: 100%;
    clear: both;
  }
  /* tag page */
  body.vocabulary--tags .view-issues-subcats .view-issue-companies .view-content .views-row:nth-child(2n+1) .views-field-title {
    margin-left: 0px;
  }
  /*update-page*/
  #block-afsc-page-title h1 {
    font-size: 30px;
  }
  /*file-search-results-page*/
  #file_search_results .field-matches,
  #file_search_results .field-headquarters,
  #file_search_results .field-issues,
  #file_search_results .field-title {
    width: 100%;
  }
  #file_search_results .field-summary {
    width: 100%;
    margin: 20px auto 0 auto;
  }
  #file_search_results .field-matches {
    margin-bottom: 10px;
  }
  header .layout_outer {
    height: 115px;
    top: 10px;
  }
  #block-afsc-branding {
    top: 0px;
  }

  #block-afsc-page-title h1 {
    margin: 20px 0 0 0;
  }
  /******** Contact Page *********/
  body.path-contact .contact-message-feedback-form {
    padding: 5px;
  }
  body.path-contact .contact-message-feedback-form .form-item-message-0-value textarea {
    width: 87%;
  }
  /*company page*/
  body.page-node-type-company .node__content .company-fieldsgroup-1 .field {
    clear: both;
    width: 90%;
  }
  /*fund page*/
  #fund-profile .field {
    width: 100%;
    text-align: left;
  }
  #fund-profile .group .field {
  }
  #fund-profile .fields_wrapper .field:nth-child(2n) {
     margin-left: 0;
  }
  #fund-profile .fields_wrapper .field:nth-child(2n+1) {
    margin-left: 0;
  }
  #fund-profile .field .value {
    float: right;
  }
  .callout {
    padding: 20px;
  }
  .ui-dialog {
  }
  .csv-info-form label,
  .upload-info-form label {
    text-align: left;
    width: auto;
    float: none;
    display: block;
    line-height: 20px;
    vertical-align: baseline;
    margin: 15px 10px 0 0;
  }
  .csv-info-form .form-item-name input,
  .csv-info-form input.form-email,
  .csv-info-form input.form-text,
  .upload-info-form .form-item-name input,
  .upload-info-form input.form-email,
  .upload-info-form input.form-text {
    margin-top: 5px;
  }
  .csv-info-form .form-item-purpose textarea,
  .csv-info-form input.form-email,
  .csv-info-form input.form-text,
  .upload-info-form .form-item-purpose textarea,
  .upload-info-form input.form-email,
  .upload-info-form input.form-text {
    width: 90%;
    padding: 10px 10px;
    line-height: 20px;
  }
}
@media screen and (max-width: 459px) {
  body.path-frontpage .investments-search .ays-search-form .view-all {
    margin-top: 0px;
    position: relative;
    display: block;
  }
  body.path-frontpage main #search-section .layout_outer,
  body.path-frontpage main .region-content > div,
  body.path-frontpage main .node__content > div,
  body.path-frontpage .field--name-field-page-paragraphs > div,
  .layout_outer{
    width: 96%;
  }
  #headline {
    height: 90px;
    font-size: 14px;
  }
  body.path-frontpage .large_texter {
    width: 80%;
    padding: 10px 20px;
    font-size: 24px;
    margin: 0 auto;
  }
  body.path-frontpage .block-views-exposed-filter-blockafsc-company-search-page-1 {
    width: 90%;
    padding: 20px 7% 15px 3%;
    margin: 35px 0 0 0px;
  }
  body.path-frontpage .form-type-search-api-autocomplete input.form-text {
    width: 90%;
  }
  body.path-frontpage #views-exposed-form-afsc-company-search-page-1 .form-submit {
    position: static;
    margin: 10px 0 0 0;
  }
  body.path-frontpage .block-views-exposed-filter-blockafsc-company-search-page-1:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  body.path-frontpage .form-type-search-api-autocomplete label {
    font-size: 22px;
  }
  body.path-frontpage .investments-search {
    position: static;
    margin: 20px auto 0 auto;
  }
  body.path-frontpage .investments-search {
    width: 90%;
    padding: 20px 7% 15px 3%;
  }
  body.path-frontpage .investments-search .ays-search-form .form-item-keyword input.form-text {
    width: 83%;
  }
  body.path-frontpage .investments-search .hint_wrapper {
    margin: -30px -20px;
  }
  body.path-frontpage .investments-search .hint_wrapper.hint2 {
    margin-right: -20px;
  }
  body.path-frontpage #views-exposed-form-afsc-company-search-page-1 a.hint-lnk span.hint-text,
  body.path-frontpage .investments-search a.hint-lnk span.hint-text {
    width:    280px;
    right:    -5px;
  }
  body.path-frontpage #views-exposed-form-afsc-company-search-page-1 a.hint-lnk span.hint-text::before,
  body.path-frontpage .investments-search a.hint-lnk span.hint-text::before {
    right: 5px;
  }
  body.path-frontpage .investments-search .ays-search-form .form-submit {
    position: static;
    margin: 10px 0;
  }
  body.path-frontpage .investments-search .bulk-search-form .form-checkboxes label,
  body.path-frontpage .investments-search .bulk-search-form legend {
    font-weight: normal;
  }
  body.path-frontpage .investments-search .bulk-search-form .form-checkboxes label {
    font-size: 0.8em;
  }
  body.path-frontpage .investments-search .form-item-files-file-upload {
    float: none;
  }
  body.path-frontpage .investments-search .bulk-search-form .form-type-file label {
    width: 83%;
  }
  body.path-frontpage .investments-search .bulk-search-form .form-item--error + .form-submit {
    margin-top: 40px;
  }
  body.path-frontpage .investments-search .bulk-search-form .form-submit {
    position: static;
  }
  body.path-frontpage .investments-search .bulk-search-form .form-checkboxes label, body.path-frontpage .investments-search .bulk-search-form legend {
    font-weight: bold;
    float: none;
    margin: 0 0 0 0;
  }
  body.path-frontpage .investments-search .bulk-search-form .form-item-files-file-upload .form-item--error-message {
    top: 80px;
  }
  body.path-frontpage .field--name-field-page-paragraphs > .field__item:nth-child(2) {
    min-width: 0;
  }
  body.path-frontpage .field--name-field-home-about-header, body.path-frontpage .field--name-field-home-news-header, body.path-frontpage .field--name-field-home-companies-header, body.path-frontpage .field--name-field-spotlight-header,
  body.path-frontpage #block-afsc-page-title h1 {
    font-size: 24px;
  }
  body.path-frontpage .paragraph--type--homepage-divestment .field--name-field-home-div-title {
    font-size: 42px;
    margin: 30px 0 30px 0;
  }
  body.path-frontpage .paragraph--type--home-tweets-list,
  body.path-frontpage .paragraph--type--home-news-list {
    width: 94%;
    padding: 10px;
  }
  body.path-frontpage .paragraph--type--homepage-companies {
    width: 94%;
  }
  body.path-frontpage .field--name-field-issue-company .field__item {
    width: 80%;
  }
  body.path-frontpage .paragraph--type--homepage-companies {
    padding: 3%;
  }
  #block-afsc-footer ul li:first-child {
    padding: 0 0 0 0px;
  }
  /*issue page*/
  .view-issues-subcats .view-issue-companies.view-display-id-block_1 .views-field-title {
    /*width: 36%;*/
  }
  .view-issues-subcats .view-content .views-field-name, body.page-node-type-company .node__content .field--name-field-company-highlights .field__label, body.page-node-type-company .node__content .field--name-field-company-link .field__label, .node__content .field--name-body H3 {
    font-size: 20px;
  }
  /*updates page*/
  body.path-updates .view-news .views-field-field-news-teaser-image {
    float: none;
  }
  /*file-search-results-page*/
  .file-search-results-form .divestment-wrapper ul.divestment-listing {
    margin-left: -90px;
  }
  /*file-search-viewer-page*/
  body.path-match #companies-listing {
    margin-top: 20px;
    width: auto;
  }
  body.path-match .headtext {
    margin-bottom: 10px;
  }
  body.path-match .headtext:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  body.path-match .headtext .c2 {
    float: left;
  }
  /******** Contact Page *********/
  body.path-contact .contact-message-feedback-form input {
    width: 97%;
  }
  body.path-contact .contact-message-feedback-form .form-item-message-0-value textarea {
    width: 97%;
  }
  /*ays-search-results-page*/
  body.path-fund-search .ays-search-form input.form-text {
    margin: 0 5px;
    width: 84%;
  }
  body.path-fund-search .ays-search-form .form-submit {
    margin-top: 10px;
  }
  /*company-search-results-page*/
  body.path-company-search .block-views-exposed-filter-blockafsc-company-search-page-1 input.form-text {
    margin: 0 5px;
    width: 84%;
  }
  /******** fund details page ********/
  #fund-profile .companies th,
  #fund-profile .companies td {
    padding: 5px 2px;
    font-size: 0.8em;
  }
  #fund-profile .companies td.cats a {
    padding: 5px 3px;
    margin: 0px 5px 2px 0;
    border-radius: 5px;
  }
}
.infohead {
  font-size: 0.7em;
  font-style: italic;
}

