<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: horizon
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: horizon
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 
.single-what-we-do-post .what-we-do-title .pdf-file-download {
	position: absolute;
	top: 68%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
}

.pdf-file-download a {
	color: white;
	text-decoration: none;
	background: #047492;
	font-size: 16px;
	padding: 12px 32px;
	text-decoration: none;
	border-radius: 10px;
	font-weight: bold;
}


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;

}

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

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

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

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

.button {
	background-color: #003c7f;
	color: #fff !important;
	font-weight: 500;
	font-size: 16px;
	padding: 12px 32px;
	text-decoration: none;
	border-radius: 10px;
}

.button:hover {
	background-color: #047492;
	color: #fff;
	transition: .3s ease-in-out;
}

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
* {
	font-family: Raleway;
}

.main-navigation {
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

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

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 99;
	min-height: 50px;
	min-width: 850px;
	display: flex !important;
	padding: 20px 5px;
}

@media (min-width: 960px) {
	.main-navigation ul ul {
		background-color: rgba(255, 255, 255, 0.8);
		z-index: 99;
		min-height: 50px;
		min-width: 850px;
		display: flex !important;
		padding: 20px 5px;
	}
}

.main-navigation ul ul li {
	border-right: 1px solid #000;
	padding-right: 20px !important;
	line-height: 2 !important;
}

.main-navigation ul ul li:last-child {
	border-right: none;
}

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

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

