/* Add here all your CSS customizations


 font-family: "Inter", sans-serif;
 font-family: "Atkinson Hyperlegible Next", sans-serif;


*/
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Next:ital,wght@0,200..800;1,200..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
.rr .white {
  color: #fffeff !important;
}
.rr .light {
  color: #F2F4F3 !important;
}
.rr .black {
  color: #333 !important;
}
.rr .color {
  color: #686D5F !important;
}
.rr .color2 {
  color: #4F5007 !important;
}
.rr .bg-white {
  background-color: #fffeff !important;
}
.rr .bg-light {
  background-color: #F2F4F3 !important;
}
.rr .bg-dark {
  background-color: #403233 !important;
}
.rr .bg-black {
  background-color: #403233 !important;
}
.rr .bg-color {
  background-color: #5E6255 !important;
}
.rr .bg-color2 {
  background-color: #4F5007 !important;
}
.rr .fixed-height-small {
  min-height: 450px;
}
/*
 * change color from #777 to dark brown !
 */
.rr .inner-nav ul li a, .rr blockquote, .rr .btn-mod.btn-gray, .rr .section-text, .rr .team-item-detail, .rr .team-item-descr, .rr .alt-features-descr, .rr .benefits-descr, .rr .work-full-text, .rr .work-full-detail, .rr .post-prev-title a, .rr .post-prev-text, .rr .inner-nav ul li a, .rr .mobile-on .desktop-nav ul li a, .rr .mobile-nav:hover, .rr .mobile-nav.active {
  color: #333;
}
/*
 * change to dark green color and bold for titles and headings  !
 */



/*
 change to white for dark bg  

*/ 
.rr .inner-nav ul li .mn-sub li a, .rr .mn-sub li a:hover, .rr .inner-nav ul li .mn-sub li a:hover, .rr .mn-sub li a.active {
  color: #fff;
}
/*
 * Desktop nav
 */
.rr .main-nav {
  height: 75px !important;
  background: rgba(255, 255, 255, .97);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
}
.rr .small-height {
  height: 55px !important;
}
.rr .small-height .inner-nav ul li a {
  height: 55px !important;
  line-height: 55px !important;
}
.rr .inner-nav {}
.rr .inner-nav ul {
  font-size: .95rem;

  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-align: center;
  line-height: 1.3;
}
.rr .inner-nav ul li a {
  letter-spacing: 1px;
}
 
.rr .inner-nav ul li a:hover, .rr .inner-nav ul li a.active {
  color: #000;
}
/* Menu sub */
.rr .mn-sub {
  background: rgba(30, 30, 30, .97);
}

.rr .inner-nav ul li .mn-sub > li > a{
  line-height: 1.3 !important;
  padding: 11px 15px;
  font-size: .95rem;
  color: #eee !important;
	 text-transform: capitalize;
}
.rr .mobile-on .mn-has-multi > li:last-child > a {
  border-bottom: 1px solid rgba(255, 255, 255, .065) !important;
}
.rr .mn-sub li a:hover, .rr .inner-nav ul li .mn-sub li a:hover, .rr .mn-sub li a.active {
  background: rgba(255, 255, 255, .09);
  color: #fff !important;
}
.rr .mn-sub li ul {
  border-left: 1px solid rgba(255, 255, 255, .07);
}
.rr .inner-nav > ul > li:last-child .mn-sub li ul, .rr .inner-nav > li:last-child .mn-sub li ul, .rr .inner-nav li .mn-sub li ul.to-left {
  border-right: 1px solid rgba(255, 255, 255, .07);
}
.rr .mobile-on .inner-nav li:last-child .mn-sub li ul {}
.rr .mn-wrap {
  padding: 8px;
}
/* Menu sub multi */
.rr .mn-group-title {
  font-weight: 700;
  text-transform: capitalize;
  color: #fff !important;
}
.rr .mn-group-title:hover {
  background: none !important;
}
/*
 * Mobile nav
 */
