/*!
Theme Name: Seven Falls
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: seven-falls
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.

Seven Falls 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

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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-family: 'latomedium', sans-serif;
	font-weight: normal;
	/*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
--------------------------------------------- */
@font-face {
    font-family: 'latolight';
    src: url('fonts/lato-light-webfont.woff2') format('woff2'),
         url('fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight_italic';
    src: url('fonts/lato-lightitalic-webfont.woff2') format('woff2'),
         url('fonts/lato-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular-webfont.woff2') format('woff2'),
         url('fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latomedium';
    src: url('fonts/lato-medium-webfont.woff2') format('woff2'),
         url('fonts/lato-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latomedium_italic';
    src: url('fonts/lato-mediumitalic-webfont.woff2') format('woff2'),
         url('fonts/lato-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rufinaregular';
    src: url('fonts/rufina-regular-webfont.woff2') format('woff2'),
         url('fonts/rufina-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-size: 1rem;
	line-height: 1.65;
	font-weight: lighter;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	margin-top: 0;
}

body,
button,
input,
select,
optgroup,
textarea,
.text-body {
	font-family: 'latolight', 'Helvetica Neue', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .lead, .text-heading, .schema-faq-question {
	font-family: 'rufinaregular', Georgia, serif;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-family: 'latolight', sans-serif;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 2rem;
}

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

.weight-regular {
	font-family: 'latoregular', sans-serif;
	font-weight: normal;
}

.weight-light {
	font-family: 'latolight', sans-serif;
	/* font-weight: lighter; */
}

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

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

ul,
ol {
	margin: 0 0 1.5em 1.5rem;
	padding: 0;
}

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 {
	display: block;
	height: auto;
	max-width: 100%;
}

figure {margin: 0;}

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

address {font-style: normal;}

/* Links
--------------------------------------------- */
a {
	color: #4D6BA4;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #243E4B;
	text-decoration: none;
}

a:focus {
	/* outline: thin dotted; */
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.menu-header-button > a {
	display: inline-block;
	background: #243E4B;
	color: #fff;
	line-height: 1;
	padding: 17px 42px;
	text-transform: uppercase;
	font-size: 0.938rem;
	border: 0;
	font-family: 'latoregular', sans-serif;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	transition: all 0.25s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:hover {
	color: #fff;
	background-color: #4D6BA4;
	border-color: #4D6BA4;
}

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="button"].btn-light,
input[type="reset"].btn-light,
input[type="submit"].btn-light,
.btn-light {
	background-color: #4D6BA4;
}

input[type="button"].btn-outline,
input[type="reset"].btn-outline,
input[type="submit"].btn-outline,
.btn-outline {
	border: 2px solid #fff;
	background: none;
	font-size: 1.063rem;
	line-height: 1;
	color: #fff;
}

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: #000;
	border: 1px solid rgba(47,47,47,0.2);
	padding: 0.25rem 1rem;
}

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
--------------------------------------------- */
.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-navigation, .top-links {
	display: block;
	width: 100%;
}

.site-navs ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.top-links {margin-bottom: 1.688rem; }

.top-links li {
	display: inline-block;
    vertical-align: middle;
    padding: 0 1.5rem;
    line-height: 1;
	border-right: 1px solid rgba(255,255,255,0.5);
}

.top-links li:last-child {
	border-right: 0;
	padding-right: 0;
}

.main-navigation {font-family: 'latoregular', sans-serif;}

.menu-item-has-children > a {
	display: inline-block;
    vertical-align: middle;
}

.site-main-nav, .top-links { display: none; }

.main-navigation li {
	position: relative;
}

.site-navs .menu a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

.top-links .menu a {
	font-weight: lighter;
	font-size: 0.938rem;
}

.main-navigation .menu a {
	font-size: 1.063rem;
}

.menu-header-button > a {
	background-color: #4D6BA4;
}

.nav-menu > .menu-item > a {
	display: inline-block;
    vertical-align: middle;
}
.nav-menu .fa-solid {
	font-size: 0.875rem;
	float: right;
    margin-top: 0.5rem;
}
.nav-menu > .menu-item > a > .fa-solid {display: none;}
.nav-menu > .menu-item-has-children > a > .fa-solid {
	display: inline-block;
	color: #fff;
	margin: 0.25rem 0 0 0.75rem;
	transform: rotate(90deg);
	transition: transform 0.25s ease-in-out;
}
.nav-menu > .menu-item-has-children > .sub-menu-open > .fa-solid {
	transform: rotate(-90deg);
}
.is-sticky .nav-menu > .menu-item > a > .fa-solid {
	color: #000;
}

/* Sub Menu */
.top-links-mobile {display: none;}
.sub-menu {text-align: left;}
.nav-menu .sub-menu a {color: #253D4B;}
.nav-menu > .menu-item-has-children > .sub-menu {
	display: none;
	background-color: #fff;
} 
.sub-menu .menu-item {
	display: block;
}
.sub-menu a {
	display: block;
	padding: 22px 30px;
	color: #253D4B;
}
.sub-menu a:hover {color: #4D6BA4;}

.nav-menu > .menu-item-has-children > .sub-menu > .menu-item > a {
	border-bottom: 1px solid #d3d8db;
	font-family: 'latomedium', sans-serif;
	font-size: 1.25rem;
}

/* Sub Menu level 2 */
.nav-menu .sub-menu .sub-menu {padding: 15px 0;}
.nav-menu .sub-menu .sub-menu > .menu-item > a {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

/* Sub Menu level 3 */
.nav-menu .sub-menu .sub-menu .sub-menu {
	padding: 0 30px;
}
.nav-menu .sub-menu .sub-menu .sub-menu > .menu-item { margin-bottom: 0.25rem; }
.nav-menu .sub-menu .sub-menu .sub-menu .fa-solid {display: none;}

/* Mobile menu. */
.menu-toggle {
	display: block;
	background: none;
	padding: 0;
	width: 40px;
	font-size: 0.625rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	font-family: 'latomedium', sans-serif;
}
.menu-toggle:hover {background: none;}
.is-sticky .menu-toggle {color: #253D4B;}
.hamburger {
	cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
	margin-bottom: 8px;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
	transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: 75ms;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #fff;
}
.is-sticky .hamburger-inner, 
.is-sticky .hamburger-inner:after, 
.is-sticky .hamburger-inner:before {background-color: #253D4B;}
.hamburger-inner:after,.hamburger-inner:before {
    display: block;
    content: '';
}
.hamburger-inner:before {
    top: -10px;
	transition: top 75ms ease .12s,opacity 75ms ease;
}
.hamburger-inner:after {
    bottom: -10px;
	transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
}

@media only screen and (max-width: 1023px) {
	/* Mobile Menu Open */
	.nav-is-open {overflow: hidden;}
	.nav-is-open .site-header {background-color: #fff;}
	.nav-is-open .custom-logo-light {display: none;}
	.nav-is-open .custom-logo-color {
		display: block; 
		width: 100%; 
		height: 100%;
		max-height: 78px;
	}

	.toggled .menu-toggle {font-size: 0;}
	.toggled .hamburger-inner {
		transition-delay: .12s;
		transition-timing-function: cubic-bezier(.215,.61,.355,1);
		transform: rotate(45deg);
	}
	.toggled .hamburger-inner:before {
		top: 0;
		transition: top 75ms ease,opacity 75ms ease .12s;
		opacity: 0;
	}
	.toggled .hamburger-inner:after {
		bottom: 0;
		transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
		transform: rotate(-90deg);
	}
	.toggled .site-main-nav {
		display: block;
		position: fixed;
		left: 0;
		top: 98px;
		z-index: 9999;
		width: 100%;
		height: calc(100vh - 98px);
		background-color: #fff;
	}
	.toggled .menu a {
		color: #253D4B;
	}
	.nav-is-open .nav-menu {
		border-bottom: 1px solid #d3d8db;
	}
	.nav-is-open .nav-menu > .menu-item > a {
		display: block;
		padding: 22px 30px;
		border-top: 1px solid #d3d8db;
	}
	.nav-is-open .menu-header-button {
		display: none;
	}

	.nav-is-open .nav-menu > .menu-header-button > a {
		color: #fff;
		border: 0;
	}

	.nav-is-open .top-links-mobile {
		display: block;
		padding: 30px 30px 62px;
		font-weight: lighter;
	}
	.nav-is-open .top-links-mobile .menu-item {
		margin-bottom: 1.5rem;
	}
	.nav-is-open .top-links-mobile a {
		display: inline-block;
		font-family: 'latolight', 'Helvetica Neue', Arial, sans-serif;
	}
	.nav-scroll {
		height: calc(100% - 68px);
    	overflow-y: auto;
	}
	.nav-menu > .sub-menu { border-bottom: 1px solid #d3d8db; }
	.toggled .nav-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > a {
		/* display: none; */
		font-size: 1.063rem;
		padding: 0.5rem 30px;
		border: 0;
	}
	.toggled .nav-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {padding-top: 0;}
}

@media only screen and (min-width: 1024px) {
	.menu-toggle {
		display: none;
	}
	
	.site-navs {
		padding-top: 1rem;
		text-align: right;
	}

	.is-sticky .site-navs {padding-top: 0;}

	.top-links {display: block;}

	.site-main-nav {display: block;}
	.main-navigation .nav-menu {
		display: flex;
		align-items: center;
	}

	.main-navigation .nav-menu > .menu-item {
		margin-left: 1.75rem;
	}

	.nav-menu > .menu-item-has-children > .sub-menu {
		position: absolute;
		right: 0;
		top: auto;
		z-index: 9;
		width: 400px;
	}

	.nav-menu > .menu-item-has-children > .sub-menu {
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.25s ease-in-out, visibility 0.5s ease;
	}
	.nav-menu > .menu-item-open > .sub-menu {opacity: 1; visibility: visible;}
	
	/* .nav-menu > .menu-item-has-children > .sub-menu.edge {
		left: auto;
		right: 0;
	} */

	.nav-menu .sub-menu .sub-menu .sub-menu {padding-left: 60px;}

	.nav-menu .sub-menu .sub-menu .sub-menu a {
		text-transform: none;
		padding: 0;
		display: inline-block;
	}
	.nav-menu > .menu-item-has-children > .sub-menu {
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
	} 
}

@media only screen and (min-width: 1440px) {
	.main-navigation .nav-menu > .menu-item {
		margin-left: 3.75rem;
	}
}

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

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

.post,
.page {
	/* margin: 0 0 1.5em; */
}

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

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

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

.site { background-color: #EBF6F7; }

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

/* Grid Layout
--------------------------------------------- */
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media only screen and (min-width: 768px) {
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media only screen and (min-width: 1024px) {
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}


/* Site Header
--------------------------------------------- */
.site-header {
	position: fixed;
    left: 0;
    top: 0;
	width: 100%;
	z-index: 9;
	padding-top: 20px;
}
.container {
	width: 84%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.site-branding {
	flex: 0 0 17%;
	max-width: 228px;
	min-width: 100px;
	min-height: 78px;
}
.custom-logo-light {
	width: 100%;
	height: 100%;
	max-height: 178px;
}
.custom-logo-color { display: none; }

.site-header.is-sticky, .nav-is-open .site-header {
	background-color: #fff;
	padding: 10px 0;
}
.site-header.is-sticky .custom-logo-light { display: none; }
.site-header.is-sticky .custom-logo-color { 
	display: block; 
	width: 128px;
	/* height: 100px; */
}
.site-header.is-sticky .top-links .menu-item {border-color: #000;}
.site-header.is-sticky .menu > .menu-item:not(.menu-header-button) > a {color: #000;}

@media only screen and (max-width: 1023px) {
	.site-header .container {
		align-items: center;
	}
}
@media only screen and (min-width: 1024px) {
	.site-header.is-sticky {
		padding: 12px 0;
	}
	.container {
		width: 91%; 
	}
	.site-header {
		padding-top: 40px;
	}
}

/* Site Footer
--------------------------------------------- */
.site-footer-container {
	background-color: #EBF6F7;
	font-size: 0.938rem;
    position: relative;
    overflow: hidden;
}
.site-footer-primary {padding: 50px 0;}
.site-footer {
	width: 84%;
	margin: 0 auto;
	max-width: 1350px;
}
.footer-title {
	font-size: 1.125rem;
	text-transform: uppercase;
	font-family: 'latomedium', sans-serif;
	/* font-weight: bold; */
	color: #243E4B;
	margin-bottom: 0.5rem;
}

.newsletter, .footer-nav {margin-bottom: 2rem;}

.newsletter .form-inline {display: flex;}

.newsletter .form-field {
	padding: 0 1rem 0 1rem;
    height: 40px;
	width: 70%;
	max-width: 250px;
	font-size: 0.813rem;
}
.newsletter .form-field:placeholder {color: #000; }
.site-footer .newsletter .btn {
	padding: 0;
	height: 40px;
	width: 100px;
	margin-left: -3px;
}
.footer-nav .menu {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	column-gap: 1rem;
}
.footer-nav .menu-item {
	margin-bottom: 1rem;
	display: inline-block;
	width: 100%;
}
.footer-nav a {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-size: 0.913rem;
}
.footer-nav a:hover {
	color: #243E4B;
	/* font-weight: normal; */
}
.footer-contact .fa-solid {
	margin-right: 0.75rem;
	font-size: 20px;
    vertical-align: middle;
}
.footer-contact address {margin-bottom: 0.625rem; }
.footer-contact address > a {
	display: inline-block;
	margin-bottom: 1.375rem;
}
.social-links a {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #4D6BA4;
	color: #fff;
	margin-right: 1rem;
	text-align: center;
    line-height: 35px;
}
.social-links a:hover {
	background-color: #243E4B;
}
.site-footer-secondary {
	text-align: center;
	background-color: #fff;
	padding: 1.875rem 0;
}
.site-footer-secondary .row {width: 94%;}

.site-footer-secondary p {margin: 0;}
.footer-links {margin-bottom: 2rem;}
.footer-links .menu-item {
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #000;
	margin-right: 20px;
	padding-right: 20px;
	line-height: 1;
}
.footer-links .menu-item:last-child {
	border-right: 0;
	margin-right: 0;
}
.footer-links a {
	text-decoration: none;
	color: #000;
}

@media only screen and (min-width: 768px) {
	.site-footer-container {
		/* padding: 70px 40px 50px; */
	}
	.site-footer {
		/* width: 88.89%; */
	} 

	.footer-title {
		font-size: 1.25rem;
	}

	.footer-nav .menu-item {
		/* margin-bottom: 2rem; */
	}
}

@media only screen and (min-width: 1024px) {
	.col-copyright {
		flex: 0 0 40%;
		max-width: 40%;
		text-align: left;
	}
	.footer-links {
		max-width: 60%;
		flex: 0 0 60%;
		text-align: right;
		order: 2;
		margin-bottom: 0;
	}

	.newsletter, .footer-nav {margin-bottom: 0;}
}

@media only screen and (min-width: 1440px) {
	.site-footer-primary {
		/* padding: 70px 0 65px; */
		justify-content: space-evenly;
	}
}

/* Homepage
--------------------------------------------- */
.img-cover {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-hero, .home-hero > .post-thumbnail,
.page-hero, .page-hero > .post-thumbnail {
	position: relative;
}
.home-hero > .post-thumbnail {
	height: 100vh;
}
.home-hero .post-thumbnail:before,
.page-hero .post-thumbnail:before {
	content: '';
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 );
	top: 0;
	height: 70%;
}
.home-hero .wp-post-image, .page-hero .wp-post-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-hero .post-thumbnail:before,
.hero-content-container,
.hero-content-container:before,
.page-hero .post-thumbnail:before {
	position: absolute;
	left: 0;
	width: 100%;
}
.hero-content-container {
	bottom: 0;
}
.hero-content-container:before {
	content: '';
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
	bottom: 0;
	height: 100%;
	z-index: 0
}
.hero-content {
	width: 80%;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	padding-bottom: 6rem;
	position: relative;
	z-index: 1;
}
.hero-title, .section-title {
	margin-bottom: 0.813rem;
	font-size: 1.875rem;
	line-height: 1.08;
}
.content-header {padding-bottom: 1.5rem; }
.content-header .lead {margin-bottom: 0;}
.hero-body {
	font-family: 'latomedium', sans-serif;
	/* font-weight: bold; */
	text-transform: uppercase;
}
.hero-body p {
	margin-bottom: 1.625rem;
}
.section-title {
	color: #253D4B;
	margin-bottom: 0.625rem;
}
.row-txt-img .col-text {
	display: flex;
	align-items: center;
}
.row-txt-img .col-img > img {
	height: 100%; 
	object-fit: cover;
}
.col-text-entry {
	width: 78%;
    margin: 0 auto;
	padding: 2.5rem 0;
}
.lead, .schema-faq-question, .entry-content > h3 {
	color: #4D6BA4;
	font-size: 1.25rem;
	line-height: 1.333;
	margin-bottom: 1.5rem;
}
.lead > p {margin-bottom: 0;}
.col-text p {margin: 1.5rem 0 0;}

.entry-content > h3 {margin-bottom: 0.5rem;}

.col-img > img { width: 100%; }
.col-text-entry .btn-wrap {padding-top: 1.5rem;}

.slide-item .col-text {
	background-color: #fff;
	position: relative;
	padding-top: 50px;
}
.slide-content { position: relative; }

.slide-arrows {
	position: absolute;
	right: 11%;
	top: 0;
	font-size: 0;
}
.slide-arrows .btn-light {
	width: 50px;
	height: 50px;
	padding: 10px;
	line-height: 50px;
}
.slick-arrow > img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.slide-prev > img {
    transform: rotate(-180deg);
}

.section-text-overlap {margin-bottom: 40px;}
.section-text-overlap .section-title {text-transform: uppercase;}

.entry-text {
	padding: 2.5rem 11% 0;
	font-size: 0.938rem;
	line-height: 1.765;
	color: #243E4B;
}

.gallery-item-wrap {
	height: 100%;
	max-height: 350px;
}

.section-header {
	background-color: #243E4B;
	color: #fff;
	text-align: center;
	padding: 2.5rem 1rem;
}
.section-header .section-title {
	margin-bottom: 1rem;
	font-size: 1rem;
	font-family: 'latomedium', sans-serif;
	text-transform: uppercase;
	color: #fff;
}
.section-header .fa-solid {
	margin-left: 1rem;
}

.form-wrap {
	width: 90%;
    max-width: 960px;
	margin: 32px auto 0;
	padding: 0 15px;
	font-size: 0;
}
.section-newsletter .form-field {
	padding: 1rem 1.5rem;
    width: 60%;
}
.section-newsletter .btn {
	font-size: 1rem;
    height: 58px;
}
.acc-body {display: none;}
.acc-header {cursor: pointer;}
.section-header .acc-header {margin-bottom: 0;}
.acc-header .fa-solid {transition: transform 0.25s ease-in-out;}
.row-open .fa-solid {transform: rotate(180deg);}

.btn-sticky-wrap {display: none;}

.wsp-pages-title {display: none;}

@media only screen and (min-width: 768px) {
	.row-txt-img {margin-bottom: 100px;}
	.row-txt-img > .row:nth-child(even) .col-img {order: 12;}
	.page-template-default .row-txt-img {margin-bottom: 50px;}
}

@media only screen and (max-width: 767px) {
	.section-slider .btn-wrap > .btn {width: 100%;}
	
	.section-text-overlap .col-text {
		width: 92%;
		padding-top: 0;
		margin: -5rem auto 0;
	}
}

@media only screen and (min-width: 768px) {
	.hero-title, .section-title {
		font-size: 3.125rem;
	}
	.hero-body {
		font-size: 1.25rem;
	}
	.lead, .schema-faq-question, .entry-content > h3 {
		/* color: #4D6BA4; */
		font-size: 1.875rem;
	}

	.slide-content { 
		padding: 64px 42px;
	}

	.section-text-overlap .slide-content {
		padding-top: 120px; 
		padding-bottom: 120px;
	}

	.slide-content .col-img {
		position: absolute;
		right: 0;
		top: 0;
		width: 62%;
		height: 100%;
		z-index: 0;
	}
	
	.slide-content .col-img > img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	.slide-item .col-text {
		width: 44.55%;
		padding: 5.345rem 0;
		z-index: 1;
		display: flex;
		align-items: center;
	}
	.section-slider .slide-item .col-text {
		min-height: 768px;
	}

	.slide-content .col-text-entry {width: 73.5%;}

	.slide-arrows {
		right: 0;
		top: auto;
		bottom: 0;
	}

	.slide-arrows .btn-light {
		width: 70px;
		height: 70px;
		line-height: 70px;
	}

	.home .section-text-w-bg {
		margin-top: -5rem;
	}
	.section-text-w-bg .row {
		align-items: center;
	}
	.section-text-w-bg .col-img {
		flex: 0 0 45%;
		max-width: 45%;
	}
	.section-text-w-bg .col-text {
		order: 2;
		flex: 0 0 55%;
		max-width: 55%;
		padding-top: 5rem;
	}

	.entry-text {padding: 1.5rem 1rem 1rem;}

	.section-header .section-title {
		font-size: 1.25rem;
	}
}

@media only screen and (max-width: 1023px) {
	.hero-btn {display: none;}

	.btn-sticky-wrap {
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 9;
	}
	.btn-sticky-wrap > .btn {
		width: 100%;
		padding: 22px 30px;
		font-size: 1.063rem;
	}
}

@media only screen and (min-width: 1024px) {
	.entry-text {
		font-size: 1.063rem;
		padding-left: 1rem;
    	width: 86%;
	}

	.section-header .section-title, 
	.section-header .btn-wrap {
		display: inline-block;
		vertical-align: middle;
		margin: 0 20px;
	}
}

/* Default Page
--------------------------------------------- */
.text-uppercase {text-transform: uppercase;}

.breadcrumbs {
	font-size: 0.875rem;
	margin-bottom: 1.5rem; 
}

.page-hero > .post-thumbnail {
	height: 82.325vh;
	min-height: 400px;
}
.page-hero .hero-content {
	padding-bottom: 3rem;
}

.default-entry-content {
	padding: 3.5rem 0;
	text-align: center;
	font-size: 0.938rem;
	line-height: 1.65;
}

.wrap, .wrap-lg {
	width: 100%;
	max-width: 900px;
	padding-left: 2rem;
	padding-right: 2rem;
	margin: 0 auto;
}
.wrap-lg {max-width: 1024px;}

.container-fluid {
	width: 94%;
	margin: 0 auto;
}

.entry-content {
	text-align: left;
	padding-top: 1.5rem;
}

.section-collage .col-text {
	background-color: #fff;
	margin-bottom: 1rem;
}

.section-collage,
.section-collage .collage-col-text {margin-bottom: 1rem;}

.col-imgs > .stack-img-1, .col-imgs > .stack-img-2 {
	margin-bottom: 1rem;
}

.hidden-sm {display: none;}

.grid-item {margin-bottom: 2rem;}
.card-grid {background-color: #fff; height:100%;}
.card-text {padding: 1.75rem;}
.card-text .lead {margin-bottom: 0.625rem;}

.schema-faq-section {
	background: #fff;
    padding: 1.5rem;
    margin-bottom: 2rem;
}
.schema-faq-question {display: block; margin-bottom: 1rem;}
.schema-faq-answer:last-child {margin-bottom: 0;}

.wsp-pages-list > .page_item {
    margin-bottom: 1rem;
    display: inline-block;
    width: 100%;
	border-bottom: 1px solid #d3d8db;
	padding-bottom: 1rem;
}
.wsp-pages-list a {text-decoration: none;}
.wsp-pages-list > .page_item > a {
	text-transform: uppercase;
}
.wsp-pages-list > .page_item > a,
.wsp-pages-list > .page_item > .children > .page_item > a {
	font-family: 'latoregular', sans-serif;
}
.wsp-pages-list > .page_item > .children {
	list-style-type: circle;
}

@media only screen and (min-width: 768px) {
	.hidden-sm {display: block;}
	.hidden-md {display: none;}

	.default-entry-content {
		padding: 6.25rem 0;
		font-size: 1.125rem;
		line-height: 2;
	}

	.section-collage .collage-col-text {
		flex: 0 0 62%;
		max-width: 62%;
		order: 2;
		padding-left: 2.5rem;
		margin-bottom: 0;
	}

	.col-imgs > .stack-img-1 {
		height: 40%;
    	padding-bottom: 2.5rem;
    	margin: 0;
	}

	.col-imgs > .stack-img-2 {
		height: 60%;
		margin-bottom: 0;
	}

	.stack-img-3 {height: 30%; padding-top: 2.5rem;}

	.section-collage {margin-bottom: 5.25rem;}
	
	.section-collage .col-text {
		margin-bottom: 0;
		height: 70%;
		display: flex;
		align-items: center;
		padding: 2.5rem 0;
	}

	.section-collage .col-imgs {
		flex: 0 0 38%;
		max-width: 38%;
	}

	.section-grid {padding-top: 70px; margin-bottom: 2.5rem;}
	.section-grid .row {
		margin-left: -1rem;
		margin-right: -1rem;
	}
	.grid-item {
		padding: 0 1rem;
	}

	.card-text {padding: 2.5rem;}

	.schema-faq-section {
		padding: 2rem 3rem;
	}

	.wsp-pages-list {
		-moz-column-count: 2;
		-moz-column-gap: 3rem;
		-webkit-column-count: 2;
		-webkit-column-gap: 3rem;
		column-count: 2;
		column-gap: 3rem;
		list-style: none;
		margin: 0;
		padding: 2rem;
	}
	.wsp-pages-list .children .children {
		margin-bottom: 1rem;
	}
}