/*!
Theme Name: cag2025
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cag2025
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cag2025 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* import */

@import 'assets/fonts/_harmonia.scss.css';

@import 'assets/fonts/_ranlogo.css';


/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}




/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

a {
    color: #78a22f;
    text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
  color: #4c671e;
  text-decoration: none;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #212529;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "HarmoniaSansStd-Regular";
  font-size: 18px;
  background-color: #ffffff;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #75a23a;
}

a:visited {
	color: #75a23a;
}

a:hover,
a:focus,
a:active {
	color: #335028;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/** Wordpress classes **/

.entry-title {
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 50px;
	text-transform: uppercase;
	color:#2E2E2C;
}

.wp-block-heading {
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900;
	font-style: normal;
}

.wp-block-media-text {
	margin: 20px 0 30px;
}
h2.wp-block-heading {
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size:39px;
	text-transform: uppercase;
}

h3.wp-block-heading {
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size:34px;
	text-transform: uppercase;
	color: #a6c271;
}

.wp-block-pullquote {
	padding: 4em 1em;
}
.wp-block-quote {
	position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.5em;
    padding: 0 50px;
    margin: 1em 15px;
    border-left: 5px solid #a6c271;
    font-style: italic;
}
.wp-block-quote:before {
    font-family: Helvetica, sans-serif;
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -5px;
    top: 21px;
    color: #a6c271;
}
.wp-block-media-text>.wp-block-media-text__content {
	padding-top: 10px;
	padding-bottom: 10px;
}
.wp-block-media-text {
	border-top: 2px solid #222222;
}
.wp-block-cover__inner-container p {
	margin: 0;
}
.wp-block-button__link {
	border-radius: 5px;
}
#page-body {
	margin-top: 50px;
}
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 96%;
	width: 450px;
	left: -999em;
	z-index: 99999;
	padding-bottom: 10px;
	padding-top: 10px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	padding: 0 35px 0 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

