/*
	Theme Name:			Acentra Health BFCC-QIO
	Theme URI:			http://tinyfrog.com/
	Description:		A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: 			Tinyfrog Technologies
	Author URI:			http://tinyfrog.com/
	Version:			5.2.1
	Template: 			genesis
	Template Version:	3.4.0
	License:			GPL-2.0+
	License URI:		http://www.opensource.org/licenses/gpl-license.php 
*/

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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{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;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;appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}/* stylelint-enable */


/* 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,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

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

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

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

:root {
	--navy: #000000;
	--white: #FFFFFF;
	--navy: #042126;
	--teal: #1C786F;
	--dark-green: #209B47;
	--green: #2BBC2B;
	--lime: #B4EA54;
	--ice: #ACF2E5;
	--powder: #F2ECE4;
}

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	color: var(--navy);
	font-family: 'Inter', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
}

::-moz-selection {
	background-color: var(--navy);
	color: var(--white);
}

::selection {
	background-color: var(--navy);
	color: var(--white);
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.3s ease-in-out;
}

a {
	color: var(--blue);
	text-decoration: none;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

a:focus,
a:hover {
	color: var(--navy);
	text-decoration: none;
}

.link {
	color: var(--navy);
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 2.25px;
	text-transform: uppercase;
	display: inline-block;
	padding-right: 45px;
	padding-top: 3px;
	position: relative;
}

.link:after {
	content: '+';
	display: inline-block;
	width: 33px;
	height: 33px;
	background: var(--blue);
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
}

p {
	margin: 0;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: var(--gray);
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: var(--gray);
	color: var(--navy);
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--dark-green);
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
	letter-spacing: 2.8px;
	text-transform: uppercase;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Forms
--------------------------------------------- */

input, 
select, 
textarea, 
#page-container .gfield input, 
#page-container .gfield select,
#page-container .gfield textarea {
	background-color: var(--white);
	border: 1px solid var(--navy);
	border-radius: 0;
	color: var(--navy);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.15;
	padding: 12px 20px;
	width: 100%;
}

#page-container .gfield select {
	padding: 10px 20px;
}

input:focus,
textarea:focus,
#page-container .gfield input:focus, 
#page-container .gfield select:focus,
#page-container .gfield textarea:focus {
	border: 1px solid var(--navy);
	outline: none;
}

#page-container input[type="checkbox"],
#page-container input[type="image"],
#page-container input[type="radio"] {
	width: auto;
	vertical-align: top;
	margin-top: 2px;
	padding: 0;
}

#page-container input:focus[type="checkbox"],
#page-container input:focus[type="image"],
#page-container input:focus[type="radio"] {
	outline: 1px solid var(--navy);
}

:-ms-input-placeholder {
	color: var(--gray);
	opacity: 1;
}

::placeholder {
	color: var(--gray);
	opacity: 1;
}

#page-container .button,
#page-container input[type="button"],
#page-container input[type="reset"],
#page-container input[type="submit"] {
	background-color: var(--navy);
	border: none;
	border-radius: 40px;
	box-shadow: none;
	color: var(--white);
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	padding: 15px 30px;
	width: auto;
	display: inline-block;
	min-width: 220px;
	text-align: center;
	text-decoration: none;
}

#page-container .button:hover,
#page-container .button:focus,
#page-container input:hover[type="button"],
#page-container input:hover[type="reset"],
#page-container input:hover[type="submit"] {
	background-color: var(--lime);
	text-decoration: none;
	color: var(--navy);
}

#page-container .button.lime {
	background-color: var(--lime);
	color: var(--navy);
}

#page-container .button.lime:hover,
#page-container .button.lime:focus {
	background-color: var(--navy);
	color: var(--white);
}

#page-container .button.lime-white {
	background-color: var(--lime);
	color: var(--navy);
}

#page-container .button.lime-white:hover,
#page-container .button.lime-white:focus {
	background-color: var(--white);
}

#page-container .button.lime-white.play-icon {
	background-image: url("images/play-icon.svg");
	background-repeat: no-repeat;
	background-position: left 15px center;
	padding: 15px 20px 15px 50px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.button + .button {
	margin-left: 10px;
}

#page-container .gfield--type-fileupload input {
	padding: 5px 20px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
}

th,
td {
	border: 1px solid #cfcfcf;
	text-align: left;
	vertical-align: top;
	padding: 12px 15px;
}

th {
	font-weight: 600;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	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,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: var(--white);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: var(--navy);
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	position: relative;
	display: inline-block;
}

/* Skip Links
--------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	outline: 1px solid var(--navy);
	outline-offset: -1px;
}

.site-footer a:focus,
.genesis-nav-menu > .menu-item > a:focus {
	outline: 1px solid var(--white);
}

.footer-copy-text a:focus {
	outline: 1px solid var(--navy);
}

.js-focus-visible :focus:not(.focus-visible) {
	outline: none !important;
}

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

html:not(.no-js) .aos-init {
	opacity: 1;
	visibility: hidden;
}

html:not(.no-js) .aos-animate {
	visibility: visible;
}

/* Site Containers
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

/*@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}*/

.site-inner {
	clear: both;
	padding-top: 70px;
	padding-bottom: 70px;
}


/* Site Containers
--------------------------------------------- */

/* Column Widths and Positions
--------------------------------------------- */

/* Content */
.content {
	float: left;
	width: 780px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

/* WordPress
--------------------------------------------- */

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

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
	margin: 0 24px 24px 0;
}

.alignright {
	float: right;
	margin: 0 0 24px 24px;
}

.content-align-right {
	text-align: right;
}

