/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 09 2018 | 14:12:36 */
.visible-xs-inline {
  display: none;
}
.nav-mobile {
  display: none;
}
#navigation .logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 70px;
  margin: auto;
  padding: 22px 0 5px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
/* Tablet portrait and below */
@media (max-width : 992px) {
  #content {
    margin: 0;
    width: 100%;
  }
  #header #brand {
    float: none;
    text-align: center;
  }
  #header #brand .logo, #header .float-right {
    float: none;
  }
  #header #searchform {
  margin-bottom: 20px;
  }
  #header #brand .site-description {
    height: auto;
    margin: 10px 0 20px;
    width: 100%;
    text-align: center;
    float: none;
  }
  #header #brand .site-description h2 {
    font-size: 15px;
    position: static;
  }
  #navigation .container nav > ul > li a {
    padding: 0px 16px;
  }
  #footer .footer-left {
    float: none;
    width: 470px;
    max-width: 100%;
    margin: 0 auto;
    border-right: 0;
    border-bottom: 1px solid #ababab;
    padding-bottom: 30px;
    padding-right: 0;
  }
  #footer .footer-right {
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 0;
  }
  #home-slider {
    height: auto;
  }
  #home-slider .slide-caption {
    height: 100%;
  }
  #home-slider .slide-caption .inner {
    padding: 20px;
  }
  #home-slider .slide-caption .inner h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #home-slider .slide-caption .inner .text {
      font-size: 14px;
  }
  .content-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .content-home .highlights {
    padding-right: 50px;
    box-sizing: border-box;
    width: 64%;
  }
  .content-home .highlights article {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-home .highlights article .featured-image {
    width: 100%;
    margin: 0 0 30px;
  }
  .committees a.committee {
    padding: 0 15px;
  }
  .committees a.committee img {
    width: 100px;
    margin: 0 auto 10px;
  }
  /* News Media page */
  body.blog #main > .featured-image,
  body.archive #main > .featured-image {
    margin: 0;
  }
  #posts-list {
    width: 300px;
    margin-left: 20px;
  }
  #posts-list article.list {
    width: 100%;
  }
  body.single article {
    width: 100%;
  }
  /* Healthcare page */
  body.page-template-template-initiative-php #major-projects .project-item {
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  body.page-template-template-initiative-php #major-projects .project-item .featured-image {
    width: 47.5%;
  }
  body.page-template-template-initiative-php #major-projects .project-item .content {
    margin-left: 52.8%;
    position: absolute;
    bottom: 25px;
    height: 162px;
    overflow: hidden;
  }
  body.page-template-template-initiative-php #major-projects .project-item .excerpt-read-more-link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 6px 0;
  }
  body.page-template-template-initiative-php .projects .project .post-title {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 5px;
  }
  body.page-template-template-initiative-php #minor-projects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.page-template-template-initiative-php #minor-projects .separator {
    display: none;
  }
  body.page-template-template-initiative-php #minor-projects .project-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    width: 50%;
    margin: 0;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  /* Project page */
  .single-project #sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 0;
    border-left: 0;
    border-top: 1px solid #e3e3e3;
    padding-top: 30px;
    margin-top: 30px;
  }
  .single-project #sidebar > .widget {
    padding: 0 15px;
    border-bottom: 0;
  }
  body.search-results #posts-list {
    width: 420px;
  }
  body.page-template-template-donate-php #donate .box .inner {
    margin: 0 40px;
    padding: 25px;
  }
}

