@charset "UTF-8";
/*!
Theme Name: Lincoln Capital
Theme URI: http://underscores.me/
Author: Madison Taylor Marketing
Author URI: https://madisontaylormarketing.com/
Description: A custom theme built for Lincoln Capital by Madison Taylor Marketing.
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: lincoln-capital
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.

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

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

--------------------------------------------------------------*/
.container,
.wp-block-group__inner-container {
	width: 100%;
	max-width: 1200px !important;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}

/*--------------------------------------------------------------
# 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: 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: #000000;
	font-family: "Mukta", sans-serif;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Petrona', serif;
	line-height: 1.2em;
	font-weight: 200;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	color: #228779;
}

h1 {
	font-size: 2.75rem;
}

@media only screen and (min-width: 1024px) {
	h1 {
		font-size: 4rem;
	}
}

h2 {
	font-size: 2rem;
	margin: 0 0 1.25rem;
	line-height: 1.1em;
}

@media only screen and (min-width: 1024px) {
	h2 {
		font-size: 2.75rem;
	}
}

h3 {
	font-size: 1.75rem;
}

@media only screen and (min-width: 1024px) {
	h3 {
		font-size: 2rem;
	}
}

h5 {
	font-size: 1rem;
}

@media only screen and (min-width: 1024px) {
	h5 {
		font-size: 1rem;
	}
}

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%;
}

blockquote {
	font-size: 1.125rem;
	line-height: 1.6em;
	border-left: 0.3125rem solid #228779;
	margin: 0 0 1.5625rem;
	padding-left: 20px;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #228779;
}

a:visited {
	color: #228779;
}

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

a:focus {
	outline: thin dotted;
}

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

*[x-apple-data-detectors] {
	border-bottom: 0 !important;
	cursor: default !important;
	color: #228779 !important;
	text-decoration: none !important;
}

a[href^="tel"] {
	color: #228779;
	text-decoration: none;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button:visited {
	background: transparent;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 1.875rem;
	line-height: 1;
	padding: 0.3125rem 2.8125rem 0.3125rem;
	text-decoration: none;
	transition: .25s background ease;
	-webkit-appearance: none;
}

button:hover, button:active,
input[type="button"]:hover,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:active,
.button:hover,
.button:active,
.button:visited:hover,
.button:visited:active {
	color: #ffffff;
	background: #558EAE;
}

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,
.button:active,
.button:focus,
.button:visited:active,
.button:visited:focus {
	color: #ffffff;
}

.link-button {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	outline-offset: 15px;
	position: relative;
	padding-bottom: 0;
	line-height: 1.1em;
	display: inline-block;
}

.link-button:after {
	content: '';
	font-size: 1.3em;
	margin-left: 0.9375rem;
	position: absolute;
	top: 0.4375rem;
	transition: .25s all ease;
	background-image: url(images/shape.png);
	background-size: contain;
	width: 1.5625rem;
	height: 0.625rem;
	background-repeat: no-repeat;
}

.link-button:hover, .link-button:active, .link-button:visited {
	color: #000;
}

.link-button:hover:after, .link-button:active:after, .link-button:visited:after {
	margin-left: 1.25rem;
}

.link-button:focus {
	outline: none;
}

.gform_footer input[type=submit] {
	color: #228779;
	border-color: #228779;
	border: 1px solid #228779;
	padding: 10px 25px;
}

.gform_footer input[type=submit]:hover {
	color: #ffffff;
}

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 #98B9CD;
	border-radius: 0.3125rem;
	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;
	border-radius: 10px;
	opacity: .4;
}

textarea {
	width: 100%;
}

.gform_required_legend {
	color: #404040;
}

.gform_footer {
	text-align: right;
	justify-content: end;
}

.gform_footer .link-button {
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
	margin-right: 30px;
	cursor: pointer;
}

.gform_footer .link-button:after {
	top: 10px;
}

.gform_footer .link-button:hover {
	background: transparent;
	color: #000;
}

.gf_placeholder {
	opacity: .4;
}

.gform_wrapper {
	max-width: 900px;
	margin: auto;
}

.site-main .gform_wrapper.gravity-theme .gfield_label {
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 0;
}

.site-main .gform_button {
	border: 0;
	box-shadow: none;
	cursor: pointer;
}

.gform_wrapper h3 {
	margin-bottom: 10px;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: .4;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	opacity: .4;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	opacity: .4;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	justify-content: flex-end;
	flex-grow: 1;
	align-items: center;
	font-size: 1.125rem;
	font-family: 'Petrona', serif;
}

.main-navigation ul {
	max-height: 0;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background: #ffffff;
	display: block;
	border-radius: 1.25rem;
	border: 1px solid #dbdbdb;
	font-size: 1rem;
	line-height: 1.1em;
	padding: 15px 0;
	font-family: "Mukta", sans-serif;
}

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

.main-navigation ul ul li:last-child {
	border: 0;
	margin-left: 0;
}

.main-navigation ul ul li:last-child:hover, .main-navigation ul ul li:last-child:focus {
	background: none;
}

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

.main-navigation ul ul a {
	width: 210px;
	color: #000;
}

.main-navigation ul ul a:hover {
	color: #228779;
	text-decoration: none;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation li:last-child {
	font-family: "Mukta", sans-serif;
	border: 1px solid #ffffff;
	border-radius: 1.25rem;
	margin-left: 15px;
}

.main-navigation li:last-child:hover {
	background-color: #558EAE;
	text-decoration: none;
}

.main-navigation li:last-child a:hover {
	text-decoration: none;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	text-decoration: underline;
	outline: none;
}

.main-navigation li.mega-menu {
	position: static;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 5px 25px;
	transition: .25s color ease;
}

@media only screen and (min-width: 1024px) {
	.navbar-fixed .main-navigation .menu > li:last-child {
		background: #fff;
		color: #558EAE;
	}
}

@media only screen and (min-width: 1024px) {
	.navbar-fixed .main-navigation .menu > li:last-child a {
		color: #558EAE;
	}
}

/* Small menu. */
.menu-toggle {
	display: block;
	background: transparent !important;
	padding-right: 0;
	border-radius: 0;
}