.widget-area {
	word-wrap: break-word;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

/* Titles
--------------------------------------------- */

.entry-title a,
.sidebar .widget-title a {
	text-decoration: none;
}

.widget-title {
	margin-bottom: 24px;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: var(--white);
	position: fixed;
	left: 0px;
	top: 68px;
	width: 100%;
	transition: all 0.3s ease 0s;
	z-index: 999;
}

.nav-primary + * {
	margin-top: 201px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 25px 0 18px;
	width: auto;
}

.title-area a {
	display: block;
	font-size: 0;
	background-image: url("images/logo.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
	width: 360px;
	height: 50px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	width: auto;
	margin: 20px 0 0;
	display: flex;
    flex-direction: row-reverse;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: var(--navy);
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 20px;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-ancestor > a,
.genesis-nav-menu .menu-item-has-children:hover > a {
	text-decoration: none;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
	color: var(--white);
	font-family: 'Roboto', sans-serif;
}

.genesis-nav-menu .menu-item-has-children > a {
	background: url("images/menu-arrow.svg") no-repeat scroll right center;
}

.genesis-nav-menu .sub-menu {
	background: var(--white);
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	padding: 20px 0;
	width: 350px;
	z-index: 999;
	box-shadow: 0px 20px 20px 0px rgba(4, 33, 38, 0.10);
}

.genesis-nav-menu .sub-menu li {
	display: block;
}

.genesis-nav-menu .sub-menu a {
	background-color: var(--white);
	border-top: none;
	display: block;
	font-size: 16px;
	font-weight: 400;
	padding: 5px 30px;
	position: relative;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-ancestor > a,
.genesis-nav-menu .sub-menu .menu-item-has-children:hover > a {
	background: var(--lime);
	text-decoration: none;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 240px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu,
.genesis-nav-menu .menu-item:hover>.sub-menu {
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.nav-primary {
	display: none;
	position: relative;
}

.nav-primary .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: var(--green);
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
	outline: none;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
}

.menu-toggle {
	float: right;
	padding: 0;
	position: relative;
	z-index: 1000;
	font-size: 0px;
	right: 2%;
    top: -55px;
}

body .dashicons-menu:before {
    content: "";
	background: url("images/mobile-menu-icon.svg") no-repeat;
	display: block;
    width: 36px;
    height: 24px;
}

.menu-toggle.activated::before {
	content: "";
	background: url("images/mobile-menu-active-icon.svg") no-repeat;
	width: 36px;
    height: 28px;
    display: block;
}

.site-header .menu-toggle::before {
	text-rendering: auto;
	font-size: 35px;
}

body .dashicons-before:before {
	display: inline-block;
	width: 33px;
	height: 30px;
	font-size: 33px;
}

.sub-menu-toggle {
	float: right;
	padding: 0 5px;
	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;
	font-size: 25px;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

.nav-primary {
	display: block;
	background: var(--navy);
    position: fixed;
    width: 100%;
    top: 167px;
	z-index: 99;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

.dashicons-icon::before {
	font-family: dashicons;
	font-style: normal;
	font-weight: 400;
}

.dashicons-phone {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	display: inline-block;
	position: relative;
	top: 3px;
}

.menu-toggle::before {
	font-size: 35px;
}

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

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

p,
.entry-content ol,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content p a,
.entry-content li a {
	text-decoration: underline;
}

.entry-content p a:hover,
.entry-content li a:hover {
	text-decoration: none;
}

.entry-content ol {
	margin-left: 26px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.site-inner .pagination ul li {
	display: inline-block;
	padding: 0;
	margin: 0 5px 0 0;
}

.pagination li a {
	background-color: var(--lime);
	border: none;
	border-radius: 3px;
	color: var(--navy);
	cursor: pointer;
	font-weight: 400;
	padding: 5px 12px;
	display: inline-block;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li.active a {
	background-color: var(--navy);
	text-decoration: none;
	color: var(--white);
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul>li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: var(--navy);
	padding: 70px 0 0;
}

.site-footer,
.site-footer a {
	color: var(--white);
	font-size: 15px;
}

.site-footer li a:hover,
.site-footer li a:focus {
	color: var(--lime);
}

.footer-copy-text {
    padding: 12px 0;
}

.footer-copy-text,
.footer-copy-text a {
	color: var(--navy);
}

.footer-copy-text .right-sec p {
	text-align: right;
}

.footer-copy-text a:hover {
	text-decoration: underline;
}

/*
Custom Styling
---------------------------------------------------------------------------------------------------*/

/*
Siteorigin Page Builder Styling
--------------------------------------------- */

.siteorigin-panels .site-inner {
	padding: 0;
}

.siteorigin-panels:not(.content-sidebar) .site-inner .wrap, 
.site-footer .wrap {
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.wrap,
.so-panels-full-wrapper, 
.panel-grid.panel-no-style, 
.panel-row-style:not([data-stretch-type]) {
    max-width: 1170px;
    margin: 0 auto;
}

.content-sidebar.siteorigin-panels .site-inner {
	padding-top: 50px;
	padding-bottom: 50px;
}

.siteorigin-panels .entry {
	margin-bottom: 0;
}

/*
Top Bottom Gap Styling
--------------------------------------------- */

.top-gap {
	padding-top: 70px;
}

.bottom-gap {
	padding-bottom: 70px;
}

.top-gap-medium {
	padding-top: 50px;
}

.bottom-gap-medium {
	padding-bottom: 50px;
}

.top-gap-small {
	padding-top: 30px;
}

.bottom-gap-small {
	padding-bottom: 30px;
}

/*
Dark Background Section Styling
--------------------------------------------- */

.dark-bg-section {
	background-color: var(--navy);
}

.dark-bg-section *,
.fonts-light * {
	color: var(--white);
}

/*
inside page hero section
------------------------------------------------- */

.hero-section {
	background: var(--navy);
	position: relative;
	overflow: hidden;
	color: var(--white);
	display: flex;
	align-items: center;
	min-height: 395px;
	padding: 100px 0;
}

.hero-section:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.hero-section * {
	color: var(--white);
	height: 100%;
}

#page-container .hero-section .widget_sow-image {
	margin-bottom: 0;
}

.hero-section > img,
#page-container .hero-section .so-widget-image,
#page-container .hero-section .widget_custom_html {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.hero-section video {
	width: 100%;
	object-fit: cover;
}

.hero-section .wrap,
.hero-section .widget_siteorigin-panels-builder {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}

.home .hero-section {
	min-height: 700px;
}

/*
List Styling
------------------------------------------------- */

.site-inner ul {
	margin-left: 0;
}

.site-inner ul li {
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	line-height: 30px;
}

.site-inner ul li:before {
	content: '';
	background: var(--green);
	width: 5px;
	height: 5px;
	position: absolute;
	top: 13px;
	left: 0;
	border-radius: 50%;
}

.site-inner .blue-dots ul li:before {
	background: var(--navy);
}

.site-inner .arrow-list-style ul li {
	padding-left: 20px;
}

.site-inner .arrow-list-style ul li:before {
	background: url("images/list-arrow.svg") no-repeat;
	width: 10px;
	height: 15px;
	position: absolute;
	top: 8px;
	left: 0;
}

.site-inner .arrow-list-style.black ul li:before {
	background: url("images/list-arrow-black.svg") no-repeat;
}

#page-container form li,
#page-container .slider li,
#page-container .sidebar ul li,
#page-container .page-numbers li,
#page-container ul.products li {
	padding-left: 0px;
	margin-bottom: 0px;
}

#page-container form li::before,
#page-container .slider li::before,
#page-container .sidebar ul li::before,
#page-container .page-numbers li::before,
#page-container ul.products li::before,
#page-container .pagination ul li::before,
#page-container .pagination ul li::before {
	display: none;
}

#page-container form li {
	font-weight: 400;
}

#page-container form li a,
#page-container .sidebar ul li a {
	font-style: italic;
	text-decoration: underline;
}

#page-container .sidebar ul li a {
	font-style: normal;
}

#page-container form li a:hover,
#page-container .sidebar ul li a:hover {
	text-decoration: none;
}

/*
Large/Medium/Small Width Content Container
--------------------------------------------- */

.large-container,
.medium-container,
.small-container {
	width: 100%;
	margin: 0 auto;
}

#page-container .large-container {
	max-width: 1040px;
}

#page-container .medium-container {
	max-width: 980px;
}

