/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Fonts
***********************/
/* Mixins
***********************/
/* #Body
================================================== */
body {
  background-color: #ffffff;
  background-image: url(../images/crossword.png);
  background-repeat: repeat;
  color: #1f2225;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 22px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: 1.5em 0 0; }

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0; }

h1 {
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0 0 0.5em; }

h2 {
  color: #1f2225;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300; }

h2.title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center; }

h3 {
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300; }

h4 {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800; }

h5 {
  color: #767676;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase; }

h6 {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800; }

p {
  margin: 0 0 1.5em;
  padding: 0; }

a {
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0; }

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em; }

.gform_wrapper .gform_page_footer .button.gform_next_button,
button,
.button {
  background-color: #4f91cd;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: block;
  float: left;
  height: 45px;
  line-height: 45px;
  margin: 10px 0;
  padding: 0 20px;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-property: background, border-color, color, opacity;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.gform_wrapper .gform_page_footer .button.gform_next_button {
  margin-top: 0; }

.gform_wrapper .gform_page_footer .button.gform_next_button:hover,
button:hover,
.button:hover {
  background-color: #666; }

/* #Utils
================================================== */
.utils_wrap {
  background-color: #4f91cd;
  padding: 5px 0; }

.utils {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }
  .utils:after {
    content: " ";
    display: block;
    clear: both; }

.address {
  color: #ffffff;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.address span {
  padding: 0;
  text-align: center; }

.address .street {
  display: block; }

.address .phones {
  display: inline-block;
  width: 50%; }

.login_link {
  display: none; }

.login_link a {
  color: #ffffff;
  text-decoration: none; }

.login_link a.member_dashboard {
  margin-right: 15px; }

.login_link .social-links {
	display: flex;	
}

.login_link .social-links a {
	margin-right: 10px;
}

/* #Header 
================================================== */
#logo {
  display: block;
  margin: 20px auto;
  padding: 0 20px;
  text-align: center; }

#logo img {
  height: auto;
  max-width: 100%; }

/* #Nav 
================================================== */
nav {
  background: #fff;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  *zoom: 1;
  overflow: visible; }

nav > div {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }
  nav > div:after {
    content: " ";
    display: block;
    clear: both; }

nav > div > ul {
  background-color: #fff;
  clear: both;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0 1.5em;
  text-align: center;
  display: flex;
  justify-content: center;
}

nav ul li {
  border: none;
  display: inline-block;
  position: relative; }

