/**
written by Anna Hermansen in 2019. Custom code for Charity Intelligence site.
**/

p a {
color: rgb(9,113,178);
text-decoration: none;
}

li a {
color: rgb(9, 113, 178);
}

li a:hover, a:focus, a:active {
color: #c00000;
}

td a {
color: rgb(9, 113, 178);
}

td a:hover, a:focus, a:active {
color: #c00000;
}

a:hover, a:focus, a:active {
color: #c00000;
}


.article-details .article-details-wrapper {
  font-size: 16px;
  line-height: 28px;
  color: #1b1b1b;
}

.view-category .blog .articles-more ul.list-group li.list-group-item .item-info .article-info span.createdby a:hover, .view-category .blog .articles-more ul.list-group li.list-group-item .item-info .article-info span.createdby a:focus {
  color: #c00000;
  border: none;
}

#sp-right ul.menu li {
list-style-type: none;
font-size: 16px;
padding-top: 10px;
padding-bottom: 10px;
margin-left: -25px;
line-height: 1.3;
border-bottom: 1px solid #ebebeb;
}

#sp-right ul.menu li.current a {
color: #c00000;
}

#sp-right .sp-module .menu {
border: 1px solid #ebebeb;
}

#sp-right .sp-module-title {
border: 1px solid #ebebeb;
padding: 15px;
letter-spacing: 1.75px;
font-size: 18px;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 0px;
border-bottom: none;
}

.sp-contact-info {
  color: #767676;
}

.sp-custom-login .info-text .sppb-btn {
  color: #767676;
  text-transform: uppercase;
  letter-spacing: 1.75px;
  font-weight: 500;
}

@media (max-width: 768px) {
  /*.sp-custom-login .info-text .log-text {
    display: none;
  }*/
}

.sppb-addon-articles.classic > .sppb-addon-content {
  margin: 15px 0;
  padding: 0;
  height: 100% !important;
}

a.download-report-button {
  background: #c00000;
  display: block;
  height: 31px;
  line-height: 31px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: 10px auto 0;
  width: 280px;
  font-size: 16px;
}

a.download-report-button:hover {
  background: #1b1b1b;
  color: #fff;
}

a.download-report-button:active, :visited, :focus h4 {
  background-color: #fff;
}

.sppb-addon-articles.horizontal .sppb-addon-article .sppb-addon-article-info-wrapper .sppb-article-meta > span.sppb-meta-date {
  float: none;
  padding-left: 10px;
}

#login .pretext {
  text-align: center;
}

#login .modal-content .modal-body .reg-link a {
  text-transform: uppercase;
  letter-spacing: 1.75px;
  font-weight: 700;
  color: #0971b2;
  border: 2px solid #0971b2;
  padding: 10px 10px;
}
#login .modal-content .modal-body .reg-link a:hover {
  color: #c00000;
}

.sppb-addon-articles.classic .sppb-addon-article h3 {
  font-size: 16px;
  margin-bottom: 0;
}

/* The following is from preset1.css file */

p a {
color: rgb(9,113,178);
text-decoration: none;
}

li a {
color: rgb(9, 113, 178);
}

li a:hover, a:focus, a:active {
color: #c00000;
}

td a {
color: rgb(9, 113, 178);
}

td a:hover, a:focus, a:active {
color: #c00000;
}

a:hover, a:focus, a:active {
color: #c00000;
}

.sp-megamenu-parent > li > a {
  color: #767676;
}

.sp-megamenu-parent > li > a.donate {
    color: #fff;
  background-color: #c00000;
}

#sp-bottom a.donate {
  background-color: transparent;
  color: #c00000;
  font-weight: bolder;
}

.btn-primary, .sppb-btn-primary {
  border-color: #c00000;
  background-color: #c00000;
}
.btn-primary:hover, .sppb-btn-primary:hover {
  opacity: 0.5;
  background-color: #c00000;
  border-color: #c00000;
}
.btn-secondary, .sppb-btn-secondary {
  border-color: #6c757d;
  background-color: #6c757d;
}
.btn-secondary:hover, .sppb-btn-secondary:hover {
  opacity: 0.5;
  background-color: #6c757d;
  border-color: #6c757d;
}

.view-category .blog .article-list .article .article-info-wrap .article-header h2 {
	max-height: 40px;
}

hr {
    border-top: 1px solid #c5c5c5 !important;
}

