/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Placeholders & Mixins
   ========================================================================== */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Comfortaa:300,400,700|family=Itim);
#fund-search-wrapper .fund-header:after, #fund-search-wrapper-2 .fund-header:after, #fund-search-wrapper .fund-header a:after, #fund-search-wrapper-2 .fund-header a:after, #donors-header:after, main#home .services-whitewash:after, main:after {
  content: "";
  display: table;
  clear: both; }

.header-bg {
  background: rgba(251, 249, 213, 0);
  background: -moz-linear-gradient(top, rgba(251, 249, 213, 0) 63%, rgba(251, 249, 213, 0.86) 95%, #fbe5a7 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(63%, rgba(251, 249, 213, 0)), color-stop(95%, rgba(251, 249, 213, 0.86)), color-stop(100%, #fbe5a7));
  background: -webkit-linear-gradient(top, rgba(251, 249, 213, 0) 63%, rgba(251, 249, 213, 0.86) 95%, #fbe5a7 100%);
  background: -o-linear-gradient(top, rgba(251, 249, 213, 0) 63%, rgba(251, 249, 213, 0.86) 95%, #fbe5a7 100%);
  background: -ms-linear-gradient(top, rgba(251, 249, 213, 0) 63%, rgba(251, 249, 213, 0.86) 95%, #fbe5a7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(63%, rgba(251, 249, 213, 0)), color-stop(95%, rgba(251, 249, 213, 0.86)), to(#fbe5a7));
  background: linear-gradient(to bottom, rgba(251, 249, 213, 0) 63%, rgba(251, 249, 213, 0.86) 95%, #fbe5a7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf9d5', endColorstr='#fbe5a7', GradientType=0 ); }

#fund-search-wrapper .fund-header a, #fund-search-wrapper-2 .fund-header a, #header-nav li.apply a, #donors-shape-content button, footer .connect .input-wrapper, .inMenuBtnsCont .menu-button.apply {
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1); }

main#funds .resources ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.wrap-right {
  display: table;
  float: right; }

.no-col-padding {
  padding-left: 0;
  padding-right: 0; }

.pad-btm-content {
  padding-bottom: 40px; }

.no-padding-sides {
  padding-left: 0;
  padding-right: 0; }

#staff-bio {
  padding: 25px;
  color: #58646A;
  background: white; }
  #staff-bio .staff-bio-header {
    display: block;
    font-size: 1.85em;
    color: #10069F;
    margin-bottom: 20px; }
    #staff-bio .staff-bio-header em {
      display: block;
      font-size: 65%;
      font-style: normal; }
  #staff-bio .staff-image {
    margin-right: 30px; }

.content-divider {
  display: block;
  height: 1px;
  border-top: 1px solid #58646A;
  margin: 50px 0; }

.no-display {
  display: none; }

.news-feed .news-article {
  display: block;
  border-bottom: 1px solid rgba(88, 100, 106, 0.4);
  margin-bottom: 15px; }
  .news-feed .news-article:last-of-type {
    border-bottom: 0; }
  .news-feed .news-article a {
    color: #10069F; }
    .news-feed .news-article a:hover {
      text-decoration: underline; }

/* ==========================================================================
   Imports
   ========================================================================== */
/* =Normalize.css v2.1.0 by Nicolas Gallagher - http://necolas.github.com/normalize.css/
-------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Extra Strength Gridiculous
 * A responsive grid boilerplate that takes you all the way from 1200px on down to 320px.
 *
 * Last update: 2/27/2016
 * Author: c.bavota
 *
 * ========================================================================== */
/* PLACEHOLDERS
   ========================================================================== */
[class^=col] {
  min-height: 1px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }

/* THE GRID
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 !important; }

body {
  font-size: 100%;
  /*line-height:1.6875; */
  /* Need for fixed but not sticky footer */
  position: relative;
  min-height: 100%; }

img {
  max-width: 100%;
  height: auto;
  /*display:block;*/ }

[data-wrap="boxed"] {
  background: white;
  display: table;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px; }

.container {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%; }
  .container.fw {
    width: 100%;
    max-width: 100%; }
  .container.w960 {
    max-width: 960px; }
  .container.w640 {
    max-width: 640px; }
  .container.w320 {
    max-width: 320px; }

.row {
  width: 100%;
  margin-bottom: 20px;
  zoom: 1; }
  .row .row {
    width: auto;
    margin: 0 -20px; }
  .row.no-marg {
    margin-bottom: 0 !important; }
  .row.pad {
    padding-left: 20px;
    padding-right: 20px; }
  .row.no-gutters [class^=col] {
    padding-left: 0;
    padding-right: 0; }
  .row.no-gutters .row {
    margin: 0; }
  .row:before {
    content: '';
    display: table; }
  .row:after {
    content: '';
    display: table;
    clear: both; }

.col1 {
  width: 8.33%; }

.col2 {
  width: 16.66%; }

.col3 {
  width: 25%; }

.col4 {
  width: 33.33%; }

.col5 {
  width: 41.66%; }

.col6 {
  width: 50%; }

.col7 {
  width: 58.33%; }

.col8 {
  width: 66.66%; }

.col9 {
  width: 75%; }

.col10 {
  width: 83.33%; }

.col11 {
  width: 91.66%; }

.col12 {
  width: 100%; }

.push {
  /* Overide and just push to right edge */ }
  .push1 {
    margin-left: 8.33%; }
  .push2 {
    margin-left: 16.66%; }
  .push3 {
    margin-left: 25%; }
  .push4 {
    margin-left: 33.33%; }
  .push5 {
    margin-left: 41.66%; }
  .push6 {
    margin-left: 50%; }
  .push7 {
    margin-left: 58.33%; }
  .push8 {
    margin-left: 66.66%; }
  .push9 {
    margin-left: 75%; }
  .push10 {
    margin-left: 83.33%; }
  .push11 {
    margin-left: 91.66%; }
  .push-right {
    float: right; }

/* UTILITY CLASSES
   ========================================================================== */
.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.pad-in {
  padding-left: 20px;
  padding-right: 20px; }

.pad-out {
  margin: 20px; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flex.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

/* RESPONSIVENESS
   ========================================================================== */
/* =Media query for 960 Screens - sets nested grids to 100%
	-------------------------------------------------------------- */
@media only screen and (max-width: 960px) {
  .row .row [class^=col] {
    /*width: 100%;*/
    margin-bottom: 20px; }
    .row .row [class^=col]:last-child {
      margin-bottom: 0 !important; } }

/* =Media query for iPad and tablets
	-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation: portrait) {
  body {
    font-size: 90%; }
  .row {
    margin-bottom: 0 !important; }
  [class^=col] {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px; }
  [data-align="center"] {
    text-align: center !important; }
  [data-display="desktop"] {
    display: none !important; }
  [data-display="mobile"] {
    display: block !important; }
  [data-flow="right"] {
    float: right !important; }
  [data-flow="left"] {
    float: left !important; }
  [data-margin="none"] {
    margin-bottom: 0 !important; } }

/* ==========================================================================
   Layout
   ========================================================================== */
body {
  font-family: century-gothic,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 105%; }

[href^="tel"] {
  text-decoration: none;
  color: inherit; }

.header-title {
  display: block;
  color: #10069F;
  font-size: 2.4em;
  font-weight: 300;
  margin-top: 40px; }
  .header-title span {
    display: block;
    font-size: .55em; }

#mobile-header {
  display: none;
  position: relative;
  z-index: 20;
  padding-top: 20px; }
  #mobile-header .waveTop {
    background: url(../images/topWave_top.png) center bottom;
    padding: 20px 0;
    display: block; }
  #mobile-header .waveBtm {
    background: url(../images/topWave_btm.png) center top no-repeat;
    background-size: contain;
    height: 95px;
    display: block; }
  #mobile-header ul#waveMenu {
    display: table;
    padding: 0;
    margin: 0 auto;
    list-style-type: none; }
    #mobile-header ul#waveMenu li {
      display: inline-block; }
      #mobile-header ul#waveMenu li a {
        display: table;
        padding: 5px 25px;
        padding-left: 15px;
        padding-right: 15px;
        font-weight: 400;
        border-radius: 20px;
        color: white;
        text-decoration: none; }
      #mobile-header ul#waveMenu li.btnz {
        padding-left: 25px; }
        #mobile-header ul#waveMenu li.btnz a.button {
          background: white;
          font-weight: 700;
          color: #489FDF;
          -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
          float: left; }
          #mobile-header ul#waveMenu li.btnz a.button.a {
            display: none; }

