/*
Theme Name: Alpine Gardens
Theme URI: https://demo.studiopress.com/
Description: Genesis Sample theme
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.4.0

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
---------------------------------------------------------------------------- */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
main {
	display: block
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
hr {
	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;
	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 {
	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] {
	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
}
main {
	min-height: 700px
}

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

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

/* Print Styles
---------------------------------------------------------------------------- */
@media print {
	*, *::before, *::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #414042 !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;
	}
}

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

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;

	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
html, body {
	overflow-x: hidden;
}
body {
	background-color: #fff;
	color: #443f3d;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}
@media screen and (min-width: 1200px) {
	body {
		font-size: 18px;
	}
}
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: #fb643f;
	text-decoration: underline;
	-webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
a:focus, a:hover {
	color: #005030;
	text-decoration: none;
}
p {
	margin: 0 0 1.1em;
	padding: 0;
}
p:last-child {
	margin-bottom: 0
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
.site-inner ol,
.site-inner ul {
	padding-left: 40px;
}
.site-inner ol:not(:last-child),
.site-inner ul:not(:last-child) {
	margin-bottom: 30px;
}
.site-inner ol li {
	list-style-type: decimal;
}
.site-inner ul li {
	list-style-type: disc;
}
hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}
b, strong {
	font-weight: 700;
}
blockquote, cite, em, i {
	font-style: italic;
}
mark {
	background: #ddd;
	color: #333;
}
blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	line-height: 1.32;
	margin: 0 0 1em;
}
h1, .h1 * {
	font-size: 48px;
	font-weight: 200;
}
h2, .h2 * {
	font-size: 34px;
	font-weight: 300;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
}
h6 {
	font-size: 16px
}
@media screen and (max-width: 992px) {
	h1, .h1 * {
		font-size: 40px;
	}
}
@media screen and (max-width: 767px) {
	h1, .h1 * {
		font-size: 35px;
	}
	h2, .h2 * {
		font-size: 30px;
	}
	h3 {
		font-size: 25px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		letter-spacing: 0;
		font-size: 18px;
	}
}
@media screen and (max-width: 374px) {
	h1, .h1 * {
		font-size: 32px;
	}
	h2, .h2 * {
		font-size: 28px;
	}
	h3 {
		font-size: 22px;
	}
}


/* 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 #eee;
	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: #414042;
	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;
}

::-ms-input-placeholder {
	color: #414042;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #414042;
	opacity: 1;
}

::placeholder {
	color: #414042;
	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 {
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	line-height: 1.25;

	background-color: #fb643f;
	border: 1px solid #fb643f;
	border-radius: 0;
	
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}
@media screen and (min-width: 993px) {
	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 {
		font-size: 18px
	}
}
.fl-builder-content .fl-button-wrap a.fl-button *,
.fl-builder-content .fl-button-wrap a.fl-button:visited * {
    color: inherit;
}
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  {
	color: #ffffff;
	background-color: #005030;
	border-color: #005030;
}

.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: #eee;
	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;
}
@media only screen and (min-width: 480px) {
	table {
		table-layout: auto;
		word-break: normal;
	}
}
tbody {
	border-bottom: 1px solid #eee;
}
td, th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}
td {
	padding: 0.5em;
}
tr {
	border-top: 1px solid #eee;
}
th {
	font-weight: 600;
	padding: 0.5em;
}

/* 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;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #414042;
	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 {
	animation: fadein 1s;
	word-wrap: break-word;
}
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}

}

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

/* Avatar
--------------------------------------------- */
.avatar {
	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;
}

/* Genesis
--------------------------------------------- */
.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}
.after-entry {
	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 #eee;
	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;
}

/* 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: #414042;
	text-decoration: none;
}
.entry-title a:focus,
.entry-title a:hover {
	color: #fb643f;
}
.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* 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_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
	border-bottom: 1px solid #eee;
	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 {
	color: #414042;
	outline: none !important;
}

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

/* Entry Content
--------------------------------------------- */
ol,
ul {
	margin-bottom: 30px;
	padding-left: 40px;
}
ol:last-child,
ul:last-child {
	margin-bottom: 0;
}
ol > li {
	list-style-type: decimal;
}
ul > li {
	list-style-type: disc;
}
ol ul > li,
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;
}
ul.menu {
	padding-left: 0;
	margin-bottom: 0
}
ul.menu li {
	list-style-type: none;
}

/* 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 #eee;
	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: #414042;
	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: #414042;
	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;
}

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

/* Gravity forms
---------------------------------------------------------------------------- */
body .gform_wrapper form ul li.field_description_below div.ginput_container_checkbox, 
body .gform_wrapper form ul li.field_description_below div.ginput_container_radio {
	margin-top: 10px;
}
.gform_wrapper form ul.gfield_checkbox, 
.gform_wrapper form ul.gfield_radio {
	margin-top: 0;
}
.site-container .gform_wrapper form .gfield_checkbox li input, 
.site-container .gform_wrapper form .gfield_checkbox li input[type=checkbox], 
.site-container .gform_wrapper form .gfield_radio li input[type=radio] {
	vertical-align: top;
	margin-top: 6px !important
}

/* Browser compatibility / addtional declarations
---------------------------------------------------------------------------- */
.pp-infolist-wrap .pp-list-item > a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.pp-infolist ul ul {
	margin-bottom: 30px;
    padding-left: 40px;
}
.pp-infolist .pp-infolist-description p:last-of-type {
    margin-bottom: 15px !important;
}

/* Info Box
---------------------------------------------------------------------------- */
.pp-infobox-wrap .layout-3 .pp-heading-wrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* Powerpack gravity form
---------------------------------------------------------------------------- */
.fl-module-pp-gravity-form .pp-gf-content .gform_wrapper form ul.gform_fields li.gfield {
	margin-bottom: 30px;
}

/* Beaver module List
---------------------------------------------------------------------------- */
.fl-module-list ul.fl-list.fl-list-unordered span.fl-list-item-icon {

}

/* single Post Template
---------------------------------------------------------------------------- */
.post-tags-in-template span.fl-post-info-terms::before {
	content: 'Tags:';
	font-weight: 700;
	display: inline-block;
	margin-right: 7px;
}

/* column width 768px below
---------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
	.fl-col-small:not(.fl-col-small-full-width) {
		max-width: 100% !important;
	}
}

/* Back to top
---------------------------------------------------------------------------- */
#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #FFFFFF;
    display: block;
    z-index: -1;
    background: #ffffff url(/wp-content/uploads/2021/03/icon-arrow-up.png) no-repeat center center / contain;
    line-height: 1;
    opacity: 0;
    text-align: center;

    -webkit-box-shadow: 1px 1px 5px 2px rgba(251,100,63,0.4);
    box-shadow: 1px 1px 5px 2px rgba(251,100,63,0.4);

    width: 35px;
    height: 35px;
    border-radius: 100%;

    text-decoration: none;
}
#back-to-top.show {
    opacity: 1;
    z-index: 9050;
}
#back-to-top:hover, 
#back-to-top:focus {
	background-color: #fb643f;
    text-decoration: none;
    opacity: 0.7;
}
@media screen and (min-width: 992px) {
    #back-to-top {
        bottom: 2em;
        right: 2em
    }
}

/* Top Bar
---------------------------------------------------------------------------- */
#header-top-bar {
	background: #005030;
	padding: 9px 20px;
}
#header-top-bar > .wrap {
	max-width: 1200px;
	margin: 0 auto;
}
#menu-topbar-menu {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;

	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;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#menu-topbar-menu > li {
	padding-left: 20px;
	padding-right: 20px;
}
#menu-topbar-menu > li:not(:last-child) {
	border-right: 1px solid #716f6e;
}
#menu-topbar-menu a {
	color: #ffffff;
	text-decoration: none;
}
/*#menu-topbar-menu .current_page_item a,*/
#menu-topbar-menu li a:hover,
#menu-topbar-menu li a:focus {
	color: #fb643f;
}
#menu-topbar-menu li.orange-text > a {
	color: #fb643f;
}
@media screen and (max-width: 767px) {
	#menu-topbar-menu {
		letter-spacing: 0;
		text-align: center;
	}
	#menu-topbar-menu > li {
		padding-left: 10px;
		padding-right: 10px;
	}
	#menu-topbar-menu > .hide-on-mobile {
		display: none !important
	}
}
@media screen and (max-width: 413px) {
	#header-top-bar {
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 374px) {
	#menu-topbar-menu {
		font-size: 11px;
	}
}