.customSearch { background-color:#c00000 }
.search-button {
  background-color: #c00000;
  border: none;
  color: white;
  padding: 15px 15px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  /* margin: 4px 2px; */
  cursor: pointer;
  
  /* flex:1; */
}
.searchDiv{
  display:flex;
  flex:1;
}
.charity_search{

}
#mod-charity-search-searchword{
   height: 100%;
   width: 100%;
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
  display: inline;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ci_banners {
  display: inline;
  width: 100%;
  padding: 0.5rem 0.75rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25;
  color: #0871B2;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  margin-right: 43px;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.ci_banners Strong{


  font-weight:bold;
  font-size: 1rem;
  color: #0871B2;

}
.ci_banners Text a {
  color: #495057;


}


html, body {
  line-height: 1.5;
  font-family: Calibri, Arial, Helvetica, sans-serif; }

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: #555;
  opacity: 1; }

h1, h2, h3, h4, h5, h6, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, button, #jsn-gotoplink, .page-header, .subheading-category, #jsn-menu a, #jsn-menu span, .componentheading, .contentheading {
  font-family: Roboto, Calibri, Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  /* color: #cc0000; */
  font-weight: bold;
  margin: 0.8em 0 0.3em; }

h1, h2, h3 {
  font-weight: normal; }

a:link, a:hover, a:active {
  color: #0871B2; }
a:visited {
  color: #0871B2; }
a:hover {
  text-decoration: underline; }

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  border-radius: 3px;
  transition: none; }

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: rgba(124, 147, 161, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(124, 147, 161, 0.6); }

#jsn-page {
  border: none;
  color: #000;
  max-width: 1100px;
  min-width: 320px;
  transition: none;
  width: 100%; }

#jsn-page-inner {
  background: transparent; }

#jsn-header, #jsn-body {
  background: #fff; }

#jsn-master.jsn-textstyle-business {
  font-size: 91.65%;
  font-family: Calibri, Arial, Helvetica, sans-serif; }

body.jsn-textstyle-business .jsn-moduletitle {
  font-weight: bold; }

#jsn-header {
  height: 82px; }
  #jsn-header #logoutbutton {
    background: none;
    border: none;
    color: #cc0000;
    cursor: pointer;
    font-size: 11pt;
    margin: 0;
    padding: 0;
    text-transform: capitalize; }
    #jsn-header #logoutbutton:hover {
      text-decoration: underline; }

#jsn-logo {
  margin: 16px 0 0 20px; }
  #jsn-logo a, #jsn-logo img {
    display: block; }
  #jsn-logo a {
    text-align: center; }
  #jsn-logo img {
    margin: 0 auto;
    max-width: 100%; }

#jsn-headerright {
  padding: 0;
  margin: 9px 9px 0 0; }

#usertasks {
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 3px 10px 0 0; }
  #usertasks li {
    float: left;
    margin: 0; }
    #usertasks li:after {
      color: #333;
      content: "\2758";
      display: inline-block;
      font-size: 11pt;
      margin: 0 7px;
      vertical-align: middle; }
    #usertasks li:last-child::after {
      content: "";
      display: none; }

#jsn-sitetoolspanel {
  margin: 0; }

div.jsn-modulecontainer ul.menu-mainmenu > li > a {
  padding: 6px 14px; }

body.jsn-textstyle-business ul.menu-mainmenu > li > a {
  font-weight: bold; }

#jsn-body .box_skitter .label_skitter {
  height: 50px; }
  #jsn-body .box_skitter .label_skitter p {
    margin-right: 75px; }
#jsn-body .box_skitter .prev_button, #jsn-body .box_skitter .next_button {
  bottom: 2%;
  height: 33px;
  left: auto;
  margin: 0;
  right: 1%;
  top: auto;
  width: 33px;
  z-index: 160; }
#jsn-body .box_skitter .prev_button {
  margin-right: 40px;
  background-image: url(images/button-prev.png); }
#jsn-body .box_skitter .next_button {
  background-image: url(images/button-next.png); }

.charity_search, .charity_search form, .charity_search h3, .charity_search a {
  color: #fff;
  line-height: 1.3;
  text-align: left; }
.charity_search a:link, .charity_search a:visited, .charity_search a:hover, .charity_search a:active {
  font-weight: bold;
  text-decoration: underline; }
.charity_search .search {
  overflow: hidden;
  margin-top: 5px;
  position: relative;
  padding-right: 43px; }
.charity_search .ip, .charity_search .srch_btn {
  box-sizing: border-box; }
.charity_search .ip {
  border: 2px solid #f00;
  border-radius: 3px;
  font-size: 10pt;
  padding: 5px 0;
  text-align: center;
  text-indent: 3px;
  display: block;
  width: 100% !important; }