#fund-search-wrapper, #fund-search-wrapper-2 {
  background: white;
  display: block;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  margin: 25px 0 0 0;
  -webkit-box-shadow: 3px 5px 4px 5px rgba(72, 159, 223, 0.3);
  -moz-box-shadow: 3px 5px 4px 5px rgba(72, 159, 223, 0.3);
  box-shadow: 3px 5px 4px 5px rgba(72, 159, 223, 0.3); }
  #fund-search-wrapper .fund-header, #fund-search-wrapper-2 .fund-header {
    background: #F7C43B;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    display: block;
    padding: 15px 40px; }
    #fund-search-wrapper .fund-header span, #fund-search-wrapper-2 .fund-header span {
      color: white;
      font-size: 1.3em;
      font-weight: 700;
      display: inline-block; }
    #fund-search-wrapper .fund-header a, #fund-search-wrapper-2 .fund-header a {
      display: inline-block;
      float: right;
      background: white;
      color: #489FDF;
      text-decoration: none;
      padding: 5px 15px;
      font-weight: 700;
      border-radius: 20px;
      font-size: .9em; }
  #fund-search-wrapper .fund-search, #fund-search-wrapper-2 .fund-search {
    padding-top: 25px;
    padding-left: 35px;
    padding-right: 15px; }
    #fund-search-wrapper .fund-search .search-box, #fund-search-wrapper-2 .fund-search .search-box {
      border-bottom: 2px solid #489FDF;
      display: block;
      padding-bottom: 8px;
      background: url(../images/search-icon.png) no-repeat;
      height: 40px;
      margin-bottom: 10px;
      margin-right: 30px; }
      #fund-search-wrapper .fund-search .search-box input[type=text], #fund-search-wrapper-2 .fund-search .search-box input[type=text] {
        background: none;
        padding-left: 50px;
        display: block;
        width: 100%;
        color: #58646A;
        font-size: 1.2em;
        border: 0; }
        #fund-search-wrapper .fund-search .search-box input[type=text]:focus, #fund-search-wrapper-2 .fund-search .search-box input[type=text]:focus {
          outline: 0; }
    #fund-search-wrapper .fund-search .search-results, #fund-search-wrapper-2 .fund-search .search-results {
      font-size: 1.2em;
      color: #58646A;
      max-height: 450px;
      pointer-events: auto; }
      #fund-search-wrapper .fund-search .search-results ul, #fund-search-wrapper-2 .fund-search .search-results ul {
        margin: 0;
        padding: 0 30px 0 0;
        list-style-type: none; }
      #fund-search-wrapper .fund-search .search-results li, #fund-search-wrapper-2 .fund-search .search-results li {
        display: block;
        border-bottom: 1px solid #58646A;
        padding: 10px 0 10px 40px; }
        #fund-search-wrapper .fund-search .search-results li:last-of-type, #fund-search-wrapper-2 .fund-search .search-results li:last-of-type {
          border: 0; }
        #fund-search-wrapper .fund-search .search-results li.active, #fund-search-wrapper-2 .fund-search .search-results li.active {
          background-image: url(../images/closed-funds-icon.png); }

        #fund-search-wrapper .fund-search .search-results li a, #fund-search-wrapper-2 .fund-search .search-results li a {
          color: inherit;
          text-decoration: none;
          display: block; }

#fund-search-wrapper li, #fund-search-wrapper .fund-status, #fund-search-wrapper-2 li, #fund-search-wrapper-2 .fund-status, #funds li, #funds .fund-status {
  background-repeat: no-repeat;
  background-position: left center; }
  #fund-search-wrapper li.open, #fund-search-wrapper .fund-status.open, #fund-search-wrapper-2 li.open, #fund-search-wrapper-2 .fund-status.open, #funds li.open, #funds .fund-status.open {
    background-image: url(../images/open-funds-icon.png); }
  #fund-search-wrapper li.closed, #fund-search-wrapper .fund-status.closed, #fund-search-wrapper-2 li.closed, #fund-search-wrapper-2 .fund-status.closed, #funds li.closed, #funds .fund-status.closed {
    background-image: url(../images/closed-funds-icon.png); }



  #fund-search-wrapper li.indentified, #fund-search-wrapper li.identified, #fund-search-wrapper .fund-status.indentified, #fund-search-wrapper .fund-status.identified, #fund-search-wrapper-2 li.indentified, #fund-search-wrapper-2 li.identified, #fund-search-wrapper-2 .fund-status.indentified, #fund-search-wrapper-2 .fund-status.identified, #funds li.indentified, #funds li.identified, #funds .fund-status.indentified, #funds .fund-status.identified {
    background-image: url(../images/identified-needs-funds-icon.png); }
    #fund-search-wrapper li.health, #fund-search-wrapper .fund-status.health, #fund-search-wrapper-2 li.health, #fund-search-wrapper-2 .fund-status.health, #funds li.health, #funds .fund-status.health {
      background-image: url(../images/healthEquity.png); }
#fund-search-wrapper #filter-wrapper, #fund-search-wrapper-2 #filter-wrapper, #funds #filter-wrapper {
  display: block;
  margin: 50px 0;
  padding: 5px 0 5px 35px;
  border-top: 1px solid rgba(72, 159, 223, 0.2);
  border-bottom: 1px solid rgba(72, 159, 223, 0.2); }

#fund-search-wrapper .filter-info, #fund-search-wrapper-2 .filter-info, #funds .filter-info {
  display: block;
  color: #10069F; }

