ul {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
}
.layout_outer{
  width: 1040px;
  margin: 0 auto;
}
.visually-hidden,
.hidden {
  display: none;
}
a {
  text-decoration: none;
  color: #0a8c00;
}
/***** headline *****/
#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 p:before {
  content: '';
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  background: url(../img/headline-logo.png) 0 0 no-repeat;
  margin: 0px 10px 0 -16px;
}
#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.facebook {
  background-position: -64px 0;
}
#block-headlinesociallinks a.twitter {
  background-position: -96px 0;
}
#block-headlinesociallinks a.search {
  background-position: -128px 0;
}
#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;
}
/***** 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;
}
#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 {
  display: none;
  background: #fff;
  position: absolute;
  top: 45px;
  right: 0;
  height: 50px;
  width: 430px;
  -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(2) ul {
  width: 270px;
  display:none;
}
#block-afsc-main-menu ul > li:nth-child(3) ul {
  width: 345px;
  display:none;
}
#block-afsc-main-menu ul li.expanded:hover {
  padding-bottom: 25px;
}
#block-afsc-main-menu ul li:hover ul {
  display: block;
}
#block-afsc-main-menu ul li ul:before{
  border: solid;
  border-color: #fff transparent;
  border-width: 0 10px 10px 10px;
  top: -10px;
  content: "";
  left: 22%;
  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(3) ul:before {
  left: 70%;
}
#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-branding {
  position: absolute;
  left: 0;
  top: 34px;
}
#block-afsc-branding a {
  margin-left: -13px;
}
/***** content *****/
#block-afsc-page-title {
  border-bottom: 5px solid #0a8c00;
  margin-bottom: 50px;
}
#block-afsc-page-title h1 {
  font-size: 54px;
  font-family: 'Oswald', sans-serif;
  color: #000;
  text-transform: uppercase;
  margin: 70px 0 0px 0;
}
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 *****/
.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;
}
/***** 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;
}
.node__content .field--name-field-company-logo img {
  border: 1px solid #bbbbbb;
}
.node__content .field--name-field-company-stock .field__item {
  float: left;
  margin-left: 10px;
}
.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-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;
}
.view-issues-subcats .view-content .views-field-description__value,
.node__content .field--name-body div.collapsible {
  display: none;
}
.view-issues-subcats .view-content .views-field-name,
.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;
}
.view-issues-subcats .view-content .views-field-name: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,
.node__content .field--name-body H3.on:before {
  background-position: -32px 0;
}
.view-issues-subcats .recommended,
.node__content .recommended {
  height: 50px;
  background: #e41d33;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
}
.view-issues-subcats .recommended:before,
.node__content .recommended: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 .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;
}
.node__content .field--name-field-company-summary {
  font-size: 28px;
  font-weight: bold;
}
/***** category page *****/
.view-issues-subcats .view-issue-companies {
  background: #f7f5f5;
}
.view-issues-subcats .view-issue-companies .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-content .views-row:nth-child(3n+1) .views-field-title {
  margin-left: 20px;
}
.view-issues-subcats .view-issue-companies .view-content .views-row:nth-child(-n+3) .views-field-title {
  border-top: 0px;
}
.view-issues-subcats .view-issue-companies .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-content {
  max-height: 119px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s;
}
.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 .field-content > p:first-child 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 .field-content > p:first-child a.more:after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/icons.png) -224px -0px no-repeat;
  vertical-align: -9px;
}
.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;
}