#jsn-page .charity_search .srch_btn {
  background: url("images/icon_search_w.png") no-repeat center center;
  border-color: transparent;
  box-shadow: none;
  font-size: 9pt;
  opacity: 0.8;
  overflow: hidden;
  padding: 1px 0;
  text-indent: -999px;
  width: 43px;
  position: absolute;
  top: 0;
  right: 0; }
  #jsn-page .charity_search .srch_btn:hover {
    box-shadow: none;
    opacity: 1; }
.charity_search p {
  margin-bottom: 4px;
  margin-top: 3px; }
.charity_search .outro {
  padding-top: 15px; }
.jsn-view-charity .charity_search .search {
  padding-right: 0; }
.jsn-view-charity .charity_search .ip {
  margin-bottom: 0; }

div.box-grey a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline; }

#jsn-footer {
  background: transparent;
  border: none;
  color: #000; }
  #jsn-footer .footer_menu a, #jsn-footer .footer_menu a span {
    color: #fff;
    text-decoration: none; }
  #jsn-footer .footer_menu a:hover {
    text-decoration: underline; }
  #jsn-footer ul.menu-divmenu li {
    border-color: #b3b3b3; }
  #jsn-footer .jsn-modulescontainer2 #jsn-pos-bottom a {
    color: #a8b9c2;
    text-decoration: none; }

#jsn-gotoplink {
  border-radius: 2px 2px 0 0;
  color: #fff;
  font-size: 11px;
  padding: 6px 14px;
  text-transform: uppercase;
  left: auto;
  right: 10px; }

#jsn-gotoplink:hover {
  background: #c00; }

div.jsn-modulecontainer ul.menu-mainmenu ul,
div.jsn-modulecontainer ul.menu-sidemenu ul, #jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
  background-color: rgba(80, 80, 80, 0.95); }

div.jsn-modulecontainer ul.menu-mainmenu ul li a {
  border-bottom: 1px solid #555;
  border-left: 1px solid #555;
  border-top: 1px solid #777; }

div.jsn-modulecontainer ul.menu-mainmenu ul li:hover > a {
  background-color: #333;
  border-top-color: #333; }

div.jsn-modulecontainer ul.menu-mainmenu ul li.active > a {
  background: rgba(60, 60, 60, 0.95);
  border-top-color: rgba(60, 60, 60, 0.95); }

#leftmenu .parent > a {
  position: relative; }
  #leftmenu .parent > a > span {
    background: none; }
  #leftmenu .parent > a:before {
    content: '\025BE';
    position: absolute;
    font-size: 17px;
    margin-top: 1px; }
#leftmenu .parent.exp > a:before {
  content: '\025B4'; }