/* Site header
---------------------------------------------------------------------------- */
.site-header {
	padding: 25px 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:not(.sticky) {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99;
}
body:not(.fl-builder-edit) .site-header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;

	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-shadow: inset 0px -12px 28px -20px rgba(68, 63, 61, 0.6);
	box-shadow: inset 0px -12px 28px -20px rgba(68, 63, 61, 0.6);
}
body.admin-bar .site-header.sticky {
	top: 32px;
}

@media screen and (max-width: 992px) {
	.site-header {
		padding: 0;
		background-color: rgba(255,255,255,0.75)
	}

	body:not(.fl-builder-edit) .site-header.sticky,
	.site-header.dropdown-menu-activated {
		background-color: #005030
	}
}

@media screen and (min-width: 993px) {
	.site-header .title-area {
		display: none !important;
	}
}
/* Title Area/Logo */
.wp-custom-logo .title-area {
	max-width: 190px;
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    padding: 10px;
}
.wp-custom-logo .title-area img {
	width: auto;
}
.wp-custom-logo .site-header.sticky .title-area img {
	height: 40px;
	background: #e6e6e6;
	padding: 5px;
}
.site-header.dropdown-menu-activated .title-area img {
	background: #e6e6e6;
	padding: 5px;
}
.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: #414042;
	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 (min-width: 993px) {
	.site-header .header-widget-area .genesis-nav-menu {
		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;

	    -webkit-box-align: center;
	    -webkit-align-items: center;
	    -moz-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	}
}
@media screen and (max-width: 374px) {
	.wp-custom-logo .title-area {
		max-width: 160px;
	}
}

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
	font-family: 'Open Sans', sans-serif;
	clear: both;
	line-height: 1;
}
.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}
.genesis-nav-menu a {
	color: #443f3d;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
	display: block;
	text-align: center;
}
@media screen and (min-width: 1200px) {
	.genesis-nav-menu a {
		font-size: 18px;
	}
}
@media screen and (max-width: 992px) {
	.genesis-nav-menu a {
		text-align: left;
	}
	.genesis-nav-menu a:not(:hover):not(:focus) {
		color: #ffffff;
	}
}
.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: #fb643f;
	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 0 50px;
	opacity: 1;
	padding-left: 20px;
	position: static;
	z-index: 99;
}
.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}
@media screen and (max-width: 992px) {
	.genesis-nav-menu .sub-menu a {
		background: transparent;
		text-transform: unset;
	}
}
.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;
}

.site-header.sticky .genesis-nav-menu .logo-link img {
	height: 50px;
}
@media only screen and (min-width: 993px) {
	.genesis-nav-menu > .menu-item {
		padding-left: 15px;
		padding-right: 15px;
	}
	.site-header:not(.sticky) .genesis-nav-menu > .menu-item:not(.logo-link) {
		background: rgba(255,255,255,0.75);
	}
	.genesis-nav-menu > .menu-item:first-child,
	.genesis-nav-menu > .menu-item.logo-link + .menu-item {
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	.genesis-nav-menu > .menu-item:last-child,
	.genesis-nav-menu > .menu-item.prev-b4-logo-link {
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.genesis-nav-menu > .menu-item > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.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: #414042;
		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: #fb643f;
	}
	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}
	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}
	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}
}
@media screen and (max-width: 992px) {
	.genesis-nav-menu .menu-item.logo-link {
		display: none !important
	}
}