.main-navigation.toggled ul {
	max-height: 0;
	overflow: hidden;
}

.menu-toggle {
	background: transparent;
	border: 0;
	float: right;
	cursor: pointer;
	position: absolute;
}

.menu-toggle img {
	width: 1.5625rem;
}

.main-navigation.toggled {
	z-index: 9;
}

.main-navigation.toggled .button a {
	float: left;
	color: #ffffff;
	background: transparent;
}

.main-navigation.toggled ul {
	transition: 1s max-height ease-in-out;
	max-height: 68.75rem;
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0;
	top: 4.75rem;
	font-size: 1.375rem;
	background-color: #558EAE;
}

.main-navigation.toggled ul li:hover > a {
	text-decoration: none;
}

.main-navigation.toggled ul ul {
	position: static;
	border: 0;
	padding: 0;
	backdrop-filter: none;
	width: 100%;
	box-shadow: none;
}

.main-navigation.toggled ul ul:last-child {
	padding-left: 0;
	border-radius: 0;
}

.main-navigation.toggled ul ul a {
	width: 100%;
	font-family: 'Petrona', serif;
	text-decoration: none !important;
	color: #ffffff !important;
}

.main-navigation.toggled ul ul a:hover {
	text-decoration: none !important;
}

.main-navigation.toggled ul li:last-child {
	border: 0;
	margin-left: 0 !important;
	font-family: 'Petrona', serif;
	display: inline-block;
	width: 100%;
}

.main-navigation.toggled ul a {
	padding: 0.9375rem;
	border-bottom: 1px solid #000;
	color: #ffffff;
	display: inline-block;
	width: 100%;
}

.main-navigation.toggled .button a {
	padding: 0.9375rem 1.25rem;
	width: 100%;
	text-align: left;
	margin-top: -0.3125rem;
}

@media screen and (min-width: 978px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
		max-height: none;
		overflow: visible;
		justify-content: center;
	}
}

.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%;
}

.dropdown-pane {
	width: 100%;
	background: #fff;
	border: 0;
	position: absolute;
	left: 0;
	border: 0;
	padding-top: 50px;
	padding-bottom: 40px;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	opacity: 0;
	transform: translateY(-20px);
	pointer-events: none;
	transition: opacity 0.3s ease-in-out,transform 0.3s ease-in-out;
	visibility: visible;
	display: block;
	font-size: 16px;
	box-shadow: 0 6px 10px -10px gray;
}

@media only screen and (max-width: 1024px) {
	.dropdown-pane {
		display: none !important;
	}
}

.dropdown-pane--column {
	margin-bottom: 1.5625rem;
}

.dropdown-pane--heading {
	font-weight: bold;
	font-size: 18px;
}