div.box-yellow div.jsn-modulecontainer_inner {
  background: #f9f9f9 none repeat scroll 0 0; }

.box-ci-gray {
  border: 2px solid #acb6bc;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 0; }
  .box-ci-gray, .box-ci-gray a {
    background: #fff none repeat scroll 0 0;
    color: #8f9ea6;
    display: block;
    text-align: center;
    text-transform: capitalize; }
  .box-ci-gray div.jsn-modulecontainer_inner {
    box-shadow: none !important;
    padding: 0 !important; }
  .box-ci-gray p,
  .box-ci-gray div.jsn-modulecontent,
  .box-ci-gray div.jsn-top,
  .box-ci-gray div.jsn-middle,
  .box-ci-gray div.jsn-bottom,
  .box-ci-gray .jsn-middle_inner {
    margin: 0 !important;
    padding: 0 !important; }
  .box-ci-gray div.jsn-top,
  .box-ci-gray div.jsn-bottom {
    display: none; }

.link-button {
  border-radius: 3px; }
  .link-button.button-light, .link-button.button-light:hover {
    background: lightgray url("images/bg-link-button.png") repeat-x scroll 0 0;
    border-color: lightgray;
    text-transform: uppercase; }
  .link-button.button-light span {
    color: #fff !important;
    line-height: 21px; }

.info {
  color: #777;
  font-style: italic; }

/**/
.charity_list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .charity_list .item {
    margin: 0 0 20px; }
    .charity_list .item .hdr, .charity_list .item .bdy {
      display: block;
      font-size: 17px;
      padding: 0 2px 2px 4px; }
    .charity_list .item .hdr {
      border-bottom: 1px solid #bbb; }
      .charity_list .item .hdr:hover {
        background: #f7f7f7;
        text-decoration: none; }
    .charity_list .item .bdy p {
      font-size: 14px;
      margin: 2px 0; }
    .charity_list .item .loc {
      color: #666; }
    .charity_list .item .tag {
      font-style: italic; }
    .charity_list .item .rating_cntnr {
      color: #c00;
      display: block;
      float: right;
      line-height: 28px; }
    .charity_list .item .rating_stars {
      display: inline-block;
      margin-top: 2px; }

.rating_cntnr {
  font-size: 12px;
  text-transform: capitalize; }

.rating_stars {
  background: url(images/star_gray.png) repeat-x 0 0;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 90px; }
  .rating_stars, .rating_stars .star {
    height: 18px; }
  .rating_stars .star {
    background: url(images/star_red.png) no-repeat 0 0;
    display: block;
    float: left;
    width: 18px; }
  .rating_stars i {
    margin-left: -1000px; }

.rating_cntnr.profile .rating_stars {
  display: block; }

.list-pagination {
  overflow: hidden;
  margin: 10px 0; }
  .list-pagination .limit {
    float: left;
    color: #777; }
  .list-pagination .limit .inputbox {
    margin: 0 0 0 10px; }
  .list-pagination .counter {
    color: #777;
    display: inline-block; }
  .list-pagination .jsn-pagination {
    float: right;
    margin: 0; }

ul.jsn-pagination li {
  margin: 0 5px 0 0; }
  ul.jsn-pagination li a, ul.jsn-pagination li span, ul.jsn-pagination li.navigation-page span {
    display: block;
    padding: 2px 10px; }
  ul.jsn-pagination li.navigation-page span {
    border: 1px solid #c00;
    background: #ff0800;
    background: -moz-linear-gradient(top, #ff0800 0%, #ad0b00 100%);
    background: -webkit-linear-gradient(top, #ff0800 0%, #ad0b00 100%);
    background: linear-gradient(to bottom, #ff0800 0%, #ad0b00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0800', endColorstr='#ad0b00', GradientType=0); }

.alpha_index {
  list-style: none;
  overflow: hidden; }
  .alpha_index li {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #888;
    text-align: center;
    margin: 3px; }
  .alpha_index a {
    display: block;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    -ms-transition: 0.2s all;
    transition: 0.2s all; }
    .alpha_index a:hover {
      background: #e51b24;
      color: #fff;
      text-decoration: none;
      font-weight: bold; }

.alpha_records, .alpha_records ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.alpha_records > li {
  margin: 0 0 25px;
  padding: 0 0 20px;
  border-bottom: 2px solid #dfdfdf;
  box-shadow: 0 3px 5px -4px #ccc;
  border-top: 1px solid #eee; }
.alpha_records li .prefix {
  padding: 0;
  margin: 0 0 15px;
  text-align: center;
  background: #e51b24;
  font-size: 19px;
  color: #fff;
  line-height: 1.5; }
.alpha_records ul li {
  margin: 0; }
.alpha_records .top_cntnr {
  text-align: center; }
.alpha_records .top {
  background: url("images/icons-base.png") no-repeat 0 -258px rgba(0, 0, 0, 0);
  color: #595959;
  display: inline-block;
  font-size: 11px;
  padding-left: 18px; }

/**/
.d_ib {
  display: inline-block; }

.clr_red {
  color: #c00; }

/**/
.box {
  margin: 40px 100px; }

.box .title, .box .body {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }

.box .title {
  margin-bottom: 0;
  background: #c00;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 3px 3px 0 0;
  line-height: 1;
  text-transform: uppercase; }

.box .body {
  border-radius: 0 0 3px 3px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #c00;
  padding: 0 10px;
  background: #fff; }

/**/
.tip-wrap {
  background: rgba(255, 255, 204, 0.92);
  border: 1px solid #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 4px;
  font-size: 12px; }

label {
  cursor: pointer; }

/**/
.login_sec fieldset {
  padding: 0;
  border: none; }

.com-user fieldset {
  border: none;
  padding: 0; }

.com-user .jsn-formRow-lable {
  color: #888;
  width: 140px; }

.com-user #login_sec_1 .jsn-formRow-lable .star {
  display: none; }

.com-user .jsn-formRow-lable.blk {
  float: none;
  width: auto; }

/**/
#eca_raf #recp_list .recp {
  padding: 2px 8px;
  background: #f7f7f7; }

#eca_raf #recp_list .recp:nth-child(2n) {
  background: #efefef; }

/**/
.ch_detail {
  background: #fff none repeat scroll 0 0; }

.ch_detail #main_c {
  padding-top: 0.5in; }

#main_c {
  margin: 0 auto;
  max-width: 672px;
  background: #fff;
  clear: both;
  overflow: hidden;
  padding: 0 1px 0 0;
  background: #fff none repeat scroll 0 0;
  clear: both;
  overflow: hidden;
  padding: 0 1px 0 0; }
  #main_c h1, #main_c h2, #main_c h3, #main_c h4, #main_c h5, #main_c h6 {
    margin: 0.8em 0 0.3em; }
  #main_c, #main_c h1, #main_c h2, #main_c h3 {
    line-height: 18px; }
  #main_c,
  #main_c h1, #main_c h2, #main_c h3, #main_c h4, #main_c p, #main_c div {
    font-family: calibri, arial, verdana, tahoma, sans-serif !important; }
  #main_c, #main_c small, #main_c p, #main_c div, #main_c td, #main_c span {
    font-size: 100%; }
  #main_c h1 {
    color: #c00;
    font-size: 14pt;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    text-transform: uppercase; }
  #main_c h2 {
    color: #c00;
    display: inline;
    font-size: 11pt;
    line-height: 17px;
    margin: 0; }
  #main_c h3 {
    color: #000;
    font-size: 10pt;
    font-weight: bold; }
  #main_c .p {
    font-size: 11pt;
    text-align: justify; }
    #main_c .p p {
      margin-top: 10px; }
    #main_c .p h2 {
      float: left;
      margin-right: 8px; }
  #main_c .lsec {
    float: left;
    width: 72.85%;
    position: relative; }
  #main_c .rsec {
    float: right;
    width: 23.57%; }
  #main_c address {
    font-size: 9pt;
    font-style: normal;
    margin: 0;
    text-align: right; }
  #main_c .sec_descr {
    font-size: 8pt; }
  #main_c #name,
  #main_c #sec_cntnr {
    width: 55.88%; }
  #main_c #sector {
    color: #000;
    font-size: 14pt;
    font-weight: bold; }
  #main_c .stats_table {
    margin-bottom: 9px; }
    #main_c .stats_table h3 {
      margin: 0; }
    #main_c .stats_table th, #main_c .stats_table td {
      font-size: 10pt;
      padding: 1px 2px 0 1px;
      text-align: right; }
    /* .stats_table tr.sep  {
        border-top: 1px solid #333;
     } */
