@font-face {
    font-family:'Sagona-italic';
    src: url('../font/Sagona Book DEMO Italic.eot');
  src: url('../font/Sagona Book DEMO Italic.eot?#iefix') format('embedded-opentype'),
    url('../font/Sagona Book DEMO Italic.woff2') format('woff2'),
    url('../font/Sagona Book DEMO Italic.woff') format('woff'),
    url('../font/Sagona Book DEMO Italic.svg#Sagona Book DEMO Italic') format('svg');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}


.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/*=======*/

@media only screen and (min-width: 1024px){
  .header-cust{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }  
}

.header-cust h1{
  font-size: 40px !important;
}

@media only screen and (max-width: 480px){
  .header-cust h1{
    font-size: 35px !important;
  }
}

.header-desc{
  color: #fff;
  text-align: center;
  font-size: 15px;
  position: relative;
}

.bg-gray{
  background: #f4f3f4;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}



.filter-rest{
  margin-top: 0 !important;
}

.filter-rest .grantees-filters__container{
  margin-top: 0 !important;
}

@media only screen and (min-width: 1024px){
  .filter-rest .grantees-filters__container{
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
}

.filter-rest .grantees-filters__container{
  border:none;
  background: #f5f5f5;
  display: block;
  height: auto;
}

.filter-rest .bootstrap-select>.dropdown-toggle{
    width: 95%;
}

.filter-rest .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 135px;
}

@media(max-width: 992px){
  .filter-rest .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
      width: 100%;
  }
}

.left-filter{
  float: left;
  width: 6%;
}

.left-filter span{
  text-transform:uppercase;
  font-size: 13px;
  color: #000;
}

@media(max-width: 992px){
  .left-filter{
    width: 20%;
  }
}

.middle-filter{
  float: left;
  width: 94%;
}
.middle-filter .wpas-field{
  float: left;
}
.middle-filter select{
  width: 200px;
  display: inline-block;
}

@media(max-width: 992px){
  .middle-filter{
    width: 80%;
  }
}

.middle-filter .btn{
    border-radius: 50px;
    border: none;
    line-height: 1.6em;
    padding: 10px 21px 9px;
}

.middle-filter .bootstrap-select.btn-group .dropdown-toggle .caret{
    right: 19px;
}

.middle-filter .bootstrap-select .dropdown-toggle:focus{
    outline: 0 !important;
}

.middle-filter ul{
  padding-left: 0;
  list-style: none;
}

.middle-filter ul li{
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 10px;
}

.middle-filter .dropdown-menu ul li{
  display: block;
}

@media(max-width: 992px){
  .middle-filter ul li{
    width: 100%;
  }
}

.right-filter{
  float: right;
  width: 25%;
}

@media(max-width: 992px){
  .right-filter{
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    padding-top: 50px;
    padding-left: 30px;
  }
}



.btn-clear{
  overflow: inherit;
  text-transform: uppercase;
  font-size: 13px;
}

.btn-clear:hover,
.btn-clear:focus{
      border: 2px solid #6d6e6d;
    color: #1e1e1e;

}

.mr-filter{
  font-size: 13px !important; 
}

.name-filter{
  background: #dcdcdc  !important;
  color: #000 !important; 
  font-size: 13px !important; 
  
}

.name-filter:hover,
.name-filter:focus{
  background: #1762ad !important;
  color: #fff !important;
}


.wrapp1{
  background: #f4f3f4;
}


.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-6{
      position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px){
  .col-md-6 {
      width: 50%;
      float: left;
  }
}

