/*
Theme Name: Altitude Pro
Theme URI: https://my.studiopress.com/themes/altitude/
Description: Make a stunning first impression, grab attention, and dynamically tell your story with beautiful images and clean typography.
Author: StudioPress
Author URI: http://www.studiopress.com/

Version: 1.5.1.0

Tags: accessibility-ready, block-styles, custom-colors, custom-header, custom-menu, e-commerce, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: http://www.opensource.org/licenses/gpl-license.php

Text Domain: altitude-pro
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
		- Gallery
		- Forms
		- Buttons
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Skip Links
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
		- Responsive Menu
	- Content Area
		- Front Page
		- Dashicons
		- Flexible Widgets
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px
*/
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* Baseline Normalize
--------------------------------------------- */
/* 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,
input[type="search"] {
	box-sizing: border-box;
}

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

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::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,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}

/* Defaults
---------------------------------------------------------------------------- */
/* Smooth Scroll
--------------------------------------------- */
html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

/* Typographical Elements
--------------------------------------------- */
body {
	background-color: #fff;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

body.altitude-home {
	background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
html:not([data-scroll="0"]) .site-header {
	transition: all 0.2s ease-in-out;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #007cb1;
	text-decoration: none;
}

.entry-content a {
	font-weight: 500;
	text-decoration: underline;
}

a:focus,
a:hover {
	color: #007cb1;
}

.entry-content a:hover,
.entry-content a:focus {
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

.image-section .widget:first-of-type cite {
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
}

figure {
	margin: 0;
}

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

blockquote {
	color: currentColor;
	margin: 40px;
}

blockquote::before {
	color: currentColor;
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.image-section .widget:first-of-type blockquote {
	color: #fff;
	font-size: 80px;
	font-weight: 200;
	line-height: 1;
	margin: 0 0 20px;
}

.image-section blockquote::before {
	display: none;
}

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

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 30px;
}

.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a {
	font-weight: 700;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 34px;
	color: #cf4b04;
}

h3 {
	font-size: 26px;
	color: #004473;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

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

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
	margin-bottom: 28px;
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #848484;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	padding: 20px;
	width: 100%;
}

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

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

::placeholder {
	color: #004473;
}

::-moz-placeholder {
	color: #004473;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #004473;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.widget .button {
	background-color: #0680a2;
	border: 2px solid #0680a2;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 2px;
	padding: 15px 25px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: auto;
}

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

/* Buttons
--------------------------------------------- */
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,
.button.clear:focus,
.button.clear:hover,
.button:focus,
.button:hover,
.footer-widgets .widget .button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.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,
.widget .button.clear:focus,
.widget .button.clear:hover,
.widget .button:focus,
.widget .button:hover {
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
}

.button {
	display: inline-block;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

.footer-widgets .widget .button.clear,
.widget .button.clear {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}

.image-section .button {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
}

.image-section .widget .button.clear {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.footer-widgets .widget button:focus,
.footer-widgets .widget button:hover,
.footer-widgets .widget input[type="button"]:focus,
.footer-widgets .widget input[type="button"]:hover,
.footer-widgets .widget input[type="reset"]:focus,
.footer-widgets .widget input[type="reset"]:hover,
.footer-widgets .widget input[type="submit"]:focus,
.footer-widgets .widget input[type="submit"]:hover,
.footer-widgets .widget .button:focus,
.footer-widgets .widget .button:hover,
.image-section button:focus,
.image-section button:hover,
.image-section input[type="button"]:focus,
.image-section input[type="button"]:hover,
.image-section input[type="reset"]:focus,
.image-section input[type="reset"]:hover,
.image-section input[type="submit"]:focus,
.image-section input[type="submit"]:hover,
.image-section .widget .button:focus,
.image-section .widget .button:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
}

.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,
.site-container .footer-widgets .widget input[type="submit"]:disabled,
.site-container .footer-widgets .widget input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-color: #ddd;
	color: #444;
	cursor: not-allowed;
}

.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

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

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: 800;
	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;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text: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: #000;
	display: block;
	font-size: 1em;
	font-weight: 800;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	position: relative;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-container {
	overflow-x: hidden;
}

.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
	width: 100%;
}

.content-sidebar-wrap {
	width: 100%;
	max-width: calc(1500px + 10%);
	padding: 0 5%;
	margin-left: auto;
	margin-right: auto;
}

.site-inner {
	background-color: #fff;
	/*clear: both;*/
	margin-top: 0;
	position: relative;
	z-index: 9;
	word-wrap: break-word;
}

.front-page .site-container .site-inner {
	margin-top: 0;
	max-width: 100%;
}

.altitude-landing .site-container .site-inner {
	margin-top: 0;
}

.secondary-nav .site-inner {
	margin-top: 250px;
}

/* Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.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;
}

/* Common Classes
---------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 20px 24px 0;
}

/* Genesis
--------------------------------------------- */
.breadcrumb {
	font-size: 16px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 20px;
	margin-bottom: 100px;
	padding: 40px 0;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

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

/* Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
	position: relative;
}

.search-form input[type="submit"] {
	padding: 25px;
}

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

.widget_search input[type="submit"]:focus {
	background: #000;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	padding: 20px 23px;
	right: 0;
	top: 0;
}

.error404 .content .search-form {
	margin-bottom: 40px;
}

.error404 .content input[type="search"] {
	margin-right: 10px;
	width: auto;
}

/* Titles
--------------------------------------------- */
.archive-title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title {
	font-size: 48px;
}

.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}

.entry-title a {
	color: #000;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0680a2;
}

/* WordPress
--------------------------------------------- */
.alignleft {
	float: left;
	text-align: left;
}

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

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

a.alignnone {
	display: inline-block;
}

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

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin: 0 0 12px;
}

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

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

.wp-caption-text {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1.2;
	text-align: center;
}

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

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.post-password-form input {
	width: auto;
}

.post-password-form input[type="submit"] {
	padding: 25px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}

/* Widgets
---------------------------------------------------------------------------- */
.widget {
	word-wrap: break-word;
}

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

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

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

.widget_calendar table {
	width: 100%;
}

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

/* Featured Content
--------------------------------------------- */
.featured-content .entry-title {
	font-size: 24px;
}

/* Simple Social Icons
--------------------------------------------- */
.altitude-home .content .simple-social-icons {
	margin-top: 40px;
}

.altitude-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.altitude-home .content .simple-social-icons ul li a,
.altitude-home .content .simple-social-icons ul li a:focus,
.altitude-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}

/* Plugins
---------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget input {
	font-size: 18px;
	margin-bottom: 20px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Portfolio Pro
--------------------------------------------- */
.genesis-pro-portfolio .content .pro-portfolio {
	padding: 0;
}

/* Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}

/* WP Forms
--------------------------------------------- */
.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 20px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 800;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 16px;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 20px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

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

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

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
	background-color: #004473;
	left: 0;
	position: relative;
	width: 100%;
	z-index: 999;
/* 	border-bottom: 3px solid #cf4b04; */
	padding: 0 5%;
}

.featured-section .site-header {
	background-color: transparent;
}

.featured-section .site-header > .wrap {
	border-bottom: 1px solid #fff;
}

/*
html:not([data-scroll="0"]) .site-header {
	background-color: #000;
}

html:not([data-scroll="0"]) .site-header > .wrap {
	border-bottom: none;
}

html:not([data-scroll="0"]) .nav-secondary {
	display: none;
}
*/