#page-container .small-container {
	max-width: 740px;
}

/*
Additional Styling
------------------------------------------------- */

*:last-child {
	margin-bottom: 0;
}

p:empty {
	display: none;
}

a[href^="tel"] {
	display: inline-block;
}

.entry-content a {
	color: var(--teal);
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-content .read-more {
	color: var(--blue);
	font-style: italic;
	text-decoration: underline;
}

.entry-content .read-more:hover {
	text-decoration: none;
}

.mejs-controls a.mejs-horizontal-volume-slider {
	color: var(--white);
}

/*
Sharing Icons Styling
------------------------------------------------- */

#page-container .sharing-btns {
	display: inline-block;
	vertical-align: middle;
}

#page-container .sharing-btns,
#page-container .sharing-btns li {
	margin: 0;
	padding: 0;
}

#page-container .sharing-btns li {
	float: left;
	line-height: normal;
	margin: 0 5px 0 0;
}

#page-container .sharing-btns li::before {
	display: none;
}

#page-container .sharing-btns li a:hover {
	text-decoration: none;
}

#page-container .sharing-btns li:last-child {
	margin: 0;
}

/* gravity form styling
--------------------------------------------- */

#page-container .gform_fields {
	grid-column-gap: 30px;
}

#page-container .gfield label {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.35;
	vertical-align: top;
}

#page-container .gform_footer {
	padding-top: 20px;
	justify-content: center;
}

/*
Gravity Forms Error Styling
------------------------------------------------- */

#page-container .gform_wrapper.gravity-theme .instruction,
#page-container .gform_wrapper.gravity-theme .validation_message {
	display: none;
}

#page-container .gform_validation_errors .gform-icon {
	height: auto;
	top: 10px;
}

#page-container .gform_wrapper .gform_validation_errors {
	padding: 10px 10px 10px 48px;
	border-radius: 0;
	border-width: 1px;
}

#page-container .gform_wrapper .gform_validation_errors > h2 {
	font-weight: 400;
	line-height: inherit;
	font-family: inherit;
	margin-bottom: 5px;
}

#page-container .gform_wrapper .gform_validation_errors > ol {
	margin-bottom: 0;
	margin-left: 0;
}

/*
Blog Page
------------------------------------------------- */

.entry-image-link img {
	border: 1px solid var(--gray);
	padding: 5px;
}

.type-post .entry-title,
.search article .entry-title {
	margin: 0 0 20px;
	font-size: 30px;
}

.entry-footer {
	border-top: 3px solid var(--gray);
	border-bottom: 3px solid var(--gray);
	padding: 7px 0;
	overflow: hidden;
	margin-top: 30px;
}

.entry-footer span {
	display: inline-block;
	margin-right: 10px;
}

.entry-footer:empty {
	display: none;
}

#page-container .type-post:last-child {
	margin-bottom: 50px;
}

#page-container .search-form input[type="submit"] {
	display: none;
}

a.focus-visible .aligncenter {
	outline: 1px solid var(--navy);
}

.cky-notice-group {
	justify-content: center !important;
}

.cky-btn {
	border-radius: 40px !important;
}

.cky-btn:hover {
	opacity: 1 !important;
	border-color: var(--lime) !important;
	background-color: var(--lime) !important;
	color: var(--navy) !important;
}

/*
Blog & Archive Grid Layout Starts
----------------------------------------------------------------------------------------------------*/

.blog .site-inner,
.archive .site-inner {
	padding-top: 40px;
}

#featured-blog-panel {
	display: flex;
	gap: 30px;
	align-items: center;
	background: var(--gray);
}

.featured-post-image {
	min-width: 50%;
}

.featured-post-image img {
	width: 100%;
}

.featured-post-content {
	padding: 25px 25px 25px 10px;
}

#featured-blog-panel h1 {
	font-size: 45px;
	margin-bottom: 7px;
}

#featured-blog-panel .read-more {
	margin-top: 20px;
	min-width: 200px;
	background: var(--blue);
	border-radius: 60px;
	color: var(--white);
	font-weight: 700;
	line-height: 17px;
	padding: 17px 27px;
	display: inline-block;
	font-size: 15px;
}

#featured-post-category {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.all-categories {
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
}

.all-categories a {
	padding: 15px 25px;
	border: 1px solid var(--blue);
}

.all-categories a:hover{
	background: var(--blue);
	color: var(--white);
}

.blog-grid-panel {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.blog-grid-box {
	width: 360px;
	font-size: 17px;
}

.blog-grid-box-image {
	min-height: 249px;
	background: var(--gray);
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blog-grid-box h4 {
	font-size: 30px;
}

.blog-grid-box p {
	margin-bottom: 5px;
}

.blog-grid-box img {
	margin-bottom: 0px;
}

.blog-grid-box .read-more {
	text-decoration: underline;
}

.grid-post-category {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.grid-post-category a {
	color: var(--blue);
}

#archive-cat-title {
	text-align: center;
	padding: 0 25px 20px 25px;
}

.single #featured-blog-panel h1:after {
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	background: var(--blue);
	margin: 20px 0 20px;
}

/*
Custom CSS
---------------------------------------*/

.top-bar {
	background: var(--ice);
	padding: 10px 0;
	position: fixed;
    width: 100%;
	z-index: 999;
}

.top-bar p {
	line-height: 1.5;
}

#sow-editor-2 {
    text-align: right;
}

.header-right-btns p {
	display: flex;
	min-width: 190px;
}

.header-right-btns a {
	min-width: 190px;
}

.intro-section p {
    padding: 0 80px;
}

#page-container .newslettter-section a.button {
	min-width: 170px;
}

.newslettter-section h2 {
	font-size: 40px;
	color: var(--white);
}

.large-text p {
	font-size: 22px;
	font-weight: 700;
	color: var(--white);
}