.ga-card{
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.ga-card h4{
  margin-top: 0;
  margin-bottom: 5px;
  color: #000;
}

.ga-card .list-desc li{
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  border-right: 1px solid;
  line-height: 1;
  margin-right: 10px;
  padding-right: 10px;
  font-weight: bold;
}
/*
@media(max-width: 767px){
  .ga-card .list-desc li{
    display: block;
    border:none;
  }
}*/
.ga-card .list-desc li:last-child{
  border:none;
}

.ga-card .list-desc li i{
  margin-right: 5px;
}

.ga-card p{
  color: #000;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 600;
}

.ga-card a{
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}


/*.post-content.filter-section{
      width: 100% !important;
      margin-right: 0 !important;
    margin-left: 0 !important;
}

.post-content.filter-section p{
  width: 100% !important;
}

@media only screen and (min-width: 1024px){
  .post-content.filter-section{
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.post-content.filter-section .profile__container{
    margin-right: 0 !important;
    margin-left: 0 !important;
}*/

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px){
  .container {
      max-width: 540px;
  }
}

@media (min-width: 768px){
  .container {
      max-width: 720px;
  }
}

@media (min-width: 992px){
  .container {
      max-width: 960px;
  }
}

@media (min-width: 1200px){
  .container {
      max-width: 1140px;
  }
}

.ideas-videos-section{
    padding: 50px 0;
}

.ideas-videos-section .home-blog{
  margin-top: 0;
}



.ideas-videos-section .home-blog h3{
  margin-top: 0;
}

.ideas-videos-section .row{
    margin-right: -10px;
    margin-left: -10px;
}

.ideas-videos-section .col-md-6{
    padding-right: 11px;
    padding-left: 11px;
}

