/*
Theme Name:			ESS Clinical
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.9
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 {
	--black: #000000;
	--white: #FFFFFF;
	--navy: #1C2B57;
	--darkBlue: #008ad0;
	--blue: #008ad0;
	/*--orange: #FBB047;*/
	--teal: #00bcc6;
	--lightGreen: #c3d869;
}

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

body {
	color: var(--navy);
	font-family: 'Avenir Next', sans-serif;
	font-family: 'AvenirNext LT Pro';
	font-size: 18px;
	font-weight: 500;
	line-height: 1.677;
}

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

::selection {
	background-color: var(--black);
	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(--darkBlue);
	text-decoration: underline;
	transition: all 0.3s ease;
}

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

.link-style {
	font-weight: 700;
	margin-top: 15px;
	display: inline-block;
	padding-right: 25px;
	position: relative;
	text-decoration: none;
}

.link-style:after {
	content: '';
	display: block;
	background: url(images/link-arrow.svg) no-repeat;
	width: 16px;
	height: 13px;
	position: absolute;
	top: 7px;
	right: 0;
}

.link-style:hover {
	text-decoration: underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}

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(--black);
}

blockquote {
	margin: 30px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--navy);
	font-family: 'Avenir Next', sans-serif;
	font-family: 'AvenirNext LT Pro';
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 50px;
}

h3 {
	color: var(--blue);
	font-size: 35px;
	font-weight: 500;
	font-family: 'Uberhand Pro', sans-serif;
	letter-spacing: -0.7px;
	line-height: 1.142;
	margin-bottom: 10px;
}

h4 {
	font-size: 34px;
}

h5 {
	color: var(--blue);
	font-size: 25px;
	font-weight: 500;
	font-family: 'Uberhand Pro', sans-serif;
}

h6 {
	font-size: 22px;
	line-height: 1.363;
}

.title-line h2:after {
	content: '';
	display: block;
	width: 182px;
	height: 7px;
	background: url(images/title-line.svg) no-repeat center;
	margin: 12px auto 30px;
}

.small-title h2 {
	font-size: 35px;
}

.title-line2 h2:after {
	content: '';
	display: block;
	width: 182px;
	height: 7px;
	background: url(images/title-line.svg) no-repeat center;
	margin: 20px auto 30px;
}

.small-line-height-title h1 {
	margin-bottom: 5px;
	line-height: 1.1;
}
.small-line-height-title h2 {
	line-height: 1.1;
}
.small-line-height-title h2 + h3 {
	margin-top: -9px;
}

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

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

img {
	height: auto;
	vertical-align: top;
	pointer-events: none;
}

.image-frame img {
	border-radius: 30px;
}

figure {
	margin: 0;
}

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

input, 
select, 
textarea, 
#page-container .gfield input, 
#page-container .gfield select,
#page-container .gfield textarea {
	background-color: #E8F5FE;
	border: 1px solid var(--gray);
	border-radius: 6px;
	color: var(--black);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.15;
	padding: 15px 20px;
	width: 100%;
}

#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(--black);
}

:-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: 50px;
	box-shadow: none;
	color: var(--white);
	cursor: pointer;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	padding: 16px 38px 14px;
	width: auto;
	display: inline-block;
	min-width: 185px;
	text-align: center;
	text-decoration: none;
}

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

#page-container .button.blue-btn {
	background-color: #008ad0;
}

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

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

#page-container .lightGreen-btn.non-active {
	background: transparent;
	-webkit-box-shadow: inset 0px 0px 0px 2px var(--lightGreen);
	-moz-box-shadow: inset 0px 0px 0px 2px var(--lightGreen);
	box-shadow: inset 0px 0px 0px 2px var(--lightGreen);
}

#page-container .orange-btn.non-active {
	background: transparent;
	-webkit-box-shadow: inset 0px 0px 0px 2px var(--teal);
	-moz-box-shadow: inset 0px 0px 0px 2px var(--teal);
	box-shadow: inset 0px 0px 0px 2px var(--teal);
}

#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"] {
	box-shadow: 0px 15px 15px 0px rgba(28, 43, 87, 0.20);
	text-decoration: none;
}

#page-container .circle-icon-orange,
#page-container .circle-icon-green {
	min-width: auto;
	padding: 14px 11px 8px 25px;
}
.circle-icon-orange:after {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(images/circle-teal.svg) no-repeat center;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: -4px;
}
.circle-icon-green:after {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(images/circle-green.svg) no-repeat center;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: -4px;
}
#page-container .circle-icon-orange:hover {
	background-color: var(--teal);
}
#page-container .circle-icon-green:hover {
	background-color: var(--lightGreen);
}
#page-container .lightGreen-btn.non-active:hover {
	background-color: var(--lightGreen);
}
#page-container .orange-btn.non-active:hover {
	background-color: var(--teal);
}

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

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

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

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

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

tbody {
	border-bottom: 1px solid var(--gray);
}

td,
th {
	border: 1px solid var(--blue);
	line-height: 1.45;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid var(--blue);
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* 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(--black);
	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: 2px solid var(--navy);
	outline-offset: 1px;
}

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

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

/*
GDPR
------------------------------------------------- */

body .cky-notice-group {
	justify-content: center;
	text-align: center;
}
body .cky-btn {
	font-weight: 600;
}
body .cky-btn,
body .cky-accordion-header .cky-always-active,
body .cky-always-active,
body .cky-btn-preferences,
body .cky-show-desc-btn {
	color: #fff !important;
	border-radius: 100px;
}

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

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

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
	position: relative;
	overflow: hidden;
}

.site-container:before {
	background-image: url(images/twitter-icon-hover.svg), url(images/global-icon-light.svg), url(images/right-icon-light.svg);
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

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


/* 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;
	text-align: right;
	margin: 0 0 24px 24px;
}

.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: #fff;
	box-shadow: 0px 10px 10px 0px rgba(28, 43, 87, 0.10);
	position: fixed;
	left: 0px;
	width: 100%;
	transition: all 0.3s ease 0s;
	z-index: 999;
}

.sticky .site-header {
	background-color: var(--white);
	filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
}

.site-header + * {
	margin-top: 104px;
}

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

.title-area {
	float: left;
	padding-top: 12px;
	width: auto;
}

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

/* Full width header, no widgets */

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

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
	padding-top: 27px;
}

.header-widget-area .widget {
	display: inline-block;
	vertical-align: top;
}

.header-widget-area .widget_sow-editor {
	margin-left: 68px;
}

#page-container .header-widget-area .button {
	padding: 14px 22px 13px;
	min-width: auto;
}

.nav-header .widget_sow-editor {
	display: none;
}

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

/* Mega Menu
--------------------------------------------- */

#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	vertical-align: top;
}
#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-weight: 600;
	height: auto;
	line-height: normal;
	border-bottom: 5px solid transparent;
	padding-bottom: 38px;
	padding-top: 14px;
}
#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus,
#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
	border-color: var(--blue);
}

#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	position: relative;
}

#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-indicator {
	color: var(--blue);
	vertical-align: top;
}

#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	display: inline-block;
}

#page-container #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary a:focus,
#page-container #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary li.mega-menu-item a.mega-menu-link:focus {
	outline-color: #000;
	outline-width: 1px;
	outline-offset: -1px;
}

#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu::before,
#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu::before {
	content: '';
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	box-shadow: 0px 30px 30px rgba(16, 34, 87, 0.2);
	display: block;
	border-radius: 20px;
}

#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child {
	margin-right: 0;
}

#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
	margin: 7px 0;
}

#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	display: block;
	line-height: 1.56;
}

#page-container #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	padding: 12px 10px 0 10px;
}

#page-container #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu .sub-menu-btn a {
	background: var(--blue);
	color: var(--white);
	border-radius: 50px;
	box-shadow: none;
	font-size: 17px;
	font-weight: 700;
	padding: 11px 14px;
	text-align: center;
	display: block;
}

#page-container #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu .sub-menu-btn.orange-btn a {
	background-color: var(--teal);
	color: var(--navy);
}

#page-container #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu .sub-menu-btn.green-btn a {
	background-color: var(--lightGreen);
	color: var(--navy);
}

#page-container #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu .sub-menu-btn a:hover {
	box-shadow: 0px 15px 15px 0px rgba(28, 43, 87, 0.20);
}

#mega-menu-wrap-primary #mega-menu-primary p:last-child {
	margin-bottom: 0;
}

#page-container #mega-menu-wrap-primary #mega-menu-primary .full-btn {
	min-width: 100%;
}

.genesis-nav-menu li {
	margin: 0 0 8px;
}
.genesis-nav-menu li:last-child {
	margin-bottom: 0;
}

.genesis-nav-menu li a {
	line-height: 1.56;
	color: #233874;
	text-decoration: none;
}

#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-current_page_item > a.mega-menu-link,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li.current-menu-item a:hover,
.genesis-nav-menu li a:focus {
	color: var(--blue);
}

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

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

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

.entry {
	margin-bottom: 40px;
}

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

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

.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 1px 0 0;
}

.pagination li a {
	background-color: var(--navy);
	border: none;
	border-radius: 37px;
	color: var(--white);
	cursor: pointer;
	font-weight: 400;
	padding: 4px 12px 2px;
	display: inline-block;
	text-decoration: none;
	min-width: 32px;
}

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

/*
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 {
	clear: both;
}

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

/*
get started row
--------------------------------------------- */

.cta-section {
	background-color: #0798F2;
	-webkit-mask-image: url(images/cta-mask.png);
	mask-image: url(images/cta-mask.png);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	margin-top: -66px;
	padding-top: 90px;
	padding-bottom: 40px;
	min-height: 463px;
	align-items: center;
	float: left;
	width: 100%;
	z-index: 12;
}
.cta-section:before {
	background: url(images/cta-bg.jpg) no-repeat center center;
	background-size: cover;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#page-container .get-started-row .panel-grid-cell {
	width: 100%;
	padding-right: 50px;
}
#page-container .get-started-row .panel-grid-cell:last-child {
	flex: 0 0 237px;
	padding-right: 0;
	padding-bottom: 10px;
}
.get-started-row  h2 {
	color: #fff;
}
.get-started-row h3 {
	color: var(--navy);
}
#page-container .get-started-row .button {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 0;
}
#page-container .get-started-row .button + .button {
	margin-top: 20px;
}

/*
footer grid section
--------------------------------------------- */

#page-container .footer-grid-section {
	padding-top: 55px;
}
.footer-grid-section li {
	margin-bottom: 5px;
}
.footer-grid-section a {
	color: var(--navy);
	font-weight: 700;
	text-decoration: none;
}
.footer-grid-section a:hover {
	color: var(--blue);
}

/*
social icons widget
--------------------------------------------- */

.social-icons a {
	color: var(--navy);
	line-height: 1;
	font-size: 32px;
	margin-right: 6px;
}
.social-icons .dashicons-icon::before {
	display: inline-block;
	vertical-align: middle;
}
.social-icons  .dashicons-twitter:before {
	content: '';
	background: url(images/twitter-icon.svg) no-repeat center;
	background-size: contain;
	width: 25px;
	height: 25px;
	display: inline-block;
	top: 2px;
	position: relative;
}
.social-icons  .dashicons-twitter:hover:before {
	background: url(images/twitter-icon-hover.svg) no-repeat center;
	background-size: contain;
}
.social-icons a:focus,
.social-icons a:hover {
	color: var(--blue);
	text-decoration: none;
}
.social-icons .dashicons-youtube:before {
	font-size: 120%;
	line-height: 1;
	position: relative;
	top: 5px;
}
.social-icons a + br {
	display: none;
}

/*
footer copyright section Styling
--------------------------------------------- */

.footer-copyright-section {
	font-size: 14px;
	padding: 20px 0;
}
.footer-copyright-section em {
	font-style: normal;
	margin: 0 5px;
}
.footer-copyright-section a {
	color: var(--navy);
	display: inline-block;
	text-decoration: none;
}
.footer-copyright-section a:hover {
	text-decoration: underline;
}
.footer-copyright-section .widget_gtranslate {
	text-align: right;
}
.footer-copyright-section .gtranslate_wrapper {
	display: inline-block;
}
.footer-copyright-section .gt_selector.notranslate {
	background: url(images/global-icon.svg) no-repeat 25px center, url(images/right-icon.svg) no-repeat calc(100% - 15px) center #E8F5FE;
	border-radius: 15px 15px 0px 0px;
	font-size: 17px;
	font-weight: 700;
	padding: 22px 20px 20px 75px;
	-webkit-appearance: initial;
	-moz-appearance: none;
}
.footer-copyright-section .gt_selector.notranslate::-ms-expand {
	display: none;
}
.footer-copyright-section .gt_selector.notranslate:hover {
	background-image: url(images/global-icon-light.svg), url(images/right-icon-light.svg);
	background-color: var(--blue);
	color: #fff;
}

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

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

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

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

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

.site-inner,
.entry-content>.panel-layout>.panel-no-style:last-child, 
.entry-content>.panel-layout>.panel-has-style:last-child>div {
	padding-bottom: 130px;
}

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

.top-gap {
	padding-top: 90px;
}
.top-gap-medium {
	padding-top: 60px;
}
.top-gap-small {
	padding-top: 30px;
}
.top-gap-tiny {
	padding-top: 20px;
}

.bottom-gap {
	padding-bottom: 90px;
}
.bottom-gap-large {
	padding-bottom: 150px;
}
.bottom-gap-medium {
	padding-bottom: 60px;
}
.bottom-gap-small {
	padding-bottom: 30px;
}
.bottom-gap-tiny {
	padding-bottom: 20px;
}

.left-gap {
	padding-left: 70px;
}
.small-left-gap {
	padding-left: 20px;
}

.image-side-gap img {
	padding: 0 60px;
}

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

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

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

/*
Home page hero section
------------------------------------------------- */

.hero-panel {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 395px;
}

.hero-panel.bg-hero {
	background: rgb(172 217 245 / 50%);
}

.hero-panel > .panel-grid-cell:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(172 217 245 / 50%);
}

.panel-before-none > .panel-grid-cell:before {
	display: none;
}

.hero-panel:after {
	content: '';
	display: block;
	width: 100%;
	height: 97px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background: url(images/curve-bottom.png) no-repeat center bottom;
	z-index: 9;
}

.hero-panel * {
	height: 100%;
}

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

.hero-panel > img, #page-container .hero-panel > .panel-grid-cell > .widget_sow-image .so-widget-image, #page-container .hero-panel .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%);
	opacity: 0.2;
	mix-blend-mode: multiply;
}

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

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

.hero-panel.curve-bottom2:after {
	background: url(images/curve-bottom2.png) no-repeat center bottom;
	height: 195px;
}
.hero-panel .extra-large-bottom-gap {
	padding-bottom: 260px;
}

.hero-panel .widget_sow-editor {
	position: relative;
	z-index: 12;
}

.home .hero-panel .widget_siteorigin-panels-builder .sow-image-container {
	max-height: 700px;
	overflow: hidden;
}

/*
hero round section
------------------------------------------------- */

.hero-round-section {
	position: relative;
}
.hero-round-section > .panel-grid-cell {
	display: flex;
	align-items: center;
	min-height: 514px;
	text-align: center;
	padding: 80px 0 100px;
}
.hero-round-section > .panel-grid-cell:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(172 217 245 / 50%);
}
.hero-round-section:after {
	content: '';
	display: block;
	width: 100%;
	height: 270px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background: url(images/curve-bottom-round.png) no-repeat center bottom;
	z-index: 9;
}
.hero-round-section * {
	height: 100%;
}

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

