/*
Theme Name: Cornerstone Genesis + Beaver
Theme URI: https://demo.studiopress.com/
Description: Genesis Sample theme modified for Cornestone
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.4.1

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

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
main {
	display: block
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
hr {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
	overflow: visible
}
pre {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: transparent
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	   -moz-text-decoration: underline dotted;
	        text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
img {
	border-style: none
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText
}
fieldset {
	padding: .35em .75em .625em
}
legend {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type=checkbox], [type=radio] {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
details {
	display: block
}
summary {
	display: list-item
}
[hidden], template {
	display: none
}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */
html {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	   -moz-box-sizing: inherit;
	        box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */
/*.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,*/
main.content::before,
.footer-widgets::before,
.site-footer::before/*,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before*/ {
	content: " ";
	display: table;
}
/*.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,*/
main.content::after,
.footer-widgets::after,
.site-footer::after/*,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after*/ {
	clear: both;
	content: " ";
	display: table;
}

/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */
html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;

	max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
html, body {
	overflow-x: hidden;
}
body {
	color: #1e2e45;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	background-color: #f2f3f3;
}
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a {
	color: #782a26;
	text-decoration: underline;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
a:focus,
a:hover {
	color: #c0af55;
	text-decoration: none;
}
p {
	margin: 0 0 30px;
	padding: 0;
}
p:last-child {
	margin-bottom: 0;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #EBEBEB;
	margin: 1.65em auto;
}
b, strong {
	font-weight: 700;
}
blockquote, cite, em, i {
	font-style: italic;
}
mark {
	background: #ddd;
	color: #333;
}
blockquote {
	margin: 30px;
}

@media screen and (max-width: 768px) {
	body .fl-col-small:not(.fl-col-small-full-width) {
    	max-width: 100%
    }
}

/* Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: #1e2e45;
	margin: 0 0 20px;
}
h1, h2, h3, h4 {
	font-family: 'Lora', serif;
	font-weight: 400;
}
h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
h1, 
.h1, 
.h1 .fl-heading,
.h1 .heading-title,
.h1 .fl-cta-title {
	font-size: 45px;
	line-height: 1.2;
}
h2, 
.h2, 
.h2 .fl-heading,
.h2 .heading-title,
.h2 .fl-cta-title {
	font-size: 45px;
	line-height: 1.3;
}
h3, 
.h3, 
.h3 .fl-heading,
.h3 .heading-title,
.h3 .fl-cta-title {
	font-size: 36px;
	line-height: 1.2;
}
h4, 
.h4, 
.h4 .fl-heading,
.h4 .heading-title,
.h4 .fl-cta-title {
	font-size: 24px;
	line-height: 1.2;
}
.entry-content h4 {
	margin-top: 40px;
}
h5, 
.h5, 
.h5 .fl-heading,
.h5 .heading-title,
.h5 .fl-cta-title {
	font-size: 18px;
	line-height: 1.5;
}
h6, 
.h6, 
.h6 .fl-heading,
.h6 .heading-title,
.h6 .fl-cta-title {
	font-size: 14px;
	line-height: 1.2
}
.h1 p,
.h2 p,
.h3 p,
.h4 p,
.h5 p,
.h6 p {
	line-height: 1.5
}
.text-gold {
	color: #c0af55;
}
.text-red {
	color: #782925
}
.text-blue {
	color: #1e2e45
}
.text-grey {
	color: #8e8e8a
}
.text-josefin {
	font-family: 'Josefin Sans', sans-serif;
}
.heading-h2-first-24 .pp-heading-content .pp-heading .heading-title span.title-text.pp-primary-title {
	font-size: 24px;
	line-height: 1.42
}
.heading-h2-second-24 .pp-heading-content .pp-heading .heading-title span.title-text.pp-secondary-title {
	font-size: 24px;
	line-height: 1.42
}
.heading-h4-second-18 .pp-heading-content .pp-heading .heading-title span.title-text.pp-secondary-title {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.7;
}
@media screen and (max-width: 1199px) {
	h1, 
	.h1, 
	.h1 .fl-heading,
	.h1 .heading-title,
	.h1 .fl-cta-title {
		font-size: 40px;
	}
	h2, 
	.h2, 
	.h2 .fl-heading,
	.h2 .heading-title,
	.h2 .fl-cta-title {
		font-size: 40px;
	}
	h3, 
	.h3, 
	.h3 .fl-heading,
	.h3 .heading-title,
	.h3 .fl-cta-title {
		font-size: 34px;
	}
	h4, 
	.h4, 
	.h4 .fl-heading,
	.h4 .heading-title,
	.h4 .fl-cta-title {
		font-size: 22px;
	}
	.heading-h2-first-24 .pp-heading-content .pp-heading .heading-title span.title-text.pp-primary-title,
	.heading-h2-second-24 .pp-heading-content .pp-heading .heading-title span.title-text.pp-secondary-title {
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	h1, 
	.h1, 
	.h1 .fl-heading,
	.h1 .heading-title,
	.h1 .fl-cta-title {
		font-size: 38px;
	}
	h2, 
	.h2, 
	.h2 .fl-heading,
	.h2 .heading-title,
	.h2 .fl-cta-title {
		font-size: 38px;
	}
	h3, 
	.h3, 
	.h3 .fl-heading,
	.h3 .heading-title,
	.h3 .fl-cta-title {
		font-size: 32px;
	}
	h4, 
	.h4, 
	.h4 .fl-heading,
	.h4 .heading-title,
	.h4 .fl-cta-title {
		font-size: 20px;
	}
	.heading-h2-first-24 .pp-heading-content .pp-heading .heading-title span.title-text.pp-primary-title,
	.heading-h2-second-24 .pp-heading-content .pp-heading .heading-title span.title-text.pp-secondary-title {
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	h1, 
	.h1, 
	.h1 .fl-heading,
	.h1 .heading-title,
	.h1 .fl-cta-title {
		font-size: 35px;
	}
	h2, 
	.h2, 
	.h2 .fl-heading,
	.h2 .heading-title,
	.h2 .fl-cta-title {
		font-size: 35px;
	}
	h3, 
	.h3, 
	.h3 .fl-heading,
	.h3 .heading-title,
	.h3 .fl-cta-title {
		font-size: 30px;
	}
}

/* Objects
--------------------------------------------- */
embed, iframe, img, object, video, .wp-caption {
	max-width: 100%;
}
img {
	height: auto;
	vertical-align: top;
}
figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
}
.gallery img {
	border: 1px solid #EBEBEB;
	height: auto;
	padding: 4px;
}
.gallery img:focus, .gallery img:hover {
	border: 1px solid #999;
	outline: none;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}
.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */
input, select, textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}
input:focus, textarea:focus {
	border: 1px solid #999;
	outline: none;
}
input[type="checkbox"], input[type="image"], input[type="radio"] {
	width: auto;
}
::-webkit-input-placeholder {
	color: #404041;
	opacity: 1;
}
::-moz-placeholder {
	color: #404041;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #404041;
	opacity: 1;
}
::-ms-input-placeholder {
	color: #404041;
	opacity: 1;
}
::placeholder {
	color: #404041;
	opacity: 1;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.fl-builder-content .fl-button-wrap a.fl-button,
.fl-builder-content .fl-button-wrap a.fl-button:visited,
.fl-module-pp-gallery .pp-gallery-pagination .pp-gallery-load-more,
.pp-hover-card-container.powerpack-style .pp-more-link-button .pp-more-link  {
	color: #782925;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;

	border: 0;
	border-radius: 0;
	cursor: pointer;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	background-color: transparent;

	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.fl-builder-content .with-border .fl-button-wrap a.fl-button {
	border: 1px solid #782925;
}
.fl-builder-content .fl-button-wrap a.fl-button *,
.fl-builder-content .fl-button-wrap a.fl-button:visited * {
    color: inherit;
}
.no-pad-btn .fl-button-wrap.fl-button-has-icon .fl-button {
	padding: 0;
	background-color: transparent; 
}
.no-pad-btn .fl-button-wrap.fl-button-has-icon .fl-button:hover,
.no-pad-btn .fl-button-wrap.fl-button-has-icon .fl-button:focus {
	color: #1e2e45;
	background-color: transparent;
}
.no-pad-btn .fl-button-wrap.fl-button-has-icon .fl-button .fl-button-icon {
	width: 32px;
	height: 15px;
	background: url(/wp-content/uploads/2021/07/icon-btn-arrow-red.png) no-repeat center center / contain;

	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.no-pad-btn .fl-button-wrap.fl-button-has-icon .fl-button:hover .fl-button-icon,
.no-pad-btn .fl-button-wrap.fl-button-has-icon .fl-button:focus .fl-button-icon {
	background-image: url(/wp-content/uploads/2021/07/icon-btn-arrow-blue.png);
	margin-left: 0;
}
.no-pad-btn .fl-button-wrap.fl-button-has-icon .fl-button .fl-button-icon::before {
	display: none;
}
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover,
.fl-builder-content .fl-button-wrap a.fl-button:hover,
.fl-builder-content .fl-button-wrap a.fl-button:focus,
.fl-module-pp-gallery .pp-gallery-pagination .pp-gallery-load-more:hover,
.fl-module-pp-gallery .pp-gallery-pagination .pp-gallery-load-more:focus,
.pp-hover-card-container.powerpack-style .pp-more-link-button .pp-more-link:hover,
.pp-hover-card-container.powerpack-style .pp-more-link-button .pp-more-link:focus {
	color: #FFFFFF;
	background-color: #1e2e45;
	border-width: 0;
}
.fl-builder-content .with-border .fl-button-wrap a.fl-button:hover,
.fl-builder-content .with-border .fl-button-wrap a.fl-button:focus {
	border: 1px solid #1e2e45;
}
.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}
.button {
	display: inline-block;
}
.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #EBEBEB;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}
tbody {
	border-bottom: 1px solid #EBEBEB;
}
td, th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}
td {
	padding: 0.5em;
}
tr {
	border-top: 1px solid #EBEBEB;
}
th {
	font-weight: 600;
	padding: 0.5em;
}
@media only screen and (min-width: 480px) {
	table {
		table-layout: auto;
		word-break: normal;
	}
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut, .screen-reader-text, .screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus, .screen-reader-shortcut:focus, .widget_search input[type="submit"]:focus {
	background: #fff;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}

/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */
.site-container {
	-webkit-animation: fadein 1s;
	     -o-animation: fadein 1s;
	        animation: fadein 1s;
	word-wrap: break-word;
}
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-o-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Site Inner
--------------------------------------------- */
.site-inner {
	clear: both;
	margin: 0 auto;
	position: relative;
}
@media only screen and (min-width: 993px) {
	.site-inner {
		max-width: 1140px;
	}
}

/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */
.avatar {
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	float: left;
}
.author-box .avatar, .alignleft .avatar {
	margin-right: 20px;
}
.alignright .avatar {
	margin-left: 20px;
}
.comment .avatar {
	margin: 0 15px 20px 0;
}
@media only screen and (min-width: 993px) {
	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}
}

/* Genesis
--------------------------------------------- */
.after-entry, .archive-description, .author-box {
	margin-bottom: 40px;
}
.after-entry {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}
.after-entry .widget:last-of-type {
	margin-bottom: 0;
}
.breadcrumb {
	border-bottom: 1px solid #EBEBEB;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}
.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}
.archive-description p:last-child, .author-box p:last-child {
	margin-bottom: 0;
}
@media only screen and (min-width: 993px) {
	.after-entry {
		padding: 40px 60px;
	}
	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}
	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}
}

/* Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
}
.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}
.post-password-form input[type="submit"], .search-form input[type="submit"] {
	margin-top: 10px;
}
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */
.archive-description .entry-title, .archive-title, .author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}
.entry-title a, .sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}
.entry-title a:focus, .entry-title a:hover {
	color: #782a26;
}
.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

/* WordPress
--------------------------------------------- */
a.aligncenter img {
	display: block;
	margin: 0 auto;
}
a.alignnone {
	display: inline-block;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft, a.alignnone, a.alignright {
	max-width: 100%;
}
img.centered, .aligncenter, .singular-image {
	display: block;
	margin: 0 auto 30px;
}
img.alignnone, .alignnone {
	margin-bottom: 15px;
}
a.alignleft, img.alignleft, .wp-caption.alignleft {
	margin: 0 20px 20px 0;
}
a.alignright, img.alignright, .wp-caption.alignright {
	margin: 0 0 20px 20px;
}
figcaption, .gallery-caption, .wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.entry-content p.wp-caption-text {
	margin-bottom: 0;
}
.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */
.widget {
	/*margin-bottom: 40px;*/
}
.widget p:last-child, .widget ul>li:last-of-type {
	margin-bottom: 0;
}
.widget ul>li {
	margin-bottom: 10px;
}
.widget ul>li:last-of-type {
	padding-bottom: 0;
}
.widget ol>li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}
.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td, .widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 20px;
}
.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}
.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}
.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}
.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	outline: none;
}

