.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
footer .toes img {
    max-width: 100px;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
/* Containers */
.revamp.revampNew .container.general,h
.container.cont-full {
  width: 100% !important;
}
/* Top Nav */
.revamp.revampNew .navbar-default {
  background-image: var(--wpr-bg-c6b2d23e-3bc3-44c1-abd1-ce0ebe22d955);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
/* Page Intro */
.revamp .page-intro.is-project { 
  margin: -6px 0 24px 0;
padding: 86px 0 36px;
color: #fff !important;
background-color: #0B6858 !important;
background-image: var(--wpr-bg-7997fbf0-7283-4a4b-adae-1497195273da);
background-repeat: no-repeat;
background-size: cover;
background-position: top;
}
.revamp .page-intro.is-project nav.breadcrumb,
.revamp .page-intro.is-project nav.breadcrumb a {color:#EEE}
.revamp .page-intro.is-project h1 {color:#FFF}

.revamp.revampNew .page-intro {
  padding: 90px 0 20px;
}
.revamp.revampNew .page-intro a {
  color: #BFDCD0 !important;
}
/* Breadcrumbs */
#breadcrumbs {
  color: #424244;
}
#breadcrumbs a {
  color: #14816e;
}
.page-intro #breadcrumbs,
.page-intro #breadcrumbs a {
  color: #BFDCD0;
}

/* By Line */
.revamp.revampNew .page-header {
  font-size: 16px;
  border-bottom: none;
  padding-bottom: 7px;
  margin-bottom: 5px;
}

/* Blog Columns */
.flex-col-center {
  flex: 3;
  min-width: 700px;
  max-width: 700px;
  width: 700px !important;
  order: 2;
  margin: 0 auto;
  padding: 10px 0;
}

.flex-col-left {
  flex: 1;
  order: 1;
  margin: -70px 0 0 30px;
  min-width: 180px;
  max-width: 180px;
  z-index: 10;
  color: #595959;
  font-size:12px;
}
.flex-col-left a {
  color: #595959;
}
.flex-col-left a:hover {
  color: #14816e;
}
.flex-col-left .side-tags { 
} 
 .flex-col-left .side-tags a {
    display: block;
	text-transform: capitalize;
	margin-bottom:4px;
  }

.flex-col-left .avatar {
  width: 120px;
  height: 120px;
  border: 5px solid #fff;
  margin: 0 auto;
  display: block;
  box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
.flex-col-right {
  flex: 1;
  order: 3;
  text-align: center;
  min-width: 210px;
  max-width: 210px;
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
  height: 100%;
}
.flex-col-right .feat-right {
  margin-top: 60px;
  margin-bottom: 33px;
  background: #F8F8F8;
  border: 1px solid #EEE;
  padding-bottom:15px
}
.flex-col-right .feat-right-img img {
  height: auto;
  width: 180px;
  margin: -57px auto 0;
}
.flex-col-right .feat-right-txt {
  padding: 5px 20px;
  line-height: 140%;
  font-size: 110%;
}
.flex-col-right .feat-right-txt span {
  color: #D03819;
  display: block;
}
.flex-col-right .btn.btn_ev_signup,
#submit.btn-comment-new {
  background-color: #14816e;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  border: none;
}

/* Headings */
.revamp h1,
.revamp h2,
.revamp h3,
.revamp h4{
  color: #424244;
  font-family: Montserrat;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 125%;
}
.revamp .project-hero h1 {
  color: #FFF;
}

.revamp h1 {
  margin-top: 30px;
  line-height: 125%;
}
.revamp h2 {
  font-size: 28px;
}
.revamp h3 {
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  line-height: 120%;
}
.revamp h4 {
  
  font-size: 20px;
  line-height: 120%;
  margin: 18px 0 12px;
}

/* Related Articles */
.revampNew #post-nav .crp_thumb {
    display: block;
    max-width: 100%;
    height: auto;
}
.revampNew #post-nav {
  margin-top: 10px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 0px;
  padding: 20px 0 0 ;
}
.revampNew #post-nav h2 {
  letter-spacing:4px !important;
  text-transform:uppercase;