#fund-search-wrapper ul.legend, #fund-search-wrapper-2 ul.legend, #funds ul.legend {
  margin: 0;
  padding: 0; }
  #fund-search-wrapper ul.legend li, #fund-search-wrapper-2 ul.legend li, #funds ul.legend li {
    display: inline-block;
    padding: 10px 0 10px 35px;
    margin-right: 25px;
    font-weight: 700;
    font-size: .8em; }
    #fund-search-wrapper ul.legend li:last-of-type, #fund-search-wrapper-2 ul.legend li:last-of-type, #funds ul.legend li:last-of-type {
      margin: 0; }
    #fund-search-wrapper ul.legend li.filter, #fund-search-wrapper-2 ul.legend li.filter, #funds ul.legend li.filter {
      padding: 10px 0 10px 10px; }
    #fund-search-wrapper ul.legend li.open, #fund-search-wrapper-2 ul.legend li.open, #funds ul.legend li.open {
      color: #F7C43B; }
      #fund-search-wrapper ul.legend li.health, #fund-search-wrapper-2 ul.legend li.health, #funds ul.legend li.health {
        color: #10069F; }
    #fund-search-wrapper ul.legend li.closed, #fund-search-wrapper-2 ul.legend li.closed, #funds ul.legend li.closed {
      color: #489FDF; }
    #fund-search-wrapper ul.legend li.identified, #fund-search-wrapper-2 ul.legend li.identified, #funds ul.legend li.identified {
      color: #58646A; }
    #fund-search-wrapper ul.legend li.reset, #fund-search-wrapper-2 ul.legend li.reset, #funds ul.legend li.reset {
      color: rgba(88, 100, 106, 0.7);
      padding: 10px 0 10px 10px; }
    #fund-search-wrapper ul.legend li.open,#fund-search-wrapper ul.legend li.health, #fund-search-wrapper ul.legend li.closed, #fund-search-wrapper ul.legend li.identified, #fund-search-wrapper ul.legend li.reset, #fund-search-wrapper ul.legend li.all, #fund-search-wrapper-2 ul.legend li.open, #fund-search-wrapper-2 ul.legend li.closed, #fund-search-wrapper-2 ul.legend li.identified, #fund-search-wrapper-2 ul.legend li.reset, #fund-search-wrapper-2 ul.legend li.all, #funds ul.legend li.open, #funds ul.legend li.closed, #funds ul.legend li.identified, #funds ul.legend li.reset, #funds ul.legend li.all {
      cursor: pointer;
      cursor: hand; }
  #fund-search-wrapper ul.legend.mini, #fund-search-wrapper-2 ul.legend.mini, #funds ul.legend.mini {
    padding: 10px 8px 0 15px; }
    #fund-search-wrapper ul.legend.mini li, #fund-search-wrapper-2 ul.legend.mini li, #funds ul.legend.mini li {
      margin-right: 10px; }

/* ==========================================================================
   Tabs
   ========================================================================== */
/* Style the tab */
.tabS {
  overflow: hidden;
  border: 1px solid #489FDF;
  background-color: #489FDF;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px; }

/* Style the buttons inside the tab */
.tabS button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 17px;
  color: white; }

/* Change background color of buttons on hover */
.tabS button:hover {
  background-color: #268dd8; }

/* Create an active/current tablink class */
.tabS button.active {
  background-color: #10069F;
  color: white; }

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 25px;
  border: 1px solid #489FDF;
  border-top: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px; }

/* ==========================================================================
   Buttons
   ========================================================================== */
main a.button {
  display: table;
  font-weight: 700;
  font-size: .8em;
  text-decoration: none;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px; }
  main a.button.blue {
    background: #10069F;
    color: white;
    padding-left: 15px;
    padding-right: 15px; }
  main a.button.white {
    background: white;
    color: #489FDF;
    padding-left: 15px;
    padding-right: 15px; }
  main a.button.grey {
    background: #58646A;
    color: white;
    border: 1.5px solid #58646A;
    padding-left: 40px;
    padding-right: 40px; }
  main a.button.grey-hollow {
    color: #58646A;
    border: 1.5px solid #58646A;
    padding-left: 40px;
    padding-right: 40px; }
  main a.button.fw {
    display: block;
    text-align: center; }

main #pheader-image {
  display: block;
  padding-left: 115px; }
  main #pheader-image .p-image {
    display: block; }
    main #pheader-image .p-image img {
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px;
      width: 100%; }

/* ==========================================================================
   Mobile Menu
   ========================================================================== */
#mobile_menu_cont ul#mobile_menu li {
  text-align: left;
  border-bottom-color: rgba(255, 255, 255, 0.2); }
  #mobile_menu_cont ul#mobile_menu li a {
    padding-left: 20px; }

#mobile_menu_cont ul#mobile_menu .sub-menu li {
  background: #F7C43B; }
  #mobile_menu_cont ul#mobile_menu .sub-menu li a {
    color: white; }

/* ==========================================================================
   Accordion
   ========================================================================== */
.accordion-group {
  margin: 25px 0 40px;
  border-radius: 0 0 30px 30px;
  overflow: hidden; }
  .accordion-group .accordion:first-child {
    border-radius: 30px 30px 0 0; }
  .accordion-group .accordion:last-child(2) {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px; }

.accordion {
  background-color: #489FDF;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.2em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .accordion:hover {
    background-color: #ccc; }
  .accordion:after {
    color: #10069F;
    font-weight: 300;
    content: '\002B';
    float: right;
    margin-left: 5px; }

.active, .accordion:hover {
  background-color: #ccc; }

.active:after {
  content: "\2212"; }

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out; }
  .panel .panel-content-wrapper {
    margin: 20px 0; }

/* ==========================================================================
   Header
   ========================================================================== */
#sticky-top {
  width: 100%;
  display: block;
  top: 0;
  position: fixed;
  z-index: 99; }

#header-nav {
  min-width: 815px;
  height: 235px;
  background: url(../images/co-pay-header-shape@2x.png) right top no-repeat;
  background-size: cover; }
  #header-nav ul {
    display: block;
    margin: 0;
    padding: 18px 0 20px 110px;
    list-style-type: none; }
  #header-nav li {
    display: inline-block;
    margin-right: 12px; }
    #header-nav li.apply a {
      color: #489FDF;
      padding: 5px 25px;
      background: white;
      border-radius: 20px;
      font-weight: 700; }
    #header-nav li.search img {
      position: relative;
      top: 8px; }
    #header-nav li.extended-menu {
      text-align: center; }
      #header-nav li.extended-menu span {
        display: block;
        text-transform: uppercase;
        font-size: .65em; }
  #header-nav a {
    color: white;
    text-decoration: none;
    font-size: .9em; }

.donors-content-wrapper {
  display: block;
  margin-top: 50px;
  padding: 0 75px; }
  .donors-content-wrapper hr {
    display: block !important;
    margin: 60px 0 !important; }

#donors-header #right-image {
  background: right center no-repeat;
  background-size: cover;
  min-height: 725px; }

#donors-header .header-content-wrap {
  padding: 0 75px; }

#donor-shape {
  display: block;
  position: relative;
  z-index: 5;
  margin-top: -225px; }
  #donor-shape .vertical-divider {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    padding-left: 4%;
    padding-right: 4%; }
    #donor-shape .vertical-divider:first-of-type {
      border-color: transparent; }
  #donor-shape .stats-box {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
    #donor-shape .stats-box:first-of-type {
      margin-top: 0;
      padding-top: 0;
      border: 0; }
    #donor-shape .stats-box sup {
      color: #F7C43B; }

#donor-shape-border {
  background: url(../images/donor-swoop-border-2.png) no-repeat 100% 100%;
  background-position: left top;
  height: 228px;
  display: block; }

#donors-shape-content {
  background: #489fdf;
  padding: 0 0 70px 0;
  color: white; }
  #donors-shape-content h5 {
    font-size: 1.75em;
    font-weight: 400;
    margin: 0 0 15px;
    color: inherit; }
  #donors-shape-content a {
    display: block;
    text-decoration: none;
    color: inherit; }
    #donors-shape-content a:hover button {
      color: #10069F; }
  #donors-shape-content button {
    border-radius: 20px;
    padding: 5px 20px;
    border: 2px solid white;
    color: #489FDF;
    margin-top: 25px;
    display: table;
    background: white;
    font-weight: 700; }