.dropdown-pane--heading span {
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.dropdown-pane .container {
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2.5rem;
}

.dropdown-pane a {
	color: #ffffff;
	padding: 0;
}

.dropdown-pane a:hover {
	color: #ffffff;
}

li.mega-menu:hover .dropdown-pane, li.mega-menu:hover .dropdown-pane {
	transform: translateY(0);
	opacity: 1;
	pointer-events: all;
	z-index: 9999;
}

.dark-mode .main-navigation a {
	color: #228779;
}

.dark-mode .main-navigation li:hover a,
.dark-moe .main-navigation a:hover {
	color: #228779;
}

.dark-mode .navbar-fixed {
	background: #ffffff !important;
}

.dark-mode .menu-toggle {
	background: #228779;
}

/* Global
--------------------------------------------- */
.site-header {
	padding: 20px 0;
	z-index: 1;
	position: absolute;
	width: 100%;
	top: 0;
}

@media only screen and (min-width: 1024px) {
	.site-header {
		padding: 2.5rem 0;
	}
}

.site-header .container {
	display: flex;
}

.site-header .site-navigation {
	flex-grow: 1;
}

.site-header.navbar-fixed {
	top: 0;
	z-index: 100;
	position: fixed;
	width: 100%;
	background: #558EAE;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
	padding: 0.625rem 0;
	animation: slide-down 0.7s;
}

.site-header.navbar-fixed img {
	max-width: 7.8125rem;
}

.site-header.navbar-fixed.prep-position {
	top: -6.25rem;
}

.site-header.navbar-fixed .menu-toggle {
	border-radius: 0;
}

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 0.9;
		transform: translateY(0);
	}
}

.site-branding img {
	width: 6.875rem;
}

@media only screen and (min-width: 1024px) {
	.site-branding img {
		width: 9.375rem;
	}
}

.wp-block-group {
	padding: 80px 0;
}

.wp-block-columns {
	gap: 1.875rem;
}

@media only screen and (min-width: 1024px) {
	.wp-block-columns {
		gap: 3.75rem;
	}
}

.dark-mode .site-main {
	padding-top: 100px;
}

@media only screen and (min-width: 1024px) {
	.dark-mode .site-main {
		padding-top: 150px;
	}
}

.gform_required_legend {
	display: none;
}

.site-footer {
	color: #ffffff;
	background: #558EAE;
	padding: 1.25rem 0;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.3em;
}

.site-footer .container {
	display: flex;
	justify-content: space-between;
}

.site-footer--member {
	max-width: 8.125rem;
	background: url(images/equal-housing-lender.png) no-repeat left center;
	background-size: 1.5625rem auto;
	padding-left: 2.1875rem;
	text-align: left;
	margin: auto;
}

.site-footer--menu {
	margin-top: 1.5625rem;
}

.site-footer--menu ul {
	margin: 0;
	padding: 0;
}

.site-footer--menu ul li {
	display: inline-block;
}

.site-footer--menu a {
	color: #ffffff;
	padding: 0.625rem;
}

/* Posts and pages
--------------------------------------------- */
/*temp - to be integrated*/
.pagination {
	display: flex;
	justify-content: space-between;
	margin: 50px 0 100px;
	align-items: center;
}

.pagination > * {
	flex-shrink: 0;
}

.pagination a {
	color: #000;
	text-decoration: none;
	width: 50px;
	height: 50px;
	border: 1px solid #000;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	font-size: 27px;
	line-height: 1em;
	display: inline-block;
	align-items: flex-start;
	justify-content: center;
	padding: 7px 0 10px;
	line-height: 1em;
}

.pagination a:hover {
	color: #ab2328;
}

.pagination .pages {
	flex-grow: 1;
	text-align: center;
}

.pagination .next-link {
	text-align: right;
}

.post-template--categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.post-template--categories {
	margin: 0 0 40px;
}

.post-template--categories a {
	border: 1px solid #000;
	border-radius: 20px;
	color: #000;
	text-decoration: none;
	padding: 5px 15px;
	margin: 5px 10px;
	transition: 0.25s all ease;
	display: inline-block;
}

.post-template--categories a:hover,
.post-template--categories a:focus,
.post-template--categories .current-cat a {
	background: #ab2328;
	color: #fff;
	border-color: #ab2328;
}

.post-template--categories .cat-item {
	display: inline-block;
}

.wp-block-group p.has-text-align-center {
	max-width: 900px;
	margin: auto;
}

