/*
	Theme Name: Northside Tree
	Description: A mobile responsive and HTML5 theme for Northside Tree, based on Minimum Pro from StudioPress
	Author: GreenMellen Media
	Author URI: http://www.greenmellenmedia.com/

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #333;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #333;
	text-decoration: none;
}

a img {
	margin-bottom: -6px;
}

a:hover {
	color: #0ebfe9;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 600;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

.post-edit-link {
	display: none;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: "Oranienbaum", serif;
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 65px;
	letter-spacing: -.5px;
}

h2 {
	font-size: 55px;
	letter-spacing: -.5px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: none;
	color: #333;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 300;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
.site-inner .fl-row-content-wrap .fl-button-wrap a.fl-button,
header .fl-row-content-wrap .fl-button-wrap a.fl-button {
	font-size: 16px !important;
	border: 2px solid #81E477;
    background: transparent url(images/arrow-white-green.png) no-repeat 180px 50% !important;
    font-weight: 400 !important;
    /* letter-spacing: 1px !important; */
    padding: 12px 0 12px 25px !important;
    border-radius: 30px !important;
    background-size: 30px !important;
	color: #004D3F;
	width: 220px;
	margin: 15px 0 0;
	transition: all .4s ease-in-out;
	display: block;
	text-align: left;
}

.site-inner .fl-row-content-wrap .fl-button-wrap.red a.fl-button {
	font-size: 16px !important;
    background: #D60001 url(images/arrow-white-red.png) no-repeat 95% center !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    padding: 12px 0 12px 25px !important;
    border-radius: 30px !important;
    background-size: 30px !important;
	color: #FFF;
	border: 2px solid #D60001;
}

.site-inner .fl-row-content-wrap .fl-button-wrap.red a.fl-button *,
.site-inner .fl-row-content-wrap .fl-button-wrap.red a.fl-button:visited * {
	color: #FFF;
}

.site-inner .fl-row-content-wrap .fl-button-wrap a.fl-button *,
.site-inner .fl-row-content-wrap .fl-button-wrap a.fl-button:visited * {
	color: #004D3F;
}

.site-inner .fl-row-content-wrap .fl-button-wrap.white a.fl-button *,
.site-inner .fl-row-content-wrap .fl-button-wrap.white a.fl-button:visited *,
header .fl-row-content-wrap .fl-button-wrap a.fl-button *,
header .fl-row-content-wrap .fl-button-wrap a.fl-button:visited * {
	color: #FFF;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
.site-inner .entry-content .fl-button-wrap a.fl-button:hover,
header .fl-row-content-wrap .fl-button-wrap a.fl-button:hover {
	background: #81E477 url(images/arrow-white-green.png) no-repeat 95% center !important;
}

.site-inner .entry-content .fl-button-wrap.red a.fl-button:hover {
	background: transparent url(images/arrow-white-red.png) no-repeat 95% center !important;
}

.entry-content .button:hover {
	color: #fff;
}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 100%;
}

.site-inner {
	background-color: #fff;
	clear: both;
}

.full-right .fl-col-content {
    max-width: 450px!important;
}

.full-left .fl-col-content {
    max-width: 570px!important;
    margin: 0 0 0 auto!important;
}


/* Column Widths and Positions
--------------------------------------------- */



/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.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;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
}


/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	padding: 40px 40px 16px;
}

.author-box {
	margin-bottom: 40px;
	padding: 40px;
}

.single .author-box {
	margin-bottom: 60px;
}

.author-box-title {
	color: #333;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}




/*
Plugins
---------------------------------------------------------------------------------------------------- */


/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px !important;
    background: #D60001 url(images/arrow-white-red.png) no-repeat 95% center!important;
    font-weight: 400 !important;
    /* letter-spacing: 1px !important; */
    padding: 15px 65px 15px 25px !important;
    border-radius: 30px !important;
    background-size: 30px !important;
}

.white-form .gform_fields {
	row-gap: 25px!important;
}

.white-form .gfield_label {
	color: #FFF!important;
	font-weight: 400!important;
	letter-spacing: .5px!important;
}

.white-form .gfield_required {
	color: #81E477!important;
	font-size: 12px!important;
}

.white-form .gform-field-label--type-sub {
	font-size: 10px !important;
    color: #FFF !important;
    opacity: .8;
    letter-spacing: 1px !important;
    text-transform: uppercase;
}