#left-header {
  margin-top: 20px; }
  #left-header .paf-logo {
    display: block;
    margin-bottom: 20px;
    pointer-events: auto;
    z-index: 100;
    position: relative; }
  #left-header .header-content-wrapper {
    padding: 0 75px; }
  #left-header #mobile-buttons {
    display: none;
    margin: 20px auto; }
    #left-header #mobile-buttons a.button {
      display: block;
      background: #10069F;
      color: white;
      text-align: center;
      font-size: 1.5em;
      padding: 5px 35px;
      border-radius: 25px;
      -webkit-box-shadow: 5px 5px 5px 0px rgba(72, 159, 223, 0.3);
      -moz-box-shadow: 5px 5px 5px 0px rgba(72, 159, 223, 0.3);
      box-shadow: 5px 5px 5px 0px rgba(72, 159, 223, 0.3);
      margin-bottom: 20px; }
  #left-header .fund-overlay {
    background: rgba(254, 254, 249, 0);
    background: -moz-linear-gradient(top, rgba(254, 254, 249, 0) 28%, rgba(254, 254, 249, 0.22) 40%, rgba(255, 255, 253, 0.86) 76%, white 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(28%, rgba(254, 254, 249, 0)), color-stop(40%, rgba(254, 254, 249, 0.22)), color-stop(76%, rgba(255, 255, 253, 0.86)), color-stop(100%, white));
    background: -webkit-linear-gradient(top, rgba(254, 254, 249, 0) 28%, rgba(254, 254, 249, 0.22) 40%, rgba(255, 255, 253, 0.86) 76%, white 100%);
    background: -o-linear-gradient(top, rgba(254, 254, 249, 0) 28%, rgba(254, 254, 249, 0.22) 40%, rgba(255, 255, 253, 0.86) 76%, white 100%);
    background: -ms-linear-gradient(top, rgba(254, 254, 249, 0) 28%, rgba(254, 254, 249, 0.22) 40%, rgba(255, 255, 253, 0.86) 76%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(28%, rgba(254, 254, 249, 0)), color-stop(40%, rgba(254, 254, 249, 0.22)), color-stop(76%, rgba(255, 255, 253, 0.86)), to(white));
    background: linear-gradient(to bottom, rgba(254, 254, 249, 0) 28%, rgba(254, 254, 249, 0.22) 40%, rgba(255, 255, 253, 0.86) 76%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefef9', endColorstr='#ffffff', GradientType=0 );
    display: block;
    height: 100px;
    position: relative;
    z-index: 1;
    top: -125px; }
  #left-header .header-parag {
    color: #58646A; }
  #left-header #fund-search-wrapper, #left-header #fund-search-wrapper-2 .fund-search .search-box {
    margin: 25px 10px 10px 15px; }

.shape-top {
  /*background: rgba(247,197,59,0.19);
background: -moz-linear-gradient(top, rgba(247,197,59,0.19) 0%, rgba(247,197,59,0.39) 25%, rgba(247,197,59,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,197,59,0.19)), color-stop(25%, rgba(247,197,59,0.39)), color-stop(100%, rgba(247,197,59,1)));
background: -webkit-linear-gradient(top, rgba(247,197,59,0.19) 0%, rgba(247,197,59,0.39) 25%, rgba(247,197,59,1) 100%);
background: -o-linear-gradient(top, rgba(247,197,59,0.19) 0%, rgba(247,197,59,0.39) 25%, rgba(247,197,59,1) 100%);
background: -ms-linear-gradient(top, rgba(247,197,59,0.19) 0%, rgba(247,197,59,0.39) 25%, rgba(247,197,59,1) 100%);
background: linear-gradient(to bottom, rgba(247,197,59,0.19) 0%, rgba(247,197,59,0.39) 25%, rgba(247,197,59,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7c53b', endColorstr='#f7c53b', GradientType=0 );
*/
  display: block;
  position: relative;
  z-index: 89;
  margin-top: -260px;
  pointer-events: none; }
  .shape-top .shape {
    display: block;
    background-image: url(../images/home-shape.svg);
    background-repeat: no-repeat;
    height: 450px; }

main#home {
  background: rgba(247, 197, 59, 0.19);
  background: -moz-linear-gradient(top, rgba(247, 197, 59, 0.19) 0%, rgba(247, 197, 59, 0.39) 25%, #f7c53b 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247, 197, 59, 0.19)), color-stop(25%, rgba(247, 197, 59, 0.39)), color-stop(100%, #f7c53b));
  background: -webkit-linear-gradient(top, rgba(247, 197, 59, 0.19) 0%, rgba(247, 197, 59, 0.39) 25%, #f7c53b 100%);
  background: -o-linear-gradient(top, rgba(247, 197, 59, 0.19) 0%, rgba(247, 197, 59, 0.39) 25%, #f7c53b 100%);
  background: -ms-linear-gradient(top, rgba(247, 197, 59, 0.19) 0%, rgba(247, 197, 59, 0.39) 25%, #f7c53b 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 197, 59, 0.19)), color-stop(25%, rgba(247, 197, 59, 0.39)), to(#f7c53b));
  background: linear-gradient(to bottom, rgba(247, 197, 59, 0.19) 0%, rgba(247, 197, 59, 0.39) 25%, #f7c53b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7c53b', endColorstr='#f7c53b', GradientType=0 );
  position: relative;
  margin-top: -191px;
  padding-top: 191px; }
  main#home + footer {
    position: relative;
    margin-top: -50px;
    z-index: 10; }
  main#home .shape-content {
    display: block;
    background: url(../images/home-shape.svg) no-repeat 0 -450px;
    min-height: 1100px;
    color: white; }
	.shape-content h2{
		font-family: 'Dancing Script', cursive;
    font-size: 40px;
	}
    main#home .shape-content .testimonial-wrapper {
      color: rgba(255, 255, 255, 0.75);
      border-left: 2px solid rgba(255, 255, 255, 0.3);
      padding-left: 50px;
      margin-right: 30px;
    font-size: 85%;}
      main#home .shape-content .testimonial-wrapper p {
        font-size: 1.4em;
        font-weight: 300;
        font-style: italic;
        line-height: 140%;
        margin: 0 0 15px; }
      main#home .shape-content .testimonial-wrapper .cite {
        margin-top: 15px; }
        main#home .shape-content .testimonial-wrapper .cite img {
          border-radius: 50%;
          border: 2px solid rgba(255, 255, 255, 0.3); }
        main#home .shape-content .testimonial-wrapper .cite cite {
          margin-top: 20px;
          display: block;
          font-size: 1em; }
          main#home .shape-content .testimonial-wrapper .cite cite strong {
            display: inline-block;
            border-right: 1px solid rgba(255, 255, 255, 0.3);
            margin-right: 10px;
            padding-right: 10px; }
    main#home .shape-content .impact-wrapper {
      padding-right: 250px; }
      main#home .shape-content .impact-wrapper a.button {
        border: 1px solid white;
        padding: 5px 20px;
        border-radius: 20px;
        font-size: .8em;
        font-weight: 700;
        text-decoration: none;
        color: white;
        margin-top: 45px;
        display: table; }
      main#home .shape-content .impact-wrapper .impact-header {
        display: block;
        font-weight: 400;
        font-size: 2em; }
      /*main#home .shape-content .impact-wrapper p {
        font-weight: 300;
        font-size: .9em;
        line-height: 135%; }*/
  main#home #services {
    margin-top: -150px;
    text-align: center; }
    main#home #services h2 {
      color: white;
      font-size: 2.25em;
      font-weight: 400;
      margin-bottom: 45px; }
    main#home #services .service-wrapper {
      background: white;
      border-radius: 20px;
      padding: 35px 20px;
      text-align: center; }
      main#home #services .service-wrapper img {
        border-bottom: 2px solid #489FDF;
        display: table;
        padding-bottom: 20px;
        margin: auto; }
      main#home #services .service-wrapper h3 {
        color: #489FDF;
        font-weight: 400;
        font-size: 1.3em; }
      main#home #services .service-wrapper p {
        color: #58646A; }
      main#home #services .service-wrapper .button {
        background: #10069F;
        color: white;
        text-decoration: none;
        margin: 10px auto 0;
        padding: 8px 20px;
        font-weight: 400;
        font-size: .75em;
        border-radius: 20px;
        display: table;
        -webkit-box-shadow: 5px 5px 5px 0px rgba(16, 6, 159, 0.1);
        -moz-box-shadow: 5px 5px 5px 0px rgba(16, 6, 159, 0.1);
        box-shadow: 5px 5px 5px 0px rgba(16, 6, 159, 0.1); }
  main#home .services-wrap {
    position: relative;
    z-index: 2; }
  main#home .services-whitewash {
    display: block;
    background: white;
    height: 100px;
    position: relative;
    margin: -100px 0 50px;
    z-index: 1; }