#lang_choice_1 {
	float: right;
}
.widget_polylang .current-lang:after {
	content: '\2713';
}
.search-form {
	padding: 10px 0 60px;
}
input[type="search"] {
	border: 1px solid #777777;
}
.search .entry-header .entry-title {
	font-size:30px;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-item a {
	color: #FFFFFF;
	font-size: 25px;
}
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-header-basic, .page-header {
	background-color: #f3e7ce;
	padding: 100px 20px 0px 20px;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}



/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* RAN Block Colors */

/* === Background Colors === */
.has-ran-green-background-color            { background-color: #75a23a; }
.has-ran-light-green-background-color      { background-color: #c0d289; }
.has-ran-accent-yellow-background-color    { background-color: #eeab39; }
.has-ran-accent-orange-background-color    { background-color: #f97c33; }
.has-ran-accent-red-background-color       { background-color: #d61a31; }
.has-ran-accent-dark-green-background-color { background-color: #335028; }
.has-ran-accent-light-blue-background-color { background-color: #eeab39; }
.has-ran-accent-dark-blue-background-color  { background-color: #005a93; }
.has-ran-accent-blue-green-background-color { background-color: #2f6c63; }
.has-ran-accent-light-grey-background-color { background-color: #eeeeee; }
.has-ran-accent-dark-grey-background-color  { background-color: #bbbdbf; }
.has-ran-accent-light-tan-background-color  { background-color: #f3e7ce; }
.has-ran-accent-cag-tan-background-color    { background-color: #dcc592; }
.has-just-black-background-color    { background-color: #000000; }
.has-just-white-background-color    { background-color: #ffffff; }

/* === Text Colors === */
.has-ran-green-color            { color: #75a23a; }
.has-ran-light-green-color      { color: #c0d289; }
.has-ran-accent-yellow-color    { color: #eeab39; }
.has-ran-accent-orange-color    { color: #f97c33; }
.has-ran-accent-red-color       { color: #d61a31; }
.has-ran-accent-dark-green-color { color: #335028; }
.has-ran-accent-light-blue-color { color: #eeab39; }
.has-ran-accent-dark-blue-color  { color: #005a93; }
.has-ran-accent-blue-green-color { color: #2f6c63; }
.has-ran-accent-light-grey-color { color: #eeeeee; }
.has-ran-accent-dark-grey-color  { color: #bbbdbf; }
.has-ran-accent-light-tan-color  { color: #f3e7ce; }
.has-ran-accent-cag-tan-color    { color: #dcc592; }
.has-just-black-color    { color: #000000; }
.has-just-white-color    { color: #ffffff; }

/* === Border Colors === */
.has-ran-green-border-color            { border-color: #75a23a; }
.has-ran-light-green-border-color      { border-color: #c0d289; }
.has-ran-accent-yellow-border-color    { border-color: #eeab39; }
.has-ran-accent-orange-border-color    { border-color: #f97c33; }
.has-ran-accent-red-border-color       { border-color: #d61a31; }
.has-ran-accent-dark-green-border-color { border-color: #335028; }
.has-ran-accent-light-blue-border-color { border-color: #eeab39; }
.has-ran-accent-dark-blue-border-color  { border-color: #005a93; }
.has-ran-accent-blue-green-border-color { border-color: #2f6c63; }
.has-ran-accent-light-grey-border-color { border-color: #eeeeee; }
.has-ran-accent-dark-grey-border-color  { border-color: #bbbdbf; }
.has-ran-accent-light-tan-border-color  { border-color: #f3e7ce; }
.has-ran-accent-cag-tan-border-color    { border-color: #dcc592; }
.has-just-black-border-color    { border-color: #000000; }
.has-just-white-border-color    { border-color: #ffffff; }


.wp-block-buttons, .wp-block-cover {
	margin: 10px 0 30px;

}

.wp-block-details summary {
	font-size: 24px;
	font-family: proxima-nova-condensed, sans-serif;
    font-weight: 900;
    font-style: normal;
	margin-bottom: 20px;
}


/* Main Menu */

.navbar-brand img {
	height: 46px;
	margin: 4px;
	display: block; 
    float: left;
}

.navbar-brand .site-name {
    font-size: 22px;
    text-transform: uppercase;
    color: white;
    display: block;
    margin: 18px 0 0 40px;
    font-family: "HarmoniaSansStd-Bold";
    letter-spacing: 1.5px;
    display: block; 
    float: left;
}

.navbar-right .btn-link, .inner-nav .navbar-right .btn-link {
	background-color: #f1700b;
    border-color: #f1700b;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 50px 6px;
    border-radius: 0;
    right: 18px;
    color: #fff;
    top: 14px;
    position: absolute;
    font-family: "HarmoniaSansStd-Bold";
	text-decoration: none;
	margin-top: 15px;
}

.navbar-right .btn-link:hover {
	text-decoration: none;
}

#menu-main-menu {
	max-width: 1070px;
	margin: 0 auto;
}

#main-nav {
	background: #a6c271;
	min-height: 45px;
}

#main-nav .container {
	width: 100%;
	max-width: 100%;
}

#main-nav ul li a {
	line-height: 21px;
	margin-bottom: 0;
	font-size: 22px !important;
	padding: 0 10px;
	color: #ffffff;
}
#main-nav ul li a:hover {
	text-decoration: none;
}
#main-nav ul li  {
	padding: 19px 15px 14px 0;
}
.navbar-nav {
	flex-direction: row;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
}
#main-nav ul.dropdown-menu li {
	margin-left: 76px;
}

#main-nav #caf ul.dropdown-menu li {
margin-left: 246px;
}


#main-nav .btn-link a:hover {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
  #main-nav .navbar-nav {
	  flex-direction: column;
  }
  #main-nav .container {
	  max-width: 100%;
  }
  #main-nav .navbar-nav .dropdown-menu {
	  position: relative;
  }
  #main-nav .navbar-nav .nav-item.show {
	  background: none;
  }
  #main-nav ul.dropdown-menu li, #main-nav #caf ul.dropdown-menu li {
	  margin-left: 30px;
  }
}

/*------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #2E2E2C;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: 0;
}

#masthead .container {
	position: relative;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

 
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
/* background: #a6c271; */
	background: #75a23a;
  min-height: 68px;
}

#primary-menu {
	max-width: 1320px;
	margin: 0 auto;
	padding: 15px 10px 15px 50px;
}

.navbar-brand {
  height: 100px;
  padding-top: 21px;
  padding-bottom: 0px;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown-toggle::after {
  display: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

.fa-search {
    height: 39px;
    line-height: 44px !important;
    font-size: 18px;
    color: white;
    padding: 0 6px;
    position: absolute;
	top: 30px;
    right: 208px;
}
.lang-id .fa-search {
	    right: 270px;
}
.lang-es .fa-search {
	    right: 203px;
}

#menu-search {
    display: none;
    position: absolute;
	top: 50px;
    right: 0;
    z-index: 100;
}

#searchsubmit {
    padding: 5px 10px;
}

.btn, .btn-primary, .btn-primary:hover {
    background: #698e29;
    border: 0;
}
.speech-bubble:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    bottom: auto;
    left: auto;
    right: 203px;
    border-width: 0 20px 20px;
    border-style: solid;
    border-color: #ffffff transparent;
}

.speech-bubble {
    position: relative;
    padding: 15px;
    margin: 30px 0 20px;
    border: 1px solid #ffffff;
    color: #333;
    background: #ffffff;
    border-radius: 4px;
    min-width: 300px;
}

#search-2 {
	background-color: #dcc592;
	padding: 30px;
}

/* Footer */

footer#colophon {
  color: #ffffff;
  background-color: #1E1E1C;
  font-size: 85%;
}

.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: #ffffff;
  font-size: 15px;
}

img.footer-logo {
	margin-bottom: 10px;
	width: 253px;
    height: 50px;
    max-height: none;
}

footer#colophon {
	font-size: 12px;
	font-weight: 100;
}

footer .list-unstyled {
	list-style: none;
	margin: 32px 0 0 0;
	padding: 0;
	line-height: 21px;
	display: list-item;
	-webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
footer .list-unstyled li {
  padding-bottom: 7px;
}
footer .social-links a {
    display: block;
    margin-top: 12px;
    font-family: "HarmoniaSansStd-Bold";
    text-transform: uppercase;
    letter-spacing: 1px;
}
footer .address {
    padding-left: 86px;
    font-size: 15px;
}
footer hr {
	border-top: 1px solid #e6e6e6;
	margin: 20px auto;
	box-sizing: content-box;
    height: 0;
    display: block;
    width: 100%;
}
.p-md-5 {
	padding: 4rem  4rem 3rem 4rem !important;
}
header.col-lg-12 {
	background: #a6c271;
	margin-right: auto;
    margin-left: auto;
    padding: 60px 0 30px;
    
}

#footer-search {
	right: -36px;
	top: 36px;
	padding: 5px 20px 20px 0;
	text-align: right;
}

#footer-search  #footer-s {
	font-size: 17px;
}

footer .tax-details {
  font-size: 15px;
}
.content-area {
	background: #ffffff;
	padding: 0px 25px 20px 25px;
}

#primary.content-area {
	padding: 15px 25px 0px 25px;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 100px;
}

.single-grant #primary.content-area  {
	padding: 37px 25px 0px 25px;
}

.archive #primary.content-area {
	padding-top: 0;
}
.svg-white {
	filter: invert(1);
	height: 18px;
	padding-right: 15px;
}

.site-footer .svg-white {
	height: 14px;
	padding-right: 3px;
}

#footer-searchsubmit {
    padding: 9px 10px 9px;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 4px;
	background: #698e29;
    border: 0;
	border-radius: 0;
	    color: #ffffff;
}

#footer-search input[type="text"] {
	border-radius: 0;
	border: 0;
}

#union {
	margin-top: -50px;
}
#union  p {
	max-width:70%; 
	float: right; 
	text-align: right; 
	font-size: 16px; 
	margin: 15px 15px 15px 0; 
	color: #999999;
}
.union-bugs {
	width: 75px; 
	height: auto; 
	filter: none; 
	padding: 0 10px; 
	float: right;
}
#cwa-logo.union-bugs {
	width: 100px; 
}
#rawr-logo.union-bugs {
	margin-top: -6px; 
}
/** Homepage **/

#hero {
	height: 85vh;
	min-height: 800px;
	background: url('assets/images/cag-2025-hero-images.jpg') center center no-repeat;
	background-size: cover;
	position: relative;
}

#hero .overlay, #page-header-image .overlay  {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000;
background: linear-gradient(135deg,rgba(0, 0, 0, 0.69) 20%,rgba(0, 0, 0, 0.45) 50%, rgba(255, 255, 255, 0) 70%);
z-index: 1;
}

#hero .strike {
	z-index: 10;
    position: relative;
	margin-bottom: 25px;
	margin-left: -20px;
}

#hero h1 {
	color: #ffffff;
	font-size: 86px;
	text-transform: uppercase;
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 1em;
	margin-top: 25%;
	margin-bottom: 14px;
	z-index: 10;
	position: relative;
}
#cag-intro {
	color: #ffffff;
	font-size: 24px;
	font-weight: 800;
	z-index: 10;
	position: relative;
}

#scope-map {
	background-color: #007c9e;
	color: #ffffff;
	text-align: center;
	padding: 100px 20px;
	font-size: 24px;
}
#scope-map h2 {
	color: #ffffff;
	font-size: 48px;
	text-transform: uppercase;
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 1em;
	text-align: center;
}
#scope-map h3 { 
	color: #000000;
	font-size: 30px;
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 1em;
	margin-top: 90px;
}
.animate__animated.animate__fadeInUp {
  --animate-duration: .5s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 15%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
#cag-map-wrapper {
	max-width: 100%;
	overflow: hidden;
}
#cag-map {
		background: url('assets/images/cag-homepage-map.png') top center no-repeat;
		min-height: 851px;
		min-width: 1245px;
		margin: 0 auto 40px;
		position: relative;
}
#cag-map .spot {
	background: #f57e20;
	position: absolute;
    height: 23px;
    width: 23px;
	border-radius: 20px;
	z-index: 10;
	font-size: 13px;
	color: #f57e20;
}
#cag-map .spot.active {
	border: 1px solid #ffffff;
	height: 32px;
    width: 32px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 10px;
	z-index: 25;
}
#mess1 {
	bottom: 33%;
    left: 16.5%;	
	position: absolute;
	z-index: 20;
}
#spot1 {
	top: 70%;
    left: 27%;
	position: absolute;
	z-index: 10;
}
#mess2 {
	bottom: 33%;
    left: 17.5%;
	position: absolute;
	z-index: 20;
}
#spot2 {
	top: 70%;
    left: 28%;
	position: absolute;
	z-index: 10;
}
#mess3 {
	bottom: 32%;
    left: 23.5%;
	position: absolute;
	z-index: 20;
}
#spot3 {
	top: 71%;
    left: 34%;
	position: absolute;
	z-index: 10;
}
#mess4 {
    bottom: 61%;
    left: 13.5%;
	position: absolute;
	z-index: 20;
}
#spot4 {
    top: 42%;
    left: 24%;
	position: absolute;
	z-index: 10;
}
#mess5{
    bottom: 40%;
    left: 62.5%;
	position: absolute;
}
#spot5 {
	top: 63%;
    left: 73%;
	position: absolute;
	z-index: 10;
}
#mess6 {
	bottom: 33%;
    left: 64.5%;
	position: absolute;
	z-index: 20;
}
#spot6 {
	top: 70%;
    left: 75%;
	position: absolute;
	z-index: 10;
}
#cag-map h5 {
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 30px;
}
.message {
	width: 300px;
	height: auto;
	background: #dcc592;
	color: #000000;
	font-size: 16px;
	padding: 20px;
	border: 3px solid white;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 10px;
}
.message:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 45%;
  width: 0;
  border-top: 20px solid #ffffff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