/* 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;
}
.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}
.menu-toggle {
	color: #414042;
}
.site-header.sticky .menu-toggle {
	color: #ffffff
}
.sub-menu-toggle {
	color: #ffffff;
}
.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #fb643f;
}
.menu-toggle {
	line-height: 20px;
	padding: 15px 0;
	margin: 0 20px 0 auto;
	position: relative;
	z-index: 1000;
	display: block;
}
.site-header:not(.sticky) .menu-toggle {
	padding-top: 40px;
}
.menu-toggle.activated::before {
	content: "\f335";
}
.site-header .dashicons-before::before {
	transition: none;
}
.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;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}
.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}
@media only screen and (min-width: 993px) {
	.genesis-responsive-menu {
		display: block;
	}
	.menu-toggle, .sub-menu-toggle {
		display: none;
		visibility: hidden;
	}
}
@media screen and (max-width: 374px) {
	.site-header:not(.sticky) .menu-toggle {
		padding-top: 35px;
	}
}


/* Header Menu
--------------------------------------------- */
.nav-primary {
	width: 100%;
}
@media only screen and (min-width: 993px) {
	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 992px) {
	.nav-primary {
		background-color: #005030;
		padding: 30px 20px;
	}
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
	background: #443f3d;
	padding: 40px 20px 30px;

	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;
}
.footer-widgets > .wrap {
	max-width: 1100px;

	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;
}
@media screen and (min-width: 1200px) {
	.footer-widgets > .wrap {
		margin-left: -25px;
		margin-right: -25px;
	}
}
.footer-widgets .widget-title {
	color: #e7e7e8;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.footer-widgets .footer-widget-area {
	padding-left: 25px;
	padding-right: 25px;

	-webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.footer-widgets .footer-widgets-1 {
    width: 100%;

	border-bottom: 2px solid #6e6a69;
	padding: 0 0 15px;
	margin-bottom: 25px;
}
.footer-widgets-1 .textwidget {
	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;

	-webkit-box-align: center;
    -webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-widgets-1 .sched-consult-title {
	color: #ffffff;
	font-size: 35px;
	font-weight: 200;
	margin-bottom: 0;
}
.footer-widgets .footer-widgets-2,
.footer-widgets .footer-widgets-4 {
	width: 29.59%;

	text-align: center;
	padding-top: 40px;
}
.footer-widgets-2 .subscribe-title {
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.32;
	margin-bottom: 15px
}
.footer-widgets .footer-widgets-3 {	
	width: 40.82%;

	text-align: center;
}
.footer-widgets-3 .footer-social-links > a {
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;
	opacity: 0.2;
}
.footer-widgets-3 .footer-social-links > a:hover,
.footer-widgets-3 .footer-social-links > a:focus {
	opacity: 1;
}
.footer-widgets-4 .widget-wrap {
	max-width: 260px;
}
.footer-widgets-4 .menu > li {
	display: inline-block;
	line-height: 1;
	margin-bottom: 10px;
}
.footer-widgets-4 .menu > li:not(:last-child) {
	border-right: 1px solid #e7e7e8;
}
.footer-widgets-4 .menu .sub-menu,
.footer-widgets-4 .menu .logo-link {
	display: none !important;
}
.footer-widgets-4 .menu a {
	color: #e7e7e8;
	font-weight: 300;
	font-size: 16px;
	text-decoration: none;
	padding: 0 10px;
}
.footer-widgets-4 .menu a:hover,
.footer-widgets-4 .menu a:focus {
	color: #fb643f
}

/** subscribe modal **/
.fl-builder-content.fl-builder-content-525.fl-builder-template.fl-builder-module-template {
	padding: 0 !important;
}

@media screen and (min-width: 768px) {
	.footer-widgets-1 .sched-consult-title {
		font-size: 40px;
	}
}
@media screen and (min-width: 1200px) {
	.footer-widgets-1 .sched-consult-title {
		font-size: 48px;
	}
	.footer-widgets-2 .subscribe-title {
		font-size: 34px;
	}
	.footer-widgets-4 .menu a {
		font-size: 20px;
	}
}
@media screen and (max-width: 992px) {
	.footer-widgets .footer-widgets-1 {
		padding-bottom: 40px;
		border-bottom: 0;
		margin-bottom: 0;

		-webkit-box-ordinal-group: 3;
    	-webkit-order: 2;
       	-moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
	}
	.footer-widgets-1 .textwidget {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
        flex-wrap: wrap;

		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer-widgets-1 .sched-consult-title {
		margin-bottom: 20px;
		text-align: center;
	}
	.footer-widgets .footer-widgets-2,
	.footer-widgets .footer-widgets-3,
	.footer-widgets .footer-widgets-4 {
		width: 100%;
	}
	.footer-widgets .footer-widgets-2,
	.footer-widgets .footer-widgets-3 {
		padding-bottom: 40px;
	}
	.footer-widgets .footer-widgets-2 {
		-webkit-box-ordinal-group: 3;
    	-webkit-order: 2;
       	-moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;

        padding-top: 0;
	}
	.footer-widgets .footer-widgets-3 {
		-webkit-box-ordinal-group: 2;
    	-webkit-order: 1;
       	-moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
	}
	.footer-widgets .footer-widgets-4 {
		-webkit-box-ordinal-group: 5;
    	-webkit-order: 4;
       	-moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;

        padding-top: 0;
	}
	.footer-widgets-4 .widget-wrap {
		max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.footer-widgets-1 .sched-consult-title {
		font-size: 30px;
	}
	.footer-widgets-2 .subscribe-title {
		font-size: 26px;
	}
}

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.57;
	font-family: 'Maven Pro', sans-serif;

	padding: 15px 20px;
	text-align: center;
	background-color: #3e3937;
}
.site-footer a {
	color: #ffffff;
	text-decoration: none;
}
.site-footer a:hover,
.site-footer a:focus {
	color: #fb643f
}
.site-footer p {
	margin-bottom: 0;
} 

/* Hero section
---------------------------------------------------------------------------- */
#hero-section .content-col-wrap,
#hero-section .content-col,
#hero-section .content-col .fl-col-content,
#hero-section +  .fl-row {
	position: relative;
}
#hero-section +  .fl-row {
	z-index: 20
}
#hero-section .content-col .fl-col-content > div {
	position: relative;
	z-index: 9;
}
@media screen and (min-width: 769px) {
	body:not(.fl-builder-edit) #hero-section .content-col-wrap::before,
	body:not(.fl-builder-edit) #hero-section .content-col-wrap::after,
	body:not(.fl-builder-edit) #hero-section .content-col::before,
	body:not(.fl-builder-edit) #hero-section .content-col::after,
	body:not(.fl-builder-edit) #hero-section .content-col .fl-col-content::before,
	body:not(.fl-builder-edit) #hero-section .content-col .fl-col-content::after {
		content: '';
		display: block;

		position: absolute;
	}

	body:not(.fl-builder-edit) #hero-section .content-col-wrap::before,
	body:not(.fl-builder-edit) #hero-section .content-col-wrap::after {
		height: 60px;
		background: #005030;
		top: -28px;
	}

	body:not(.fl-builder-edit) #hero-section .content-col-wrap::before,
	body:not(.fl-builder-edit) #hero-section .content-col::before,
	body:not(.fl-builder-edit) #hero-section .content-col::after {
		-webkit-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
		-o-transform: rotate(3deg);
		transform: rotate(3deg);

		left: -100px;
		right: -webkit-calc(50% - 1px);
		right: calc(50% - 1px);
	}

	body:not(.fl-builder-edit) #hero-section .content-col::before,
	body:not(.fl-builder-edit) #hero-section .content-col .fl-col-content::before {
		height: 11px;

		-webkit-box-shadow: 0px 1px 28px 0px rgba(68, 63, 61, 0.6);
		box-shadow: 0px 1px 28px 0px rgba(68, 63, 61, 0.6);

		z-index: 10;
		bottom: 25px;
	}

	body:not(.fl-builder-edit) #hero-section .content-col::before {
		background: #85b1a3;
		background: -moz-linear-gradient(90deg, #85b1a3 0%, #45836d 100%);
		background: -webkit-linear-gradient(90deg, #85b1a3 0%, #45836d 100%);
		background: linear-gradient(90deg, #85b1a3 0%, #45836d 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#85b1a3",endColorstr="#45836d",GradientType=1);
	}

	body:not(.fl-builder-edit) #hero-section .content-col .fl-col-content::before {
		background: #45826c;
		background: -moz-linear-gradient(90deg, #45826c 0%, #196144 100%);
		background: -webkit-linear-gradient(90deg, #45826c 0%, #196144 100%);
		background: linear-gradient(90deg, #45826c 0%, #196144 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#45826c",endColorstr="#196144",GradientType=1);
	}

	body:not(.fl-builder-edit) #hero-section .content-col::after,
	body:not(.fl-builder-edit) #hero-section .content-col .fl-col-content::after {
		background: #ffffff;
		height: 60px;

		z-index: 9;
		bottom: -30px;
	}

	body:not(.fl-builder-edit) #hero-section .content-col-wrap::after,
	body:not(.fl-builder-edit) #hero-section .content-col .fl-col-content::before,
	body:not(.fl-builder-edit) #hero-section .content-col .fl-col-content::after {
		-webkit-transform: rotate(357deg);
		-ms-transform: rotate(357deg);
		-o-transform: rotate(357deg);
		transform: rotate(357deg);

		right: -100px;
		left: -webkit-calc(50% - 1px);
		left: calc(50% - 1px);
	}
}
#hero-section + .prev-wrap-b4-services > .fl-row-content-wrap::before {
	display: none !important
}
@media screen and (max-width: 768px) {
	body:not(.single-post) #hero-section > .fl-row-content-wrap {
		background-position-y:  -webkit-calc(100% - 200px);
		background-position-y:  calc(100% - 200px);
	}
	#hero-section .content-col::after {
		content: '';
		display: block;
		height: 11px;
		background: #85b1a3;
		background: -moz-linear-gradient(90deg, #85b1a3 0%, #45836d 100%);
		background: -webkit-linear-gradient(90deg, #85b1a3 0%, #45836d 100%);
		background: linear-gradient(90deg, #85b1a3 0%, #45836d 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#85b1a3",endColorstr="#45836d",GradientType=1);
	}
	#hero-section .content-col > .fl-col-content {
		padding-bottom: 5px;
	}
	#hero-section .content-col > .fl-col-content > div:first-child > div {
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) and (orientation: portrait) {
	body:not(.single-post) #hero-section > .fl-row-content-wrap {
		padding-top: 280px;
		background-position-y:  -webkit-calc(100% - 250px);
		background-position-y:  calc(100% - 250px);
	}
}
@media screen and (max-width: 767px) and (orientation: landscape) {
	body:not(.single-post) #hero-section > .fl-row-content-wrap {
		padding-top: 280px;
		background-position-y:  -webkit-calc(100% - 100px);
		background-position-y:  calc(100% - 100px);
	}
}

/* CTA section
---------------------------------------------------------------------------- */
.cta-contact-section::before,
.cta-contact-section::after {
	content: '';
	display: block;
	height: 11px;
	width: 100%;

	background: #8ab5a9;
	background: -moz-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: -webkit-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ab5a9",endColorstr="#005030",GradientType=1);

	-webkit-box-shadow: 0px 1px 32px 0px rgba(68, 63, 61, 0.6);
	box-shadow: 0px 1px 32px 0px rgba(68, 63, 61, 0.6);
}
@media screen and (max-width: 993px) {
	.cta-contact-section.fl-row[data-node] .fl-row-content-wrap {
		padding: 50px 20px;
	}
}