.ideas-videos-section .single-post-home{
    background: #fff;
    border:1px solid #ebebeb;
    /*float: left;*/
        display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

@media(max-width: 992px){
  .ideas-videos-section .single-post-home{
    height: auto !important;
  }
}

.ideas-videos-section .single-post-home.full .desc{
    flex: 0 0 100%;
    max-width: 100%;
}

.ideas-videos-section .single-post-home figure{
      -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
  margin: 0;
  margin-bottom: -10px;
}
.ideas-videos-section .single-post-home figure img{
  max-width: 100%;
  height: auto;
}


.ideas-videos-section .single-post-home .desc{
        -ms-flex: 0 0 69%;
    flex: 0 0 69%;
    max-width: 69%;
    padding: 13px 20px;
}
.ideas-videos-section .single-post-home .desc.fullbox{
  -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media(max-width: 480px){
  .ideas-videos-section .single-post-home figure{
      flex: 0 0 100%;
      max-width: 100%;
  }
}

@media(max-width: 480px){
  .ideas-videos-section .single-post-home .desc{
      flex: 0 0 100%;
      max-width: 100%;
  }
}

.ideas-videos-section .single-post-home .desc h4{
  font-size: 20px;
  line-height: 1.2em;
  margin-top: 10px;
  margin-bottom: 5px;
}

.ideas-videos-section .single-post-home .desc h4 a{
  color: #000;
  border-bottom: none;
}

.ideas-videos-section .single-post-home .desc h4 a:hover{
  opacity: .8;
}

.ideas-videos-section .single-post-home .desc .date-post{
    font-size: 10px;
    line-height: 1.6em;

}

.ideas-videos-section .single-post-home .desc p{
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 0;
}

.ideas-videos-section .single-post-home .desc i{
    margin-right: 5px;
}

.ideas-videos-section .single-post-home .desc .tag span{
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  
  padding: 6px 9px 5px;
  border-radius: 50px;
  font-weight: 600;
}

.ideas-videos-section .single-post-home.news .desc .tag span{
  color: #1892d7;
  border: 1px solid #1892d7;
}

.ideas-videos-section .single-post-home.stories .desc .tag span{
  color: #51c84d;
  border: 1px solid #51c84d;
}

/*.ideas-videos-section .single-post-home.news .desc .tag span:hover{
  background: #1892d7;
  color: #fff;
}

.ideas-videos-section .single-post-home.stories .desc .tag span:hover{
  background: #51c84d;
  color: #fff;
}*/

.ideas-videos-section .single-post-home .desc .readmore{
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}

.ideas-videos-section .single-post-home.stories .desc .readmore{
    color: #51c84d;
}

.popular-resources-section{
    padding-bottom: 30px;
}

@media(min-width: 992px){
  .popular-resources-section .intro{
      padding-right: 80px;
  }
}

.popular-resources-section .intro .inner{
    padding-left: 30px;
}

.green-clr{
    background: #38a474 !important;
}

.green-clr:hover,
.green-clr:focus
{
    background: #318a62 !important;
}

.popular-resources-section .intro .button-po{
    margin: 40px 0;
}

.popular-resources-section .intro .button-po .small{
    margin-right: 10px;
    font-size: 9px;
}


.popular-resources-section .intro h3{
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 15px;
}

.popular-resources-section .intro h3:before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 36px;
    max-width: 36;
    top: 0;
    height: 2px;
    background-color: #38a474;
}

.popular-resources-section .intro p{
    color: #1e1e1e;
    font-family:'Sagona-italic';
    font-weight: normal;
    font-size: 19px;
}

.single-resources {
    margin-bottom: 25px;
}

.single-resources .popular-resources-widget{
  margin: 0 !important;
  background: #f4f3f4 !important;

}
.single-resources .popular-resources-widget i{
  color: #1e1e1e;
  font-size: 14px;
}


.single-resources .popular-resources-widget__card-social-sharing a{
      opacity: .65;
      -webkit-transition: all 150ms ease;
      transition: all 150ms ease;
      position: relative;
}

.single-resources .popular-resources-widget__card-social-sharing a:hover,
.single-resources .popular-resources-widget__card-social-sharing a:focus{
  opacity: 1;
}

.single-resources .popular-resources-widget .icon--twitter, .single-resources .popular-resources-widget .icon--facebook, .single-resources .popular-resources-widget .icon--linkedin, .single-resources .popular-resources-widget .icon--mail, .single-resources .popular-resources-widget .icon--copy{
  fill: rgb(0, 0, 0);
}


.single-resources .popular-resources-widget__card-social-sharing a:hover .icon--twitter, .single-resources .popular-resources-widget__card-social-sharing a:hover .icon--facebook, .single-resources .popular-resources-widget__card-social-sharing a:hover .icon--linkedin, .single-resources .popular-resources-widget__card-social-sharing a:hover .icon--mail, .single-resources .popular-resources-widget__card-social-sharing a:hover .icon--copy, .single-resources .popular-resources-widget__card-social-sharing a:focus .icon--twitter, .single-resources .popular-resources-widget__card-social-sharing a:focus .icon--facebook, .single-resources .popular-resources-widget__card-social-sharing a:focus .icon--linkedin, .single-resources .popular-resources-widget__card-social-sharing a:focus .icon--mail, .single-resources .popular-resources-widget__card-social-sharing a:focus .icon--copy{
      fill: #000;
}

.single-resources .popular-resources-widget__more-button::after{
  color: rgba(0, 0, 0, 0.8) !important;
}

/*@media only screen and (min-width: 1024px){
  .single-resources .popular-resources-widget{
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}*/

.single-resources .popular-resources-widget{
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.single-resources h6{
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 13px;
    text-transform: uppercase;
}
.single-resources h4{
    position: relative;
    padding-left: 10px;
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.single-resources h4 a{
  color: #000;
  border-bottom: none;
}

.single-resources h4 a:hover{
  opacity: .8;
}

.single-resources h4:before{
    background-color: #888788; 
    content: '';
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 2px;
    max-height: 27px;
    position: absolute;
    

}

@media only screen and (min-width: 1024px){
  .footer-navigation, .footer-information, .footer-newsletter {
      width: -webkit-calc(33.33333333%);
      width: calc(33.33333333%);
      float: left;
      margin-left: 0px;
  }
}

.rev .footer-information::before{
  background: none !important;
}

.btn-h-link{
    box-shadow: none;
    position: relative;
    background: transparent !important;
    color: #fff;
    border: 1px solid #fff;
    max-width: 370px;
    width: 100%;
    text-align: left;
    font-size: 12px;
}

@media only screen and (min-width: 1024px){
    .home-heroes-rev .home-heroes__content-container{
        padding-top: 100px;
        padding-bottom: 20px;

    }
}

@media only screen and (max-width: 480px){
    .home-heroes-rev .home-heroes__content-container{
        padding-bottom: 20px;
        position: relative;
        bottom: auto;
        top: -300px;
        margin-bottom: -230px;
    }
}

.home-heroes-rev .home-heroes__text{
  font-size: 15px;
}

.home-heroes-rev .button-heroes-sec{
  margin-top: 25px;
}

.home-heroes-rev .button-heroes-sec .btn-h-link{
    margin-bottom: 10px;
}


.btn-h-link:before{
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    display: inline-block;
    top: 9px;
    right: 15px;
    font-size: 16px;
}

.btn-wb:hover,
.btn-wb:focus{
    background: #fff !important;
    color: #1892d7 !important;

}

.btn-wg:hover,
.btn-wg:focus{
    background: #fff !important;
    color: #249b66 !important;

}

@media only screen and (min-width: 1024px){
  .site-footer.rev .footer-information{
      border-left: 1px solid #336985;
      border-right: 1px solid #336985;
  }
}

.site-footer.rev .footer-information .link--phone,
.site-footer.rev .footer-information .link--fax
{
    padding-left: 18px !important;
    font-size: 14px !important;
}

.site-footer.rev .footer-information .link--phone::before{
    content: '\f095' !important;
    font-family: 'FontAwesome' !important;
    position: absolute;
    display: inline-block;
    top: 0;
    left:0;
    font-size: 13px;
}

.site-footer.rev .footer-information .link--fax::before{
    content: '\f02f' !important;
    font-family: 'FontAwesome' !important;
    position: absolute;
    display: inline-block;
    top: 0;
    left:0;
    font-size: 13px;
}

.site-footer.rev .footer-information__secondary-links .footer-information__link-container{
    margin-bottom: 15px;
}

.site-footer.rev .footer-information .footer-information__link-container.address{
    margin-bottom: 20px;
}


.site-footer.rev .footer-information .footer-information__link-container .inner{
    padding-left: 18px;
    margin-left: 7px;
    position: relative;
}

.site-footer.rev .footer-information .footer-information__link-container .inner::before{
    content: '\f041' !important;
    font-family: 'FontAwesome' !important;
    position: absolute;
    display: inline-block;
    top: 0;
    left:0;
    font-size: 13px;
    color: #1a9cdc;
}

.site-footer.rev .footer-information .link--add{
    position: relative;
    font-size: 14px;
    border-bottom: 0;
    line-height: 1.3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.site-footer.rev .site-footer.rev .footer-information .footer-information__button-container a{
    margin-right: 8px;
}

@media only screen and (min-width: 1024px){
  .site-footer.rev .footer-newsletter {
      padding-top: 117px;
  }
}

.site-footer.rev .footer-newsletter {
    padding-top: 58px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 30px;
}

@media only screen and (min-width: 1024px){
  .site-footer.rev .footer-newsletter {
      padding-top: 117px;
      padding-right: 43px;
      padding-left: 43px;
  }
}

.site-footer.rev .footer-newsletter h4{
    font-family:'Sagona-italic';
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
}

.site-footer.rev .footer-newsletter .social-links{
    margin-top: 35px;
}

.site-footer.rev .footer-newsletter .social-links ul{
    padding-left: 0;
    list-style: none;
}

.site-footer.rev .footer-newsletter .social-links ul li{
    display: inline-block;
    margin-right: 20px;
}

.site-footer.rev .footer-newsletter .social-links ul li a{
    background: #2e9cda;
    color: #fff;
    width: 30px;
    display: block;
    text-align: center;
    vertical-align: middle;
    height: 30px;
    padding: 1px;
    border-radius: 50%;
    font-size: 15px;
}

.site-footer.rev .footer-newsletter .social-links ul li a:hover,
.site-footer.rev .footer-newsletter .social-links ul li a:focus{
    background: #2b8bc1;
}


.site-footer.rev .footer-newsletter .newsletter__form input {
    font-size: 14px !important;
    padding-top: 15px !important;
    padding-bottom: 12px !important;
}


.site-footer.rev .footer-newsletter .newsletter__form .button--newsletter{
    top: 3px !important;
}


.site-footer.rev .newsletter__form .icon--arrow-input-selection {
    height: 9px !important;
    width: 13px !important;
}

.site-footer.rev .footer-information__secondary-links a{
    font-family: "Sagona-Light", Georgia, Times, "Times New Roman", serif;
    font-size: 21px;
}

#wpas-results {
    padding-bottom: 30px;
}
#wpas-load img{
  width: 30px;
}
#wp-advanced-search select{
  height: 0px !important;
  padding: 0px !important;
  border: none !important;
  width: 0 !important;
}
input.wpas-reset.btn-clear {
    border: 2px solid #b4b5b4;
    color: #6d6e6d;
    padding: 12px 20px 11px;
    font-family: "ProximaNova-Regular", arial, helvetica, lucinda grande, lucida sans, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
    background: transparent;
}
input.wpas-reset.btn-clear:hover,
input.wpas-reset.btn-clear:focus{
    border: 2px solid #6d6e6d;
    color: #1e1e1e;
    outline: none;
}
#wpas-order {
    position: absolute;
    left: -9999px;
}
#wpas-orderby{
  float: right;
}
#wpas-orderby .wpas-radio-container{
  display: inline-block;
}
#wpas-orderby input[type="radio"] {
  display: none;
}