/* 
  .stats_table tr.resline span {
    border-bottom: 1px solid #333;
    display: inline-block; } */
  .stats_table tr.sep span {
    border-top: 1px solid #333;
    display: inline-block;
    padding-bottom: 15px; }
  #main_c .stats_table tr.sep .lc span {
    min-width: 145px; }
  #main_c .stats_table tr.sep .rc span {
    min-width: 55px; }
  #main_c .rsec .blk {
    border-top: 1px solid transparent;
    margin-bottom: 6px; }
  #main_c .rsec .blk:first-child h3 {
    margin-top: 0; }
  #main_c .rsec h3 {
    color: #c00;
    font-size: 11pt; }
  #main_c .rsec h4 {
    color: #c00;
    font-size: 9pt;
    font-weight: normal;
    margin-top: 0; }
    #main_c .rsec h4 span {
      color: #000;
      float: right; }
  #main_c .rsec small {
    display: block;
    font-size: 8pt;
    text-align: justify; }
  #main_c #salary_tbl {
    color: #000;
    margin-bottom: 15px;
    text-shadow: 0 0 1px #ccc;
    width: 159px; }
    #main_c #salary_tbl td {
      font-size: 9pt; }
      #main_c #salary_tbl td:nth-child(2n) {
        border-color: #d0bad4;
        border-style: solid;
        border-width: 1px 1px 0;
        color: #c00;
        text-align: center;
        text-shadow: 0 0 0 #fff;
        width: 30px; }
    #main_c #salary_tbl tr:last-child td:nth-child(2n) {
      border-bottom: 1px solid #d0bad4; }
  #main_c #coin_cntnr .labels span {
    display: inline-block;
    font-size: 8pt;
    font-weight: bold;
    height: 33px;
    padding: 5px 8px 0;
    text-align: center;
    vertical-align: top;
    white-space: pre-wrap;
    width: 61px; }
  #main_c #coins {
    border-bottom: 1px solid #d2d2d2;
    height: 95px;
    position: relative; }
  #main_c .graph {
    bottom: 0;
    overflow: hidden;
    position: absolute;
    width: 76px; }
    #main_c .graph span {
      font-size: 10px;
      height: 16px;
      left: 0;
      line-height: 8px;
      position: absolute;
      text-align: center;
      text-transform: capitalize;
      top: 0;
      width: 71px; }
  #main_c #reserves.graph,
  #main_c #funds.graph {
    left: 5px; }
  #main_c #p_costs.graph {
    left: 80px; }
  #main_c #pie_chart {
    display: inline-block; }
  #main_c #pie {
    display: inline-block;
    height: 154px;
    margin: 0 auto;
    width: 154px; }
  #main_c #rating_stars {
    margin-bottom: 6px;
    overflow: hidden; }
    #main_c #rating_stars .star {
      float: left;
      margin: 2px 3px 0 0; }
  #main_c #status {
    font-size: 14pt;
    line-height: 18px; }
  #main_c #ch_header {
    margin-bottom: 2.85%;
    overflow: hidden;
    position: relative; }
  #main_c #name {
    float: left; }
  #main_c #logo {
    max-width: 100%; }
  #main_c #sec_cntnr {
    float: left;
    line-height: 24px;
    margin-top: 10px;
    position: absolute;
    left: 0;
    bottom: 0; }
  #main_c #address {
    float: right;
    width: 43.13%; }
  #main_c .stats_table {
    font-size: 12px; }
  #main_c small {
    font-size: 7pt; }
  #main_c #pie .flot-base {
    mix-blend-mode: multiply; }
  #main_c #pie .pieLabel {
    mix-blend-mode: multiply; }
  #main_c .flot-base {
    opacity: 0.55; }
  #main_c .flot_label {
    color: #000;
    font-family: calibri, sans-serif;
    font-size: 8pt;
    padding: 0 2px;
    text-align: center; }
  #main_c #pie_chart {
    height: 154px;
    margin: 0 auto 10px;
    position: relative;
    width: 154px; }
    #main_c #pie_chart img {
      left: 0;
      position: absolute;
      top: 1px; }
  #main_c .pieLabelNA {
    background: #ffc none repeat scroll 0 0;
    font-size: 9pt;
    left: 3px;
    padding: 3px;
    position: absolute;
    text-align: center;
    top: 59px; }
  #main_c .rsec .srr h4 span {
    color: #c00000;
    float: none;
    font-size: 12pt;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    margin-left: 3px; }
  #main_c #footer {
    clear: both;
    color: #666;
    display: block;
    font-size: 7pt;
    margin: 0;
    padding: 0.15in 0;
    text-align: justify; }
    #main_c #footer img, #main_c #footer p {
      padding-bottom: 9px; }
    #main_c #footer p {
      color: #000;
      font-size: 12px; }
  #main_c .legend {
    position: absolute;
    width: 150px; }
    #main_c .legend tr {
      display: block;
      float: left;
      margin: 0 2px 4px 0;
      overflow: hidden;
      width: 70px; }
      #main_c .legend tr td {
        float: left; }
  #main_c #details .p {
    margin-bottom: 19px; }
    #main_c #details .p p {
      font-size: 11pt;
      text-align: justify; }
  #main_c #comments, #main_c #comments p {
    font-size: 11pt; }
  #main_c #comments h2 {
    display: block;
    margin: 25px 0 3px; }
  #main_c #comments p {
    display: block;
    margin-bottom: 7px;
    text-align: justify; }
  #main_c small {
    text-align: justify; }
  #main_c #notes {
    display: inline-block; }
  #main_c #stats .ratios {
    margin-bottom: 9px; }
  #main_c #stats .summary {
    margin-bottom: 14px; }