/* Service Areas section
---------------------------------------------------------------------------- */
body:not(.fl-builder-edit) .services-section + .service-areas-section > .fl-row-content-wrap {
	//margin-top: -70px;
	margin-top: -15px;
}
@media screen and (min-width: 769px) {
	body:not(.fl-builder-edit) .services-section + .service-areas-section > .fl-row-content-wrap {
		padding-right: 0
	}
}
.service-areas-section::after {
	content: '';
	display: block;
	height: 11px;
	width: 100%;

	background: #8ab5a9;
	background: -moz-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: -webkit-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ab5a9",endColorstr="#005030",GradientType=1);

	-webkit-box-shadow: 0px 1px 32px 0px rgba(68, 63, 61, 0.6);
	box-shadow: 0px 1px 32px 0px rgba(68, 63, 61, 0.6);
}
.service-areas-section .content-col > .fl-col-content {
	/*//padding-right: 60px;
	//max-width: 540px;
	//margin-left: auto;
	//margin-right: auto;*/
}
.service-areas-section .map-col > .fl-col-content {
	/*//margin-right: -200px;
    ///width: unset;
    //max-width: unset;*/
}
.service-areas-section .map-col .fl-module-pp-google-map .pp-google-map-wrapper .pp-google-map {
	height: 690px
}
.service-areas-section .pp-hotspot-content .pp-hotspot-marker .pp-marker-image {
	width: unset;
	height: unset;
}
.service-areas-section .map-col .pp-hotspot-image-container .pp-hotspot-image {
	width: 100%;
}
@media screen and (min-width: 769px) {
	.service-areas-section .map-col .fl-module-pp-hotspot,
	.service-areas-section .map-col .fl-module-pp-hotspot > div,
	.service-areas-section .map-col .pp-hotspot,
	.service-areas-section .map-col .pp-hotspot-container,
	.service-areas-section .map-col .pp-hotspot-image-container,
	.service-areas-section .map-col .pp-hotspot-image {
		/*height: 100%;*/
	}
	.service-areas-section .map-col .pp-hotspot-container {
		/*left: unset;
		-webkit-transform: unset;
		transform: unset;
		width: 100%;*/
	}
	.service-areas-section .map-col .pp-hotspot-image-container .pp-hotspot-image {
		/*width: 100%;
		-o-object-position: left center;
		   object-position: left center;
		-o-object-fit: cover;
		   object-fit: cover;*/
	}
	/*
	.service-areas-section .pp-hotspot-content .pp-hotspot-marker .pp-marker-image {
		width: unset;
		height: unset;
	}*/
	.service-areas-section .content-col .fl-col-group.fl-col-group-nested > .fl-col > .fl-col-content {
		max-width: 540px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 992px) {
	.service-areas-section .content-col > .fl-col-content {
		//padding-bottom: 50px;
	}
}

/* Service Areas section - Service are page
---------------------------------------------------------------------------- */
#service-areas-locations-section .fl-col-content {
	position: relative;
}
#service-areas-locations-section .fl-module-pp-hotspot > .fl-module-content {
	//margin-left: -352px;
	//margin-right: -352px;
}
#service-areas-locations-section .pp-hotspot-container {
	left: unset;
	-webkit-transform: unset;
	transform: unset;
	display: block;
}
#service-areas-locations-section .pp-hotspot-image-container .pp-hotspot-image {
	width: 100%;
}
#service-areas-locations-section .pp-hotspot-content .pp-hotspot-marker .pp-marker-image {
	width: unset;
	height: unset;
}
body:not(.fl-builder-edit) #service-areas-locations-section .content-col-wrap {
	max-width: 490px;
	position: absolute;
	top: 60px;
	left: 45px;
}
@media screen and (max-width: 767px) {
	body:not(.fl-builder-edit) #service-areas-locations-section .content-col-wrap {
		position: unset;
		max-width: unset;
	}
}

/* Services section
---------------------------------------------------------------------------- */
/** previous section before services - used to hide overflowing services bg image**/
body:not(.fl-builder-edit) .prev-wrap-b4-services {
	position: relative;
	z-index: 20;
}
.prev-wrap-b4-services:not(.services-bottom-sides-slanted) > .fl-row-content-wrap {
	padding-bottom: 0 !important;
}
body:not(.fl-builder-edit) .prev-wrap-b4-services > .fl-row-content-wrap::before,
body:not(.fl-builder-edit) .prev-wrap-b4-services > .fl-row-content-wrap::after {
	content: '';
	display: block;
	height: 11px;
	margin-left: -50px;
	margin-right: -50px;

	background: #8ab5a9;
	background: -moz-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: -webkit-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ab5a9",endColorstr="#005030",GradientType=1);

	-webkit-box-shadow: 0px -1px 28px 0px rgba(68, 63, 61, 0.6);
	box-shadow: 0px -1px 28px 0px rgba(68, 63, 61, 0.6);
}

body:not(.fl-builder-edit) .services-section {
	position: relative;
	z-index: 15;
}
@media screen and (min-width: 769px) {
	body:not(.fl-builder-edit) .services-section > .fl-row-content-wrap {
		-webkit-transform: rotate(1deg);
		-ms-transform: rotate(1deg);
		-o-transform: rotate(1deg);
		transform: rotate(1deg);

		margin-left: -30px;
		margin-right: -30px;
		margin-top: -40px;
		padding-top: 170px;
	}
}
body:not(.fl-builder-edit) .services-section .fl-row-content-wrap::before {
	content: '';
	display: block;
	height: 11px;
	width: 100%;

	background: #8ab5a9;
	background: -moz-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: -webkit-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ab5a9",endColorstr="#005030",GradientType=1);

	-webkit-box-shadow: 0px 1px 32px 0px rgba(68, 63, 61, 0.6);
	box-shadow: 0px 1px 32px 0px rgba(68, 63, 61, 0.6);
}
body:not(.fl-builder-edit) .services-section .fl-row-content-wrap::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
@media screen and (min-width: 769px) {
	body:not(.fl-builder-edit) .services-section > .fl-row-content-wrap > .fl-row-content {
		-webkit-transform: rotate(-1deg);
		-ms-transform: rotate(-1deg);
		-o-transform: rotate(-1deg);
		transform: rotate(-1deg);
	}
}
.services-section .section-texts {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1359px) {
	#services-info-boxes > div {
		margin-left: 20px;
	}
}
@media screen and (max-width: 1200px) {
	#services-info-boxes > div {
		margin-left: 60px;
		margin-right: 20px;
	}
}
@media screen and (max-width: 992px) {
	#services-info-boxes .pp-list-items {
		margin-top: 60px
	}
	#services-info-boxes .pp-list-items > .pp-list-item {
		-webkit-flex-basis: 100% !important;
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
		max-width: 550px;
		padding-right: 10px;
	}
	.services-section > div > div > div > div.fl-col[data-node] > div {
		//padding-left: 40px;
		//padding-right: 40px;
	}
}
#services-info-boxes .pp-infolist {
	text-align: left;
}
#services-info-boxes .pp-list-items {
	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;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
#services-info-boxes .pp-list-items > .pp-list-item {
	-webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;

	width: 100%;
	margin-bottom: 60px
}
#services-info-boxes .pp-list-items > .pp-list-item:nth-child(-n+3) {
    width: 33.3333%;
}
#services-info-boxes .pp-list-items > .pp-list-item:nth-child(n+4) {
	width: 40%;
}
#services-info-boxes .pp-list-item .pp-icon-wrapper {
	position: absolute;
	top: -50px;
	left: -40px;
	opacity: 0.7;
	z-index: 1
}
#services-info-boxes .pp-list-item .pp-heading-wrapper {
	position: relative;
	z-index: 2
}
#services-info-boxes .pp-infolist-wrap .pp-list-item > a:hover .pp-infolist-title-text,
#services-info-boxes .pp-infolist-wrap .pp-list-item > a:focus .pp-infolist-title-text {
	color: #fb643f
}
.services-section-v2 .global-col-v2 > div {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.services-section-v2 #services-info-boxes .pp-list-items > .pp-list-item {
	margin-bottom: 15px;

	width: 50%;
}
.services-section-v2 .global-col-v2 .section-texts {
	max-width: unset
}
.services-section-v2 .global-col-v2 .fl-button {
	max-width: 550px;
}
@media screen and (min-width: 1200px) {
	.services-section-v2 .global-col-v2 .fl-button {
		font-size: 20px !important
	}
}