#slideshow-wrap {
	min-height: 800px;
	margin-top: -70px;
    padding-bottom: 200px;
	max-width: 100%;
}
#strategy {
	background: url('assets/images/cag-strategy-bg.jpg') center center no-repeat;
	background-size: cover;
	min-height: 900px;
	padding-bottom: 80px;
}
#strategy h3 {
	color: #ffffff;
	font-size:48px;
	text-transform: uppercase;
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 1em;
	text-align: center;
	padding: 130px 20px 70px;
}
.strategy:hover {
	margin-top: -20px;
}
.strategy {
	background: #ffffff;
	border: 3px solid  #ffffff;
	border-radius: 20px;
	overflow: hidden;
	min-height: 650px;
	margin-bottom: 40px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.strategy img {
	width: 100%;
}
.strategy img.strike {
	width: auto;
	margin: 0 auto;
	display: block;
}
.strategy h4 { 
	color: #000000;
	font-size: 24px;
	text-transform: uppercase;
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 1em;
	text-align: center;
	padding: 30px 20px 10px;
}
.strategy .desc {
	padding: 20px 30px 30px;
	text-align: center;
}
#strategy .btn-link {
	background-color: #f1700b;
    border-color: #f1700b;
    text-transform: uppercase;
    font-size: 24px;
    padding: 15px 5px 15px;
	width: 200px;
	color: #ffffff;
	margin: 50px auto 70px;
	display: block;
	border-radius: 0;
	border: 2px solid #ffffff;
	text-decoration: none;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 10px;
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900;
	font-style: normal;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.lang-es #strategy .btn-link, .lang-id #strategy .btn-link {
	width: 400px;
}