.main-navigation ul ul a {
	width: auto;
}

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 960px) {
	.menu-toggle {
		display: none;
	}

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

.menu-toggle {
	z-index: 999999;
	cursor: pointer;
	background: none !important;
	border: none;
}

.menu-toggle svg {
	height: 30px;
	width: 30px;
}

.menu-toggle.toggled {
	color: #fff;
	visibility: hidden;
}

.menu-toggle.toggled::before {
	visibility: visible;
	content: url("assets/icons/close-menu-icon.svg");
	height: 30px;
	width: 30px;
	width: 30px;
	position: absolute;
	top: 25px;
}

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

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

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

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

.site-header {
	position: relative;
	height: 90px;
	display: flex;
	align-items: center;
}

.site-header .site-branding {
	display: flex;
	align-items: center;
}

.site-header .site-branding img {
	max-width: 70px;
}

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

.site-header .main-navigation ul {
	display: flex;
	align-items: center;
}

.site-header .main-navigation ul li {
	margin-left: 20px;
	line-height: 5.5;
}

.site-header .main-navigation ul li:last-child {
	line-height: 2;
}

.site-header .main-navigation ul li a {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
}

.site-header .main-navigation ul li a:hover {
	color: #047492;
	transition: 0.3s ease-in-out;
}

@media (max-width: 960px) {
	.site-header .main-navigation ul li a {
		line-height: 40px;
		padding-right: 30px;
		color: #fff;
	}
}

@media (max-width: 960px) {
	.site-header .main-navigation {
		visibility: hidden;
	}
}

@media (max-width: 960px) {
	.site-header .main-navigation.toggled {
		opacity: 1;
		visibility: visible;
	}
}

.header-social-media {
	display: flex;
	align-items: center;
	margin-left: 30px;
}

@media (max-width: 960px) {
	.header-social-media {
		display: none;
	}
}

.header-social-media a {
	background-color: #047492;
	display: flex;
	flex-direction: row;
	padding: 10px;
	margin: 5px;
	border-radius: 50px;
	transition: 0.3s ease-in-out;
}

.header-social-media a:hover {
	background-color: #003c7f;
	color: #fff !important;
}

.header-social-media a svg {
	color: #fff;
	width: 18px;
	height: 18px;
}

@media (max-width: 960px) {
	.header-social-media a {
		padding: 5px;
		margin: 3px;
	}
}

.site-footer {
	padding-top: 60px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #047492;
}

.site-footer ul,
.site-footer ol {
	margin-left: 0;
	padding-left: 0;
}

.site-footer .menu li {
	list-style: none;
}

.site-footer .menu li a {
	text-decoration: none;
	color: #59bfd8;
	font-size: 16px;
	line-height: 2;
	font-weight: 400 !important;
}

.site-footer .menu li a:hover {
	color: #e45c0a;
}

@media (max-width: 960px) {
	.site-footer #footer-widget1 {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

.site-footer #footer-widget1 img {
	max-width: 150px;
}

.site-footer #footer-widget1 p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.site-footer .widgets {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

@media (max-width: 960px) {
	.site-footer .widgets {
		flex-direction: column;
	}
}

.site-footer .widgets .widget {
	padding-right: 20px;
}

@media (max-width: 960px) {
	.site-footer .widgets .widget {
		padding-right: 0;
	}
}

.site-footer .widgets .widget h3 {
	margin-top: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.site-footer .copyright .container {
	padding: 30px 0;
	border-top: 1px solid #fff;
}

.site-footer .copyright p {
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}

@media (max-width: 960px) {
	.site-footer .copyright p {
		text-align: center;
	}
}

.site-footer .site--below--footer {
	margin: 30px 0;
}

@media (max-width: 960px) {
	.site-footer .site--below--footer {
		width: 100%;
	}
}

.site-footer .site--below--footer .container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

@media (max-width: 960px) {
	.site-footer .site--below--footer .container {
		flex-direction: column;
		align-items: flex-start;
	}
}

.site-footer .site--below--footer .footer-social-media {
	display: flex;
	flex-wrap: wrap;
	margin-right: 30px;
}

@media (max-width: 960px) {
	.site-footer .site--below--footer .footer-social-media {
		margin: 0 auto;
	}
}

.site-footer .site--below--footer .footer-social-media a {
	background-color: #fff;
	display: flex;
	flex-direction: row;
	padding: 10px;
	margin: 5px;
	border-radius: 50px;
	transition: 0.3s ease-in-out;
}

.site-footer .site--below--footer .footer-social-media a:hover {
	transform: translateY(-5px);
	color: #fff !important;
}

.site-footer .site--below--footer .footer-social-media a svg {
	color: #047492;
	width: 18px;
	height: 18px;
}

@media (max-width: 960px) {
	.site-footer .site--below--footer .footer-newsletter {
		display: flex;
		flex-direction: column;
		margin-top: 20px;
		width: 100%;
	}
}

.site-footer .site--below--footer .footer-newsletter input {
	line-height: 2;
	border-radius: 10px;
	background-color: transparent;
	border-color: #fff;
	margin-right: 10px;
	outline: none;
	padding: 5px 20px;
}

@media (max-width: 960px) {
	.site-footer .site--below--footer .footer-newsletter input {
		padding: 5px 2px;
		margin-right: 0;
	}
}

.site-footer .site--below--footer .footer-newsletter input:focus {
	color: #fff;
}

.site-footer .site--below--footer .footer-newsletter .button {
	background-color: #fff;
	color: #047492 !important;
}

.site-footer .site--below--footer .footer-newsletter .button:hover {
	background-color: #003c7f;
	color: #fff !important;
}

@media (max-width: 960px) {
	.site-footer .site--below--footer .footer-newsletter .button {
		margin-top: 10px;
		text-align: center;
	}
}

@media (min-width: 960px) {
	.dropdown-item {
		display: flex;
	}

	.dropdown-item span {
		height: 0;
		visibility: hidden;
	}
}

@media (max-width: 960px) {
	.main-navigation {
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 999999;
		background-color: #047492;
		overflow-y: scroll !important;
		display: block !important;
		padding-top: 250px;
	}

	.main-navigation&gt;div&gt;ul {
		display: block !important;
	}

	.main-navigation&gt;div&gt;ul li {
		margin: 0 !important;
		padding-right: 20px;
		display: block !important;
		text-align: right;
		line-height: 3 !important;
	}

	.main-navigation&gt;div&gt;ul li a {
		padding-right: 0 !important;
		width: 100%;
		text-align: right !important;
		display: block !important;
	}

	.main-navigation&gt;div&gt;ul li .drop-toggle {
		background-color: transparent;
		margin-left: 20px;
	}

	.main-navigation&gt;div&gt;ul li .drop-toggle svg {
		color: #fff;
	}

	.menu-item .dropdown-item span {
		opacity: 0;
	}

	.menu-item.menu-item-has-children .dropdown-item span {
		opacity: 1;
	}

	.dropdown-item {
		display: flex;
		align-items: center;
		justify-content: flex-end !important;
		width: 100%;
	}

	.dropdown-item&gt;a {
		width: auto !important;
	}

	.dropdown-item span {
		width: 40px;
		height: 40px;
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.dropdown-item span svg {
		transition: 0.3s ease-in-out;
	}

	.dropdown-item li {
		padding-right: 20px;
	}

	.dropdown-item a {
		padding-right: 0;
	}

	.dropdown-item.toggled svg {
		transform: rotate(180deg);
	}

	.dropdown-item~.sub-menu {
		position: relative !important;
		left: inherit !important;
		top: inherit !important;
		margin: 0 !important;
		flex-direction: column !important;
		justify-content: flex-end !important;
		align-items: flex-end;
		padding: 0 !important;
		min-width: 100vw;
		visibility: hidden;
		height: 0px;
		background-color: transparent !important;
		min-height: auto !important;
	}

	.dropdown-item~.sub-menu.toggled {
		display: flex !important;
		visibility: visible;
		height: auto;
	}

	.dropdown-item~.sub-menu li {
		margin: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		border-right: 0 !important;
		width: 100%;
		text-align: right;
	}

	.dropdown-item~.sub-menu li a {
		text-align: right;
		display: block !important;
		padding-right: 20px !important;
		color: #34b8d6 !important;
	}
}

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

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

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

.comments-area {
	display: none;
}

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

.container {
	max-width: 1280px !important;
	margin: 0 auto !important;
	width: 100%;
}

@media (max-width: 960px) {
	.container {
		padding: 0 10px;
	}
}

.sharing-post-box .container {
	padding-left: 50px;
	padding-right: 50px;
}

@media (max-width: 960px) {
	.sharing-post-box .container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.sharing-post-box .share-button-wrapper {
	display: flex;
}

@media (max-width: 960px) {
	.sharing-post-box .share-button-wrapper {
		padding: 15px;
	}
}

.sharing-post-box .share-button-wrapper a {
	display: flex;
	align-items: center;
	padding: 8px;
	background-color: #047492;
	margin-right: 10px;
	border-radius: 6px;
}

.sharing-post-box .share-button-wrapper svg {
	color: #fff;
	display: flex;
	align-items: center;
}

.single-post .post-thumbnail img {
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	object-fit: cover;
}

.single-post .post.type-post {
	background-color: #fff;
	position: relative;
	padding: 50px;
}

@media (max-width: 960px) {
	.single-post .post.type-post {
		padding: 15px;
	}
}

.single-post .related-single-post .container {
	padding: 40px;
}

@media (max-width: 960px) {
	.single-post .related-single-post .container {
		padding: 15px;
	}
}

@media (max-width: 960px) {
	.single-post .related-single-post {
		padding: 15px;
	}
}

.single-post .related-single-post h3 {
	color: #047492;
	font-size: 32px;
	margin: 10px;
	margin-bottom: 20px;
}

@media (max-width: 960px) {
	.single-post .related-single-post h3 {
		margin-left: 0;
	}
}

.single-post .related-single-post .related_posts {
	display: flex;
}

@media (max-width: 960px) {
	.single-post .related-single-post .related_posts {
		flex-direction: column;
	}
}

.single-post .related-single-post .related-thumbnail {
	margin: 10px;
	width: 33.33%;
}

@media (max-width: 960px) {
	.single-post .related-single-post .related-thumbnail {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
}

.single-post .related-single-post .related-thumbnail img {
	max-height: 300px;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 250px;
	object-fit: cover;
	display: flex;
	align-items: center;
}

.single-post .related-single-post .related-thumbnail a {
	margin-top: 30px;
	text-decoration: none;
	color: #e45c0a;
	font-size: 22px;
	font-weight: bold;
}

.single-post .related-single-post .related-thumbnail a:hover {
	color: #047492;
	transition: 0.3s ease-in-out;
}

.single-post .related-single-post .related-thumbnail p {
	font-size: 18px;
	color: #000;
	text-decoration: none;
	font-weight: 400;
}

@media (max-width: 960px) {
	.single-post .related-single-post .related-thumbnail p {
		font-size: 16px;
	}
}

.single-post .load-more-posts {
	text-align: center;
	margin-top: 20px;
}

.single-post .load-more-posts .button {
	background-color: #047492;
}

.single-post .load-more-posts .button:hover {
	background-color: #003c7f;
	transition: 0.3s ease-in-out;
}

.post-template-default.single.single-post .site-main {
	margin-top: -150px;
	margin-bottom: 60px;
}

.post-template-default.single.single-post .site-main .entry-title {
	color: #047492;
}

.post-template-default.single.single-post .site-main .entry-meta {
	color: #808080;
}

.post-template-default.single.single-post .site-main .entry-meta a {
	color: #808080;
	pointer-events: none;
	text-decoration: none;
}

.post-template-default.single.single-post .site-main .entry-content p {
	font-size: 20px;
}

.post-template-default.single.single-post .site-main .entry-content a {
	color: #047492;
}

.post-template-default.single.single-post .site-main .entry-content a:hover {
	color: #003c7f;
}

.post-template-default.single.single-post .site-main .entry-footer {
	display: none;
}

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
	background-color: #047492;
}

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button:hover {
	background-color: #003c7f;
}

.post-type-archive-tribe_events .tribe-common .tribe-common-anchor-thin {
	color: #047492;
}

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
	color: #047492;
}

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border,
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border {
	border-color: #047492;
	color: #047492;
}

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border:hover,
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border:hover {
	background-color: #047492;
	color: #fff;
}

.single-tribe_events .tribe-events-single-event-title {
	color: #047492;
}

.tribe-events .tribe-events-calendar-latest-past__event-featured-image,
.tribe-events .tribe-events-calendar-latest-past__event-featured-image-link {
	max-height: 250px;
	width: 100%;
	object-fit: cover;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* Pages
--------------------------------------------- */
#home-slider {
	margin-bottom: 0;
	overflow: hidden;
}

#home-slider .slick-list.draggable {
	padding: 0;
}

#home-slider .home-slider-content {
	max-height: 800px;
	overflow: hidden;
	z-index: 99;
	position: relative;
	text-align: left;
	color: white;
	height: 800px;
	background-position: center;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.7);
}