/* Processes section
---------------------------------------------------------------------------- */
.reviews-section + .processes-section > .fl-row-content-wrap::before {
	content: '';
	display: block;
	width: 100%;
	height: 11px;

	background: #8ab5a9;
	background: -moz-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: -webkit-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ab5a9",endColorstr="#005030",GradientType=1);

	-webkit-box-shadow: 0px -1px 28px 0px rgba(68, 63, 61, 0.6);
	box-shadow: 0px -1px 28px 0px rgba(68, 63, 61, 0.6);

	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.processes-section .fl-content-slider .bx-wrapper {
	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;

    margin-bottom: 0
}
.processes-section .fl-content-slider .bx-viewport {
	order: 2
}
.processes-section .fl-content-slider .fl-slide {
	background: #fdfcfc;
	padding: 40px 160px;
}
.processes-section .fl-content-slider .fl-slide-title {
	color: #fb643f !important;
	font-size: 20px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.processes-section .fl-content-slider-navigation  {
	margin-top: 27px;
}
.processes-section .fl-content-slider .fl-content-slider-navigation .slider-prev {
	left: 60px;
	opacity: 0.3;
}
.processes-section .fl-content-slider .fl-content-slider-navigation .slider-next {
	right: 60px;
	opacity: 1
}
.processes-section .fl-content-slider-navigation .fl-content-slider-svg-container {
	width: 45px;
	height: 45px;

	background-size: contain;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}
.processes-section .fl-content-slider .slider-prev > .fl-content-slider-svg-container{
	background-image: url(/wp-content/uploads/2021/03/slider-prev.png)
}
.processes-section .fl-content-slider .slider-next > .fl-content-slider-svg-container {
	background-image: url(/wp-content/uploads/2021/03/orange-icon-next.png);
}
.processes-section .fl-content-slider .fl-content-slider-navigation svg {
	display: none !important;
}
.processes-section .fl-content-slider .bx-controls.bx-has-pager {
	order: 1;
	width: 100%;
	background-color: #f6f5f5;
	padding: 20px;
}
.processes-section .fl-content-slider .bx-controls.bx-has-pager .bx-pager {
	color: #fb643f;
	font-size: 48px;
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	line-height: 1.04;

	position: unset;
	bottom: unset;
	padding-top: 0;
}
.processes-section .fl-content-slider .bx-controls.bx-has-pager .bx-pager-item {
	font-size: inherit;
}
.processes-section .fl-content-slider .bx-controls.bx-has-pager .bx-pager-item > a {
	text-indent: unset;
	text-decoration: none;
	background: transparent;
	width: auto;
	height: auto;
	margin-left: 25px;
	margin-right: 25px;
}
.processes-section .fl-content-slider .bx-controls.bx-has-pager .bx-pager-item:first-child > a {
	color: #fb663e
}
.processes-section .fl-content-slider .bx-controls.bx-has-pager .bx-pager-item:nth-child(2) > a {
	color: #fa713b
}
.processes-section .fl-content-slider .bx-controls.bx-has-pager .bx-pager-item:nth-child(3) > a {
	color: #f97e36
}
.processes-section .fl-content-slider .bx-controls.bx-has-pager .bx-pager-item:nth-child(4) > a {
	color: #f89030
}
.processes-section .fl-content-slider .bx-controls.bx-has-pager .bx-pager-item:nth-child(5) > a {
	color: #f79e2b
}
.processes-section .fl-content-slider .bx-controls.bx-has-pager .bx-pager-item:nth-child(6) > a {
	color: #f5af26
}
.processes-section .fl-content-slider .bx-controls.bx-has-pager .bx-pager-item:nth-child(7) > a {
	color: #f4bf20
}
.processes-section .fl-content-slider .bx-controls.bx-has-pager .bx-pager-item:nth-child(8) > a {
	color: #f3ca1d
}
.processes-section .fl-content-slider .bx-controls.bx-has-pager .bx-pager-item > a.active,
.processes-section .fl-content-slider .bx-controls.bx-has-pager .bx-pager-item > a:hover,
.processes-section .fl-content-slider .bx-controls.bx-has-pager .bx-pager-item > a:focus {
	font-weight: 700
}
@media screen and (min-width: 993px) {
	.processes-section .fl-content-slider .bx-controls.bx-has-pager {
		padding-top: 27px;
	}
	/*.processes-section .fl-col .process-img-col {
		-webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important
	}
	.processes-section .fl-col .process-info-col {
		-webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important
	}*/
}
@media screen and (max-width: 992px) {
	.processes-section .fl-content-slider .fl-slide {
		padding: 30px 70px;
	}
	.fl-builder-content .processes-section .fl-module-content-slider .fl-slide .fl-slide-content {
		padding: 0 !important;
	}
	.processes-section .fl-content-slider .fl-content-slider-navigation .slider-prev {
		left: 10px;
	}
	.processes-section .fl-content-slider .fl-content-slider-navigation .slider-next {
		right: 10px;
	}
	.processes-section .fl-content-slider .bx-controls.bx-has-pager .bx-pager {
		font-size: 40px;
	}
	.site-inner .processes-section .fl-content-slider .fl-slide .fl-slide-title  {
		font-size: 20px !important;
		letter-spacing: 2px;
		line-height: 1.4 !important;
	}
}
@media screen and (max-width: 767px) {
	.processes-section .fl-content-slider .bx-controls.bx-has-pager .bx-pager {
		font-size: 30px;
	}
	.processes-section .fl-content-slider .bx-controls.bx-has-pager .bx-pager-item > a {
		margin-left: 5px;
		margin-right: 5px;
	}
	.processes-section .fl-content-slider .fl-slide-title  {
		letter-spacing: 0;
	}
}
@media screen and (max-width: 413px) {
	.processes-section .fl-content-slider .fl-slide {
		padding-left: 50px;
		padding-right: 50px
	}
	.processes-section .fl-content-slider-navigation .fl-content-slider-svg-container {
		width: 30px;
		height: 30px;
	}
}
@media screen and (max-width: 374px) {
	.processes-section .fl-content-slider .fl-slide {
		padding-left: 35px;
		padding-right: 35px
	}
	.processes-section .fl-content-slider-navigation .fl-content-slider-svg-container {
		width: 20px;
		height: 20px;
	}
	.processes-section .fl-content-slider .bx-controls.bx-has-pager .bx-pager-item > a {
		margin-left: 3px;
		margin-right: 3px;
	}
}

/* Careers Section
---------------------------------------------------------------------------- */
.processes-section + .careers-section::before {
	content: '';
	display: block;
	width: 100%;
	height: 11px;

	background: #8ab5a9;
	background: -moz-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: -webkit-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ab5a9",endColorstr="#005030",GradientType=1);

	-webkit-box-shadow: 0px -1px 28px 0px rgba(68, 63, 61, 0.6);
	box-shadow: 0px -1px 28px 0px rgba(68, 63, 61, 0.6);
}

/* Reviews Section
---------------------------------------------------------------------------- */
body:not(.fl-builder-edit) .reviews-section::before {
	content: '';
	display: block;
	width: 100%;
	height: 11px;

	background: #8ab5a9;
	background: -moz-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: -webkit-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ab5a9",endColorstr="#005030",GradientType=1);

	-webkit-box-shadow: 0px -1px 28px 0px rgba(68, 63, 61, 0.6);
	box-shadow: 0px -1px 28px 0px rgba(68, 63, 61, 0.6);
}
.service-areas-section + .reviews-section::before {
	display: none !important;
}


/** Reviews section / Slanted bottom **/
body:not(.fl-builder-edit) .reviews-section.slanted-div {
	position: relative;
	z-index: 2;
}
body:not(.fl-builder-edit) .reviews-section.slanted-div::before {
	display: none;
}
body:not(.fl-builder-edit) .reviews-section.slanted-div > .fl-row-content-wrap {
	-webkit-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg);

	margin-left: -30px;
	margin-right: -30px;
	margin-top: -70px;
	padding-top: 140px;
	padding-bottom: 80px;
}
body:not(.fl-builder-edit) .reviews-section.slanted-div .fl-row-content-wrap::after {
	content: '';
	display: block;
	height: 11px;
	width: 100%;

	background: #8ab5a9;
	background: -moz-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: -webkit-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ab5a9",endColorstr="#005030",GradientType=1);

	-webkit-box-shadow: 0px 1px 32px 0px rgba(68, 63, 61, 0.6);
	box-shadow: 0px 1px 32px 0px rgba(68, 63, 61, 0.6);

	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
body:not(.fl-builder-edit) .reviews-section.slanted-div > .fl-row-content-wrap > .fl-row-content {
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
@media screen and (max-width: 768px) {
	.reviews-section > div {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.reviews-section .pp-heading-content .pp-heading .heading-title span.title-text {
		letter-spacing: 0 !important
	}
	.reviews-section .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
		font-size: 30px !important;
	}
}

/* section before reviews slanted bottom
---------------------------------------------------------------------------- */
body:not(.fl-builder-edit) .prev-wrap-b4-reviews > .fl-row-content-wrap {
	position: relative;
	z-index: 9;
	padding-bottom: 0;
}
body:not(.fl-builder-edit) .prev-wrap-b4-reviews > .fl-row-content-wrap::after {
	content: '';
	display: block;
	height: 11px;
	margin-left: -50px;
	margin-right: -50px;

	background: #8ab5a9;
	background: -moz-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: -webkit-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ab5a9",endColorstr="#005030",GradientType=1);

	-webkit-box-shadow: 0px 1px 28px 0px rgba(68, 63, 61, 0.6);
	box-shadow: 0px 1px 28px 0px rgba(68, 63, 61, 0.6);
}


/* Portfolio Global Section
---------------------------------------------------------------------------- */
.portfolio-global-section .pp-image-carousel-wrapper .pp-image-carousel.pp-carousel-navigation-outside {
	padding-bottom: 45px
}
.portfolio-global-section .pp-image-carousel .pp-swiper-button {
	width: 45px;
	height: 45px;
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.portfolio-global-section .pp-image-carousel .pp-swiper-button-prev {
	background-image: url(/wp-content/uploads/2021/03/orange-icon-prev.png);
	left: 50px;
}
.portfolio-global-section .pp-image-carousel .pp-swiper-button-next {
	background-image: url(/wp-content/uploads/2021/03/orange-icon-next.png);
	right: 50px;
}
.portfolio-global-section .pp-image-carousel .pp-swiper-button >  span {
	display: none !important;
}
.portfolio-global-section .pp-image-carousel .swiper-pagination .swiper-pagination-bullet {
	height: 14px;
}
.portfolio-global-section .desc {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}
.portfolio-global-section .desc + .fl-module-heading {
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
}

.portfolio-global-section .gallery-btn {
	position: relative;
	z-index: 9;
}

/* .services-two-sides-slanted section
---------------------------------------------------------------------------- */
.services-two-sides-slanted,
.services-two-sides-slanted > .fl-row-content-wrap,
.services-two-sides-slanted > .fl-row-content-wrap > .fl-row-content,
.services-two-sides-slanted > .fl-row-content-wrap > .fl-row-content > .fl-col-group {
	position: relative;
}
.services-two-sides-slanted > .fl-row-content-wrap {
	height: 400px;
	padding: 0 !important;
}
.services-two-sides-slanted > .fl-row-content-wrap > .fl-row-content,
.services-two-sides-slanted > .fl-row-content-wrap > .fl-row-content > .fl-col-group {
	height: 100%;
}
body:not(.fl-builder-edit) .services-two-sides-slanted::before,
body:not(.fl-builder-edit) .services-two-sides-slanted::after,
body:not(.fl-builder-edit) .services-two-sides-slanted > .fl-row-content-wrap::before,
body:not(.fl-builder-edit) .services-two-sides-slanted > .fl-row-content-wrap::after,
body:not(.fl-builder-edit) .services-two-sides-slanted > div > .fl-row-content::before,
body:not(.fl-builder-edit) .services-two-sides-slanted > div > .fl-row-content::after,
body:not(.fl-builder-edit) .services-two-sides-slanted > div > div > .fl-col-group::before,
body:not(.fl-builder-edit) .services-two-sides-slanted > div > div > .fl-col-group::after {
	content: '';
	display: block;

	position: absolute;
}
body:not(.fl-builder-edit) .services-two-sides-slanted::before,
body:not(.fl-builder-edit) .services-two-sides-slanted > .fl-row-content-wrap::before {
	top: 22px;
}
body:not(.fl-builder-edit) .services-two-sides-slanted::after,
body:not(.fl-builder-edit) .services-two-sides-slanted > .fl-row-content-wrap::after {
	bottom: 22px;
}
body:not(.fl-builder-edit) .services-two-sides-slanted::before,
body:not(.fl-builder-edit) .services-two-sides-slanted::after,
body:not(.fl-builder-edit) .services-two-sides-slanted > .fl-row-content-wrap::before,
body:not(.fl-builder-edit) .services-two-sides-slanted > .fl-row-content-wrap::after {
	z-index: 3;
	height: 11px;

	-webkit-box-shadow: 0px 1px 28px 0px rgba(68, 63, 61, 0.6);
	box-shadow: 0px 1px 28px 0px rgba(68, 63, 61, 0.6);
}
body:not(.fl-builder-edit) .services-two-sides-slanted::before,
body:not(.fl-builder-edit) .services-two-sides-slanted::after {
	background: #85b1a3;
	background: -moz-linear-gradient(90deg, #85b1a3 0%, #45836d 100%);
	background: -webkit-linear-gradient(90deg, #85b1a3 0%, #45836d 100%);
	background: linear-gradient(90deg, #85b1a3 0%, #45836d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#85b1a3",endColorstr="#45836d",GradientType=1);

	right: -webkit-calc(50% - 1px);
	right: calc(50% - 1px);
}
body:not(.fl-builder-edit) .services-two-sides-slanted::before,
body:not(.fl-builder-edit) .services-two-sides-slanted::after,
body:not(.fl-builder-edit) .services-two-sides-slanted > div > .fl-row-content::before,
body:not(.fl-builder-edit) .services-two-sides-slanted > div > .fl-row-content::after {
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);

	left: -100px;
}
body:not(.fl-builder-edit) .services-two-sides-slanted > .fl-row-content-wrap::before,
body:not(.fl-builder-edit) .services-two-sides-slanted > .fl-row-content-wrap::after {
	background: #45826c;
	background: -moz-linear-gradient(90deg, #45826c 0%, #196144 100%);
	background: -webkit-linear-gradient(90deg, #45826c 0%, #196144 100%);
	background: linear-gradient(90deg, #45826c 0%, #196144 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#45826c",endColorstr="#196144",GradientType=1);

	left: -webkit-calc(50% - 1px);
	left: calc(50% - 1px);
}
body:not(.fl-builder-edit) .services-two-sides-slanted > .fl-row-content-wrap::before,
body:not(.fl-builder-edit) .services-two-sides-slanted > .fl-row-content-wrap::after,
body:not(.fl-builder-edit) .services-two-sides-slanted > div > div > .fl-col-group::before,
body:not(.fl-builder-edit) .services-two-sides-slanted > div > div > .fl-col-group::after {
	-webkit-transform: rotate(357deg);
	-ms-transform: rotate(357deg);
	-o-transform: rotate(357deg);
	transform: rotate(357deg);

	right: -100px;
}
body:not(.fl-builder-edit) .services-two-sides-slanted > div > .fl-row-content::before,
body:not(.fl-builder-edit) .services-two-sides-slanted > div > .fl-row-content::after,
body:not(.fl-builder-edit) .services-two-sides-slanted > div > div > .fl-col-group::before,
body:not(.fl-builder-edit) .services-two-sides-slanted > div > div > .fl-col-group::after {
	height: 60px;
	background: #ffffff;
}
body:not(.fl-builder-edit) .services-two-sides-slanted > div > .fl-row-content::before,
body:not(.fl-builder-edit) .services-two-sides-slanted > div > .fl-row-content::after {
	right: -webkit-calc(50% - 5px);
	right: calc(50% - 5px);
}
body:not(.fl-builder-edit) .services-two-sides-slanted > div > .fl-row-content::before,
body:not(.fl-builder-edit) .services-two-sides-slanted > div > div > .fl-col-group::before {
	top: -30px;
}
body:not(.fl-builder-edit) .services-two-sides-slanted > div > .fl-row-content::after,
body:not(.fl-builder-edit) .services-two-sides-slanted > div > div > .fl-col-group::after {
	bottom: -30px;
}
body:not(.fl-builder-edit) .services-two-sides-slanted > div > div > .fl-col-group::before,
body:not(.fl-builder-edit) .services-two-sides-slanted > div > div > .fl-col-group::after {
	left: -webkit-calc(50% - 5px);
	left: calc(50% - 5px);
}

/* 
---------------------------------------------------------------------------- */
.services-bottom-sides-slanted {
	margin-bottom: -110px;
	position: relative;
	z-index: 20
}
.services-bottom-sides-slanted::before {
	content: '';
	display: block;
	width: 100%;
	height: 11px;

	background: #8ab5a9;
	background: -moz-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: -webkit-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ab5a9",endColorstr="#005030",GradientType=1);

	-webkit-box-shadow: 0px -1px 28px 0px rgba(68, 63, 61, 0.6);
	box-shadow: 0px -1px 28px 0px rgba(68, 63, 61, 0.6);
}
body:not(.fl-builder-edit) .services-bottom-sides-slanted.prev-wrap-b4-services > .fl-row-content-wrap::before, 
body:not(.fl-builder-edit) .services-bottom-sides-slanted.prev-wrap-b4-services > .fl-row-content-wrap::after {
	display: none;
}

/* Homepage - Hero Slider
---------------------------------------------------------------------------- */
#home-hero-slider {
	position: relative;
}
body:not(.fl-builder-edit) #home-hero-slider .pp-image-carousel-item::before,
body:not(.fl-builder-edit) #home-hero-slider .pp-image-carousel-item::after {
	content: '';
	display: block;

	position: absolute;
	left: -100px;
	right: -100px;

	-webkit-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	transform: rotate(1deg);
}
body:not(.fl-builder-edit) #home-hero-slider .pp-image-carousel-item::before {
	height: 11px;

	background: #8ab5a9;
	background: -moz-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: -webkit-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ab5a9",endColorstr="#005030",GradientType=1);

	-webkit-box-shadow: 0px 1px 28px 0px rgba(68, 63, 61, 0.6);
	box-shadow: 0px 1px 28px 0px rgba(68, 63, 61, 0.6);

	z-index: 10;
	bottom: 40px;
}
body:not(.fl-builder-edit) #home-hero-slider .pp-image-carousel-item::after {
	background: #ffffff;
	height: 60px;

	z-index: 9;
	bottom: -17px;
}
#home-hero-slider .pp-image-carousel .pp-carousel-image-container {
	//background-position: top center
}
#home-hero-slider .pp-image-carousel .pp-swiper-button {
	width: 45px;
	height: 45px;
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
#home-hero-slider .pp-image-carousel .pp-swiper-button-prev {
	background-image: url(/wp-content/uploads/2021/03/orange-icon-prev.png);
	left: 50px;
}
#home-hero-slider .pp-image-carousel .pp-swiper-button-next {
	background-image: url(/wp-content/uploads/2021/03/orange-icon-next.png);
	right: 50px;
}
#home-hero-slider .pp-image-carousel .pp-swiper-button >  span {
	display: none !important;
}
#home-hero-slider .pp-image-carousel .swiper-pagination {
	bottom: 15px;
}
#home-hero-slider .pp-image-carousel .swiper-pagination-bullet {
	height: 14px;
}
body:not(.fl-builder-edit) #home-hero-slider .content-col-wrap {
	position: absolute;
	z-index: 9;
	left: 100px;
	right: 100px;
	top: 205px
}
#home-hero-slider .content-col .fl-col-content {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}
#home-hero-slider .content-col .fl-heading,
#home-hero-slider .content-col .pp-heading-content .pp-heading .heading-title {
	text-shadow: 2px 2px 2px #ffffff, -2px -2px 2px #ffffff, 2px -2px 2px #ffffff, -2px 2px 2px #ffffff;
}
@media screen and (max-width: 992px) {
	#home-hero-slider .pp-image-carousel .pp-swiper-button-prev {
		left: 20px;
	}
	#home-hero-slider .pp-image-carousel .pp-swiper-button-next {
		right: 20px;
	}
	body:not(.fl-builder-edit) #home-hero-slider .content-col-wrap {
		top: -webkit-calc(50% - 60px);
		top: calc(50% - 60px);

		-webkit-transform: translateY(-webkit-calc(-50% + 60px));
		-ms-transform: translateY(calc(-50% + 60px));
		-o-transform: translateY(calc(-50% + 60px));
		transform: translateY(calc(-50% + 60px));
	}
}
@media screen and (max-width: 767px) {
	#home-hero-slider .pp-image-carousel .pp-swiper-button {
		width: 30px;
		height: 30px
	}
	#home-hero-slider .pp-image-carousel .pp-swiper-button-prev {
		left: 10px;
	}
	#home-hero-slider .pp-image-carousel .pp-swiper-button-next {
		right: 10px;
	}
	body:not(.fl-builder-edit) #home-hero-slider .content-col-wrap {
		left: 30px;
		right: 30px;
	}
}