/* Gravity form - gravity theme
---------------------------------------------------------------------------- */
::-webkit-input-placeholder {
    color: #807e81
}
::-moz-placeholder {
    color: #807e81
}
:-ms-input-placeholder {
    color: #807e81
}
::-ms-input-placeholder {
    color: #807e81
}
::placeholder {
    color: #807e81
}
.gform_wrapper form .gform_body .gform_fields {
	grid-row-gap: 20px;
}
.gform_wrapper form .gform_body .gfield input, 
.gform_wrapper form .gform_body .gfield select,
.gform_wrapper form .gform_body .gfield textarea {
	color: #414042;
	font-size: 16px;
	padding: 9px 12px;
	border: 1px solid #8e8e8a;
}
.site-container .gform_wrapper form .gform_footer, 
.site-container .gform_wrapper form .gform_page_footer {
	margin-top: 10px;
	padding: 0;
	text-align: center;
}
.gform_wrapper form .gform_footer input[type="submit"] {
	background: transparent url(/wp-content/uploads/2021/07/icon-btn-arrow-red.png) no-repeat right center / 31px;
	padding-left: 0;
	padding-right: 45px;
}
.gform_wrapper form .gform_footer input[type="submit"]:hover,
.gform_wrapper form .gform_footer input[type="submit"]:focus {
	color: #1e2e45;
	background-image: url(/wp-content/uploads/2021/07/icon-btn-arrow-blue.png);
}
.gform_wrapper .ginput_container_checkbox .gfield_checkbox button {
	color: #FFFFFF;
	font-size: 15px;
	background: #1e2e45;
	padding: 5px 10px;
}
@media screen and (min-width: 1200px) {
	.gform_wrapper form .gform_body .gfield input, 
	.gform_wrapper form .gform_body .gfield select,
	.gform_wrapper form .gform_body .gfield textarea {
		font-size: 18px
	}
}

