/*!
Theme Name: Out & About
Theme URI: http://underscores.me/
Author: Out & About Communications
Author URI: https://www.outandaboutcommunications.com/
Description: custom + responsive WordPress theme by Out & About Communications
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: oac

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

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

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

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

/*--------------------------------------------------------------
# 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.
 */
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: 700;
}
/**
 * 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: #231F20;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.4;
}
h1 {
	font-size: 2em;
	line-height: 1.3;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.35em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 0.95em;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h6 {
	font-size: 0.75em;
	font-weight: 400;
	margin-bottom: 0;
	text-transform: uppercase;
}
p {
	line-height: 1.75;
	margin-bottom: 1.5em;
	margin-top: 0;
}
.has-x-large-font-size {
	font-size: 1.9em !important;
	line-height: 1.4;
	margin-bottom: 24px;
}
.has-large-font-size {
	font-size: 1.7em !important;
}
.has-medium-font-size {
	font-size: 1.4em !important;
	line-height: 1.5;
}
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%;
}
.esab__container {
	gap: 0 !important
}
.is-style-column-toggle .esab__container {
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: auto;
	max-width: 1400px;
	margin-right: auto;
}
.is-style-column-toggle .esab__container .wp-block-esab-accordion-child {
	padding: 40px;
}
.is-style-column-toggle .esab__container .wp-block-esab-accordion-child.esab__active_accordion {
	border-color: #FFCE01;
}
.wp-block-esab-accordion .esab__head {
	align-items: start;
	flex-direction: column;
}
.wp-block-esab-accordion-child {
	background-color: #5D7E95;
	border-top: 5px solid #5D7E95;
	color: #FFF;
	padding: 63px 40px;
}
.single-toggle .wp-block-esab-accordion-child {
	padding: 60px 30px;
}
.wp-block-esab-accordion-child:nth-child(even),
.single-toggle.has-navy-background-color .wp-block-esab-accordion-child {
	background-color: #052B47;
	border-color: #052B47;
}
.single-toggle.has-blue-background-color .wp-block-esab-accordion-child {
	background-color: #5D7E95;
	border-color: #5D7E95;
}
.single-toggle.has-light-background-color .wp-block-esab-accordion-child {
	background-color: #FFF;
	border-color: #FFF;
	color: #052B47;
}
.single-toggle ul {
	margin-bottom: 0;
}
.wp-block-esab-accordion .esab__icon {
	margin-top: 30px;
}
.wp-block-esab-accordion .esab__icon.esab__active_icon {
	margin-bottom: 10px;
}
.wp-block-esab-accordion .esab__icon::before {
	color: #FFCE01;
	content: 'READ MORE';
	font-size: 13px;
	margin-right: 7px;
}
.see-our-solution.wp-block-esab-accordion .esab__icon::before {
	content: 'SEE OUR SOLUTION';
}
.wp-block-esab-accordion .esab__icon.esab__active_icon::before {
	content: 'READ LESS';
}
.wp-block-esab-accordion .esab__icon .esab__collapse, 
.wp-block-esab-accordion .esab__icon .esab__expand {
	border: 1px solid #FFCE01;
	border-radius: 50%;
	padding: 3px;
}
.wp-block-esab-accordion .esab__icon .esab__collapse svg, 
.wp-block-esab-accordion .esab__icon .esab__expand svg {
	font-size: 11px !important;
}
/* Colors
--------------------------------------------- */
.is-style-outline .has-navy-color,
.has-navy-color {
	color: #052B47;
}
.is-style-outline .has-blue-color,
.has-blue-color {
	color: #5D7E95;
}
.is-style-outline .has-yellow-color,
.has-yellow-color {
	color: #FFCE01;
}
.is-style-outline .has-cream-color,
.has-cream-color {
	color: #FBF5DD;
}
.is-style-outline .has-gold-color,
.has-gold-color {
	color: #B4975A;
}
.is-style-outline .has-dark-color,
.has-dark-color {
	color: #231F20;
}
.is-style-outline .has-gray-color,
.has-gray-color {
	color: #E6E9EC;
}
.is-style-outline .has-light-color,
.has-light-color {
	color: #FFFFFF;
}
.has-navy-background-color {
	background-color: #052B47;
}
.has-navy-transparent-background-color {
	background-color: rgba(5, 43, 71, 0.9);
}
.has-blue-background-color {
	background-color: #5D7E95;
}
.has-yellow-background-color {
	background-color: #FFCE01;
}
.has-cream-background-color {
	background-color: #FBF5DD;
}
.has-gold-background-color {
	background-color: #B4975A;
}
.has-dark-background-color {
	background-color: #231F20;
}
.has-gray-background-color {
	background-color: #E6E9EC;
}
.has-light-background-color {
	background-color: #FFFFFF;
}
/* Elements
--------------------------------------------- */
body {
	background: #fff;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 2px;
	margin: 1em auto;
}
hr.wp-block-separator {
	border: none;
	width: 200px;
}
ul,
ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul.is-style-checklist,
ul.is-style-no-bullets,
ul.is-style-diamond {
	list-style: none;
	margin-left: 0;
	padding-left: 30px;
}
ul.is-style-checklist li,
ul.is-style-no-bullets li {
	margin-bottom: 0.65em;
}
ul.is-style-checklist li::before {
	color: #052B47;
	content: "\f00c";	
	display: block;
	float: left;
	font-family: "Font Awesome 6 Pro";
	font-size: 12px;
	font-weight: 400;
	height: 20px;
	line-height: 20px;
	margin-left: -30px;
	margin-top: 4px;
	text-align: center;
	width: 20px;
}
ul.is-style-slider {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}
ul.is-style-slider li {
	color: #052B47;
	font-size: 1.5em;
	font-weight: 900;
	letter-spacing: 0.02em;
	padding: 0 37px;
	text-align: center;
}
ul.is-style-slider .slick-arrow,
.slick-arrow.slick-disabled {
	display: none !important;
}
ul.is-style-diamond li {
	font-size: 0.85em;
	margin-bottom: 8px;
}
ul.is-style-diamond li::before {
	background: #FFCE01;
	content: '';
	display: inline-block;
	float: left;
	height: 8px;
	margin: 8px 10px 0 -20px;
	transform: rotate(45deg);
	width: 8px;
}
.wp-block-esab-accordion-child:nth-child(even) ul.is-style-diamond li::before,
.has-background:not(.has-gray-background-color) ul.is-style-diamond li::before {
	background: #FFCE01 !important;
}
.has-background.has-gray-background-color ul.is-style-diamond li::before {
	background: #5D7E95;
}
.is-style-timeline .slick-prev:before, 
.is-style-timeline .slick-next:before {
	color: #FFCE01;
	opacity: 1;
}
.is-style-timeline img {
	margin-left: -26px;
	margin-top: -26px;
}
.is-style-timeline .wp-block-column {
	border-top: 2px solid #5D7E95;
	margin-top: 25px;
	padding: 0 25px;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
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: #052B47;
	transition: all 0.37s ease;
}
a:not(.wp-block-button__link):hover,
a:focus,
a:active {
	color: #FAAF40;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
.has-small-font-size a {
	color: #FFCE01 !important;
	text-decoration: none;
}
.has-small-font-size a:hover {
	color: #FFF !important;
}
a.wp-block-button__link {
	font-size: 0.85em;
	letter-spacing: 0.02em;
	line-height: 1;
	text-transform: uppercase;
}
a.wp-block-button__link.has-navy-background-color:hover {
	background-color: #5D7E95;
}
a.wp-block-button__link.has-blue-background-color:hover {
	background-color: #052B47;	
}
a.wp-block-button__link.has-yellow-background-color:hover {
	background-color: #B4975A;
}
a.wp-block-button__link.has-gold-background-color:hover {
	background-color: #FFCE01;
	color: #052B47;
}
a.wp-block-button__link.has-dark-background-color:hover {
	background-color: #E6E9EC;
	color: #231F20;
}
a.wp-block-button__link.has-gray-background-color:hover {
	background-color: #231F20;
	color: #E6E9EC;
}
a.wp-block-button__link.has-cream-background-color:hover {
	background-color: #FFFFFF;
}
a.wp-block-button__link.has-light-background-color:hover {
	background-color: #FBF5DD;	
}
.is-style-outline a.wp-block-button__link.has-navy-color:hover {
	color: #5D7E95;
}
.is-style-outline a.wp-block-button__link.has-blue-color:hover {
	color: #052B47;
}
.is-style-outline a.wp-block-button__link.has-yellow-color:hover {
	color: #B4975A;
}
.is-style-outline a.wp-block-button__link.has-gold-color:hover {
	color: #FFCE01;
}
.is-style-outline a.wp-block-button__link.has-dark-color:hover {
	color: #E6E9EC;
}
.is-style-outline a.wp-block-button__link.has-gray-color:hover {
	color: #231F20;
}
.is-style-outline a.wp-block-button__link.has-cream-color:hover {
	color: #FFFFFF;
}
.is-style-outline a.wp-block-button__link.has-light-color:hover {
	color: #FBF5DD;
}
p.wp-block-post-excerpt__more-text {
	font-size: 0.8em;
	margin-top: 20px;
}
a.wp-block-post-excerpt__more-link {
	text-decoration: none;
}
p.has-small-font-size a strong {
	border: 1px solid #FFCE01;
	border-radius: 50%;
	display: inline-block;
	font-weight: 400;
	line-height: 1;
	margin-left: 5px;
	padding: 2px;
	transition: border-color 0.37s ease;
}
p.has-small-font-size a:hover strong {
	border-color: #FFF;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 8px;
	background: #FFCE01;
	color: #052B47;
	cursor: pointer;
	font-size: 0.85em;
	line-height: 1;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	text-transform: uppercase;
	transition: all 0.37s ease;
}
button.wp-block-search__button {
	font-size: 22px;
	padding: 1px 12px 1px 10px;	
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #094672;
	color: #FFCE01;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	background: #FFF;
	border: none;
	border-radius: 0px;
	color: #052B47;
	display: inline-block;
	font-size: 0.9em;
	margin: 4px 4px 8px 0;
	padding: calc(0.8em + 2px) calc(1em + 2px) !important;
	width: 48%;
}
input.wp-block-search__input {
	background: #F2EEEB;
	color: #707070;
}
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%;
}
.wp-block-search__inside-wrapper {
	background: #FFF;
	border-color: #052B47;
}
.wp-block-search__inside-wrapper input.wp-block-search__input {
	background: transparent;
	margin: 0 !important;
}
.no-label label.gform-field-label {
	display: none !important;
}
.quick-contact_wrapper .gform_heading {
	display: none !important;
}
.quick-contact ::placeholder {
	color: #fff;
}/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
#masthead {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
#masthead .wp-block-group__inner-container {
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
}
.site-branding {
	max-width: 145px;
}
#primary {
	margin-top: 120px;
}
.wp-block-group {
	overflow: hidden;
	padding: 20px;
}
.wp-block-group.alignwide {
	padding: 80px 0;
}
.wp-block-group.alignfull {
	padding: 80px 20px;
}
.is-style-text-padding {
	padding: 80px 0;	
}
.wp-block-cover.is-style-extra-padding,
.wp-block-group.is-style-extra-padding {
	padding: 60px 40px !important;
}
.wp-block-cover.is-style-no-padding,
.wp-block-group.is-style-no-padding,
.wp-block-column .wp-block-group.has-background.is-style-no-padding {
	padding: 0px;
}
.wp-block-group.alignwide .wp-block-group__inner-container,
.wp-block-cover.alignwide .wp-block-group__inner-container {
	max-width: 100%;
}
.alignwide .wp-block-group__inner-container > .wp-block-columns {
	margin-left: auto;
	margin-right: auto;
	max-width: 1460px;
}
.wp-block-group .wp-block-group__inner-container,
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-group.alignfull .wp-block-columns,
.wp-block-cover.alignfull .wp-block-columns {
	margin-left: auto;
	margin-right: auto;
	max-width: 1260px;
}
.wp-block-group:not(.alignwide) > .wp-block-group__inner-container,
.wp-block-cover > .wp-block-cover__inner-container {
	padding-left: 20px;
	padding-right: 20px;
}
.wp-cover-group__inner-container > :first-child,
.wp-block-group__inner-container > :first-child,
.wp-block-column > :first-child,
.is-style-no-top-margin {
	margin-top: 0;
}
.wp-cover-group__inner-container > :last-child,
.wp-block-group__inner-container > :last-child,
.wp-block-column > :last-child,
.is-style-no-bottom-margin {
	margin-bottom: 0;
}
.is-style-no-margin {
	margin-top: 0;
	margin-bottom: 0;
}
.entry-content > .wp-block-cover {
	padding: 60px 0;
}
.wp-block-cover.is-style-cover-hero {
	align-items: end;
	padding: 50px 0 0 0;
}
.is-style-cover-hero .wp-block-columns {
	margin-bottom: 0;
}
.is-style-cover-hero .wp-block-column.has-background {
	padding: 80px 60px;
}
.wp-block-column.has-background,
.wp-block-group__inner-container .wp-block-group.has-background {
	padding: 60px;	
}
.wp-block-column .wp-block-group.has-background {
	padding: 60px 30px;
}
.wp-block-column .wp-block-group.has-background > .wp-block-group__inner-container {
	padding-left: 0px;
	padding-right: 0px;	
}
.wp-block-columns.is-style-no-gap {
	gap: 0 !important;
	margin-bottom: 0;
}
.wp-block-columns.is-style-no-gap .wp-block-column > .wp-block-group.has-background {
	height: 100%;
	position: relative;
}
.wp-block-columns.is-style-no-gap .wp-block-column > .wp-block-group.has-background p.has-small-font-size {
	bottom: 60px;
	left: 30px;
	position: absolute;
}
.wp-block-query ul {
	margin-left: 0;
}
.wp-block-query .wp-block-columns.has-background {
	border: 1px solid #052B47;
	padding: 0 !important;
}
.wp-block-query .wp-block-column:last-child {
	padding: 20px;
}
.wp-block-query .wp-block-post-date {
	color: #5D7E95;
	font-size: 0.7em;	
}
body.search-results .wp-block-post-date a {
	color: #5D7E95;
	font-size: 0.7em;
	text-decoration: none;
}
.wp-block-query h5.wp-block-post-title {
	margin-top: 5px;
}
.wp-block-query:not(.team-query) .wp-block-post-excerpt__excerpt {
	display: none;
}
.wp-block-query.team-query ul {
	gap: 0;
}
.wp-block-query.team-query li {
	background: #052B47;
	color: #FFF;
}
.wp-block-query.team-query li:nth-child(even) {
	background: #5D7E95;
}
.wp-block-query.team-query li figure {
	margin-top: 0;
}
.wp-block-query.team-query h3.wp-block-post-title {
	margin-bottom: 5px;
	padding: 0 25px;
}
.wp-block-query.team-query .job-title {
	color: #FFF;
	padding: 0 25px;
}
.wp-block-query.team-query li:nth-child(even) .job-title {
	color: #052B49;
}
.wp-block-query.team-query .wp-block-post-excerpt {
	padding: 25px;
}
.wp-block-query.team-query .wp-block-post-excerpt__more-link {
	color: #FFCE01;
}
.wp-block-query.team-query a.wp-block-post-excerpt__more-link:hover {
	color: #FFF;
}
.is-style-diamond-bg {
	background: url('images/d-arcy-capital-diamond-shape-bg.png') no-repeat center top;
	background-size: 120% auto;
}
.is-style-slim {
	margin-left: auto;
	margin-right: auto;
	max-width: 1020px !important;
}
.is-style-slender {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px !important;
}
.is-style-narrow {
	margin-left: auto;
	margin-right: auto;
	max-width: 840px !important;
}
.is-style-thin {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px !important;
}
.is-style-slight {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px !important;
}
.is-style-tiny {
	margin-left: auto;
	margin-right: auto;
	max-width: 460px !important;
}
body.search-results main article .wp-block-columns.has-background {
	background: #FFF;
	border: 1px solid #052B47;
	margin-top: 2em;
	padding: 0;
	width: 100%;
}
body.search-results main article .wp-block-columns.has-background .wp-block-column:first-child {
	line-height: 0;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.no-margin {
	margin-bottom: 0;
	margin-top: 0;
}
.no-padding {
	padding-bottom: 0;
	padding-top: 0;	
}
h4.has-background.small-padding {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0.5em 1em;
}
p.small-margin {
	font-size: 15px;
	line-height: 1.22;
	margin-bottom: 5px;
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.padding-20 {
	padding: 20px;
}
.neg-bottom-margin-small {
	margin-bottom: -12px;	
}
.drop-shadow {
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	padding: 20px;
}
.drop-shadow .wp-block-group {
	margin: -20px -20px 30px -20px;
	padding-top: 30px;
}
img.drop-shadow {
	border-radius: 8px;
	margin: 30px auto 40px;
	padding: 0 !important;
}
.is-style-narrow,
.post-navigation {
	margin-left: auto;
	margin-right: auto;
	max-width: 860px;
}
.is-style-thin {
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;	
}
.is-style-tiny {
	margin-left: auto;
	margin-right: auto;
	max-width: 430px;		
}
/* Navigation
--------------------------------------------- */
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	padding: 0 10px;
	position: relative;
}
.main-navigation a {
	color: #231F20;
	display: block;
	font-size: 14px;
	line-height: 1;
	padding: 14px 5px;
	text-decoration: none;
	text-transform: uppercase;
}
.main-navigation li:hover > a,
.main-navigation li.current-page-parent > a,
.main-navigation li.current-menu-item > a,
.single-post .main-navigation li.blog-item > a {
	color: #FFCE01;
}
button.menu-toggle:hover {
	color: #FFCE01;
}
.main-navigation.toggled {
	background: #fff;
	height: 100%;
	padding: 30px 50px 30px 20px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 11;
}
.main-navigation.toggled ul {
	display: block;
}
#secondary-menu {
	font-weight: 700;
}
#colophon li a {
	color: #052B47;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}