.t-a_l {
  text-align: left !important; }

.mt0 {
  margin-top: 0; }

.icon {
  padding-left: 25px; }

.icon.video {
  background: url(images/icon-text-video.png) no-repeat -21px 0; }

.pieLabel {
  position: absolute; }

.charity_print_icon {
  background: transparent url("../images/icons/icons-base.png") no-repeat scroll 5px -426px;
  float: right;
  font-size: 15px;
  line-height: 1.5;
  padding: 0 5px 0 25px; }
  .charity_print_icon:hover {
    background-color: #282828;
    color: #fff;
    text-decoration: none; }

/**/
#reports_list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  #reports_list .report {
    padding: 0;
    margin: 0 0 10px;
    overflow: hidden; }
    #reports_list .report a {
      display: block;
      overflow: hidden;
      border: 1px solid #ebeff1; }
      #reports_list .report a:hover {
        background: #f3f3f3;
        border: 1px solid #fff; }
        #reports_list .report a:hover .title {
          text-decoration: underline; }
  #reports_list .rep_thumb {
    display: block;
    float: left;
    width: 90px;
    max-width: 27%;
    margin-right: 5px; }
  #reports_list .rep_descr {
    display: block;
    margin: 7px 5px;
    overflow: hidden; }
  #reports_list .title, #reports_list .date {
    font-weight: bold; }