#wpas-orderby label {
  display: inline-block;
  background: #dcdcdc;
  color: #000;
  font-size: 13px;
  cursor: pointer;
  padding: 12px 20px 11px;
  font-family: "ProximaNova-Bold", arial, helvetica, lucinda grande, lucida sans, sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2rem;
  line-height: 1;
  margin-left: 10px;
}
#wpas-orderby input[type="radio"]:checked+label {
  background-color: #196db6;
  color: #fff;
}
/*==*/
.header-popup{
      position: relative;
    padding: 37px 30px 31px;
    text-align: center;
        background-color: #196db6;
}

.header-popup:before{
  position: absolute;
    content: '';
    background: url(https://www.neafoundation.org/wp-content/themes/neaf/src/svg/triangles.svg);
    background-size: 150%;
    opacity: .12;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.header-popup h3{
  margin: 0;
  position: relative;
  margin-bottom: 7px;
  padding-top: 14px;
  color: #fff;
}

.header-popup h6{
  margin: 0;
  opacity: .8;
  color: #fff;
  margin-top: 0;
  margin-bottom: 21px;
  line-height: 21px;
  text-transform: none;
  font-family: "ProximaNova-Regular", arial, helvetica, lucinda grande, lucida sans, sans-serif;
  font-size: .8rem;
}

.header-popup h5{
  margin: 0;
  fill: #fff;
  color: #fff;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold", arial, helvetica, lucinda grande, lucida sans, sans-serif;
  line-height: .6rem;
  letter-spacing: .5px;
  font-size: .5rem;
}

.header-popup h5 i{
    font-size: 13px;
    margin-right: 5px;
  }

.body-popup{
    padding: 29px 32px 32px;
    text-align: left;
}

/*Image Responsive Mobile*/
@media screen and (max-width: 767px) {
  img.alignleft, picture.alignleft, iframe.alignleft,
  img.alignright, picture.alignright, iframe.alignright,
  img.aligncenter, picture.aligncenter, iframe.aligncenter {
    max-width: 100%;
    margin: auto;
    height: auto;
  } 
}