.gform-theme--framework .gform_validation_errors .gform_submission_error,
.gfield_validation_message,
.gform-theme--framework .gform_validation_errors .gform-icon {
	color: #81E477!important;	
}

.gfield_error input {
	border: 1px solid #81E477!important;	
}

.gform-theme--framework .gform_validation_errors {
	border: 0 !important;
    padding: 0 0 10px !important;
    margin: 0 !important;
    border-bottom: 1px solid #81E477 !important;
	border-radius: 0!important;
}

.gform-theme--framework .gform_validation_errors:focus {
	outline: 0!important;
}

.gform-icon.gform-icon--circle-error {
	display: none!important;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	color: #333;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry-header {
	display: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	font-family: "Inter", sans-serif;
	font-size: 14px;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}


/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.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-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}


/*
Custom Styles
---------------------------------------------------------------------------------------------------- */

.header-row .fl-row-content-wrap .fl-row-content {
	z-index: 999;
	position: relative;
}

.section-header p {
    width: max-content;
    background: #FFC113;
    color: #004D3F;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 25px;
    border-radius: 30px;
    line-height: 1.5;
    /* letter-spacing: 1px; */
    display: inline;
}

.service-item {
    border: 1px solid #004D3F !important;
    border-radius: 25px;
    padding: 20px;
    /* max-width: 380px; */
    margin: 0 auto;
}

.service-item .fl-post-image {
	text-align: center;
}

.service-item .fl-post-image a img {
	/* max-width: 350px; */
	width: 100%;
	border-radius: 25px;
	margin: 0 auto;
}

.service-item h2 {
	font-family: "Inter", sans-serif;
	text-align: center;
	font-size: 22px;
}

.service-item h2 a {
	color: #004D3F;
	font-weight: 600;
}

.service-item .arrow-button,
.location-item .arrow-button {
	width: 100%;
	margin: 0 auto;
}

.service-item .arrow-button a {
	font-size: 14px !important;
    border: 2px solid #81E477;
    background: transparent url(images/arrow-white-green.png) no-repeat 95% center !important;
    font-weight: 600 !important;
    /* letter-spacing: 1px !important; */
    padding: 10px 10px 10px 20px !important;
    border-radius: 30px !important;
    background-size: 30px !important;
    color: #004D3F;
    width: 175px;
    margin: 15px auto 0;
    transition: all .4s ease-in-out;
    display: block;
}

.location-item .arrow-button a {
	font-size: 14px !important;
    border: 2px solid #81E477;
    background: transparent url(images/arrow-white-green.png) no-repeat 95% center !important;
    font-weight: 600 !important;
    /* letter-spacing: 1px !important; */
    padding: 10px 10px 10px 20px !important;
    border-radius: 30px !important;
    background-size: 30px !important;
    color: #004D3F;
    width: 205px;
    margin: 15px auto 0;
    transition: all .4s ease-in-out;
    display: block;
}

.service-item .arrow-button a:hover,
.location-item .arrow-button a:hover {
	background: #81E477 url(images/arrow-white-green.png) no-repeat 135px 50% !important;
	color: #004D3F;
}

.location-list {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px;
	justify-content: space-between;
}

.location-list .location-item .arrow-button a {
	font-size: 14px!important;
}

.fl-post-text.location-post h2 {
	text-align: left;
	font-weight: 600;
	margin-bottom: 5px;
}

.fl-post-text.location-post .fl-post-excerpt {
	color: #004D3F;
}

.fl-post-text.location-post .arrow-button a {
	margin: 0;
    width: 180px;
    background-position: 135px 50% !important;
    line-height: 1;
}

/* Main Menu */

.fl-menu .menu > li {
	top: -5px;
}

.fl-menu .menu > li:before {
	content: '';
    max-width: 60px;
    height: 10px;
    background: #81E477;
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    top: -25px;
    position: relative;
	opacity: 0;
	transition: all .4s ease-in-out;
}

.fl-menu .menu > li:hover:before,
.fl-menu .menu > li.current_page_item:before {
	content: '';
    max-width: 60px;
    height: 10px;
    background: #81E477;
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    top: -32px;
    position: relative;
	opacity: 1;
}



/* Testimonial Slider  */