.hero-round-section > img, 
#page-container .hero-round-section > .panel-grid-cell > .widget_sow-image .so-widget-image, 
#page-container .hero-round-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%);
	opacity: 0.2;
	mix-blend-mode: multiply;
}

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

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

.hero-panel.hero-round-section {
	min-height: 514px;
	text-align: center;
}

/*
hero image section
------------------------------------------------- */

.hero-image-section {
	position: relative;
}
.overlay-bg-color {
	position: relative;
	overflow: hidden;
}
.overlay-bg-color:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(172 217 245 / 50%);
}
#page-container .hero-image-section .widget_sow-image {
	margin-bottom: 0;
} 
#page-container .hero-image-section > .panel-grid-cell > .widget_sow-image .so-widget-image {
	min-height: 300px;
	object-fit: cover;
} 
#page-container .overlay-bg-color img {
	opacity: 0.2;
	mix-blend-mode: multiply;
}
.hero-image-section video {
	width: 100%;
	object-fit: cover;
	opacity: 0.2;
	mix-blend-mode: multiply;
}
.hero-image-section .wrap,
.hero-image-section .widget_siteorigin-panels-builder {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	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%);
	z-index: 12;
}

/*
arrows
------------------------------------------------- */
/*
.arrow-bottom-left > div,
.arrow-bottom-left-orange > div,
.arrow-bottom-left3 > div,
.arrow-bottom-left4 > div,
.arrow-bottom-left-dark-blue > div,
.arrow-bottom-left-green > div,
.arrow-bottom-right-green > div,
.arrow-bottom-right-green2 > div,
.arrow-bottom-right > div,
.arrow-bottom-right2 > div,
.arrow-top-right > div,
.arrow-top-right2 > div,
.arrow-top-right3 > div,
.arrow-top-right4 > div,
.arrow-top-right5 > div,
.arrow-top-right-dark-blue > div,
.arrow-top-right-orange > div,
.arrow-top-right-orange2 > div,
.arrow-top-right-green2 > div,
.arrow-top-right-green3 > div,
.arrow-top-left > div,
.arrow-top-left2 > div,
.arrow-top-left-green > div,
.arrow-top-left-green2 > div*/
.arrow-bottom-left,
.arrow-bottom-left-orange,
.arrow-bottom-left3,
.arrow-bottom-left4,
.arrow-bottom-left-dark-blue,
.arrow-bottom-left-green,
.arrow-bottom-right-green,
.arrow-bottom-right-green2,
.arrow-bottom-right,
.arrow-bottom-right2,
.arrow-top-right,
.arrow-top-right2,
.arrow-top-right3,
.arrow-top-right4,
.arrow-top-right5,
.arrow-top-right-dark-blue,
.arrow-top-right-orange,
.arrow-top-right-orange2,
.arrow-top-right-orange3,
.arrow-top-right-green2,
.arrow-top-right-green3,
.arrow-top-left,
.arrow-top-left2,
.arrow-top-left-green,
.arrow-top-left-green2 {
	position: relative;
	z-index: 10;
}
.arrow-bottom-left > div:after {
	content: '';
	display: block;
	width: 540px;
	height: 265px;
	position: absolute;
	bottom: -90px;
	left: 0;
	background: url(images/arrow-bottom-left.svg) no-repeat left bottom;
	background-size: contain;
	z-index: 10;
}
.arrow-bottom-left-orange > div:after {
	content: '';
	display: block;
	width: 670px;
	height: 307px;
	position: absolute;
	bottom: -40px;
	left: 0;
	background: url(images/arrow-bottom-left2.svg) no-repeat left bottom;
	z-index: 10;
}
.arrow-bottom-left3 > div:after {
	content: '';
	display: block;
	width: 710px;
	height: 327px;
	position: absolute;
	bottom: -100px;
	left: 0;
	background: url(images/arrow-bottom-left3-flipped.png) no-repeat left bottom;
	z-index: 10;
}
.arrow-bottom-left4 > div:after {
	content: '';
	display: block;
	width: 810px;
	height: 340px;
	position: absolute;
	bottom: -70px;
	left: 0;
	background: url(images/arrow-bottom-left4.svg) no-repeat left bottom;
	z-index: 10;
}
.arrow-bottom-left-dark-blue > div:after {
	content: '';
	display: block;
	width: 506px;
	height: 308px;
	position: absolute;
	bottom: -65px;
	left: 0;
	background: url(images/arrow-bottom-left-dark-blue.svg) no-repeat left bottom;
	z-index: 10;
}
.arrow-top-left > div:before {
	content: '';
	display: block;
	width: 505px;
	height: 165px;
	position: absolute;
	top: -60px;
	left: 0;
	background: url(images/arrow-top-left.svg) no-repeat right bottom;
	z-index: 10;
}
.arrow-top-left2 > div:before {
	content: '';
	display: block;
	width: 408px;
	height: 330px;
	position: absolute;
	top: -260px;
	left: 0;
	background: url(images/arrow-top-left2.svg) no-repeat left bottom;
	z-index: 10;
}
.arrow-top-left-green > div:before {
	content: '';
	display: block;
	width: 505px;
	height: 165px;
	position: absolute;
	top: -60px;
	left: 0;
	background: url(images/arrow-top-left-green.svg) no-repeat left bottom;
	z-index: 10;
}
.arrow-top-left-green2 > div:before {
	content: '';
	display: block;
	width: 408px;
	height: 330px;
	position: absolute;
	top: -260px;
	left: -400px;
	background: url(images/arrow-top-left-green2.svg) no-repeat right bottom;
	z-index: 10;
}
.arrow-bottom-left-green > div:after {
	content: '';
	display: block;
	width: 670px;
	height: 307px;
	position: absolute;
	bottom: -53px;
	left: 0;
	background: url(images/arrow-bottom-left-green.svg) no-repeat left bottom;
	z-index: 10;
}
.arrow-bottom-right-green > div:after {
	content: '';
	display: block;
	width: 670px;
	height: 307px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(images/arrow-bottom-right-green.svg) no-repeat right bottom;
	z-index: 10;
}
.arrow-bottom-right-green2 > div:after {
	content: '';
	display: block;
	width: 440px;
	height: 294px;
	position: absolute;
	bottom: 72px;
	right: 0;
	background: url(images/arrow-bottom-right-green2.svg) no-repeat right bottom;
	z-index: 10;
}
.arrow-top-right-green2 > div:before {
	content: '';
	display: block;
	width: 440px;
	height: 294px;
	position: absolute;
	top: -192px;
	right: 0;
	background: url(images/arrow-bottom-right-green2.svg) no-repeat right top;
}
.arrow-top-right-green3 > div:before {
	content: '';
	display: block;
	width: 630px;
	height: 298px;
	position: absolute;
	top: -60px;
	right: 0;
	background: url(images/arrow-top-green3.svg) no-repeat right top;
}
body .arrow-top-overlap > div::before {
	top: -174px;
}
.arrow-bottom-right > div:after {
	content: '';
	display: block;
	width: 437px;
	height: 319px;
	position: absolute;
	bottom: -210px;
	right: 0;
	background: url(images/arrow-bottom-right.svg) no-repeat right top;
	z-index: 10;
}
.arrow-bottom-right2 > div:after {
	content: '';
	display: block;
	width: 360px;
	height: 266px;
	position: absolute;
	bottom: 70px;
	right: 0;
	background: url(images/arrow-bottom-right2.svg) no-repeat right top;
	z-index: 10;
}
.arrow-top-right > div:before {
	content: '';
	display: block;
	width: 437px;
	height: 319px;
	position: absolute;
	top: -180px;
	right: -2px;
	background: url(images/arrow-top-right.svg) no-repeat right top;
	z-index: 10;
}
.arrow-top-right2 > div:before {
	content: '';
	display: block;
	width: 410px;
	height: 288px;
	position: absolute;
	top: -135px;
	right: 0;
	background: url(images/arrow-top-right2.svg) no-repeat right top;
	z-index: 10;
}
.arrow-top-right3 > div:before {
	content: '';
	display: block;
	width: 630px;
	height: 298px;
	position: absolute;
	top: -50px;
	right: 0;
	background: url(images/arrow-top-right3.svg) no-repeat right top;
}
.arrow-top-right4 > div:before {
	content: '';
	display: block;
	width: 604px;
	height: 340px;
	position: absolute;
	top: -140px;
	right: 0;
	background: url(images/arrow-top-right4.svg) no-repeat right top;
}
.arrow-top-right5 > div:before {
	content: '';
	display: block;
	width: 420px;
	height: 220px;
	position: absolute;
	top: -84px;
	right: 0;
	background: url(images/arrow-top-right5.svg) no-repeat right top;
}
.arrow-top-right-dark-blue > div:after {
	content: '';
	display: block;
	width: 489px;
	height: 339px;
	position: absolute;
	top: -309px;
	right: 0;
	background: url(images/arrow-top-right-dark-blue.svg) no-repeat right top;
}
.arrow-top-right-orange > div:before {
	content: '';
	display: block;
	width: 384px;
	height: 316px;
	position: absolute;
	top: -135px;
	right: 0;
	background: url(images/arrow-top-right-teal.svg) no-repeat right top;
	z-index: 10;
}
.arrow-top-right-orange2 > div:before {
	content: '';
	display: block;
	width: 492px;
	height: 337px;
	position: absolute;
	top: -310px;
	right: 0;
	background: url(images/arrow-top-right-teal2.svg) no-repeat right top;
	z-index: 10;
}
.arrow-top-right-orange3 > div:before {
	content: '';
	display: block;
	width: 630px;
	height: 298px;
	position: absolute;
	top: -60px;
	right: 0;
	background: url(images/arrow-top-right-orange3.svg) no-repeat right top;
}

.arrow-behind-content > div::before,
.arrow-behind-content > div::after {
	z-index: -1;
}

.arrow-bottom-position.arrow-bottom-left-green > div:after {
	bottom: -153px;
}

.arrow-bottom-position.arrow-bottom-left-orange > div::after {
	bottom: -130px;
	left: -42px;
	transform: rotate(12deg);
}

/*
curves and shapes
------------------------------------------------- */

.top-shape-round {
	position: relative;
	z-index: 1;
}
.top-shape-round:before {
	content: '';
	display: block;
	width: 100%;
	height: 224px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/top-shape-round.png) no-repeat center top;
	z-index: -1;
}
.top-shape-curve {
	padding-top: 185px;
	position: relative;
}
.top-shape-curve:before {
	content: '';
	display: block;
	width: 100%;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/top-shape-curve.png) no-repeat center top;
}
.top-shape-curve2 {
	padding-top: 170px;
	position: relative;
}
.top-shape-curve2:before {
	content: '';
	display: block;
	width: 100%;
	height: 105px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/top-shape-curve2.png) no-repeat center top #fff;
}

.bottom-shape-round {
	padding-bottom: 170px;
	position: relative;
	z-index: 1;
}
.bottom-shape-round:after {
	content: '';
	display: block;
	width: 100%;
	height: 224px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(images/bottom-shape-round.png) no-repeat center bottom;
	z-index: -1;
}
.bottom-shape:after {
	content: '';
	display: block;
	width: 100%;
	height: 447px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(images/bottom-shape.png) no-repeat center bottom;
	border-bottom: 70px solid #fff;
	z-index: -1;
}
.bottom-shape.bottom-shape-large:after {
	height: 877px;
	border-bottom: 500px solid #fff;
}

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

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

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

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

.site-inner .list-style li {
	padding-left: 35px;
	position: relative;
	margin-bottom: 15px;
	min-height: 35px;
}

.site-inner .list-style li:before {
	content: '';
	background: url(images/list-style.svg) no-repeat center;
	width: 23px;
	height: 27px;
	background-size: contain;
	position: absolute;
	top: 1px;
	left: 0;
	border-radius: 50%;
}

.site-inner .list-style.list-icon-blue li:before {
	background: url(images/list-style-blue.svg) no-repeat center;
	background-size: contain;
}

#page-container .list-gap-medium li {
	margin-bottom: 15px
}

#page-container .list-gap-small li {
	margin-bottom: 6px;
}

#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;
}

#page-container .list-style.large-icons li {
	padding-left: 48px;
	padding-top: 4px;
}

#page-container .list-style.large-icons li:before {
	width: 36px;
	height: 35px;
	background-size: contain;
}

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

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

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

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

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

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

.small-widget {
	max-width: 530px;
}

.tiny-widget {
	max-width: 340px;
	margin: 0 auto;
}

.inner-wrap-medium > div {
	max-width: 895px;
	margin: 0 auto;
}

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

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

p:empty {
	display: none;
}

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

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

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

#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 {
	text-decoration: none;
}

#page-container .sharing-btns li a:hover {
	color: var(--navy);
	text-decoration: none;
}

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

#page-container .sharing-btns .dashicons-twitter:before {
	content: '';
	background: url(images/twitter-icon-hover.svg) no-repeat center;
	background-size: contain;
	width: 17px;
	height: 17px;
	display: inline-block;
	top: 2px;
	position: relative;
}
#page-container .sharing-btns .dashicons-twitter:hover:before {
	background: url(images/twitter-icon.svg) no-repeat center;
	background-size: contain;
}

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

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

#page-container .gfield .gfield_required_asterisk {
	color: #008ad0;
}

#page-container .gform_footer {
	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
------------------------------------------------- */

.blog-search #searchform {
	display: grid;
	grid-template-columns: 1fr 200px;
	background: #E8F5FE;
	border-radius: 70px;
}
.blog-search .inlineSearch {
	border-radius: 50px 0 0 50px;
	padding-left: 30px;
}
#page-container .blog-search input#searchsubmit {
	min-width: auto;
	/*border-radius: 0 50px 50px 0;*/
}

/*
all categories
------------------------------------------------- */

.all-categories {
	text-align: center;
	padding: 50px 0;
}
#page-container .all-categories .button.active {
	background-color: var(--blue);
}

#page-container .all-categories li {
	display: inline-block;
	padding: 2px 5px;
}
#page-container .all-categories li:before {
	display: none;
}
#page-container .all-categories li a {
	background-color: var(--navy);
	border: none;
	border-radius: 50px;
	box-shadow: none;
	color: var(--white);
	cursor: pointer;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	padding: 16px 38px 14px;
	width: auto;
	display: inline-block;
	min-width: 185px;
	text-align: center;
	text-decoration: none;
}
#page-container .all-categories .candidates-cat a {
	background-color: var(--teal);
	color: var(--navy);
}
#page-container .all-categories .employees-cat a {
	background-color: var(--blue);
}
#page-container .all-categories .districts-cat a {
	background-color: var(--lightGreen);
	color: var(--navy);
}

/*
custom posts structure
------------------------------------------------- */

.grid-posts-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: left;
	gap: 30px;
	row-gap: 50px;
}
.grid-posts-container article {
	flex: 0 0 calc(33.33% - 20px);
	background: #EEF7FD;
	border-radius: 20px;
	padding-bottom: 42px;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}
