/*!
 * Start Bootstrap - Blog Home (https://startbootstrap.com/template-overviews/blog-home)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-blog-home/blob/master/LICENSE)
 */
a {color:#517d1e; text-decoration: none;}
a:hover, a:active {color:#34550d; text-decoration: none !important;}
 .fixed-top {
     z-index: 94035 !important;
 }
.archives h3 {display:block; overflow:hidden; max-height: 74px;}
.archives a {text-decoration:none !important; color: #333;}
.bay h3 {}
.nav-link-drop {
	color: rgba(0,0,0,.5);
	text-decoration: none !important;
}

.dropdown-menu.show {
	display: block;
	margin-top: 0;
	width: 100%;
	min-width: 16rem;
	padding: 5px 10px;
}
.nav-link-drop:hover, .nav-link-drop:active, .nav-link-drop:focus {
	color: rgba(0,0,0,.7);
}
.dropdown-menu {
 word-spacing: 2px;
	background-color: #8bc34a;

	border: 1px solid #8bc34a;
	border-radius: 0px !important;
  padding: 0 5px;
}
.dropdown-menu a {color: white; text-decoration: none !important; display: inline-block;}
.dropdown-menu a:hover, .dropdown-menu a:active, .dropdown-menu a:focus {color: #eaf6dd; text-decoration: none !important;}
@media (max-width: 900px) {
.navbar-nav .dropdown-menu {
	/* background-color: #fff !important; */
	margin-left: -15px !important;
	border: none !important;

}
.carousel-caption {top: 25% !important; left: 5% !important; text-align: left;text-shadow: 0 0 1px #000000, 0 0 1px rgba(255,255,255,0.09);}
.carousel-caption h2 {font-size: 30px;font-weight: 700; text-transform: uppercase;text-shadow: 0 0 2px #000000, 0 0 1px rgba(255,255,255,0.09); }
.carousel-caption h3, .carousel-caption h4, .carousel-caption h5 {
	text-shadow: 0 0 2px #000, 0 0 1px rgba(255,255,255,0.49);
	color: rgba(255,255,255,0.99) !important;
	font-weight: bold;
  font-size: 18px;
}
.navbar {

	padding: 0 1rem;
}
.navbar-brand {
	display: inline-block;
	 padding-top: 0;

}
}
@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;
}
.carousel-caption {top: 25% !important; left: 5% !important; text-align: left;text-shadow: 0 0 1px #000000, 0 0 1px rgba(255,255,255,0.09);}
.carousel-caption h2 {font-size: 30px;font-weight: 700; text-transform: uppercase;text-shadow: 0 0 2px #000000, 0 0 1px rgba(255,255,255,0.09); }
.carousel-caption h3, .carousel-caption h4, .carousel-caption h5 {
	text-shadow: 0 0 2px #000, 0 0 1px rgba(255,255,255,0.49);
	color: rgba(255,255,255,0.99) !important;
	font-weight: bold;
  font-size: 18px;
}
.navbar {

	padding: 0 1rem;
}
.navbar-brand {
	display: inline-block;
	 padding-top: 0;

}
}
@media print {
    /* print styles go here */
    body {
        font-size: 16px;
    }
	.navbar {display:none !important;}
	.no-print {display: none !important; max-height:1px;}
	.print {display:inline-block !important;}
}
.print {display: none;}
.social-helpers a {cursor: pointer !important; color:#666 !important;}
body {
  padding-top: 54px;
  font-family: "Lato", sans-serif;
}

footer {
  background: #024B82;
  padding-top: 30px;
  padding-bottom: 30px;
}

h4 {
  font-weight: 300;
  font-size: 28px;
  color: #6d6d6d;
}

.navbar {
  -webkit-box-shadow: 0 0 10px 0 #999;
  -moz-box-shadow: 0 0 10px 0 #999;
  height: 70px;
  background: #fff;
  padding-right: 0;
}

.navbar .container-fluid {
  padding-right: 0;
}

.navbar-nav {
  height: 70px;
}

.ml-auto .nav-link {
  padding-top: 22px;
  height: 70px;
}

.container {
  max-width: 1440px;
}

.nav-item {
  background-color: #8bc34a !important;
}
.padded-nav:nth-child(4) {padding-right: 15px;}
.tagged a {display: inline-block; text-decoration:none !important;}
.nav-item.more:hover {
  background: none;
}

.nav-item .nav-link.more {
  margin-right: 40px;
}
.nav-link {
  border-bottom: 4px solid transparent;
}
.nav-link:hover {
  border-bottom: 4px solid transparent;
}

.more .dropdown {
  height: 70px;
  padding-right: 20px;
}

.more .dropdown .btn {
  width: 100%;
  height: 100%;
  padding-bottom: 9px;
  background: none;
  color: rgba(0,0,0,.5);
  border: none;
  border-radius: 0;
}

.more .dropdown .btn:hover {
  cursor: pointer;
  border-bottom: 4px solid #517d1e;
  padding-bottom: 5px;
}

.more .dropdown .btn:focus {
  box-shadow: none;
}

.nav-item .nav-link.search {
  background: #517d1e;
  color: #fff;
  padding-right: 25px !important;
  padding-left: 25px !important;
  border-bottom: none;
}

.search-mobile {
  background: #517d1e;
  color: #fff;
  padding: 8px 20px;
  height: 40px;
  border-radius: 3px;
  position: fixed;
  top: 15px;
  right: 20px;
}
.donate-mobile {
  background: #8F3E28;
  color: #fff;
  padding: 8px 20px;
  margin: 0px 10px;
  height: 40px;
  border-radius: 3px;
  position: fixed;
  top: 15px;
  right: 80px;
}

.blog-donate-mobile {
  background: #309AB1;
  color: #fff;
  padding: 8px 20px;
  margin: 0px 10px;
  height: 40px;
  border-radius: 3px;
  position: fixed;
  top: 15px;
  right: 80px;
}
}
.fa-search {
  font-size: 20px;
}


.nav-item .nav-link.donate {
  background: #8F3E28;
  color: rgba(255,255,255,.9) !important;
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.nav-item .nav-link.donate:hover {
  color: #fff;
  border-bottom: none;
}
.bg-light-blog .nav-item .nav-link.donate {
	background: #309AB1;
  color: rgba(255,255,255,.9) !important;
  padding-right: 25px !important;
  padding-left: 25px !important;
}
.bg-light-blog .nav-item .nav-link.donate:hover {
  color: aliceblue !important;
  border-bottom: none;
}

.nav-item .nav-link.cpr-blogs:hover {
  border-bottom: none;
}

.nav-item .nav-link.cpr-blogs {
  background: #6fa332;
  color: #fff;
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.header-content {
  margin-top: 30px;
  margin-bottom: 8px;
}

.header-img {
  padding: 0;
  height: auto;
}


.head-img {
/*  background-image: url(""); */
  background-size: cover;
  position: absolute;
  height: 460px;
  width: 100%;
  top: 0;
  color: #fff;
}

.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: "Lato", sans-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: "Lato", sans-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: "Lato", sans-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: "Lato", sans-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: "Lato", sans-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 h6 {
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  color: #0a2503;
}
.text-preview h3, .tab-pane h3 {
  font-family: "Lato", sans-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;
}

.nav-pills {
  background: #D4E1E7;
  margin-bottom: 15px;
}

.nav-pills .nav-link.active {
  background-color: #fff;
  border-radius: 0;
  color: #626A6C;
  text-decoration: underline;
}

.nav-pills .nav-link {
  color: #626A6C;
}

.nav-pills .nav-link:hover {
  border-radius: 0;
}

.no-padding {
  padding: 0;
}

.pills {
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.tab-post {
	margin-bottom: 15px;
	padding: 10px 80px 15px 80px;
}


.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: "Lato", sans-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;
}

.environmental .top-border{
  border-color: #41873f;
}

.environmental h5 {
  color: #41873f;
}

.bay .top-border {
  border-color: #553676;
}

.bay h5 {
  color: #553676;
}

.workers .top-border {
  border-color: #d49829;
}

.workers h5 {
  color: #d49829;
}

.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: #517d1e;
}

.inthefield h5 {
  color: #517d1e;
}
.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;
}
.form-horizontal {
  margin-top: -10px;
  border: 10px solid #517d1e;
  width: 100%;
}

.navbar-light .navbar-nav .nav-link.search:hover {
  color: #dedede;
}

a.search-mobile:hover {
  color: #dedede;
}
a.donate-mobile:hover {
  color: #dedede;
}
.search-container {
  height: 70px;
}

.search-container:hover {
  color: #fff;
}

.form-horizontal div {
  height: 50px;
  font-family: "Open Sans", sans-serif;
}

.input-group-btn button {
  width: 60px;
  font-size: 16px;
  padding: 0;
  height: 50px;
  background: #517d1e;
  border-radius: 0;
  color: #fff;
  padding-left: 10px;
}

.input-group-btn button {
  cursor: pointer;
}

.form-control {
  font-size: 16px;
  border-radius: 0;
}

.search-bar {
  height: 0;
}

.search-bar-mobile {
  position: fixed;
  width: 100vw;
  top: 80px;
  max-width: 100vw !important;
  left: 0;
  padding: 0;
}

.search-bar .row {
  position: relative;
  top: 24px;
  width: 100%;
  max-width: 1470px;
  z-index: 500;
  left: 3px;
  display: none;
}

.search-bar-mobile .row {
      margin: 0;
  width: 100%;
  max-width: 1470px;
  z-index: 500;
  bottom: 85px;
  display: none;
}

.search-bar-mobile .row .col-md-12 {
  padding: 0;
}

.mobile-only {
  display: none;
}

#more-dropdown {
  position: fixed;
  top: 70px;
  height: 220px;
  background: #edf7ff;
  z-index: 200;
  padding-top: 20px;
  padding-left: 40px;
  box-shadow: 0 0 10px 0 #999;
  display: none;
}

#more-dropdown h3 {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  color: #363b3c;
  margin-bottom: 20px;
  margin-top: 10px;
}

#more-dropdown p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 16px;
}

#more-dropdown a {
  color: #4685ca;
}

.left-border {
  padding: 0 40px;
  border-left: 1px solid rgba(0,0,0,.2);
}

.navbar-toggler {
  position: fixed;
  left: 20px;
  top: 15px;
}
@media screen and (max-width: 600px), (min-width: 1202px)  {
.donate-mobile {
  display: none;
}
.blog-donate-mobile {
  display: none;
}
}
@media (min-width: 1202px) {
  body {
    padding-top: 56px;
  }
  .carousel-caption {top: 35% !important; left: 5% !important; text-align: left;text-shadow: 0 0 1px #000000, 0 0 1px rgba(255,255,255,0.09);}
  .carousel-caption h2 {font-size: 35px;font-weight: 700; text-transform: uppercase;text-shadow: 0 0 2px #000000, 0 0 1px rgba(255,255,255,0.09); }
  .carousel-caption h3, .carousel-caption h4, .carousel-caption h5 {
  	text-shadow: 0 0 2px #000, 0 0 1px rgba(255,255,255,0.49);
  	color: rgba(255,255,255,0.99) !important;
  	font-weight: bold;
  }
  .field {
    width: 120px;
    text-align: center;
    padding-right: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav .container {
    margin-top: 70px;
  }

  .search-mobile, .search-bar-mobile {
    display: none;
  }
/*  .navbar {

  	padding: 0 1rem;
  } */
  .navbar-brand {
  	display: inline-block;
  	 padding-top: 0;

  }
}


@media (max-width: 1460px) {
  .container {
    max-width: 95vw;
  }

  .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%;
  }
  .carousel-caption {top: 25% !important; left: 5% !important; text-align: left;text-shadow: 0 0 1px #000000, 0 0 1px rgba(255,255,255,0.09);}
  .carousel-caption h2 {font-size: 30px;font-weight: 700; text-transform: uppercase;text-shadow: 0 0 2px #000000, 0 0 1px rgba(255,255,255,0.09); }
  .carousel-caption h3, .carousel-caption h4, .carousel-caption h5 {
  	text-shadow: 0 0 2px #000, 0 0 1px rgba(255,255,255,0.49);
  	color: rgba(255,255,255,0.99) !important;
  	font-weight: bold;
    font-size: 18px;
  }
  .featured-title {
    margin-top: 20px
  }

  .webinar-overlay-1, .webinar-overlay-2, .webinar-image {
    height: 400px;
  }
  .navbar {

  	padding: 0 1rem;
  }
  .navbar-brand {
  	display: inline-block;
  	 padding-top: 0;

  }
}

@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) {
  .padded-nav {
  	padding-left: 25px;
  	padding-right: 25px;
  	background-color: #8bc34a;
  }
  .input-group-btn button {
    font-size: 24px;
    padding: 0;
    height: 50px;
    width: 60px;
  }

  .input-group-btn {
    left: 1px;
  }

  .padded-nav {
      padding-left: 25px;
      padding-right: 25px;
  }
  .padded-nav-blog {
      padding-left: 25px;
      padding-right: 25px;
      background-color: white;
  }

  .bg-light-blog .padded-nav-blog .nav-link {
    color: rgba(47,55,43,.90) !important;
	padding-right: 10px;
	padding-left: 10px;
}
  .header-overlay, .head-img {
    height: 360px;
  }

  .search {
    display: none;
  }

  .search-bar {
    display: none;
  }

  .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: "Lato", sans-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;
  }

  .form-control {
    font-size: 18px;
  }

  .form-horizontal div {
    height: 50px;
    font-family: "Open Sans", sans-serif;
  }

  .top-feed .col-md-8 {
    flex: 0 0 86.666667%;
    max-width: 86.666667%;
  }

  .more {
    display: none;
  }

  .navbar-brand {
    margin: auto;
  }
  .navbar-light .navbar-brand {
  	color: rgba(255,255,255,.9) !important;
  }
  .navbar-collapse {
    position: absolute;
    width: 100vw;
    max-width: 100vw;
    left: 0;
    top: 70px;
  }

  .cpr-blogs {
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .2);
  }


}

@media (max-width: 376px) {
  .d-xxs-none {
    display: none;
  }

.brand-blog-text {
    line-height: 25px;
    margin-top: 0px;
    padding-top: 0px !important;
    text-transform: uppercase;
    margin-bottom: 1px;
    padding-bottom: 1px;
    font-size: 32px !important;
}
.brand-blog-tagline {
    font-size: 10px;
    text-align: left;
    margin-top: 0;
    padding-left: 0;
    padding-top: 9px;
    text-transform: uppercase;
    line-height: 12px;
}
  .header-overlay, .head-img, .header-img {
    height: 360px;
  }
  .navbar-brand {
    font-size: 1.10rem;
    padding: 0 !important;
    margin: 0 0 0 75px !important;
  }
  .carousel-caption {
  	top: 5% !important;
  	left: 1% !important;
  	text-align: left;
  	text-shadow: 0 0 1px #000000, 0 0 1px rgba(255,255,255,0.09);
    padding: 5px 0 0 5px;
  }
  .carousel-caption h2 {
	font-size: 18px !important;
  line-height: 21px !important;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0 0 2px #000000, 0 0 1px rgba(255,255,255,0.09);
  }
  .carousel-caption rich-text, .carousel-caption h3 {font-size: 16px !important;}
  .header-overlay h2 {
    line-height: 30px;
    margin-top: 100px;
  }
}

.brand-tagline {
  font-size: 10px;
  text-align:right;
  margin-top:0;
  padding-top:0;
  text-transform:uppercase;
  padding-left:101px;
  line-height:12px;
}

.blog-tagline {
    font-size: 12px;
    text-align: left;
    margin-top: 0;
    padding-left: 75px;
    padding-top: 9px;
    text-transform: uppercase;
    line-height: 12px;
}
  .brand-blog-text{
    line-height: 25px;
    margin-top: 0px;
    padding-top: 14px;
    text-transform: uppercase;
    margin-bottom: 1px;
    padding-bottom: 1px;
    font-size: 52px;
  }
.brand-blog-tagline {
    font-size: 12px;
    text-align: left;
    margin-top: 0;
    padding-left: 75px;
    padding-top: 9px;
    text-transform: uppercase;
    line-height: 12px;
  }
@media (max-width: 768px) and (min-width: 377px){
  .header-overlay, .head-img, .header-img {
    height: 360px;
  }
  .brand-blog-text {
      line-height: 25px;
      margin-top: 0px;
      padding-top: 15px;
      text-transform: uppercase;
      margin-bottom: 1px;
      padding-bottom: 1px;
      font-size: 32px;
  }
  .brand-blog-tagline {
      font-size: 10px;
      text-align: left;
      margin-top: 0;
      padding-left: 0;
      padding-top: 9px;
      text-transform: uppercase;
      line-height: 12px;
  }
 .navbar-brand {
   font-size: 1.10rem;
   padding: 0 !important;
   margin: 0 0 0 75px !important;
 }
 .brand-tagline {
   font-size: 8px;
   text-align:right;
   margin-top:0;
   padding-top:0;
   text-transform:uppercase;
   padding-left:60px;
   line-height:12px;
 }
 .blog-tagline {
     font-size: 12px;
     text-align: left;
     margin-top: 0;
     padding-left: 75px;
     padding-top: 9px;
     text-transform: uppercase;
     line-height: 12px;
 }
  .carousel-caption {
  	top: 5% !important;
  	left: 1% !important;
  	text-align: left;
  	text-shadow: 0 0 1px #000000, 0 0 1px rgba(255,255,255,0.09);
    padding: 20px 0 0 40px;
  }
  .carousel-caption h2 {
  font-size: 24px !important;
  line-height: 25px !important;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0 0 2px #000000, 0 0 1px rgba(255,255,255,0.09);
  }
  .carousel-caption rich-text, .carousel-caption h3 {font-size: 16px !important;}
  .header-overlay h2 {
    line-height: 30px;
    margin-top: 100px;
  }

  .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;
  }

  .mobile-only {
    display: block;
    margin: 20px auto;
  }

  .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:"Lato", sans-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) {

    /* show 3 items */
    .slidercpr .carousel-inner .active,
    .slidercpr .carousel-inner .active + .carousel-item,
    .slidercpr .carousel-inner .active + .carousel-item + .carousel-item,
    .slidercpr .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
        display: block;
    }

    .slidercpr .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .slidercpr .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .slidercpr .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .slidercpr .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }

    .slidercpr .carousel-inner .carousel-item-next,
    .slidercpr .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }

    .slidercpr .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .slidercpr .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .slidercpr .carousel-item-next.carousel-item-left + .carousel-item,
    .slidercpr .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .slidercpr .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .slidercpr .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .slidercpr .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .slidercpr .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .slidercpr .carousel-item-prev.carousel-item-right + .carousel-item,
    .slidercpr .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .slidercpr .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .slidercpr .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}