#home-slider .home-slider-content:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right, #000, #000);
	opacity: 0.2;
	overflow: hidden;
}

#home-slider .home-slider-content .slider-description {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	max-width: 800px;
	width: 100%;
}

#home-slider .home-slider-content .slider-description h1 {
	font-size: 80px;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	max-width: 700px;
	line-height: 1.2;
}

#home-slider .home-slider-content .slider-description p {
	margin-bottom: 0;
	font-size: 20px;
	max-width: 700px;
}

#home-slider .home-slider-content .slider-description .slider-moto {
	font-family: "Reenie Beanie", cursive;
	font-size: 45px;
}

@media (max-width: 960px) {
	#home-slider .home-slider-content .slider-description {
		text-align: center;
	}
}

#home-slider ul.slick-dots {
	position: absolute;
	top: 85%;
}

#home-slider .slick-dots li {
	width: auto;
	height: auto;
}

#home-slider .slick-dots li.slick-active button {
	background-color: #047492;
	width: 37px;
	border: 2px solid #047492;
}

#home-slider .slick-dots {
	z-index: 99;
}

#home-slider .slick-dots li button {
	border: 2px solid #fff;
	border-radius: 50px;
	padding: 0;
	margin: 0;
	width: 37px;
	height: auto;
	transition: 0.3s ease-in-out;
}

#home-slider .slick-dots li button::before {
	content: "";
	display: none;
}

.horizon-intro {
	padding: 60px 0;
	background-color: #f2f2f2;
}

@media (max-width: 960px) {
	.horizon-intro {
		padding-bottom: 0;
	}
}

.horizon-intro .container {
	display: flex;
}

@media (max-width: 960px) {
	.horizon-intro .container {
		flex-direction: column;
	}
}

.horizon-intro .about-section {
	width: 50%;
	padding-right: 50px;
}

@media (max-width: 960px) {
	.horizon-intro .about-section {
		width: 100%;
		padding-right: 0;
	}
}

.horizon-intro .about-section h1 {
	color: #003c7f;
	font-size: 50px;
}

@media (max-width: 960px) {
	.horizon-intro .about-section h1 {
		font-size: 30px;
		text-align: center;
	}
}

.horizon-intro .about-section p {
	font-size: 18px;
	color: #003c7f;
}

@media (max-width: 960px) {
	.horizon-intro .about-section p {
		text-align: center;
	}
}

.horizon-intro .about-section .intro-buttons {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

@media (max-width: 960px) {
	.horizon-intro .about-section .intro-buttons {
		text-align: center !important;
		align-items: center !important;
		justify-content: center !important;
	}
}

@media (max-width: 500px) {
	.horizon-intro .about-section .intro-buttons .button {
		margin-right: 0px;
	}

	.horizon-intro .about-section .intro-buttons:first-child {
		margin-bottom: 10px;
	}
}

.horizon-intro .about-section .intro-buttons .button {
	margin-right: 20px;
}

.horizon-intro .team-section {
	width: 50%;
	background-position: top;
	background-size: contain;
	background-repeat: no-repeat;
}

@media (max-width: 960px) {
	.horizon-intro .team-section {
		margin-top: 60px;
		width: 100%;
	}
}

.horizon-intro .team-section img {
	margin-bottom: -80px;
	max-width: 500px;
}

@media (max-width: 960px) {
	.horizon-intro .team-section img {
		margin-bottom: -30px;
		max-width: 350px;
	}
}

@media (max-width: 400px) {
	.horizon-intro .team-section img {
		margin-bottom: -30px;
		max-width: 250px;
	}
}

.latest-news {
	margin: 60px 0;
}

.latest-news h1 {
	color: #e45c0a;
	font-size: 50px;
	margin-bottom: 60px;
}

@media (max-width: 960px) {
	.latest-news h1 {
		font-size: 30px;
	}
}

.latest-news .posts {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 960px) {
	.latest-news .posts {
		flex-direction: column;
	}
}

.latest-news .posts .post-description {
	display: flex;
	flex-direction: column;
	background-repeat: no-repeat !important;
	z-index: 9999;
	width: calc(33.33% - 20px);
	border-bottom: 6px solid #e45c0a;
}

@media (max-width: 960px) {
	.latest-news .posts .post-description {
		width: 100%;
		margin-bottom: 30px;
	}
}

.latest-news .posts .thumbnail {
	position: relative;
	overflow: hidden;
	height: 250px;
	object-fit: cover;
	display: flex;
	align-items: center;
}

.latest-news .posts .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.latest-news .posts .post-title {
	margin-top: 30px;
	text-decoration: none;
	color: #e45c0a;
	font-size: 22px;
	font-weight: bold;
}

.latest-news .posts .post-title:hover {
	color: #047492;
}

@media (max-width: 960px) {
	.latest-news .posts .post-title {
		margin-top: 10px;
		font-size: 20px;
	}
}

.latest-news .posts p {
	font-size: 18px;
	color: #000;
	text-decoration: none;
	font-weight: 400;
}

@media (max-width: 960px) {
	.latest-news .posts p {
		font-size: 16px;
	}
}

.resources-section {
	margin: 60px 0;
}

.resources-section .container {
	max-width: 1700px !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 960px) {
	.resources-section .container {
		flex-direction: column;
	}
}

.resources-section .resources-list {
	background-color: #047492;
	padding: 80px;
	width: 50%;
}

@media (max-width: 960px) {
	.resources-section .resources-list {
		width: 100%;
		padding: 40px;
	}
}

.resources-section .resources-list h1 {
	color: #fff;
	font-size: 50px;
	margin-bottom: 60px;
}

@media (max-width: 960px) {
	.resources-section .resources-list h1 {
		font-size: 30px;
	}
}

.resources-section .resources-list .resources-heading {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.resources-section .resources-list .resources-heading .index {
	color: #fff;
	font-size: 30px;
	text-decoration: none;
	margin-right: 10px;
}

@media (max-width: 960px) {
	.resources-section .resources-list .resources-heading .index {
		font-size: 20px;
	}
}

.resources-section .resources-list .resources-heading li {
	list-style: none;
	width: 100%;
}

.resources-section .resources-list .resources-heading li:hover svg {
	transition: 0.3s ease-in-out;
	transform: translateX(30px);
}

.resources-section .resources-list .resources-heading li .with-svg {
	padding: 10px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	text-decoration: none;
	font-size: 25px;
	border-bottom: 2px solid #fff;
}

@media (max-width: 960px) {
	.resources-section .resources-list .resources-heading li .with-svg {
		font-size: 20px;
	}
}

.resources-section .resources-list .resources-heading li .with-svg svg {
	width: 30px;
	height: 30px;
	fill: #fff;
}

@media (max-width: 960px) {
	.resources-section .resources-list .resources-heading li .with-svg svg {
		width: 20px;
		height: 20px;
	}
}

.resources-section .resources-image {
	width: 100%;
	max-width: 50%;
}

@media (max-width: 960px) {
	.resources-section .resources-image {
		max-width: 100%;
	}
}

.resources-section .resources-image img {
	height: 650px;
	display: flex;
	justify-content: center;
	align-items: center;
	object-fit: cover;
	margin-left: -50px;
}

@media (max-width: 960px) {
	.resources-section .resources-image img {
		width: 100%;
		height: auto;
		margin: 0;
	}
}

@media (max-width: 960px) {
	.resources-section .resources-image {
		display: none;
	}
}

.works-area-wrapper {
	margin: 60px 0;
}

.works-area-wrapper h1 {
	font-size: 50px;
	color: #047492;
	margin-bottom: 60px;
}

.works-area-wrapper .work-area-section {
	display: flex;
	flex-wrap: wrap;
}

.works-area-wrapper .work-area-image {
	width: 33.33%;
	height: 400px;
}

@media (max-width: 960px) {
	.works-area-wrapper .work-area-image {
		width: 100%;
	}
}

.works-area-wrapper .work-area-image img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.works-area-wrapper .work-area-content {
	width: 33.33%;
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

@media (max-width: 960px) {
	.works-area-wrapper .work-area-content {
		width: 100%;
	}
}

.works-area-wrapper .work-area-content a {
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
	text-decoration: none;
	font-weight: 600;
}

@media (max-width: 960px) {
	.works-area-wrapper .work-area-content a {
		font-size: 20px;
	}
}

.works-area-wrapper .work-area-content p {
	margin: 0;
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
}

@media (max-width: 960px) {
	.works-area-wrapper .work-area-content p {
		font-size: 16px;
	}
}

.works-area-wrapper .work-area-content .button {
	margin-top: 20px;
	font-size: 18px;
}

@media (max-width: 960px) {
	.works-area-wrapper .work-area-content .button {
		font-size: 16px;
	}
}

#work-area-section .button {
	padding: 10px 22px;
	font-size: 16px;
}

#work-area-section .work-area-content:nth-child(2) {
	background-color: #047492;
}

#work-area-section .work-area-content:nth-child(2) .button {
	background-color: #fff;
	color: #047492 !important;
}