.report_m .intro {
  overflow: hidden; }
  .report_m .intro .l, .report_m .intro .r {
    float: left; }
  .report_m .intro .l {
    margin-bottom: 15px; }
    .report_m .intro .l .pdf_link {
      background: #c00;
      display: block;
      height: 31px;
      line-height: 31px;
      font-weight: bold;
      text-align: center;
      color: #fff;
      text-transform: capitalize;
      cursor: pointer;
      margin: 10px auto 0;
      border: 1px solid #c00;
      width: 167px;
      font-size: 12px; }
      .report_m .intro .l .pdf_link:hover {
        background: #fff;
        color: #c00;
        border: 1px solid #898a8b;
        text-decoration: none; }
  .report_m .intro .r {
    padding-left: 3px;
    font-size: 14px; }
.report_m .thumb {
  width: 187px; }
.report_m .title {
  margin-top: 0; }
.report_m .txt {
  text-align: justify; }
.report_m .list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
.report_m .item {
  padding: 0 0 0 15px;
  margin-left: 0;
  text-align: justify; }
.report_m .buletted .item {
  background: url(images/rep_bullet.gif) no-repeat 0 6px; }
.report_m .acrobat_note {
  text-align: left;
  padding: 20px 0; }
.report_m .acrobat_link {
  float: right;
  display: block; }
.report_m .comments {
  margin: 9px;
  font-size: 11px;
  color: #e63529;
  line-height: 20px;
  text-align: right; }
  .report_m .comments p {
    margin: 0; }

.researchers {
  font-style: italic; }

/**/
ul.jsn-article-tools {
  float: right;
  list-style: outside none none;
  margin: 0;
  padding: 6px; }

blockquote {
  background: none;
  padding-left: 45px;
  position: relative; }

blockquote:before {
  color: #c00;
  content: '\201C';
  font-family: georgia, 'times new roman', serif;
  font-size: 94px;
  position: absolute;
  left: 0;
  top: -30%;
  line-height: 1; }

.lqoute {
  width: 30px;
  height: 23px;
  background: #fcf;
  float: left;
  background: url(images/lq.png) no-repeat 0 0;
  margin-top: -4px; }

.rquote {
  margin-bottom: -10px; }

/**/
#bios .bio {
  min-height: 122px;
  margin-bottom: 10px; }
  #bios .bio:after {
    content: '';
    display: table;
    clear: both; }
#bios .dscr {
  color: #555; }
#bios .img {
  width: 189px;
  max-width: 30%;
  float: left;
  margin: 0 10px 0 0; }
#bios h2 {
  padding: 27px 0 3px;
  margin: 0; }

/**/
#sbox-overlay {
  opacity: 0.85 !important; }

#sbox-window {
  border-radius: 0; }

/**/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

legend {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px; }

.btn {
  /* height: 24px; */
  line-height: 24px;
  font-size: 15px; 
}

