
.archives h3 {display:block; overflow:hidden; max-height: 74px;}
.archives a {text-decoration:none !important; color: #333;}

@media (max-width: 900px) {

}
@media (max-width: 1050px) {
.card-overlay {
	height: 240px !important;
	width: 90%;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .2);
	background: white;
	padding: 0 20px;
	margin: auto;
	position: relative;
}

}
@media print {

}


h4 {
  font-weight: 300;
  font-size: 28px;
  color: #6d6d6d;
}



.webinar-image {
  /* background-image: url(""); */
  background-size: cover;
  position: absolute;
  height: 360px;
  width: 100%;
  top: 0;
  color: #fff;
}

.header-overlay {
  position: absolute;
  width: 100%;
  height: 460px;
  background: rgba(0,0,0,.7);
  top: 0;
  color: #fff;
}

@keyframes darken-overlay {
    from {background: rgba(0,0,0,.7);}
    to {background: rgba(0,0,0,.8);}
}

.header-overlay:hover {
  animation-name: darken-overlay;
  animation-duration: 500ms;
  background: rgba(0,0,0,.8);
  cursor: pointer;
}

.header-overlay h2, .head-img h2 {
  margin-top: 140px;
  font-size: 32px;
  font-family: "Merriweather", serif;
  margin: 140px 120px 50px;
  text-align: center;
  line-height: 42px;
}

.webinar-overlay-1 {
  position: absolute;
  height: 360px;
  width: 100%;
  background: rgba(140, 140, 140, .9);
  top: 0;
  color: #fff;
}

.webinar-overlay-2 {
  position: absolute;
  height: 360px;
  width: 100%;
  background: rgba(78, 113, 126, .9);
  top: 0;
  color: #fff;
}

.webinar-overlay-1 h2, .webinar-overlay-2 h2 {
  margin-top: 60px;
  font-size: 28px;
  font-family: "Merriweather", serif;
  margin: 70px 90px 20px;
  text-align: center;
  line-height: 34px;
}

.webinar-overlay-1 p, .webinar-overlay-2 p {
  font-family: "Open Sans", sans-serif;
  margin: 0 90px 40px;
  text-align: center;
}

.webinar-overlay-1 .header-cta h3, .webinar-overlay-2 .header-cta h3 {
  border-width: 1px;
}

.webinar-overlay-1 h3:first-of-type, .webinar-overlay-2 h3:first-of-type {
  margin-right: 40px;

  }

.webinar-circle {
  position: relative;
  bottom: 100px;
  margin: auto;
  width: 110px;
  height: 110px;
  border-radius: 100px;
  color: #454545;
  background: #fff;
  z-index: 100;
  text-align: center;
}

.webinar-circle span {
  z-index: 200;
  position: relative;
  top: 43px;
}

.webinar-circle-outline {
  position: relative;
  bottom: 29px;
  right: 5px;
  margin: auto;
  width: 121px;
  height: 121px;
  border-radius: 100px;
  background: rgba(255,255,255,.5);
  z-index: 50;
}

.header-cta {
  text-align: center;
  margin-bottom: 100px;
}

.head-img .header-cta, .head-img h2 {
  opacity: 0;
}

.header-cta h3 {
  border: 2px solid #fff;
  display: inline;
  padding: 10px;
  font-size: 24px;
}

.header-cta h3:hover {
  background: rgba(255,255,255,.4);
  cursor: pointer;
}

.top-widget-title {
  text-align: center;
}

.top-widget-title h4 {
  margin-bottom: 30px;
  line-height: 22px;
}

.featured {
  padding: 0;
}

.featured-title {
  margin: 15px 0 0;
}

.featured-posts img {
    width: 100%;
    display: block;
    margin: auto;
    object-fit: cover;
    max-height: 220px;
	min-height: 220px;
    object-position: top;
}

.card-overlay {
  height: 190px;
  width: 90%;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .2);
  background: white;
  padding: 0 20px;
  margin: auto;
  position: relative;
}