.post-featured-image {
	/*background: #000;*/
	position: relative;
	min-height: 40px;
}
.post-featured-image img {
	height: 175px;
	display: block;
	width: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
	opacity: 1;
}
.post-featured-image:hover img {
	opacity: 0.7;
}
.grid-posts-container .post-meta {
	font-size: 12px;
	position: absolute;
	top: 22px;
	left: 15px;
	right: 15px;
}
.post-meta a {
	background: var(--blue);
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 15px 3px;
	margin: 1px;
}
.post-meta .candidates {
	background: var(--teal);
	color: var(--navy);
}
.post-meta .employees {
	background: var(--blue);
}
.post-meta .districts {
	background: var(--lightGreen);
	color: var(--navy);
}
.post-meta .news {
	background: var(--navy);
}
.post-meta a:hover {
	background: var(--white);
	color: var(--navy);
}
.post-meta a:last-child span {
	display: none;
}
.grid-posts-container .post-short-content {
	padding: 20px;
}
.grid-posts-container h4 {
	font-size: 22px;
	line-height: 1.35;
}
.grid-posts-container .link-style {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.grid-posts-container .pagination {
	font-size: 14px;
	flex-basis: 100%;
	text-align: center;
	margin: 0;
}

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

/*
equal height widgets row
------------------------------------------------- */

#page-container .equal-height-widgets .panel-widget-style,
#page-container .equal-height-widgets .widget,
#page-container .equal-height-widgets .so-widget-custom_image_widget,
#page-container .equal-height-widgets .image-widget-container,
#page-container .equal-height-widgets .widget-inner-wrap,
#page-container .equal-height-widgets .so-widget-sow-editor {
	height: 100%;
}

/*
card boxes row
------------------------------------------------- */

/*.card-boxes-row .so-widget-sow-editor*/
#page-container .card-boxes-row .panel-grid-cell {
	background: #EEF7FD;
	border-radius: 30px;
	padding: 55px 61px;
	text-align: center;
}
.card-boxes-row p {
	margin-bottom: 20px;
}
.card-boxes-row p:last-child {
	margin-bottom: 0;
}

/*
horizontal card boxes row
------------------------------------------------- */

#page-container .horizontal-card-row .widget-inner-wrap,
.horizontal-card-widget .widget-inner-wrap {
	display: flex;
	position: relative;
	height: 100%;
	align-items: center;
	justify-content: center;
	width: 100%;
}
#page-container .horizontal-card-row .has-read-more .widget-inner-wrap {
	padding-bottom: 80px;
}
.horizontal-card-row .image-container,
.horizontal-card-widget .image-container {
	background: var(--blue);
	border: 5px solid #FFF;
	border-radius: 50%;
	filter: drop-shadow(0px 20px 20px rgba(6, 12, 31, 0.10));
	flex: 0 0 110px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}
.horizontal-card-row .image-container img,
.horizontal-card-widget .image-container img {
	max-height: 80%;
}
.horizontal-card-row h4 {
	margin-bottom: 0;
}
.horizontal-card-row .small-widget-title .widget-title {
	font-size: 21px;
}

#page-container .small-outside-wrap {
	margin: 0 -70px;
}

.horizontal-card-widget .widget-inner-wrap {
	justify-content: inherit;
}
.center-card .widget-inner-wrap {
	justify-content: center;
}
#page-container .horizontal-card-widget .image-container {
	background: var(--lightGreen);
	border-radius: 50%;
	border: 5px solid #FFF;
	filter: drop-shadow(0px 20px 20px rgba(6, 12, 31, 0.10));
	flex: 0 0 92px;
	width: 92px;
	height: 92px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.horizontal-card-row .livicon-evo,
.horizontal-card-widget .livicon-evo {
	width: 80% !important;
}

#page-container .small-icon .image-container {
	border-width: 4px;
	flex: 0 0 63px;
	height: 63px;
}

.horizontal-card-row .lievo-main line,
.horizontal-card-widget .lievo-main line {
	stroke: var(--white) !important;
}
.horizontal-card-row .lievo-main path,
.horizontal-card-widget .lievo-main path {
	fill: var(--navy) !important;
	stroke: var(--white) !important;
}
.horizontal-card-row .lievo-main .lievo-likestroke,
.horizontal-card-widget .lievo-main .lievo-likestroke {
	stroke: var(--white) !important;
}
.horizontal-card-row .lievo-main .lievo-likestroke,
.horizontal-card-row .lievo-main circle,
.horizontal-card-row .lievo-main polygon,
.horizontal-card-widget .lievo-main .lievo-likestroke,
.horizontal-card-widget .lievo-main circle,
.horizontal-card-widget .lievo-main polygon{
	fill: var(--navy);
}
.horizontal-card-row .lievo-main circle,
.horizontal-card-row .lievo-main polygon,
.horizontal-card-widget .lievo-main circle,
.horizontal-card-widget .lievo-main polygon {
	stroke: var(--white) !important;
}
.horizontal-card-row .lievo-main rect,
.horizontal-card-widget .lievo-main rect {
	stroke: var(--navy)!important;
}
.horizontal-card-row .lievo-main polyline,
.horizontal-card-widget .lievo-main polyline {
	fill: var(--navy);
	stroke: var(--white) !important;
}

.livicon-evo.livicon-evo-holder[data-options*="name:diagram.svg"] .lievo-main rect {
	fill: var(--navy)!important;
	stroke: var(--white)!important;
}
.livicon-evo.livicon-evo-holder[data-options*="name:diagram.svg"] .lievo-main path {
	fill: transparent !important;
}
.livicon-evo.livicon-evo-holder[data-options*="name:users.svg"] .lievo-main path:first-child {
	fill: transparent !important;
}
.livicon-evo.livicon-evo-holder[data-options*="name:shoppingcart.svg"] polyline:nth-child(2n) {
	fill: none;
}
.livicon-evo.livicon-evo-holder[data-options*="name:calendar.svg"] path.lievo-solidbg {
	fill: var(--white) !important;
}

/*
simple box widget
------------------------------------------------- */

body #page-container .simple-box-widget .image-container {
	background: none;
	border: none;
	filter: none;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	transform: none;
	width: 100%;
	height: auto;
}
body #page-container .simple-box-widget .image-container img {
	width: 100%;
	height: 213px;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
body #page-container .simple-box-widget .widget-inner-wrap {
	padding: 0;
	overflow: hidden;
	text-align: inherit;
}
body #page-container .simple-box-widget .image-description {
	padding: 30px;
}

#page-container .image-widget-info.aos-init.aos-animate {
	transform: inherit;
}

/*
logo slider container
------------------------------------------------- */

#page-container .logo-slider-container {
	display: flex;
}
#page-container .logo-slider-container li {
	width: 220px;
	margin-right: 30px;
	border-radius: 12px;
	display: block;
	padding:  25px 25px;
	margin-bottom: 0;
}
#page-container .logo-slider-container li:empty {
	padding: 0;
	border: none;
	margin-right: 0;
}
#page-container .logo-slider-container li:before {
	display: none;
}
#page-container .logo-slider-container .sow-image-container {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFF;
	border-radius: 10px;
	width: 100%;
	height: 128px;
}
#page-container .logo-slider-container .so-widget-sow-image {
	width: 100%;
	display: flex;
}
#page-container .logo-slider-container a {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}
#page-container .logo-slider-container .so-widget-image {
	max-width: 85%;
	max-height: 85%;
	height: auto;
	object-fit: contain;
}
.tns-outer {
	position: relative;
}
.tns-controls {
	position: absolute;
	left: -67px;
	right: -67px;
	top: 50%;
	margin-top: -16px;
}
.tns-controls button {
	background: url(images/left-arrow.svg) no-repeat center;
	border-radius: 0;
	border: none;
	width: 21px;
	height: 32px;
	font-size: 0;
	text-indent: -9999px;
	float: left;
}
.tns-controls button:last-child {
	background: url(images/right-arrow.svg) no-repeat center;
	float: right;
}
.tns-controls button:hover {
	opacity: 0.6;
}
.tns-controls.focus-visible button {
	outline: 1px solid var(--navy);
}
.tns-nav {
	padding-top: 20px;
}
.tns-nav button {
	border-radius: 50%;
	background: var(--navy);
	border: none;
	padding: 0;
	width: 11px;
	height: 11px;
	margin-right: 32px;
}
.tns-nav button.tns-nav-active {
	background: var(--teal);
}

#page-container .content-slider-container .widget {
	margin-bottom: 0;
}
/*.content-slider-row {
padding-right: 35px;
padding-left: 35px;
}
.content-slider-row .tns-controls {
left: -35px;
right: -35px;
}*/

/*
testimonial slider 
------------------------------------------------- */

#page-container .testimonials-row {
	background: #fff;
	border-radius: 30px;
	padding: 75px 40px 50px;
}
#page-container #genesis-content .testimonial-heading-widget {
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 42px;
	min-height: 172px;
}
.employees-slider-widget,
.districts-slider-widget {
	display: none;
}
#page-container .active-widget {
	display: block;
}
.testimonial-heading-widget h2 {
	margin-bottom: 40px;
}
.testimonial-info {
	padding-top: 30px;
}
.testimonial-info h6 {
	font-size: 18px;
}
#page-container .testimonial-heading-widget .button {
	min-width: 160px;
	padding-left: 25px;
	padding-right: 25px;
}

#page-container .testimonials-row.lightblue-box {
	background: #E8F5FE;
	padding: 40px 30px;
}

.testimonial-slider {
	/*padding: 0 35px;*/
}
.testimonial-slider .tns-controls {
	/*left: -35px;*/
	/*right: -35px;*/
}

/*
quote widget
------------------------------------------------- */

.quote-widget {
	max-width: 1030px;
	margin: 0 auto;
	text-align: center;
	padding: 0 110px;
	background: url(images/quote-start-icon.svg) no-repeat left 15px, url(images/quote-end-icon.svg) no-repeat right 15px;
}
.quote-widget > div {
	max-width: 725px;
	margin: 0 auto;
}
.quote-widget h6 {
	font-size: 18px;
	line-height: 1.777;
}

/*
recent posts
------------------------------------------------- */

.recent-posts {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 30px;
	row-gap: 60px;
	width: 100%;
}
.recent-item {
	background: #E8F5FE;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.recent-posts .post-inner-wrap:focus,
.recent-posts .post-inner-wrap:hover {
	text-decoration: none;
}
.recent-posts .post-thumb {
	flex: 0 0 283px;
	flex: 0 0 49.7%;
	max-height: 350px;
	overflow: hidden;
}
.recent-posts .post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.recent-posts .post-small-info {
	padding: 35px 35px 80px;
}
.recent-posts .link-style {
	color: var(--navy);
	position: absolute;
	bottom: 30px;
	left: 35px;
	margin-top: 0;
}

/*
hero section mask
------------------------------------------------- */

.hero-section-mask {
	background: rgb(172 217 245 / 50%);
	position: relative;
	z-index: 1;
}
.hero-section-mask:after {
	content: '';
	display: block;
	width: 100%;
	height: 410px;
	position: absolute;
	bottom: -3px;
	left: 0;
	background: url(images/hero-mask-bottom.png) no-repeat center bottom;
	z-index: -1;
}
.hero-section-mask .so-panels-full-wrapper {
	position: relative;
	z-index: 5;
}
.hero-section-mask .hero-text-col {
	width: 100%;
	max-width: 395px; 
	padding: 80px 15px 100px 0;
	float: right;
}
.hero-section-mask .hero-text-col.medium-col {
	max-width: 470px;
}
.hero-section-mask .hero-text-col.medium-col2 {
	max-width: 390px;
}

.hero-mask-row .mask-widget {
	/*opacity: 0;*/
	transition: opacity 0.3s ease;
	transition-delay: 1s;
}
.hero-mask-row .mask-widget.lazyloaded {
	opacity: 1;
}

#page-container .mask-widget {
	background-color: #CAE7F9;
	background-size: 0;
	background-position: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-mask-image: url(images/mask.png);
	mask-image: url(images/mask.png);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.mask-widget:before {
	content: '';
	display: block;
	background-color: #CAE7F9;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.mask-widget .bg-element {
	background-size: cover;
	background-position: center;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.3;
}
.mask-widget .so-widget-sow-image {
	padding-top: 30px;
	position: relative;
	z-index: 5;
}

.img-touch-corner > .so-widget-sow-image {
	opacity: 0;
}
.img-touch-corner > .so-widget-sow-image[style] {
	opacity: 1;
}

.image-shape-col {
	position: relative;
}
.image-mask {
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-mask-image: url(images/image-mask.png);
	mask-image: url(images/image-mask.png);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	position: absolute;
	top: 30px;
	left: 0;
	text-indent: -9999px;
}
#page-container .image-mask .sow-image-container {
	background-color: #CAE7F9;
}
#page-container .image-mask .so-widget-image {
	background-size: cover;
	background-position: center;
	mix-blend-mode: multiply;
	opacity: 0.3;
}
.image-shape-col .active-accordion-img {
	position: relative;
	z-index: 1;
	text-align: center;
}

#page-container .image-shape-col .widget {
	margin-bottom: 0;
}
#page-container .accordion-grid-row .sow-accordion-icon-image {
	position: absolute;
	opacity: 0;
}
.accordion-grid-row .image-shape-col .active-accordion-img {
	/*padding-top: 60px;*/
	/*height: 600px;*/
	overflow: hidden;
}

.hero-section-mask h1 em {
	font-style: normal;
	display: inline-block;
}

/*
light blue shape section
------------------------------------------------- */

.light-blue-shape-section {
	position: relative;
	z-index: 1;
}
.light-blue-shape-section:before {
	content: '';
	background: url(images/light-blue-shape.png) no-repeat center top;
	display: block;
	width: 100%;
	height: 1745px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

/*
light blue shape section
------------------------------------------------- */

#page-container .accordion-grid-row .sow-accordion-panel {
	background: #1C2B57;
	border-radius: 15px;
	margin-bottom: 15px;
}
#page-container .accordion-grid-row .sow-accordion-panel.sow-accordion-panel-open {
	background: var(--teal);
}
#page-container .accordion-grid-row .accordion-active-green .sow-accordion-panel.sow-accordion-panel-open {
	background: var(--lightGreen);
}
#page-container .accordion-grid-row .sow-accordion-panel-header {
	background: transparent;
	border-radius: 0;
	border-bottom: none;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
	flex-direction: row;
	padding: 23px 61px 22px 42px;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
#page-container .accordion-grid-row .sow-accordion-panel-header:hover {
	background-color: #e3e8ed;
}
#page-container .accordion-grid-row .sow-accordion-panel-border:focus {
	outline: 1px dotted #666;
}
#page-container .accordion-grid-row .sow-accordion-panel .sow-accordion-panel-header:hover, 
#page-container .accordion-grid-row .sow-accordion-panel-open .sow-accordion-panel-header {
	background: transparent;
	color: #1C2B57;
}
#page-container .accordion-grid-row .sow-accordion-panel .sow-accordion-panel-header:hover {
	color: var(--white);
}
#page-container .accordion-grid-row .sow-accordion-title {
	color: inherit;
	width: 100%;
	display: block;
}
#page-container .accordion-grid-row .sow-accordion-open-close-button {
	display: none;
}
#page-container .accordion-grid-row .sow-accordion-title:after {
	content: '';
	display: inline-block;
	width: 39px;
	height: 39px;
	background: url(images/close-icon.svg) no-repeat center #fff;
	border-radius: 50%;
	position: absolute;
	top: 19px;
	right: 15px;
}
#page-container .accordion-grid-row .sow-accordion-panel-open .sow-accordion-title:after {
	background: url(images/open-icon.svg) no-repeat center center #fff;
}
#page-container .accordion-grid-row .sow-accordion-panel-border {
	background: transparent;
	padding: 0 60px 30px 43px;
}

.accordion-grid-row .image-shape-col {
	min-height: 580px;
}

