/*
Theme Name: GLDDashboard
Theme URI: https://dashboard.forestdeclaration.org/
Description: This is a custom theme for the GLD Dashboard Website, built on the Genesis Frameowkr
Author: Clowcreative
Author URI: https://clowcreative.com/

Template: genesis

Text Domain: gldd
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #F6F6F6;
	color: #333;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #005756;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 15px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 41px;
	font-weight: 700;
}
h1 strong {
	color: #C7F97C;
	font-weight: 800;
}

h2 {
	font-size: 38px;
	font-weight:700;
}

h3 {
	font-size: 24px;
    line-height: 30px;
    font-weight:600;
}
.homepage h3 {
	font-weight: 400;
	font-size:21px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	padding: 7px 15px;
	border-radius: 50px;
	width: 100%;
}
input[type="text"] {
    padding: 8px 15px !important;
}

select {
	background: #fff url(/wp-content/themes/gldd/images/arrow-down.svg) no-repeat;
	    background-position: 96% center;
    background-size: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #005756;
	border: 0;
	border-radius: 20px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 28px 5px 20px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: 100%;
	position: relative;
}

.button:after {
	content: '';
	position:absolute;
	width:10px;
	height:10px;
	top:0;
	bottom:0;
	margin:auto;
	right:12px;
	background-image:url('/wp-content/themes/gldd/images/button-arrow.svg');
	background-repeat: no-repeat;
}
.button.down-arrow:after {
    transform: rotate(90deg);
}
.button.up-arrow:after {
	transform: rotate(-90deg);
}
.button.read-more:after {
	transform:rotate(90deg);
}
.button.read-more.open:after {
	transform:rotate(-90deg);
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #820263;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
}


/* Common Classes
---------------------------------------------------------------------------- */


/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}
.text-center {
	text-align: center;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}



/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	padding: 50px 30px;
	position: absolute;
	top:0;
	left:0;
	right:0;
	z-index:300;
}
.site-header .wrap {
	max-width:1240px;
	margin:0 auto;
	padding: 0 5px;
}
.site-header a {
	color:#fff;
}

/* Main Header
---------------------------------------------------------------------------- */

.main-header {
	padding:200px 0 150px;
	background-size:cover;
	position: relative;
	background-position: center;
}
.main-header:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6);
}
.main-header .wrap {
	max-width:1280px;
	margin:0 auto;
	padding: 0 30px;
	z-index:3;
	position: relative;
	color: #fff;
}