.homepage-understory .btn-link {
	background-color: #f1700b;
    border-color: #f1700b;
    text-transform: uppercase;
    font-size: 24px;
    padding: 15px 5px 15px;
	width: 200px;
	color: #ffffff;
	margin: 50px auto 70px;
	display: block;
	border-radius: 0;
	border: 2px solid #ffffff;
	text-decoration: none;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 10px;
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900;
	font-style: normal;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}


#impact {
	padding: 146px 20px 100px;
}
#impact h3 {
	color: #000000;
	font-size: 50px;
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 1.2em;
}
.lang-id #impact h3 {
	font-size: 47px;
}
.lang-es #impact h3 {
	font-size: 46px;
}
#impact h3 span {
	    font-size: 100px;
		color: #f57e20;
		line-height: 1.3em;
		display: block;
}
#impact h3 sup {
	color: #000000;
	font-size: 50px;
}
#impact .small {
	margin-top: 80px;
}
#impact .btn-link  {
	background-color: #f1700b;
    border-color: #f1700b;
    text-transform: uppercase;
    font-size: 55px;
    padding: 40px 50px 40px;
	width: 300px;
	color: #ffffff;
	margin: 100px auto;
	display: block;
	border-radius: 0;
	border: 2px solid #ffffff;
	text-decoration: none;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 10px;
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900;
	font-style: normal;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