input.btn, input.btn-primary, .jsn-joomla-30 input.btn-primary, button.btn, button.btn-primary, .jsn-joomla-30 button.btn-primary, a.btn, a.btn-primary, .jsn-joomla-30 a.btn-primary {
  background: linear-gradient(to bottom, #db0000 0%, #bd0000 100%) !important;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-weight: bold;
  text-shadow: none;
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  transition: 0.3s ease-out; }
  input.btn:hover, input.btn-primary:hover, .jsn-joomla-30 input.btn-primary:hover, button.btn:hover, button.btn-primary:hover, .jsn-joomla-30 button.btn-primary:hover, a.btn:hover, a.btn-primary:hover, .jsn-joomla-30 a.btn-primary:hover {
    text-decoration: underline !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    color: #fff; }
input.btn-primary, .jsn-joomla-30 input.btn-primary, button.btn-primary, .jsn-joomla-30 button.btn-primary, a.btn-primary, .jsn-joomla-30 a.btn-primary {
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px; }

.jsn-joomla-30 .input-append .btn {
  padding: 5px 14px 3px; }

.alert {
  border-radius: 0;
  border-width: 0 0 0 5px;
  margin-bottom: 0;
  padding: 5px 26px 5px 8px; }
  .alert, .alert h4 {
    color: #333; }
  .alert.alert-message {
    background: #8acff0;
    border-color: #0080ff;
    color: #333; }
  .alert .alert-message, .alert .alert-heading {
    text-shadow: none; }
  .alert .close {
    opacity: 0.4; }

.alert-error {
  border-color: #cc0000; }

.alert-success {
  border-color: #009900; }

.alert-info {
  border-color: #0080ff;
  background: #8acff0;
  color: #333; }

.alert-warning {
  border-color: #cccc00; }

.profile .dl-horizontal dt {
  white-space: normal; }

form.form-horizontal .control-label, form.form-horizontal .control-label label {
  font-weight: normal;
  color: #555; }

.help-block {
  font-size: 11px;
  opacity: 0.8; }

.form-actions {
  background: none;
  border: none; }

  .overlay-wrapper {
    position: relative;
    z-index: 0; 
  }
  .line-wrapper {
    position: relative;
    z-index: 1; 
  }
  .overlay {
    position: absolute; /* Sit on top of the page content */

    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    border: solid rgba(20,201,151,0.5); /* Black background with opacity */
    border-width:5px;
    z-index: 1; /* Specify a stack order in case you're using a different order for other elements */
    
  }
  .verticalLine {
    position: absolute;
    border-left: dashed rgba(255, 255, 255, 0.7);
    z-index: 2;
  }
  .verticalLineText {
    position: relative;
    left: 1px;
    color:#000;
    font-family:'Source Sans Pro', sans-serif;
    font-size:10px;
    z-index: 3;
  }
  .nav-container{
    padding-top:0px;
    padding-right:0px;
    padding-bottom:0px;
    padding-left:0px;
    margin-top:0px;
    margin-right:0px;margin-bottom:0px;margin-left:0px;
    display:flex;
    justify-content: space-around;
    flex-direction: 'row';
    flex-wrap: wrap;
    flex:1;
  }
    #sppb-addon-1549911688612 div a{
      color:#fff;
      font-family:'Source Sans Pro', sans-serif;
      font-size:18px;
      font-weight:600;
      transition:color 400ms, background-color 400ms;
      padding:10px ;
      /* border-right:1px solid #ffffff; */
      text-align: center;
      flex:1;
      /* resize: both; */
      overflow: auto;
      /* margin:0px -2px; */
  
    }
    #sppb-addon-1549911688612 div a:hover{
      border-bottom:2px solid #c00000;
    }
    .tab{
      flex: 1;
      display:flex;
      background-color:#a5a5a5;
      justify-content :center;
      border-right:1px solid #ffffff;
    }
    #sppb-addon-1549037546299 {
      padding : 20px;
    }
    .sticky {
      position: fixed;
      /* top:50px; */
      z-index: 1200;
      flex: 0 0 75%;
    }


    @media all and (max-width: 767px) {
      .nav-container{
        padding-top:0px;
        padding-right:0px;
        padding-bottom:0px;
        padding-left:0px;
        margin-top:0px;
        margin-right:0px;margin-bottom:0px;margin-left:0px;
        display:none;
        justify-content: space-around;
        flex-direction: column;
        flex:1;
      }
      .tab{
        flex: 1;
        display:flex;
        background-color:#a5a5a5;
        justify-content :center;
        border-right:1px solid #ffffff;
      }
      
      #chart_funding {
        /* width: 100%;  */
      }
      #chart_cents_to_cause {
        width: 100%; 
      }
    }


    #chart_funding {
      /* width: 100%;  */
      /* justify-content:center; */
    }
    #chart_cents_to_cause {
      width: 100%; 
    }

    #ImpactRatingGraphic {
      line-height: 18px;
    }
    .sppb-section {
      /* padding-top: 70px; */
    }
    .table-borderless > tbody > tr > td,
    .table-borderless > tbody > tr > th,
    .table-borderless > tfoot > tr > td,
    .table-borderless > tfoot > tr > th,
    .table-borderless > thead > tr > td,
    .table-borderless > thead > tr > th {
        border: none !important;
        border-color: white;
    }
    table {
      border-width:0px;
      border-collapse: separate;
    }
    a.anchor {
      display: block;
      position: relative;
      top: -300px;
      visibility: hidden;
      /* padding-top: 80px; 
      margin-top: -80px; */
    }
    a.anchor h1{

      z-index: -1;
    }
    #myHeader{
      flex: 0 0 100%;
      max-width: 100%;
    }
    .rc {
      width: 15%;
    }
/*# sourceMappingURL=custom.css.map */