.card-overlay-shadow {
  height: 200px;
  width: 420px;
  background: #F0F0F0;
  border-radius: 10px;
  position: absolute;
  top: 275px;
  left: 35px;
  z-index: -100;
}

.feature-circle {
  margin-top: -30px;
  width: 100%;
  position: relative;
  bottom: 30px;
}

.feature-circle img {
  height: 60px;
  width: 60px;
  display: block;
  margin: auto;
}

.feature-circle h5 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin: 10px;
}

.feature-circle h3 {
  text-align: center;
  font-family: "Merriweather", serif;
  font-size: 20px;
}

.feature-circle p {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  color: #919191;
}

.top-feed {
  margin-bottom: 5px;
  margin-left: 15px;
  padding: 4px;
}

@keyframes darken-text {
    from {background: #fff;}
    to {background: #ededed;}
}

.top-feed:hover, .text-preview:hover, .img-preview:hover, .tab-post:hover, .col-md-4:hover  {
  cursor: pointer;
}

.top-feed:hover, .img-preview:hover, .tab-post:hover, .text-preview:hover, .featured-posts .col-md-4:hover {
  animation-name: darken-text;
  animation-duration: 700ms;
  background: #ededed;
}

@keyframes slight-fade {
    from {opacity: 1}
    to {opacity: .7;}
}

.col-md-4:hover .feature-image {
  animation-name: darken-text;
  animation-duration: 700ms;
  opacity: 0.7;
}

.featured-posts .col-md-4:hover .card-overlay {
  background: #fafafa;
}

.featured-posts .col-md-4 {
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 10px;
}
.featured-posts h5 {
  text-transform: uppercase;
}

.top-feed div {
  padding-right: 0;
}


.top-feed div img {
  padding: 5px;
}

.top-feed h5 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.top-feed img {
    height: 90px;
    width: 90px;
    object-fit: cover;
}

.top-feed p {
  line-height: 21px;
  font-size: 16px;
  font-family: "Merriweather", serif;
  color: #4C4C4C;
  margin-bottom: 0;
}

.top-feed .col-md-9 {
  margin-left: 20px;

}

.top-border {
  width: 50px;
  border-top: 2px solid #44743E;
  height: 5px;
  margin-top: 20px;
}

.webinars {
  height: 420px;
}

.webinars img {
  width: 100%;
}

.webinars .col-md-6 {
  padding: 0;
}

.snippet-card {
  padding: 0;
  height: 320px;
  color: #fff;
}

@keyframes darken-green {
    from {background: #006c67;}
    to {background: #015551;}
}

@keyframes darken-magenta {
    from {background: #6B2338;}
    to {background: #4c1626;}
}

.snippet-card-green {
  background: #006c67;
}

.snippet-card-green:hover {
  background: #015551;
  animation-name: darken-green;
  animation-duration: 700ms;
  cursor: pointer;
}

.snippet-card-magenta {
  background: #6B2338;
}

.snippet-card-magenta:hover {
  background: #4c1626;
  animation-name: darken-magenta;
  animation-duration: 700ms;
  cursor: pointer;
}

.snippet-card .snippet-card-title {
  position: relative;
  height: 250px;
  float: left;
  top: 45px;
  right: 30px;
  margin: 0 60px;
  width: 30%;
  text-align: center;
  border-right: 1px solid #fff;
}

.snippet-card-title h5 {
  margin: 110px 20px 0 0;
  font-size: 16px;
  font-weight: 300;
}

.snippet-card h3 {
  font-family: "Merriweather", serif;
  position: absolute;
  top: 40px;
  right: 30px;
  font-weight: 300;
  float: right;
  line-height: 28px;
  width: 45%;
  font-size: 22px;
  text-align: center;
}

.text-preview {
  padding: 5px 30px;
}

.text-preview h5 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-preview h3, .tab-pane h3 {
  font-family: "Merriweather", serif;
  font-size: 18px;
  color: #212529;
}

.text-preview p, .tab-pane p  {
  font-family: "Open Sans", sans-serif;
  color: #6d6d6d;
  font-size: 14px;
}

.text-preview .col-md-12 {
  padding: 0 5px;
}

.tab-pane p.signature {
  float: right;
  color: #9C9C9C;
  margin-top: -10px;
}


.img-preview {
  text-align: center;
  padding: 0;
  min-height: 320px;
}

.img-preview img {
  padding: 5px 5px 0 5px;
    width: 100%;
    display: block;
    margin: auto;
    object-fit: cover;
    max-height: 180px;
    min-height: 180px;
    object-position: top;

}

.img-preview h5 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}

.img-preview h3 {
  font-family: "Merriweather", serif;
  font-size: 18px;
  margin: 0 10px;
}

.snippets {
  margin-bottom: 30px;
}

.top-feed div.top-border {
  margin-left: 0;
  margin-top: 10px;
  padding-top: 0;
}



.research .top-border {
  border-color: #AD2C24;
}

.research h5 {
  color: #AD2C24;
}

.policy h5 {
  color: #3B677B;
}
.policy .top-border {
  border-color: #3B677B;
}

.afterschoolchallenge h5 {
  color: #2a9bce;
}
.afterschoolchallenge .top-border {
  border-color: #2a9bce;
}
.inthefield .top-border {
  border-color: #2a4c7f;
}

.inthefield h5 {
  color: #2a4c7f;
}
.newsroundup .top-border {
  border-color: #f96e3e;
}

.newsroundup h5 {
  color: #f96e3e;
}
.newsroundup h3, .inthefield h3, .policy h3, .bay h3 .research h3, .workers h3, .environmental h3 {
  color: #333333;
}


@media (min-width: 1202px) {

}


@media (max-width: 1460px) {
 

  .top-feed p {
    font-size: 14px;
  }
}

@media (max-width: 1360px) {
  .top-feed {
    margin-left: 20px;
  }
}

@media (max-width: 1270px) {
  .header-overlay h2, .head-img h2 {
    margin: 140px 60px 50px;
  }

  .top-feed {
    margin-left: 0;
  }

  .top-widget-title h4 {
    font-size: 22px;
    font-weight: normal;
  }

  .top-feed .col-md-9 {
    margin-left: 30px;
  }

  .webinar-overlay-1 h2, .webinar-overlay-2 h2 {
    margin-top: 30px;
  }

  .snippet-card h3 {
    font-size: 18px;
  }
}

@media (max-width: 1202px) {
  .top-feed .col-md-9 {
    margin-left: 0;
    width: 95%;
    flex: 0 0 95%;
    max-width: 95%;
  }
 
  .featured-title {
    margin-top: 20px
  }

  .webinar-overlay-1, .webinar-overlay-2, .webinar-image {
    height: 400px;
  }
 
}

@media (max-width: 1202px) {
  .header-overlay h2, .head-img h2 {
    font-size: 24px;
    margin: 70px 60px 50px;
  }

  .webinar-overlay-1 h2, .webinar-overlay-2 h2 {
    font-size: 24px;
  }


  .top-widget-title h4 {
    font-size: 18px;
  }
}


@media (max-width: 1202px) {
  

  .webinar-overlay-1, .webinar-overlay-2, .webinar-image {
    height: 500px;
  }

  /*
  .top-widget {
    margin-top: 360px;
    padding: 0;
  }
*/
  .top-widget-title h4 {
    font-size: 28px;
    margin-top: 25px;
  }

  .top-feed img {
    float: right;
  }

  .snippet-card h3 {
    position: static;
    font-family: "Merriweather", serif;
    font-weight: 300;
    float: right;
    line-height: 28px;
    width: 65%;
    font-size: 22px;
    text-align: center;
    margin-top: 30px;
    padding: 0 20px;
  }

  .snippet-card .snippet-card-title {
    position: static;
    height: 250px;
    float: left;
    width: 35%;
    text-align: center;
    border-right: 1px solid #fff;
    margin: 0
  }

  .snippet-card {
    height: auto;
    padding: 20px;
  }

  .snippets {
    margin-top: 100px;
    margin-bottom: 0;
  }

  .text-preview, .img-preview {
    padding: 20px;
	min-height: 320px;
  }

  .tab-post {
    padding: 10px 30px;
  }

 
  .top-feed .col-md-8 {
    flex: 0 0 86.666667%;
    max-width: 86.666667%;
  }



  .snacks {
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .2);
  }


}


@media (max-width: 768px) {
  .header-overlay, .head-img, .header-img {
    height: 360px;
  }

 
  .top-widget-title h4 {
    font-size: 24px;
    margin-top: 30px;
  }

  .snippets {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .top-widget {
    margin-top: 0;
  }

  .feature-image {
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .2);
  }

  .featured-title h4 {
    margin: auto;
  }

  .feature-circle p {
    padding-bottom: 40px;
  }

  .feature-circle img {
    margin-top: 30px;
  }

  .top-feed p {
    margin-bottom: 10px;
  }


  .webinar-overlay-1, .webinar-overlay-2, .webinar-image {
    height: 350px;
  }

  .webinars {
    height: 700px;
  }

  .webinar-circle, .webinar-circle-outline {
    display: none;
  }

  

  .card-overlay {
    width:80%;
    bottom: 30px;
  }

  .text-preview, .img-preview {
    border-bottom: 1px solid #ededed;
  }

  .top-feed .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (max-width: 575px) {
  .webinar-overlay-1, .webinar-overlay-2, .webinar-image {
    height: 400px;
  }

  .webinars {
    height: 800px;
  }

  .top-feed img {
    display: none;
  }

  .top-feed .col-md-8 {
    flex: 90%;
    max-width: 90%;
  }

  .mobile-only {
    margin: 50px auto 20px;
  }
}

@media (max-width: 490px) {
  .header-overlay h2, .head-img h2 {
    margin-top: 40px;
  }
  .top-widget-title h4 {
    font-size: 20px;
  }

  .webinar-overlay-1, .webinar-overlay-2, .webinar-image {
    height: 500px;
  }

  .webinars {
    height: 900px;
  }
}
.by-line {font-family:"Lato", sans-serif;
  border-top: 1px #ccc solid;
  text-align:left;
  font-size:14px;
  margin-bottom: 10px;
  padding-top:5px;
}
.by-line-name { text-transform:uppercase;}
.post-date {font-style:italic;}
.entry h1 {font-family:"Merriweather", serif;}
.entry p {"Open Sans", sans-serif; padding-left: 15px;}
.sider {display: block; text-decoration:none !important;}
.breadcrumbs {margin-bottom: 15px; color: #999; text-transform:uppercase; border-bottom: 1px #ccc solid;}
.breadcrumbs a {color: #999; text-decoration: none !important;}
.breadcrumbs a:hover, .breadcrumbs a:active {color: #666;}
.featured a {color:#333333; text-decoration:none;}
.top-widget a {display: block; text-decoration:none !important;}
.snippets a {text-decoration:none;}
.img-preview a {text-decoration:none;}

@media (min-width: 768px) {

   
}




.card-img-top {
    width: 100% !important;
    height: 11vw !important;
    object-fit: cover !important;
}
.card, .card-img-top {border-radius: 0px !important;}
.card-group {margin: 20px 35px !important;}
.card-deck {margin:  20px !important;}
.card-deck {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 3fr));
    grid-gap: .5rem;
}
.style_3:before {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  height: 10px;
  background:rgba(123, 178, 60, 0.29) !important;

}
.style_3 .card-header, .style_3 .card-footer {background:rgba(123, 178, 60, 0.99) !important;}
.style_3 {background:rgba(123, 178, 60, 0.01) !important;}
.style_4:before {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  height: 10px;
  background:rgba(123, 178, 60, 0.29) !important;

}
.style_4 {background:rgba(123, 178, 60, 0.01) !important;}
.style_4 .card-header, .style_4 .card-footer {background:rgba(123, 178, 60, 0.75) !important;}
.style_5:before {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  height: 10px;
  background:rgba(123, 178, 60, 0.39) !important;

}
.style_5 {background:rgba(123, 178, 60, 0.01) !important;}
.style_5 .card-header, .style_5 .card-footer {background:rgba(123, 178, 60, 0.64) !important;}
.style_6:before {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  height: 10px;
  background:rgba(123, 178, 60, 0.39) !important;

}
.style_6 {background:rgba(123, 178, 60, 0.01) !important;}
.style_8 {border-bottom: 1px solid #59692a !important;}
.style_6 .card-header, .style_6 .card-footer {background:rgba(123, 178, 60, 0.53) !important;}
.card-footer p {margin: 0 !important; padding: 0 !important;}
.card-footer a {background-color: transparent !important; border: solid 1px rgba(0, 0, 0, 0.19) !important;color: #ffffff !important; text-transform: none !important; }
.card-footer a:hover,  .card-footer a:active {background-color: rgba(0, 0, 0, 0.39) !important;  border: solid 1px rgba(0, 0, 0, 0.79) !important;color: #ffffff !important;text-transform: none !important;}
.style_3 .card-footer:last-child,.style_4 .card-footer:last-child, .style_5 .card-footer:last-child, .style_6 .card-footer:last-child {
	border-radius: 0 0 0 0;
}
.card p {color: #000000 !important;}
.card-group {
	margin:0;
}
.card-group .card {border: none;}
.tagline { text-align: center;
  background: #2d2f33; /* Old browsers */
  background: -moz-linear-gradient(top, #2d2f33 0%, #000000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2d2f33 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2d2f33 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2f33', endColorstr='#000000',GradientType=0 ); /* IE6-9 */}
.tagline hr {background:rgba(255, 255, 255, 0.09) !important;height: 1px; width: 20%;}
.card-header h4, .card-header, .card-header p, .card-header h2, .card-header h3 {margin-top: 0 !important; margin-bottom: 0 !important; text-transform: uppercase; text-align: center; color: #ffffff !important;}
.card-header h4 {font-size: 17px; text-align: center;}
.card-body ul {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 15px;
  color: #333;}
  .card-body li a {text-decoration: none !important; color:#617819 !important;background-color: transparent !important;}
  .card-body li {list-style: none !important; border-bottom: 1px #ccc solid; display: inline-block; padding-bottom: 4px; margin-bottom: 4px;}
  .card-body li:last-child {border-bottom: none !important;}
  .style_7 .card-body, .style_7 {
	border: none !important;
	background: transparent !important;
  }
.card a, .card-deck a, .card-group a, .slick-slider a {text-decoration: none !important;}
.index-title h1, .h1.index-title {margin-top: 20px;font-family: 'Noto Sans', sans-serif !important; color: #2a4c7f !important;}
.index-subtitle {font-family: 'Noto Serif', serif !important; color: #2a351d !important;}
.pagination li.active {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	/*color: #007bff;*/
	background-color: #fff;
	border: 1px solid #dee2e6;
}
#books img {max-height: 234px; max-width:154px;}
.product-list-item a {color: #000000; text-decoration: none !important;}
.product-meta {font-size: 15px !important; margin-left: 20px;}
.product-item {margin-bottom: 5px;}
.product-list-item a.btn-tag, .product-list-item a.btn-scat, .product-list-item a.btn-pdf  {
	border-radius: 4px;
	font-size: 12px !important;
	line-height: normal;
	padding: 2px 5px;
  background-color: #e6eada;
  color: #333333;
}
.list-top {border-top: 8px solid rgba(132, 160, 47, 0.69) !important}
.product-list {border-top: 10px solid rgba(132, 160, 47, 0.89) !important}
.product-list-item {border-bottom: 1px solid rgba(214, 243, 128, 0.9) !important;}
.product-list-item h4 {text-transform: uppercase; color: #666666; margin-left: 10px; margin-top: 10px;}
.sidebar {border: 1px #ccc solid; min-height: 400px; background-color: #f5fae5;margin: 0 5px 0 10px}
.slick-prev:before,
.slick-next:before {
  color: #2a4c7f !important;
}
.panel-title > a.collapsed::before {
	float: right !important;
	content: "\f055";
	color: #C00;
}
.panel-title > a::before {
	float: right !important;
	font-family: FontAwesome;
	content: "\f056";
	color: #C66;
}
.accordion .panel-title, h4.panel-title, h3.panel-title {padding-bottom: 6px; border-bottom: 1px #cccccc solid;}
.panel-title a {text-decoration: none; color: #333333 !important;}
.btn-filters {
	color: #fff;
	background-color: #2a4c7f;
	border-color: #2a4c7f;
}
.btn-filters:hover {
	color: #fff;
	background-color: #3d6212;
	border-color: #3d6212;
}
.blog-main {margin-top: 40px !important;}
.blog-main a {color: #333333 !important;}
a.btn-blog {
	background-color: #037889;
	color: white !important;
	display: inline-block;
	font-family: 'Poppins', sans-serif;

	letter-spacing: 0.15em;

	text-transform: uppercase;
}
a.btn-blog:hover {
	background-color: #015b68;
	color: white !important;
}
/* Blog list view */
.blog-tags>li {
  border-right: 1px solid rgba(0,0,0,0.1);
  font-size: 0.9em;
  margin-left: -6px;
  padding: 4px 18px;
  text-transform: uppercase;
}
.blog-tags>li:first-child {
  margin-left: 0;
  border-left: 1px solid rgba(0,0,0,0.1);
}
.blog-tags>li:hover {
  background-color: rgba(0,0,0,0.1);
}

.blog-list li {
  list-style: none;
}

@media (min-width: 1025px) {
.blog-list li:first-of-type, .blogpage-listing li:first-of-type,
.blog-list li:nth-child(6), .blogpage-listing li:nth-child(6),
.blog-list li:nth-child(7), .blogpage-listing li:nth-child(7),
.blog-list li:nth-child(12), .blogpage-listing li:nth-child(12) {
      width: 50%;
    }
}

.blog-list-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.blog-list-item a {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.blog-list-item:hover img {
    opacity: 0.3;
}

.blog-list-item .image {
  overflow: hidden;
  background-color: #9c08da;
  flex: 1 0 auto;
}

.blog-list-item .image img {
  min-height: 510px;
  width: auto;
  min-width: 100%;
}

.blog-list-item .text {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 23%,rgba(0,0,0,1) 50%);
  margin-top: -150px;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.blog-list-text p {color: #999999; font-size: 13px}
.blog-list-title {color: #333333;font-size: 15px;}
.blog-main-post {margin-top: 40px;}
.blog-list-title-top, .blog-main-post h1 {color: #015b68 !important;font-size: 33px; text-transform: uppercase;}
.blog-main-post a {color: #028093;}
.blog-main-post a:hover {color: #015b68;}
  .blog-list-item .text h2 {
  color: #fff;
  font-weight: 200;
  margin-top: 0;
}

.blog-list-item .text p {
  color: #e3e3e3;
  font-size: 0.8em;
  margin-bottom: 0;
}

.blog-list-item .footer {
  background-color: #333;
  color: #fff;
  margin-top: 0;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.blog-body {text-align: justify;}
.blog-sidebar h4 {color: #015b68 !important; text-transform: uppercase;font-size: 15px;}
.blog-sidebar h5 {font-size: 13px; text-align: right; color: #999999;}
.blog-sidebar a {text-decoration: none !important;}
.social-media-nav {background-color: #6fa332; height: 70px;}
.social-media-nav a {color: rgba(255, 255, 255, .73) !important;}
.social-media-nav a:hover {color: rgba(255, 255, 255, .59) !important;}
.donate-footer {

  	background-color: #1e375b !important;
  	padding-top: 5px;
  	border-top: 1px solid #88a0ae;
  	padding-bottom: 10px;

}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