.newslettter-section p {
	line-height: 1.4;
}

.accordions-with-image-outside {
	display: flex;
    align-items: end;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.accordions-with-image-outside .so-widget-sow-accordion {
	width: 65%;
	padding: 0 0 80px;
}

.accordions-with-image-outside .desktop-accordion-img {
	width: 35%;
}

.accordion-section {
	position: relative;
}

.accordions-with-image-outside .desktop-accordion-img::before {
	content: "";
	background: url("images/accordion-symbol.png") no-repeat left bottom;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
    left: 11%;
    z-index: -1;
}

.accordion-section a {
	color: var(--navy);
}

#page-container .accordions-with-image-outside img.sow-accordion-icon-image {
	position: absolute;
	opacity: 0;
	height: 0;
}

.accordions-with-image-outside .mobile-accordion-img {
	display: none;
}

.accordions-with-image-outside .sow-accordion-title {
	font-size: 20px;
    font-weight: 700;
}

.accordions-with-image-outside .sow-accordion-panel:nth-of-type(1) .sow-accordion-panel-header {
    border-width: 0 !important;
}

.the-slider .panel-layout .panel-grid .panel-row-style {
	min-height: 500px;
}

.the-slider .panel-layout .panel-grid .panel-row-style h2 {
	font-size: 40px;
	color: var(--white);
}

.the-slider .panel-layout .panel-grid .panel-row-style h2 em {
	font-style: normal;
	font-weight: 400;
	color: var(--white);
}

.the-slider .panel-layout .panel-grid .panel-row-style h5 {
	font-size: 22px;
	color: var(--white);
}

.the-slider .panel-layout .panel-grid .panel-row-style p {
	font-size: 18px;
	color: var(--white);
}

.the-slider .panel-layout .panel-grid .panel-row-style h4 {
	font-size: 25px;
	margin: 0 0 30px;
	color: var(--white);
}

#page-container .the-slider .panel-layout .panel-grid .panel-row-style a.button {
	min-width: 170px;
}

.the-slider .tns-outer {
    position: relative;
}

.the-slider .tns-controls {
    position: absolute;
    top: 50%;
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9;
    transform: translate(-50%, -50%);
    left: 50%;
}

.the-slider .tns-controls button {
    display: block;
    text-indent: -9999px;
    width: 52px;
    height: 52px;
    background: url("images/prev.svg") no-repeat center center;
    background-size: 100%;
    border: 0;
    outline: none;
}

.the-slider .tns-controls button:hover {
	background: url("images/prev-hover.svg") no-repeat center center;
}

.the-slider .tns-controls button[data-controls="next"] {
    background-image: url("images/next.svg");
}

.the-slider .tns-controls button[data-controls="next"]:hover {
    background-image: url("images/next-hover.svg");
}

.hero-panel .right-sec {
    max-width: 800px;
}

.hero-panel .right-sec a {
	color: var(--navy);
}

.hero-panel .right-sec h1 {
	color: var(--navy);
}

.hero-panel .left-sec img {
	width: 100%;
}

.hero-panel .constant-text {
	max-width: 100% !important;
}

.breadcrumb a {
    color: var(--dark-green);
}

.newsletter-item {
    margin: 40px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.newsletter-item .left-sec {
    width: 25%;
}

.newsletter-item .right-sec {
    width: 75%;
}

.related-links {
	padding: 30px 30px 10px 35px;
}

.related-links h3.widget-title {
    font-size: 20px;
    color: var(--navy);
	margin: 0 0 15px;
}

.related-links h4 {
    font-size: 20px;
    color: var(--navy);
}

.related-links li {
	margin-bottom: 0 !important;
}

.related-links h3.widget-title li a {
    color: var(--dark-green);
}

.color-bg-box {
	padding: 40px 30px 35px 35px;
}

.color-bg-box h4 {
	color: var(--navy);
}

.color-bg-box .panel-grid .panel-grid-cell {
	position: relative;
}

.color-bg-box .panel-grid .panel-grid-cell:nth-of-type(2)::before {
	content: "";
	display: block;
	background: var(--teal);
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -30px;
}

.faqs-inner {
	padding: 40px 70px;
}

.faqs-inner h4 {
	color: var(--navy);
}

.faqs-inner .sow-accordion-title {
    font-weight: 700;
	padding: 0 50px 0 0;
}

.faqs-inner .sow-accordion-panel.sow-accordion-panel-open .sow-accordion-panel-header {
	border-width: 0 !important;
	padding: 10px 0 0 !important;
}

.faqs-inner .sow-accordion-panel.sow-accordion-panel-open .sow-accordion-panel-content {
	border-bottom: 1px solid !important;
}

.faqs-inner .sow-accordion-panel-header {
	align-items: flex-start;
}

.faqs-inner .sow-accordion-open-close-button {
	line-height: 2;
}

.site-icon {
	position: relative;
}

.site-icon img {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
	width: 94px;
    height: 76px;
}

.blue-heading h2 {
	color: var(--navy);
}

.blue-heading h4 {
	color: var(--navy);
}

.blue-heading h6 {
    color: var(--navy);
}

.box-bg {
	padding: 40px;
}

.box-bg h4 {
	color: var(--navy);
}

.card-style1 {
	padding: 0 0 40px;
	box-shadow: 0px 40px 40px 0px rgba(17, 97, 91, 0.10);
}

.card-style1 img {
    margin: -30px auto 0;
}

.card-style1 .sow-image-container img {
    margin: 0 auto 0;
	border-bottom: 5px solid var(--green);
}

.card-style1 h5 {
	color: var(--navy);
}

.card-style1 .textwidget {
	padding: 0 40px;
}

.card-style2 {
	padding: 40px;
}

.card-style2 h5 {
	color: var(--navy);
}

.link-arrow {
	position: relative;
	font-weight: 700;
	text-decoration: none !important;
	color: var(--navy) !important;
}

.link-arrow::after {
	content: "";
	background: url("images/link-arrow.svg") no-repeat right center;
	display: inline-block;
	width: 26px;
	height: 26px;
	position: absolute;
	padding-right: 35px;
}

.link-arrow.green::after {
	background: url("images/link-arrow-green.svg") no-repeat right center;
}

.vertical-tabs .sow-tabs-tab-container {
    width: 270px;
	margin: 20px 0 0;
}

.vertical-tabs .sow-tabs-tab {
	background: url("images/tabs-arrow.svg") no-repeat right center;
	border-left: 3px solid #E8E0D6;
    margin: 0 0 10px !important;
	padding: 5px 40px 5px 15px !important;
}

.vertical-tabs .sow-tabs-tab:hover,
.vertical-tabs .sow-tabs-tab.sow-tabs-tab-selected {
	background: url("images/tabs-arrow-hover.svg") no-repeat right center;
	border-left: 3px solid var(--navy);
}

.sow-tabs-panel-container {
    background: #F2ECE4;
}

.sow-tabs-panel-container h5 {
	color: var(--navy);
}

.tab-btn a.button.lime {
    position: relative;
    top: -50px;
    min-width: 185px !important;
}

.horizontal-tabs .sow-tabs-tab-container {
	padding: 0 !important;
    margin: 0 0 10px;
}

.horizontal-tabs .sow-tabs-tab {
	position: relative;
}

.horizontal-tabs .sow-tabs-tab:hover::after,
.horizontal-tabs .sow-tabs-tab.sow-tabs-tab-selected::after {
	content: "";
	background: var(--green);
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 7px;
}

.horizontal-tabs .sow-tabs-tab:hover,
.horizontal-tabs .sow-tabs-tab.sow-tabs-tab-selected {
    font-weight: 700;
}

.testimonial-box {
	padding: 70px 50px 50px;
}

.testimonial-box * {
	color: var(--navy);
}

.testimonial-item p {
	font-weight: 700;
}

.testimonial-item h5 {
	line-height: 1.77;
}

.testimonial-box .tns-nav {
    margin: 20px 0 0;
}

.testimonial-box .tns-nav button {
    width: 10px !important;
    height: 10px !important;
    background: var(--navy);
    border: none;
    border-radius: 100%;
    padding: 0;
    display: inline-block;
    margin: 0 15px 0 0 !important;
    outline: none;
}

.testimonial-box .tns-nav button.tns-nav-active {
    background: var(--white);
}

.all-team {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.team-member {
	width: 48%;
	padding: 0 0 30px;
	box-shadow: 0px 40px 40px 0px rgba(17, 97, 91, 0.10);
}

.team-member-image {
	position: relative;
}

.team-member-image::after {
	content: "";
	background: url("images/team-icon.png") no-repeat center bottom;
	background-size: contain;
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.team-member-image img {
	margin: 0 0 30px;
    border-bottom: 5px solid var(--green);
	width: 100%;
}

.team-member a {
    text-decoration: none !important;
}

.team-member h5 {
    text-align: center;
    text-transform: uppercase;
}

.team-member p {
	color: var(--navy);
	text-align: center;
}

.team-member-details h4, 
.team-member-details p.job-title {
    text-align: center;
}

.all-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.post-item {
    width: 48%;
}

.post-image img {
    margin: 0 auto 30px;
}

#page-container .tablepress {
	border: 1px solid var(--navy);
}

#page-container .tablepress caption {
	display: none;
}

#page-container .tablepress>:where(thead,tfoot)>*>th, #page-container .tablepress>:not(caption)>*>* {
	padding: 6px 15px;
	font-size: 15px;
	color: var(--navy);
	border-color: var(--powder);
}