/* BACK TO TOP
---------------------------------------------------------------------------- */
#back-to-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	color: #FFFFFF;
	display: block;
	z-index: -1;
	background: #1e2e45 url(/wp-content/uploads/2021/08/icon-back-to-top.png) no-repeat center center / 18px;
	line-height: 1;
	opacity: 0;
	text-align: center;
	-webkit-box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.4);
	width: 35px;
	height: 35px;
	text-decoration: none;
}
#back-to-top:hover,
#back-to-top:focus {
	background-color: #782925;
}
#back-to-top.show {
    opacity: 1;
    z-index: 9050;
}
@media screen and (min-width: 993px) {
	#back-to-top {
	    bottom: 2em;
	    right: 2em;
	}
}

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
	color: #FFFFFF;
	background-color: #1e2e45;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 0 20px;

	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
body:not(.fl-builder-edit) .site-header.fixed-header {
	z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 15px;
}
@media only screen and (min-width: 993px) {
	.admin-bar .site-header {
		top: 32px;
	}
}
.site-header > .wrap {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.site-header .header-widget-area {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.site-header .header-link {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
}
.site-header .header-link:not(:hover):not(:focus) {
	color: #eeeadf;
}
.site-header .header-widget-area .separator {
	margin-left: 15px;
	margin-right: 15px;
}
.site-header .header-button {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #c0af55;
	padding: 8px 18px;
	border-radius: 0;
	margin-left: 20px
}
.site-header .header-button:hover,
.site-header .header-button:focus {
	background-color: #782925
}
@media screen and (min-width: 993px) {
	.site-header .header-link {
		letter-spacing: 2px
	}
}
@media screen and (min-width: 1200px) {
	.site-header .header-widget-area {
	    -webkit-box-align: end;
	    -webkit-align-items: flex-end;
	    -moz-box-align: end;
	    -ms-flex-align: end;
	    align-items: flex-end;

	    -webkit-box-pack: start;
	    -webkit-justify-content: flex-start;
	    -moz-box-pack: start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;

	    -webkit-box-orient: vertical;
	    -webkit-box-direction: reverse;
	    -webkit-flex-direction: column-reverse;
	    -moz-box-orient: vertical;
	    -moz-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	    flex-direction: column-reverse;
	}
}
@media screen and (max-width: 1199px) {
	.site-header > .wrap {
		-webkit-box-align: center;
	    -webkit-align-items: center;
	    -moz-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	}
	.site-header .header-widget-area {
		-webkit-box-pack: end;
    	-webkit-justify-content: flex-end;
       	-moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
	}
	.site-header .header-widget-area .widget {
		width: 100%;
		text-align: right;
		padding-bottom: 10px;
	}
	.site-header .header-link.contact-link,
	.site-header .header-widget-area .separator {
		display: none;
	}
}
@media screen and (max-width: 992px) {
	.site-header .header-link {
		margin-bottom: 10px;
		display: inline-block;
	}
}
@media screen and (max-width: 567px) {
	.site-header .header-link {
		font-size: 12px;
	}
	.site-header .header-widget-area .separator {
		margin-left: 2px;
		margin-right: 2px;
	}
	.site-header .header-button {
		font-size: 12px;
		padding: 8px 10px;
	}
}
@media screen and (max-width: 767px) and (orientation: portrait) {
	.site-header.fixed-header,
	body:not(.fl-builder-edit) .site-header.fixed-header {
		position: relative;
	}
	.site-header > .wrap {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.site-header .header-widget-area {
		-webkit-box-orient: vertical;
	    -webkit-box-direction: reverse;
	    -webkit-flex-direction: column-reverse;
	    -moz-box-orient: vertical;
	    -moz-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	    flex-direction: column-reverse;

	    -webkit-box-pack: center;
    	-webkit-justify-content: center;
       	-moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;

        -webkit-box-align: center;
		-webkit-align-items: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;

        width: 100%;
	}
	.site-header .header-widget-area .widget {
		text-align: center;
		padding-top: 20px;
		padding-bottom: 5px;
	}

}

/* Title Area
--------------------------------------------- */
.title-area {
	padding: 20px 15px 15px;

	-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;

    width: auto;
    max-width: 100%;
}
.wp-custom-logo .title-area img {
	max-width: 230px;
	width: auto;
}
.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}
.site-title a, .site-title a:focus, .site-title a:hover {
	color: #333;
	text-decoration: none;
}
.site-description, .wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
@media screen and (max-width: 567px) {
	.title-area {
		padding: 0;
	}
	.wp-custom-logo .title-area img {
		max-width: 140px;
	}
}
@media screen and (max-width: 767px) and (orientation: portrait) {
	.title-area {
		width: 100%;
		text-align: center;
		padding-top: 5px;
	}
}

/* Genesis Menu
---------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}
.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}
.genesis-nav-menu a {
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
	color: #c0af55;
	text-decoration: none;
}
.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}
.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}
.genesis-nav-menu .sub-menu a {
	background-color: #1e2e45;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}
.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}
.genesis-nav-menu .menu-item:hover>.sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}
@media only screen and (min-width: 1200px) {
	.genesis-nav-menu {
		width: unset;
	}
	.genesis-nav-menu .menu-item {
		display: inline-block;
	}
	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}
	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #782a26;
	}
	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 200px;
	}
	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #EBEBEB;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}
	.genesis-nav-menu .sub-menu a {
		border: 1px solid #EBEBEB;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}
	.genesis-nav-menu a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media only screen and (min-width: 1440px) {
	.genesis-nav-menu a {
		font-size: 18px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
	position: static;
}
.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-responsive-menu {
	display: none;
	position: relative;
}
.genesis-responsive-menu .genesis-nav-menu .menu-item:hover>.sub-menu {
	display: none;
}
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #ffffff;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}
.menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #ffffff;
	display: block;
	overflow: hidden;
	text-align: center;
	visibility: visible;

	line-height: 20px;
	margin-bottom: 15px;
	margin-top: 10px;
	padding: 0;
	position: relative;
	z-index: 1000;
}
.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #c0af55;
}
.menu-toggle.activated::before {
	content: "\f335";
}
.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}
.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}
.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}
.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;

	-webkit-transform: rotate(0);
	    -ms-transform: rotate(0);
	     -o-transform: rotate(0);
	        transform: rotate(0);

	-webkit-transition: -webkit-transform 0.25s ease-in-out;
	transition: -webkit-transform 0.25s ease-in-out;
	-o-transition: -o-transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, -o-transform 0.25s ease-in-out;
}
.sub-menu-toggle.activated::before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
}
@media only screen and (min-width: 1200px) {
	.genesis-responsive-menu {
		display: block;
	}
	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}
}
@media screen and (max-width: 767px) and (orientation: portrait) {
	.menu-toggle {
		margin-top: 0;
	}
}

/* Header Menu
--------------------------------------------- */
.nav-primary {
	width: 100%;
	background-color: #1e2e45;
}
@media only screen and (min-width: 1200px) {
	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}
	.nav-primary .genesis-nav-menu {
		margin-right: -15px;
	}
}
@media screen and (min-width: 1440px) {
	.nav-primary .genesis-nav-menu {
		margin-right: -20px;
	}
	.nav-primary .genesis-nav-menu a {
		padding-left: 20px;
		padding-right: 20px
	}
}
@media screen and (min-width: 1200px) {
	.nav-primary .mobile-menu-only {
		display: none;
	}
}
@media screen and (max-width: 1199px) {
	.nav-primary {
		position: fixed;
		left: 0;
		padding: 20px;
		z-index: 9999
	}
}

/* Footer Menu
--------------------------------------------- */
.nav-secondary {
	margin-top: 10px;
}
.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}
.nav-secondary .menu-item {
	display: inline-block;
}
.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */
.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}
.entry-content ol:last-child,
.entry-content ul:last-child {
	margin-bottom: 0
}
.entry-content ol>li {
	list-style-type: decimal;
}
.entry-content ul>li {
	list-style-type: disc;
}
.entry-content ol ul>li,
.entry-content ul ul>li {
	list-style-type: circle;
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
.entry-content code {
	background-color: #f5f5f5;
}
.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}
main.content {
	border-top: 4px solid #FFFFFF;
	min-height: 400px
}
@media only screen and (min-width: 993px) {
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}
	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}
	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}
	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}
	.one-fourth {
		width: 23.076923076923077%;
	}
	.three-fourths {
		width: 74.35897435897436%;
	}
	.one-sixth {
		width: 14.52991452991453%;
	}
	.five-sixths {
		width: 82.90598290598291%;
	}
	.first {
		clear: both;
		margin-left: 0;
	}
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}
.entry-header .entry-meta {
	margin-bottom: 20px;
}
.entry-footer .entry-meta {
	border-top: 1px solid #EBEBEB;
	padding-top: 20px;
}
.entry-categories,
.entry-tags {
	display: block;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 60px 0;
}
.adjacent-entry-pagination {
	margin-bottom: 0;
}
.archive-pagination li {
	display: inline;
}
.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}
.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}
.comment-list li {
	padding: 40px 0 0 30px;
}
.comment-list .depth-1 {
	padding-left: 0;
}
.comment-header {
	margin-bottom: 30px;
}
.comment-content {
	clear: both;
}
.comment-content ul>li {
	list-style-type: disc;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}