/* Title Area
--------------------------------------------- */
.title-area {
	float: left;
	padding: 25px 0;
	width: 230px;
}

/*
html:not([data-scroll="0"]) .site-header .title-area {
	padding: 15px 0;
}
*/

.site-title {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
	padding-top: 10px;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #fff !important;
}

.header-image .title-area,
html:not([data-scroll="0"]) .header-image .site-header .title-area {
	padding: 0;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 85px;
	text-indent: -9999px;
}

/*
html:not([data-scroll="0"]) .header-image .site-title > a {
	height: 56px;
}
*/

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
	line-height: 1;
}

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

.genesis-nav-menu .menu-item.sfHover{
	background-color: #007CB1;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	padding: 45px 15px;
	text-transform: none;
}

/*
html:not([data-scroll="0"]) .site-header .genesis-nav-menu a {
	padding: 20px 15px;
}
*/

.genesis-nav-menu li.highlight a:focus::before,
.genesis-nav-menu li.highlight a:hover::before {
	color: #fff;
}

.genesis-nav-menu li.highlight > a {
	font-weight: 800;
}

.front-page .genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a {
	/*border-bottom: 2px solid transparent;*/
}

.front-page .genesis-nav-menu li.current-menu-item > a:focus,
.front-page .genesis-nav-menu li.current-menu-item > a:hover,
.genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a:focus,
.genesis-nav-menu > li > a:hover {
	border-color: transparent;
	color: #fff;
	background-color: #007CB1;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s ease-in-out;
	width: 200px;
	z-index: 99;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.genesis-nav-menu .sub-menu a {
	background-color: #007CB1;
	outline: none;
	padding: 17px 20px;
	position: relative;
	width: 200px;
	line-height: 1.2;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
	background-color: #f3f3f3;
	color: #cf4b04;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

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

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
	text-align: center;
}

.nav-primary .genesis-nav-menu {
	float: right;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	border-bottom: 1px solid #fff;
}

/* Footer Navigation
--------------------------------------------- */
.nav-footer .genesis-nav-menu {
	padding: 6px 0;
}

.nav-footer .genesis-nav-menu a {
	border: none;
	font-weight: 800;
	letter-spacing: 3px;
	margin: 0;
	padding: 14px 25px;
}

/* 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;
}

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

/* Content Area
---------------------------------------------------------------------------- */
/* Front Page
--------------------------------------------- */
.image-section,
.solid-section {
	clear: both;
	text-align: center;
	width: 100%;
}

.image-section {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33000000", endColorstr="#e6000000", GradientType=0);
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
	height: 100vh;
}

.image-section .widget-area {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.image-section,
.image-section a {
	color: #fff;
}

.image-section a:focus,
.image-section a:hover,
.image-section .featured-content .entry-title a:focus,
.image-section .featured-content .entry-title a:hover {
	color: #0680a2;
}

.solid-section {
	background-color: #fff;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
	border-top: 54px solid transparent;
	margin-top: -54px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	position: relative;
	z-index: 9;
}

.front-page-1,
.front-page-3,
.front-page-5,
.front-page-7 {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.front-page-1 {
	position: relative;
}

.front-page-1 .image-section {
	padding-top: 75px;
}

.secondary-nav .front-page-1 .image-section {
	padding-top: 150px;
}

.front-page-4 .solid-section {
	background-color: #f3f3f3;
}

.bottom-image {
	margin-bottom: -120px;
	margin-top: 100px;
}

.bottom-image img {
	margin-bottom: -10px;
}

.front-page .field-wrap:last-child {
	margin-bottom: 0;
}

.small-disclaimer {
	font-size: 14px;
	font-style: italic;
}

/* Dashicons
--------------------------------------------- */
.front-page .dashicons {
	font-size: 40px;
	height: 40px;
	margin-bottom: 20px;
	width: 40px;
}

/* Flexible Widgets
--------------------------------------------- */
.flexible-widgets {
	padding-bottom: 60px;
	padding-top: 100px;
}

.flexible-widgets .widget {
	float: left;
	margin: 0 0 40px 2.564102564102564%;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}

.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}

.solid-section .widget {
	background-color: #fff;
	padding: 40px;
}

.solid-section .widget:not(:first-child) .widget-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.flexible-widgets p.large {
	font-size: 36px;
	line-height: 1;
}

.flexible-widgets p.price {
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 20px;
}

/* Content
--------------------------------------------- */
.content {
	/*float: left;
	width: 700px;*/
}

.page .content {
	/*padding-bottom: 50px;*/
}

.content-sidebar .content{
	margin-right: 2.564102564102564%;
}

.sidebar-content .content {
	order: 2;
	margin-left: 2.564102564102564%;
}

.full-width-content .content {
	/*padding: 0 200px 50px;*/
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
}

.full-width-content.front-page .content {
	padding: 0;
}

/* Entries
--------------------------------------------- */
.entry {
	margin-bottom: 0;
}

.widget .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: #000;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 20px;
	margin-bottom: 0;
}

.entry-header,
.entry-footer {
	text-align: center;
}

.entry-header p.entry-meta {
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.entry-header::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin: 0 auto 60px;
	padding-bottom: 30px;
	width: 25%;
}

.image-section .entry-header::after {
	border-color: #fff;
}

.entry-footer::before {
	border-top: 1px solid #000;
	content: "";
	display: block;
	margin: 30px auto 0;
	padding-top: 60px;
	width: 25%;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: 20px/1 dashicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

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

/* After Entry
--------------------------------------------- */
.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

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

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 800;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
	float: right;
	width: 360px;
}

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

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}


/* Alert Bar
---------------------------------------------------------------------------- */

.alert-bar {
	padding: 7px 25px;
	text-align: center;
	background: #f72525;
	width: 100%;
	line-height: 1.3;
}

.alert-bar .wrap,
.alert-bar a,
.alert-bar p {
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}


/* Top Bar
---------------------------------------------------------------------------- */

.top-bar {
	background: #004473;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 5%;
	border-bottom: solid 1px rgb(0 124 177 / 50%);
}

.top-bar .wrap {
	display: flex;
	align-items: center;
}

.top-bar .wrap::before,
.top-bar .wrap::after {
	display: none;
}

.top-bar a {
	color: #fff;
	text-decoration: none;
}

.top-bar a:hover {
	text-decoration: underline;
}

.top-bar .top-bar-right {
	margin-left: auto;
}

.top-bar .widget .menu {
	display: flex;
}

.top-bar .widget .menu li {
	position: relative;
	padding-bottom: 0;
	margin-bottom: 0;
}

.top-bar .widget .menu li:not(:last-of-type)::after {
	content: '|';
	padding: 0 25px;
}


/* Margins
---------------------------------------------------------------------------- */

.mb0,
figure.wp-block-image.mb0 {
	margin-bottom: 0;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}



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

figure {
	margin-bottom: 30px;
}

figcaption {
	font-style: italic;
	font-size: 18px;
	text-align: center;
}

.entry-content ol,
.entry-content ul {
	padding-left: 50px;
}

.entry-content ol li,
.entry-content ul li {
	margin-bottom: 15px;
}

.white-text {
	color: #fff;
}

.scroll-margin {
	scroll-margin-top: 100px;
}

.flex-space-between {
	justify-content: space-between;
}

.flex-justify-center {
	justify-content: center;
}

.site-container .wp-block-columns .wp-block-column > :last-child {
	margin-bottom: 0;
}

.wp-block-columns.column-gap-70 {
	column-gap: 70px;
}