#page-container .tablepress>:where(thead,tfoot)>*>th {
	background-color: var(--navy);
	color: var(--white);
}

#page-container .tablepress tbody tr:nth-child(1) {
	background-color: var(--powder);
}

#page-container .tablepress>:not(caption)>*>* {
	width: 20%;
}

#page-container .tablepress tbody tr > td {
	padding-top: 15px;
	padding-bottom: 15px;
	border-right: 1px solid;
}

#page-container .tablepress tbody tr > td p {
	margin: 0 0 7px;
}

#page-container .tablepress tbody tr > td p:last-child {
	margin-bottom: 0;
}

.site-icon h4 {
    margin: 25px 0 0;
}

.site-icon ul {
    padding: 0 0 0 50px;
}

.site-icon p {
	margin: 0 0 10px;
}

.site-icon .no-list-padding ul {
    padding: 0;
}

.site-icon.bottom-gap-small {
	padding-bottom: 1px;
}

.links-box {
    padding: 40px;
}

#page-container .links-box a.button {
    min-width: 100%;
}

.news-panel h6,
.news-panel h2 {
	color: var(--navy);
}

.contact-form {
	background: var(--powder);
	padding: 75px 40px 30px;
}

.contact-form img.aligncenter {
    margin: -120px auto 0;
}

.contact-form .gform_wrapper.gravity-theme .gfield_required {
    color: var(--green);
	font-size: 16px;
}

#page-container #google_language_translator select.goog-te-combo {
	background: var(--lime);
    color: var(--navy);
    padding: 13px 10px !important;
    border-radius: 40px !important;
    width: 192px;
    margin: 0 12px 0 0;
    border: none !important;
	font-weight: 700;
    font-family: 'Inter', serif;
    font-size: 16px;
    text-align: center;
	height: 50px !important;
	appearance: none;
	text-align: center;           /* older IE support */
	text-align-last: center;      /* modern browsers */
	-moz-text-align-last: center; /* Firefox */
	appearance: none;             /* remove default styling */
	-webkit-appearance: none;     /* Safari/Chrome */
	-moz-appearance: none;        /* Firefox */
	background-position: right center; 
}

#page-container #google_language_translator select.goog-te-combo:hover {
	background: var(--navy);
	color: var(--white);
}

#page-container .header-widget-area .button {
    min-width: 190px;
    padding: 15px 15px;
}

.font-resizer button {
    border: none;
    background: no-repeat;
	font-weight: 700;
	display: block;
    margin: 0 auto;
}

#increase-font {
    font-size: 24px;
}

#reset-font {
    font-size: 20px;
}

#decrease-font {
    font-size: 16px;
}

#custom_html-2 {
    margin: 0 10px 0 0;
    background: #fff;
    display: block;
    position: relative;
    z-index: 999;
}

.font-resizer {
    display: none;
    position: absolute;
    z-index: 9999;
    background: #fff;
    margin: 24px auto 0;
    width: 50px;
}

#custom_html-3 {
    margin: 0 10px 0 0;
	position: relative;
}

.header-search-form {
	display: none;
	position: absolute;
    top: 72px;
    left: -160px;
    width: 300px;
    height: 50px;
    z-index: 999;
}

#page-container .header-search-form .search-form-input {
    border: 1px solid var(--navy);
    border-radius: 40px;
}

#page-container .header-search-form input.search-form-submit {
	font-size: 0;
    min-width: auto;
    background: url("images/search-icon.svg") no-repeat right center;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 10px;
    right: 15px;
}

.social-icons a.icon {
    font-size: 28px;
    color: var(--lime);
}

.social-icons a.icon:hover,
.social-icons a.icon:focus {
    color: var(--white);
}