@media (max-width: 978px) {
	.services .container {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.services .services--list {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
}

.post-template--heading {
	line-height: 1em;
	padding-top: 40px;
	padding-bottom: 40px;
}

.post-template--categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.post-template--categories {
	margin: 0 0 40px;
}

.post-template--categories a {
	border: 1px solid #000;
	border-radius: 20px;
	color: #000;
	text-decoration: none;
	padding: 5px 15px;
	margin-right: 10px;
	transition: 0.25s all ease;
}

.post-template--categories a:hover {
	background: #ab2328;
	color: #fff;
}

.post-template .link-button {
	color: #000;
}

.post-template--insights {
	padding: 1.25rem 0;
}

@media only screen and (min-width: 1024px) {
	.post-template--insights {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
		padding: 3.125rem 0;
	}
}

@media (max-width: 600px) {
	.post-template--insights {
		grid-template-columns: 1fr;
	}
}

.post-template .carousel--title {
	font-size: 24px;
	line-height: 1.3em;
}

.post-template .carousel--item {
	margin: 0;
	padding-bottom: 30px;
}

.post-template--insights > div:first-child,
.post-template--insights > div:nth-child(6) {
	grid-column: span 2;
}

.post-template--insights .carousel--thumbnail {
	width: 100%;
	height: 18.75rem;
}

@media only screen and (min-width: 1024px) {
	.post-template--insights .carousel--thumbnail {
		height: 35.9375rem;
	}
}

.post-template--insights .carousel--thumbnail img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: center;
}

.regular-post .post-template--heading {
	font-size: 2.5rem;
}

@media only screen and (min-width: 1024px) {
	.regular-post .post-template--heading {
		font-size: 3.75rem;
	}
}

.project--banner {
	color: #ffffff;
	padding: 9.375rem 0;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-bottom: 2.5rem;
}

@media only screen and (min-width: 1024px) {
	.project--banner {
		padding: 15.625rem 0;
	}
}

.project--banner:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: .3;
}

.project--banner > * {
	position: relative;
	z-index: 9;
}

.project--banner .container {
	max-width: 52.5rem;
}

.project--banner h1 {
	font-size: 2.5rem;
	color: #ffffff;
	text-align: center;
	margin-bottom: 1.875rem;
}

@media only screen and (min-width: 1024px) {
	.project--banner h1 {
		font-size: 3.5rem;
	}
}

.project--details {
	text-align: center;
	width: 100%;
}

@media only screen and (min-width: 1024px) {
	.project--details {
		display: flex;
		justify-content: space-around;
	}
}

.project--details-label {
	font-weight: 700;
}

.project--details p:first-child {
	margin: 0;
}

.project--content {
	font-size: 1rem;
	max-width: 50rem;
	padding: 0.625rem 0 3.75rem;
	margin: auto;
}

.project--content-label {
	font-size: 1.5rem;
	margin-bottom: 1.5625rem;
}

.project--content .wp-block-heading {
	margin-top: 3.125rem;
}

.project--gallery {
	padding-bottom: 2.5rem;
}

.project--gallery--photos {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1.5625rem;
	margin-top: 1.875rem;
}

@media only screen and (min-width: 1024px) {
	.project--gallery--photos {
		grid-template-columns: repeat(12, 1fr);
	}
}

.project--gallery--photos img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 1024px) {
	.project--gallery--photo:first-child {
		grid-column: span 12;
		grid-row: 1 / 2;
	}
}

@media only screen and (min-width: 1024px) {
	.project--gallery--photo:nth-child(2) {
		grid-column: span 6;
		grid-row: 2 / 3;
	}
}

@media only screen and (min-width: 1024px) {
	.project--gallery--photo:nth-child(3) {
		grid-column: span 6;
		grid-row: 2 / 3;
	}
}

@media only screen and (min-width: 1024px) {
	.project--gallery--photo:nth-child(4) {
		grid-column: span 12;
		grid-row: 3 / 4;
	}
}

@media only screen and (min-width: 1024px) {
	.project--gallery--photo:nth-child(5) {
		grid-column: span 6;
		grid-row: 4 / 5;
	}
}

@media only screen and (min-width: 1024px) {
	.project--gallery--photo:nth-child(5) {
		grid-column: span 6;
		grid-row: 4 / 5;
	}
}

@media only screen and (min-width: 1024px) {
	.project--gallery--photo:nth-child(6) {
		grid-column: span 6;
		grid-row: 4 / 5;
	}
}

@media only screen and (min-width: 1024px) {
	.project--gallery--photo:nth-child(7) {
		grid-column: span 12;
		grid-row: 6 / 7;
	}
}

@media only screen and (min-width: 1024px) {
	.project--gallery--photo:nth-child(8), .project--gallery--photo:nth-child(9) {
		grid-column: span 6;
		grid-row: 8 / 9;
	}
}

@media only screen and (min-width: 1024px) {
	.project--gallery--photo:nth-child(10), .project--gallery--photo:nth-child(11) {
		grid-column: span 6;
		grid-row: 10 / 11;
	}
}

/* Blocks
--------------------------------------------- */
.photo-cta {
	padding: 2.5rem 0;
	background: #fdfdfd;
}