.wp-block-column.has-background {
	padding: 40px;
}

/* accordion */

body .gb-block-accordion + .gb-block-accordion {
	margin-top: 0;
}

body .gb-block-accordion summary::-webkit-details-marker {
  color: transparent;
  display: none;
}

body .gb-block-accordion .gb-accordion-title {
	cursor: pointer;
	color: #004473;
	font-size: 20px;
	font-weight: 700;
	padding: 25px 80px 25px 30px;
	position: relative;
	list-style-type: none;
}

body .gb-block-accordion .gb-accordion-title:after {
	content: '+';
	font-size: 40px;
	line-height: 42px;
	font-weight: 500;
	position: absolute;
	right: 18px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 42px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
}

body .gb-block-accordion details[open=""] .gb-accordion-title:after {
	content: '–';
	font-weight: bold;
	font-size: 36px;
}

body .gb-block-accordion .gb-accordion-text {
    padding: 20px 30px 30px;
}

body .gb-block-accordion .gb-accordion-text > *:last-child {
	margin-bottom: 0;
}

/* image borders */

.wp-block-image.is-style-blue-circle-left {
	position: relative;
}

.wp-block-image.is-style-blue-circle-left img {
	border-radius: 999px;
	border: 8px solid #007cb1;
	position: relative;
	z-index: 2;
}

.wp-block-image.is-style-blue-circle-left::after {
	content: '';
	background-color: #ffe9c2;
	border-radius: 999px;
	position: absolute;
	width: 190px;
	height: 190px;
	bottom: 0;
	left: -75px;
}

.wp-block-image.is-style-orange-circle-right {
	position: relative;
}

.wp-block-image.is-style-orange-circle-right img {
	border-radius: 999px;
	border: 8px solid #f7941e;
	position: relative;
	z-index: 2;
}

.wp-block-image.is-style-orange-circle-right::after {
	content: '';
	background-color: #e7e4e4;
	border-radius: 999px;
	position: absolute;
	width: 190px;
	height: 190px;
	top: 0;
	right: -75px;
}

.wp-block-image.is-style-green-circle-left {
	position: relative;
}

.wp-block-image.is-style-green-circle-left img {
	border-radius: 999px;
	border: 8px solid #99cc00;
	position: relative;
	z-index: 2;
}

.wp-block-image.is-style-green-circle-left::after {
	content: '';
	background-color: #e7e4e4;
	border-radius: 999px;
	position: absolute;
	width: 190px;
	height: 190px;
	bottom: 0;
	left: -75px;
}

.wp-block-image.is-style-small-blue-circle {
	position: relative;
}

.wp-block-image.is-style-small-blue-circle img {
	border-radius: 999px;
	border: 5px solid #007cb1;
	position: relative;
	z-index: 2;
}

.wp-block-image.is-style-small-blue-circle::after {
	content: '';
	background-color: #ffe9c2;
	border-radius: 999px;
	position: absolute;
	width: 60px;
	height: 60px;
	bottom: 0;
	left: -25px;
}

.wp-block-image.is-style-rounded-corners img {
	border-radius: 20px;
	display: block;
}

/* corner patterns */

.pattern-top-left-white.gb-block-container,
.pattern-bottom-right-white.gb-block-container,
.pattern-top-left-yellow.gb-block-container,
.pattern-bottom-right-yellow.gb-block-container{
	position: relative;
	overflow: hidden;
}

.pattern-top-left-white.gb-block-container .gb-container-inside,
.pattern-bottom-right-white.gb-block-container .gb-container-inside,
.pattern-top-left-yellow.gb-block-container .gb-container-inside,
.pattern-bottom-right-yellow.gb-block-container .gb-container-inside{
	position: relative;
	z-index: 1;
}

.pattern-top-left-white.gb-block-container::before {
	content: url('/wp-content/uploads/2024/02/background-pattern-white-v3.png');
/* 	opacity: 0.4; */
	position: absolute;
	left: 0;
	top: 0;
}

/* .pattern-bottom-right-white.gb-block-container::after {
	content: url('/wp-content/uploads/2023/09/pattern-right-white.png');
	opacity: 0.4;
	position: absolute;
	right: -100px;
	bottom: 0;
} */

.pattern-top-left-yellow.gb-block-container::before {
	content: url('/wp-content/uploads/2024/02/background-pattern-white-v3.png');
	opacity: 1;
	position: absolute;
	left: 0;
	top: 0;
}

/* .pattern-bottom-right-yellow.gb-block-container::after {
	content: url('/wp-content/uploads/2023/12/pattern-right-yellow.png');
	opacity: 1;
	position: absolute;
	right: -100px;
	bottom: 0;
} */

/* container corner swirl styles */

.gb-block-container.is-style-corner-swirl,
.gb-block-container.is-style-corner-swirl-right {
	position: relative;
	overflow: hidden;
}

.gb-block-container.is-style-corner-swirl::after {
	content: url('/wp-content/uploads/2024/03/background-swirl-orange.png');
	position: absolute;
	left: -50px;
	bottom: -200px;
	z-index: -1;
	opacity: 0.4;
}

.gb-block-container.is-style-corner-swirl-right::after {
	content: url('/wp-content/uploads/2024/03/background-swirl-orange.png');
	position: absolute;
	right: -50px;
	bottom: -200px;
	z-index: -1;
	opacity: 0.4;
	transform: scale(-1, 1);
}

/* annaul reports table style */

.wp-block-table.is-style-annual-report {
	font-size: 20px;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-table.is-style-annual-report table {
	word-break: break-word;
}

.wp-block-table.is-style-annual-report tbody {
	border: none;
}

.wp-block-table.is-style-annual-report tr {
	border-top: none;
	border-bottom: 1px solid #eee;
}

.wp-block-table.is-style-annual-report tr td {
	border: none;
	line-height: 1;
	padding: 10px 0;
}

.wp-block-table.is-style-annual-report tr td:first-of-type {
	color: #004673;
}

.wp-block-table.is-style-annual-report tr td:last-of-type {
	color: #cf4b04;
	font-weight: bold;
	text-align: center;
	min-width: 70px;
}

.bd-rad-30 iframe{
	border-radius: 30px;
}


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

body .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 25px;
}

body .gform_wrapper.gravity-theme .gfield_label,
body .gform_wrapper.gravity-theme .gfield_checkbox label, 
body .gform_wrapper.gravity-theme .gfield_radio label,
body .gform_wrapper.gravity-theme .gfield_consent_label {
	font-size: 18px;
}

body .gform_wrapper.gravity-theme input[type="color"], 
body .gform_wrapper.gravity-theme input[type="date"], 
body .gform_wrapper.gravity-theme input[type="datetime-local"], 
body .gform_wrapper.gravity-theme input[type="datetime"], 
body .gform_wrapper.gravity-theme input[type="email"], 
body .gform_wrapper.gravity-theme input[type="month"], 
body .gform_wrapper.gravity-theme input[type="number"], 
body .gform_wrapper.gravity-theme input[type="password"], 
body .gform_wrapper.gravity-theme input[type="search"], 
body .gform_wrapper.gravity-theme input[type="tel"], 
body .gform_wrapper.gravity-theme input[type="text"], 
body .gform_wrapper.gravity-theme input[type="time"], 
body .gform_wrapper.gravity-theme input[type="url"], 
body .gform_wrapper.gravity-theme input[type="week"], 
body .gform_wrapper.gravity-theme select, 
body .gform_wrapper.gravity-theme textarea {
	font-size: 18px;
	padding: 11px 13px;
}

