/* adjust for header/footer */
.flex-wrapper{ display:flex; min-height:90vh; min-height: -webkit-calc(100vh - 4.25rem); min-height: -moz-calc(100vh - 4.25rem); min-height: calc(100vh - 4.25rem); flex-direction:column; justify-content:space-between; }
@media (min-width: 768px){
	.my-md-4:not(.no-navbar) {
		margin-top: -4.25rem!important;
	}
	.footer-margin{
		margin-bottom: -4.25rem!important;
	}
	.navbar {
		margin-top: 4.25rem!important;
	}
}
/* end adjustment */

@media (max-width: 1024px){
	[data-show-on=desktop]{ display:none; }
}

.site-header {
	position: relative;
}
article, aside, footer, header, nav, section {
	display: block;
}
header *, header :after, header :before {
	box-sizing: inherit;
}
header {
	--e-global-color-primary: #6EC1E4;
	--e-global-color-secondary: #54595F;
	--e-global-color-text: #7A7A7A;
	--e-global-color-accent: #61CE70;
	--e-global-typography-primary-font-family: "Roboto";
	--e-global-typography-primary-font-weight: 600;
	--e-global-typography-secondary-font-family: "Roboto Slab";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Roboto";
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Roboto";
	--e-global-typography-accent-font-weight: 500;
}
header {
	color: #686868;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-weight: 400;
	line-height: 1.618;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
header a {
	text-decoration: none;
}
.clear:after, .comment-content:after, .entry-content:after, .site-content:after, .site-footer:after, .site-header:after {
	clear: both;
}
.clear:after, .clear:before, .comment-content:after, .comment-content:before, .entry-content:after, .entry-content:before, .site-content:after, .site-content:before, .site-footer:after, .site-footer:before, .site-header:after, .site-header:before {
	content: "";
	display: table;
	table-layout: fixed;
}
.header--row .dark-mode {
	color: rgba(255,255,255,.99);
	background: rgba(0,0,0,.9);
}
.header-top .dark-mode {
	background: #235787;
}
.header--row.layout-full-contained .customify-container, .header--row.layout-fullwidth .customify-container {
	border: 0 none!important;
	box-shadow: none!important;
}
.header--row.layout-full-contained .customify-container {
	background: 0 0!important;
}
.site-header .customify-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
}
.customify-container, .layout-contained {
	max-width: 1248px;
	margin: 0 auto;
}
.customify-container {
	position: relative;
	padding-left: 2em;
	padding-right: 2em;
}
.header--row.header-top .customify-grid, .header--row.header-top .style-full-height .primary-menu-ul > li > a {
	min-height: 33px;
}
@media screen and (min-width: 1025px) {
.header--row .customify-grid {
	margin: 0 -.5em !important;
}
}
[class*=customify-grid-][class*="-middle"] {
	-webkit-box-align: center;
	align-items: center;
}
[class*=customify-grid-], [class*=customify-grid_], [class~=customify-grid] {
	box-sizing: border-box;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	margin: 0 -1em;
}
.row-v2 {
	display: -webkit-box!important;
	display: flex!important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.row-v2.no-center .col-v2.col-v2-left {
	-webkit-box-flex: 1;
	flex: auto;
}
.row-v2 .col-v2.col-v2-left {
	-webkit-box-pack: start;
	justify-content: flex-start;
	margin-right: auto;
	-webkit-box-flex: 1;
	flex: 1 1 0;
}
.row-v2 .col-v2 {
	display: -webkit-box;
	display: flex;
}
.row-v2.no-center .col-v2.col-v2-right {
	-webkit-box-flex: 1;
	flex: auto;
}
.row-v2 .col-v2.col-v2-right {
	margin-left: auto;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 1;
	flex: 1 1 0;
}
.row-v2 .item--inner {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	margin-left: .5em;
	margin-right: .5em;
}
.site-branding.logo-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
.site-branding {
	display: -webkit-box;
	display: flex;
	line-height: .9;
	vertical-align: middle;
}
.site-branding a {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: .4px;
	font-weight: 600;
}
.site-header .site-branding img {
	max-width: 165px;
}
.site-branding img {
	display: block;
	width: auto;
	line-height: 1;
}
.nav-menu-desktop .menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav-menu-desktop.style-plain .nav-menu>li {
	float: left;
}
.nav-menu-desktop .menu li {
	display: inline-block;
	position: relative;
}
.dark-mode .nav-menu-desktop.style-border-bottom .nav-menu>li.current-menu-ancestor>a, .dark-mode .nav-menu-desktop.style-border-bottom .nav-menu>li.current-menu-item>a, .dark-mode .nav-menu-desktop.style-border-top .nav-menu>li.current-menu-ancestor>a, .dark-mode .nav-menu-desktop.style-border-top .nav-menu>li.current-menu-item>a, .dark-mode .nav-menu-desktop.style-plain .nav-menu>li.current-menu-ancestor>a, .dark-mode .nav-menu-desktop.style-plain .nav-menu>li.current-menu-item>a {
	color: rgba(255,255,255,.99);
}
.nav-menu-desktop .menu li.current-menu-item>a {
	color: rgba(0,0,0,.9);
}
.nav-menu-desktop .menu>li>a {
	padding: 12px 13px 12px;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: .85em;
	line-height: 1;
}
.nav-menu-desktop .menu li a {
	display: inline-block;
	-webkit-transition: all .14s ease-out;
	transition: all .14s ease-out;
	-webkit-text-decoration-color: currentColor;
	text-decoration-color: currentColor;
}
.dark-mode .customify-builder-social-icons.color-custom li a, .dark-mode .item--html a, .dark-mode .menu-mobile-toggle, .dark-mode .nav-menu>li>a, .dark-mode .search-icon {
	color: rgba(255,255,255,.79);
}
.nav-menu-desktop .menu-item .link-before, .nav-menu-mobile .menu-item .link-before {
	position: relative;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
}
header {
	-webkit-transition: -webkit-transform .7s ease;
	transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
	transition: transform .7s ease,-webkit-transform .7s ease;
}
.nav-menu-desktop .sub-menu {
	width: 14em;
	background: #fff;
	box-shadow: 0 2px 4px -2px rgb(0 0 0 / 10%), 0 4px 15px 0 rgb(0 0 0 / 10%);
	text-align: left;
	border-radius: 2px;
}
.nav-menu-desktop .sub-lv-0, .nav-menu-desktop .sub-menu {
	position: absolute;
	left: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 99;
	opacity: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	display: block;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	top: 100%;
	margin: 0;
	padding: 0;
}
.header-search_icon-item {
	position: relative;
}
.item--search_icon {
	line-height: 0;
	cursor: pointer;
}
.search-icon {
	line-height: 0;
	display: inline-block;
	position: relative;
	box-shadow: none;
}
.search-icon svg {
	width: 18px;
	height: 18px;
}
svg:not(:root) {
	overflow: hidden;
}
.customify-builder-social-icons {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.customify-builder-social-icons li:first-child {
	margin-left: 0;
}
.customify-builder-social-icons li:last-child {
	margin-right: 0;
}
.customify-builder-social-icons li {
	list-style: none;
	display: inline-block;
	margin: 0 3px;
}
.customify-builder-social-icons.color-default a {
	color: #fff;
}
.customify-builder-social-icons [class*=social-icon-twitter] {
	background-color: #1da1f2;
}
.customify-builder-social-icons a {
	color: currentColor;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	padding: .4em;
	display: inline-block;
	line-height: 1;
	font-size: 13px;
}
.shape-circle {
	border-radius: 50%;
}
.customify-builder-social-icons a i {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}
.header-main {
	padding: 0;
}
.header-main .light-mode {
	box-shadow: 0 1px 2px 0 #e1e5ea;
	background: #fff;
}
.header--row .light-mode {
	color: rgba(0,0,0,.6);
	background: rgba(255,255,255,.9);
}
.header--row.layout-full-contained .customify-container, .header--row.layout-fullwidth .customify-container {
	border: 0 none!important;
	box-shadow: none!important;
}
.header--row.layout-full-contained .customify-container {
	background: 0 0!important;
}
.site-header .customify-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
}
.customify-container, .layout-contained {
	max-width: 1248px;
	margin: 0 auto;
}
.customify-container {
	position: relative;
	padding-left: 2em;
	padding-right: 2em;
}
.header--row.header-main .customify-grid, .header--row.header-main .style-full-height .primary-menu-ul > li > a {
	min-height: 90px;
}
.header-v2 .cb-row--mobile {
	padding-left: 1em;
	padding-right: 1em;
}
@media screen and (min-width: 1025px) {
.header--row .customify-grid {
	margin: 0 -.5em !important;
}
}
[class*=customify-grid-][class*="-middle"] {
	-webkit-box-align: center;
	align-items: center;
}
@media screen and (min-width: 1025px) {
	.customify-grid .hide-on-desktop, .hide-on-desktop {
	display: none !important;
	}
}
.cb-row--mobile {
	padding: 0 .5em 0;
}
[class*=customify-grid-], [class*=customify-grid_], [class~=customify-grid] {
	box-sizing: border-box;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	margin: 0 -1em;
}
.header-search_icon-item .header-search-modal-wrapper {
	position: absolute;
	top: 100%;
	left: -.9em;
	height: 0;
	overflow: hidden;
	display: block;
	margin-top: -1px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
}
.search-icon .ic-close {
	display: none;
}
.nav-menu-desktop .menu>li.menu-item-has-children>a .nav-icon-angle {
	margin-left: 4px;
	line-height: 0;
}

.nav-menu-desktop .nav-icon-angle {
	display: inline;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none!important;
}
.nav-menu-desktop .nav-icon-angle, .nav-menu-mobile .nav-icon-angle {
	display: inline-block;
	font-size: inherit;
	text-rendering: auto;
	text-decoration: none!important;
	position: relative;
	width: 6px;
	height: 6px;
	margin-top: 1px;
	border-left: 1px solid currentColor;
	border-top: 1px solid currentColor;
	-webkit-transform: rotate(-135deg) translateY(50%);
	-ms-transform: rotate(-135deg) translateY(50%);
	transform: rotate(-135deg) translateY(50%);
}
.nav-menu-desktop .menu-item.focus>.sub-lv-0, .nav-menu-desktop .menu-item.focus>.sub-menu, .nav-menu-desktop .menu-item:focus>.sub-lv-0, .nav-menu-desktop .menu-item:focus>.sub-menu, .nav-menu-desktop .menu-item:hover>.sub-lv-0, .nav-menu-desktop .menu-item:hover>.sub-menu {
	height: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	overflow: initial;
	visibility: visible;
	opacity: 1;
}
.nav-menu-desktop .menu li:last-child {
	margin-right: 0;
}
.nav-menu-desktop .sub-menu li {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.nav-menu-desktop .menu li {
	display: inline-block;
	position: relative;
}
.nav-menu-desktop .sub-menu li a {
	display: block;
	width: 100%;
	padding: 9px 15px;
	-webkit-transition: background .15s ease-out;
	transition: background .15s ease-out;
	color: rgba(0,0,0,.55);
	font-size: .9em;
	line-height: 1.5;
}

.nav-menu-desktop .menu li a {
	display: inline-block;
	-webkit-transition: all .14s ease-out;
	transition: all .14s ease-out;
	-webkit-text-decoration-color: currentColor;
	text-decoration-color: currentColor;
}
.nav-menu-desktop .sub-menu .link-before {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.nav-menu-desktop .menu-item .link-before, .nav-menu-mobile .menu-item .link-before {
	position: relative;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
}
.nav-menu-desktop .sub-menu li a:hover {
	background: rgba(0,0,0,.015);
	color: rgba(0,0,0,.8);
}
.nav-menu-desktop .menu-item.focus>.sub-lv-0, .nav-menu-desktop .menu-item.focus>.sub-menu, .nav-menu-desktop .menu-item:focus>.sub-lv-0, .nav-menu-desktop .menu-item:focus>.sub-menu, .nav-menu-desktop .menu-item:hover>.sub-lv-0, .nav-menu-desktop .menu-item:hover>.sub-menu {
	height: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	overflow: initial;
	visibility: visible;
	opacity: 1;
}
.nav-menu-desktop .sub-menu .sub-menu {
	top: 0;
	left: 100%;
}
.header-search_icon-item.active .header-search-modal-wrapper {
	height: auto;
	overflow: initial;
	z-index: 26;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.header-search-modal-wrapper {
	left: auto !important;
	right: -.9em;
}
.header-search_icon-item.active .search-icon .ic-search {
	display: none;
}
.header-search_icon-item.active .search-icon .ic-close {
	display: inline-block;
}
.search-icon .ic-close {
	display: none;
}
.search-icon .ic-search {
	display: inline-block;
}
.header-search_icon-item.active .header-search-modal-wrapper {
	height: auto;
	overflow: initial;
	z-index: 26;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.header-search_icon-item .header-search-modal-wrapper {
	position: absolute;
	top: 100%;
	left: -.9em;
	height: 0;
	overflow: hidden;
	display: block;
	margin-top: -1px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
}
.header-search-form {
	display: -webkit-box;
	display: flex;
	margin-bottom: 0;
	width: 100%;
	max-width: 100%;
}
.header-search-modal {
	border: 1px solid #eaecee;
	padding: 1.25em;
	background: #fff;
	width: 280px;
	position: relative;
	margin-top: 15px;
	box-shadow: 0 3px 30px rgb(25 30 35 / 10%);
}
.header-search_icon-item.search-left .header-search-modal::before {
	left: auto;
	right: 15px;
}
.header-search-modal::before {
	border-top: 1px solid #eaecee;
	border-left: 1px solid #eaecee;
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	top: -8px;
	left: auto;
	right: 15px;
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 27;
}
.header-search-modal label {
	flex-basis: 100%;
}
.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	position: absolute!important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal!important;
}
.header-search-modal label {
	flex-basis: 100%;
}
.header-search_icon-item .search-field {
	border-style: solid;
}
.header-search-form .search-field {
	display: block;
	width: 100%;
	border-radius: 2px;
	height: 2.4em;
	color: #282828;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 2px rgb(0 0 0 / 12%) inset;
	padding: 0 .75em;
	height: 2.6em;
	max-width: 100%;
	vertical-align: middle;
	border-radius: 1px;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-appearance: textfield;
	outline-offset: -2px;
	overflow: visible;
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
.header-search-form .search-field:focus-visible, .header-search-form .search-field:focus {
	outline: none;
}
.header-search-form button.search-submit {
	overflow: hidden;
	box-shadow: none;
	margin-left: -40px !important;
	background: 0 0;
	color: #6d6d6d;
	line-height: 0;
	padding: 0 .7em;
	min-height: auto;
	border: none;
	cursor: pointer;
	max-width: 100%;
	font-weight: bolder;
	text-transform: uppercase;
	-webkit-transition: border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s;
	transition: border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s;
	transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
	transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s;
	border-radius: 1px;
	display: inline-block;
	-webkit-appearance: button;
	font-family: sans-serif;
	font-size: 100%;
	margin: 0;
}
.header-search-form button.search-submit svg {
	width: 18px;
	height: 18px;
}
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }


.site-footer {
	position: relative;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;;
	font-weight: 400;
	line-height: 1.618;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.footer--row-inner.dark-mode {
	color: rgba(255,255,255,.99);
}
.footer-bottom .dark-mode {
	background: #1a1a1a;
}
.footer-bottom .footer--row-inner {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
[class*=customify-grid-][class*="-top"] {
	-webkit-box-align: start;
	align-items: flex-start;
}
.footer-bottom .builder-item:last-child, .footer-main .builder-item:last-child, .footer-top .builder-item:last-child {
	margin-bottom: 0;
}

[class*=customify-grid-]>[class*=customify-col-12], [class*=customify-grid_]>[class*=customify-col-12], [class~=customify-grid]>[class*=customify-col-12] {
	flex-basis: 100%;
	max-width: 100%;
}
[class*=customify-col-][class*="-first"] {
	-webkit-box-ordinal-group: 0;
	order: -1;
}
[class*=customify-col-] {
	-webkit-box-flex: 0;
	flex: none;
}
.site-footer .item--inner {
	width: 100%;
	max-width: 100%;
}

.builder-item .item--inner {
	display: inline-block;
	vertical-align: middle;
}
.footer-copyright {
	font-size: .875em;
}
.site-footer p:last-child {
	margin-bottom: 0;
}
p {
	margin: 0 0 1.41575em;
}