#work-area-section .work-area-content:nth-child(2) .button:hover {
	background-color: #003c7f;
	color: #fff !important;
	transition: 0.3s ease-in-out;
}

#work-area-section .work-area-content:nth-child(4) {
	background-color: #e45c0a;
}

#work-area-section .work-area-content:nth-child(4) .button {
	background-color: #fff;
	color: #e45c0a !important;
}

#work-area-section .work-area-content:nth-child(4) .button:hover {
	background-color: #003c7f;
	color: #fff !important;
	transition: 0.3s ease-in-out;
}

#work-area-section .work-area-content:nth-child(6) {
	background-color: #47a035;
}

#work-area-section .work-area-content:nth-child(6) .button {
	background-color: #fff;
	color: #47a035 !important;
}

#work-area-section .work-area-content:nth-child(6) .button:hover {
	background-color: #003c7f;
	color: #fff !important;
	transition: 0.3s ease-in-out;
}

@media (max-width: 960px) {
	#home-slider .home-slider-content {
		min-height: 500px;
		height: 100%;
	}

	#home-slider .home-slider-content .slider-description h1 {
		font-size: 45px;
		width: 100%;
	}

	#home-slider .home-slider-content .slider-description p {
		font-size: 16px;
		width: 100%;
	}

	#home-slider .home-slider-content .slider-description .slider-moto {
		font-size: 25px;
	}
}

.partners {
	margin: 60px 0px;
	overflow: hidden;
}

.partners h2 {
	font-size: 50px;
	color: #e45c0a;
	margin-bottom: 60px;
}

.partners .partner-images-slide {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.partners .partner-images-slide a {
	margin-right: 50px;
}

@media (max-width: 960px) {
	.partners .partner-images-slide a {
		margin: 10px;
	}
}

.partners .partner-images-slide img {
	filter: grayscale(1);
	height: 160px;
	object-fit: contain;
}

.partners .partner-images-slide img:last-child {
	margin-right: 0;
}

.partners .partner-images-slide img:hover {
	filter: grayscale(0);
	opacity: 1;
	transition: 0.3s ease-in-out;
}

.about-us-intro {
	max-height: 500px;
	overflow: hidden;
	z-index: 9;
	position: relative;
	text-align: left;
	color: white;
	height: 500px;
	background-position: center;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.4);
}

.about-us-intro:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right, #000, #000);
	opacity: 0.4;
	overflow: hidden;
}

.about-us-intro .about-hero-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	max-width: 800px;
	width: 100%;
}

.about-us-intro .about-hero-title h1 {
	font-size: 70px;
	margin: 0;
}

@media (max-width: 960px) {
	.about-us-intro .about-hero-title h1 {
		font-size: 35px;
	}
}

.about-us-intro .about-hero-title h2 {
	font-size: 45px;
	margin: 0;
	font-weight: 500;
	font-family: "Reenie Beanie", cursive;
}

@media (max-width: 960px) {
	.about-us-intro .about-hero-title h2 {
		font-size: 30px;
	}
}

.about-us-wrapper {
	margin-top: -120px;
	position: relative;
}

.about-us-wrapper .container {
	background-color: #fff;
	padding: 40px;
	padding-bottom: 0;
	z-index: 999;
	position: relative;
}

.about-us-wrapper p {
	font-size: 22px;
}

.about-us-wrapper strong {
	color: #047492;
	font-weight: 600;
	font-size: 40px;
	margin-bottom: 0px;
}

.about-values-wrapper {
	margin-bottom: 100px;
}

.about-values-wrapper .container {
	padding: 40px;
	padding-top: 0;
}