footer {
  background: #58c4ca;
  background: -moz-linear-gradient(top, #58c4ca 0%, #489fdf 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #58c4ca), color-stop(100%, #489fdf));
  background: -webkit-linear-gradient(top, #58c4ca 0%, #489fdf 100%);
  background: -o-linear-gradient(top, #58c4ca 0%, #489fdf 100%);
  background: -ms-linear-gradient(top, #58c4ca 0%, #489fdf 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#58c4ca), to(#489fdf));
  background: linear-gradient(to bottom, #58c4ca 0%, #489fdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58c4ca', endColorstr='#489fdf', GradientType=0 );
  padding: 50px 0 20px;
  color: white; }
  footer .badges a {
    display: inline-block; }
    footer .badges a:first-of-type {
      position: relative;
      top: -16px; }
  footer .links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    columns-count: 3; }
    footer .links ul li {
      margin: 3px 0;
      display: inline-block;
      width: 100%; }
    footer .links ul a {
      color: inherit;
      text-decoration: none;
      font-size: .95em; }
  footer .connect .connect-header {
    display: block;
    font-size: 1.25em;
    margin-bottom: 20px; }
  footer .connect h4 a {
    text-decoration: none; }
  footer .connect .input-wrapper {
    display: table;
    border-radius: 20px; }
    footer .connect .input-wrapper input[type=text] {
      display: inline-block;
      width: 75%;
      border: 0;
      padding: 5px 10px;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px; }
      footer .connect .input-wrapper input[type=text]::focus {
        border: 0; }
    footer .connect .input-wrapper [type=submit] {
      display: inline-block;
      width: 25%;
      background: #F7C43B;
      color: white;
      border: 0;
      padding: 5px 10px;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
      position: relative;
      float: right; }
  footer p.copy {
    font-size: .6em;
    text-align: right; }
    footer p.copy a {
      color: inherit;
      text-decoration: none;
      font-weight: 400; }

/* ==========================================================================
   Subpages
   ========================================================================== */
main {
  color: #58646A;
  margin-bottom: 35px;
  /* LANDING PAGE */ }
  main#home, main#funds, main#right-sidebar, main#landing {
    margin-bottom: 0; }
  main .logo-wrapper {
    display: table;
    margin: 30px 0;
    pointer-events: auto;
    position: relative;
    z-index: 100; }
  main .content-area {
    padding-left: 75px; }
    main .content-area:last-of-type {
      padding-bottom: 50px; }
  main .eligibility-wrap {
    background: white;
    border-radius: 25px;
    overflow: hidden;
    -webkit-box-shadow: 3px 5px 4px 5px rgba(72, 159, 223, 0.3);
    -moz-box-shadow: 3px 5px 4px 5px rgba(72, 159, 223, 0.3);
    box-shadow: 3px 5px 4px 5px rgba(72, 159, 223, 0.3); }
    main .eligibility-wrap .header {
      background: #F7C43B;
      display: block;
      color: white;
      font-size: 1.2em;
      font-weight: 700;
      text-align: center;
      padding: 10px 0; }
    main .eligibility-wrap ul {
      margin: 0;
      padding: 25px;
      list-style-type: none;
      color: #489FDF; }
      main .eligibility-wrap ul li {
        padding: 10px 0;
        border-bottom: 1px solid rgba(88, 100, 106, 0.4); }
        main .eligibility-wrap ul li:last-of-type {
          border: 0; }
        main .eligibility-wrap ul li span {
          display: block;
          font-size: 1.25em;
          margin-bottom: 10px; }
  main .sidebar {
    background: #F7C43B;
    padding-left: 0; }
    main .sidebar .sidebar-wrap {
      padding: 155px 30px 0 0;
      font-size: .9em; }
      main .sidebar .sidebar-wrap .section, main .sidebar .sidebar-wrap section {
        display: block;
        border-bottom: 2px solid white;
        padding: 50px 0 50px 35px; }
        main .sidebar .sidebar-wrap .section:last-of-type, main .sidebar .sidebar-wrap section:last-of-type {
          border: 0; }
        main .sidebar .sidebar-wrap .section .section-header, main .sidebar .sidebar-wrap section .section-header {
          display: block; }
          main .sidebar .sidebar-wrap .section .section-header.lg, main .sidebar .sidebar-wrap section .section-header.lg {
            font-size: 1.4em; }
          main .sidebar .sidebar-wrap .section .section-header.links, main .sidebar .sidebar-wrap section .section-header.links {
            font-weight: 700; }
        main .sidebar .sidebar-wrap .section.apply .button, main .sidebar .sidebar-wrap section.apply .button {
          display: table;
          font-weight: 700;
          border-radius: 20px;
          padding: 5px 40px;
          border: 1.5px solid #58646A;
          text-decoration: none;
          color: inherit;
          font-size: .85em;
          margin-top: 35px; }
        main .sidebar .sidebar-wrap .section.patient-story, main .sidebar .sidebar-wrap section.patient-story {
          font-size: 1.5em;
          line-height: 150%; }
          main .sidebar .sidebar-wrap .section.patient-story cite, main .sidebar .sidebar-wrap section.patient-story cite {
            display: block;
            margin-top: 40px;
            font-weight: 700;
            text-align: right;
            font-size: .5em;
            font-style: normal;
            line-height: 100%; }
  main#funds .fund-list {
    display: block;
    padding: 25px 40px;
    border-radius: 25px;
    margin: 30px 0 50px;
    -webkit-box-shadow: 3px 5px 4px 5px rgba(72, 159, 223, 0.3);
    -moz-box-shadow: 3px 5px 4px 5px rgba(72, 159, 223, 0.3);
    box-shadow: 3px 5px 4px 5px rgba(72, 159, 223, 0.3); }
    main#funds .fund-list ul {
      margin: 0;
      padding: 0;
      font-size: 1.2em; }
      main#funds .fund-list ul li {
        display: block;
        border-bottom: 1px solid #58646A;
        padding: 10px 0 10px 40px; }
        main#funds .fund-list ul li a {
          text-decoration: none;
          color: inherit;
          display: block; }
  main#funds .search-box {
    border-bottom: 2px solid #489FDF;
    border-bottom: 2px solid #489FDF;
    display: block;
    padding-bottom: 8px;
    background: url(../images/search-icon.png) no-repeat;
    height: 40px;
    margin-bottom: 10px; }
    main#funds .search-box input[type="text"] {
      background: none;
      padding-left: 50px;
      display: block;
      width: 100%;
      color: #58646A;
      font-size: 1.2em;
      border: 0; }
      main#funds .search-box input[type="text"]:focus {
        outline: 0; }
  main#funds.single .no-padding {
    padding-left: 0;
    padding-right: 0; }
  main#funds.single .content-area {
    padding-left: 95px;
    padding-right: 20px; }
  main#funds.single #fund-header-wrap {
    display: block;
    margin-bottom: 60px; }
    main#funds.single #fund-header-wrap p:last-of-type {
      margin-bottom: 20px; }
  main#funds.single .button.dark-blue {
    display: table;
    color: white;
    background: #10069F;
    border-radius: 20px;
    padding: 5px 15px;
    text-decoration: none;
    font-size: .8em;
    font-weight: 700; }
  main#funds.single #fund-detail-wrapper {
    background: rgba(72, 159, 223, 0.3);
    padding-left: 95px;
    padding-right: 75px;
    padding-bottom: 25px; }
    main#funds.single #fund-detail-wrapper .border {
      border-right: 2px solid white; }
    main#funds.single #fund-detail-wrapper .detail-section {
      padding-top: 30px; }
      main#funds.single #fund-detail-wrapper .detail-section .detail-wrap-a {
        padding-right: 50px; }
      main#funds.single #fund-detail-wrapper .detail-section .detail-wrap-b {
        padding-left: 50px; }
      main#funds.single #fund-detail-wrapper .detail-section ul.insurance {
        list-style-position: inside;
        margin-left: 0;
        padding-left: 0; }
      main#funds.single #fund-detail-wrapper .detail-section ul.diagnosis {
        margin-left: 0;
        padding-left: 0;
        list-style-type: none; }
    main#funds.single #fund-detail-wrapper .fund-status {
      display: block;
      padding: 5px 0 5px 35px;
      margin-top: 10px;
        text-transform: capitalize; }
    main#funds.single #fund-detail-wrapper .fund-status-desc {
      display: block;
      margin-top: 30px;
      font-size: .85em; }
    main#funds.single #fund-detail-wrapper .fund-section-header {
      display: block;
      font-size: 1.25em;
      margin-top: 40px; }
      main#funds.single #fund-detail-wrapper .fund-section-header:first-of-type {
        margin: 0; }
  main#funds .eligibility-wrap {
    position: relative;
    margin-top: -45px;
    overflow: hidden; }
  main#funds .disease-info {
    padding-top: 50px; }
    main#funds .disease-info h2 {
      font-weight: 400;
      font-size: 0.1 0.25em; }
  main#funds .paf-disclaimer {
    border-top: 1px solid rgba(88, 100, 106, 0.4);
    margin: 20px 0 50px 0;
    padding-top: 20px;
    font-size: .62em; }
  main#funds .resources {
    margin-top: 20px;
    display: block; }
    main#funds .resources ul {
      margin-top: 20px; }
      main#funds .resources ul span {
        display: inline-block; }
      main#funds .resources ul span:before {
        display: inline-block;
        content: "-";
        padding-left: 5px;
        margin-right: 5px; }
      main#funds .resources ul a {
        color: #489FDF;
        text-decoration: none; }
        main#funds .resources ul a:hover {
          text-decoration: underline; }
  main#landing .no-padding {
    padding-left: 0;
    padding-right: 0; }
  main#landing .fund-overlay {
    display: block;
    background: rgba(246, 246, 246, 0);
    background: -moz-linear-gradient(top, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 0.11) 23%, rgba(72, 159, 223, 0.48) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246, 246, 246, 0)), color-stop(23%, rgba(246, 246, 246, 0.11)), color-stop(100%, rgba(72, 159, 223, 0.48)));
    background: -webkit-linear-gradient(top, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 0.11) 23%, rgba(72, 159, 223, 0.48) 100%);
    background: -o-linear-gradient(top, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 0.11) 23%, rgba(72, 159, 223, 0.48) 100%);
    background: -ms-linear-gradient(top, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 0.11) 23%, rgba(72, 159, 223, 0.48) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 246, 246, 0)), color-stop(23%, rgba(246, 246, 246, 0.11)), to(rgba(72, 159, 223, 0.48)));
    background: linear-gradient(to bottom, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 0.11) 23%, rgba(72, 159, 223, 0.48) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#489fdf', GradientType=0 );
    position: relative;
    z-index: 1;
    margin-top: -30px;
    height: 30px; }
  main#landing #landing-header-wrap {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px; }
    main#landing #landing-header-wrap .header-title {
      margin-top: 0; }
    main#landing #landing-header-wrap a.button.blue {
      padding-left: 30px;
      padding-right: 30px; }
  main#landing #landing-header-wrapper {
    background-position: center center;
    background-size: cover;
    overflow: hidden; }
    main#landing #landing-header-wrapper .landing-header-inner-bg {
      padding-top: 100px;
      padding-left: 100px; }
    main#landing #landing-header-wrapper #fund-search-wrapper, main#landing #landing-header-wrapper #fund-search-wrapper-2 {
      margin: 0; }
      main#landing #landing-header-wrapper #fund-search-wrapper .fund-search .search-results, main#landing #landing-header-wrapper #fund-search-wrapper-2 .fund-search .search-results {
        min-height: 350px;
        max-height: 350px; }
  main#landing .eligibility-pad {
    padding-right: 75px; }
  main#landing .help-info {
    margin: 40px 0; }
    main#landing .help-info h2 {
      font-weight: 400;
      font-size: 0.1 0.25em;
      color: #58646A; }
  main#landing #patient-resource-center {
    padding-right: 50px;
    padding-top: 50px; }
    main#landing #patient-resource-center .divider {
      border-top: 1px solid #58646A;
      display: block;
      height: 1px;
      padding-top: 25px; }
  main#landing .sidebar .resources li {
    font-weight: 700; }
  main.reports-wrapper hr:last-of-type {
    display: none; }
  main.reports-wrapper #annual-reports {
    border-bottom: 1px solid #58646A;
    padding-top: 20px;
    margin-top: 20px;
    display: block; }
    main.reports-wrapper #annual-reports .report {
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: center; }
      main.reports-wrapper #annual-reports .report a {
        color: inherit;
        display: block;
        border: 2px solid transparent;
        overflow: hidden;
        padding-bottom: 10px;
        -webkit-transition: border 2s;
        /* Safari prior 6.1 */
        -o-transition: border 2s;
        transition: border 2s; }
        main.reports-wrapper #annual-reports .report a:hover {
          border: 2px solid #489FDF;
          border-radius: 25px; }
  main.reports-wrapper .button-list {
    padding-top: 5px;
    padding-bottom: 5px; }
  main.reports-wrapper .dropdown-list {
    display: table; }
    main.reports-wrapper .dropdown-list select {
      padding: 5px 10px;
      margin: 0 auto 15px;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 20px;
      color: #58646A; }
    main.reports-wrapper .dropdown-list .button {
      display: table; }
  main#stories .testimonial {
    display: block;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #58646A; }
  main#staff-leadershipss h2 {
    margin-top: 35px; }
  main#staff-leadershipss .rowsContainer .row {
    margin-bottom: 40px; }
  main#staff-leadershipss .member-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    main#staff-leadershipss .member-info .board-image {
      display: block;
      width: 100%;
      overflow: hidden;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px; }
    main#staff-leadershipss .member-info .staff-members {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-shadow: 3px 5px 4px 5px rgba(72, 159, 223, 0.3);
      -moz-box-shadow: 3px 5px 4px 5px rgba(72, 159, 223, 0.3);
      box-shadow: 3px 5px 4px 5px rgba(72, 159, 223, 0.3);
      border-radius: 30px; }
      main#staff-leadershipss .member-info .staff-members ul {
        list-style-type: none;
        padding: 0 30px;
        margin-bottom: 15px; }
    main#staff-leadershipss .member-info .staff-details {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  main#staff-leadership h2 {
    margin-top: 35px; }
    main#staff-leadership h2:first-of-type {
      margin-top: 0px; }
  main#staff-leadership .member-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  main#staff-leadership .board-image {
    display: block;
    width: 100%;
    height: 425px;
    overflow: hidden;
    background: #F7C43B;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px; }
  main#staff-leadership ul.staff-member-positions {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    main#staff-leadership ul.staff-member-positions li {
      padding: 8px 30px;
      border-bottom: 1px solid #58646A; }
  main#staff-leadership .staff-positions {
    display: block;
    padding: 10px 30px;
    border-bottom: 1px solid #58646A; }