.reviews-slider .fl-post-carousel-post {
	border-radius: 20px;
	border: 0;
}

.reviews-slider .fl-post-carousel-post .fl-post-carousel-text {
	display: grid;
    align-items: start;
    height: 100%;
    padding: 40px;
    grid-template-rows: 70px 1fr;
}

.reviews-slider .fl-post-carousel-title {
	background: url(images/stars.png);
	background-repeat: no-repeat;
	background-position: right;
	align-self: start;
}

.reviews-slider .fl-post-carousel-text a {
    text-decoration: none;
    pointer-events: none;
}

/* Careers */

.career-list {
	background: #F5F3EF;
	border-radius: 6px;
	max-width: 580px;
	padding: 15px 20px 15px 40px;
	transition: all .4s ease-in-out;
	border: 1px solid #F5F3EF;
}

.career-list a {
	display: grid;
	grid-template-columns: 1fr 25px;
	align-items: center;
}

.career-list a:after {
	content: '';
	display: block;
	background: url(images/icon-green-arrow-down.svg);
	width: 20px;
	height: 15px;
}

.career-list a,
.career-list a:hover {
	color: #004D3F;
	font-weight: 600;
}

.career-list:hover {
	background: #FBFAF8;
}

.fl-menu-mobile-toggle.hamburger {
	background: transparent !important;
    width: auto;
    padding: 0 !important;
    margin: 0 !important;
}

header .fl-row-content-wrap .fl-button-wrap.header-mobile a.fl-button {
	width: 100%!important;
	background: #81E477!important;
	text-align: center;
	margin: 0!important;
	border-radius: 0!important;
	color: #004D3F!important;
}

header .fl-row-content-wrap .fl-button-wrap.header-mobile a.fl-button * {
	color: #004D3F!important;
}

/* Accordions */

.fl-accordion-item {
	border: 0!important;
}

.fl-accordion-button {
	background: #F5F3EF;
	border: 0!important;
	border-color: #F5F3EF!important;
	font-family: "Inter", sans-serif;	
	padding: 15px 30px!important;
}

.fl-accordion-button a {
	color: #004D3F;
	font-size: 16px;
	letter-spacing: 1px;
}

.fl-accordion-button a.fl-accordion-button-icon {
	opacity: 1;
}

.fl-accordion-button a.fl-accordion-button-icon:after {
	content: '';
	display: block;
	background: url(images/icon-green-arrow-down.svg);
	    width: 25px;
    height: 20px;
	opacity: 1;
	transition: all .4s ease-in-out;
}

.fl-accordion-button .fl-accordion-button-icon .fl-accordion-button-icon{
	display: none;
}

.fl-accordion-content {
	padding: 20px 40px!important;
}

.fl-accordion-content p {
	line-height: 2;
	color: #004D3F;
}

.fl-accordion-item-active .fl-accordion-button  a.fl-accordion-button-icon:after {
	background: url(images/icon-green-arrow-up.svg);
}

.fl-accordion-button-label:focus {
	outline: 0!important;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1179px) {


}

@media only screen and (max-width: 1023px) {


	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.site-tagline-left p {
		margin-bottom: 20px;
	}


	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
	}

}

@media only screen and (max-width: 992px) {


.fl-menu .menu > li:hover:before, .fl-menu .menu > li.current_page_item:before,
.fl-menu .menu > li:before  {
	display: none;
}

.fl-menu .menu {
	text-align: center;
}

.fl-menu .menu li.menu-item ul.sub-menu {
	column-count: 2;
    text-align: left;
}

.fl-menu .menu li.menu-item ul.sub-menu a {
	padding: 12px 20px;
}




}

@media only screen and (max-width: 768px) {

	.fl-builder-content .fl-row .fl-col-content {
    	padding-left: 25px!important;
    	padding-right: 25px!important;
	}

	header.fl-builder-content .fl-row .fl-col-content {
    	padding-left: 0!important;
    	padding-right: 0!important;
	}


	.genesis-nav-menu a {
		padding: 20px 10px;
	}

	.site-footer .nav-secondary a {
		margin: 0 10px;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 22px;
}



}

@media only screen and (max-width: 600px) {



}

@media only screen and (max-width: 400px) {

	.fl-menu .menu li.menu-item ul.sub-menu {
	column-count: 1;
    text-align: center;
	}

}