.about-values-wrapper h3 {
	color: #047492;
	font-weight: 600;
	font-size: 40px;
	margin-bottom: 0px;
}

.about-values-wrapper p {
	font-size: 22px;
}

.about-values-wrapper strong {
	color: #047492;
}

@media (max-width: 960px) {
	.about-us-wrapper {
		margin-right: 10px;
		margin-left: 10px;
	}

	.about-us-wrapper .container {
		padding: 10px;
	}

	.about-us-wrapper h1 {
		font-size: 40px;
	}

	.about-us-wrapper p {
		font-size: 18px;
	}

	.about-values-wrapper {
		margin-right: 10px;
		margin-left: 10px;
	}

	.about-values-wrapper .container {
		padding: 10px;
	}

	.about-values-wrapper h3 {
		font-size: 25px;
	}

	.about-values-wrapper p {
		font-size: 18px;
	}
}

.our-staff-intro {
	max-height: 500px;
	overflow: hidden;
	z-index: 9;
	position: relative;
	text-align: left;
	color: white;
	height: 500px;
	background-position: center;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.4);
}

.our-staff-intro:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right, #000, #000);
	opacity: 0.4;
	overflow: hidden;
}

.our-staff-intro .our-staff-hero-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	max-width: 800px;
	width: 100%;
}

.our-staff-intro .our-staff-hero-title h1 {
	font-size: 70px;
	margin: 0;
}

@media (max-width: 960px) {
	.our-staff-intro .our-staff-hero-title h1 {
		font-size: 40px;
		text-align: center;
	}
}

.our-staff-wrapper {
	margin-top: -120px;
	position: relative;
}

@media (max-width: 960px) {
	.our-staff-wrapper {
		margin-right: 10px;
		margin-left: 10px;
	}
}

.our-staff-wrapper .container {
	background-color: #fff;
	padding: 40px;
	z-index: 999;
	position: relative;
}

@media (max-width: 960px) {
	.our-staff-wrapper .container {
		padding: 10px;
	}
}

.our-staff-wrapper h1 {
	color: #047492;
	font-size: 70px;
	margin: 0;
}

@media (max-width: 960px) {
	.our-staff-wrapper h1 {
		font-size: 40px;
	}
}

.our-staff-wrapper p {
	font-size: 22px;
}

@media (max-width: 960px) {
	.our-staff-wrapper p {
		font-size: 18px;
		text-align: center;
	}
}

.staff-members-wrapper {
	margin-bottom: 100px;
}

.staff-members-wrapper .container {
	display: flex;
	flex-wrap: wrap !important;
	justify-content: space-between;
}

@media (max-width: 960px) {
	.staff-members-wrapper .container {
		flex-direction: column;
	}
}

.staff-members-wrapper .staff-members {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc(50% - 30px);
	margin-bottom: 30px;
	padding: 10px;
}

@media (max-width: 960px) {
	.staff-members-wrapper .staff-members {
		width: 100%;
	}
}

.staff-members-wrapper .staff-members img {
	max-width: 200px;
	border-radius: 50px;
	object-fit: cover;
}

.staff-members-wrapper .staff-members .button {
	background-color: #047492;
}

.staff-members-wrapper .staff-members .button:hover {
	background-color: #003c7f;
}

.staff-members-wrapper .staff-members .member-social-link {
	margin-bottom: 20px;
	margin-top: 20px;
}

.staff-members-wrapper .staff-members .member-social-link a {
	margin-right: 10px;
}

.staff-members-wrapper .staff-members .member-img {
	max-width: 200px;
}

.staff-members-wrapper .staff-members .member-title {
	color: #047492;
	text-decoration: none;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}

@media (max-width: 960px) {
	.staff-members-wrapper .staff-members .member-title {
		font-size: 25px;
	}
}

.staff-members-wrapper .staff-members .member-role {
	font-size: 20px;
	color: #e45c0a;
	font-weight: 600;
	margin-bottom: 20px;
}

@media (max-width: 960px) {
	.staff-members-wrapper .staff-members .member-role {
		font-size: 18px;
	}
}

.staff-members-wrapper .staff-members p {
	text-align: center;
	font-size: 16px;
	margin: 0;
}

.braintrust-intro {
	max-height: 500px;
	overflow: hidden;
	z-index: 9;
	position: relative;
	text-align: left;
	color: white;
	height: 500px;
	background-position: top;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.4);
}

.braintrust-intro:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right, #000, #000);
	opacity: 0.4;
	overflow: hidden;
}

.braintrust-intro .braintrust-hero-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	max-width: 800px;
	width: 100%;
}

.braintrust-intro .braintrust-hero-title h1 {
	font-size: 70px;
	margin: 0;
}

@media (max-width: 960px) {
	.braintrust-intro .braintrust-hero-title h1 {
		font-size: 40px;
	}
}

.braintrust-wrapper {
	margin-top: -120px;
	position: relative;
}

@media (max-width: 960px) {
	.braintrust-wrapper {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.braintrust-wrapper .container {
	background-color: #fff;
	padding: 40px;
	position: relative;
	z-index: 999;
	padding-bottom: 10px;
}

@media (max-width: 960px) {
	.braintrust-wrapper .container {
		padding: 10px;
	}
}

.braintrust-wrapper h1 {
	color: #047492;
	font-size: 70px;
	margin: 0;
}

@media (max-width: 960px) {
	.braintrust-wrapper h1 {
		font-size: 40px;
	}
}

.braintrust-wrapper p {
	font-size: 22px;
}

@media (max-width: 960px) {
	.braintrust-wrapper p {
		font-size: 18px;
	}
}

@media (max-width: 960px) {
	.braintrust-members-wrapper {
		margin: 0px 10px;
	}
}

.braintrust-members-wrapper .container {
	padding: 40px;
	padding-top: 0px;
}

@media (max-width: 960px) {
	.braintrust-members-wrapper .container {
		padding: 10px;
	}
}

.braintrust-members-wrapper h3 {
	font-weight: 400;
	font-size: 22px;
}

@media (max-width: 960px) {
	.braintrust-members-wrapper h3 {
		font-size: 18px;
	}
}

.braintrust-members-wrapper a {
	font-size: 22px;
	color: #047492;
}

.braintrust-members-wrapper a:hover {
	color: #003c7f;
}

@media (max-width: 960px) {
	.braintrust-members-wrapper a {
		font-size: 18px;
	}
}

.braintrust-members-wrapper p {
	font-size: 22px;
	color: #047492;
}

@media (max-width: 960px) {
	.braintrust-members-wrapper p {
		font-size: 18px;
	}
}

.braintrust-partners-wrapper {
	overflow: hidden;
	margin-bottom: 100px;
}

.braintrust-partners-wrapper .container {
	padding: 40px;
	padding-top: 0px;
}

@media (max-width: 960px) {
	.braintrust-partners-wrapper .container {
		padding: 15px;
	}
}

.braintrust-partners-wrapper h2 {
	font-size: 60px;
	font-weight: bold;
	color: #e45c0a;
}

@media (max-width: 960px) {
	.braintrust-partners-wrapper h2 {
		font-size: 40px;
		margin-bottom: 0;
	}
}

.braintrust-partners-wrapper .braintrust-images-partners {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.braintrust-partners-wrapper .braintrust-images-partners a {
	padding: 20px;
}

.braintrust-partners-wrapper .braintrust-images-partners img {
	filter: grayscale(1);
	height: 160px;
	object-fit: contain;
	width: 100%;
}

@media (max-width: 960px) {
	.braintrust-partners-wrapper .braintrust-images-partners img {
		width: 100%;
	}
}

.braintrust-partners-wrapper .braintrust-images-partners img:hover {
	filter: grayscale(0);
	transition: 0.3s ease-in-out;
}

.news-intro {
	max-height: 500px;
	overflow: hidden;
	z-index: 9;
	position: relative;
	text-align: left;
	color: white;
	height: 500px;
	background-position: center;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.4);
}

.news-intro:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right, #000, #000);
	opacity: 0.4;
	overflow: hidden;
}

@media (max-width: 960px) {
	.news-intro {
		max-height: 400px;
		height: 400px;
	}
}

.news-intro .news-hero-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	max-width: 800px;
	width: 100%;
}