/* ==========================================================================
   Slide Out Menu
   ========================================================================== */
.inMenuBtnsCont .menu-button {
  display: inline-block;
  border-radius: 20px;
  padding: 5px 20px;
  text-decoration: none;
  font-size: .85em; }
  .inMenuBtnsCont .menu-button.apply {
    background: white;
    color: #489FDF;
    font-weight: 700;
    margin-right: 15px; }
  .inMenuBtnsCont .menu-button.donate {
    border: 2px solid white;
    color: white; }

/*ul#menu-mainsidemenu {
   li.hover a {
      color: $light-blue;

      ul.sub-menu li a { color: white; }
      }
   }
}
*/
/* ==========================================================================
   Responsive
   ========================================================================== */
/* =Media query for 960 Screens - sets nested grids to 100%
   -------------------------------------------------------------- */
@media only screen and (min-width: 2220px) {
  main#home .shape-content .impact-wrapper {
    padding-right: 625px; } }

@media only screen and (min-width: 2000px) and (max-width: 2219px) {
  main#home .shape-content .impact-wrapper {
    padding-right: 450px; } }

@media only screen and (max-width: 1660px) {
  body {
    font-size: 100%; }
  ul.legend.mini {
    font-size: .9em; }
  [data-name="fund-search-wrapper-2"] {
    width: 50%; }
  main#home .shape-content .impact-wrapper {
    padding-right: 100px; } }