.photo-cta:last-child {
	padding-bottom: 4.375rem;
}

@media only screen and (min-width: 1024px) {
	.photo-cta {
		padding: 4.375rem 0;
		margin: 0;
	}
	.photo-cta:last-child {
		padding-bottom: 4.375rem;
	}
}

.photo-cta.bg-alt {
	background: #fbfbfb;
}

.photo-cta ul {
	margin: 0 0 2.5rem 0.9375rem;
	padding: 0;
	list-style: none;
}

.photo-cta ul li {
	position: relative;
}

.photo-cta ul li:before {
	content: "•";
	font-size: 12px;
	margin: 0 10px 0 0;
	position: absolute;
	top: -3px;
	left: -10px;
}

.photo-cta--subtitle {
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 1.25rem;
	position: relative;
}

@media only screen and (min-width: 1024px) {
	.photo-cta--grid, .photo-cta .container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

.photo-cta.position-right.style-tilt .photo-cta--tilt-inner {
	left: 10vw;
}

.photo-cta.position-right .photo-cta--photo {
	order: 2;
}

.photo-cta--photo {
	position: relative;
	padding: 1.5625rem 0;
}

@media only screen and (min-width: 1024px) {
	.photo-cta--photo {
		width: 48.5%;
		padding: 0;
	}
}

@media only screen and (min-width: 1024px) {
	.photo-cta--copy {
		width: 45%;
	}
}

.photo-cta--inner {
	max-width: 37.5rem;
}

.photo-cta.has-highlight {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

@media only screen and (min-width: 1024px) {
	.photo-cta.has-highlight {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}

.photo-cta.has-highlight .photo-cta--photo:before {
	content: "";
	display: block;
	position: absolute;
	top: -3%;
	bottom: -3%;
	height: 106%;
	width: 100%;
	left: -20%;
	background-color: #f6f6f6;
	z-index: 0;
}

@media only screen and (min-width: 1024px) {
	.photo-cta.has-highlight .photo-cta--photo:before {
		top: -10%;
		height: 120%;
		bottom: -10%;
	}
}

.photo-cta.has-highlight .photo-cta--photo img {
	position: relative;
	z-index: 1;
}

.photo-cta.has-highlight .photo-cta--copy {
	padding-top: 2.5rem;
}

@media only screen and (min-width: 1024px) {
	.photo-cta.has-highlight .photo-cta--copy {
		padding-top: 0;
	}
}

.photo-cta.has-highlight .photo-cta--copy > * {
	width: 50vw;
}

.photo-cta .highlights {
	display: block;
}

.photo-cta .highlights--highlight {
	display: flex;
	gap: 2.1875rem;
	align-items: center;
	padding-bottom: 1.5625rem;
}

.photo-cta .highlights--icon {
	width: 4.0625rem;
	background: #ffffff;
	padding: 0.625rem;
	border-radius: 10px;
}

.photo-cta .highlights--icon img {
	width: 4.0625rem;
}

.photo-cta .highlights--text {
	font-family: 'Petrona', serif;
	font-size: 1.375rem;
}

@media only screen and (min-width: 1024px) {
	.photo-cta .highlights--text {
		font-size: 2rem;
	}
}

.photo-cta .button {
	color: #558EAE;
	border-color: #558EAE;
}

.photo-cta .button:hover {
	color: #ffffff;
}

@media only screen and (min-width: 1024px) {
	.photo-cta.style-tilt {
		padding: 5rem 0;
	}
}

@media only screen and (min-width: 1024px) {
	.photo-cta.style-tilt + .photo-cta.style-tilt {
		padding-top: 0;
	}
}

.photo-cta.style-tilt .container {
	align-items: center;
}

@media only screen and (min-width: 1024px) {
	.photo-cta.style-tilt .photo-cta--photo {
		min-height: 45.625rem;
	}
}

.photo-cta.style-tilt .photo-cta--tilt-inner {
	transform: rotate(-35deg);
	border-radius: 5rem;
	box-shadow: 20px 0 60px rgba(93, 93, 93, 0.3);
	overflow: hidden;
	width: 300px;
	height: 300px;
	margin: 0 auto 60px;
	position: relative;
}

@media only screen and (min-width: 1024px) {
	.photo-cta.style-tilt .photo-cta--tilt-inner {
		margin: 60px 0 0;
		position: absolute;
		width: 37.5rem;
		height: 37.5rem;
		right: 10vw;
	}
}

.photo-cta.style-tilt .photo-cta--tilt-inner img {
	display: none;
}

.photo-cta.style-tilt .photo-cta--tilt-img {
	position: absolute;
	top: -6.25rem;
	bottom: -6.25rem;
	left: -6.25rem;
	right: -6.25rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(35deg);
}

.team + .photo-cta.style-tilt {
	background: linear-gradient(180deg, white 70%, rgba(0, 0, 0, 0.05) 100%);
}

.hero {
	position: relative;
	min-height: 31.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	padding: 12.5rem 0 12.5rem;
}

.hero img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 0;
	object-position: center;
	filter: brightness(0.5);
}

@media only screen and (min-width: 1024px) {
	.hero img {
		filter: none;
	}
}

.hero--subtitle {
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 1.25rem;
	color: #ffffff;
	position: relative;
}

.hero--heading {
	font-size: 2.5rem;
	color: #ffffff;
	position: relative;
	line-height: 1.2em;
	font-weight: normal;
	max-width: 37.5rem;
	margin: 0;
}

@media only screen and (min-width: 1024px) {
	.hero--heading {
		font-size: 3.625rem;
	}
}

.hero--text {
	color: #ffffff;
	max-width: 31.25rem;
	position: relative;
	padding: 0.9375rem 0 1.875rem;
}

.hero .button {
	position: relative;
	margin: 1.25rem 0 0;
}

.team {
	background: #F7F7F7;
	padding: 4.375rem 0 2.5rem;
}

.team--heading {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 3.75rem;
}

@media only screen and (min-width: 1024px) {
	.team--heading {
		font-size: 3rem;
	}
}

.team--subheading {
	text-align: center;
	font-size: 2rem;
}

@media only screen and (min-width: 1024px) {
	.team--subheading {
		font-size: 2.25rem;
	}
}

.team-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	max-width: 1000px;
	margin: auto;
}

@media only screen and (min-width: 1024px) {
	.team-wrapper {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 2.5rem;
	}
}

.team-wrapper--item {
	padding-bottom: 1.5625rem;
	max-width: 15.625rem;
	margin: auto;
}

@media only screen and (min-width: 1024px) {
	.team-wrapper--item {
		padding-bottom: 3.125rem;
		max-width: none;
		margin: 0;
	}
}

.team-wrapper--thumbnail {
	width: 100%;
	height: 15.625rem;
	overflow: hidden;
}

.team-wrapper--thumbnail img {
	object-fit: cover;
	object-position: top;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 1024px) {
	.team-wrapper--thumbnail {
		width: 100%;
		height: 21.875rem;
	}
}

.team-wrapper--copy {
	flex-grow: 1;
	padding-top: 1.25rem;
	padding-left: 0;
}

.team-wrapper--title {
	font-size: 1.5rem;
	margin: 0 0 0.625rem;
}

.team-wrapper--subtitle {
	font-size: 1.125rem;
	margin: 0 0 0.625rem;
}

.team-wrapper--link {
	margin-top: 0.9375rem;
}

.team-wrapper--link a {
	color: #000;
}

.highlights {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.9375rem;
	padding: 1.875rem 0;
}

@media only screen and (min-width: 1024px) {
	.highlights {
		grid-auto-columns: minmax(0, 1fr);
		grid-auto-flow: column;
		gap: 1.875rem;
	}
}

.highlights--heading {
	color: #3E5E6F;
	max-width: 8.125rem;
}

.select2-container--default .select2-selection--single {
	border: 0;
	border-radius: 0;
	color: #228779;
	line-height: 1.2em;
}

.select2-container--default .select2-selection--single:after {
	content: "";
	border-bottom: 1px solid #979797;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1.2em;
	color: #228779;
}

.select2-container {
	width: auto !important;
	position: relative;
	top: -10px;
}

.select2-container--open .select2-dropdown--below {
	margin-top: 2.8125rem;
	border: 0;
}

.select2-results {
	box-shadow: 2px 5px 10px 5px rgba(0, 0, 0, 0.05);
	width: 34.375rem;
}

.select2-results__option {
	background: #ffffff;
	color: #228779;
	font-family: 'Lora', serif;
	font-size: 2.25rem;
	padding: 0.9375rem 0.625rem;
	transition: .25s background ease;
}

.select2-results__option--highlighted {
	background: #ddd !important;
	color: #228779;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background: #fbfbfb !important;
	color: #228779;
	cursor: default;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	background: url(images/angle-down-regular.svg);
	background-size: contain;
	animation: bounce 4s infinite;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-6px);
	}
	60% {
		transform: translateY(-3px);
	}
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 15px;
	right: -10px;
}