.mobile-accordion-img {
	display: none;
	position: relative;
}
.mobile-accordion-img img {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

/*
sow accordion styling
------------------------------------------------- */

#page-container .simple-accordions .sow-accordion-panel {
	margin-bottom: 25px;
}
#page-container .simple-accordions .sow-accordion-panel-header {
	background: transparent;
	border-radius: 0;
	border-bottom: 1px solid var(--navy);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	flex-direction: row;
	padding: 0 40px 24px 1px;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
#page-container .simple-accordions .sow-accordion-panel .sow-accordion-panel-header:hover,
#page-container .simple-accordions .sow-accordion-panel-open .sow-accordion-panel-header {
	background: transparent;
	color: var(--navy);
}
#page-container .simple-accordions .sow-accordion-title {
	color: var(--navy);
	width: 100%;
	display: block;
}
#page-container .simple-accordions .sow-accordion-open-close-button {
	display: none;
}
#page-container .simple-accordions .sow-accordion-title:after {
	content: '';
	display: inline-block;
	width: 33px;
	height: 33px;
	background: url(images/close-icon-light.svg) no-repeat 9px center var(--blue);
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	transition: all 0.3s ease;
}
#page-container .simple-accordions .sow-accordion-panel-open .sow-accordion-title:after {
	background: url(images/open-icon-light.svg) no-repeat 9px center var(--blue);
}
#page-container .simple-accordions .sow-accordion-panel-header:hover .sow-accordion-title:after {
	background-color: var(--navy);
}
#page-container .simple-accordions .sow-accordion-panel-border {
	background: transparent;
	padding: 25px 56px 5px 0;
}

/*
box accordion styling
------------------------------------------------- */

#page-container .box-accordions .sow-accordion-panel {
	background: transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
	margin-bottom: 0;
}
#page-container .box-accordions .sow-accordion-panel.sow-accordion-panel-open {
	border-color: var(--blue);
	background: #e8f5fe;
}
#page-container .box-accordions .sow-accordion-panel .sow-accordion-panel-header {
	border-bottom: none;
}
#page-container .box-accordions .sow-accordion-panel-header {
	background: transparent;
	border-radius: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
	flex-direction: row;
	padding: 22px 30px 20px 55px;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
#page-container .box-accordions .sow-accordion-panel .sow-accordion-panel-header:hover,
#page-container .box-accordions .sow-accordion-panel-open .sow-accordion-panel-header {
	background: transparent;
}
#page-container .box-accordions .sow-accordion-title {
	color: var(--navy);
	width: 100%;
	display: block;
}
#page-container .box-accordions .sow-accordion-open-close-button {
	display: none;
}
#page-container .box-accordions .sow-accordion-title:after, #page-container .simple-accordions .box-accordions .sow-accordion-title:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 20px;
	transition: all 0.3s ease;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-left: 15px solid var(--navy);
	border-bottom: 12px solid transparent;
	background: transparent;
	border-radius: 0;
}
#page-container .box-accordions .sow-accordion-panel-header:hover .sow-accordion-title:after {
	border-left-color: var(--blue);
	background: transparent;
}
#page-container .box-accordions .sow-accordion-panel-border {
	background: transparent;
	padding: 0 45px 35px 56px;
}

/*
box row 
------------------------------------------------- */

#page-container .box-row {
	border-radius: 30px;
	background: #FFF;
	padding: 60px 90px 80px;
}

#page-container .box-row.medium-box-gap {
	padding-right: 70px;
	padding-left: 70px;
}

.light-blue-box {
	background: #E8F5FE;
	border-radius: 30px;
	padding: 60px;
}

/*
number slider row
------------------------------------------------- */

#page-container #genesis-content .process-row {
	background: url(images/process-bg.png) no-repeat center;
	background-size: 100% 100%;
	min-height: 786px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#page-container #genesis-content .process-bg2 {
	background: url(images/process-bg2.png) no-repeat center;
	background-size: 100% 100%;
}

#page-container #genesis-content .number-slider-row {
	max-width: 945px;
	margin: 0 auto;
	padding: 0 65px;
	text-align: center;
}
.number-slider-row .tns-nav {
	max-width: 781px;
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	counter-reset: item;
	margin-bottom: 30px;
	padding-top: 0;
}
.number-slider-row .tns-nav:before {
	content: '';
	display: block;
	border-top: 4px solid var(--teal);
	width: 100%;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: -1;
}
.number-slider-row .tns-nav button {
	width: 64px;
	height: 64px;
	line-height: 64px;
	background: var(--white);
	border: 4px solid var(--teal);
	color: var(--navy);
	margin: 0;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	padding: 2px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.number-slider-row .tns-nav button::before {
	counter-increment: item;
	content: counter(item);
}
.number-slider-row .tns-nav button.tns-nav-active,
.number-slider-row .tns-nav button:focus, 
.number-slider-row .tns-nav button:hover {
	background: var(--blue);
	color: var(--white);
}
.number-slider-row .tns-controls {
	margin-top: 30px;
}
.number-slider-row .tns-controls button {
	background: url(images/left-arrow2.svg) no-repeat center;
	width: 57px;
	height: 48px;
}
.number-slider-row .tns-controls button:last-child {
	background: url(images/right-arrow2.svg) no-repeat center;
}

#page-container .number-slider-row .widget {
	margin-bottom: 0;
}
#page-container .number-slider-row .so-widget-sow-editor {
	max-width: 634px;
	margin: 0 auto;
}

#page-container .green-slide-nav .tns-nav:before {
	border-color: var(--lightGreen);
}
#page-container .green-slide-nav button {
	border-color: var(--lightGreen);
}

/*
history slider row
------------------------------------------------- */

#page-container #genesis-content .history-row {
	background: url(images/history-bg.png) no-repeat center;
	background-size: 100% 100%;
	min-height: 803px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -41px;
	padding-bottom: 100px;
}

#page-container #genesis-content .history-bg2 {
	background: url(images/history-bg2.png) no-repeat center;
	background-size: 100% 100%;
	padding-top: 20px;
}


#page-container #genesis-content .history-slider-row {
	max-width: 1012px;
	margin: 0 auto;
}
.history-slider-row > .panel-grid-cell:first-child {
	padding-top: 100px;
}
.history-slider-row > div > div > .tns-nav {
	max-width: 781px;
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	margin-bottom: 47px;
	padding-top: 0;
	margin-left: -375px;
}
.history-slider-row > div > div > .tns-nav:before {
	content: '';
	display: block;
	border-top: 4px solid var(--blue);
	width: 100%;
	position: absolute;
	top: 41px;
	left: 0;
	z-index: -1;
}
.history-slider-row > div > div > .tns-nav button {
	width: 87px;
	height: 87px;
	background: var(--white);
	border: 6px solid var(
		--blue);
	color: var(--navy);
	margin: 0;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	padding-top: 4px;
}
.history-slider-row > div > div > .tns-nav button.tns-nav-active,
.history-slider-row > div > div > .tns-nav button:hover {
	background: var(--navy);
	color: var(--white);
}
.history-slider-row .center-nav-btns .tns-nav {
	text-align: left;
	padding-top: 5px;
}
.history-slider-row .tns-controls button {
	background: url(images/left-arrow2.svg) no-repeat center;
	width: 57px;
	height: 48px;
}
.history-slider-row .tns-controls button:last-child {
	background: url(images/right-arrow2.svg) no-repeat center;
}
#page-container .history-slider-row .history-slider-container > .widget {
	margin-bottom: 0;
}
#page-container .history-slider-row .so-widget-image {
	border-radius: 20px;
}
.history-slider-row h2.widget-title {
	color: var(--blue);
	font-size: 35px;
	font-weight: 500;
	font-family: 'Uberhand Pro', sans-serif;
	letter-spacing: -0.7px;
	line-height: 1.142;
	margin-bottom: 15px;
}
.history-slider-container ul li {
	margin-bottom: 7px;
}

.history-slider-row .content-slider-row {
	padding-right: 0;
	padding-left: 0;
}
.history-slider-row .content-slider-row .tns-controls {
	display: none;
}


#page-container #genesis-content .history-row .medium-container {
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
}

body #page-container #genesis-content .vertically-content-center {
	padding-top: 0;
	padding-bottom: 0;
}

/*
card icon boxes row
------------------------------------------------- */

#page-container .card-icon-boxes-row .image-widget-container {
	padding-top: 65px;
}
#page-container .card-icon-boxes-row .widget-inner-wrap {
	border-radius: 20px;
	background: #E8F5FE;
	padding: 85px 26px 30px;
	text-align: center;
	position: relative;
}
#page-container .card-icon-boxes-row .no-image  .widget-inner-wrap {
	padding-top: 57px;
}
#page-container .card-icon-boxes-row .image-container {
	background: var(--teal);
	border-radius: 50%;
	border: 5px solid #FFF;
	filter: drop-shadow(0px 20px 20px rgba(6, 12, 31, 0.10));
	width: 124px;
	height: 124px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -66px;
	left: 50%;
	transform: translateX(-50%);
}
#page-container .card-icon-boxes-row .image-container img {
	max-height: 80%;
	max-width: 80%;
	height: auto;
}
#page-container .card-icon-boxes-row .image-widget-info {
	padding-bottom: 60px;
}
#page-container .card-icon-boxes-row .widget-title {
	color: var(--blue);
	font-size: 35px;
	font-weight: 400;
	font-family: 'Uberhand Pro', sans-serif;
	letter-spacing: -0.7px;
	margin-bottom: 15px;
}
.card-icon-boxes-row ul {
	text-align: left;
}
#page-container .card-icon-boxes-row ul li {
	margin-bottom: 5px;
}
#page-container .card-icon-boxes-row .list-style .no-image {
	padding-top: 0;
}
#page-container .card-icon-boxes-row .no-link .no-image .widget-inner-wrap {
	padding-top: 40px;
	padding-bottom: 40px;
}
#page-container .card-icon-boxes-row .no-link .image-widget-info {
	padding-bottom: 0;
}
#page-container .card-icon-boxes-row iframe {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
#page-container .card-icon-boxes-row .link-style {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 0;
	color: var(--navy);
	min-width: 130px;
	min-width: max-content;
}
#page-container .card-icon-boxes-row .link-style:hover {
	text-decoration: underline;
}

#page-container .card-light .widget-inner-wrap {
	background: #fff;
}

#page-container .icon-green .image-container {
	background: var(--lightGreen);
}

#page-container .icon-blue .image-container {
	background: var(--blue);
}

#page-container .icon-dark-blue .image-container {
	background: var(--navy);
}

#page-container .card-icon-boxes-row.card-icon-small .image-widget-container {
	padding-top: 40px;
}
#page-container .card-icon-boxes-row.card-icon-small .widget-inner-wrap {
	padding-top: 50px;
}
#page-container .card-icon-boxes-row.card-icon-small .image-container {
	width: 60px;
	height: 60px;
	top: -30px;
	border-width: 3px;
}
#page-container .card-icon-boxes-row.card-icon-small .lordicon  {
	width: 45px !important;
	height: 45px !important;
}
#page-container .card-icon-boxes-row.card-icon-small .image-container img {
	max-height: 50%;
	max-width: 50%;
}

/*
.card-icon-boxes-row .lievo-main line {
stroke: var(--white) !important;
}
.card-icon-boxes-row .lievo-main path {
fill: var(--navy) !important;
stroke: var(--white) !important;
}
.card-icon-boxes-row .lievo-main .lievo-likestroke {
stroke: var(--white) !important;
}
.card-icon-boxes-row .lievo-main .lievo-likestroke,
.card-icon-boxes-row .lievo-main circle,
.card-icon-boxes-row .lievo-main polygon{
fill: var(--navy);
}
.card-icon-boxes-row .lievo-main circle,
.card-icon-boxes-row .lievo-main polygon {
stroke: var(--white) !important;
}
.card-icon-boxes-row .lievo-main rect {
stroke: var(--navy)!important;
}
.card-icon-boxes-row .lievo-main polyline {
fill: var(--navy);
stroke: var(--white) !important;
}

#page-container .icon-green .lievo-main rect {
stroke: var(--white) !important;
fill: var(--navy);
}

#page-container #genesis-content .lievo-donotdraw {
stroke: transparent !important;
}
*/

.animate-svg path {
	opacity: 0;
}
.animate-svg path.animation {
	/*animation: fadeIn 0.01s ease-in-out 1;*/
	animation: fadein 1s;
	opacity: 1;
}

/*
content slider
------------------------------------------------- */

.center-nav-btns .tns-nav {
	text-align: center;
}
.center-nav-btns .tns-nav button {
	margin: 4px 15px;
}
.tns-green-btn .tns-nav button.tns-nav-active,
.districts-slider-widget .tns-nav button.tns-nav-active {
	background: var(--lightGreen);
}
.tns-blue-btn .tns-nav button.tns-nav-active {
	background: var(--blue);
}

/*
tab styling
------------------------------------------------- */

body #page-container .so-widget-sow-tabs .mobile-tab-title {
	display: none;
}
#page-container .so-widget-sow-tabs .sow-tabs-panel:not([style="display: none;"]),
#page-container .so-widget-sow-tabs .sow-tabs-panel-content {
	display: block !important;
}

/*
tabs style 1 
------------------------------------------------- */

#page-container .tab-style1 .widget-title {
	color: #f08b34;
	text-transform: uppercase;
	text-align: left;
	width: 420px;
	padding: 0 50px 0 0;
}
#page-container .tab-style1 .widget-title:after {
	display: none;
}
#page-container .tab-style1 .widget-title + .sow-tabs .sow-tabs-panel-container {
	background: #fff0;
	margin-top: -70px;
}
#page-container .tab-style1 .sow-tabs {
	display: flex;
}
#page-container .tab-style1 .sow-tabs-tab-container {
	background-color: #f3f4f400;
	padding: 0 40px 0 0;
	display: block;
	flex: 0 0 53%;
}
#page-container .tab-style1 .sow-tabs-tab {
	background: transparent;
	color: var(--navy);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.45;
	padding: 3px 0;
	margin: 0 0 10px;
	width: 100%;
	position: relative;
}
#page-container .tab-style1 .sow-tabs-tab-selected,
#page-container .tab-style1 .mobile-tab-title.show {
	font-weight: 700;
}
#page-container .tab-style1 .sow-tabs-tab:hover {
	opacity: 0.75;
}
#page-container .tab-style1 .sow-tabs-title {
	line-height: 1.444;
	display: block;
}
.tab-style1 .tab-icon {
	min-height: 70px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
#page-container .tab-style1 img.sow-tab-icon-image {
	width: auto;
	height: auto;
	max-height: 80px;
	display: block;
	margin: 0 auto;
	float: none;
}
#page-container .tab-style1 .sow-tabs-panel-container {
	background: transparent;
}
#page-container .tab-style1 .sow-tabs-panel {
	overflow: hidden;
	padding: 0;
}
#page-container .tab-style1 .sow-tabs-panel-content {
	font-size: 18px;
	line-height: 1.777;
}
#page-container .tab-style1 .right-left-gap  {
	padding: 0 42px;
}
#page-container .tab-style1 .green-box {
	background: var(--lightGreen);
	border-radius: 20px;
	padding: 30px 42px;
}

/*
tabs style 2 
------------------------------------------------- */