#impact .btn-link:hover {
	margin: 90px auto 100px;

}
#impact .strike {
	margin-top: -64px;
}
.lang-id #impact .btn-link {
	font-size: 32px;
    width: 375px;
}
/* Slideshow */

.slideshow {
	position: relative;
	width: 100%;
	height: 650px;
}
.slide {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
	box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.2);
	background-color: #dcc592;
	border: 2px solid #ffffff;
	border-radius: 20px;
	overflow: hidden;
}
.quote-mark {
	background-color: #000000;
	color: #f57e20;
	font-size: 70px;
	line-height: 1.2em;
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900;
	font-style: normal;
	position: absolute;
	top: 48%;
	right: 0;
	margin-right: -30px;
	height: 60px;
	width: 60px;
	border-radius: 40px;
	text-align: center;
}
.slide-left {
	position: relative;
	height: 650px;
}
.slide-right {
	display: flex;
  justify-content: center;
   align-items: center; 
   padding: 30px 80px;
}
.slide-right h4 {
	width: 100%;
	display: flex;
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 34px;
	color: #000000;
}
.slide-right .attribution {
	font-style: italic;
	color: #000000;
}
.slide-right .attribution span {
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
	display: block;
	font-size: 20px;
}
#slide1 .slide-left {
	background: url('assets/images/Partner-quote-Delima.jpg') center center no-repeat;
	background-size: auto 100%;
}
#slide2 .slide-left {
	background: url('assets/images/Partner-quote-Tigang.jpg') center center no-repeat;
	background-size: auto 100%;
}
#slide3 .slide-left {
	background: url('assets/images/Partner-quote-Nemonte.jpg') center center no-repeat;
	background-size: auto 100%;
}
#slide4 .slide-left {
	background: url('assets/images/Partner-quote-Kristina.jpg') center center no-repeat;
	background-size: auto 100%;
}
#slide5 .slide-left {
	background: url('assets/images/Partner-quote-Juan.jpg') center center no-repeat;
	background-size: auto 100%;
}
#slide6 .slide-left {
	background: url('assets/images/Partner-quote-Adrian-2.jpg') center center no-repeat;
	background-size: auto 100%;
}

/* blog homepage */

.homepage-understory {
	padding: 30px 30px 20px 30px;
	background: #007c9e;
}
.homepage-understory h3 {
	color: #ffffff;
	font-size:48px;
	text-transform: uppercase;
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 1em;
	text-align: center;
	padding: 70px 20px;
}
.homepage-understory h2 {
	max-width: 1170px;
  	margin: 0 auto;
    font-size: 44px;
    color: #58585b;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-top: 26px;
}
#blog {
  padding: 0px 0 30px 0;
  	max-width: 1170px;
  	margin: 0 auto;
}
.content-wrap {
	padding-bottom: 20px;
}
.content-wrap .image {
	margin-bottom: 20px;
	background-size: cover;
    position: static;
}
.content-wrap a {
  font-size: 22px;
  padding: 20px 5px 0 5px;
  display: block;
  color: #2E2E2C;
}
.content-wrap a:hover {
  color: #6a9913;
}

.blog-overlay {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  text-align: center;
  background: rgba(106, 153, 19, 0.9);
}
.blog-overlay-details {
  color: #fff;
  padding-top: 29%;
}
.content-image-wrap {
  position: relative;
}

.content-wrap .image {
  height: 270px;
  padding: 0;
}

.content-image-wrap {
    overflow: hidden;
    height: 270px;
    width: auto;
    margin-bottom: 20px;
}
.content-image-wrap {
    position: relative;
}

/* Grants */

