@charset "UTF-8";
/* ========================================================= */
/* ⚠  SCSS output - Do not edit this file!                   */
/* ========================================================= */
body {
  margin: 0;
  padding: 0;
}
body * {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
body article.grantsSearch {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  /*> div.modal				{
  > article 			{ @extend %dropshadow; position:fixed; width:100%; max-width:940px; top:50px; background:#fff; margin:0 auto; z-index:2;}
  > div.backdrop 		{ position:fixed; top:0px; left:0px; height:100%; width:100%; background:#fff; z-index:1; opacity:0.5; }
  }*/
}
body article.grantsSearch > header {
  padding: 20px 0px 25px;
  color: #fff;
  font-family: Arial;
  background: #0078ad;
  clear: both;
  width: 100%;
  height: 210px;
}
body article.grantsSearch > header hr {
  border: solid 1px #0a6792;
  margin: 20px 0;
}
body article.grantsSearch > header > form > div {
  width: 235px;
  height: 100px;
  float: left;
  padding: 10px 25px;
  border-right: solid 1px #0a6792;
}
body article.grantsSearch > header > form > div:nth-of-type(2) {
  width: 195px;
}
body article.grantsSearch > header > form > div:nth-of-type(2) label {
  width: 100%;
  margin-bottom: 15px;
  float: left;
}
body article.grantsSearch > header > form > div:nth-of-type(2) select {
  width: 80px;
  margin-top: 0;
  float: right;
}
body article.grantsSearch > header > form > div:nth-of-type(4) {
  border-right: none;
}
body article.grantsSearch > header > form > div:last-of-type {
  width: 100%;
  float: left;
  clear: both;
  border-top: solid 1px #0a6792;
  border-right: 0;
  padding: 25px 25px 0;
  margin: 0;
  height: auto;
}
body article.grantsSearch > header > form > div:last-of-type input[type=text] {
  width: 34.4%;
  height: 30px;
  margin-right: 2%;
  float: left;
  border-radius: 5px;
  border: none;
  font-size: 14px;
  text-indent: 5px;
  font-family: "Source Sans Pro", "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
}
body article.grantsSearch > header > form > div:last-of-type input[type=submit] {
  display: block;
  height: 30px;
  line-height: 23px;
  padding: 4px 8px;
  background: #005177;
  float: left;
  width: 8%;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
body article.grantsSearch > header > form > div:last-of-type input[type=submit]:hover {
  color: #fff;
}
body article.grantsSearch > header > form > div label {
  font-weight: normal;
  font-family: "Libre Baskerville", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Garamond", "Times New Roman", "serif";
}
body article.grantsSearch > header > form > div label select {
  width: 100%;
  height: 30px;
  margin-top: 25px;
  float: left;
  clear: both;
  background: white;
  border: none;
  font-size: 14px;
  text-indent: 2px;
  font-family: "Source Sans Pro", "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
}
@media screen and (max-width: 670px) {
  body article.grantsSearch > header > form > div label select {
    font-size: 16px;
  }
}
body article.grantsSearch > header > form > div label option {
  display: block;
}
@media screen and (max-width: 940px) {
  body article.grantsSearch > header {
    height: auto;
    float: left;
  }
  body article.grantsSearch > header > form > div {
    width: 50%;
    height: 80px;
  }
  body article.grantsSearch > header > form > div:nth-of-type(2) {
    width: 50%;
  }
  body article.grantsSearch > header > form > div:nth-of-type(2) label {
    width: 45% !important;
    float: left !important;
  }
  body article.grantsSearch > header > form > div:nth-of-type(2) label:first-of-type {
    margin-right: 10%;
  }
  body article.grantsSearch > header > form > div:nth-of-type(2) label select {
    width: 100% !important;
    float: left !important;
    margin-top: 5px !important;
  }
  body article.grantsSearch > header > form > div:nth-of-type(even) {
    border-right: none;
  }
  body article.grantsSearch > header > form > div label {
    width: 100%;
    float: left;
  }
  body article.grantsSearch > header > form > div label select {
    width: 100%;
    float: left;
    margin-top: 5px;
  }
}
@media screen and (max-width: 640px) {
  body article.grantsSearch > header > form > div:last-of-type input[type=text] {
    width: 80% !important;
    margin-right: 5%;
  }
  body article.grantsSearch > header > form > div:last-of-type input[type=submit] {
    min-width: 40px;
  }
  body article.grantsSearch > header > form > div:last-of-type a {
    width: 15%;
  }
}
body article.grantsSearch > section {
  width: 100%;
  margin: 0 0 20px;
  padding: 40px 40px 0;
  border-bottom: solid 2px #ebebeb;
  float: left;
}
body article.grantsSearch > section > div {
  width: 50%;
  float: left;
}
body article.grantsSearch > section > div h3 {
  width: 100%;
  font-size: 28px;
  line-height: 26px;
  color: #555;
  margin: 0;
  float: left;
}
body article.grantsSearch > section > div h3 span span {
  font-style: normal;
  color: #0078ae;
}
body article.grantsSearch > section > div p {
  font-size: 14px;
  color: #9a9a9a;
  text-align: right;
}
body article.grantsSearch > section > div:first-of-type h3 {
  margin-bottom: 20px;
}
body article.grantsSearch > section > div:first-of-type a {
  display: inline-block;
  margin-bottom: 25px;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 10px;
  border: solid 1px #ebebeb;
  color: #9a9a9a;
  font-family: "Source Sans Pro", "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
  font-size: 14px;
}
body article.grantsSearch > section > div:first-of-type a:hover {
  background: #f6f6f1;
}
body article.grantsSearch > section > div:first-of-type a:after {
  content: "✕";
  margin-left: 10px;
}
body article.grantsSearch > section > div:last-of-type h3 {
  text-align: right;
}
@media screen and (max-width: 500px) {
  body article.grantsSearch > section > div {
    width: 100%;
  }
  body article.grantsSearch > section > div:last-of-type h3, body article.grantsSearch > section > div:last-of-type p {
    text-align: left;
  }
}
body article.grantsSearch > section > section {
  width: 100%;
  float: left;
}
body article.grantsSearch > section > section label span {
  height: 30px;
  display: block;
  float: left;
  margin-right: 40px;
  text-align: center;
  cursor: pointer;
  font-family: "Source Sans Pro", "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
}
body article.grantsSearch > section > section input[type=radio] {
  opacity: 0;
  position: absolute;
  left: -9999px;
}
body article.grantsSearch > section > section input[type=radio]:checked + span {
  border-bottom: solid 3px #0078ae;
  color: #0078ae;
}
body article.grantsSearch > div.results {
  width: 100%;
  float: left;
}
body article.grantsSearch > div.results > ul.pagination {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
}
body article.grantsSearch > div.results > ul.pagination > li {
  display: inline-block;
  float: left;
}
body article.grantsSearch > div.results > ul.pagination > li.active a {
  color: #0078ae;
}
body article.grantsSearch > div.results > ul.pagination > li a {
  text-decoration: none;
  padding: 5px 10px;
  border: solid 1px #ebebeb;
  margin: 0 5px 5px 0;
  color: #9a9a9a;
  font-family: "Source Sans Pro", "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
  font-size: 14px;
  cursor: pointer;
}
body article.grantsSearch > div.results > ul.pagination > li a:hover {
  background: #f6f6f1;
}
@media screen and (max-width: 760px) {
  body article.grantsSearch > div.results > ul.pagination {
    text-align: center;
  }
}
body article.grantsSearch > div.results > ul.results-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
body article.grantsSearch > div.results > ul.results-list > li {
  width: 31.35%;
  display: inline-block;
  margin: 0 2% 2% 0;
  padding: 20px;
  border: solid 1px #ebebeb;
}
body article.grantsSearch > div.results > ul.results-list > li:nth-of-type(3n) {
  margin-right: 0;
}
body article.grantsSearch > div.results > ul.results-list > li.enriched {
  background: #f6f6f1;
  cursor: pointer;
}
body article.grantsSearch > div.results > ul.results-list > li h4 {
  font-size: 20px;
  line-height: 22px;
  color: #0078ae;
  margin: 0 0 10px;
  font-family: "Libre Baskerville", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Garamond", "Times New Roman", "serif";
  font-weight: 400;
  font-style: normal;
}
body article.grantsSearch > div.results > ul.results-list > li h5 {
  font-size: 18px;
  line-height: 44px;
  color: #0078ae;
  margin: 0 0 10px;
}
body article.grantsSearch > div.results > ul.results-list > li strong,
body article.grantsSearch > div.results > ul.results-list > li p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  font-family: "Source Sans Pro", "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
}
body article.grantsSearch > div.results > ul.results-list > li .applicant {
  font-style: italic;
}
body article.grantsSearch > div.results > ul.results-list > li h6 {
  font-size: 12px;
  line-height: 18px;
  color: #9a9a9a;
  margin: 20px 0;
  font-family: "Source Sans Pro", "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
}
body article.grantsSearch > div.results > ul.results-list > li .close {
  font-size: 14px;
  line-height: 18px;
  color: #888876;
  text-decoration: none;
  float: right;
  font-family: "Source Sans Pro", "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
  position: static;
}
body article.grantsSearch > div.results > ul.results-list > li .close:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
body article.grantsSearch > div.results > ul.results-list > li a {
  z-index: 10 !important;
}
@media screen and (max-width: 760px) {
  body article.grantsSearch > div.results > ul.results-list > li {
    width: 48%;
    margin: 1%;
  }
  body article.grantsSearch > div.results > ul.results-list > li:nth-of-type(3n) {
    margin: 1% !important;
  }
}
@media screen and (max-width: 500px) {
  body article.grantsSearch > div.results > ul.results-list > li {
    width: 98%;
    margin: 1%;
  }
}
body article.grantsSearch > div.results hr {
  background: #ebebeb;
  height: 1px;
  border: none;
  margin: 40px 0 20px;
  width: 100%;
  float: left;
}
body article.grantsSearch > div.results p.disclaimer {
  font-size: 14px;
  font-style: italic;
  color: #9a9a9a;
  margin: 0 20px;
  font-family: "Source Sans Pro", "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
}
body article.grantsSearch .backdrop {
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
  right: 0;
}
body .logged-in .close {
  position: relative !important;
}
body .logged-in .close:before {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

body.logged-in article.grantsSearch > div.results > ul.results-list > li .close {
  position: relative;
}
body.logged-in article.grantsSearch > div.results > ul.results-list > li .close:before {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

/*# sourceMappingURL=app_styles.css.map */