nav a {
  color: #222;
  display: block;
  font-weight: 600;
  padding: 20px;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

nav ul.sub-menu {
  background-color: #ffffff;
  border: 1px solid #bbb;
  left: -999em;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 99999; }

nav ul.sub-menu li {
  clear: both;
  display: block; }

nav ul.sub-menu a {
  padding: 0.75em 1.25em;
  width: 16em; }

nav ul.sub-menu li {
  transition: background-color 0.2s ease-in-out 0s; }

nav ul.sub-menu li:hover {
  background: #767676; }

nav ul.sub-menu li:hover > a {
  color: #ffffff; }

nav ul li:hover > ul.sub-menu {
  left: 0.5em;
  right: auto; }

nav ul li > ul.sub-menu > li:hover > ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0; }

/* Change this in order to change the Dropdown symbol */
nav li > a:after {
  content: ' \f0d7';
  font-family: "Fontawesome", sans-serif; }

nav li ul.sub-menu li.menu-item-has-children > a:after {
  content: ' \f0da';
  font-family: "Fontawesome", sans-serif; }

nav li > a:only-child:after {
  content: ''; }

nav ul li.menu-item-has-children:before,
nav ul li.menu-item-has-children:after,
nav ul li.page_item_has_children:before,
nav ul li.page_item_has_children:after {
  border-style: solid;
  border-width: 0 6px 6px;
  content: "";
  display: none;
  height: 0;
  position: absolute;
  right: 1em;
  bottom: -1px;
  width: 0;
  z-index: 100000; }

nav li ul.sub-menu li.menu-item-has-children:before,
nav li ul.sub-menu li.menu-item-has-children:after {
  border: none; }

nav ul li.menu-item-has-children.focus:before,
nav ul li.menu-item-has-children:hover:before,
nav ul li.menu-item-has-children.focus:after,
nav ul li.menu-item-has-children:hover:after,
nav ul li.page_item_has_children.focus:before,
nav ul li.page_item_has_children:hover:before,
nav ul li.page_item_has_children.focus:after,
nav ul li.page_item_has_children:hover:after {
  display: block; }

nav ul li.menu-item-has-children:before,
nav ul li.page_item_has_children:before {
  border-color: transparent transparent #bbb;
  bottom: 0; }

nav ul li.menu-item-has-children:after,
nav ul li.page_item_has_children:after {
  border-color: transparent transparent #fff; }

nav ul li.current-menu-item > a {
  background-color: #4f91cd;
  color: #ffffff; }

/* #Content 
================================================== */
#content-wrap {
  clear: both;
  padding: 20px 0;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }
  #content-wrap:after {
    content: " ";
    display: block;
    clear: both; }

main {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

main ul {
  list-style: disc;
  margin-bottom: 20px;
  padding-left: 15px; }

main ul li {
  margin-bottom: 8px; }

main ol {
  list-style: roman;
  margin-bottom: 20px;
  padding-left: 15px; }

main ol li {
  margin-bottom: 8px; }

.button-top {
  background-color: #4f91cd;
  color: #ffffff;
  display: block;
  float: right;
  padding: 10px;
  text-decoration: none;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px; }

.pagename-core-services hr.line {
  margin-bottom: 0; }

.staff_member h4 {
  margin-bottom: 3px; }

.staff_member h5 {
  padding-top: 0; }

/* #Projects 
================================================== */
.project_post {
  margin-bottom: 30px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.item-3 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.project_post img {
  max-width: 100%; }

.project_post h3 a {
  color: #1f2225;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-decoration: none; }

.item-1 {
  clear: both; }

.project_website_button {
  margin-right: 10px; }

.single-projects h2.project_title {
  font-size: 1.4rem;
  margin-top: 10px; }

.single-projects h2.project_title,
.single-projects main h3 {
  font-weight: 700;
  padding-top: 0; }

.single-projects .single_project_header {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%; }

.single-projects aside .social_media li a {
  background-color: #4f91cd;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  margin: 0 10px 10px 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-property: background, border-color, color, opacity;
  width: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.single-projects aside .social_media li a:hover {
  background-color: #666; }

.single-projects main
.single-projects aside {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.pagename-core-services main img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%; }

.search_projects {
  margin: 0 auto 40px;
  width: 90%; }

/* #Forms 
================================================== */
button {
  border: none;
  display: block;
  font-size: 14px; }

/* #Annual Reports 
================================================== */
.single_report {
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
  *zoom: 1; }

.single_report img {
  display: block;
  height: auto;
  max-width: 100%; }

.annual_image {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%; }

.annual_details {
  width: 74.57627%;
  float: right;
  margin-right: 0; }

/* #Hero
================================================== */
.home nav {
  margin-bottom: 0; }

.hero img {
  display: block;
  height: auto;
  max-width: 100%; }

.hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 9em 0 5em;
  position: relative;
  z-index: 1; }

.hero_text {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: #ffffff;
  padding: 40px 20px;
  position: relative;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1; }

.see_links {
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1; }

.see_links li {
  clear: both;
  margin: 10px 0; }

.see_links li a {
  float: none; }

/* #Home
================================================== */
.home h2 {
  font-weight: 700; }

.single_home_project {
  margin-bottom: 30px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.single_home_project:last-child {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.single_home_project img {
  display: block;
  height: auto;
  max-width: 100%; }

.single_home_project h3 {
  margin-bottom: 5px;
  padding-top: 10px; }

.single_home_project p {
  margin-bottom: 0.5em; }

/* #bottom_pic
================================================== */
.bottom_pic img {
  display: block;
  height: auto;
  max-width: 100%; }

/* #Member dash
================================================== */
.document_filters {
  background-color: #efefef;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.document_filters ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.document_filters ul li {
  border-right: 1px solid #ddd;
  display: block;
  float: left;
  margin: 0;
  padding: 10px 15px; }

.document_filters ul li.current {
  background-color: #4f91cd;
  color: #ffffff; }

.dash_box {
  background-color: #efefef;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%; }

.dash_box header {
  background-color: #4f91cd;
  color: #ffffff;
  padding: 10px 20px; }

.dash_box header h3 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0; }

.dash_box ul {
  padding: 20px 20px 0 35px; }

.dash_box .details {
  padding: 0 20px 20px; }

.tab_content {
  display: none; }

.tab_content.current {
  display: inherit; }

.contractor_details,
#directors .volunteer_documents {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%; }

.contractor_documents,
.disbursement_documents {
  width: 49.15254%;
  float: right;
  margin-right: 0; }

#directors .employee_documents {
  width: 49.15254%;
  float: right;
  margin-right: 0; }

.disbursement_details {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%; }

.contractor_details header,
.disbursement_details header {
  margin-bottom: 20px; }

.contractor_details p,
.disbursement_details p {
  margin-bottom: 0;
  padding: 0 20px 20px 20px; }

/* #P2P Fund Page
================================================== */
.page-template-page-p2p main
.page-template-page-p2p aside {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

/* #Footer
================================================== */
footer {
  background-color: #1f2225;
  color: #ffffff;
  clear: both;
  padding: 10px 0; }

footer a {
  color: #ffffff; }

.footer_content {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }
  .footer_content:after {
    content: " ";
    display: block;
    clear: both; }

#copyright {
  font-size: 11px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: center; }

footer .menu {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

footer ul {
  text-align: center; }

footer ul li {
  display: inline; }

footer ul li a {
  font-size: 11px;
  padding: 0 5px;
  text-decoration: none; }

.gform_page_footer {
  overflow: hidden;
  *zoom: 1; }

/* #Media Queries -> Landscape+
========================================================================================= */
/* Larger than phablet */
@media (min-width: 48rem) {
  h1 {
    font-size: 24px;
    font-size: 2.75em; }

  /* #Utils
  ================================================== */
  .address {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%; }

  .address .street {
    display: inline; }

  .address span {
    padding-right: 20px;
    text-align: left; }

  .address .phones {
    display: inline-block;
    width: auto; }

  .login_link {
    display: flex;
    width: 32.20339%;
    margin-right: 0; 
	justify-content: flex-end;}

  .single-projects main {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%; }

  .single-projects aside {
    width: 23.72881%;
    float: right;
    margin-right: 0; }

  .project_post {
    margin-bottom: 15px;
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%; }

  .item-3 {
    width: 32.20339%;
    float: right;
    margin-right: 0; }

  .search_projects {
    margin: 0 auto 40px;
    width: 50%; }

  /* #P2P Fund Page
  ================================================== */
  .page-template-page-p2p main {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%; }

  .page-template-page-p2p aside {
    width: 23.72881%;
    float: right;
    margin-right: 0; }

  /* #Home
  ================================================== */
  .single_home_project {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%; }

  .single_home_project:last-child {
    width: 32.20339%;
    float: right;
    margin-right: 0; }

  /* #Hero
  ================================================== */
  .hero {
    padding: 11em 0; }

  .see_links {
    text-align: center;
    overflow: hidden;
    *zoom: 1; }

  .see_links li {
    display: inline-block;
    height: 40px;
    margin: 0 10px;
    min-height: 55px; }

  .see_links li a {
    width: 100%; }

  /* #Footer
  ================================================== */
  #copyright {
    font-size: 11px;
    text-align: left;
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%; }

  footer .menu {
    width: 49.15254%;
    float: right;
    margin-right: 0; }

  footer ul {
    text-align: right; }

  footer ul li a {
    font-size: 11px;
    padding-left: 10px;
    padding-right: 0;
    text-decoration: none; } }