.comment-respond label {
	display: block;
	margin-right: 12px;
}
.comment-header p {
	margin-bottom: 0;
}
.entry-pings .reply {
	display: none;
}
.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
	font-size: 16px;
	line-height: 1.5;
}
.sidebar .widget {
	margin-bottom: 40px;
}
.sidebar p {
	margin-bottom: 20px;
}
@media only screen and (min-width: 993px) {
	.sidebar {
		float: right;
		width: 30%;
	}
	.sidebar-content .sidebar {
		float: left;
	}
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
	color: #FFFFFF;
	background-color: #1e2e45;
	padding: 50px 20px;
	border-top: 4px solid #FFFFFF;
}
.footer-widgets > .wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px;

	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-widget-area {
	margin-bottom: 40px;
	width: 100%;
}
.footer-widget-area:first-child {
	padding-left: 0;
}
.footer-widget-area:last-child {
	padding-right: 0
}
.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}
.footer-widgets .widget-title {
	color: #8e8e8a;
	font-size: 24px;
	font-family: 'Lora', serif;
	font-weight: 400;
	margin-bottom: 15px;
}
.footer-widgets a {
	color: #FFFFFF
}
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #c0af55
}
.footer-contact-info {
	font-size: 20px;
	font-weight: 400;
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
}
.footer-phone {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 20px;
}
.footer-email {
	font-size: 24px;
	text-decoration: underline;
}
.footer-widgets .menu a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px
}
.footer-widgets .menu .sub-menu {
	display: none;
}