/* Homepage - About
---------------------------------------------------------------------------- */
#home-about-section {
	position: relative;
}
body:not(.fl-builder-edit) #home-about-section::before {
	content: '';
	display: block;
	height: 11px;

	background: #8ab5a9;
	background: -moz-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: -webkit-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ab5a9",endColorstr="#005030",GradientType=1);

	-webkit-box-shadow: 0px -1px 28px 0px rgba(68, 63, 61, 0.6);
	box-shadow: 0px -1px 28px 0px rgba(68, 63, 61, 0.6);

	position: absolute;
	z-index: 10;
	top: 33px;
	left: -100px;
	right: -100px;

	-webkit-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	transform: rotate(1deg);
}
body:not(.fl-builder-edit) #home-about-section::after {
	content: '';
	display: block;
	background: #ffffff;
	height: 60px;

	position: absolute;
	z-index: 9;
	top: -17px;
	left: -100px;
	right: -100px;

	-webkit-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	transform: rotate(1deg);
}
body:not(.fl-builder-edit) #home-about-section .fl-row-content-wrap::before {
	content: '';
	display: block;
	height: 11px;

	background: #8ab5a9;
	background: -moz-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: -webkit-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ab5a9",endColorstr="#005030",GradientType=1);

	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	right: 0;
}