.dropdown-carousel {
	padding: 3.75rem 0;
}

.dropdown-carousel--dropdown {
	font-size: 2.25rem;
	font-family: 'Lora', serif;
	text-align: center;
	margin: 0 0 3.75rem;
}

.dropdown-carousel .selection {
	position: relative;
	top: 1.25rem;
}

@media only screen and (min-width: 1024px) {
	.dropdown-carousel .selection {
		position: static;
	}
}

.dropdown-carousel .filter-group {
	display: inline;
}

.dropdown-carousel--column {
	margin: 0 1.5rem 0 0;
}

.dropdown-carousel--column {
	display: flex;
	flex-direction: column;
	padding-bottom: 1.25rem;
	transition: .25s all ease;
}

.dropdown-carousel--text {
	flex-grow: 1;
	padding-right: 0.9375rem;
}

.dropdown-carousel .slick-track {
	display: flex;
}

.dropdown-carousel .slick-arrow {
	display: block;
	width: 1.25rem;
	height: 1.875rem;
	background-color: rgba(255, 255, 255, 0.9);
	border: 0;
	position: absolute;
	z-index: 10;
	top: 0;
	overflow: hidden;
	text-indent: 100%;
	border: 1px solid #404040;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: center;
	top: 40%;
	cursor: pointer;
	transition: .25s opacity ease;
	width: 3.5rem;
	height: 3.5rem;
	text-indent: 5em;
	right: -20px;
	position: absolute;
	transition: .25s all ease;
}