.carousel-caption .btn {
	text-decoration: none !important;
	color: black;
	background-color: white;
	text-transform: uppercase;
}
.carousel-caption .btn:hover, .carousel-caption .btn:active {background-color: rgba(235,238,222,0.9) !important; }
.carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  height: 10px;
  background:rgba(139, 195, 74, 0.69) !important;
}
.carousel:after, .index-image:after {
  content:"";
  display:block;
  position:absolute;
  /*top:0; */
  bottom:0;
  left:0;
  right:0;
  height: 10px;
  background:rgba(139, 195, 74, 0.69) !important;

}

.hero-gradient-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 100%);
}
#CPRSlides {
  margin-bottom: 0;
  margin-top: 14px;
}
.card-img-top {
    width: 100% !important;
    height: 15vw !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: #517d1e !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;
}
a.btn-report-pdf {background-color: #6fa332; color: white !important;}
a.btn-report-pdf:active, a.btn-report-pdf:hover {background-color: #588424;}
.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, .product-list-item h5 {text-transform: capitalize; 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: #517d1e !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: #517d1e;
	border-color: #517d1e;
}
.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;
}
a.btn-blog-tag {
	background-color: #52c2d2;
	color: white !important;
	display: inline-block;
	font-family: 'Poppins', sans-serif;

	letter-spacing: 0.15em;

	text-transform: uppercase;
}
a.btn-blog-tag:hover {
	background-color: #39acbd;
	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; margin-top: 22px;}
.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: left;}
.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: #80321E; height: 70px;}
.social-media-nav a {color: rgba(255, 255, 255, .83) !important;}
.social-media-nav a:hover {color: rgba(255, 255, 255, .69) !important;}
.pagination li {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    /* color: #007bff; */
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination li.active {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    /* color: #007bff; */
    background-color: #ccc;
    border: 1px solid #dee2e6;
}
    .blog-main-post button.btn-tag, .blog-main-post button.btn-scat, .blog-main-post button.btn-pdf {
    	border-radius: 2px;
    	font-size: 12px !important;
    	line-height: normal;
    	padding: 2px 2px;
    	background-color: #5ec3df;
    	color: #333333;
    }
    .blog-body a.btn-tag, .blog-body a.btn-scat, .blog-body a.btn-pdf {
      border-radius: 2px;
      font-size: 12px !important;
      line-height: normal;
      padding: 2px 2px;
      background-color: #5ec3df;
      color: #333333;
    }
.btn-blog-authors, button.btn-blog-authors, .blog-sidebar button.btn-blog-authors, .blog-sidebar a.btn-blog-authors {
  background-color: #58a9b5 !important;
  color: #ffffff !important;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 15px !important;
}
.blog-nav .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.blog-nav .navbar-toggler {
	color: rgba(0,0,0,.5);
	border-color: rgba(0,0,0,.1);
}

.nav-item .nav-link.blog-search {
    background: #41b6d0 !important;
    color: #fffff !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
    border-bottom: none !important;
}
.blog-form-horizontal {

    border: 10px solid  #41b6d0 !important;

}
.blog-input-group-btn button {
    background: #41b6d0 !important;

}

.blog-search-mobile {
  background: #41b6d0 !important;
    color: #fff;
}

label[for=id_subcategories],label[for=id_categories],label[for=id_tags],label[for=id_product_type], label[for=id_title]
{display: block !important;


}
select#id_tags, select#id_categories, input#id_title, select#id_product_type, select#id_subcategories {width: 100% !important;}

form p label {display: block !important;}
.rich-text .right  {
    float: right !important;
  }
  .rich-text .left  {
      float: left !important;
    }

a.author {color: #517d1e !important;
text-decoration: none !important;
cursor: pointer !important;}

:__x__target::before {
  content: "";
  display: block;
  height: 70px; /* fixed header height*/
  margin: -70px 0 0; /* negative fixed header height */
}
:target {
    position: relative;
    padding-top: 15px;
    border-top: 72px solid transparent;
    margin-top: -70px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: transparent !important;
}

:target::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    border-top: 1px solid transparent;
    background-color: transparent !important;
}
.btn-outline-light:hover {
	color: #212529;
	background-color: #b8e8724f !important;
	border-color: #f8f9fa;
}

.ctct-form-embed.form_0 .ctct-form-defaults {background-color: transparent !important;}
.ctct-form-header {
font-family: "Lato", sans-serif !important;
font-weight: 300!important;
font-size: 28px!important;
color: white important;
}
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-text, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-listname, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-lists-legend, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-date-slash, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-privacy-link, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {
	color: #ffffff !important;
}

div.ctct-form-embed div.ctct-form-defaults {
	color: #ffffff;
	background-color: transparent;
	border-radius: 0px !important;
	padding: 0px !important;
	 font: 16px "Lato", sans-serif !important;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
	color: #fff;
	background-color: #517d1e !important;
	border-color: #517d1e !important;
}
.grecaptcha-badge { opacity:0;}

.index-summary h1 {color: #558000 !important;font-size:36px;}

.index-summary h2 {color: #558000 !important;font-size:26px; font-weight: bold;}

.index-summary h3 {color: #558000 !important; font-size:22px; font-weight: bold;}

.index-summary h5 {color: #558000 !important; font-size:18px; font-weight: bold;}

.index-summary h4 {color: #558000 !important; font-size:18px; font-weight: bold;}



// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