.footer-widgets .social-link {
	width: 62px;
	height: 62px;
	background-color: #FFFFFF;
	margin: 0 15px 17px 0;
	float: left;

	display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

	-webkit-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}
.footer-widgets .social-link:hover,
.footer-widgets .social-link:focus {
	-webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);

    border-radius: 100%;
}

@media only screen and (min-width: 993px) {
	.footer-widget-area {
		-webkit-box-flex: 0;
	    -webkit-flex: 0 0 25%;
	    -moz-box-flex: 0;
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;

		margin-bottom: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 992px) {
	.footer-widgets > .wrap {
		-webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}
	.footer-widget-area {
		text-align: center;
	}
	.footer-widgets-4 {
		display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;

		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
	color: #8e8e8a;
	font-size: 14px;
	font-weight: 400;
	line-height: 2.5;
	padding: 25px 20px;
	text-align: center;
	background-color: #1e2e45;
}
.site-footer a:not(:hover):not(:focus) {
	color: #8e8e8a;
	text-decoration: none;
}
.site-footer a:hover,
.site-footer a:focus {
	color: #c0af55;
	text-decoration: underline;
}
.site-footer p {
	margin-bottom: 0;
}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}
	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}
	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/* Hero Section
---------------------------------------------------------------------------- */
.bg-not-white a {
	text-decoration: underline;
}