.ginput_container_checkbox .gchoice {
	margin-bottom: 5px;
}

.gform_wrapper.gravity-theme .gfield input[type="checkbox"] {
	width: 17px;
	height: 17px;
	margin-right: 5px;
}

.ginput_container_radio .gchoice {
	display: flex;
	align-items: flex-start;
	column-gap: 10px;
}

.ginput_container_radio .gchoice:not(:last-of-type) {
	margin-bottom: 15px;
}

.gform_wrapper.gravity-theme .gfield input[type="radio"] {
	margin-top: 5px;
	width: 18px;
	height: 18px;
}

body .gsection_title {
	margin-top: 20px;
	margin-bottom: 0;
}

body .gform_wrapper.gravity-theme .field_sublabel_above .gfield_description {
	margin-top: 0;
}

body .gform_wrapper.gravity-theme .field_description_above .gfield_description {
	padding-bottom: 10px;
}

.gform_wrapper.gravity-theme .ginput_container_address span {
	margin-bottom: 8px;
}

body .gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input {
	vertical-align: top;
	margin-top: 7px;
}

body .gform_required_legend {
	display: none;
}

/* donate form */

.gf-donate-form .gfield_total .ginput_container_total {
	display: inline-block;
	margin-left: 7px;
}

.gf-donate-form .gfield_total .ginput_container_total input {
	padding: 0 !important;
	font-weight: bold;
}


/* Buttons
---------------------------------------------------------------------------- */ 

body .wp-block-buttons {
	margin-bottom: 30px;
	gap: 15px;
}

body .site-container .wp-block-button__link,
a.button,
.widget a.button,
button,
input[type="submit"],
input[type="button"] {
	background-color: #cf4b04;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	border: 2px solid #cf4b04;
	padding: 11px 42px;
}

body .site-container .wp-block-button__link:hover,
body .site-container .wp-block-button__link:focus,
a.button:hover,
a.button:focus,
.widget a.button:hover,
.widget a.button:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
	background-color: #fff;
	color: #cf4b04;
	border: 2px solid #cf4b04;
	box-shadow: none;
}


/* Breadcrumbs
---------------------------------------------------------------------------- */

.page.genesis-breadcrumbs-visible .site-header,
.single-annual-reports.genesis-breadcrumbs-visible .site-header {
	border-bottom: 0;
}

body .breadcrumb {
	background-color: rgb(0 68 115 / 90%);
	font-size: 14px;
	padding: 12px 5%;
	color: #fff;
}

body .breadcrumb > span > span {
	padding: 0 5px;

}

body .breadcrumb > span > span > a {
	color: #FFA300;
}

.breadcrumb_last{
	font-weight: bold;
}

body .breadcrumb a:hover,
body .breadcrumb a:focus {
	text-decoration: underline;
}


/* Nav Search
---------------------------------------------------------------------------------------------------- */

.nav-search-container {
	display: none;
	justify-content: center;
	align-items: center;
	padding: 100px 0;
	position: fixed;
	z-index: 999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.88);
}

.nav-search-modal {
	position: relative;
	width: 630px;
	max-width: 90%;
}

.nav-search-modal form {
	position: relative;
}

.nav-search-modal input.nav-search-field {
	background: transparent;
	width: 100%;
	font-size: 40px;
	line-height: 48px;
	color: #fff;
	letter-spacing: 0.5px;
	border-width: 0px 0px 3px;
	border-bottom-color: #303030;
	padding: 0px 120px 25px 0px;
}

.nav-search-modal input.nav-search-field::placeholder {
	color: #8b8b8b;
}

.nav-search-modal .search-submit {
	color: #fff;
	position: absolute;
	top: 0px;
	right: 62px;
	width: 48px;
	height: 48px;
	padding: 0px;
	background: transparent;
	border: none;
	font-size: 30px;
}

.nav-search-modal .modal-close-button {
	font-size: 40px;
	line-height: 48px;
	width: 48px;
	height: 48px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	cursor: pointer;
}



/* Reusable Blocks
---------------------------------------------------------------------------- */

/* Newsletter Block */

.footer-newsletter-block .wp-block-columns {
	column-gap: 40px;
}

.footer-newsletter-block .gform_wrapper.gravity-theme .gform_fields {
	display: flex;
	gap: 10px;
}

.footer-newsletter-block .gform_wrapper.gravity-theme #field_submit {
	flex-shrink: 0;
}

.footer-newsletter-block .gform_wrapper.gravity-theme .gform_footer {
	padding: 0;
	margin: 0;
}

.footer-newsletter-block .gform_wrapper.gravity-theme input:not([type="submit"]) {
	border: none;
	padding: 11.8px 16px;
}

.footer-newsletter-block .gform_wrapper.gravity-theme input[type="submit"] {
	background-color: #ffa300;
	border-color: #ffa300;
	color: #004473;
	font-weight: 700;
	transition: all 0.2s ease-in-out;
}

.footer-newsletter-block .gform_wrapper.gravity-theme input[type="submit"]:hover,
.footer-newsletter-block .gform_wrapper.gravity-theme input[type="submit"]:focus {
	background-color: #004473;
	border-color: #004473;
	color: #ffa300;
	transition: all 0.2s ease-in-out;
}



/* Homepage
---------------------------------------------------------------------------- */

/* stories of hope */

.soh-carousel-single {
	width: 100%;
	max-width: 988px;
	margin: auto;
	display: flex;
	align-items: center;
	column-gap: 40px;
}

.soh-carousel-single .soh-carousel-image {
	flex-shrink: 0;
	width: 230px;
	max-width: 100%;
	height: auto;
}

.soh-carousel-single .soh-carousel-image img {
	border-radius: 999px;
	border: 5px solid #007cb1;
}