.twitter-icon svg {
    fill: var(--lime);
}

.twitter-icon svg:hover,
.twitter-icon svg:focus,
.album-icon svg:hover {
    fill: var(--white);
}

.album-icon svg {
    width: 20px;
}

.site-inner .accordions-with-image-outside ul li {
	margin: 0;
}

.entry-content .newsletter-item .right-sec a {
	color: var(--navy);
} 

.faqs-inner .sow-accordion-panel-header {
    padding: 10px 0px 10px 0px !important;
}

.additional-note {
    font-size: 12px;
    text-align: center;
}

.non-hover-hover-logos {
	position: relative;
}

img.hover-image {
    display: none;
	position: absolute;
	left: 0;
	top: 0;
}

.non-hover-hover-logos:hover img.hover-image {
	display: block;
}

.mobile-header-right {
    display: none;
}

html:not([lang="en-US"]) #page-container .header-widget-area .button {
    min-width: 220px;
	font-size: 12px;
}

/*html:not([lang="en-US"]) #page-container #google_language_translator select.goog-te-combo {
    width: 160px;
}*/

html:not([lang="en-US"]) .top-bar p {
    line-height: 1.3;
    font-size: 13px;
}

html:not([lang="en-US"]) .site-header {
    top: 54px;
}

html:not([lang="en-US"]) .nav-primary {
    top: 148px;
}

html:not([lang="en-US"]) .genesis-nav-menu a,
html:not([lang="en-US"]) .genesis-nav-menu .sub-menu a {
	font-size: 13px;
}

html:not([lang="en-US"]) .footer-copy-text p, 
html:not([lang="en-US"]) .footer-copy-text a {
    font-size: 13px;
}

html:not([lang="en-US"]) #page-container #google_language_translator select.goog-te-combo {
	font-size: 12px;
	height: 45px !important;
}

.latest-podcasts .recent-podcast {
    display: flex;
    padding: 70px 0;
    position: relative;
    margin-bottom: 0;
}

.latest-podcasts .recent-podcast:before {
    content: '';
    display: block;
    width: 1000%;
    height: 100%;
    background: #f8f8f8;
    position: absolute;
    top: 0;
    left: -400%;
    z-index: -1;
}

.latest-podcasts .recent-podcast:nth-child(2n+2):before {
    background: var(--white);
}

.latest-podcasts .podcast-entry-thumbnail {
    flex: 0 0 350px;
    margin-right: 50px;
}

.podcast-entry-thumbnail img {
    display: block;
    margin: 0 auto;
}

.latest-podcasts .podcast-entry-thumbnail.no-image {
	background: var(--ice);
    padding: 20px;
}

.latest-podcasts .podcast-small-entry {
    width: 100%;
    align-self: center;
}

.latest-podcasts .podcast-title {
    font-size: 36px;
    color: var(--navy);
    margin: 0 0 20px;
}

.latest-podcasts .podcast-title a {
	color: var(--navy);
}

.latest-podcasts .short-info {
    margin: 0 0 30px;
}

.videos-panel p {
	margin: 0;
}

.map-section {
    padding-left: 50px;
    padding-right: 50px;
}

#page-container .map-section .button {
	border: 1px solid var(--navy);
	color: var(--navy);
    min-width: 130px;
	margin: 0 0 10px;
	padding: 10px 40px;
	cursor: auto;
	border-radius: 0;
}

#page-container .map-section .left-sec p {
	margin: 0 0 10px;
}

#page-container .map-section .button.region1 {
    background-color: #E6B197;
}

#page-container .map-section .button.region4 {
    background-color: #75C5D1;
}

#page-container .map-section .button.region6 {
    background-color: #B4EA54;
}

#page-container .map-section .button.region8 {
    background-color: #ACF2E5;
}

#page-container .map-section .button.region10 {
    background-color: #A6BDB0;
}

#page-container .map-section text {
    font-weight: 700;
}

p.wp-caption-text {
    font-size: 13px;
	text-align: center;
}

.sub-site .top-bar {
	display: none;
}

.sub-site .site-header, 
.sub-site .site-header {
	top: 0;
}

.border-image img {
	border: 1px solid var(--navy);
}

.single-podcast header.entry-header {
    margin: 0 0 20px;
}

#sow-editor-3 {
    position: relative;
	/*max-width: 205px;
	width: 205px;*/
}

a.other-lang-link {
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    text-align: center;
    display: block;
    left: 0;
    right: 0;
	text-decoration: underline;
	width: 200px;
}

.ice-bg a {
	color: var(--navy);
}

.site-header .widget_custom_html img {
	transition: filter 0.3s ease;
}

.site-header .widget_custom_html img:hover {
	filter: brightness(0) saturate(100%) invert(83%) sepia(23%) saturate(623%) hue-rotate(35deg) brightness(97%) contrast(96%);
}

.cky-notice .cky-title {
	display: none !important;
}

.different-heading-color h5 {
	color: var(--teal);
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1620px) and (max-width: 2500px) {

	.newslettter-section {
		min-height: 450px;
	}

}

@media only screen and (max-width: 1620px) {

	.accordions-with-image-outside .desktop-accordion-img::before {
		left: 5%;
	}

}

@media only screen and (max-width: 1520px) {
	
	.accordions-with-image-outside .desktop-accordion-img::before {
		background-size: 35%;
	}

}

@media only screen and (max-width: 1440px) {

	.accordions-with-image-outside .desktop-accordion-img::before {
		left: 0;
	}

}

@media only screen and (min-width: 1201px) and (max-width: 1350px) {

	.genesis-nav-menu .sub-menu a {
		font-size: 14px;
		padding: 2px 30px;
	}

}