/* Homepage - Mission section
---------------------------------------------------------------------------- */
#home-mvo-section,
#home-mvo-section .fl-row-content-wrap {
	position: relative;
}
body:not(.fl-builder-edit) #home-mvo-section::before,
body:not(.fl-builder-edit) #home-mvo-section::after,
body:not(.fl-builder-edit) #home-mvo-section .fl-row-content-wrap::before,
body:not(.fl-builder-edit) #home-mvo-section .fl-row-content-wrap::after {
	content: '';
	display: block;

	position: absolute;
}
body:not(.fl-builder-edit) #home-mvo-section::before,
body:not(.fl-builder-edit) #home-mvo-section::after {
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);

	left: -100px;
	right: -webkit-calc(50% - 1px);
	right: calc(50% - 1px);
}
body:not(.fl-builder-edit) #home-mvo-section::before,
body:not(.fl-builder-edit) #home-mvo-section .fl-row-content-wrap::before {
	height: 11px;

	-webkit-box-shadow: 0px 1px 28px 0px rgba(68, 63, 61, 0.6);
	box-shadow: 0px 1px 28px 0px rgba(68, 63, 61, 0.6);

	z-index: 10;
	bottom: 25px;
}
body:not(.fl-builder-edit) #home-mvo-section::before {
	background: #85b1a3;
	background: -moz-linear-gradient(90deg, #85b1a3 0%, #45836d 100%);
	background: -webkit-linear-gradient(90deg, #85b1a3 0%, #45836d 100%);
	background: linear-gradient(90deg, #85b1a3 0%, #45836d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#85b1a3",endColorstr="#45836d",GradientType=1);
}
body:not(.fl-builder-edit) #home-mvo-section .fl-row-content-wrap::before {
	background: #45826c;
	background: -moz-linear-gradient(90deg, #45826c 0%, #196144 100%);
	background: -webkit-linear-gradient(90deg, #45826c 0%, #196144 100%);
	background: linear-gradient(90deg, #45826c 0%, #196144 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#45826c",endColorstr="#196144",GradientType=1);
}
body:not(.fl-builder-edit) #home-mvo-section::after,
body:not(.fl-builder-edit) #home-mvo-section .fl-row-content-wrap::after {
	background: #ecebeb;
	height: 60px;

	z-index: 9;
	bottom: -30px;
}
body:not(.fl-builder-edit) #home-mvo-section .fl-row-content-wrap::before,
body:not(.fl-builder-edit) #home-mvo-section .fl-row-content-wrap::after {
	-webkit-transform: rotate(357deg);
	-ms-transform: rotate(357deg);
	-o-transform: rotate(357deg);
	transform: rotate(357deg);

	right: -100px;
	left: -webkit-calc(50% - 1px);
	left: calc(50% - 1px);
}
#home-mvo-section .fl-rich-text {
	text-shadow: 2px 2px 2px #ffffff, -2px -2px 2px #ffffff, 2px -2px 2px #ffffff, -2px 2px 2px #ffffff;
}
@media screen and (max-width: 1199px) {
	#home-mvo-section .fl-module-rich-text {
		background: rgba(255,255,255,0.5);
		font-weight: 400;
	}
	#home-mvo-section .fl-module-rich-text > div {
		margin-top: 20px;
	}
}