@media only screen and (max-width: 1560px) {
  #left-header .header-title {
    font-size: 2em; }
  #left-header .header-parag {
    font-size: .8em; }
  #left-header #fund-search-wrapper, #left-header #fund-search-wrapper-2, #left-header #funds {
    /*
        .fund-search  {
          font-size: .95em;
          li { background-position: left 8px; }
        }
*/ } }

@media only screen and (max-width: 1400px) {
  #home-header #left-header .header-parag {
    display: none; }
  #home-header #left-header #fund-search-wrapper .fund-header span {
    font-size: 1em; }
  #home-header #left-header #fund-search-wrapper .fund-header a {
    font-size: .7em; }
  footer .links ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    columns-count: 2; }
    footer .links ul li {
      margin: 0 0; }
    footer .links ul a {
      font-size: .85em; }
  footer .connect {
    width: 33.33%; } }

@media only screen and (max-width: 1260px) {
  #left-header .paf-logo {
    max-width: 70%; }
  #left-header #fund-search-wrapper {
    display: none; }
  #left-header .header-parag {
    display: block;
    font-size: .95em; }
  [data-name="staff-wrapper"] {
    width: 100%; } }

@media only screen and (max-width: 1230px) {
  [data-hide="1230p"] {
    display: none; }
  #sticky-top, #fund-search-wrapper, #left-header .paf-logo {
    display: none; }
  #home-header .row, .header-content-wrapper {
    height: initial !important; }
  .shape-top {
    margin-top: -242px; }
    .shape-top .shape {
      background-position: -100px top; }
  main#home .shape-content {
    z-index: 90;
    /*position: relative;*/ }
    main#home .shape-content .impact-wrapper {
      padding-right: 25px; }
    main#home .shape-content .testimonial-wrapper .cite cite strong {
      display: block;
      border: 0;
      margin-right: 0;
      padding: 0; }
  main#home #services h2 {
    font-size: 1.75em; }
  main#home #services .service-wrapper p {
    font-size: .75em; }
  main#home .services-wrap .col3 {
    padding-left: 5px;
    padding-right: 5px; }
  #left-header .header-content-wrapper {
    padding: 50px 25px 120px; }
  #right-header {
    background: url(../images/grandfather_granddaughter.jpg) center center;
    background-size: cover; }
    #right-header #animation_container {
      display: none; }
  #home-header {
    /*position: relative;*/
    margin-top: -100px; }
  #mobile-header {
    display: block; }
    #mobile-header .mobile-logo {
      width: 75%; }
      #mobile-header .mobile-logo img {
        max-width: 100%; }
    #mobile-header .mobile-menu {
      width: 25%; }
      #mobile-header .mobile-menu .menuBtnCont {
        display: table;
        margin-bottom: auto;
        float: right;
        text-align: center; }
      #mobile-header .mobile-menu span {
        position: relative;
        z-index: 1;
        top: -12px;
        line-height: normal;
        color: #489FDF; }
  main#landing [data-name="lft-content"] {
    width: 66.66%; }
  main#landing .sidebar {
    width: 33.33%; }
  main#landing [data-name="landing-header-wrap"] {
    width: 91.66%; }
  main#landing [data-name="fund-search-wrapper-2"] {
    width: 66.66%; }
  main#landing [data-name="help-info"], main#landing [data-name="eligibility-pad"] {
    width: 50%; }
  main#landing ul.legend.mini {
    font-size: .9em; }
  main#landing main .eligibility-wrap .header {
    font-size: 1em; }
  /* Donors */
  #donors-header {
    margin-top: -95px; }
    #donors-header .header-content-wrap {
      padding: 50px 25px 120px !important; }
  #donors-shape-content .individual, #donors-shape-content .corporate {
    width: 50%; }
  #donors-shape-content .vertical-divider {
    padding-right: 20px; }
  main .logo-wrapper {
    display: none; }
  main#landing, main#right-sidebar, main#funds {
    margin-top: -95px; }
    main#landing [data-name="lft-content"], main#right-sidebar [data-name="lft-content"], main#funds [data-name="lft-content"] {
      padding-top: 65px; }
    main#landing .sidebar .sidebar-wrap, main#right-sidebar .sidebar .sidebar-wrap, main#funds .sidebar .sidebar-wrap {
      padding: 55px 30px 0 0; }
  main#funds.home .content-area {
    width: 91.66%; }
  main#funds.home :not(.funds-important) p {
    display: none; }
  main.single [data-name="fs-content"] {
    padding-top: 65px; }
  main.single [data-name="disease-content"] {
    width: 91.66%; }
  /* end */ }