@media only screen and (max-width: 1200px) {

	.wrap,
	.hero-section .wrap,
	#page-container .so-panels-full-wrapper,
	#page-container .panel-grid.panel-no-style,
	#page-container .panel-row-style:not([data-stretch-type]) {
		max-width: calc( 100% - 40px );
	}

	#page-container .so-panels-full-wrapper .so-panels-full-wrapper,
	#page-container .so-panels-full-wrapper .panel-grid.panel-no-style,
	#page-container .panel-row-style:not([data-stretch-type]) .panel-grid.panel-no-style,
	#page-container .so-panels-full-wrapper .panel-row-style:not([data-stretch-type]),
	#page-container .panel-row-style:not([data-stretch-type]) .panel-row-style,
	#page-container .panel-grid.panel-no-style .panel-grid.panel-no-style,
	#page-container .panel-grid.panel-no-style .panel-row-style:not([data-stretch-type]) {
		max-width: 100%;
	}

	.content {
		width: 580px;
	}
	
	.title-area {
    	padding: 25px 0 18px;
	}
	
	.title-area a {
		width: 300px;
		height: 40px;
		background-size: contain;
	}

	.sidebar {
		width: 320px;
	}

	h1 {
		font-size: 35px;
	}

	h2 {
		font-size: 30px;
	}

	.the-slider .panel-layout .panel-grid .panel-row-style h2 {
		font-size: 30px;
	}

	.the-slider .panel-layout .panel-grid .panel-row-style h4 {
		font-size: 20px;
	}

	.accordions-with-image-outside .desktop-accordion-img::before {
		background-size: 38%;
	}

	.newslettter-section h2 {
		font-size: 30px;
	}

	.large-text p {
		font-size: 18px;
	}

	.top-bar p {
		font-size: 14px;
	}

	.genesis-nav-menu a {
		font-size: 14px;
		padding: 10px 16px;
	}

	.site-header {
		top: 60px;
	}

	.nav-primary {
		top: 148px;
	}

	.site-footer, .site-footer a {
		font-size: 12px;
	}

	.faqs-inner,
	.color-bg-box {
		padding: 40px 30px;
	}

	.related-links {
		padding: 20px 30px 1px;
	}

	.hero-panel .left-sec img {
		min-height: 250px;
		object-fit: cover;
	}

	.hero-panel .right-sec {
		max-width: 610px;
	}

	.nav-primary + * {
		margin-top: 189px;
	}

	.newsletter-item .right-sec {
		width: 70%;
	}

	.related-links a {
		font-size: 14px;
	}

	#page-container .header-widget-area .button {
		min-width: 130px;
		padding: 15px 0;
		font-size: 11px;
	}

	#page-container #google_language_translator select.goog-te-combo {
		width: 160px;
		font-size: 13px;
        padding: 10px 10px !important;
        height: 43px !important;
	}

	.the-slider .panel-layout .panel-grid .panel-row-style p,
	.the-slider .panel-layout .panel-grid .panel-row-style h4 {
		padding: 0 60px;
	}
	
}

@media only screen and (max-width: 980px) {

	.site-header {
		position: relative;
		top: 0;
	}

	.content,
	.sidebar,
	.site-header .widget-area {
		float: none;
		width: 100%;
	}

	.genesis-nav-menu a {
		padding: 5px 0;
	}

	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		position: relative;
	}

	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 5px 0;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu .sub-menu,
	.site-header .sub-menu .sub-menu {
		margin: 0px;
	}

	.nav-header,
	.nav-primary {
		display: none;
		width: 100%;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
	}

	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		left: -9999px;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		z-index: 99;
	}

	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 100%;
	}
	
	.alignleft,
	.alignright {
		max-width: 300px;
	}

	.site-inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.sidebar {
		clear: both;
		padding-top: 60px;
	}

	.button + .button {
		margin-left: 0;
	}
	
	.content-align-right {
		text-align: inherit;
	}

	#page-container .gform_fields {
		grid-column-gap: 2%;
	}

	.hero-section,
	.home .hero-section {
		min-height: auto;
	}

	.accordions-with-image-outside {
		display: block;
	}

	.accordions-with-image-outside .so-widget-sow-accordion {
		width: 100%;
		padding: 0 0 30px;
	}

	.accordions-with-image-outside .desktop-accordion-img {
		display: none;
	}

    .sow-accordion-panel-open + .mobile-accordion-img {
        display: none;
	}

	.top-bar {
		position: relative;
	}

	.top-bar p br, 
	.news-panel p br {
		display: none;
	}

	.nav-primary + * {
		margin-top: 0;
	}

	.intro-section p {
		padding: 0;
	}

	.the-slider .panel-layout .panel-grid .panel-row-style,
	.newslettter-section {
		background-image: none !important;
	}

	.site-footer {
        text-align: center;
    }

	.site-footer img.so-widget-image {
		margin: 0 auto;
	}

	.footer-copy-text .right-sec p {
		text-align: center;
	}

	.accordions-with-image-outside .sow-accordion-panel-header-container {
		background: var(--powder);
		border-radius: 4px;
		padding: 0 15px;
		margin: 0 0 15px;
	}

	.accordions-with-image-outside .sow-accordion-panel .sow-accordion-panel-header {
		border-width: 0 !important;
	}
	
	.home .intro-section {
    	padding-top: 10px;
	}

	.site-inner ul li {
		margin-bottom: 0;
	}

	.the-slider .top-gap {
		padding-top: 0;
	}

	.the-slider .tns-controls {
		top: 20%;
	}

	#page-container .the-slider .panel-layout .panel-grid {
		position: relative;
	}

	#page-container .the-slider .panel-layout .panel-grid .panel-row-style a.button {
        position: absolute;
        bottom: 30px;
        left: 0;
        display: block;
        right: 0;
        width: 170px;
        margin: 0 auto;
    }

	.newslettter-section {
		padding: 0 !important;
	}

	.color-bg-box .panel-grid .panel-grid-cell:nth-of-type(2)::before {
		display: none;
	}

	.related-links {
		padding: 20px 30px;
	}

	.hero-panel .right-sec {
		max-width: 100%;
		padding: 0 30px 30px;
	}

	.hero-panel .left-sec img {
		height: 230px !important;
		object-fit: cover;
		object-position: top;
	}

	br {
		display: none;
	}

	.site-icon p {
		padding: 0 20px;
	}

	.newslettter-section {
		padding: 0 0 30px !important;
	}

	.genesis-nav-menu .menu-item-has-children > a {
		background: none;
	}

	.nav-primary {
        top: 0;
		background: var(--white);
    	position: relative;
		padding: 10px 0;
    }

	.genesis-nav-menu > .menu-item > a {
		color: var(--navy);
	}

	.site-header .widget-area {
		margin: 0;
		display: block;
	}

	.the-slider .panel-layout .panel-grid .panel-row-style p,
	.the-slider .panel-layout .panel-grid .panel-row-style h4 {
		padding: 0 10px;
	}

	.newslettter-section .so-panels-full-wrapper,
	.the-slider .so-panels-full-wrapper {
		max-width: 100% !important;
	}

	.newslettter-section .so-panels-full-wrapper .siteorigin-widget-tinymce.textwidget,
	.the-slider .so-panels-full-wrapper .siteorigin-widget-tinymce.textwidget {
		padding: 0 20px;
	}

	.social-icons {
		margin: 0 0 -20px;
	}

	/*.header-widget-area {
		display: none !important;
	}*/
	
	#custom_html-3 {
		display: none !important;
	}

	.mobile-header-right {
		display: block;
		padding: 10px 20px 0;
	}

	.font-resizer {
		display: block !important;
		position: relative;
		margin: 0;
    	width: auto;
	}

	.font-resizer button {
		display: inline-block;
	}

	img.text-size-dd,
	img.header-search-icon {
		display: none;
	}

	.header-search-form {
		display: block !important;
		position: relative;
		top: 0;
		left: 0;
	}

	#sow-editor-2 {
		text-align: left;
	}

	#custom_html-2 {
		position: absolute;
		right: 60px;
        top: auto;
        bottom: 27px;
	}

	#sow-editor-3 {
		position: absolute;
		top: auto;
        right: 160px;
        bottom: -10px;
		width: auto;
	}

	#custom_html-3 {
		margin: 30px 0 0 0;
	}

	.header-search-form {
        width: 100%;
    }

	#page-container #google_language_translator select.goog-te-combo {
		height: 50px !important;
	}

	.font-resizer button {
		display: inline-block;
		padding: 0 5px;
		color: var(--navy);
	}

	.latest-podcasts .recent-podcast {
        display: block;
		padding: 40px 0;
    }

	.latest-podcasts .podcast-entry-thumbnail, 
	.podcast-top-row .podcast-feed-info {
        flex: inherit;
        margin-right: 0;
        margin-bottom: 25px;
		min-height: 250px;
    }
	
	#page-container .map-section .button {
		margin: 0 auto 10px;
		display: block;
		width: 160px;
	}
	
	#page-container .map-section .left-sec p {
    	text-align: center;
	}
	
	.accordions-with-image-outside .sow-accordion-title {
		font-size: 18px;
	}
	
	.siteorigin-panels .site-inner {
    	padding: 0 0 40px;
	}
	
	html:not([lang="en-US"]) .site-header {
    	top: 0;
	}
	
	html:not([lang="en-US"]) .nav-primary {
    	top: 0;
	}
	
	.holidays td br {
		display: block;
	}
	
	.accordions-with-image-outside .sow-accordion-title img {
		display: none;
	}
	
	#sow-editor-2 {
        text-align: left;
        position: absolute;
        bottom: -30px;
        right: 0;
    }
	
	#page-container .header-widget-area .button {
        min-width: 165px;
        padding: 12px 0;
        font-size: 14px;
    }

}