font-size:18px;}
.revampNew #post-nav a {
 text-decoration: none;
}
.revampNew #post-nav a h3, 
.revampNew #post-nav a .crp_title {
  font-size: 20px;
  padding-bottom: 0;
  color: #14816E;
  line-height: 135%;
  margin-bottom: 10px;
}
.revampNew #post-nav small {
    margin: 0 0 10px 0;
}
.revamp .post-nav a:focus img {
  outline: 2px solid #14816e !important;
  outline-offset: 2px !important;
  text-decoration: none;
}
/* Signup banner */
#signup_banner h2 {
  font-family: Montserrat;
  margin-bottom: 4px;
}
#signup_banner {
  background-color: #164243 !important;
  background-image: var(--wpr-bg-f3ae18ea-3993-4713-9b6b-daa2a6e5797f);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
 div#signup_banner .inside {
  background-image:none !important;padding:20px 20px 25px;
}
/* Comments */
.comm-box
 {
  padding-bottom: 25px;
}
.toggle-comments {
  display: block;
  padding: 5px 15px;
  margin-bottom: 30px;
  background: #fff;
  border: 2px solid #ddd;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  letter-spacing:4px !important;
  text-transform:uppercase;
}
.toggle-comments:hover {
  color: #fff;
  border-color: #14816e;
  background-color: #14816e;
}
.toggle-comments-txt {padding-right: 5px;}
/* Footer */
.footer {
  background-color: #292c2c;
}
.footer .donate h2 {
  color: #fff;
}
.footer h2 {
  color: #8f9797;
  font-size: 24px;
  font-family: Montserrat;
}
#footerbuttondonate {
  background-color: transparent;

  text-decoration: underxline;
  padding: 0;
  color: #50a486;
}
/* Images-Captions */
.revamp figcaption {
  color: #595959 !important;
  box-shadow: none;
  padding: 0px 12px !important;
}
.video-caption {font-size:12px;color:#595959;padding:0 12px;margin-bottom:30px;}
/*global style */ 
.revamp .content img {
  margin-bottom: 20px;
}

.revamp a:focus {
  outline: 2px solid #14816e !important;
  outline-offset: 2px !important;
  text-decoration: none;
}
.flex-col-center ul li {
  list-style-type: none;
  position: relative;
}
.flex-col-center ul li,
.flex-col-center ol li {
  margin: 5px 0;
}
.flex-col-center ul li::before {
  content: "■";
  position: absolute;
  left: -0.9em;
  top: -0.25em;
  font-size: 1.2em;
}


/* RESPONSIVE */
@media (min-width: 1201px) /*LARGE SCREEN*/ {
  .revamp.revampNew .container.is-narrow,
  .revamp.revampNew .page-intro .container {
    width: 730px !important;
  }
  .flex-blog {
    display: flex;
    justify-content: space-around;
    max-width: 1400px;
    margin: 0 auto;
  }
  .flex-col-center {
    margin: 0;
    height: auto;
  }
}
@media (max-width: 1200px) /*MEDIUM SCREEN*/ {
  .revamp .flex-blog .avatar {
    float: left;
    margin: 0 20px 10px 0;
  }
  .revamp.revampNew .container.is-narrow,
  .revamp.revampNew .page-intro .container {
    width: 730px !important;
  }
  .flex-col-center {
    width: auto !important;
    min-width: auto !important;
    margin: 0 auto;
    height: auto;
  }
  .feat-right {
    display: none;
  }
  .flex-col-left,
  .flex-col-right {
    margin: 20px auto;
    min-width: 180px;
    max-width: 700px;
    z-index: 10;
    color: #595959;
    border-top: 1px solid #ddd;
    padding: 10px;
  }
  .flex-col-right {
    padding: 0 !important;
    margin: 0 auto !important;
  }
  .feat-right-txt span {
    color: #d34427;
    display: inline;
  }
  .flex-col-left .side-tags p,
  .flex-col-left .side-tags a {
    display: inline !important;
  }
  .flex-col-left .side-tags a:after {
    content: ",";
  }
  .feat-right-img {
    display: none;
  }
}

@media (max-width: 992px) /*TABLETS*/ {
  .revamp.revampNew .container.is-narrow,
  .revamp.revampNew .page-intro .container,
  .flex-col-left,
  .flex-col-right {
    width: 100% !important;
    min-width: 100% !important;
  }
  .flex-col-center {
    max-width: 100%;
  }
}


/* CSS TO REVIEW */



.is-project .full-width {
 margin-top:30px;
margin-left: -80px;
margin-right: -80px;
}
.is-project .full-width.two-col {
margin-top:0px;margin-bottom:0px;

}
 
.is-project .full-width img {
box-shadow:none;
height: auto !important;
}
.is-project .panel.panel-banner {
    min-height: 260px;
}
.is-project .panel {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2) !important;
}
.is-project .panel .panel-heading {
display:block;
overflow: hidden;
}
.is-project .panel a {
text-decoration: none;
}
.is-project .panel:hover img {
  transform: scale(1.1);
}
.is-project .panel .panel-heading img {
    width: auto;
    height: 100%;
    transition: transform .3s ease;

	}

.is-project .panel .panel-body {
display:block; padding:20px;
font-weight: 600;
    color: #424244;
    text-transform: uppercase;
}
/*
@media (min-width: 992px){
.revamp .container.is-bc,
.revamp .container.general,
.revamp .page-intro .container{
    width: 770px !important;
}}

@media (min-width: 1200px){
.revamp .container.is-bc,
.revamp .container.general,
.revamp .page-intro .container{
    width: 970px !important;
}}	
  */
@media (max-width: 992px){
 .is-project .full-width {
margin-left: -20px;
margin-right: -20px;
}
}

@media (max-width: 768px){

.row.display-flex {
  display: block;
}
.revampNew #post-nav img {width:100%;}
}
   