.rr .mobile-on .desktop-nav {}
.rr .mobile-on .full-wrapper .desktop-nav {}
.rr .mobile-on .desktop-nav ul {
  background: rgba(18, 18, 18, .97);
}
.rr .mobile-on .desktop-nav ul li ul {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.rr .mobile-on .desktop-nav ul li a {
  border-bottom: 1px solid rgba(255, 255, 255, .065);
  color: #999;
}
.rr .mobile-on .desktop-nav ul li a:hover, .rr .mobile-on .desktop-nav ul li a.active {
  background: rgba(255, 255, 255, .03);
  color: #eee;
}
.rr .mobile-on .desktop-nav ul li a:focus {}
/* Menu sub */
.rr .mobile-on .mn-has-sub > .fa {
  border: 1px solid rgba(255, 255, 255, .1);
}
.rr .mobile-on .js-opened > .mn-has-sub > .fa {
  border-color: rgba(255, 255, 255, .4);
  line-height: 14px;
}
.rr .mobile-nav {
  font-size: 11px;
  font-weight: 400;
  text-transform: capitalize;
}
.rr .mobile-nav:hover, .rr .mobile-nav.active {
  background: #fff;
  color: #403233;
}
/* ==============================
   Blog
   ============================== */
.rr .blog-item {}
.rr .blog-item-date {
  font-size: .9rem;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #999;
  border-right: 1px solid #eee;
}
.rr .date-num {
  display: block;
  margin-bottom: 3px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #4A5055;
}
.blog-item-title {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
}
.blog-item-title a {
  color: #111;
}
.blog-item-title a:hover {
  color: #403233;
}
.rr .blog-item-data {
  text-transform: uppercase;
  font-size: .9rem;
  letter-spacing: .5px;
  color: #4A5055;
}
.separator {
  margin: 0 5px;
}
.rr .blog-item-data a {
  color: #4A5055;
}
.blog-item-data a:hover {
  color: #000;
  text-decoration: none;
}
.rr .blog-post-data {
  text-transform: uppercase;
  font-size: .9rem;
  letter-spacing: .5px;
  color: #4A5055;
}
.rr .blog-item-body {
  font-size: 1rem;
  font-weight: 300;

  line-height: 1.8;
}
.blog-item-body h1, .blog-item-body h2, .blog-item-body h3, .blog-item-body h4, .blog-item-body h5, .blog-item-body h6 {}
.rr .blog-item-more {
  border: 1px solid #eaeaea;
  padding: 5px 10px;
  font-size: .95rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #403233;
  letter-spacing: .5px;
}
.blog-item-more:hover {
  text-decoration: none;
  border-color: #111;
}
.rr a.blog-item-more {
  color: #403233;
  text-decoration: none;
}
.rr a.blog-item-more:hover {
  color: #4F5007;
}
.blog-item-q {
  margin: 1em 0;
}
.blog-item-q p {
  background: #f8f8f8;
  padding: 17px 20px;
  font-size: 1.25rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}
.blog-item-q p a {
  color: #4A5055;
}
.blog-item-q:hover a, .blog-item-q p a:hover {
  text-decoration: none;
  color: #403233;
}
.blog-item-q p:before, .blog-item-q p:after {
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.blog-item-q p:hover:before, .blog-item-q p:hover:after {
  color: #403233;
}
.blog-page-title {}
/* ==============================
   Post previews
   ============================== */
.post-grid {}
.post-prev-img {
  margin-bottom: 23px;
  position: relative;
}
.post-prev-img a {
  -webkit-transition: all 0.2s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all 0.2s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -ms-transition: all 0.2s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.2s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.post-prev-img a:hover {
  opacity: .85;
}
.post-prev-img img {
  width: 100%;
}
.post-prev-title {
  margin-bottom: 20px;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.post-prev-title a {
  color: #403233;
  text-decoration: none;
  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.post-prev-title a:hover {
  color: #111;
}
.post-prev-info, .post-prev-info a {
  margin-bottom: 15px;
  font-size: 11px;
  text-decoration: none;
  color: #aaa;
  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.post-prev-info a:hover {
  color: #111;
}
.post-prev-text {
  margin-bottom: 22px;
  color: #403233;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
}
.blog-item-body p img {
  float: right;
  clear: right;
  margin: 0 0 30px 30px;
  position: relative;
  max-width: 65% !important;
}
.blog-item-body p img {
  border-radius: 8px;
}
div.photo-left {
  float: left;
  padding: 0 30px 30px 0;
  position: relative;
  max-width: 45%;
}
.blog-item-body p img.photo-left {
  float: left;
  clear: none;
}
div.photo-right {
  float: right;
  padding: 0 0 30px 30px;
  position: relative;
  max-width: 65% !important;
}
div.photo-right img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.rr a[href$=".pdf"] {
  background-image: url("/assets/images/pdf.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 19px;
} /* Line 7 */
a[href$=".pdf"] {
  background-image: url("/assets/images/pdf.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 19px;
}
.green-dark {
  color: #7e876d;
}
.green-light {
  color: #4F5007;
}

/* ==============================
   Home sections
   ============================== */
  
/*
 * Header common styles
 */

#page-heading.home-section{
  
	background-image: url(https://releasechimps.org/www/images/full-width-images/section-bg-5.png);
	background-position: bottom center;
	background-repeat: no-repeat; background-size:contain;
		padding-bottom: 0;
}

.home-content{
	padding-bottom: 0;

		background-image: url(https://releasechimps.org/www/images/header-chimp.png);
	background-position: bottom right;
	background-repeat: no-repeat;  
 
	background-size: contain;
}


@media only screen and (max-width: 992px) {
	

.home-content{
	 
	padding-right: 0;
 
}	
	
}

@media only screen and (min-width: 993px) {
	
	
.home-content{
	 	padding-top: 50px;

	padding-right: 300px;
	
 
}	
	
}


@media only screen and (min-width: 1024px) {

	
	
	
	
}


/* Home content */

.home-content{
  
}
.home-text{
 
}








/*------------------------------------------------------------------
[Typography]

Body:               16px/1.6 "Atkinson Hyperlegible Next", arial, sans-serif;
Headers:            "Inter", arial, sans-serif;
Serif:              "Times New Roman", Times, serif;
Section Title:      35px/1.3 "Open Sans", arial, sans-serif;
Section Heading:    24px/1.3 "Open Sans", arial, sans-serif;
Section Text:       15px/1.7 "Open Sans", arial, sans-serif;

-------------------------------------------------------------------*/
/* ==============================
   Typography
   ============================== */
body.rr {
  color: #111;
  font-size: 16px;
  font-family: "Atkinson Hyperlegible Next", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 125%;
	font-weight: 400;
}
.rr .dark, .rr .dark .widget-posts, .rr .dark .widget-title, .rr .dark .widget-body {
  color: #fff;
}
 
.rr a  {
  color: #333;
 
}

.widget ul.widget-posts {padding: 20px;}
.widget ul.widget-posts li a ,
.section-more {
  color: #333;
	letter-spacing: 2px;
	font-size: 1rem;
 
}


.dark .rr a, .rr .dark a,
.bg-dark .rr a, .rr .bg-dark a{
  color: #ccc;
 
}
.rr a.btn:hover, .rr a.button:hover {
 
  text-decoration: none;
}
.rr a:hover, .rr a:hover {
  color: #666;
  text-decoration: underline;
}
.rr .dark a, .rr .dark a, .dark .widget-title, .rr .dark .widget-menu li a {
  color: #fff !important;
}
.rr .dark a:hover, .rr .dark a:hover, .rr .dark .widget-menu li a:hover {
  color: #eee !important;
}
.rr h1, .rr h2, .rr h3, .rr h4, .rr h5, .rr h6 {
  margin-bottom: 1.3em;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
}
.rr h1, .rr .h1 {
  font-size: 3rem;
	font-weight: 500;
}
.rr h2, .rr .h2 {
  font-size: 2rem;
}
.rr h3, .rr .h3 {
  font-size: 1.5rem;
}
.rr h4, .rr .h4 {
  font-size: 1.25rem;
}
.rr h5, .rr .h5 {
  font-size: 1rem;
}
.rr h6, .rr .h6 {
  font-size: .9rem;
  font-weight: 700;
}
.rr p {
  font-size: 1rem;
  margin: 0 0 .75em 0;
}
.rr .sources p {
  font-size: .9rem;
  margin: 0 0 .5em 0;
}


.rr .promo .info-box-content  {  display: block; clear: both;  position: relative;}

.rr .promo .info-box-content p {   display: block;  }

.rr .promo .info-box-content img,
.rr .promo .info-box-content p img { display: block; margin: 0 auto; position: relative; float: none; clear: both; text-align: center; margin-bottom: 20px;}


.rr ul, .rr ol {
 /* font-size: 1rem;
  margin: 0 0 1.5em 0;*/ 
}
.rr blockquote {
  margin: 3em 0 3em 2.5em;
  padding: 0;
  font-style: italic !important;
  line-height: 1.6;
	  font-weight: 500;
  color: #666;
}
.rr blockquote p {
  margin-bottom: 1em;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.6;
	  color: #666;
	margin: 0 ; padding: 0;
}
.rr blockquote footer {
  font-size: .9rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: .5px;
}

.rr .breadcrumb-item+.breadcrumb-item::before{float:none;padding-right:.5rem;color:#555;content:var(--bs-breadcrumb-divider, "/")}


pre {
  background-color: #f9f9f9;
  border-color: #ddd;
}
hr {
  background-color: #000;
  opacity: .08;
}
hr.white {
  background-color: #fff
}
.uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.serif {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
}
.rr .font-alt {
  font-family: Inter, arial, sans-serif;
  text-transform: capitalize;
  letter-spacing: 0.15em;
}





/* Breadcrumbs */
.rr .mod-breadcrumbs {
  margin-top: -5px;
  font-size: .85rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.rr .mod-breadcrumbs span {
  opacity: .75;
}
.rr .page-section {
  padding: 80px 0;
}










.rr 
.widget-title{
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
    color: #5E6255;
    border-bottom: 1px solid #ccc;
}



.rr .widget ul.widget-menu {margin: 0 0 1em 0; font-size: 1rem;}




.widget ul.widget-menu ul {
	display:none;
}
.widget ul.widget-menu  .current_page_item ul {
	display:block;
}
.widget ul.widget-menu  .current_page_item ul ul {
	display:none;
}
.widget ul.widget-menu  ul ul {
	display:none;
}
.widget ul.widget-menu  .current_page_item ul .current_page_item ul {
	display:block;
}
.widget ul.widget-menu  .current_page_item ul .current_page_item li a {
	color:#666;
}
.widget ul.widget-menu  .current_page_item ul .current_page_item .current_page_item a {
	color: #4F5007;
}
.widget ul.widget-menu  .current_page_item a {
	color: #4F5007;
}
.widget ul.widget-menu  .current_page_item li a {
	color: #666;
}
.widget ul.widget-menu  .current_page_item li.current_page_item a {
	color: #4F5007;
}












/* ==============================
   Footer
   ============================== */
.rr .footer {}
.footer.dark a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.footer.dark a:hover {
  color: #eee;
  text-decoration: underline;
}
.footer-copy {
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5em;
}
footer.dark .footer-made {
  font-size: .9rem;
  color: #eee;
}
.footer-social-links {
  font-size: 14px;
}
.footer-social-links a {
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  position: relative;
  margin: 0 6px;
  text-align: center;
  display: inline-block;
  color: #111;
  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.footer-social-links a i, .footer-social-links a span[class^=icon] {
  position: relative;
  top: 0;
  left: 0;
}
.footer-social-links a:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #111;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.footer-social-links a:hover {
  color: #fff;
}
.footer-social-links a:hover:before {
  background: #111;
}
a.link-to-top {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: rgba(0, 0, 0, .2);
  font-size: 48px;
}