/* Hero Section
---------------------------------------------------------------------------- */
.hero-section {
	border-bottom: 4px solid #FFFFFF;
}

/* association logos section
---------------------------------------------------------------------------- */
#association-logos-slider .bx-wrapper {
	margin-bottom: 40px;
}
#association-logos-slider .bx-wrapper .bx-controls:not(.bx-has-pager) {
	display: none;
}
#association-logos-slider .pp-logos-content .logo-slider-prev, 
#association-logos-slider .pp-logos-content .logo-slider-next {
	width: 32px;
	height: 15px;
	bottom: 0;
	top: unset;
	background: transparent no-repeat center center / contain;
}
#association-logos-slider .pp-logos-content .logo-slider-prev {
	left: -webkit-calc(50% - 52px);
	left: calc(50% - 52px);
}
#association-logos-slider .pp-logos-content .logo-slider-next {
	right: -webkit-calc(50% - 52px);
	right: calc(50% - 52px);
}
#association-logos-slider .pp-logos-content .logo-slider-prev > a, 
#association-logos-slider .pp-logos-content .logo-slider-next > a {
	display: block;
	height: 15px;
}
#association-logos-slider .pp-logos-content .logo-slider-prev i, 
#association-logos-slider .pp-logos-content .logo-slider-next i {
	display: none;
}
#association-logos-slider .pp-logos-content .logo-slider-prev {
	background-image: url(/wp-content/uploads/2021/07/icon-arrow-white-left.png);
}
#association-logos-slider .pp-logos-content .logo-slider-next {
	background-image: url(/wp-content/uploads/2021/07/icon-arrow-white-right.png);
}

/* services section
---------------------------------------------------------------------------- */
#services-section .services-list ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	list-style-type: none;
	max-width: 775px;
}
#services-section .services-list ul > li {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
#services-section .services-list ul > li::after {
	content: '|';
	color: #1e2e45;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;

	position: absolute;
	right: -5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#services-section .services-list ul > li:last-child::after {
	display: none;
}
#services-section .services-intro-texts .fl-rich-text h4 {
	font-size: 24px;
}

/* Gallery Slider Section
---------------------------------------------------------------------------- */
#gallery-slider-section .fl-module-cta {
	position: relative;
	z-index: 2;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#gallery-slider-section .fl-module-cta > .fl-module-content {
	-webkit-box-shadow: 0px 17px 17.64px 0.36px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 17px 17.64px 0.36px rgba(0, 0, 0, 0.15);
}
#gallery-slider-section h2.fl-cta-title {
	padding-bottom: 0;
	margin-bottom: 25px;
}
#gallery-slider-section .fl-cta-stacked .fl-cta-button {
	margin-top: 30px;
}
#gallery-slider-section .text-red,
#gallery-slider-section .text-red a {
	color: #782925
}
#gallery-slider-section .text-red a:hover,
#gallery-slider-section .text-red a:focus {
	color: #c0af55
}

/* Processes section
---------------------------------------------------------------------------- */
#processes-section .section-heading,
#processes-section .section-intro-texts,
#processes-section .section-bottom-texts {
	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
}
#processes-section .fl-accordion-button a {
	text-decoration: none;
	outline: none;
}
#processes-section .fl-accordion-button .fl-accordion-button-icon {
	color: #33435a
}
#processes-section .fl-accordion-button-label {
	font-family: 'Lora', serif;
}
#processes-accordion .fl-accordion-button {
	border-bottom: 1px solid #33435a;
}
#processes-section .section-bottom-texts a:hover,
#processes-section .section-bottom-texts a:focus,
#processes-section .fl-accordion-button .fl-accordion-button-label:hover,
#processes-section .fl-accordion-button .fl-accordion-button-label:focus {
	color: #c0af55;
}

/* service Areas section
---------------------------------------------------------------------------- */
#service-areas-section .service-areas-list a {
	color: #782925;
}
#service-areas-section .service-areas-list ul {
	list-style: none;
	list-style-type: none;
	padding: 0;
}
#service-areas-section .service-areas-list ul > li,
#service-areas-section .service-areas-list ul > li a {
	color: #782925;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#service-areas-section .service-areas-list a:hover,