@media only screen and (max-width: 780px) {

	.alignleft,
	.alignright {
		float: none;
		max-width: 100%;
		margin: 0 auto 24px;
		display: block;
	}

	.entry-content .entry-image {
		float: left;
		margin-right: 20px;
	}
	
	.table-wrapper {
		width: 100%;
		overflow-x: auto;
	}
	
}

@media only screen and (max-width: 500px) {

	.entry-content .entry-image {
		float: none;
		margin: 0 auto 20px;
	}

	.entry-image-link img {
		float: none;
		width: 100%;
		max-width: 100%;
	}

	.title-area a {
		background-size: contain;
		width: 290px;
		height: 40px;
	}

	h1 {
        font-size: 30px;
    }

	h2 {
        font-size: 28px;
    }

	.the-slider .panel-layout .panel-grid .panel-row-style h2 {
        font-size: 28px;
    }

	.the-slider .panel-layout .panel-grid .panel-row-style h5 {
		font-size: 19px;
	}

	.the-slider .panel-layout .panel-grid .panel-row-style p {
		font-size: 15px;
	}

	.the-slider .panel-layout .panel-grid .panel-row-style h4 {
        font-size: 19px;
    }

	.the-slider .tns-controls {
		width: 90%;
	}
	
	.the-slider .panel-layout .panel-grid .panel-row-style {
    	min-height: 415px;
	}

	.faqs-inner .sow-accordion-title {
		padding: 0 20px 0 0;
	}

	.faqs-inner .sow-accordion-panel-border {
		padding: 15px 0px 15px 0px;
	}

	.newsletter-item {
		display: block;
		text-align: center;
	}

	.newsletter-item .left-sec {
		width: 100%;
		margin: 0 auto 20px;
	}

	.newsletter-item .right-sec {
        width: 100%;
    }

	.newsletter-item .left-sec img {
		display: block;
		margin: 0 auto;
	}

	.vertical-tabs .sow-tabs {
		display: block !important;
	}

	.tab-btn a.button.lime {
		top: 0;
	}

	.tab-btn {
		margin: 20px auto 20px;
	}

	.testimonial-box {
		padding: 40px 20px 30px;
	}

	.all-team, .all-posts {
		display: block;
	}

	.team-member {
		width: 100%;
	}

	#fancybox-wrap {
        width: 400px !important;
		height: 500px !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto;
    }

	.post-item {
		width: 100%;
		margin: 0 0 30px;
	}

	.site-icon ul {
		padding: 0 0 0 20px;
	}

	.contact-form {
		padding: 75px 20px 10px;
	}

	/*.menu-toggle {
		top: 170px;
	}*/
	
	.site-header {
        padding: 0 0 180px;
    }
	
	.menu-toggle {
    	top: -230px;
	}
	
	#sow-editor-2 {
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 92%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
	
	#page-container .header-widget-area .button {
        min-width: 100%;
        padding: 15px 0;
        font-size: 14px;
        margin: 0 0 10px;
    }

	.tablepress-scroll-wrapper .siteorigin-widget-tinymce.textwidget {
		overflow-x: auto;
		overflow-y: hidden;
		scroll-behavior: smooth;
	}

	#page-container .nav-primary .button {
		min-width: 100%;
		margin: 0 auto 10px;
	}

	#sow-editor-3 {
		top: 88px;
		right: auto;
		max-width: 110px;
	}

	#custom_html-2 {
		bottom: 135px;
        right: 5px;
	}

	#custom_html-3 {
		margin: 2px 0 65px 0;
	}

	#page-container #google_language_translator select.goog-te-combo {
        width: 150%;
    }
	
	.map-section {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.hero-panel .left-sec img {
		min-height: 200px;
	}
	
	.nav-primary {
        position: absolute;
        z-index: 999;
        top: 210px;
    }
	
	.menu-toggle {
		right: 5%;
	}
	
	.the-slider .so-panels-full-wrapper .siteorigin-widget-tinymce.textwidget {
    	min-height: 265px;
	}
	
	#page-container .the-slider .panel-layout .panel-grid .panel-row-style a.button {
        position: relative;
		bottom: 0;
	}
	
}

@media only screen and (max-width: 375px) {

	#fancybox-wrap {
        width: 340px !important;
	}
	
	.nav-primary {
        top: 230px;
    }

}