.news-intro .news-hero-title h1 {
	font-size: 70px;
	margin: 0;
}

@media (max-width: 960px) {
	.news-intro .news-hero-title h1 {
		font-size: 40px;
		text-align: center;
	}
}

.news-wrapper {
	margin-top: -120px;
	position: relative;
}

@media (max-width: 960px) {
	.news-wrapper {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.news-wrapper .container {
	background-color: #fff;
	padding: 40px;
	position: relative;
	z-index: 999;
	padding-bottom: 10px;
}

@media (max-width: 960px) {
	.news-wrapper .container {
		padding: 10px;
	}
}

.news-wrapper h1 {
	color: #047492;
	font-size: 70px;
	margin: 0;
}

@media (max-width: 960px) {
	.news-wrapper h1 {
		font-size: 40px;
	}
}

.news-wrapper p {
	font-size: 22px;
}

@media (max-width: 960px) {
	.news-wrapper p {
		font-size: 18px;
	}
}

.all-news {
	margin: 60px 0;
}

@media (max-width: 960px) {
	.all-news {
		margin-top: 20px;
		margin-bottom: 60px;
	}
}

.all-news .container {
	padding: 40px;
}

@media (max-width: 960px) {
	.all-news .container {
		padding: 15px;
	}
}

.all-news h1 {
	color: #e45c0a;
	font-size: 50px;
	margin-bottom: 60px;
}

@media (max-width: 960px) {
	.all-news h1 {
		font-size: 30px;
	}
}

.all-news .posts {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin-left: -10px;
	margin-right: -10px;
}

@media (max-width: 960px) {
	.all-news .posts {
		flex-direction: column;
	}
}

.all-news .posts .post-description {
	display: flex;
	flex-direction: column;
	background-repeat: no-repeat !important;
	z-index: 9999;
	width: calc(33.33% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 6px solid #e45c0a;
	margin-bottom: 60px;
}

@media (max-width: 960px) {
	.all-news .posts .post-description {
		width: 100%;
		margin-bottom: 30px;
	}
}

.all-news .posts .thumbnail {
	position: relative;
	overflow: hidden;
	height: 250px;
	object-fit: cover;
	display: flex;
	align-items: center;
}

.all-news .posts .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.all-news .posts .post-title {
	margin-top: 30px;
	text-decoration: none;
	color: #e45c0a;
	font-size: 22px;
	font-weight: bold;
}

.all-news .posts .post-title:hover {
	color: #047492;
}

@media (max-width: 960px) {
	.all-news .posts .post-title {
		margin-top: 10px;
		font-size: 20px;
	}
}

.all-news .posts p {
	font-size: 18px;
	color: #000;
	text-decoration: none;
	font-weight: 400;
}

@media (max-width: 960px) {
	.all-news .posts p {
		font-size: 16px;
	}
}

.resources-intro {
	max-height: 500px;
	overflow: hidden;
	z-index: 9;
	position: relative;
	text-align: left;
	color: white;
	height: 500px;
	background-position: center;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.4);
}

.resources-intro:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right, #000, #000);
	opacity: 0.4;
	overflow: hidden;
}

@media (max-width: 960px) {
	.resources-intro {
		max-height: 400px;
	}
}

.resources-intro .resources-hero-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	max-width: 800px;
	width: 100%;
}

.resources-intro .resources-hero-title h1 {
	font-size: 70px;
	margin: 0;
}

@media (max-width: 960px) {
	.resources-intro .resources-hero-title h1 {
		font-size: 40px;
		text-align: center;
	}
}

.resources-search-bar {
	margin-top: 60px;
}

.resources-search-bar .container {
	display: flex;
}

.resources-search-bar input[type="text"] {
	width: 100%;
	border-radius: 0;
	padding-left: 10px;
	outline: none;
	margin-right: 10px;
	padding: 15px 32px;
}

.resources-search-bar input[type="text"]:focus-visible {
	border-color: #047492;
	border-width: 1px;
}

.resources-search-bar button {
	padding: 15px 32px;
	background-color: #047492;
	color: #fff;
	border-color: #047492;
	cursor: pointer;
}

.resources-search-bar button:hover {
	background-color: #003c7f;
}

.resources-wrapper {
	margin-top: 60px;
	margin-bottom: 60px;
}

.resources-wrapper .resources--posts {
	display: flex;
	margin-bottom: 30px;
}

.resources-wrapper .resources--posts img {
	max-width: 200px;
}

@media (max-width: 960px) {
	.resources-wrapper .resources--posts img {
		max-width: 100%;
	}
}

@media (max-width: 960px) {
	.resources-wrapper .resources--posts {
		flex-direction: column;
	}
}

.resources-wrapper .resources--posts .resources-posts-content {
	margin-left: 20px;
}

@media (max-width: 960px) {
	.resources-wrapper .resources--posts .resources-posts-content {
		margin-left: 0px;
	}
}

.resources-wrapper .resources--posts .resources-posts-content a {
	color: #047492;
	font-weight: 500;
	font-size: 24px;
	text-decoration: none;
}

.resources-wrapper .resources--posts .resources-posts-content a:hover {
	text-decoration: underline;
	color: #003c7f;
}

.resources-wrapper .resources--posts .resources-posts-content p {
	font-size: 18px;
}

.fill-form-intro {
	max-height: 500px;
	overflow: hidden;
	z-index: 9;
	position: relative;
	text-align: left;
	color: white;
	height: 500px;
	background-position: center;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.4);
}