@media only screen and (max-width: 1060px) {
  main#right-sidebar, main#landing, main#funds {
    overflow: hidden; }
    main#right-sidebar [data-name="lft-content"], main#right-sidebar .sidebar, main#landing [data-name="lft-content"], main#landing .sidebar, main#funds [data-name="lft-content"], main#funds .sidebar {
      width: 100%; }
  main .sidebar {
    margin-bottom: 0; }
    main .sidebar .sidebar-wrap {
      padding: 0; }
  main [data-name="main-content-area"] {
    width: 100%; }
    main [data-name="main-content-area"] .content-area {
      padding-left: 0; }
  main.reports-wrapper #annual-reports .report {
    width: 50%; }
  main#right-sidebar #pheader-image {
    padding-left: 0; }
    main#right-sidebar #pheader-image .p-image img {
      border-radius: 0; }
    main#right-sidebar #pheader-image h1 {
      padding-left: 40px; }
  main#landing [data-name="help-info"], main#landing [data-name="eligibility-pad"] {
    width: 100%; }
  main#landing [data-name="eligibility-pad"] {
    padding-right: 30px; }
  main#landing [data-name="main-content-area"] {
    padding-left: 20px;
    padding-right: 20px; }
    main#landing [data-name="main-content-area"] .content-area {
      padding: 0; }
  main#funds.home [data-name="lft-content"] .content-area {
    width: 91.66%; }
  main#funds.single [data-name="fs-content"] {
    width: 100%; }
  main#funds.single [data-name="disease-content"] {
    width: 91.66%; }
  footer .links {
    display: none; }
  footer .badges, footer .connect {
    width: 50%; }
  footer .badges {
    text-align: right; }
  footer .push-right {
    float: left; } }

@media only screen and (max-width: 960px) {
  main#home #services {
    margin-top: -50px; }
  #donors-header #left-header {
    width: 100%; }
  #donors-header #right-image {
    display: none; }
  #donors-header .header-content-wrap {
    padding: 50px 25px 220px; } }

/* =Media query for iPad and tablets
	-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation: portrait) {
  #home-header #right-header {
    display: none; }
  #mobile-header .row, #mobile-header .mobile-logo {
    margin-bottom: 0; }
  #mobile-header ul#waveMenu li:not(.btnz) {
    display: none; }
  #mobile-header ul#waveMenu li.btnz a.button.d {
    display: none; }
  #mobile-header ul#waveMenu li.btnz a.button.a {
    display: block; }
  #left-header #mobile-buttons {
    display: table; }
  .shape-top {
    margin-top: -260px; }
  main#home .shape-content .testimonial-wrapper {
    padding-right: 0;
    border-right: 0;
    padding-top: 50px;
    margin-top: 20px;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    text-align: center; }
    main#home .shape-content .testimonial-wrapper p {
      font-size: 1.1em; }
    main#home .shape-content .testimonial-wrapper .cite img {
      max-width: 30%;
      display: none; }
    main#home .shape-content .testimonial-wrapper .cite cite {
      margin-top: 0; }
      main#home .shape-content .testimonial-wrapper .cite cite strong {
        display: inline-block;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        padding-right: 5px; }
  main#home #services {
    margin-top: 0; }
    main#home #services .services-wrap .col3 {
      padding-left: 20px;
      padding-right: 20px; }
  main#landing .landing-header-inner-bg {
    background: #58c4ca;
    background: -moz-linear-gradient(top, #58c4ca 0%, #489fdf 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #58c4ca), color-stop(100%, #489fdf));
    background: -webkit-linear-gradient(top, #58c4ca 0%, #489fdf 100%);
    background: -o-linear-gradient(top, #58c4ca 0%, #489fdf 100%);
    background: -ms-linear-gradient(top, #58c4ca 0%, #489fdf 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#58c4ca), to(#489fdf));
    background: linear-gradient(to bottom, #58c4ca 0%, #489fdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58c4ca', endColorstr='#489fdf', GradientType=0 ); }
  main#landing [data-name="fund-search-wrapper-2"] {
    width: 83.33%;
    font-size: 90%; }
  main#landing .sidebar .sidebar-wrap, main#right-sidebar .sidebar .sidebar-wrap {
    padding: 0px 30px 0 0; }
    main#landing .sidebar .sidebar-wrap section.patient-story, main#landing .sidebar .sidebar-wrap blockquote, main#right-sidebar .sidebar .sidebar-wrap section.patient-story, main#right-sidebar .sidebar .sidebar-wrap blockquote {
      font-size: 1em; }
      main#landing .sidebar .sidebar-wrap section.patient-story cite, main#landing .sidebar .sidebar-wrap blockquote cite, main#right-sidebar .sidebar .sidebar-wrap section.patient-story cite, main#right-sidebar .sidebar .sidebar-wrap blockquote cite {
        font-size: .7em; }
  main#landing #patient-resource-center, main#right-sidebar #patient-resource-center {
    padding-right: 0; }
  main#funds .eligibility-wrap {
    margin-top: 10px !important; }
  main#funds #filter-wrapper {
    padding: 5px 0; }
  main#funds.home [data-name="lft-content"] .content-area {
    width: 100%; }
  main#funds.single #fund-detail-wrapper .detail-section .detail-wrap-a {
    padding-right: 0; }
  main .copay-services {
    padding: 0 10px; }
    main .copay-services [class^="col"] {
      width: 25%;
      padding: 5px;
      margin-bottom: 0 !important; }
  main #media-center-quote {
    text-align: center;
    margin-bottom: 30px;
    clear: both; }
    main #media-center-quote strong {
      float: none !important; }
  /* Donors */
  .donors-content-wrapper {
    padding: 0; }
  #donors-header {
    margin-top: -95px; }
    #donors-header .header-content-wrap {
      padding: 50px 25px 200px !important; }
    #donors-header #right-image {
      display: none; }
  main#staff-leadershipss .rowsContainer .row {
    margin-bottom: 20px !important; }
  footer .badges, footer .connect {
    width: 100%; }
  footer h4, footer .badges, footer p.copy {
    text-align: center; }
  footer .connect-wrapper {
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center; } }

@media only screen and (max-width: 520px) {
  main .content-area {
    padding-left: 20px; }
  main#landing #landing-header-wrapper .landing-header-inner-bg {
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 35px; }
  main#landing [data-name="fund-search-wrapper-2"] {
    width: 100%; }
  main#funds.single .content-area {
    padding-left: 40px; }
  main#funds.single #fund-detail-wrapper {
    padding-left: 40px;
    padding-right: 40px; }
  main#funds.single [data-name="disease-content"] {
    width: 100%; }
  main#funds .resources ul span {
    font-size: .8em;
    display: block; }
    main#funds .resources ul span:before {
      display: none; }
  /* Donors */
  #donors-shape-content .individual, #donors-shape-content .corporate {
    width: 100%; }
  #donors-shape-content .vertical-divider {
    border-left: 0;
    padding-top: 20px; }
  .donor-badges img {
    width: 30%; }
  .alignright, .alignleft {
    float: none !important;
    display: block;
    max-width: 100% !important;
    margin-bottom: 15px; } }

.qSearch{
      background-color: #10069F;
      border-radius: 20px;
      padding: 20px;
        text-align: center;
        color: #fff;
}
.qSearch h2{
  color: #F7C43B;
  margin:0;
  text-align: center;
}
.searchImg{
  width: 10%;
}
.qSearch .button{
  border: 1px solid white;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: .8em;
  font-weight: 700;
  text-decoration: none;
  color: white;
  margin-top: 45px;
  display: table;
margin: auto;

}
.qSearch .connected-button:hover {
    background-color: #fff;
    transition: .5s;
}