#service-areas-section .service-areas-list a:focus {
	color: #c0af55;
}
#service-areas-section .service-areas-list ul > li {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
#service-areas-section .service-areas-list ul > li::after {
	content: '|';
	color: #1e2e45;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;

	position: absolute;
	right: -5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#service-areas-section .service-areas-list ul > li:last-child::after {
	display: none;
}
#service-areas-section .text-josefin {
	font-size: 20px;
}

/* CTA section
---------------------------------------------------------------------------- */
#cta-section p > a {
	color: #782925
}

/* Careers section
---------------------------------------------------------------------------- */
#careers-section .fl-button-wrap a.fl-button:hover,
#careers-section .fl-button-wrap a.fl-button:focus {
	color: #c0af55;
}
#career-content-texts p a {
	color: #782a26
}
#career-content-texts p a:hover,
#career-content-texts p a:focus {
	color: #c0af55;
}

/* Benefits section
---------------------------------------------------------------------------- */
#benefits-section .img-col {
	position: relative;
}
#benefits-section .img-col::before {
	content: '';
	display: block;
	background-color: #c0af55;

	position: absolute;
	right: 30%;
	left: -10px;
	top: -2px;
	bottom: 40%;
}

/* Reviews per page module
---------------------------------------------------------------------------- */
.reviews-per-page {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}
.reviews-per-page > .fl-module-content {
	padding-top: 60px;
	padding-bottom: 70px;
	position: relative;
}
.reviews-per-page > .fl-module-content::before,
.reviews-per-page > .fl-module-content::after {
	display: block;
	color: #f2f3f3;
	font-size: 100px;
	font-weight: 400;
	font-family: 'Lora', serif;
	line-height: 0.1;
	opacity: 0.2;

	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.reviews-per-page > .fl-module-content::before {
	content: '“';
	top: 20px
}
.reviews-per-page > .fl-module-content::after {
	content: '”';
	bottom: 0;
}
.reviews-per-page .fl-testimonial {
	font-family: 'Lora', serif;
	font-weight: 400;
}
.reviews-per-page .fl-testimonial span.client-name {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

/* white texts in blue background with link
---------------------------------------------------------------------------- */
.white-texts-with-link a:hover,
.white-texts-with-link a:focus {
	color: #c0af55
}

/* Homepage - 3 Reasons section
---------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	#home-hero-section > .fl-row-content-wrap {
		padding-top: 0;
		padding-bottom: 0;
		
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	#home-hero-section .fl-bg-slideshow {
		position: relative;
		height: 400px;
		width: 100%;
	}
}


/* Homepage - 3 Reasons section
---------------------------------------------------------------------------- */
#three-reasons-slider .bx-wrapper {
	margin-bottom: 0;
}
#three-reasons-slider .fl-slide-content::before {
	content: '';
	display: block;
	width: 9px;
	background-color: #1e2e45;

	z-index: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0 ;
}
#three-reasons-slider .fl-slide-title {
	font-size: 18px;
	text-transform: uppercase;
}
#three-reasons-slider .fl-slide-title, 
#three-reasons-slider .fl-slide-text > * {
	line-height: 1.5
}
#three-reasons-slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: #8e8e8a;
	opacity: 0.25; 
	width: 15px;
	height: 15px;
	border-radius: 100%;
}
#three-reasons-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	opacity: 1
}
@media screen and (min-width: 1200px) {
	#home-3reasons-section .section-heading {
		max-width: 530px;
		margin-left: auto;
		margin-right: 0;
	}
}
@media screen and (min-width: 768px) {
	#three-reasons-slider .bx-has-pager {
		position: absolute;
		right: 40px;
	    top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 767px) {
	.fl-builder-content #three-reasons-slider .fl-slide .fl-slide-content {
	    padding-top: 30px;
	    padding-right: 20px;
	    padding-bottom: 30px;
	    padding-left: 20px;
	}
}

/* Homepage - About section
---------------------------------------------------------------------------- */
#home-about-section .img-col {
	position: relative;
}
#home-about-section .img-col::before {
	content: '';
	display: block;
	background-color: #c0af55;

	position: absolute;
	left: 30%;
	right: -2px;
	top: -2px;
	bottom: 40%;
}

/* Gallery page
---------------------------------------------------------------------------- */
.gallery-page-filter .pp-gallery-filters-wrapper .pp-gallery-filters {
	padding: 0;
	margin-bottom: 20px;
}

/* About page - team
---------------------------------------------------------------------------- */ 
#team-members .pp-member-image img {
	height: 240px;
	object-fit: cover;
	object-position: top;
	border-radius: 100%;
}