#homepage-reports {
	background-color: #dcc592;
	background: linear-gradient(161deg,rgba(220, 197, 146, 1) 40%, rgba(237, 223, 192, 1) 79%);
	background: url('assets/images/cag-grants-bg.jpg') top center no-repeat;
	background-size: cover;
	background-blend-mode: lighten;
}
#homepage-reports h3 {
	color: #000000;
    font-size: 48px;
    text-transform: uppercase;
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 900;
    font-style: normal;
    line-height: 1em;
    text-align: center;
    padding: 130px 20px 70px;
}
#grant-report {
	margin-top: 30px;
	margin-bottom: 100px;
}
.single-grant-reports .post-thumbnail img {
	margin: 0;
	padding: 0;
}
.single-grant-reports .entry-title {
	margin-top: 60px;
}
.grant-report {
	background: #ffffff;
    border-radius: 20px;
	border-color: #ffffff;
    overflow: hidden;
	margin: 0 auto 60px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
	padding: 0 0 30px 0;
	width: 95%;	
}
.grant-report .entry-meta a, .grant-report .entry-meta {
	color: #000000;
	text-align: center;
	padding: 30px 0px 5px;
	font-style: italic;
}
.grant-report h4 a {
    color: #000000;
    font-size: 24px;
    text-transform: uppercase;
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 900;
    font-style: normal;
    line-height: 1em;
    text-align: center;
    padding: 15px 20px 10px;
	display: block;
}

.grant-report:hover {
	margin: -15px auto 60px auto;
	border-radius: 20px;
	width: 98%;
	box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 10px;
	border: 1px solid #ffffff;
}
.homepage-understory .content-image-wrap {
	margin: 0px auto 15px auto;
	border-radius: 20px;
	width: 98%;
	box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 10px;
	border: 1px solid #ffffff;
}
.homepage-understory .content-image-wrap:hover {
	margin: -15px auto 30px auto;
	border-radius: 20px;
	width: 98%;
	box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 10px;
	border: 1px solid #ffffff;
}

.homepage-understory .content-wrap a {
    color: #ffffff;
    font-size: 24px;
	text-align: left;
    text-transform: uppercase;
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 900;
    font-style: normal;
    line-height: 1em;
    display: block;
}
.grant-header {
	height: 300px;
	width: 100%;
}
.grant-report.no-image {
	background-color: #007c9e;
	color: #ffffff;
	border: 0;
}
.grant-report.no-image .entry-meta a, .grant-report.no-image .entry-meta  {
		color: #ffffff;
}
.grant-report.no-image h4 a {
	color: #ffffff;
}
.grant-report p {
	padding: 15px 20px 10px;
	text-align: center;
}
.strategy {
	background: #ffffff;
	border: 3px solid  #ffffff;
	border-radius: 20px;
	overflow: hidden;
	min-height: 615px;
	margin-bottom: 40px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.lang-id .strategy {
	min-height: 670px;
}
.lang-es .strategy {
	min-height: 660px;
}
.grant-report img {
	width: 100%;
}
.grant-report img.strike {
	width: auto;
	margin: 0 auto;
	display: block;
}
.grant-report  .desc {
	padding: 20px 30px 30px;
	text-align: center;
}

/* Grant Report Page */

.grant-reports-template-default .entry-title {
	color: #000000;
}

.grant-reports-template-default #primary.content-area {
	padding: 0;
}
.grant-reports-template-default .entry-header, .post-type-archive-grant-reports .entry-header-basic {
	background-color: #dcc592;
	background: url(assets/images/cag-grants-bg.jpg) top center no-repeat;
	background-size: cover;
}
/* RAN Ad */
#ran-ad {
	padding: 100px 30px;
}
#ran-ad .row {
	display: flex;
	justify-items: center;
	align-items: center;
}
#ran-ad img {
	width: 100%;
	max-width: 345px;
	padding: 30px;
}
#ran-ad h3 a {
	font-size:36px;
	text-transform: uppercase;
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #2e2e2e;
}
#ran-ad p a, #ran-ad p a:active, #ran-ad p a:visited {
	color: #f57e20;
}
#ran-ad p a:hover {
	text-decoration: underline;
}
#ran-ad h3 a:hover {
	text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#ran-ad p {
	color: #000000;
	font-size: 24px;
}
/* Pages */

#page-header-image {
	height: 62vh;
	position: relative;
}

#page-header-image .entry-title {
	color: #ffffff;
	font-size: 80px;
    text-transform: uppercase;
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 900;
    font-style: normal;
    line-height: 1em;
	position: absolute;
	bottom: 100px;
	left: 0;
	z-index: 10;
}

#page-header-image.container {
	position: relative;
	height: 62vh;
}