#page-container .tab-style2 .widget-title {
	color: #f08b34;
	text-transform: uppercase;
	text-align: left;
	width: 420px;
	padding: 0 50px 0 0;
}
#page-container .tab-style2 .widget-title:after {
	display: none;
}
#page-container .tab-style2 .widget-title + .sow-tabs .sow-tabs-panel-container {
	background: #fff0;
	margin-top: -70px;
}
#page-container .tab-style2 .sow-tabs {
	display: flex;
}
#page-container .tab-style2 .sow-tabs-tab-container {
	background-color: #f3f4f400;
	padding: 0 70px 0 0;
	display: block;
	width: 350px;
	flex: 0 0 450px;
}
#page-container .tab-style2 .sow-tabs-tab {
	background: #008ad0;
	border-radius: 70px;
	color: var(--white);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.45;
	padding: 19px 55px 17px 32px;
	margin: 0 0 15px;
	width: 100%;
	position: relative;
}
#page-container .tab-style2 .sow-tabs-tab-selected,
#page-container .tab-style2 .mobile-tab-title.show {
	background: var(--navy);
	color: var(--white);
	font-weight: 700;
}
#page-container .tab-style2 .sow-tabs-tab:hover {
	opacity: 0.75;
}
#page-container .tab-style2 .sow-tabs-title {
	line-height: 1.2;
	display: block;
}
#page-container .tab-style2 .sow-tabs-title:after {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	/*background: url(images/tab-arrow-right.svg) no-repeat center;*/
	background: url(images/tab-arrow-right-light.svg) no-repeat center;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
#page-container .tab-style2 .sow-tabs-tab-selected .sow-tabs-title:after,
#page-container .tab-style2 .show .sow-tabs-title:after {
	background: url(images/tab-arrow-right-light.svg) no-repeat center;
}
.tab-style2 .tab-icon {
	min-height: 70px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
#page-container .tab-style2 img.sow-tab-icon-image {
	width: auto;
	height: auto;
	max-height: 80px;
	display: block;
	margin: 0 auto;
	float: none;
}
#page-container .tab-style2 .sow-tabs-panel-container {
	background: transparent;
}
#page-container .tab-style2 .sow-tabs-panel {
	overflow: hidden;
	padding: 0;
}
#page-container .tab-style2 .sow-tabs-panel-content {
	font-size: 18px;
	line-height: 1.777;
	padding-top: 15px;
}
#page-container .tab-style2 .right-left-gap  {
	padding: 0 42px;
}
#page-container .tab-style2 .green-box {
	background: var(--lightGreen);
	border-radius: 20px;
	padding: 30px 42px;
}

.tab-style2-columns-row .panel-grid-cell:first-child {
	padding: 0 70px 0 0;
	flex: 0 0 450px;
}

/*
grid img text row
------------------------------------------------- */

.img-equal-col * {
	height: 100%;
}
#page-container .grid-img-text-row .img-equal-col .panel-widget-style {
	border-radius: 30px 0 0 30px;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}
#page-container .grid-img-text-row .img-equal-col .panel-widget-style.lazyloaded:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #CAE7F9;
	border-radius: 30px 0 0 30px;
	opacity: 0.7;
	mix-blend-mode: multiply;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
}
#page-container .grid-img-text-row .img-equal-col .sow-image-container {
	align-items: end;
}
#page-container .img-equal-col img.so-widget-image {
	margin-top: -90px;
}
.grid-img-text-row .content-col {
	padding: 40px;
}
.grid-img-text-row .panel-grid-cell:first-child .content-col {
	padding-left: 0;
}

.grid-img-text-box {
	border-radius: 30px;
}

.light-box-img-outsite {
	border-radius: 30px;
	background: #FFF;
	padding: 60px 50px 0;
}
.light-box-img-outsite.arrow-top-right5 > div:before {
	right: -202px;
	top: -100px;
}
.light-box-img-outsite .bottom-gap-curve {
	padding-bottom: 100px;
}
#page-container .light-box-img-outsite .sow-image-container {
	margin-top: -114px;
}

body #page-container .img-in-wrap .sow-image-container {
	margin-top: 0;
}

#page-container .bottom-gap-none {
	padding-bottom: 0;
}

.close-letter-space p {
	letter-spacing: -0.18px;
}

/*
tab style 3 
------------------------------------------------- */

#page-container .tab-style3 {
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
	padding: 0px 40px;
	min-height: 300px;
}
#page-container .tab-style3 .sow-tabs-tab-container {
	background-color: transparent;
	align-items: inherit;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 50px 0 54px;
	margin: 0;
}
#page-container .tab-style3 .sow-tabs-tab {
	background: transparent;
	border-bottom: 3px solid transparent;
	color: #000E4C;
	font-size: 30px;
	font-weight: 700;
	display: flex;
	align-items: center;
	padding: 0 0 9px;
	margin: 0 30px 0 0;
	text-align: center;
	position: relative;
	opacity: 0.5;
}
#page-container .tab-style3 .sow-tabs-tab:last-child {
	margin-right: 0;
}
#page-container .tab-style3 .sow-tabs-tab.sow-tabs-tab-selected {font-weight: 700;border-color: var(--navy);opacity: 1;}
#page-container .tab-style3 .sow-tabs-tab:focus,
#page-container .tab-style3 .sow-tabs-tab:hover {
	opacity: 0.7;
}
#page-container .tab-style3 .sow-tabs-title {
	line-height: 1.15;
	width: 100%;
	display: block;
}
#page-container .tab-style3 .sow-tabs-title img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	height: auto;
	margin-right: 15px;
	display: block;
	margin: 0 auto 15px;
}
#page-container .tab-style3 .sow-tabs-tab-selected .sow-tabs-title img {
	-webkit-filter: inherit;
	filter: inherit;
}
#page-container .tab-style3 .sow-tabs-panel-container {
	background: transparent;
	border-radius: 0;
	z-index: 1;
}
#page-container .tab-style3 .sow-tabs-panel {
	padding: 0;
}
#page-container .tab-style3 .sow-tabs-panel-content {
	font-size: 17px;
}
#page-container .tab-style3 h2 {
	color: #3fcdfa;
}
#page-container .tab-style3 .learn-more {
	color: #fff;
}

/*
tab style 4 
------------------------------------------------- */

#page-container .tab-style4 .parent-tabs {
	border-radius: 20px;
	overflow: hidden;
}
#page-container .tab-style4 .sow-tabs-tab-container {
	background: var(--blue);
	align-items: inherit;
	flex-wrap: nowrap;
	padding: 0;
	margin: 0;
}
#page-container .tab-style4 .sow-tabs-tab {
	background: var(--blue);
	color: var(--white);
	font-size: 24px;
	font-weight: 700;
	display: flex;
	align-items: center;
	padding: 28px 20px;
	margin: 0;
	text-align: center;
	position: relative;
	width: 100%;
}
#page-container .tab-style4 .sow-tabs-tab:last-child {
	margin-right: 0;
}
#page-container .tab-style4 .sow-tabs-tab.sow-tabs-tab-selected,
#page-container .so-widget-sow-tabs .mobile-tab-title.show {
	font-weight: 700;
	background-color: var(--navy);
	color: var(--white);
	opacity: 1;
}
#page-container .tab-style4 .sow-tabs-tab:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #1C2B57;
	position: absolute;
	bottom: -15px;
	left: 50%;
	z-index: 5;
	margin-left: -7px;
	opacity: 0;
}
#page-container .tab-style4 .sow-tabs-tab.sow-tabs-tab-selected:after {
	opacity: 1;
}
#page-container .tab-style4 .sow-tabs-title {
	line-height: 1.15;
	width: 100%;
	display: block;
}
#page-container .tab-style4 .sow-tabs-title img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	height: auto;
	margin-right: 15px;
	display: block;
	margin: 0 auto 15px;
}
#page-container .tab-style4 .sow-tabs-tab-selected .sow-tabs-title img {
	-webkit-filter: inherit;
	filter: inherit;
}
#page-container .tab-style4 .sow-tabs-panel-container {
	background: #E8F5FE;
	z-index: 1;
}
#page-container .tab-style4 .sow-tabs-panel {
	padding: 0;
}
#page-container .tab-style4 .sow-tabs-panel-content {
	font-size: 18px;
	padding: 75px 95px;
}
#page-container .tab-style4 .gfield input, 
#page-container .tab-style4 .gfield select, 
#page-container .tab-style4 .gfield textarea {
	background: #fff;
}

/*
Team
------------------------------------------------- */

.our-team-members {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	margin: 0 -15px;
	row-gap: 50px;
}
.our-team-members .our-member {
	flex: 0 0 calc(25% - 30px);
	margin: 0 15px;
}
.our-member {
	position: relative;
}
.our-member .member-wrap {
	color: var(--navy);
	display: block;
	border-radius: 20px;
	text-align: center;
	padding-bottom: 45px;
	position: relative;
	height: 100%;
	text-decoration: none;
}
.our-member .member-wrap:hover:after {
	background-color: var(--navy);
}
.our-member .member-wrap:focus,
.our-member .member-wrap:hover {
	text-decoration: none;
}
.our-member .fancybox-inline-popup:after {
	content: '';
	display: block;
	background: url(images/arrow-right-light.svg) no-repeat center var(--blue);
	border-radius: 50%;
	width: 32px;
	height: 32px;
	left: 50%;
	margin-left: -16px;
	position: absolute;
	bottom: 0;
}
.our-member .small-member-header {
	position: relative;
}
.our-member .member-img-wrap {
	background: #c9c9c9;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	height: 250px;
	display: flex;
}
.our-member .small-member-header img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
}
.our-member .short-member-info {
	padding-top: 20px;
	line-height: 1.444;
}
.our-member h6 {
	margin-bottom: 5px;
}
.our-member .specialization {
	display: block;
}

.our-member .member-wrap.no-popup {
	padding-bottom: 0;
}

/*
Team
------------------------------------------------- */

.our-member a.member-wrap:focus .small-member-header img,
.our-member a.member-wrap:hover .small-member-header img {
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}
#page-container .our-member a.member-wrap:focus .button,
#page-container .our-member a.member-wrap:hover .button {
	background-color: #fff50a;
	border-radius: 40px;
	color: #000;
}

/*
popup
------------------------------------------------- */

.fancybox-popup-content .popup-entry {
	width: calc(100% - 40px);
	max-width: 1074px;
	display: inline-block;
	max-height: calc(100% - 80px);
	border-radius: 20px;
}
.fancybox-popup-content .member-popup-inner-wrap {
	max-width: 870px;
	margin: 0 auto;
}
.member-popup-inner-wrap .popup-header-info {
	text-align: center;
	margin-bottom: 40px;
}
.popup-header-info h6 {
	margin-bottom: 7px;
}
.member-popup-inner-wrap .designation {
	/* font-weight: 500; */
}

/*
refer friend img overlay
------------------------------------------------- */

.refer-friend-img-overlay {
	margin-top: -250px;
	position: relative;
	z-index: 12;
}
#page-container .refer-friend-img-overlay img.so-widget-image {
	filter: drop-shadow(0px 30px 30px rgba(28, 43, 87, 0.20));
}

/*
steps card
------------------------------------------------- */

body #page-container .card-bottom-gap-none .widget-inner-wrap {
	padding-bottom: 25px;
}
body #page-container .steps-card .widget-title {
	font-size: 30px;
}
.steps-card .widget-title b {
	font-size: 24px;
	font-family: 'AvenirNext LT Pro';
	color: var(--navy);
}
.steps-card .image-description:after {
	content: '';
	display: block;
	width: 79px;
	height: 37px;
	background: url(images/step-arow-right.svg) no-repeat center;
	position: absolute;
	right: -30px;
	bottom: 37px;
	transition: all 1s ease 0.4s;
}
.steps-card .panel-grid-cell:nth-child(2) .image-description:after {
	transition: all 1s ease-in-out 0.3s;
}
.steps-card .panel-grid-cell:nth-child(3) .image-description:after {
	transition: all 1s ease-in-out 0.3s;
}
.steps-card .aos-animate .image-description:after {
	opacity: 1;
}
.steps-card .card-bottom-gap-none .image-description:after {
	display: none;
}

/*
site map list
------------------------------------------------- */

.wsp-container ul {
	columns: 3;
	column-gap: 30px; 
	width: 100%;
}
.wsp-container ul ul {
	display: block;
}
h2.wsp-pages-title {
	display: none;
}

/*
credentials
------------------------------------------------- */

.credentials {
	display: flex;
	min-height: 140px;
}
.select-credential {
	flex: 0 0 340px;
	padding-right: 30px;
}
.credential-posts {
	width: 100%;
}
.credential {
	display: none;
}
.credential:first-child {
	display: block;
}

/*
team map Desktop
------------------------------------------------- */

.team-map-inner {
	max-width: 970px;
	margin: 0 auto;
	position: relative;
}
.team-map-inner svg {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
.team-map-inner path {
	cursor: pointer;
}
.team-map-inner path:hover {
	opacity: 0.9;
}
.team-map-inner .active-state {
	fill: #3DAAE1;
}

.team-map.for-desktop .cat-members {
	max-width: 550px;
	clear: both;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	display: none;
}
.team-map.for-desktop .member-item:only-child {
	width: 270px;
}
.member-item {
	width: 49%;
	float: left;
	margin: 25px 0.5%;
}
.member-item .item-wrap {
	width: 100%;
}
.member-item .member-img-wrap {
	background: #E8F5FE;
	border-radius: 10px 10px 0 0;
	clear: both;
	float: left;
	width: 100%;
}
.member-item .member-img-wrap img {
	display: block;
	width: 127px;
	height: 127px;
	border-radius: 50%;
	border: 2px solid #fff;
	filter: drop-shadow(0px 20px 20px rgba(6, 12, 31, 0.10));
	object-fit: cover;
	margin: -66px auto 20px;
}
.member-item .member-info {
	background: #fff;
	border-radius: 0 0 10px 10px;
	clear: both;
	padding: 20px;
	line-height: 1.333;
}
.member-item h6 {
	font-size: 18px;
	margin-bottom: 10px;
}
.member-item .member-info span {
	display: block;
}
.member-item .designation {
	margin-bottom: 5px;
}
.member-info .more-info {
	text-align: center;
}

/*
team map accordion Desktop
------------------------------------------------- */

.for-mobile {
	display: none;
}
.member-item-accordion {
	margin-bottom: 15px;
}
.member-item-accordion:last-child {
	margin-bottom: 0;
}
.member-item-accordion .accordion-header {
	border-bottom: 1px solid #1C2B57;
	position: relative;
	padding-bottom: 10px;
}
.member-item-accordion .accordion-header h6 {
	font-size: 18px;
}
.member-item-accordion .accordion-header:after {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	background: url(images/open-member.svg) no-repeat center var(--blue);
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
}
.member-item-accordion.active .accordion-header:after {
	background: url(images/close-member.svg) no-repeat center var(--blue);
}
.map-team-accordions .accordion-content {
	padding-top: 15px;
	padding-bottom: 15px;
	display: none;
}
.member-accordion-item {
	margin-bottom: 35px;
}
.member-accordion-item:last-child {
	margin-bottom: 0;
}
.member-item-accordion .item-wrap {
	display: flex;
}
.member-item-accordion .member-img-wrap {
	flex: 0 0 85px;
	margin-right: 15px;
}
.member-item-accordion .member-img-wrap img {
	border-radius: 50%;
	border: 3px solid #fff;
	filter: drop-shadow(0px 20px 20px rgba(6, 12, 31, 0.10));
	width: 100%;
	height: 85px;
	object-fit: cover;
}
.member-item-accordion .member-info h6 {
	font-size: 18px;
	margin-bottom: 5px;
}
.member-item-accordion .member-info span {
	display: block;
}
.member-item-accordion .more-info {
	text-align: left;
}

#page-container .tab-style3 .sow-tabs-panel.states-mobile-tab {
	display: none !important;
}