/***** 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(../img/footer-logo.png) 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 {
  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 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;
}
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 > .field__item {
  width: 500px;
  float: left;
}
body.path-frontpage .field--name-field-spotlight-block-company > .field__item:nth-child(2) {
  margin-left: 40px;
}
body.path-frontpage .field--name-field-spotlight-block-company:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  width: 100%;
}
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;
}
body.path-frontpage .field--name-field-spotlight-header {

}
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-list {
  float:left;
  width: 460px;
  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 {
  float:left;
  width: 460px;
  padding: 20px;
  background: #f7f5f5;
  margin: 0 0 0 40px;
}
body.path-frontpage .paragraph--type--home-about {
  margin: 0 0 70px 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: absolute;
  right: 25px;
  bottom: 30px;
}
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;
}
body.path-frontpage #views-exposed-form-afsc-company-search-page-1 a.hint-lnk:hover span.hint-text {
  display: block;
}
body.path-frontpage #search-section .layout_inner {
  position: relative;
}
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: 60px;
}
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;
}
/***** search page *****/
body.path-afsc-company-search form#views-exposed-form-afsc-company-search-page-1 .form--inline:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
body.path-afsc-company-search form#views-exposed-form-afsc-company-search-page-1 .form-type-search-api-autocomplete {
  float: left;
}
body.path-afsc-company-search form#views-exposed-form-afsc-company-search-page-1 .form-actions {
  float: left;
}
body.path-afsc-company-search #block-afsc-content {
  margin-top: 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 {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/icons.png) 0px -32px no-repeat;
  line-height: 0;
  font-size: 0;
  color: transparent;
}
.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-field-field-company-summary {
  width: 800px;
  margin-left: 240px;
}
.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: 230px;
  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 .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-ays-search .ays-search-form .form-item-keyword {
  float: left;
}
body.path-ays-search .search_totals {
  margin: 20px 0;
  padding: 10px;
  font-weight: bold;
  background: #f8f8f8;
}
.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;
}
/******** fund details page ********/
#fund-profile .headtext {
  padding: 5px;
  font-size: 1.2em;
  background: none;
  border-bottom: 1px solid #ccc;
}
#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) {
  margin-left: 5%;
}
#fund-profile .fields_wrapper:after,
#fund-profile .field:after {
  content: '';
  display: block;
  clear: both;

}
#fund-profile .field .label {
  float: left;
}
#fund-profile .field .value {
  padding-right: 0px;
}
#fund-profile .group .field {
  width: 30%;
  margin-left: 5%;
  float: left;
}
#fund-profile .fields_wrapper .group .field:nth-child(1) {
  margin-left: 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;
}
#fund-profile .companies table tbody tr:nth-child(2n) {
  background: #f5f5f5;
}
#fund-profile .headtext-companies {
  margin-top: 20px;
}
#fund-profile .companies td.cats a {
}
#fund-profile .companies a.is-pp,
#fund-profile .companies a.is-ip,
#fund-profile .companies a.is-borders,
#fund-profile .companies a.is-divest {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/icons.png) 0px -32px no-repeat;
  line-height: 0;
  font-size: 0;
  color: transparent;
}
#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;
}
/************ news page ******************/
.region-content footer {
  background: none;
  border-top: none;
  padding: 0;
}
/************ File Search Results Page *******/
#file_search_results .row {
  clear: both;
  margin-top: 30px;
}
#file_search_results .row:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#file_search_results .field-headquarters,
#file_search_results .field-issues,
#file_search_results .field-title {
  width: 230px;
  clear: both;
  float: left;
}
#file_search_results .field-title a {
  font-size: 1.1em;
}
#file_search_results ul.tag-icons {
  list-style: none;
}
#file_search_results ul.tag-icons a{
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/icons.png) 0px -32px no-repeat;
  line-height: 0;
  font-size: 0;
  color: transparent;
}
#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 {
  width: 800px;
  margin-left: 240px;
}
/*********** File Viewer Page ************/
body.path-match #text-source .outer {
  width: auto;
  max-height: 1000px;
  overflow: scroll;
}
body.path-match #text-source pre {
  overflow: visible;
}
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;
}
/************ Amber styles ***************/
.callout {
  font-size: 2em;
}

/************* RESPONSIVE ***************** this should come at the bottom of css *********************************/