.main-navigation ul#language  {
	float: right;
	padding: 17px 10px 5px;
	text-transform: uppercase;
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
}
.main-navigation ul#language li {
	padding: 0 25px 0 0;
}
.main-navigation ul#language a {
	color: #ffffff;
	font-size: 20px;
}
.main-navigation ul#language .current-lang a {
	text-decoration: underline;
}

/* Basic menu layout */
#primary-menu {
  list-style: none;
  padding: 3px 0 0 0;
  margin: 0;
  display: flex;
  gap: 1rem;
  	/* background: #a6c271; */
	 background: #75a23a;
}

#primary-menu > li {
  position: relative;
}

#primary-menu > li > a {
  display: block;
  padding: 13px 15px;
  color: white;
  text-decoration: none;
	/* background: #a6c271; */
	 background: #75a23a;
}

#primary-menu > li:hover > a {
   	/* background: #a6c271; */
	 background: #75a23a;
}

/* Dropdown (sub-menu) styles */
.main-navigation ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  /* background: #a6c271; */
  background: #75a23a;
  min-width: 340px;
  z-index: 1000;
  padding-left: 10px;
  border-top: 3px solid #a7c178;
  border-radius: 20px 0px 0px 0px;
}
.main-navigation ul.sub-menu:before {
  content: "";
  position: absolute;
  top: -23px;
  left: 30px;
  width: 0;
  border-bottom: 20px solid #a7c178;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.main-navigation ul.sub-menu li a:before {
    content: "";
    position: absolute;
    width: 85%;
    height: 2px;
    bottom: 5px;
    left: 15px;
    background-color: #a6c271;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
    transform-origin: left;
}

.main-navigation ul.sub-menu li a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.main-navigation ul.sub-menu li a {
  display: block;
  padding: 10px 22px;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  font-size: 20px;
}

#site-navigation .menu-toggle {
	display: none;
	padding: .25rem .75rem;
	margin-left: 20px;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .25rem;
	color: rgba(255, 255, 255, .8);
    border-color: rgba(255, 255, 255, .3);
}
.lang-id .navbar-right .btn-link {
	font-size: 16px;
}


.cag-report-next.flex-container {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 0px;
    border-top: 1px solid #dedede;
	margin-top: 25px;
}
.cag-report-next-item {
	height: 250px;
    flex-basis: 100%;
    position: relative;
    margin: 10px 0 5px 0;
    background-size: cover;
    background-position: center;
    background-color: #a6c271;
}
.cag-report-next-item-no-bg.cag-report-next-item {
	background: #000000;
	height: 170px;
}
.cag-report-next-title-wrapper {
    padding: 70px 15px 15px 15px;
    position: absolute;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0 ) 6%, rgba(0, 0, 0, 0.8) 60%);
    bottom: 0;
    width: 100%;
}
.cag-report-next-item-no-bg.cag-report-next-item .cag-report-next-title-wrapper {
	padding: 15px;
	background: #000000;
}
.cag-report-next-note {
    background: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    color: #000000;
    padding: 5px 6px 3px 6px;
    margin-bottom: 10px;
}


h2.cag-report-next-list-title a, h2.cag-report-next-list-title {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
	font-weight: bold;
    margin: 0;
    padding: 0;
}

#fadeout {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 95%);
    background-image: -ms-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 95%);
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 95%);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 95%);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 95%);
    pointer-events: none;
    z-index: 1;
}
@media (max-width: 900px) {
	#menu-search-container{
		display: none;
	}
	.navbar-brand .site-name {
		margin: 25px 10px 10px;
	}
	#masthead nav {
		padding-top: 13px;
	}
	#site-navigation .menu-toggle {
		display: block;
	}
	#primary.content-area {
		padding-bottom: 30px;
		border-bottom: 0;
	}
	#language {
		display: none;
	}
	#primary-menu {
		display: none;
		flex-direction: column;
		background-color: #75a23a;
		width: 100%;
		padding: 10px 0;
	}

	#primary-menu.active, #language.active {
		display: flex;
	}

	#primary-menu > li {
		width: 100%;
		position: static;
	}

	#primary-menu > li > a {
		padding: 15px 20px;
		border-bottom: 1px solid #a7c178;
	}

	.main-navigation ul ul.sub-menu {
		display: block !important;
		position: relative;
		background: none;
		border: none;
		border-radius: 0;
		padding-left: 0;
		margin-top: 0;
		box-shadow: none;
	}
	.main-navigation ul.sub-menu {
		min-width: 90%;
	}
	.main-navigation ul.sub-menu:before {
		content: none;
	}
	.main-navigation ul ul.sub-menu li a {
		padding-left: 40px;
		font-size: 18px;
		width: 85%;
		white-space: normal;
		color: white;
	}

	.menu-item-has-children:hover .sub-menu {
		display: block;
	}

	.main-navigation ul#language {
		float: right;
		text-align: center;
		padding: 15px 0 10px;
	}

	.main-navigation ul#language li {
		display: inline-block;
		padding: 0 10px;
	}
	.navbar-toggler-icon {
		display: inline-block;
		width: 1.5em;
		height: 1.5em;
		vertical-align: middle;
		content: "";
		background: no-repeat center center;
		background-size: 100% 100%;
	}
	.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");
	}

	.navbar-brand {
		height: 150px;
	}
	.navbar-right .btn-link {
		top: 145px;
	}
	.navbar-brand .site-name {
		font-size: 20px;
	}

}