/*
single team map 
------------------------------------------------- */

.member-thumb {
	max-width: 300px;
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
}
.member-entry-info span {
	display: block;
}
.member-entry-info .designation {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.363;
}

.siteorigin-panels .single-member-emtry {
	display: none;
}

/*
states map Desktop
------------------------------------------------- */

.states-map-inner {
	max-width: 970px;
	margin: 0 auto;
	position: relative;
}
.states-map-inner svg {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
.states-map-inner g {
	cursor: pointer;
}
.states-map-inner .active-state path {
	fill: #3DAAE1;
}

.state-item {
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(28, 43, 87, 0.20);
	border-radius: 20px;
	max-width: 550px;
	width: 100%;
	clear: both;
	padding: 25px 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 5;
	display: none;
}
.state-item .item-wrap {
	width: 100%;
}
.state-item .state-img-wrap {
	background: #E8F5FE;
	border-radius: 10px 10px 0 0;
	clear: both;
	float: left;
	width: 100%;
}
.state-item .state-img-wrap img {
	display: block;
	width: 127px;
	height: 127px;
	border-radius: 50%;
	border: 2px solid #fff;
	filter: drop-shadow(0px 20px 20px rgba(6, 12, 31, 0.10));
	object-fit: cover;
	margin: -66px auto 20px;
}
.state-item .state-info {
	clear: both;
	line-height: 1.333;
}
.state-item thead {
	background: none;
	border-bottom: 1px solid var(--navy);
}
.state-item tr,
.state-item th,
.state-item td {
	border: none;
	padding:  0;
	word-break: break-word;
}
.state-item th {
	color: var(--navy);
	font-weight: 700;
	padding: 5px 0;
}
.state-item td {
	padding: 5px 20px 5px 0;
}
.state-item td:last-child {
	width: 36%;
	padding-right: 0;
}
.state-item tbody tr:first-child td {
	padding-top: 12px;
}

/*
states map accordion Desktop
------------------------------------------------- */

.state-item-accordion {
	margin-bottom: 15px;
}
.state-item-accordion .accordion-header {
	border-bottom: 1px solid #1C2B57;
	position: relative;
	padding-bottom: 10px;
}
.state-item-accordion .accordion-header h6 {
	font-size: 15px;
}
.parent-accordion > .accordion-header > h6 {
	font-size: 18px;
}
.state-item-accordion .accordion-header:after {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	background: url(images/open-member.svg) no-repeat center var(--blue);
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
}
.state-item-accordion.active > .accordion-header:after {
	background: url(images/close-member.svg) no-repeat center var(--blue);
}
.map-states-accordions .accordion-content {
	padding-top: 15px;
	padding-bottom: 15px;
	display: none;
}
.state-item-accordion .state-info {
	font-size: 13px;
}
.state-item-accordion thead {
	background: none;
}
.state-item-accordion tr,
.state-item-accordion th,
.state-item-accordion td {
	border: none;
	padding:  0;
	word-break: break-word;
}
.state-item-accordion th {
	color: var(--navy);
	font-weight: 700;
	padding: 5px 0;
}
.state-item-accordion td {
	padding: 5px 12px 5px 0;
}
.state-item-accordion td:last-child {
	width: 36%;
	padding-right: 0;
}

#page-container .simple-accordions.large-accordion-title .sow-accordion-panel-header {
	font-size: 25px;
}
#page-container .simple-accordions.large-accordion-title .box-accordions .sow-accordion-panel-header {
	font-size: 20px;
}
#page-container .card-boxes-row.small-boxes .panel-grid-cell {
	padding: 35px 25px;
}

#page-container .grid-logos .sow-image-container a {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
#page-container .grid-logos img.so-widget-image {
	max-width: 92%;
	max-height: 175px;
	width: auto;
}
.grid-logos .so-widget-sow-image .widget-title {
	font-size: 22px;
	text-align: center;
	margin-top: 7px;
}

#page-container .logo-grid-row img.so-widget-image {
	max-width: 250px;
	max-height: 120px;
	width: auto;
}

div > .rll-youtube-player {
	margin-bottom: 30px;
}


#page-container .company-awards-row > div {
	padding-top: 0;
}
#page-container .company-awards-row .tns-nav {
	text-align: center;
	padding-left: 15px;
}

#gform_wrapper_1 p {
	margin-bottom: 0;
}


.error404 .hero-panel h1.entry-title {
	text-align: center;
}
.error-404-entry {
	text-align: center;
}
.error-404-entry .entry-content {
	margin-bottom: 30px;
}

.wp-block-image .aligncenter {
	margin-bottom: 25px;
}

.single .entry-footer {
	padding-top: 30px;
}


/*
job search bar
------------------------------------------------- */

.job-search-bar {
	position: relative;
	height: auto;
}
#job-search-input {
	background: url(images/location-marker.svg) no-repeat 15px center var(--white);
	background-size: 22px;
	border: 2px solid var(--navy);
	color: var(--navy);
	padding: 16px 50px 14px 45px;
	font-weight: 600;
}
#clear-search {
	cursor: pointer;
	color: #69758b82;
	font-weight: 700;
	position: absolute;
	top: 14px;
	right: 15px;
	height: auto;
	display: none;
}

.job-search-btns {
	padding-top: 40px;
}



/*
job search bar results
------------------------------------------------- */

#job-results {
	background: var(--white);
	border-radius: 6px;
	border: 2px solid var(--navy);
	padding-top: 5px;
	text-align: left;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: auto;
	max-height: 392px;
	overflow-y: auto;
	z-index: 999;
	display: none;
	line-height: 1.5;
}
.result-item {
	border-bottom: 1px solid #b1b1b1;
	padding: 10px 20px;
	cursor: pointer;
	height: auto;
}
.result-item:hover {
	background-color: #f0f0f0;
}


/*
spanish language
------------------------------------------------- */

html[lang="es"] .header-widget-area .widget_sow-editor {
	margin-left: 5px;
}
html[lang="es"] #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	margin-right: 10px;
}