.main-header .article-label {
    position: initial;
    display: inline-block;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	color: #000;
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

.menu-item-has-children {
	position: relative;
	padding-right:30px;
}
.menu-item-has-children:after {
	content:'';
	position: absolute;
	right:24px;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
	background-image:url('/wp-content/themes/gldd/images/arrow-down-white.svg');
	background-repeat: no-repeat;
	background-size:contain;
	transition: all 0.2s ease-in;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #fff;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	outline:none;
}

.menu-toggle {
	line-height: 20px;
	margin:10px auto;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
	width: auto;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.nav-links {
    text-align: center;
}

a.page-numbers {
	color:#005756;
    margin: 0 10px;
    text-decoration: none;
}

.page-numbers.current {
	font-weight: 600;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar .button {
	margin-bottom: 10px;
}
.sticky-container {
	gap: 30px;
}

.sidebar-nav-group {
	background-color: #fff;
	border-radius:20px;
    padding: 15px 20px;
	margin:10px 0 20px 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
}
.sidebar-nav-group .large-text {
	font-weight: 600;
	font-size:16px;
	margin:0;
}
.sidebar-nav-group.expandable .large-text:after {
	width: 13px !important;
    height: 15px !important;
}

.one-indicator-link {
	text-decoration: none;
	color:#2A2A2A;
	display: block;
	padding:15px 0;
	border-bottom:1px solid #CCCCCC;
}
.one-indicator-link:hover {
	color: #005756;
}
.one-indicator-link:last-child {
	border-bottom:0;
	padding-bottom:4px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #000;
	color:#fff;
	clear: both;
	padding: 60px 0 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}
.nav-secondary {
    display: flex;
    align-items: center;
    max-width:1280px;
    padding:0 20px;
    margin:0 auto;
}
.socials {
    margin-left: auto;
    display: flex;
}
.socials a {
	display: flex;
}
.socials img {
	max-width:20px;
	max-height:20px;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #000;
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}
.site-footer a {
	color: #fff;
}

.footer-trees {
	width: 100%;
    height: 80px;
    background-image: url(/wp-content/themes/gldd/images/footer-trees.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center bottom;
    margin-top:80px;
}

/* Page Specific stuff
---------------------------------------------------------------------------- */

/* Key Messages */

.one-message {
	padding:15px;
	border:2px solid #FF9505;
	margin-bottom:20px;
	position: relative;
}
.large-text {
	font-weight: 500;
	font-size: 18px;
    line-height: 22px;
    margin-bottom: 2px;
}
.small-text {
	font-size: 16px;
	color: #5B5B5B;
	line-height: 20px;
}

.trend-label {
	position: absolute;
	top:-10px;
	left:15px;
	font-size:10px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #FF9505;
	color: #fff;
	padding:0 10px;
	border-radius: 20px;
}
.message-category {
	position: absolute;
	top:-8px;
	left:15px;
	display: flex;
	align-items: center;
}
.the-category {
	text-transform: uppercase;
	background-color: #F6F6F6;
	font-size:10px;
	font-weight: 600;
	padding:0 8px;
}
.message-category .trend-label {
    position: unset;
}

.centered-label {
	left: 0;
	right: 0;
	margin: auto;
	width: max-content;
}
.bad-trend {
	border-color: #B7381E;
}
.bad-trend .trend-label {
	background-color: #B7381E;
}
.bad-trend.reversed,
.bad-trend.reversed .small-text {
	background-color: #B7381E;
	color:#fff;
}
.bad-trend.reversed .trend-label {
	background-color:#fff;
	border: 1px solid #B7381E;
	color:#B7381E;
}

.no-trend {
	border-color: #FF9505;
}
.no-trend .trend-label {
	background-color: #FF9505;
}

.no-trend.reversed,
.no-trend.reversed .small-text {
	background-color: #FF9505;
	color:#fff;
}
.no-trend.reversed .trend-label {
	background-color:#fff;
	border: 1px solid #FF9505;
	color:#FF9505;
}

.good-trend {
	border-color: #005756;
}
.good-trend .trend-label {
	background-color: #005756;
}

.good-trend.reversed,
.good-trend.reversed .small-text {
	background-color: #005756;
	color:#fff;
}

.good-trend.reversed .trend-label {
	background-color:#fff;
	border: 1px solid #005756;
	color:#005756;
}

.indicator-group .one-message {
	padding:26px 18px;
}
.indicator-group .large-text {
	font-size:20px;
	padding-right: 20px;
	margin: 0;
}

.expandable .large-text {
	position: relative;
	cursor: pointer;
}
.expandable .large-text:after {
	content:'';
	position: absolute;
	right:0;
    top: 0px;
    bottom: 0;
    margin: auto;
	width: 20px;
    height: 18px;
	background-image:url('/wp-content/themes/gldd/images/arrow-down.svg');
	background-repeat: no-repeat;
	background-size:contain;
	transition: all 0.2s ease-in;
}
.expandable.open .large-text:after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
  -o-transform: rotate(180deg); /* Opera */
}
.expandable .hidden-content,
.read-more-content {
	display: none;
}

.indicator-group .small-text p {
	margin: 8px 0 0 0;
}

/* Home */

.opening-section h2 {
	color: #F6F6F6;
	text-transform: uppercase;
}
.home .site-inner,
.article-page .site-inner,
.blog .site-inner,
.about .site-inner {
    padding-top: 0;
    margin-top: -36px;
    z-index: 3;
    position: relative;
}

.key-messages-fold-over {
	margin-top:-50px;
}
.key-messages-fold-over h2 {
	margin-bottom: 0;
	line-height: 28px;
}
.homepage .key-messages-fold-over h2 {
	padding-right:20px;
}

.key-messages-container {
	background-color:#F6F6F6;
	border-radius:20px;
    padding: 20px 25px 10px;
	position: relative;
	min-height: 80px;
}
.slick-slider .slick-list {
	padding-top:10px;
}

.next-button {
	position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    height: 20px;
    margin:auto;
    cursor: pointer;
}
.previous-button {
	position: absolute;
	height: 20px;
    right: 5px;
    top: 0;
    bottom: 0;
    margin:auto;
    transform:rotate(180deg);
    cursor: pointer;
}

.one-article {
	background-color:#fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
	border-radius: 10px;
	margin-bottom: 20px;
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.one-article img {
	margin-top:auto;
}
.inside-padding {
	padding: 20px 15px 0;
}

.article-label {
	background-color: #fff;
	color:#005756;
	border: 1px solid #005756;
	font-size: 12px;
	font-weight: 600;
}

.article-links {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 0;
    margin-top:40px;
}
.article-links a {
	text-decoration: none;
	color: #3C3C3C;
}

.header-container {
	margin-bottom: 30px;
}
.header-container h3 {
	margin-bottom: 0;
}

.right-question {
	cursor: pointer;
	text-decoration: underline;
	color:#005756;
	font-size: 16px;
	margin-left:auto;
}

/* Indicators */

.one-indicator {
	background-color: #fff;
	border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    padding:23px;
}
.one-indicator .large-text {
	font-weight: 400;
}
.indicator-group {
	margin-bottom:70px;
}

.description p:last-of-type {
    margin-bottom: 10px;
}

.right-answer {
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	z-index:200;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}
.modal-box {
	position: fixed;
    top: 0;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    max-width: 900px;
    z-index: 20000;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    top: 0;
     height: fit-content;
    max-height: 80vh;
    overflow-y: auto;
}

.disabled-button {
    text-align: center;
    background-color: #e0e0e0;
    border: 0;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 28px 5px 20px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: 100%;
    color: #000 !important;!i;!;!;!I;!;
    position: relative;
    margin-bottom: 13px;
}

.searchandfilter label {
	width: 100%;
}

.searchandfilter input[type="submit"] {
	padding:10px 40px 10px 30px; 
}
.searchandfilter .sf-field-submit {
	position: relative;
}
.searchandfilter .sf-field-submit:after {
	content: '';
	position:absolute;
	width:10px;
	height:10px;
	top:0;
	bottom:0;
	margin:auto;
	right:22px;
	background-image:url('/wp-content/themes/gldd/images/search-icon.svg');
	background-repeat: no-repeat;
	background-size: contain;
}
.searchandfilter h4 {
	padding-bottom:8px !important;
}

.search-and-filters {
	gap:20px;
	margin:40px 0;
	align-items: flex-end;
}
.search-and-filters label {
	flex:1 1 25%;
}
.search-and-filters .button {
    padding: 7px 40px 7px 36px;
}
.search-and-filters .button:after {
    background-image:url('/wp-content/themes/gldd/images/search-icon.svg');
    background-size: contain;
    width:12px;
    height:12px;
    right:20px;
}

.search-results {
	display: none;
}

.blog .searchandfilter .sf-field-submit:after {
	height: 20px;
}

.blog article {
	display: none;
}

#main {
	margin-top:40px;
}

.filters-header {
	display: none;
	margin-bottom:20px;
}
#reset-filters {
	text-decoration: underline;
	color:#B7381E;
	cursor: pointer;
}


/* About page */

.white-box {
	padding:40px;
	background-color: #fff;
	border-radius: 20px;
	margin-bottom:30px;
}

.white-box img {
	max-width:150px;
	margin-bottom: 30px;
}
.bottom-content {
	clear: both;
}

.article-term {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #005755;
    margin-bottom: 3px;
}

.modal-box ul li,
.hidden-content ul li {
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 20px;
}
.modal-box ul {
	margin-bottom: 30px;
}

/* Media Queries
---------------------------------------------------------------------------- */

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

	table {
		table-layout: auto;
		word-break: normal;
	}

}

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

	/* Site Header
	--------------------------------------------- */

	.admin-bar .site-header {
		top: 32px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1280px;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		position: sticky;
		top:10px;
		width:30%;
	}
	.indicator-content {
		width:70%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 0px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1280px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
	}
	.footer-widget-area:first-child {
		width: 60%;
	}
	.footer-widget-area:last-child {
		width: 40%;
		text-align: right;
	}
	.widget_media_image {
		display: inline-block;
		margin-right:20px;
	}

	.flex {
		display: flex;
	}
	.align-center {
		align-items: center;
	}

	.text-right {
		text-align: right;
	}
	/* Search and Filter */

	.searchandfilter ul {
		display: flex !important;
		justify-content: space-between;
		gap:30px;
		align-items: flex-end;
	}
	.searchandfilter ul li {
		flex:1 1 30%;
	}
	.searchandfilter ul li.sf-field-submit {
		flex:0 1 10%;
	}
	.homepage .searchandfilter ul {
	    display: flex !important;
	    justify-content: space-between;
	    gap: 0px 30px;
	    align-items: flex-end;
	    flex-wrap: wrap;
	}
	.homepage .searchandfilter h4 {
		display: none;
	}
	.blog .searchandfilter ul li {
		padding-top:0;
	}
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
	.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
	.button {
		width: auto;
	}

}

@media (max-width:959px) {
	.site-header {
		z-index:200;
	}
	.wp-custom-logo .title-area {
	    text-align: center;
	}
	.genesis-responsive-menu {
		background-color: #fff;
		padding: 10px;
		border-radius:10px;
	}
	.genesis-responsive-menu a {
		color: #000;
	}
	.genesis-responsive-menu li {
		padding-left:10px;
		border-bottom:1px solid #efefef;
	}
	.genesis-responsive-menu li:last-of-type {
		border-bottom:none;
	}
	.menu-item-has-children:after {
		top:10px;
		bottom:unset;
		width: 20px;
	    height: 15px;
	    right: 0px;
		background-image: url(/wp-content/themes/gldd/images/arrow-down.svg);
	    background-repeat: no-repeat;
	    background-size: contain;
	}
	.home .site-inner, .article-page .site-inner, .blog .site-inner, .about .site-inner {
		margin-top:20px;
	}
	.opening-section h2 {
		color:#333;
	}
	.key-messages-fold-over {
		margin-top:30px;
	}
	.nav-secondary .genesis-nav-menu {
		text-align: left;
	}
	.nav-secondary {
	    display: block;
	    padding:0;
	}
	.socials {
		margin-top:20px;
	}
}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