.fill-form-intro:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right, #000, #000);
	opacity: 0.4;
	overflow: hidden;
}

.fill-form-intro .fill-form-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	max-width: 800px;
	width: 100%;
}

.fill-form-intro .fill-form-title h1 {
	font-size: 70px;
	margin: 0;
	line-height: 1.1;
	text-align: center;
}

@media (max-width: 960px) {
	.fill-form-intro .fill-form-title h1 {
		font-size: 40px;
	}
}

.fill-form-intro .fill-form-title h3 {
	font-size: 45px;
	margin-top: 0;
	font-family: "Reenie Beanie", cursive;
	margin-top: 0;
}

@media (max-width: 960px) {
	.fill-form-intro .fill-form-title h3 {
		font-size: 20px;
	}
}

.fill-form-intro h1 {
	color: #fff;
	font-size: 40px;
}

.fill-form-wrapper {
	margin-top: -120px;
	position: relative;
	margin-bottom: 100px;
	margin-bottom: 100px;
}

@media (max-width: 960px) {
	.fill-form-wrapper {
		margin-right: 10px;
		margin-left: 10px;
	}
}

.fill-form-wrapper .container {
	background-color: #fff;
	padding: 40px;
	position: relative;
	z-index: 999;
	padding-bottom: 0;
}

@media (max-width: 960px) {
	.fill-form-wrapper .container {
		padding: 30px;
	}
}

.fill-form-wrapper .container {
	max-width: 1024px !important;
}

.fill-form-wrapper .e-mail-signup-wrapper {
	padding: 30px;
}

@media (max-width: 960px) {
	.fill-form-wrapper .e-mail-signup-wrapper {
		padding: 0px;
	}
}

.fill-form-wrapper .e-mail-signup-wrapper .flex-form-input {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.fill-form-wrapper .e-mail-signup-wrapper .flex-form-input .input-wrapper {
	width: calc(45% - 20px);
	margin-bottom: 20px;
}

@media (max-width: 960px) {
	.fill-form-wrapper .e-mail-signup-wrapper .flex-form-input .input-wrapper {
		width: 100%;
	}
}

.fill-form-wrapper .e-mail-signup-wrapper input[type="submit"] {
	margin-top: 30px;
	line-height: 1;
	background-color: #047492;
	padding: 15px 40px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

.fill-form-wrapper .e-mail-signup-wrapper input[type="submit"]:hover {
	background-color: #003c7f;
	transition: 0.3s ease-in-out;
}

@media (max-width: 960px) {
	.fill-form-wrapper .e-mail-signup-wrapper input[type="submit"] {
		display: flex;
		margin-left: auto;
		width: auto;
	}
}

.fill-form-wrapper .e-mail-signup-wrapper label {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	margin-bottom: 15px;
}

@media (max-width: 960px) {
	.fill-form-wrapper .e-mail-signup-wrapper label {
		font-size: 16px;
	}
}

.fill-form-wrapper .e-mail-signup-wrapper select {
	padding: 15px 10px;
	border: 1px solid #047492;
	border-radius: 10px;
	width: 100%;
}

.fill-form-wrapper .e-mail-signup-wrapper input {
	line-height: 3;
	border: 1px solid #047492;
	border-radius: 10px;
	padding: 0px 15px;
}

@media (max-width: 960px) {
	.fill-form-wrapper .e-mail-signup-wrapper input {
		width: 100%;
	}
}

.fill-form-wrapper .e-mail-signup-wrapper textarea {
	border: 1px solid #000;
	border-radius: 10px;
	padding: 0px 15px;
	resize: vertical;
	height: 270px;
}

.fill-form-wrapper .e-mail-signup-wrapper textarea:focus-visible {
	outline: none;
	border-color: #000;
}

.fill-form-wrapper .e-mail-signup-wrapper input:focus+label,
.fill-form-wrapper .e-mail-signup-wrapper select:focus+label,
.fill-form-wrapper .e-mail-signup-wrapper input:valid+label,
.fill-form-wrapper .e-mail-signup-wrapper select:valid+label {
	color: #000;
	font-size: 15px;
	left: 10px;
	padding: 0 5px;
	pointer-events: none;
	top: -7px;
	outline: none;
}

.fill-form-wrapper .e-mail-signup-wrapper input:focus,
.fill-form-wrapper .e-mail-signup-wrapper select:focus,
.fill-form-wrapper .e-mail-signup-wrapper input:valid,
.fill-form-wrapper .e-mail-signup-wrapper select:valid {
	border-color: #047492;
	outline: none;
}

/* Posts
--------------------------------------------- */
.single-resource-post {
	max-height: 500px;
	overflow: hidden;
	z-index: 9;
	position: relative;
	text-align: left;
	color: white;
	height: 500px;
	background-position: center;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.4);
}

.single-resource-post:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right, #000, #000);
	opacity: 0.4;
	overflow: hidden;
}

.single-resource-post .resources-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	max-width: 800px;
	width: 100%;
}

.single-resource-post .resources-title h1 {
	font-size: 70px;
	margin: 0;
}

@media (max-width: 960px) {
	.single-resource-post .resources-title h1 {
		font-size: 40px;
	}
}

.single-resource-post .resources-title h3 {
	font-size: 25px;
	margin-top: 0;
	font-family: "Gloria Hallelujah", cursive;
}

@media (max-width: 960px) {
	.single-resource-post .resources-title h3 {
		font-size: 20px;
	}
}

.resources-single-post-wrapper {
	margin-top: -120px;
	position: relative;
	margin-bottom: 100px;
}

@media (max-width: 960px) {
	.resources-single-post-wrapper {
		margin-right: 10px;
		margin-left: 10px;
	}
}

.resources-single-post-wrapper .container {
	background-color: #fff;
	padding: 40px;
	position: relative;
	z-index: 999;
	padding-bottom: 0;
}

@media (max-width: 960px) {
	.resources-single-post-wrapper .container {
		padding: 10px;
	}
}

.resources-single-post-wrapper h1 {
	color: #047492;
	font-size: 70px;
	margin: 0;
}

@media (max-width: 960px) {
	.resources-single-post-wrapper h1 {
		font-size: 40px;
	}
}

.resources-single-post-wrapper h3 {
	color: #047492;
	font-size: 25px;
	margin-top: 0;
}

@media (max-width: 960px) {
	.resources-single-post-wrapper h3 {
		font-size: 20px;
	}
}

.resources-single-post-wrapper p {
	font-size: 22px;
}

@media (max-width: 960px) {
	.resources-single-post-wrapper p {
		font-size: 18px;
	}
}

.resources-single-post-wrapper a {
	color: #047492;
	font-size: 22px;
}

.resources-single-post-wrapper a:hover {
	color: #003c7f;
}

@media (max-width: 960px) {
	.resources-single-post-wrapper a {
		font-size: 18px;
	}
}