html[lang="es"] #page-container .tab-style2 .sow-tabs-tab {
	text-transform: capitalize;
}

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

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

	#page-container .grid-img-text-box .outside-top .sow-image-container {
		max-width: 90%;
		margin-right: auto;
		margin-left: auto;
	}

}

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

	.hero-panel:after,
	.hero-panel.curve-bottom2:after,
	.top-shape-round:before,
	.bottom-shape-round:after,
	.bottom-shape:after,
	.hero-section-mask:after,
	.top-shape-curve:before,
	.top-shape-curve2:before,
	.hero-round-section:after,
	.light-blue-shape-section:before {
		background-size: 100% 100%;
	}
	/*
	.large-widget-title .widget-title {
	font-size: 50px;
	line-height: 1;
}
	*/

}

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

	.wrap, 
	#page-container .so-panels-full-wrapper, 
	#page-container .panel-grid.panel-no-style, 
	#page-container .panel-row-style:not([data-stretch-type]), 
	.hero-panel .wrap {
		max-width: 1000px;
	}
	body {
		font-size: 17px;
	}
	h1 {
		font-size: 42px;
	}
	h2 {
		font-size: 36px;
	}
	h3 {
		font-size: 32px;
	}
	.header-widget-area .widget_sow-editor {
		margin-left: 7px;
	}
	#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-indicator {
		margin-left: 0;
	}
	#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		margin-right: 10px;
	}
	#page-container .header-widget-area .button {
		font-size: 15px;
		padding: 13px 22px 11px;
	}
	html[lang="es"] #page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		font-size: 15px;
	}
	.button + .button {
		margin-left: 5px;
	}
	.hero-round-section > .panel-grid-cell,
	.hero-panel.hero-round-section {
		min-height: 450px;
	}
	.hero-section-mask .hero-text-col {
		max-width: 340px;
	}
	.hero-section-mask .hero-text-col.medium-col {
		max-width: 400px;
	}
	.hero-section-mask .hero-text-col.medium-col2 {
		max-width: 400px;
	}
	#page-container .accordion-grid-row .sow-accordion-panel-header {
		font-size: 21px;
	}
	.home .hero-panel .widget_siteorigin-panels-builder .sow-image-container {
		max-height: 530px;
	}
	.hero-img-col img.so-widget-image {
		max-height: 520px;
		height: auto;
		width: auto;
	}
	.arrow-bottom-left > div:after {
		width: 360px;
		height: 181px;
		bottom: -90px;
	}
	.arrow-bottom-left3 > div:after {
		width: 535px;
		height: 235px;
		bottom: -45px;
		background-size: contain;
	}
	.arrow-top-right4 > div:before {
		width: 450px;
		height: 255px;
		background-size: contain;
		top: -100px;
		right: 0;
	}
	.arrow-bottom-left4 > div:after {
		width: 555px;
		height: 234px;
		background-size: contain;
		bottom: -100px;
		left: -40px;
	}
	.arrow-bottom-left-orange > div:after {
		height: 210px;
		bottom: -20px;
		background-size: contain;
	}
	.arrow-top-right-orange > div:before {
		width: 300px;
		height: 250px;
		background-size: contain;
		background-position: top right;
	}
	.arrow-top-right-orange2 > div:before {
		width: 300px;
		height: 205px;
		background-size: contain;
		background-position: top right;
		top: -150px;
	}
	.arrow-bottom-left-green > div:after {
		width: 450px;
		height: 210px;
		bottom: -40px;
		background-size: contain;
	}
	#page-container #genesis-content .history-row {
		margin: 0 -114px;
	}
	#page-container .tab-style3 .sow-tabs-tab {
		font-size: 25px;
	}
	#page-container .card-icon-boxes-row .widget-title {
		font-size: 30px;
	}
	.content {
		width: 750px;
	}
	.sidebar {
		width: 230px;
	}
	.arrow-top-left > div:before, 
	.arrow-top-left-green > div:before {
		background-size: contain;
		width: 245px;
		height: 81px;
	}
	.image-side-gap img {
		padding: 0 30px;
	}
	.hero-section-mask:after {
		height: 350px;
		background-position: center top;
	}

}

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

	.hero-section-mask .hero-text-col {
		max-width: 365px;
	}
	.hero-section-mask .hero-text-col.medium-col {
		max-width: 415px;
	}
	.arrow-bottom-left-green > div:after {
		height: 210px;
		bottom: -19px;
		background-size: contain;
	}
	.arrow-bottom-left-dark-blue > div:after {
		width: 362px;
		height: 223px;
		background-size: contain;
		bottom: -15px;
	}
	.arrow-bottom-left-orange > div:after {
		height: 250px;
		bottom: -40px;
		background-size: contain;
	}
	.arrow-bottom-left3 > div:after {
		width: 455px;
		height: 200px;
		bottom: -20px;
		background-size: contain;
	}
	.arrow-bottom-left4 > div:after {
		width: 485px;
		height: 205px;
		background-size: contain;
		bottom: -80px;
	}
	.arrow-top-right > div:before {
		width: 280px;
		height: 205px;
		background-size: contain;
		background-position: top right;
		top: -135px;
	}
	.arrow-top-right2 > div:before {
		width: 250px;
		height: 175px;
		background-size: contain;
		background-position: top right;
		top: -105px;
	}
	.arrow-top-right3 > div:before {
		width: 333px;
		height: 155px;
		background-size: contain;
		background-position: top right;
	}
	.arrow-top-right-green3 > div:before,
	.arrow-top-right-orange3 > div:before {
		width: 333px;
		height: 155px;
		background-size: contain;
		background-position: top right;
	}
	.arrow-top-right4 > div:before {
		width: 333px;
		height: 195px;
		background-size: contain;
		top: -140px;
	}
	.light-box-img-outsite.arrow-top-right5 > div:before {
		right: -120px;
	}
	.arrow-top-right5 > div:before {
		width: 333px;
		height: 195px;
		background-size: contain;
	}
	.arrow-bottom-position.arrow-bottom-left-green > div:after {
		bottom: -93px;
	}

}


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

	.arrow-bottom-left > div:after {
		height: 120px;
		bottom: -70px;
	}
	.arrow-bottom-left-dark-blue > div:after {
		width: 363px;
		height: 220px;
		background-size: contain;
		bottom: -45px;
	}
	.arrow-bottom-left-orange > div:after {
		height: 150px;
		bottom: 0;
	}
	.arrow-bottom-left3 > div:after {
		height: 120px;
		bottom: 8px;
		width: 260px;
	}
	.arrow-bottom-left4 > div:after {
		height: 160px;
		bottom: -52px;
		width: 390px;
	}
	.arrow-bottom-right > div:after {
		height: 190px;
		width: 250px;
		bottom: -140px;
		background-size: contain;
	}
	.arrow-bottom-right2 > div:after {
		height: 140px;
		width: 190px;
		background-size: contain;
	}
	.tns-controls {
		position: absolute;
		left: -10px;
	}
	.arrow-top-right > div:before {
		width: 185px;
		height: 130px;
		top: -90px;
	}
	.arrow-top-right2 > div:before {
		width: 185px;
		height: 130px;
		top: -90px;
	}
	.arrow-top-right-orange > div:before {
		width: 185px;
		height: 130px;
		top: -90px;
	}
	.arrow-top-right-orange2 > div:before {
		width: 185px;
		height: 130px;
		top: -150px;
		background-size: contain;
	}
	.arrow-bottom-right-green > div:after {
		width: 255px;
		height: 130px;
		background-size: contain;
	}
	.arrow-bottom-right-green2 > div:after {
		width: 255px;
		height: 130px;
		background-size: contain;
	}
	.arrow-bottom-left-green > div:after {
		height: 130px;
		bottom: -30px;
	}
	.arrow-top-right-green2 > div:before {
		width: 255px;
		height: 130px;
		top: -89px;
		background-size: contain;
	}
	.arrow-top-left2 > div:before,
	.arrow-top-left-green2 > div:before {
		width: 200px;
		height: 140px;
		background-size: contain;
		top: -76px;
		left: 0;
	}
	.arrow-bottom-position.arrow-bottom-left-green > div:after {
		bottom: -60px;
	}
	.light-box-img-outsite.arrow-top-right5 > div:before {
		right: -30px;
		top: -60px;
	}
	#page-container #genesis-content .history-row {
		padding-right: 115px;
		padding-left: 115px;
	}

}

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

	.wrap,
	.site-header .wrap,
	#page-container .so-panels-full-wrapper,
	#page-container .panel-grid.panel-no-style,
	#page-container .panel-row-style:not([data-stretch-type]),
	.hero-panel .wrap {
		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: 680px;
	}

	.genesis-nav-menu a {
		font-size: 16px;
	}
	.genesis-nav-menu > .menu-item > a {
		border-bottom: 5px solid transparent;
		margin: 0 3px;
	}
	#page-container .menu-btn {
		margin-left: 0px;
	}
	#page-container .menu-btn a {
		font-size: 15px;
		padding: 13px 20px 11px;
		text-align: center;
	}
	html[lang="es"] #page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		margin-right: 6px;
	}
	html[lang="es"] #page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		font-size: 14px;
	}
	h1 {
		font-size: 42px;
	}
	h2 {
		font-size: 36px;
	}
	h3 {
		font-size: 28px;
	}
	.button + .button {
		margin-left: 0;
	}
	#page-container .footer-grid-section .button {
		min-width: auto;
		padding-right: 30px;
		padding-left: 30px;
	}
	.social-icons a {
		font-size: 27px;
	}
	#page-container .card-boxes-row .panel-grid-cell {
		padding: 40px 30px;
	}
	.horizontal-card-row .image-container, 
	.horizontal-card-widget .image-container {
		flex: 0 0 90px;
		height: 90px;
		border-width: 3px;
		margin-right: 15px;
	}
	.card-icon-boxes-row br {
		display: none;
	}
	#page-container .accordion-grid-row .sow-accordion-panel-header {
		font-size: 20px;
		padding: 18px 45px 17px 25px;
	}
	#page-container .accordion-grid-row .sow-accordion-title:after {
		width: 26px;
		height: 26px;
		background-size: 16px;
	}
	#page-container .accordion-grid-row .sow-accordion-panel-border {
		padding: 0px 25px 30px 25px;
	}
	#page-container .tab-style1 .sow-tabs-title br {
		display: none;
	}
	#page-container .img-equal-col img.so-widget-image {
		margin-top: -60px;
	}
	.hero-panel .extra-large-bottom-gap {
		padding-bottom: 200px;
	}
	.top-shape-curve:before {
		height: 150px;
	}
	.arrow-top-right-dark-blue > div:after {
		width: 210px;
		height: 146px;
		background-size: contain;
		right: -30px;
		top: -145px;
	}
	.arrow-top-right4 > div:before {
		top: -110px;
	}
	.refer-friend-img-overlay {
		max-width: 160px;
		margin: -170px auto 0;
	}
	#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child {
		margin-right: 8px;
	}
	#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		font-size: 16px;
	}
	#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		margin-right: 10px;
	}
	#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding-top: 19px;
	}
	#page-container #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
		margin-left: 3px;
	}
	#page-container .menu-btn + .menu-btn {
		margin-left: 0;
	}
	.header-widget-area .widget_sow-editor {
		margin-left: 0;
	}
	#page-container .header-widget-area .button {
		font-size: 15px;
	}
	.accordion-grid-row .image-shape-col {
		min-height: auto;
	}
	.state-item {
		font-size: 14px;
	}
	#page-container .history-slider-row .tns-outer {
		max-width: 950px;
		margin: 0 auto;
	}
	#page-container .logo-grid-row img.so-widget-image {
		max-width: 90%;
	}
	.left-gap {
		padding-left: 0;
	}
	.hero-section-mask .hero-text-col {
		padding-left: 20px;
		max-width: 100%;
	}
	.hero-section-mask .hero-text-col.medium-col,
	.hero-section-mask .hero-text-col.medium-col2 {
		max-width: 100%;
	}


}

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

	.site-header {
		position: relative;
	}

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

	.genesis-nav-menu a {
		padding: 7px 0;
		font-size: 20px;
	}

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

	.genesis-nav-menu .sub-menu:before {
		display: none;
	}

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

	.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;
		padding-top: 0;
	}

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

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 100%;
	}

	#page-container .genesis-nav-menu .sub-menu-btn a {
		padding: 4px 0;
		display: inline-block;
		width: auto;
	}

	.genesis-nav-menu .sub-menu-btn span {
		padding: 10px 25px;
	}

	.alignleft,
	.alignright {
		max-width: 300px;
	}

	.hero-panel,
	.home .hero-panel {
		min-height: 250px;
	}

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

	body {
		line-height: 1.57;
	}
	.title-area {
		padding-top: 7px;
		position: relative;
		z-index: 9;
	}
	.title-area a {
		width: 92px;
		height: 70px;
	}
	.site-header .widget-area {
		padding-top: 25px;
		padding-bottom: 7px;
	}
	.genesis-nav-menu > .menu-item-has-children > a:after {
		display: none;
	}
	#page-container .menu-btn {
		padding: 0 3px;
		margin-bottom: 8px;
		width: 50%;
		float: left;
	}
	#page-container .menu-btn + .menu-btn {
		margin-left: 0;
	}
	#page-container .menu-btn a {
		display: block;
		min-width: 160px;
	}
	.genesis-nav-menu > .menu-item > a,
	.genesis-nav-menu > .menu-item > a:hover {
		border-bottom: none;
	}
	html[lang="es"] #page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		font-size: 18px;
	}
	html[lang="es"] .header-widget-area .widget_sow-editor {
		margin-left: 0;
	}
	.arrow-bottom-left > div:after {
		width: 170px;
		height: 80px;
		bottom: -24px;
	}
	.arrow-bottom-left-dark-blue > div:after {
		width: 283px;
		height: 200px;
		bottom: -50px;
	}
	.arrow-bottom-left-orange > div:after {
		bottom: 0;
	}
	body .arrow-bottom-end-overlap > div::after {
		bottom: -50px;
	}
	.arrow-bottom-position.arrow-bottom-left-orange > div::after {
		bottom: -110px;
	}
	.top-gap {
		padding-top: 65px;
	}
	.top-gap-medium {
		padding-top: 45px;
	}
	.bottom-gap {
		padding-bottom: 65px;
	}
	.bottom-gap-large {
		padding-bottom: 100px;
	}
	.bottom-gap-medium {
		padding-bottom: 45px;
	}
	h4 {
		font-size: 25px;
	}
	h5 {
		font-size: 22px;
	}
	h6 {
		font-size: 20px;
	}
	h1 br,h2 br,h3 br,h4 br,h5 br,h6 br {
		display: none;
	}
	#page-container #genesis-content .testimonial-heading-widget {
		max-width: 300px;
		background-size: 180px;
		padding-top: 20px;
		margin: 0 auto;
		min-height: 142px;
	}
	#page-container .testimonials-row,
	#page-container .testimonials-row.lightblue-box {
		padding: 35px 20px;
	}
	.testimonial-info {
		padding-top: 20px;
		padding-bottom: 15px;
	}
	.recent-posts .post-small-info {
		padding: 25px 20px 60px;
	}
	.recent-posts .link-style {
		left: 20px;
	}
	#page-container .footer-grid-section {
		padding-top: 40px;
	}
	.footer-copyright-section .gt_selector.notranslate {
		font-size: 15px;
		background-size: 20px, 8px;
		background-position: 12px center, calc(100% - 15px) center;
		padding: 16px 20px 15px 40px;
	}
	#page-container .box-row {
		padding: 40px 30px 40px;
	}
	#page-container .box-row.medium-box-gap {
		padding-right: 30px;
		padding-left: 30px;
	}
	.number-slider-row .tns-nav {
		max-width: 610px;
	}
	#page-container #genesis-content .number-slider-row {
		max-width: 745px;
	}
	.number-slider-row .tns-controls {
		right: -66px;
		left: -66px;
	}
	#page-container #genesis-content .process-row {
		min-height: 590px;
	}
	#page-container .card-icon-boxes-row .widget-title {
		font-size: 28px;
	}
	.hero-section-mask .hero-text-col {
		padding-top: 50px;
		padding-bottom: 0;
	}
	.small-left-gap {
		padding-left: 0;
	}
	.site-header + * {
		margin-top: 0;
	}
	#page-container .small-outside-wrap {
		margin: 0;
	}
	#page-container .tab-style1 .right-left-gap {
		padding: 0 25px;
	}
	#page-container .tab-style1 .green-box {
		padding: 20px 30px;
	}
	.arrow-bottom-left3 > div:after {
		height: 90px;
		bottom: -32px;
		left: -44px;
	}
	.arrow-top-left > div:before {
		background-size: contain;
		width: 435px;
		height: 55px;
	}
	.arrow-top-left2 > div:before,
	.arrow-top-left-green2 > div:before {
		background-size: contain;
		width: 140px;
		height: 100px;
		left: 0;
		top: -55px;
	}
	.arrow-top-right3 > div:before {
		top: -80px;
		width: 200px;
		height: 94px;
	}
	.arrow-top-right-green3 > div:before,
	.arrow-top-right-orange3 > div:before {
		top: -80px;
		width: 200px;
		height: 94px;
	}
	.arrow-top-right-green3.arrow-top-right-position2 > div:before,
	.arrow-top-right-orange3.arrow-top-right-position2 > div:before {
		top: 5px;
	}
	.arrow-top-right4 > div:before {
		top: -40px;
		width: 165px;
		height: 94px;
		right: 0;
	}
	.arrow-top-right5 > div:before {
		width: 170px;
		height: 90px;
		right: -23px;
	}
	body .arrow-top-overlap > div::before {
		top: -100px;
	}
	.hero-panel .extra-large-bottom-gap {
		padding-bottom: 130px;
	}
	#page-container .tab-style4 .sow-tabs-tab {
		font-size: 20px;
	}
	#page-container .tab-style4 .sow-tabs-panel-content {
		padding: 40px;
	}
	#page-container .tab-style2 .sow-tabs-tab-container,
	.tab-style2-columns-row .panel-grid-cell:first-child {
		flex: 0 0 350px;
		padding-right: 30px;
	}
	#page-container .tab-style2 .sow-tabs-tab {
		font-size: 19px;
	}
	.our-team-members .our-member {
		flex: 0 0 calc(33% - 30px);
	}
	#page-container .tab-style3 .sow-tabs-tab {
		font-size: 19px;
	}
	.header-widget-area .widget {
		display: block;
	}
	.header-widget-area .widget_sow-editor {
		display: none;
	}
	#page-container #mega-menu-wrap-primary {
		clear: none;
		padding-top: 0;
	}
	#page-container #mega-menu-wrap-primary .mega-menu-toggle {
		width: 36px;
		height: 32px;
		float: right;
		position: relative;
		z-index: 55;
	}
	#page-container #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open {
		z-index: 999;
	}
	#page-container #mega-menu-wrap-primary #mega-menu-primary {
		background: #fff;
	}
	#page-container #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
		margin-top: 6px;
	}
	#page-container #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-blocks-right .mega-toggle-block:only-child {
		margin-top: 1px;
	}
	#page-container #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
		clear: both;
		padding-top: 12px;
		padding-bottom: 15px;
		text-align: left;
		z-index: 555;
	}
	#page-container #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner, 
	#page-container #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner::before, 
	#page-container #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner::after {
		background: #1C2B57;
		width: 38px;
		height: 2px;
	}
	#page-container #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
		top: 11px;
	}
	#page-container #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
		top: 22px;
	}
	#page-container #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
		transform: translate3d(0, -12px, 0) rotate(-90deg);
		top: 14px;
	}
	#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		margin: 0;
		position: relative;
	}
	#page-container #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
		display: block;
	}
	#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding: 7px 4px;
		text-align: left;
	}
	#page-container #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
		margin-top: 0;
	}
	#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:after {
		display: none;
	}
	#page-container #mega-menu-wrap-primary #mega-menu-primary span.mega-indicator {
		font-size: 20px;
		margin-top: 0px;
	}
	#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
		font-size: 17px;
		padding-bottom: 7px;
	}
	#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		border: none;
		padding-left: 0;
	}
	#page-container #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu {
		padding-top: 0;
		padding-bottom: 25px;
	}
	.mega-sub-menu .nav-header {
		margin-bottom: 15px;
	}
	.genesis-nav-menu li {
		margin: 0 0 7px;
	}
	#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu::before, 
	#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu::before {
		display: none;
	}
	#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child {
		margin-right: 0;
	}
	#page-container #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu .sub-menu-btn a {
		display: inline-block;
		padding: 14px 25px 13px;
	}
	.nav-header .mega-menu-toggle.mega-menu-open ~ .widget_sow-editor, 
	.nav-header .mega-menu .widget_sow-editor {
		display: block;
	}
	.header-widget-area .widget_sow-editor {
		display: none;
	}
	#page-container #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a {
		font-size: 16px;
	}
	#page-container .header-widget-area .button {
		min-width: 150px;
	}
	#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, 
	#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
		font-size: 16px;
	}
	#page-container #genesis-content .history-row {
		padding-bottom: 70px;
	}
	#page-container #genesis-content .history-slider-row {
		max-width: 780px;
	}
	#page-container .history-slider-row .tns-outer {
		max-width: 750px;
	}
	.history-slider-row > div > div > .tns-nav {
		max-width: 620px;
		margin-bottom: 25px;
		margin-left: -310px;
	}
	#page-container .card-boxes-row.small-boxes .button {
		font-size: 16px;
		min-width: 100%;
		padding-right: 12px;
		padding-left: 12px;
	}
	#page-container #genesis-content .history-row .medium-container {
		max-width: 750px;
	}
	.process-bg2 h2 {
		max-width: 430px;
		margin-right: auto;
		margin-left: auto;
	}
	.hero-round-section > .panel-grid-cell, 
	.hero-panel.hero-round-section {
		min-height: 300px;
	}
	.bottom-shape-round {
		padding-bottom: 100px;
	}
	.arrow-top-right-orange2 > div:before {
		top: -80px;
	}
	#job-search-input {
		font-size: 13px;
		padding: 16px 30px 14px 38px;
		background-position: 9px center;
	}
	.job-search-btns {
		padding-top: 20px;
	}
	body #page-container .job-search-btns .button {
		min-width: auto;
		font-size: 14px;
		margin: 5px 0px 0;
	}

}