.dropdown-carousel .slick-arrow:hover {
	opacity: .6;
}

.dropdown-carousel .slick-arrow:after {
	content: "\27F6";
	text-indent: 0;
	position: absolute;
	display: block;
	color: #404040;
	font-size: 25px;
	top: 20%;
	left: 25%;
}

.dropdown-carousel .slick-arrow.slick-prev {
	left: -4.375rem;
}

.dropdown-carousel .slick-arrow.slick-prev:after {
	content: "\27F5";
}

.dropdown-carousel .slick-list {
	margin-right: -2.5rem;
	padding-right: 2.5rem;
}

@media only screen and (min-width: 1024px) {
	.dropdown-carousel .slick-list {
		margin-right: -8.75rem;
		padding-right: 8.75rem;
	}
}

.dropdown-carousel .link-button {
	position: absolute;
	bottom: 0;
}

.dual-cta {
	text-align: center;
	background: #fdfdfd;
	padding: 3.75rem 0 5rem;
}

.dual-cta--text {
	max-width: 50rem;
	margin: auto;
	padding-bottom: 2.5rem;
}

.ctas {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
	max-width: 56.25rem;
	margin: auto;
	text-align: left;
}

@media only screen and (min-width: 1024px) {
	.ctas {
		grid-template-columns: 1fr 1fr;
	}
}

.ctas--heading {
	font-size: 2rem;
	margin: 0 0 0.625rem;
	line-height: 1.1em;
}

.ctas--cta {
	background: #ffffff;
	padding: 2.5rem;
	border-radius: 1.25rem;
	box-shadow: 20px 0 40px rgba(93, 93, 93, 0.12);
	display: grid;
	grid-template-columns: 1fr 4fr;
	gap: 1.25rem;
}

.ctas--text {
	margin-bottom: 0.625rem;
}

.ctas--icon {
	margin-top: 0.5rem;
}