.single-staff-post {
	display: flex;
	align-items: center;
}

.single-staff-post img {
	max-height: 600px;
	width: 100%;
	object-fit: cover;
}

.staf-description-wrapper {
	margin-top: -120px;
	position: relative;
	margin-bottom: 100px;
}

@media (max-width: 960px) {
	.staf-description-wrapper {
		margin-right: 10px;
		margin-left: 10px;
	}
}

.staf-description-wrapper .container {
	background-color: #fff;
	padding: 40px;
}

@media (max-width: 960px) {
	.staf-description-wrapper .container {
		padding: 10px;
	}
}

.staf-description-wrapper h1 {
	color: #047492;
	font-size: 70px;
	margin: 0;
}

@media (max-width: 960px) {
	.staf-description-wrapper h1 {
		font-size: 40px;
	}
}

.staf-description-wrapper h3 {
	margin-top: 0;
	color: #e45c0a;
	font-size: 25px;
}

@media (max-width: 960px) {
	.staf-description-wrapper h3 {
		font-size: 20px;
	}
}

.staf-description-wrapper p {
	font-size: 22px;
}

@media (max-width: 960px) {
	.staf-description-wrapper p {
		font-size: 18px;
	}
}

.staf-description-wrapper a {
	color: #047492;
}

.staf-description-wrapper a:hover {
	color: #003c7f;
}

.staf-description-wrapper .staff-social-link a {
	margin-right: 20px;
}

.single-what-we-do-post {
	max-height: 500px;
	overflow: hidden;
	z-index: 9;
	position: relative;
	text-align: left;
	color: white;
	height: 500px;
	background-position: center;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.4);
}

.single-what-we-do-post:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right, #000, #000);
	opacity: 0.4;
	overflow: hidden;
}

.single-what-we-do-post .what-we-do-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	max-width: 800px;
	width: 100%;
}

.single-what-we-do-post .what-we-do-title h1 {
	font-size: 70px;
	margin: 0;
	line-height: 1.1;
}

@media (max-width: 960px) {
	.single-what-we-do-post .what-we-do-title h1 {
		font-size: 40px;
	}
}

.single-what-we-do-post .what-we-do-title h3 {
	font-size: 45px;
	margin-top: 0;
	font-family: "Reenie Beanie", cursive;
	margin-top: 0;
}

@media (max-width: 960px) {
	.single-what-we-do-post .what-we-do-title h3 {
		font-size: 20px;
	}
}

.what-we-do-wrapper {
	margin-top: -120px;
	position: relative;
	margin-bottom: 100px;
}

@media (max-width: 960px) {
	.what-we-do-wrapper {
		margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 20px;
	}
}

.what-we-do-wrapper .container {
	background-color: #fff;
	padding: 40px;
	position: relative;
	z-index: 999;
	padding-bottom: 0;
}

@media (max-width: 960px) {
	.what-we-do-wrapper .container {
		padding: 10px;
	}
}

.what-we-do-wrapper h1 {
	color: #047492;
	font-size: 70px;
	margin: 0;
}

@media (max-width: 960px) {
	.what-we-do-wrapper h1 {
		font-size: 40px;
	}
}

.what-we-do-wrapper h3 {
	color: #047492;
	font-size: 25px;
	margin-top: 0;
}

@media (max-width: 960px) {
	.what-we-do-wrapper h3 {
		font-size: 20px;
	}
}

.what-we-do-wrapper p {
	font-size: 22px;
}

@media (max-width: 960px) {
	.what-we-do-wrapper p {
		font-size: 18px;
	}
}

.what-we-do-wrapper a {
	color: #047492;
	font-size: 22px;
}

.what-we-do-wrapper a:hover {
	color: #003c7f;
}

@media (max-width: 960px) {
	.what-we-do-wrapper a {
		font-size: 18px;
	}
}

.what-we-do-related-posts .related-single-post .container {
	padding: 40px;
	padding-top: 0;
}

@media (max-width: 960px) {
	.what-we-do-related-posts .related-single-post .container {
		padding: 5px;
	}
}

@media (max-width: 960px) {
	.what-we-do-related-posts .related-single-post {
		padding: 15px;
	}
}

.what-we-do-related-posts .related-single-post h3 {
	color: #047492;
	font-size: 32px;
	margin: 10px;
	margin-bottom: 20px;
}

@media (max-width: 960px) {
	.what-we-do-related-posts .related-single-post h3 {
		margin-left: 0;
	}
}

.what-we-do-related-posts .related-single-post .related_posts {
	display: flex;
}

@media (max-width: 960px) {
	.what-we-do-related-posts .related-single-post .related_posts {
		flex-direction: column;
	}
}

.what-we-do-related-posts .related-single-post .related-thumbnail {
	margin: 10px;
	width: 33.33%;
}

@media (max-width: 960px) {
	.what-we-do-related-posts .related-single-post .related-thumbnail {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
}

.what-we-do-related-posts .related-single-post .related-thumbnail img {
	max-height: 300px;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 250px;
	object-fit: cover;
	display: flex;
	align-items: center;
}

.what-we-do-related-posts .related-single-post h4 {
	margin-top: 30px;
	text-decoration: none;
	color: #047492;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}

.what-we-do-related-posts .related-single-post h4:hover {
	color: #047492;
	transition: 0.3s ease-in-out;
}

.what-we-do-related-posts .related-single-post p {
	font-size: 20px;
	color: #e45c0a;
	text-decoration: none;
	font-weight: 500;
}

@media (max-width: 960px) {
	.what-we-do-related-posts .related-single-post p {
		font-size: 16px;
	}
}

.what-we-do-related-posts .related-single-post .button {
	background-color: #047492;
}

.what-we-do-related-posts .related-single-post .button:hover {
	background-color: #003c7f;
}

.works_area_post-template-default.single.single-works_area_post .site-header {
	box-shadow: 3px 3px 3px #f4f4f4;
}

.works_area_post-template-default.single.single-works_area_post .single-work-area-post {
	margin-bottom: 100px;
	margin-top: 60px;
}

.works_area_post-template-default.single.single-works_area_post .single-work-area-post .work-area-heading {
	margin-bottom: 30px;
}

.works_area_post-template-default.single.single-works_area_post .single-work-area-post .work-area-heading h1 {
	color: #047492;
}

.works_area_post-template-default.single.single-works_area_post .single-work-area-post .work-area-description {
	margin-top: 30px;
}

.works_area_post-template-default.single.single-works_area_post .single-work-area-post .work-area-description p {
	font-size: 20px;
}

.works_area_post-template-default.single.single-works_area_post .single-work-area-post .container {
	max-width: 800px !important;
}

.works_area_post-template-default.single.single-works_area_post .single-work-area-post img {
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	object-fit: cover;
}

/*# sourceMappingURL=style.css.map */</pre></body></html>