.soh-carousel-single .soh-pre-heading {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.soh-carousel-single .soh-carousel-post-content h4 {
	color: #cf4b04;
}

body .splide__arrow--prev {
	left: 0;
}

body .splide__arrow--next {
	right: 0;
}

body .splide__pagination {
	bottom: auto;
}

body .splide__arrow {
	background: transparent;
	opacity: 1;
	height: 40px;
	width: 40px;
	border: 2px solid transparent;
	transition: all 0.2s ease;
}

body .splide__arrow:hover:not(:disabled),
body .splide__arrow:focus:not(:disabled) {
	opacity: 1;
	background-color: transparent;
	border-color: #cf4b04;
}

body .splide__arrow svg {
	fill: #cf4b04;
	height: 25px;
	width: 25px;
}

/* blog feed */

.home-blog-feed.wp-block-query ul {
	padding-left: 0;
	column-gap: 40px;
}

.home-blog-feed.wp-block-query li.wp-block-post {
	list-style-type: none;
	background-color: #fff;
	border-bottom: 3px solid #99cc00;
}

.home-blog-feed.wp-block-query .wp-block-post-featured-image {
	display: block;
	padding-top: 67%;
	position: relative;
}

.home-blog-feed.wp-block-query .wp-block-post-featured-image img {
	max-width: 100%;
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.home-blog-feed.wp-block-query .wp-block-post-title {
	line-height: 1.3;
	padding: 0 40px;
	margin-bottom: 20px;
}

.home-blog-feed.wp-block-query .wp-block-post-title a {
	color: #004473;
	text-decoration: none;
}

.home-blog-feed.wp-block-query .wp-block-post-title a:hover {
	text-decoration: underline;
}

.home-blog-feed.wp-block-query .wp-block-post-excerpt {
	padding: 0 40px 40px;
}

.home-blog-feed.wp-block-query .wp-block-post-excerpt__more-text {
	margin-top: 20px;
}



/* Pages
---------------------------------------------------------------------------- */

.page .entry {
	margin-bottom: 0;
}

.page-template-page_plus-hero .entry {
	margin-bottom: 0;
}

/* entry header */

.page .entry-header {
	background-color: #FFA300;
/* 	background-image: url('/wp-content/uploads/2023/09/background-pattern-white.png'); */
	background-image: url('/wp-content/uploads/2024/02/background-pattern-white-v3.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding: 100px 5% 103px;
	margin-bottom: 100px;
}

.page .entry-header .entry-title {
	color: #fff;
	margin-bottom: 0;
}

.page .entry-header::after {
	display: none;
}

/* blocks */

.beneficiaries-columns-container .wp-block-column {
	margin-top: 70px;
}

.beneficiaries-columns-container .wp-block-column img {
	margin-top: -120px;
}

.service-columns.wp-block-columns > .wp-block-column {
	max-width: calc(33.3333% - 24px);
}

.services-box.wp-block-column {
    border-radius: 30px;
/*     border: 1px solid #cf4b04; */
    box-shadow: 0 0 10px rgba(159, 102, 19, 0.31);
}

/* Board of Directors Page */

.board-of-directors-page .gb-block-container.alignwide.is-style-corner-swirl::after,
.board-of-directors-page .gb-block-container.alignwide.is-style-corner-swirl-right::after {
	z-index: 0;
	filter: brightness(0) invert(1);
}

.board-of-directors-page .gb-block-container.alignwide.is-style-corner-swirl .gb-container-inside,
.board-of-directors-page .gb-block-container.alignwide.is-style-corner-swirl-right .gb-container-inside {
	position: relative;
	z-index: 1;
}

/* Future Page */

.gform_wrapper.gravity-theme .gfield.capital-campaign-pledge-amt {
	max-width: 530px;
	width: 100%;
}

.gform_wrapper.gravity-theme .gfield.capital-campaign-pledge-amt .gfield_radio {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}

.gform_wrapper.gravity-theme .gfield.capital-campaign-pledge-amt .gfield_radio .gchoice {
	flex-basis: calc(50% - 10px);
}



/* Blog & Archives
---------------------------------------------------------------------------- */

.blog .content-sidebar-wrap,
.archive .content-sidebar-wrap {
	padding-bottom: 100px;
}

/* archive title */

.archive-description {
	background-color: #FFA300;
	background-image: url('/wp-content/uploads/2024/02/background-pattern-white-v3.png');
/* 	background-color: #cf4b04;
	background-image: url('/wp-content/uploads/2023/09/background-pattern-white.png'); */
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	border: none;
	padding: 100px 5% 103px;
	margin-bottom: 100px;
}

.archive-description .archive-title {
	color: #fff;
	font-size: 48px;
	margin-bottom: 0;
}

/* featured image */

.blog article a.entry-image-link,
.archive:not(.post-type-archive-stories_of_hope) article a.entry-image-link {
	display: block;
	padding-top: 67%;
	position: relative;
	margin-bottom: 0;
}

.blog article .entry-image-link img,
.archive:not(.post-type-archive-stories_of_hope) article .entry-image-link img {
	max-width: 100%;
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* entry header */

.blog .entry-header::after,
.archive .entry-header::after {
	display: none;
}

.blog article .entry-header, 
.archive article .entry-header {
    text-align: left;
}

.blog article .entry-title,
.archive article .entry-title {
    font-size: 22px;
    line-height: 1.3;
	padding: 30px 40px 0;
	margin-bottom: 20px;
}

.blog article .entry-title a,
.archive article .entry-title a {
	color: #004473;
	text-decoration: none;
}

.blog article .entry-title a:hover,
.archive article .entry-title a:hover {
	text-decoration: underline;
}

/* entry content */

.blog article .entry-content,
.archive article .entry-content {
	padding: 0 40px 40px;
}

.blog article .entry-content p,
.archive article .entry-content p {
	display: flex;
	flex-direction: column;
}

.blog article .entry-content .more-link,
.archive article .entry-content .more-link {
	margin-top: 20px;
}

.blog article .entry-content p:last-of-type,
.archive article .entry-content p:last-of-type {
	margin-bottom: 0;
}

/* entry footer */

.blog .entry-footer::before,
.archive .entry-footer::before,
.blog .entry-footer .entry-meta,
.archive .entry-footer .entry-meta {
	display: none;
	text-align: left;
}

/* 3 column layout for blog */

.blog.full-width-content .content,
.archive.full-width-content .content {
	max-width: 100%;
}

.blog .content-sidebar-wrap > .content,
.archive .content-sidebar-wrap > .content {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 50px;
}

.blog .content-sidebar-wrap > .content > article,
.archive .content-sidebar-wrap > .content > article {
	flex-basis: calc(33% - 25px);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
	border-bottom: 3px solid #99cc00;
}

/* pagination */

.pagination {
	width: 100%;
	text-align: center;
	margin: 30px 0 0;
}

.archive-pagination li a {
	background-color: #004473;
}

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


/* Blog - Single Posts
---------------------------------------------------------------------------- */

.single-post .content-sidebar-wrap {
	padding-top: 0;
	padding-bottom: 100px;
}

.single-post .entry-header {
	background-color: #FFA300;
	background-image: url('/wp-content/uploads/2024/02/background-pattern-white-v3.png');
/* 	background-color: #cf4b04;
	background-image: url('/wp-content/uploads/2023/09/background-pattern-white.png'); */
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	border: none;
	padding: 100px 5% 103px;
	margin-bottom: 80px;
}

.single-post .entry-header .entry-title {
	color: #fff;
	font-size: 48px;
	margin-bottom: 0;
}

.single-post .entry-header p.entry-meta {
	font-weight: 400;
	font-size: 18px;
}

.single-post .entry-header::after {
	display: none;
}

.single-post .wp-post-image {
	margin-bottom: 30px;
}

.single-post .entry-footer .entry-meta > span {
	display: block;
}


/* Stories of Hope - Archive
---------------------------------------------------------------------------- */

/* page title */

.post-type-archive-stories_of_hope .archive-entry-header {
	background-color: #FFA300;
	background-image: url('/wp-content/uploads/2024/02/background-pattern-white-v3.png');
/* 	background-color: #cf4b04;
	background-image: url('/wp-content/uploads/2023/09/background-pattern-white.png'); */
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding: 100px 5% 103px;
	margin-bottom: 0;
}

.post-type-archive-stories_of_hope .archive-entry-header .archive-entry-title {
	color: #fff;
	margin-bottom: 0;
}

/* intro text */

.archive-intro-text {
	background-color: #f3f3f3;
	width: 100%;
	padding: 100px 7% 70px;
	margin: 0 auto 100px;
}

.archive-intro-text .wrap {
	max-width: 988px;
	margin: auto;
}

.post-type-archive-stories_of_hope .archive-intro-text {
	text-align: center;
}

.post-type-archive-stories_of_hope .archive-intro-text p {
	font-size: 20px;
}

/* post feed */

.post-type-archive-stories_of_hope.archive .content-sidebar-wrap > .content {
	display: block;
	width: 988px;
	max-width: 100%;
	margin: auto;
}

.post-type-archive-stories_of_hope .content-sidebar-wrap > .content > article {
	display: flex;
	align-items: center;
	column-gap: 40px;
	border: none;
	box-shadow: none;
	padding: 0;
	margin: 0 0 70px;
}

.post-type-archive-stories_of_hope article::before,
.post-type-archive-stories_of_hope article::after {
	display: none;
}

.post-type-archive-stories_of_hope article .entry-image-link {
	flex-shrink: 0;
	width: 230px;
	max-width: 100%;
}

.post-type-archive-stories_of_hope article .entry-image-link img {
	border-radius: 999px;
	border: 5px solid #007cb1;
}

.post-type-archive-stories_of_hope article .entry-title {
	font-size: 26px;
	font-weight: 700;
	padding: 0;
}

.post-type-archive-stories_of_hope article .entry-title a {
	color: #cf4b04;
	text-decoration: none;
}

.post-type-archive-stories_of_hope article .entry-title a:hover {
	color: #cf4b04;
	text-decoration: underline;
}

.post-type-archive-stories_of_hope article .entry-content {
	padding: 0;
}

.post-type-archive-stories_of_hope article .entry-content p {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.post-type-archive-stories_of_hope article .entry-content .more-link {
	margin-top: 30px;
}


/* Stories of Hope - Single Posts
---------------------------------------------------------------------------- */

.single-stories_of_hope .content-sidebar-wrap {
	padding-top: 60px;
}

.single-stories_of_hope .entry-header::after,
.single-stories_of_hope .entry-footer::before {
	display: none;
}

.single-stories_of_hope .entry {
	margin-bottom: 70px;
}

.single-stories_of_hope .wp-post-image {
	display: block;
	margin: 0 auto 30px;
}



/* News - Archive, 
   Notices - Archive
---------------------------------------------------------------------------- */

/* page title */

.post-type-archive-news .archive-entry-header,
.post-type-archive-notice .archive-entry-header {
	background-color: #FFA300;
	background-image: url('/wp-content/uploads/2024/02/background-pattern-white-v3.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding: 100px 5% 103px;
	margin-bottom: 100px;
}

.post-type-archive-news .archive-entry-header .archive-entry-title,
.post-type-archive-notice .archive-entry-header .archive-entry-title {
	color: #fff;
	margin-bottom: 0;
}

/* post feed */

.post-type-archive-news.archive .content-sidebar-wrap > .content,
.post-type-archive-notice.archive .content-sidebar-wrap > .content {
	display: block;
	width: 860px;
	max-width: 100%;
	margin: auto;
}

.post-type-archive-news .content-sidebar-wrap > .content > article,
.post-type-archive-notice .content-sidebar-wrap > .content > article {
	border: none;
	box-shadow: none;
	margin: 0 0 70px;
}

.post-type-archive-news article::before,
.post-type-archive-news article::after,
.post-type-archive-notice article::before,
.post-type-archive-notice article::after {
	display: none;
}

.post-type-archive-news article .entry-title,
.post-type-archive-notice article .entry-title {
	font-size: 26px;
	font-weight: 700;
	padding: 0;
	margin-bottom: 10px;
}

.post-type-archive-news article .entry-title a,
.post-type-archive-notice article .entry-title a {
	color: #cf4b04;
	text-decoration: none;
}

.post-type-archive-news article .entry-title a:hover,
.post-type-archive-notice article .entry-title a:hover {
	color: #cf4b04;
	text-decoration: underline;
}

.post-type-archive-news article .entry-content,
.post-type-archive-notice article .entry-content {
	padding: 0;
}

.post-type-archive-news article .entry-content > p,
.post-type-archive-notice article .entry-content > p {
	display: flex;
	flex-direction: column;
}

.post-type-archive-news article .entry-content .more-link,
.post-type-archive-notice article .entry-content .more-link {
	margin-top: 10px;
}

/* News - Single Posts,
   Notices - Single Posts
---------------------------------------------------------------------------- */

.single-news .content-sidebar-wrap,
.single-notice .content-sidebar-wrap {
	padding-top: 60px;
}

.single-news .entry-header::after,
.single-news .entry-footer::before,
.single-notice .entry-header::after,
.single-notice .entry-footer::before {
	display: none;
}

.single-news .entry,
.single-notice .entry {
	margin-bottom: 70px;
}

.single-news .entry-title,
.single-notice .entry-title {
  font-size: 40px;
}


/* Jobs - Archive
---------------------------------------------------------------------------- */

/* page title */

.post-type-archive-jobs .archive-entry-header {
	background-color: #FFA300;
	/*background-image: url('/wp-content/uploads/2023/09/background-pattern-white.png');*/
	background-image: url('/wp-content/uploads/2024/02/background-pattern-white-v3.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding: 100px 5% 103px;
	margin-bottom: 100px;
}

.post-type-archive-jobs .archive-entry-header .archive-entry-title {
	color: #fff;
	margin-bottom: 0;
}

/* post feed */

.post-type-archive-jobs.archive .content-sidebar-wrap > .content {
	display: block;
	width: 860px;
	max-width: 100%;
	margin: auto;
}

.post-type-archive-jobs .content-sidebar-wrap > .content > article {
	border: none;
	box-shadow: none;
	margin: 0 0 70px;
}

.post-type-archive-jobs article::before,
.post-type-archive-jobs article::after {
	display: none;
}

.post-type-archive-jobs article .entry-title {
	font-size: 26px;
	font-weight: 700;
	padding: 0;
	margin-bottom: 10px;
}

.post-type-archive-jobs article .entry-title a {
	color: #cf4b04;
	text-decoration: none;
}

.post-type-archive-jobs article .entry-title a:hover {
	color: #cf4b04;
	text-decoration: underline;
}

.post-type-archive-jobs article .entry-content {
	padding: 0;
}

.post-type-archive-jobs article .entry-content > p {
	display: flex;
	flex-direction: column;
}

.post-type-archive-jobs article .entry-content .more-link {
	margin-top: 10px;
}


/* Jobs - Single Posts
---------------------------------------------------------------------------- */

.single-jobs .content-sidebar-wrap {
	padding-top: 60px;
}

.single-jobs .entry-header::after,
.single-jobs .entry-footer::before {
	display: none;
}

.single-jobs .entry {
	margin-bottom: 70px;
}

.single-jobs .entry-header {
	text-align: left;
}

.single-jobs .entry-title {
	font-size: 40px;
}

.single-jobs .single-job-details {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	background-color: #f3f3f3;
	padding: 40px 40px 25px;
	margin-bottom: 40px;
}

.single-jobs .single-job-details h3 {
	width: 100%;
	margin-bottom: 15px;
}

.single-jobs .single-job-details hr {
	width: 100%;
	border-top: 1px solid #cacaca;
	margin: 0 0 20px;
}

.single-jobs .single-job-details p {
	flex-basis: calc(50% - 15px);
	margin-bottom: 15px;
}




/* Annual Reports - Archive
---------------------------------------------------------------------------- */

/* page title */

.post-type-archive-annual-reports .archive-entry-header {
	background-color: #FFA300;
	/*background-image: url('/wp-content/uploads/2023/09/background-pattern-white.png');*/
	background-image: url('/wp-content/uploads/2024/02/background-pattern-white-v3.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding: 100px 5% 103px;
	margin-bottom: 0;
}

.post-type-archive-annual-reports .archive-entry-header .archive-entry-title {
	color: #fff;
	margin-bottom: 0;
}


/* Annual Reports - Single Posts
---------------------------------------------------------------------------- */

.single-annual-reports .entry-header {
	background-color: #FFA300;
	/*background-image: url('/wp-content/uploads/2023/09/background-pattern-white.png');*/
	background-image: url('/wp-content/uploads/2024/02/background-pattern-white-v3.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding: 100px 5% 103px;
	margin-bottom: 0;
}

.single-annual-reports .entry-header .entry-title {
	color: #fff;
	margin-bottom: 0;
}

.single-annual-reports .entry-header::after {
	display: none;
}

/* annual reports navigation */

.annual-report-nav.wp-block-navigation__container {
	border-bottom: 1px solid #f0f0f0;
	column-gap: 30px;
	padding: 20px 5%;
	box-shadow: 0 3px 4px rgba(0,0,0,0.05);
}

.annual-report-nav.wp-block-navigation li.wp-block-navigation-item {
	margin-bottom: 0;
}

.annual-report-nav.wp-block-navigation a.wp-block-navigation-item__content {
	color: #007cb1;
	text-decoration: underline;
}

.annual-report-nav.wp-block-navigation a.wp-block-navigation-item__content:hover {
	text-decoration: none;
}

.annual-report-nav.wp-block-navigation .current-menu-item a.wp-block-navigation-item__content {
	color: #000;
	text-decoration: none;
}

/* stats image section */

.stats-image-section .wp-block-group {
	max-width: 430px;
	background-color: rgba(0,68,115,0.7);
	padding: 20px 30px 30px;
}

.stats-image-section .wp-block-group h3 {
	font-size: 50px;
	text-shadow: 1px 1px 1px #000;
	margin-bottom: 0;
}

.stats-image-section .wp-block-group p {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

.stats-image-section .wp-block-group p:last-of-type {
	margin-bottom: 0;
}

/* financials table */


body .site-container .finacials-table .wp-block-columns {
    margin-bottom: 0;
}

.finacials-table h5 {
	margin-bottom: 0;
}

.finacials-table hr.wp-block-separator {
	border-top: 2px solid #004473;
	margin: 20px auto;
}

.finacials-table .wp-block-column:not(:first-child) {
    margin-left: 20px;
}

.finacials-table ul {
	padding-left: 30px;
	margin-left: 0;
}

.entry-content .finacials-table ul li {
	list-style-type: none;
	margin-bottom: 15px;
	line-height: 1;
}

.finacials-table p {
	margin-bottom: 15px;
}




/* Search Results
---------------------------------------------------------------------------- */

body.search-results article {
	margin-bottom: 40px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

body.search-results .search-breadcrumbs {
	font-size: 15px;
	color: #898888;
	margin-bottom: 10px;
}

body.search-results article h4 {
	margin-bottom: 10px;
}

body.search-results article h4 a {
	text-decoration: none;
	color: #cf4b04;
}

body.search-results article h4 a:hover {
	text-decoration: underline;
}

body.search-results .pagination {
	margin: 70px 0 90px;
}






/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #fff;
	clear: both;
	position: relative;
	z-index: 9;
	font-size: 16px;
	line-height: 30px;
	padding: 0 5%;
}

.footer-widgets .wrap {
	display: flex;
	justify-content: space-between;
	column-gap: 50px;
	row-gap: 40px;
	border-bottom: 1px solid #d4d3d3;
	padding: 70px 0;
}

.footer-widgets .wrap::before,
.footer-widgets .wrap::after {
	display: none;
}

.footer-widgets .widget-title {
	color: #004473;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 18px;
}

.footer-widgets a {
	color: #000;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #000;
	text-decoration: underline;
}

body .footer-widgets li {
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 img {
	max-height: 85px;
	width: auto;
}

.footer-widgets #simple-social-icons-2 ul li a, 
.footer-widgets #simple-social-icons-2 ul li a:hover, 
.footer-widgets #simple-social-icons-2 ul li a:focus {
	padding: 6px;
}

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
	background-color: #fff;
	padding: 15px 5%;
	text-align: center;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #000;
	text-decoration: underline;
}

.site-footer p {
	font-size: 14px;
	margin-bottom: 0;
}







/* Landing Pages
---------------------------------------------------------------------------- */

/* landing header */

.landing-header {
	padding: 10px 5%;
}

.landing-header .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.landing-header .wrap::before,
.landing-header .wrap::after {
	display: none;
}

.landing-header img {
	height: 85px;
}

.landing-header .landing-nav a {
	font-size: 22px;
	font-weight: 500;
	color: #000;
}

/* landing footer */

.altitude-landing .site-footer {
	background-color: #424242;
	color: #fff;
}

.altitude-landing .site-footer a,
.altitude-landing .site-footer a {
	color: #fff;
	text-decoration: underline;
}

.altitude-landing .site-footer a:focus,
.altitude-landing .site-footer a:hover {
	color: #fff;
	text-decoration: none;
}


/* Reusable Styles
---------------------------------------------------------------------------- */
.bdrad-30{
	border-radius: 30px;
}



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

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

	/* nav button */

	.genesis-nav-menu .menu-item.nav-button > a {
		background-color: #cf4b04;
		border: 2px solid #cf4b04;
		font-size: 16px;
		color: #fff;
		text-transform: uppercase;
		font-weight: 500;
		letter-spacing: 1.5px;
		padding: 10px 35px;
		margin-left: 15px;
		transition: all 0.2s ease-in-out;
	}

	.genesis-nav-menu .menu-item.nav-button > a:hover {
		background: #fff;
		border: 2px solid #cf4b04;
		color: #cf4b04;
		transition: all 0.2s ease-in-out;
	}

}

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

	body.full-width-content .entry-content > .alignwide {
		margin-left: -130px;
		margin-right: -130px;
		max-width: none;
		width: auto;
	}

}




@media only screen and (max-width: 1280px) {
	.site-inner,
	.wrap {
		/*max-width: 1140px;*/
	}
}

@media only screen and (max-width: 1200px) {
	.site-inner,
	.wrap {
		/*max-width: 960px;*/
	}
	.site-header .widget-area {
		/*width: 580px;*/
	}
	.content {
		/*width: 520px;*/
	}
	.full-width-content .content {
		/*padding: 0 110px;*/
	}
	.site-header {
		/*position: static;*/
	}
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	.site-header .title-area,
	html:not([data-scroll="0"]) .site-header .title-area {
		padding: 15px 0;
	}
	/*
	html:not([data-scroll="0"]) .header-image .site-title > a {
		height: 76px;
	}
	*/
	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	.header-image .site-title > a {
		background-position: center !important;
		margin-bottom: 10px;
	}
	.nav-primary .genesis-nav-menu {
		float: none;
	}
	.nav-secondary,
	html:not([data-scroll="0"]) .site-header .nav-secondary {
		border-bottom: none;
	}
	.genesis-nav-menu a,
	html:not([data-scroll="0"]) .site-header .genesis-nav-menu a {
		padding: 10px;
	}
	.genesis-nav-menu .sub-menu a,
	html:not([data-scroll="0"]) .site-header .genesis-nav-menu  .sub-menu a {
		padding: 12px;
	}
	.genesis-nav-menu .menu-item.nav-button > a,
	html:not([data-scroll="0"]) .site-header .genesis-nav-menu .menu-item.nav-button > a {
		padding: 10px 35px;
	}
	/*
	html:not([data-scroll="0"]) .site-header .genesis-nav-menu a {
		padding: 20px 10px;
	}
	*/
	.front-page-1,
	.front-page-3,
	.front-page-5,
	.front-page-7 {
		background-attachment: scroll;
	}
	.soh-carousel-single {
		padding: 0 60px;
	}
	.footer-newsletter-block {
		text-align: center;
	}
	.footer-newsletter-block .wp-block-columns {
		flex-wrap: wrap !important;
	}
	.footer-newsletter-block .wp-block-columns > .wp-block-column {
		flex-basis: 100% !important;
	}
	.footer-newsletter-block .gform_wrapper.gravity-theme .gform_fields {
		justify-content: center;
	}
}

@media only screen and (max-width: 1023px) {
	.site-inner,
	.wrap {
		/*max-width: 768px;*/
	}
	.secondary-nav .site-inner {
		margin-top: 80px;
	}
	.front-page .site-inner {
		max-width: none;
	}
	.content,
	.sidebar {
		width: 100%;
	}
	.front-page .site-inner {
		margin-top: 0;
	}
	.site-inner {
		margin-top: 0;
	}
	.full-width-content .content {
		padding: 0;
	}
	.full-width-content img.pull-left {
		margin-left: 0;
	}
	.full-width-content img.pull-right {
		margin-right: 0;
	}
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget {
		margin: 0 auto 20px;
		width: 100%;
	}
	.front-page-1 .widget:first-of-type h4,
	.front-page-2 .widget:first-of-type h4 {
		font-size: 60px;
	}
	.front-page-1 .image-section,
	.secondary-nav .front-page-1 .image-section {
		padding-top: 0;
	}
	.footer-widgets .wrap {
		flex-wrap: wrap;
	}
	.footer-widgets .widget-area {
		flex-basis: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 975px) {
	body .wp-block-columns {
		flex-wrap: wrap !important;
	}
	body .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 100% !important;
	}
	.home-blog-feed.wp-block-query ul {
		display: flex;
		flex-wrap: wrap;
	}
	.home-blog-feed.wp-block-query ul li {
		flex-basis: 100%;
	}
	.service-columns.wp-block-columns > .wp-block-column {
		max-width: 100%;
	}
	.mobile-order-top {
		order: -1;
	}
	.blog .content-sidebar-wrap > .content > article, 
	.archive .content-sidebar-wrap > .content > article {
		flex-basis: calc(50% - 20px);
	}
	body .site-container .finacials-table .wp-block-columns {
		flex-wrap: nowrap !important;
		column-gap: 20px;
	}
	body .site-container .finacials-table .wp-block-columns > .wp-block-column {
		flex-basis: auto !important;
	}
	body .site-container .finacials-table .wp-block-columns > .wp-block-column:nth-child(1) {
		min-width: calc(100% - 170px);
	}
	body .site-container .finacials-table .wp-block-columns > .wp-block-column:nth-child(2) {
		min-width: 150px;
		margin-left: auto;
	}
}

@media only screen and (max-width: 900px) {
	/* Genesis Responsive Menus */
	nav.nav-primary {
		top: 0;
	}
	.site-header nav .wrap {
		padding: 0;
	}
	nav.genesis-responsive-menu {
		display: none;
		position: relative;
	}
	.js .site-header .nav-primary,
	.js .site-header .nav-secondary {
		display: none;
	}
	.site-header .nav-primary {
		width: 100%;
	}
	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}
	.site-header .dashicons-before::before {
		transition: none;
	}
	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background: #cf4b04;
		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: #cf4b04;
		color: #fff;
		border-width: 0;
		opacity: 1;
	}
	.menu-toggle:focus,
	.sub-menu-toggle:focus {
		outline: 1px solid #ccc;
		outline-offset: -1px;
	}
	.menu-toggle {
		line-height: 20px;
		height: 50px;
		margin-bottom: 1px;
		position: relative;
		z-index: 1000;
		width: 100%;
	}
	.menu-toggle::before,
	.menu-toggle.activated::before {
		margin-right: 10px;
		text-rendering: auto;
	}
	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}
	.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);
	}
	.genesis-responsive-menu .genesis-nav-menu {
		padding-top: 15px;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
		background-color: transparent;
		border-bottom: 0;
		margin-bottom: 1px;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		outline-color: #fff;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
		text-decoration: underline;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus {
		outline: 1px solid #fff;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}
	.genesis-responsive-menu .genesis-nav-menu > .menu-item {
		margin-bottom: 15px;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	.front-page .genesis-responsive-menu .genesis-nav-menu li.current-menu-item > a,
	.genesis-responsive-menu .genesis-nav-menu > li > a,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: 0;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		padding: 15px 20px;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}
	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 25px;
		position: static;
		width: 100%;
		box-shadow: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	.genesis-nav-menu .menu-item.nav-button > a,
	html:not([data-scroll="0"]) .site-header .genesis-nav-menu .menu-item.nav-button > a {
		padding: 10px;
	}
	.soh-carousel-single {
		flex-wrap: wrap;
  		row-gap: 40px;
	}
	.soh-carousel-single .soh-carousel-image {
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 800px) {
	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}
	.site-inner,
	.wrap {
		/*padding: 0 5%;*/
	}
	.front-page .site-inner {
		padding: 0;
	}
	.footer-widgets .wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-6,
	.front-page-7 {
		border-top: 0;
		margin-top: 0;
	}
	.image-section .flexible-widgets {
		padding-bottom: 80px;
	}
	.solid-section .flexible-widgets {
		padding-bottom: 40px;
		padding-top: 60px;
	}
	.bottom-image {
		margin-top: 60px;
		margin-bottom: -80px;
	}
	h1 {
		font-size: 54px;
	}
	.footer-newsletter-block .gform_wrapper.gravity-theme .gform_fields {
		flex-wrap: wrap;
	}
	.footer-newsletter-block .gform_wrapper.gravity-theme .gform_fields > .gfield {
		flex-basis: 100%;
	}
	.footer-newsletter-block .gform_wrapper.gravity-theme input[type="submit"] {
		width: 100%;
	}
	.top-bar .top-bar-right {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.top-bar .widget .menu {
		flex-wrap: wrap;
		justify-content: center;
	}
	.top-bar .widget .menu li:not(:last-of-type)::after {
		padding: 0 15px;
	}
}

@media screen and (max-width: 700px) {
	.blog .content-sidebar-wrap > .content > article, 
	.archive .content-sidebar-wrap > .content > article {
		flex-basis: 100%;
	}
	.post-type-archive-stories_of_hope .content-sidebar-wrap > .content > article {
		flex-wrap: wrap;
		row-gap: 20px;
	}
}

@media screen and (max-width: 600px) {
	h1 {
		font-size: 46px;
	}
	.entry-title,
	.single-post .entry-header .entry-title,
	.single-stories_of_hope .entry-title {
		font-size: 40px;
	}
	.single-jobs .single-job-details p {
		flex-basis: 100%;
	}
}

@media screen and (max-width: 550px) {
	.top-bar .widget .menu li:not(:last-of-type)::after {
		padding: 0 8px;
	}
	.landing-header .wrap {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 15px;
	}
	.landing-header .landing-nav {
		flex-basis: 100%;
		text-align: center;
	}
}

@media only screen and (max-width: 480px) {
	.front-page-1 .widget:first-of-type h4,
	.front-page-2 .widget:first-of-type h4 {
		font-size: 40px;
	}
}