#colophon li:hover a {
	color: #FFCE01;
}
.social-menu li a i,
#colophon #menu-social-menu li a i {
	background: #052B47;
	border-radius: 50%;
	color: #FFF;	
	display: inline-block;
	height: 26px;
	font-size: 15px;
	margin-right: 3px;
	padding: 7px 2px;
	text-align: center;
	width: 26px;
	transition: all 0.37s ease;
}
.social-menu li:hover a i,
#colophon #menu-social-menu li:hover a i {
	background: #FFCE01;
}
.is-style-linked-in a {
	color: #FFCE01 !important;
	text-decoration: none;
}
.is-style-linked-in a::before {
	background: #FFCE01;
	border-radius: 50%;
	color: #052B47;
	content: "\f0e1";	
	display: inline-block;
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
	line-height: 1;
	margin-right: 10px;
	padding: 8px;
}
.is-style-linked-in a:hover {
	color: #FFF !important;		
}
.is-style-linked-in a:hover::before {
	background-color: #FFF !important;
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 auto 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%;
}
.page-numbers {
	margin: 0 20px;
	text-decoration: none;
}
.page-numbers.current {
	color: #5D7E95;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}
.post,
.page {
	margin: 0;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0 auto;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.single-post footer p {
	font-size: 75%;
}
header.entry-header .wp-block-cover,
header.page-header .wp-block-cover {
	line-height: 0;
	min-height: auto;
}
header.entry-header a,
header.page-header a {
	color: #FFCE01;
	font-size: 14px;
	text-decoration: none;
}
header.entry-header a:hover,
header.page-header a:hover {
	color: #FFF;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/* Widgets
--------------------------------------------- */
#secondary figure.wp-block-image img {
	max-width: 200px;
}
.widget {
	margin: 0;
}
.widget .wp-block-group {
	padding: 0;
}
.widget h5 {
	margin: 0 0 12px;
}
#secondary .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#secondary .widget li {
	margin-bottom: 12px;
}
#colophon.wp-block-group {
	padding: 40px 20px;
}
#legal-area.wp-block-group {
	padding: 10px 20px;
}
#legal-area p {
	font-size: 0.8em;
	margin-bottom: 0;
}
#legal-area a {
	color: #FFF;
	text-decoration: underline;
}
#legal-area a:hover {
	text-decoration: none;
}
/* 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;
}
.wp-block-gallery.is-style-bio-gallery {
	gap: 0 !important;
	margin: 3em 0;
}
.no-gap {
	gap: 0 !important;
}
.no-gap .wp-block-column:first-child {
	margin-left: 10px;
	margin-right: -10px;
	z-index: 1;
}
/*--------------------------------------------------------------
# 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;
	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;
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 1500px) {
	.is-style-left-image {
		flex-basis: 68% !important;
		margin-left: -18% !important;
	}
	.is-style-right-image {
		flex-basis: 68% !important;
		margin-right: -18% !important;
	}	
}

@media screen and (max-width: 1220px) {
	.is-style-text-padding {
		padding: 80px 20px;	
	}
}

@media screen and (min-width: 1160px) {
	#masthead .wp-block-group__inner-container {
		align-items: center;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul ul {
		background: rgba(255, 255, 255, 0.8);
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
	}
	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		display: block;
		left: auto;
	}
	.main-navigation li li {
		padding: 5px 10px;
	}
	.main-navigation ul ul a {
		width: 230px;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: -1px;
	}
	.main-navigation ul.menu {
		display: flex;
	}
	.main-navigation li:hover > ul {
		display: block;
	}
	.main-navigation .menu > li:not(.menu-button).current-page-parent > a,
	.main-navigation .menu > li:not(.menu-button).current-menu-item > a {
		color: #052B47;
		font-weight: 700;
		border-bottom: 2px solid #FFCE01;
	}
	.main-navigation li.menu-button a {
		background: #FFCE01;
		border-radius: 6px;
		color: #052B47;
		padding: 14px 20px;
	}
	.main-navigation li.menu-button:hover a,
	#secondary-menu li.menu-button:hover a {
		background: #052B47;
		color: #FFCE01;
	}
	.mobile-only {
		display: none;
	}	
}

@media screen and (max-width: 1159px) {
	#primary {
		margin-top: 85px;
	}
	.site-branding {
		max-width: 100px;
	}
	button.menu-toggle {
		background: transparent;
		color: #033534;
		display: block;
		font-size: 20px;
		padding: 10px !important;
		position: absolute;
		right: 20px;
		top: 20px;
		z-index: 15;
	}
	button.menu-toggle .fa-xmark,
	.main-navigation.toggled button.menu-toggle .fa-bars {
		display: none;
	}
	button.menu-toggle .fa-bars,
	.main-navigation.toggled button.menu-toggle .fa-xmark {
		display: block;
	}
	.main-navigation li li {
		padding: 5px 0px;
	}	
}

@media screen and (min-width: 1035px) {
	.is-style-column-toggle .esab__container .wp-block-esab-accordion-child {
		flex-basis: 25%;
	}
}

@media screen and (max-width: 1034px) {
	.alignwide .wp-block-group__inner-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.gform_wrapper.gravity-theme #gform_2 .gform_fields {
		display: block;
	}
}

@media screen and (min-width: 782px) and (max-width: 1034px) {
	.is-style-column-toggle .wp-block-esab-accordion-child {
		background-color: #5D7E95;
		border-top: 5px solid #5D7E95;
	}
	.is-style-column-toggle .wp-block-esab-accordion-child:nth-child(4n+1),
	.is-style-column-toggle .wp-block-esab-accordion-child:nth-child(4n+4) {
		background-color: #052B47;
		border-color: #052B47;
	}
	.is-style-column-toggle .esab__container .wp-block-esab-accordion-child {
		flex-basis: 50%;
	}	
	.team-query ul {
		display: flex;
		flex-wrap: wrap;
	}
	.team-query li {
		flex-basis: 50%;
	}	
	.wp-block-query.team-query li:nth-child(4n+1),
	.wp-block-query.team-query li:nth-child(4n+4) {
		background: #052B47;
		color: #FFF;
	}
	.wp-block-query.team-query li {
		background: #5D7E95;
	}
}

@media screen and (min-width: 782px) and (max-width: 900px) {
	.wp-block-column.has-background {
		padding: 60px 40px;
	}
}

@media screen and (min-width: 782px) {
	.is-style-left-image > .wp-block-cover,
	.is-style-right-image > .wp-block-cover,
	.is-style-right-image-2 > .wp-block-cover {
		height: 100%;
	}
	.is-style-left-image {
		flex-basis: 59% !important;
		margin-left: -9% !important;
	}
	.is-style-right-image {
		flex-basis: 59% !important;
		margin-right: -9% !important;
	}
	#secondary {
		align-items: flex-end;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#secondary .widget_block:first-child {
		width: 37%;
	}
	#secondary .widget_block {
		width: 22%;
	}
	#secondary .widget_block:last-child {
		width: 150px;
	}
}

@media screen and (max-width: 781px) {
	.reverse-col {
		flex-direction: column-reverse;
	}
	body .slick-prev:before, 
	body .slick-next:before {
		color: #FAAF40;
	}
	body .slick-initialized .slick-slide {
		padding-bottom: 40px;
	}
	#secondary .widget_block:not(:last-child) {
		margin-bottom: 2em;
	}
	.is-style-column-toggle .esab__container .wp-block-esab-accordion-child {
		flex-basis: 100%;
	}
	#opt-in .wp-block-columns.is-layout-flex {
		gap: 10px;
	}
	.is-layout-flex .is-style-left-image,
	.is-layout-flex .is-style-right-image,
	.is-layout-flex .is-style-right-image-2 {
		margin-left: -20px;
		margin-right: -20px;
	}
	.wp-block-cover .wp-block-columns.is-layout-flex {
		margin-bottom: 0;
	}
	.wp-block-columns.is-layout-flex {
		gap: 0;		
	}
	.is-style-no-padding > .wp-block-group__inner-container {
		padding: 0 !important;
	}
	.is-style-text-padding {
		padding: 80px 60px;
	}
	.four-step-process {
		padding-left: 60px;
		padding-right: 60px;
	}
	body h1 {
		font-size: 1.8em;
	}
	body h2 {
		font-size: 1.4em;
	}
	body .has-x-large-font-size {
		font-size: 1.7em !important;
	}
	body .has-large-font-size {
		font-size: 1.55em !important;
	}
	.team-query ul {
		display: block;
	}
	body.single-teammembers .wp-block-cover {
		min-height: 660px;
	}
}

@media screen and (max-width: 659px) {
	body .is-style-text-padding,
	body .four-step-process {
		padding-left: 30px;
		padding-right: 30px;
	}
	
}

@media screen and (max-width: 559px) {
	p.menu-header,
	#secondary .menu:not(#menu-social-menu) {
		padding-left: 0;
	}
	ul,
	ol {
		margin-left: 0;
	}
}