/* Mobile sm and below */
@media (max-width : 767px) {
  #header #searchform {
  margin-bottom: 0;
  }
  #header #brand .logo img {
    width: 120px;
  }
  .nav-mobile {
    display: block;
  }
  #header .container {
    padding: 60px 20px 0;
  }
  #navigation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  #navigation .nav-mobile {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #303030;
    text-align: center;
    font-size: 8px;
    z-index: 5;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
  }
  #navigation .nav-mobile i {
    display: block;
    font-size: 27px;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
  }
  #navigation .nav-mobile i.fa-times {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 25px;
    opacity: 0;
  }
  #navigation .nav-mobile span {
    display: block;
    line-height: 1;
    text-transform: uppercase;
  }
  #navigation .nav-mobile.active {
    color: #FFFFFF;
  }
  #navigation .nav-mobile.active i.fa-bars {
    opacity: 0;
  }
  #navigation .nav-mobile.active i.fa-times {
    opacity: 1;
  }
  #navigation .container {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 75px;
    padding-bottom: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  #navigation .container.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  #navigation.nav-fixed {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    z-index: 8000;
  }
  #navigation.nav-fixed .logo {
    opacity: 1;
    visibility: visible;
    padding-top: 16px;
  }
  #navigation.nav-fixed .nav-mobile {
    top: 13px;
  }
  #navigation.nav-fixed .container {
    padding-top: 65px;
  }
  #navigation.isScroll {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,.15);
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,.15);
    box-shadow: 0px 2px 4px rgba(0,0,0,.15);
    height: 60px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  #navigation.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  #navigation .nav-mobile.active ~ .logo {
    opacity: 1;
    visibility: visible;
  }
  #navigation .nav-mobile.active ~ .logo img {
    -webkit-filter: brightness(100);
    -moz-filter: brightness(100);
    -ms-filter: brightness(100);
    -o-filter: brightness(100);
    filter: brightness(100);
  }
  #primary-nav, #secondary-nav {
    float: none !important;
    margin: 0 !important;
  }
  #primary-nav ul, #secondary-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #navigation .container nav > ul > li {
    padding: 0;
  }
  #navigation .container nav > ul > li a {
    padding: 10px 20px;
    font-size: 14px;
  }
  .committee-popup {
    box-sizing: border-box;
    width: 100%;
  }
  /* News Media page */
  body.blog #main,
  body.archive #main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;   
  }
  #filter {
    width: 100%;
    float: none;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
  }
  #filter .filter {
    padding: 0 0 30px;
  }
  #posts-list {
    width: 100%;
    float: none;
    margin: 0;
  }
  #posts-list article.list {
    width: 100%;
  }
  #sidebar {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid #e3e3e3;
    margin-top: 20px;
  }
  article .content .gallery-images {
    margin: 0;
  }
  article .content .gallery-images .gallery-image {
    width: 100%;
    margin: 0 0 20px;
  }
  /* Healthcare page */
  body.page-template-template-initiative-php #major-projects .project-item {
    max-width: 400px;
    margin: 0 auto 40px;
    padding-bottom: 30px;
  }
  body.page-template-template-initiative-php #major-projects .project-item .featured-image {
    float: none;
    width: 100%;
  }
  body.page-template-template-initiative-php #major-projects .project-item .content {
    height: auto;
    overflow: unset;
    margin-left: 0;
    position: static;
    width: 100%;
  }
  body.page-template-template-initiative-php #major-projects .project-item .excerpt-read-more-link {
    position: static;
    padding: 0;
  }
  /* Project page */
  .single-project #sidebar {
    display: block;
  }
  .single-project #sidebar > .widget {
    padding: 5px 0 15px;
    border-bottom: 1px solid #e3e3e3;
  }
  .related-posts .article {
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: 1px solid #e3e3e3;
  }
  .related-posts .article .featured-image {
    width: 100%;
    float: none;
    margin: 0 0 30px;
  }
  .related-posts .article .featured-image img {
    width: 100%;
  }
  body.search-results #posts-list {
    width: 100%;
    float: none;
  }
  body.search-results #sidebar {
    float: none;
  }
  body.page-template-template-donate-php #donate .box img {
    position: static;
  }
  body.page-template-template-donate-php #donate .box .inner {
    top: -60px;
    width: 390px;
    box-sizing: border-box;
    float: none;
    margin: 0 auto -80px;
  }
}

/* Mobile */
@media (max-width : 575px) {
  * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  #footer {
    padding-bottom: 0;
  }
  #footer .footer-right {
    display: block;
  }
  #footer .footer-right #footer-nav > ul > li {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .visible-xs-inline {
    display: inline;
  }
  #home-slider {
    margin-bottom: 30px;
  }
  #home-slider .slide-caption {
    min-height: 260px;
    position: relative;
    width: 100%;
  }
  #home-slider .flex-direction-nav .flex-prev,
  #home-slider .flex-direction-nav .flex-next {
    top: 80px;
  }
  #content #main {
    padding: 20px;
  }
  .content-home {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-home .highlights {
    width: 100%;
    padding: 0;
  }
  .content-home .highlights article .featured-image img {
    width: 100%;
  }
  #sidebar {
    display: none !important;
    float: none;
    border-left: 0;
    border-top: 1px solid #e3e3e3;
    width: 100%;
    padding: 30px 0 20px;
    margin-top: 15px;
  }
  #sidebar .widget {
    padding: 5px 0 15px;
    margin: 0 0 20px;
  }
  body.home #sidebar {
    display: block !important;
  }
  .widget .featured-videos .video .thumbnail {
    height: 200px;
  }
  .widget .featured-videos .video .thumbnail .play {
    top: 50%;
    right: 50%;
    -webkit-transform: translateX(50%) translateY(-50%);
    -moz-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    -o-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
  }
  .committees a.committee {
    padding: 0 5px;
  }
  .committees a.committee img {
    width: 85px;
  }
  .committees a.committee span {
    font-size: 13px;
    max-width: 100px;
    display: block;
    white-space: nowrap;
  }
  article h2.post-title {
    font-size: 28px;
  }
  .committee-popup .attachment-thumbnail {
    float: none;
    margin-bottom: 20px;
  }
  .committee-popup .c-content {
    margin: 0;
  }
  body.page-template-template-initiative-php #minor-projects .project-item {
    width: 100%;
  }
  body.page-template-template-donate-php #donate .box .inner {
    top: 0;
    width: 100%;
    margin: 0 0 0;
    padding: 20px;
  }
  body.page-template-template-donate-php #donate {
    margin-bottom: 0;
  }
  body.page-template-template-donate-php article {
    padding: 0;
  }
  #donate .inner #steps .step {
    width: 300px;
    margin-right: 60px;
    height: 470px;
  }
  #donate #step-1 .amounts {
    margin: 20px 0px 20px -4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .amounts .radio-button {
    width: 25%;
    padding: 0 5px;
  }
  .amounts .other {
    margin-left: 0;
    width: 142px;
    text-align: center;
  }
  body.page-template-template-donate-php article h1 {
    margin-top: 0;
  }
}


/* Mobile smaller */
@media (max-width : 329px) {
  body.page-template-template-donate-php #donate .box .inner {
    padding: 0;
  }
  #donate .inner #steps .step {
    width: 280px;
    margin-right: 90px;
  }
}