/* Show dropdown on hover */
.menu-item-has-children:hover .sub-menu {
  display: block;
}


.post-type-archive-grant-reports .grant-report {
	box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 10px;
}

@media screen and (max-width: 1280px) { 
	#hero h1 {
		font-size: 75px;
	}
	#scope-map, #scope-map .container  {
		margin: 0;
		max-width: 100%;
	}
	#scope-map {
	padding: 100px 0px;
	}
	#cag-map-wrapper {
		padding: 0;
		display: flex; /* Make the parent a flex container */
  justify-content: center; /* Horizontally center the child */
	}
}
@media screen and (max-width: 1000px) { 
	#cag-map-wrapper, #scope-map h3 {
		display: none;
	}
	#slideshow-wrap {
		padding-bottom: 0px;
		min-height: 660px;
	}
	#slideshow-wrap .container {
		margin: 0 auto;
		max-width: 100%;

	}
	.slide {
		height: 660px;
		box-shadow: none;
		border-radius: 0;
		border: 0;
	}
	.slideshow {
		height: 660px;
		overflow: hidden;

	}
	.quote-mark {
		top:88%;
    	right: 48%;
	}
	.slide-left, #slide1 .slide-left, #slide2 .slide-left, #slide3 .slide-left, #slide4 .slide-left, #slide5 .slide-left, #slide6 .slide-left {
		background-size: cover;
		height: 300px;
	}
	#strategy h3 {
		padding: 70px 20px 50px;
	}
	#impact h3 span {
	    font-size: 59px;
	}
	#impact h3 {
		font-size: 30px;
	}

}
@media screen and (max-width: 768px) { 
	.homepage-understory h3, #homepage-reports h3, #strategy h3, #scope-map h2 {
		font-size: 40px;
	}
	#ran-ad {
		padding: 40px 20px 50px;
	}
	#ran-ad h3 a, #ran-ad h3 {
		font-size: 26px;
		text-align: center;
	}
	#ran-ad p {
		font-size: 20px;
		text-align: center;
	}
	#hero h1 {
		font-size: 50px;
	}
	#hero {
			background: url('assets/images/cag-2025-hero-images.jpg') right top no-repeat;
	}
	#hero .strike {
		margin-bottom: 19px;
    	margin-left: -5px;
	}
	.entry-title, #page-header-image .entry-title {
		font-size: 40px;
	}
	#cag-intro {
		font-size: 18px;
	}
	#scope-map {
		font-size: 18px;
	}
	.slide-right {
		padding: 40px
	}
	.slide-right .attribution {

	}
	#strategy {
		background: #000000;
	}
	.slide-right h4 {
		font-size: 22px;
	}
	footer .address {
    	padding-left: 0px;
	}
	img.footer-logo {
		margin-top: 20px;
	}
	#impact {
		padding: 80px 20px 35px;
	}
	#impact h3 span {
	    font-size: 40px;
	}
	#impact .small {
		margin-top: 30px;
		font-size: .775em;
	}
	#impact .btn-link, .lang-id #impact .btn-link {
		font-size: 26px;
		padding: 20px;
		margin: 30px auto 40px;
		width: 100%;
	}
	#impact h3, #impact h3 sup, .lang-es #impact h3, .lang-id #impact h3 {
		font-size:26px;
	}
	#impact .strike {
		margin-top: -47px;
	}
	footer .list-unstyled {
		column-count: 1;
	}
	.social-links {
		padding-top: 20px;
	}
	#union {
		margin-top: 60px;
	}
	.union-bugs, #union p {
		float: left;
		text-align: left;
	}
	 #union p {
		width: 100%;
	 }
	 #rawr-logo.union-bugs {
		margin-top: 0;
	 }
}