@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;
	}

	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 30px;
	}
	.small-title h2 {
		font-size: 30px;
	}
	.hero-panel {
		text-align: center;
	}
	.hero-panel .bottom-gap {
		padding-bottom: 0;
	}
	#page-container .hero-section-mask .hero-text-col {
		max-width: 100%;
		text-align: center;  
		padding: 50px 25px 0;
	}
	.image-side-gap img {
		padding: 0 50px;
	}
	.tns-nav button {
		margin-right: 15px;
	}
	.arrow-bottom-left > div:after {
		height: 105px;
		bottom: -30px;
	}
	.arrow-top-right > div:before {
		right: -52px;
		top: -110px;
		width: 145px;
	}
	.arrow-top-right2 > div:before {
		width: 115px;
		height: 90px;
	}
	.arrow-bottom-left-orange > div:after {
		bottom: -125px;
		transform: rotate(18deg);
		left: -35px;
	}
	.arrow-top-right-orange2 > div:before {
		top: -130px;
		right: -52px;
	}
	.arrow-bottom-left-green > div:after {
		height: 95px;
		transform: rotate(18deg);
		bottom: -100px;
		left: -35px;
	}
	.arrow-top-left > div:before,
	.arrow-top-left-green > div:before {
		width: 165px;
		height: 55px;
		top: -40px;
	}
	.arrow-top-left2 > div:before,
	.arrow-top-left-green2 > div:before {
		width: 156px;
		height: 112px;
		top: -75px;
		left: -20px;
	}
	.arrow-bottom-left4 > div:after {
		bottom: -46px;
		width: 250px;
		height: 105px;
	}
	.arrow-bottom-left-dark-blue > div:after {
		bottom: -42px;
		width: 170px;
		height: 130px;
	}
	.arrow-top-right-dark-blue > div:after {
		width: 155px;
		height: 110px;
		top: -108px;
	}
	.arrow-top-right-green2 > div:before {
		width: 135px;
		height: 90px;
		top: -64px;
	}
	.arrow-bottom-position.arrow-bottom-left-green > div:after {
		bottom: -115px;
	}
	.arrow-bottom-right > div:after,
	.arrow-bottom-right2 > div:after,
	.arrow-top-right3 > div:before,
	.arrow-top-right-green3 > div:before,
	.arrow-top-right-orange3 > div:before,
	.arrow-top-right5 > div:before,
	.arrow-top-right-orange > div:before,
	.arrow-bottom-right-green > div:after,
	.arrow-bottom-right-green2 > div:after {
		display: none;
	}
	.bottom-gap-large {
		padding-bottom: 80px;
	}
	.hero-panel .bottom-gap-large {
		padding-bottom: 0;
	}
	#page-container .horizontal-card-row {
		display: table;
		margin: 0 auto;
	}
	.horizontal-card-row .image-container, 
	.horizontal-card-widget .image-container {
		/*height: auto;*/
	}
	.horizontal-card-row .image-widget-info {
		width: 100%;
	}
	#page-container #genesis-content .testimonial-heading-widget {
		padding-top: 0;
	}
	.testimonial-heading-widget h2 {
		min-height: 135px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
	}
	.recent-posts {
		grid-template-columns: repeat(1, 1fr);
	}
	.site-footer {
		text-align: center;
	}
	.footer-copyright-section .sow-image-container {
		justify-content: center;
	}
	#page-container .footer-grid-section > .panel-grid-cell:first-child {
		width: 100%;
	}
	#page-container .footer-grid-section .sow-image-container {
		justify-content: center;
	}
	.footer-copyright-section .widget_gtranslate {
		text-align: center;
	}
	#page-container #genesis-content .process-row {
		background: url(images/process-bg-mobile.png) no-repeat center;
		min-height: auto;
		display: block;
		background-size: 100% 100% !important;
		padding: 60px 20px;
		margin: 0 -21px;
	}
	#page-container #genesis-content .number-slider-row {
		max-width: 100%;
	}
	.number-slider-row .tns-nav {
		max-width: 250px;
	}
	.number-slider-row .tns-nav button {
		width: 35px;
		height: 35px;
		line-height: 35px;
		border-width: 2px;
		font-size: 15px;
		padding: 0;
	}
	.number-slider-row .tns-nav:before {
		top: 18px;
		border-width: 2px;
	}
	.number-slider-row .tns-controls {
		display: none;
	}
	#page-container #genesis-content .number-slider-row {
		padding: 0 15px;
	}
	#page-container .testimonials-row.lightblue-box {
		padding: 40px 30px;
	}
	#page-container .card-icon-boxes-row .widget-inner-wrap {
		padding: 70px 15px 90px;
	}
	#page-container .grid-img-text-box .panel-grid-cell {
		margin-bottom: 0;
	}
	.light-blue-box {
		padding: 40px;
	}
	.light-blue-box {
		padding: 40px 30px;
	}
	#page-container .so-widget-sow-tabs .sow-tabs-tab-container,
	#page-container .so-widget-sow-tabs .sow-tabs-panel-content {
		display: none !important;
	}
	#page-container .so-widget-sow-tabs .mobile-tab-title,
	#page-container .so-widget-sow-tabs .mobile-tab-title.show + div,
	#page-container .so-widget-sow-tabs .sow-tabs-panel {
		display: block !important;
	}
	#page-container .so-widget-sow-tabs .mobile-tab-title.show {
		width: 100%;
	}
	.small-widget {
		max-width: 100%;
	}
	#page-container .tab-style1 .sow-tabs {
		display: block;
	}
	#page-container .tab-style1 .right-left-gap {
		padding: 0;
	}
	#page-container .tab-style1 .sow-tabs-panel {
		margin-bottom: 12px;
	}
	#page-container .tab-style1 .sow-tabs-tab.show {
		background: transparent;
		color: var(--navy);
	}
	#page-container .tab-style1 .sow-tabs-panel-content {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	#page-container .get-started-row .button {
		width: auto;
		min-width: 130px;
	}
	.cta-section {
		min-height: auto;
		padding-top: 80px;
	}
	#page-container .get-started-row .panel-grid-cell {
		padding-right: 0;
		margin-bottom: 10px;
	}
	#page-container .get-started-row .panel-grid-cell:last-child {
		flex: inherit;
		padding-bottom: 0;
	}
	#page-container .get-started-row .button + .button {
		margin-top: 5px;
	}
	#page-container #genesis-content .history-row {
		background: none;
		display: block;
		min-height: auto;
		padding: 0;
		margin: 0;
	}
	.history-slider-row > div > div > .tns-nav {
		max-width: 100%;
		margin-left: 0;
	}
	.history-slider-row > div > div > .tns-nav:before {
		top: 30px;
	}
	.history-slider-row > div > div > .tns-nav button {
		width: 60px;
		height: 60px;
		line-height: 60px;
		padding: 0;
		font-size: 14px;
		letter-spacing: -0.02em;
		border-width: 3px
	}
	#page-container .tab-style2 .sow-tabs {
		display: block;
	}
	#page-container .tab-style2 .sow-tabs-tab-container, 
	.tab-style2-columns-row .panel-grid-cell:first-child {
		flex: 0 0 100%;
		padding-right: 0;
	}
	#page-container .tab-style2 .sow-tabs-title:after {
		transform: rotate(90deg);
		margin-top: -17px;
	}
	#page-container .box-row {
		padding: 35px 20px 40px;
	}
	#page-container .box-row.medium-box-gap {
		padding-right: 20px;
		padding-left: 20px;
	}
	#page-container .tab-style2 .sow-tabs-panel {
		margin-bottom: 20px;
	}
	#page-container .tab-style2 .sow-tabs-tab {
		font-size: 18px;
		padding: 19px 50px 17px 25px;
		margin-bottom: 0;
	}
	#page-container .tab-style2 .so-widget-sow-tabs .sow-tabs-panel {
		border: none;
	}
	.quote-widget {
		background-size: 30px;
		background-position: left top, right top;
		padding: 0 37px;
	}
	.hero-panel .extra-large-bottom-gap {
		padding-bottom: 0;
	}
	.hero-panel.curve-bottom2:after {
		height: 90px;
		background-size: 100%;
	}
	#page-container .so-widget-sow-tabs .sow-tabs-panel {
		border-bottom: 2px solid #e8f5fe;
	}
	#page-container .mask-widget {
		-webkit-mask-image: url(images/mask-mobile.png);
		mask-image: url(images/mask-mobile.png);
		margin-left: -21px;
		margin-right: -21px;
		width: auto !important;
	}
	#page-container .hero-section-mask .mask-widget {
		padding-right: 20px;
		padding-left: 20px;
	}
	#page-container .tab-style3 {
		background: transparent;
		padding: 0;
	}
	body #page-container .tab-style3 .sow-tabs-panel {
		border-bottom: none;
		margin-bottom: 15px;
	}
	#page-container .tab-style3 .sow-tabs-tab {
		background-color: var(--navy);
		color: var(--white);
		font-size: 18px;
		text-align: left;
		border-radius: 100px;
		padding: 18px 50px 18px 30px;
		margin-right: 0;
		opacity: 1;
	}
	#page-container .tab-style3 .sow-tabs-tab:after {
		content: '';
		display: block;
		width: 32px;
		height: 32px;
		background: url(images/bottom-arrow-icon.svg) no-repeat center;
		position: absolute;
		top: 13px;
		right: 12px;
	}
	#page-container .tab-style3 .sow-tabs-tab.show:after {
		background: url(images/top-arrow-icon.svg) no-repeat center;
	}
	#page-container .tab-style3 .sow-tabs-panel-content {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	#page-container .tab-style3 .sow-tabs-panel:last-child .sow-tabs-panel-content {
		padding-bottom: 0;
	}
	.our-team-members .our-member {
		flex: 0 0 calc(50% - 30px);
	}
	#page-container .tab-style3 .sow-tabs-panel.states-mobile-tab {
		display: block !important;
	}
	.steps-card .image-description:after {
		transform: rotate(90deg);
		right: 50%;
		margin-right: -39px;
		bottom: 0;
	}
	.sow-accordion-panel-open + .mobile-accordion-img {
		display: block;
	}
	.image-shape-col {
		display: none;
	}
	#page-container .hero-round-section > .panel-grid-cell {
		padding-top: 70px;
		padding-bottom: 100px;
		min-height: auto;
	}
	.top-shape-curve2 {
		padding-top: 100px;
	}
	.top-shape-curve2:before {
		height: 50px;
		background-size: cover;
	}
	.top-gap-mobile {
		padding-top: 70px;
	}
	.horizontal-card-row .image-container img, 
	.horizontal-card-widget .image-container img {
		max-height: 70%;
	}
	.light-box-img-outsite {
		padding: 40px 30px 0;
	}
	.credentials {
		display: block;
		min-height: auto;
	}
	.select-credential {
		flex: inherit;
		margin-bottom: 20px;
		padding-right: 0;
	}
	.grid-posts-container article {
		flex: 0 0 calc(50% - 20px);
	}
	.for-desktop {
		display: none;
	}
	.for-mobile {
		display: block;
	}
	#page-container .hero-panel .button {
		margin: 5px 5px 0;
	}
	.cta-section {
		background: url(images/cta-bg-mobile.jpg) no-repeat center !important;
		padding-top: 85px;
		padding-bottom: 50px;
		-webkit-mask-image: url(images/cta-mask-mobile.png);
		mask-image: url(images/cta-mask-mobile.png);
	}
	.cta-section:before {
		background: url(images/cta-bg-mobile5.jpg) no-repeat center bottom;
		background-size: cover;
	}
	#page-container .card-icon-boxes-row .image-widget-info {
		padding-bottom: 0;
	}
	#page-container .grid-img-text-row .img-equal-col .panel-widget-style,
	#page-container .grid-img-text-row .img-equal-col .panel-widget-style.lazyloaded:before {
		border-radius: 30px 30px 0 0;
	}
	.wsp-container ul {
		columns: 2;
	}
	body {
		text-align: center;
	}
	ul,
	.horizontal-card-row,
	.horizontal-card-row .widget,
	.member-item-accordion, 
	.state-item-accordion,
	.sow-accordion,
	.single-map-team .entry-content {
		text-align: left;
	}
	#page-container .simple-accordions .sow-accordion-panel-border {
		padding-right: 35px;
	}
	.recent-posts .link-style {
		left: 50%;
		transform: translate(-50%);
		min-width: 205px;
	}
	#page-container #genesis-content .mobile-two-col-landscape-row,
	#page-container #genesis-footer-widgets .mobile-two-col-landscape-row,
	#page-container #genesis-content .mobile-two-col-portrait-row,
	#page-container #genesis-footer-widgets .mobile-two-col-portrait-row {
		flex-wrap: wrap;
		flex-direction: initial;
	}
	#page-container #genesis-content .mobile-two-col-landscape-row > .panel-grid-cell,
	#page-container #genesis-footer-widgets .mobile-two-col-landscape-row > .panel-grid-cell,
	#page-container #genesis-content .mobile-two-col-portrait-row > .panel-grid-cell,
	#page-container #genesis-footer-widgets .mobile-two-col-portrait-row > .panel-grid-cell {
		width: 50%;
		margin: 20px 0;
		padding: 0 7px
	}
	#page-container .mobile-col-gap-none .panel-grid-cell {
		margin-bottom: 0;
	}
	#page-container .accordion-grid-row .sow-accordion-panel.mobile-accordion-close .sow-accordion-panel-content {
		display: none !important;
	}
	#page-container .accordion-grid-row .sow-accordion-panel.show .sow-accordion-panel-content {
		display: block !important;
		height: 100% !important;
	}
	#page-container .accordion-grid-row .sow-accordion-panel.show + .mobile-accordion-img {
		display: block;
	}
	#page-container .accordion-grid-row .sow-accordion-panel.show {
		background: var(--teal);
	}
	#page-container .accordion-grid-row .accordion-active-green .sow-accordion-panel.show {
		background: var(--lightGreen);
	}
	.horizontal-card-row .livicon-evo, 
	.horizontal-card-widget .livicon-evo {
		width: 100% !important;
	}
	#page-container .horizontal-card-row .widget-inner-wrap, 
	.horizontal-card-widget .widget-inner-wrap {
		text-align: left;
	}
	#page-container .card-boxes-row.small-boxes .button {
		min-width: 200px;
	}
	.refer-friend-img-overlay {
		margin-top: -120px;
	}
	.light-box-img-outsite .bottom-gap-curve {
		padding-bottom: 40px;
	}
	#page-container #genesis-content .history-row .medium-container {
		border-radius: 20px;
		background: #E8F5FE;
		padding: 50px 15px 40px;
	}
	#page-container .company-awards-row .tns-nav {
		padding-left: 0;
	}
	#page-container .all-categories ul {
		text-align: center;
	}
	#page-container .all-categories li {
		padding: 2px 0;
	}
	#page-container .all-categories li a {
		font-size: 15px;
		min-width: 150px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.blog-search #searchform {
		grid-template-columns: 1fr 125px;
	}
	.blog-search .inlineSearch {
		font-size: 14px;
		padding-left: 22px;
		padding-right: 13px;
	}
	.process-bg2 h2 {
		max-width: 100%;
	}
	.hero-round-section > .panel-grid-cell, 
	.hero-panel.hero-round-section {
		min-height: 250px;
	}
	body .overlap-shape-section-on-mobile {
		margin-top: 20px;
		position: relative;
		z-index: 5;
	}

}

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

	#page-container .button, 
	#page-container input[type="button"], 
	#page-container input[type="reset"], 
	#page-container input[type="submit"] {
		padding: 15px 25px;
		min-width: 155px;
		font-size: 15px;
	}
	html[lang="es"] #page-container .header-widget-area .button {
		font-size: 12px;
		padding: 13px 12px 11px;
	}
	.hero-panel, 
	.home .hero-panel {
		min-height: 200px;
	}
	.hero-panel:after {
		height: 45px;
		background-size: 100%;
	}
	#page-container .testimonial-heading-widget .button {
		min-width: 140px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 22px;
	}
	h5 {
		font-size: 20px;
	}
	h6 {
		font-size: 20px;
	}
	#page-container .get-started-row h6 {
		font-size: 16px;
	}
	#page-container .get-started-row .button {
		font-size: 14px;
	}
	.our-team-members {
		margin: 0 -7px;
	}
	.our-team-members .our-member {
		flex: 0 0 calc(50% - 14px);
		margin: 0 7px;
	}
	.our-member .member-img-wrap {
		height: 200px;
	}
	.our-member .short-member-info {
		font-size: 15px;
	}
	.our-member h6 {
		font-size: 18px;
	}
	.top-shape-curve {
		padding-top: 100px;
	}
	.top-shape-curve:before {
		background-size: 100%;
		height: 92px;
	}
	.hero-round-section:after {
		background-size: 100%;
		height: 90px;
	}
	.button + .button {
		margin-top: 12px;
	}
	.grid-posts-container article {
		flex: 0 0 100%;
	}
	#page-container .header-widget-area .button {
		width: calc(50% - 5px);
	}
	#page-container .circle-icon-orange, 
	#page-container .circle-icon-green {
		min-width: auto;
		padding: 14px 11px 8px 18px;
	}
	#page-container .circle-icon-orange:after, 
	#page-container .circle-icon-green:after {
		width: 25px;
		height: 25px;
		background-size: contain;
	}
	#page-container #genesis-content .mobile-two-col-landscape-row,
	#page-container #genesis-footer-widgets .mobile-two-col-landscape-row {
		flex-wrap: wrap;
		flex-direction: row;
	}
	#page-container #genesis-content .mobile-two-col-landscape-row > .panel-grid-cell,
	#page-container #genesis-footer-widgets .mobile-two-col-landscape-row > .panel-grid-cell {
		width: 100%;
		margin: 20px 0;
		padding: 0;
	}
	.wsp-container ul {
		columns: 1;
	}
	.single-map-team .entry-content {
		text-align: center;
	}
	.member-thumb {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		float: none;
	}

}