/* Homepage - Logos section
---------------------------------------------------------------------------- */
#logos-section .pp-logos-content .bx-wrapper {
	margin-bottom: 0;
}
#logos-section .pp-logos-content .logo-slider-prev {
	left: -60px;
}
#logos-section .pp-logos-content .logo-slider-next {
	right: -60px;
}
#logos-section .pp-logos-content .logo-slider-next > a,
#logos-section .pp-logos-content .logo-slider-prev > a {
	width: 45px;
	height: 45px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
#logos-section .pp-logos-content .logo-slider-prev > a {
	background-image: url(/wp-content/uploads/2021/03/slider-prev.png);
}
#logos-section .pp-logos-content .logo-slider-next > a {
	background-image: url(/wp-content/uploads/2021/03/slider-next.png);
}
#logos-section .pp-logos-content .logo-slider-prev > a > i, 
#logos-section .pp-logos-content .logo-slider-next > a > i {
	display: none;
}
@media screen and (max-width: 1359px) {
	#logos-section .fl-module-pp-logos-grid > div {
		margin-left: 60px;
		margin-right: 60px;
	}
}
@media screen and (max-width: 992px) {
	#logos-section .pp-logos-content .logo-slider-prev {
		left: -40px;
	}
	#logos-section .pp-logos-content .logo-slider-next {
		right: -40px;
	}
}
@media screen and (max-width: 767px) {
	#logos-section .pp-logos-content .logo-slider-next > a,
	#logos-section .pp-logos-content .logo-slider-prev > a {
		width: 30px;
		height: 30px;
	}
}


/* Service Areas - full width image section
---------------------------------------------------------------------------- */
#service-areas-img-section {
	position: relative;
}
body:not(.fl-builder-edit) .reviews-section.slanted-div + #service-areas-img-section > .fl-row-content-wrap {
	margin-top: -70px;
}
body:not(.fl-builder-edit) #service-areas-img-section::before,
body:not(.fl-builder-edit) #service-areas-img-section::after {
	content: '';
	display: block;

	position: absolute;
	left: -100px;
	right: -100px;

	-webkit-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg);
}
body:not(.fl-builder-edit) #service-areas-img-section::before {
	height: 11px;

	background: #8ab5a9;
	background: -moz-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: -webkit-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ab5a9",endColorstr="#005030",GradientType=1);

	-webkit-box-shadow: 0px 1px 28px 0px rgba(68, 63, 61, 0.6);
	box-shadow: 0px 1px 28px 0px rgba(68, 63, 61, 0.6);

	z-index: 10;
	bottom: 40px;
}
body:not(.fl-builder-edit) #service-areas-img-section::after {
	background: #ecebeb;
	height: 85px;

	z-index: 9;
	bottom: -38px;
}


/*About page 
---------------------------------------------------------------------------- */
#about-mission-section.prev-wrap-b4-services > .fl-row-content-wrap::before {
	display: none;
}
.page-id-50:not(.fl-builder-edit) .reviews-section::after {
	content: '';
	display: block;
	width: 100%;
	height: 11px;

	background: #8ab5a9;
	background: -moz-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: -webkit-linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	background: linear-gradient(90deg, #8ab5a9 0%, #005030 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ab5a9",endColorstr="#005030",GradientType=1);

	-webkit-box-shadow: 0px -1px 28px 0px rgba(68, 63, 61, 0.6);
	box-shadow: 0px -1px 28px 0px rgba(68, 63, 61, 0.6);
}

/*Pricing page 
---------------------------------------------------------------------------- */
.prices-info-list-boxes .pp-infolist-wrap ul.pp-list-items {
	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;
}
.prices-info-list-boxes ul.pp-list-items .pp-list-item {
	background-color: #f4f4f4;
	padding: 25px 15px;
	margin-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
	.prices-info-list-boxes ul.pp-list-items .pp-list-item {
		-ms-flex-preferred-size: calc(50% - 20px);
		-webkit-flex-basis: -webkit-calc(50% - 20px);
		flex-basis: calc(50% - 20px);

		margin-left: 10px;
		margin-right: 10px;
	}
}
.prices-info-list-boxes .pp-infolist-icon-inner {
	width: unset;
	height: unset
}
.prices-info-list-boxes ul.pp-list-items .pp-infolist-icon-inner > img {
	width: auto;
	height: auto;
}
.prices-info-list-boxes .pp-infolist-description h6 {
	color: #fb643f;
	font-weight: 500;
}

/* Service Area page 
---------------------------------------------------------------------------- */
.three-col-justified-images .pp-photo-gallery {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

/* Fort Collins > Landscape Design
---------------------------------------------------------------------------- */
#fort-landscape-design-icons .pp-infolist-icon-inner img {
	width: auto;
	height: auto;
}
#fort-landscape-design-icons .pp-infolist-description p:last-child {
	margin-bottom: 0 !important;
}

/* Pricing info box
-------------------------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
	.img-info-col .fl-module-photo,
	.img-info-col .fl-module-photo > .fl-module-content,
	.img-info-col .fl-module-photo .fl-photo,
	.img-info-col .fl-module-photo .fl-photo > .fl-photo-content {
		height: 100%
	}
	.img-info-col .fl-module-photo .fl-photo > .fl-photo-content > img {
		-o-object-fit: cover;
		object-fit: cover;

		-o-object-position: bottom;
		object-position: bottom;

		height: -webkit-calc(100% - 40px);
		height: calc(100% - 40px)
	}
}
.pricing-info-box .pp-infobox-wrap .pp-heading-wrapper {
	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;
}
.pricing-info-box .pp-infobox-wrap .pp-heading-wrapper .pp-infobox-title-wrapper {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.pricing-info-box .pp-infobox-wrap .pp-heading-wrapper .pp-infobox-title-prefix {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;

	display: block;
	width: 100%;
}
.pricing-info-box .pp-infobox-wrap .pp-heading-wrapper .pp-infobox-description {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-moz-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}
.pricing-info-box .pp-infobox-wrap .pp-infobox .pp-more-link:not(:hover):not(:focus) {
	color: #ffffff;
    background-color: #fb643f;
}

/* Team Members
---------------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
	.staff-col .staff-flip-box,
	.staff-col .staff-flip-box .pp-flip-box,
	.staff-col .staff-flip-box .pp-flip-box .pp-flipbox-container {
		//height: 100%
	}
	.staff-col .staff-flip-box .pp-flip-box .pp-flipbox-container .pp-flipbox {
		//height: 100% !important
	}
	.staff-col .staff-flip-box > .fl-module-content {
		//height: -webkit-calc(100% - 40px);
		//height: calc(100% - 40px);
	}
	/*.staff-col > .fl-col-content {
		background-color: #005030;
		margin: 20px;
	}
	.staff-col .staff-flip-box > .fl-module-content {
		margin: 0;
	}*/
}
.staff-flip-box .pp-flip-box .pp-flipbox-image img {
	width: 100%;
	height: auto;
}
.entry-content .staff-flip-box .pp-flipbox .pp-more-link {
	cursor: pointer;

	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	line-height: 1.25;
	
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}
.entry-content .staff-flip-box .pp-flipbox .pp-more-link:hover,
.entry-content .staff-flip-box .pp-flipbox .pp-more-link:focus {
	color: #ffffff;
	background-color: #005030;
	border-color: #005030;
}