.callout {
	text-align: center;
	padding: 5rem 0;
	background: url(images/bg-skyline.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

.callout:after {
	content: "";
	width: 100%;
	bottom: 0;
	position: absolute;
	background: linear-gradient(180deg, rgba(249, 249, 249, 0) 0%, #fdfdfd 100%);
	height: 6.25rem;
	left: 0;
}

@media only screen and (min-width: 1024px) {
	.callout {
		padding: 12.5rem 0;
	}
}

.callout--text {
	max-width: 28.75rem;
	margin: auto;
	padding-bottom: 1.875rem;
}

.callout .button,
.callout .button:visited,
.callout .button:focus {
	color: #558EAE;
	border-color: #558EAE;
}

.callout .button:hover,
.callout .button:visited:hover,
.callout .button:focus:hover {
	color: #ffffff;
}

.callout.style-Map {
	text-align: left;
	background: #fdfdfd;
	padding: 2.5rem;
}

.callout.style-Map .container {
	background: #ffffff;
	border-radius: 1.5625rem;
	padding: 3.125rem 1.25rem 1.875rem;
	box-shadow: 20px 0 60px rgba(93, 93, 93, 0.1);
	background: url(images/map.svg);
	background-size: 100% auto;
	background-position: 110% 340%;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 1024px) {
	.callout.style-Map .container {
		padding: 9.375rem 3.75rem;
		background-size: 60% auto;
		background-position: 100% 20%;
	}
}

.callout.style-Map .callout--heading {
	max-width: 23.75rem;
}

.callout.style-Map .callout--text {
	margin-left: 0;
	max-width: 24.375rem;
}

.callout--highlights {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.875rem;
	max-width: 56.25rem;
	margin: auto;
	font-size: 0.9375rem;
}

@media only screen and (min-width: 1024px) {
	.callout--highlights {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.callout--highlights h4 {
	font-size: 1.5rem;
	margin: 0.625rem 0 0;
}

.callout--highlights .icon img {
	height: 2.1875rem;
	width: auto;
}

.callout--highlights p {
	max-width: 200px;
	margin: 10px auto 25px;
	line-height: 1.1em;
}

.testimonial {
	padding: 10.625rem 0 2.5rem;
	background-size: 100% auto;
	background-position: top right;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 1024px) {
	.testimonial {
		padding: 12.5rem 0;
		background-size: cover;
	}
}

.testimonial--inner {
	width: 100%;
}

@media only screen and (min-width: 1024px) {
	.testimonial--inner {
		width: 50%;
	}
}

.testimonial .button {
	color: #228779;
	border-color: #228779;
	margin-top: 1.5rem;
	display: inline-block;
	padding: 0.625rem 1.5625rem;
}

.testimonial .button:hover {
	color: #ffffff;
}

.testimonial p {
	margin: 0 0 0.625rem;
}

.testimonial .slick-arrow {
	width: 15px;
	height: 15px;
	background: url(images/shape.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -900px;
	overflow: hidden;
	position: absolute;
	top: 105%;
	left: 35px;
	cursor: pointer;
	transition: .25s opacity ease;
	border: 0 !important;
}

.testimonial .slick-arrow.slick-prev {
	transform: rotate(180deg);
	left: -68px;
}

.testimonial .slick-arrow:hover {
	opacity: .7;
}

.testimonial--credit {
	padding: 10px 0 10px 60px;
	background: url("/wp-content/themes/lincoln-capital/images/icon-testimonial-bridge.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	font-family: 'Petrona', sans-serif;
	color: #000;
}

/**
 * Accordion v3.3.4
 * Lightweight and accessible accordion module created in pure Javascript
 * https://github.com/michu2k/Accordion
 *
 * Copyright (c) Michał Strumpf
 * Published under MIT License
 */
.ac > .ac-q::after {
	text-align: center;
	width: 15px;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	position: absolute;
}

.ac > .ac-a {
	overflow: hidden;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	transition-property: all;
	transition-timing-function: ease;
}

.accordion {
	padding: 5rem 0;
}

.accordion .container {
	max-width: 62.5rem;
}

.accordion--heading {
	margin-bottom: 3.125rem;
	text-align: center;
}

.accordion--row {
	border: 1px solid #dbdbdb;
	margin-bottom: 1.25rem;
}

.accordion button {
	color: #000;
	background-color: transparent;
	padding: 1.25rem 1.25rem 0;
	display: inline-block;
	width: 100%;
	text-align: left;
}

.accordion .ac-a {
	padding: 0 1.25rem 1.25rem;
}

.accordion--title {
	cursor: pointer;
	position: relative;
}

.accordion--title:before {
	content: "";
	background-image: url(images/arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 20px;
	right: 25px;
	transition: .25s all ease;
}

.accordion .active .accordion--title:before {
	transform: rotate(90deg);
}

.accordion ul {
	margin: 0 0 1.5625rem;
	padding: 0 0 0 0.9375rem;
}

.accordion + .wp-block-group {
	background: linear-gradient(0deg, white 70%, rgba(0, 0, 0, 0.05) 100%);
}

.statistics.callout {
	background: none;
}

.statistics.callout .callout--highlights {
	text-align: left;
	font-size: 1.1875rem;
	gap: 3.75rem;
	max-width: 100%;
}

.statistics.callout .callout--highlights p {
	margin: 0;
}

.statistics.callout .callout--text {
	max-width: 59.375rem;
}

.statistics.callout .heading {
	color: #228779;
	font-size: 3.125rem;
	position: relative;
	margin: 0;
	line-height: 1em;
}

@media only screen and (min-width: 1024px) {
	.statistics.callout .heading {
		font-size: 5rem;
	}
}

.statistics.callout .heading-group {
	position: relative;
	padding-left: 0.9375rem;
	margin-bottom: 1.25rem;
}

.statistics.callout .heading-group:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #228779;
	border-radius: 5px;
	width: 5px;
	left: 0;
}

.statistics.callout .subheading, .statistics.callout .text {
	padding-bottom: 10px;
	max-width: 31.25rem;
}

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

/*# sourceMappingURL=style.css.map */