/*!
Theme Name: Lighthouse Enterprises
Theme URI: http://underscores.me/
Author: Connections Marketing
Author URI: https://connectionsmarketing.com/
Description: Lighthouse Enterprises Custom Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: le
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Lighthouse Enterprises is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
:root {
  --pagemax: 1321px;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #003A5C;
}

a:visited {
	color: #003A5C;
}

a:hover,
a:focus,
a:active {
	color: #003A5C;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: 100%; /*was auto*/
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* Common
--------------------------------------------- */
body{
	color: #272B2F;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Lato';
	font-style: normal;
}
h1{
	font-weight: 800;
	font-size: 62px;
	line-height: 125%;
}
h2{
	font-weight: 800;
	font-size: 48px;
	line-height: 125%;
	color: #003A5C;
}
h3{
	font-weight: 800;
	font-size: 40px;
	line-height: 54px;
}
h4{
	font-weight: 800;
	font-size: 28px;
	line-height: 40px;
}
h5{
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
}
h6{
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
}
.body-small{
	font-size: 17px;
	line-height: 26px;
}
.nav-link{
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #003A5C;
}
.btn{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #003A5C;
	text-decoration:none;
	padding-left:19px;
	padding-right:19px;
	padding-top:19.5px;
	padding-bottom:19.5px;
	display:inline-block;
}
a.btn:hover{
	color: #003A5C;
}
.btn-yellow{
	background: #FFD03E;
	transition: background 0.3s ease-in-out;
}
.btn-yellow:hover{
	background: #e5bb37;
	text-decoration:none !important;
}
.btn-orange{
	background: #FF7F3F;
	transition: background 0.3s ease-in-out;
}
.btn-orange:hover{
	background: #61B3E4;
	text-decoration:none !important;
}
.btn-navy{
	background: #003A5C;
	transition: background 0.3s ease-in-out;
	color:#FFF !important;
}
.btn-navy:hover{
	background: #61B3E4;
	color: #003A5C !important;
	text-decoration:none !important;
}
.bg-navy{
	background: #003A5C;
}
.bg-orange{
	background: #FF7F3F;
}
.bg-yellow{
	background: #FFD03E;
}
.bg-gray{
	background: #5C666F;
}
.bg-lt-blue{
	background: #61B3E4;
}
.bg-lt-blue2{
	background: #D5F3FF;
}
.bg-lt-gray{
	background: #DCE1E9;
}
.bg-lt-gray-alpha{
	background: rgba(220, 225, 233, 0.6);
}
.color-white{
	color: #FFF;
}
.color-yellow{
	color: #FFD03E;
}
.color-orange{
	color: #FF7F3F;
}
.color-navy{
	color: #003A5C;
}
.color-orange{
	color: #FF7F3F;
}
.color-yellow{
	color: #FFD03E;
}
.color-gray{
	color: #5C666F;
}
.color-lt-blue{
	color: #61B3E4;
}
.color-lt-gray{
	color: #DCE1E9;
}
.color-blue-gradient{
	background: linear-gradient(225deg, #61B3E4 0%, #003A5C 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
a.arrow-link{
	color: #FF7F3F !important;
	display: inline-block;
	
	font-family: 'Lato';
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 24px;
	
    padding-top: 19.5px;
    padding-bottom: 19.5px;
    display: inline-block;
	
	text-decoration:none;
	transition: color 0.3s ease-in-out;
}
a.arrow-link:hover{
	color: #61B3E4 !important;
}
a.arrow-link::before {
    display: inline-block;
	background-image: url(./img/arrow-orange-right.svg);
	width:15px;
	height:22px;
	content: "";
	vertical-align: bottom;
	margin-right:12px;
	transition: background-image 0.3s ease-in-out;
}
a.arrow-link:hover::before {
	background-image: url(./img/arrow-lt-blue-right.svg);
}
a.arrow-link-after{
	color: #FF7F3F !important;
	display: inline-block;
	text-decoration:none;
	transition: color 0.3s ease-in-out;
}
a.arrow-link-after:hover{
	color: #61B3E4 !important;
}
a.arrow-link-after::after {
    display: inline-block;
	background-image: url(./img/arrow-orange-small-right.svg);
	width:10px;
	height:10px;
	content: "";
	vertical-align: top;
    margin-left: 12px;
    margin-top: 10px;
	transition: background-image 0.3s ease-in-out;
}
a.arrow-link-after:hover::after {
	background-image: url(./img/arrow-lt-blue-small-right.svg);
}
a.arrow-link-yellow{
	color:#FFD03E !important;
}
a.arrow-link-yellow:hover{
	color:#e5bb37 !important;
}
a.arrow-link-yellow::before {
	background-image: url(./img/arrow-yellow-right.svg);
}
a.arrow-link-yellow:hover::before {
	background-image: url(./img/arrow-dark-yellow-right.svg);
}
a.arrow-link-white{
	color:#FFF !important;
}
a.arrow-link-white:hover{
	color:#61B3E4 !important;
}
a.arrow-link-white::before {
	background-image: url(./img/arrow-white-right.svg);
}
a.arrow-link-white:hover::before {
	background-image: url(./img/arrow-lt-blue-right.svg);
}
.post, .page{
	margin-bottom:0;
}
.wpb-content-wrapper > .vc_row{
	margin-left: 0;
    margin-right: 0;
}
.page-content, .entry-content, .entry-summary {
    margin: 0;
}

.white-image-overlay{
	/*background: rgba(255, 255, 255, 0.85);*/
	background: rgba(255, 255, 255, 0.70);
	backdrop-filter: blur(10px);
}

.big-gray-top-bottom-border{
	border-top: #DCE1E9 32px solid;
    border-bottom: #DCE1E9 32px solid;
}
.p-no-margin p{
	margin:0;
}
.p-margin p{
	margin-top:20px;
	margin-bottom:0;
}
.p-margin.wpb_content_element{
	margin-bottom:0;
}
.medium-text{
	max-width:950px !important;
}
.short-text{
	max-width:520px;
}
.p-accent-orange{
	border-left: 3px solid #ff7f3f;
	padding-left:15px;
}
.cta-orange-bg{
	background: no-repeat url(./img/cta-orange-bg.svg);
	background-size:cover;
	border-radius:7px;
}
.cta-yellow-bg{
	background: no-repeat url(./img/cta-yellow-bg.svg);
	background-size:cover;
	border-radius:7px;
}
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}
.wpb_text_column ul{
	margin:0;
}
.wpb_text_column ul.lt-blue-bullets li::marker{
	color:#61B3e4;
}
.site-main .vc_row .vc_row:not(.inner-row-full) {
	max-width:var(--pagemax);
	margin-left:auto;
	margin-right:auto
}
.site-main .vc_row.page-header-row .vc_row{
	max-width:none;
	margin-left:auto;
	margin-right:auto
}
@media (max-width:767px){
	.site-main .vc_row.page-header-row .vc_row .vc_col-sm-6:first-child > .vc_column-inner{
		padding-right: 0;
	}
	.site-main .vc_row.page-header-row > .vc_column_container > .vc_column-inner{
		padding-right: 0;
	}
}
.site-main .vc_row.page-header-row .vc_row .vc_col-sm-6:last-child > .vc_column-inner{
	max-width:calc((var(--pagemax) / 2) + 15px);
	justify-content:center;
}
.site-main .vc_row.page-header-row > .vc_column_container > .vc_column-inner{
	padding-left: 0;
}
/*
.page-header-row-title{margin-top: 108px;}
@media (max-width:1750px){.page-header-row-title{margin-top: 100px;}}
@media (max-width:1700px){.page-header-row-title{margin-top: 90px;}}
@media (max-width:1650px){.page-header-row-title{margin-top: 85px;}}
@media (max-width:1600px){.page-header-row-title{margin-top: 75px;}}
@media (max-width:1550px){.page-header-row-title{margin-top: 60px;}}
@media (max-width:1500px){.page-header-row-title{margin-top: 50px;}}
@media (max-width:1450px){.page-header-row-title{margin-top: 45px;}}
@media (max-width:1400px){.page-header-row-title{margin-top: 0;}}
*/
@media (max-width:767px){
	.site-main .vc_row.page-header-row > .vc_column_container > .vc_column-inner .page-header-row-title{
		margin-top: 20px !important;
	}
}

.site-main .vc_row .vc_row.inner-row-full .vc_col-sm-6 > .vc_column-inner{
	max-width:calc((var(--pagemax) / 2) + 15px);
}
.site-main .vc_row .vc_row.inner-row-full .vc_col-sm-6:first-child > .vc_column-inner{
	margin-left:auto;
}
.site-main .vc_row .vc_row.inner-row-full .vc_col-sm-6:last-child > .vc_column-inner{
	margin-right:auto;
}
.full-img-text-on-right-row{
	background-size: cover;
    background-position: top left;
}
@media (max-width:1300px){.full-img-text-on-right-row{background-position: top left -50px;}}
@media (max-width:1110px){.full-img-text-on-right-row{background-position: top left -100px;}}
@media (max-width:600px){.full-img-text-on-right-row{background-position: top left -270px;}}

@media (max-width:1060px){
	.full-img-text-on-right-row .vc_col-sm-6{
		width:100%;
	}
	/*
	.hp-header-row  .vc_col-sm-6 > .vc_column-inner {
		max-width: none !important;
	}*/
	.full-img-text-on-right-row .vc_row .vc_column-inner {
		padding-left: 15px;
	}
	
}
	
.site-main .vc_row.collage-row .vc_row .vc_col-sm-6:first-child > .vc_column-inner{
	justify-content:center;
}

@media (max-width:767px){
	.site-main .vc_row.collage-row .vc_row .vc_col-sm-6:last-child > .vc_column-inner{
		margin-top:60px;
	}
}

.site-main section.error-404{
	max-width:var(--pagemax);
	margin-right:auto;
	margin-left:auto;
}
@media (max-width: 1345px){
	.site-main section.error-404 {
		padding-right: 10px;
		padding-left: 10px;
	}
}
.justify-content .vc_column-inner{
	 justify-content:center;
}
.alternating-text-img-section > .wpb_column  > .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column:not(.vc_col-sm-12):first-child > .vc_column-inner,
.capabilities-row > .wpb_column:not(.vc_col-sm-12):first-child > .vc_column-inner{
	padding-right: 8%;
}
@media (max-width:767px){
	.reverse-row{
		display: flex;
		flex-wrap:wrap;
		flex-direction: column-reverse;
	}
	.reverse-row .wpb_column{
		width:100%;
	}
	.alternating-text-img-section img{
		margin-top:40px;
	}
	.alternating-text-img-section > .wpb_column  > .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column:not(.vc_col-sm-12):first-child > .vc_column-inner,
	.capabilities-row > .wpb_column:not(.vc_col-sm-12):first-child > .vc_column-inner{
		padding-right: 15px;
	}
	.alternating-text-img-section img,
	.capabilities-row > .wpb_column:first-child > .vc_column-inner img{
		margin-top:40px;
	}
}
/* Home page
--------------------------------------------- */
.hp-header-row{
	background-size: cover;
    background-position: top right;
}
.hp-header-row .vc_row .vc_column-inner{
	padding-right: 10%;
}
.hp-header-row .vc_row .vc_col-sm-6:last-child{
	min-height:auto;
}
@media (max-width:1800px){.hp-header-row{background-position: top right -100px;}}
@media (max-width:1500px){.hp-header-row{background-position: top right -150px;}}
@media (max-width:1350px){.hp-header-row{background-position: top right -200px;}}
@media (max-width:1306px){.hp-header-row{background-position: top right -250px;}}
@media (max-width:1200px){.hp-header-row{background-position: top right -350px;}}
@media (max-width:1200px){
	.hp-header-row .vc_col-sm-6{
		width:100%;
	}
	.hp-header-row  .vc_col-sm-6 > .vc_column-inner {
		max-width: none !important;
	}
	.hp-header-row .vc_row .vc_column-inner {
		padding-right: 15px;
	}
}

.hp-stats-number{
	font-family: Lato;
	font-size: 58px;
	font-weight: 800;
	line-height: 69.6px;
	text-align: center;
	color:#272B2F;
	margin-bottom: 0 !important;
}
.hp-stats-number p{
	margin:0;
}
.hp-stats-symbol{
	font-family: Lato;
	font-size: 36px;
	font-weight: 800;
	line-height: 43.2px;
	text-align: center;
	color:#FF7F3F;
	display: inline-block;
    vertical-align: top;
    padding-top: 14px;
}
.blue-image-overlay{
	background: rgba(0, 58, 92, 0.6);
	backdrop-filter: blur(10px);
	height:90px;
}
#hp-stats{
	background: #DCE1E9;
}
#hp-stats .vc_row{
	background:#FFF;
	display:flex;
	
	border-bottom: 5px solid #FF7F3F;
	border-radius: 7px;
	
	max-width:var(--pagemax);
	margin-left:auto;
	margin-right:auto;
	
	padding-top:35px;
}
#hp-stats .vc_row .wpb_column{
	padding-bottom:35px;
}
@media (max-width:690px){
	#hp-stats .vc_row{
		flex-wrap:wrap;
	}
	#hp-stats .vc_row .wpb_column{
		width:50%;
	}	
}
@media (max-width:360px){
	#hp-stats .vc_row .wpb_column{
		width:100%;
	}	
}
.hp-stats-desc{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	text-align: center;
	color: #18191F;
	margin-bottom: 0 !important;
}
.hp-stats-desc p{
	margin-top:0;
}
.solutions-slider{
	margin-top:40px;
}
.solution-list{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top:20px;
}
.solution-list-box{
	width:25%;
	padding:1.5rem;
}
@media (max-width:1130px){
	.solution-list-box{
		width:50%;
	}
}
@media (max-width:580px){
	.solution-list-box{
		width:100%;
	}
}
.solution-list-box-inner{
	background-color: #003A5C;
    color: #fff;
	padding-top: 48px;
	padding-bottom: 48px;
	padding-left: 28px;
	padding-right: 28px;
	text-align:center;
	height: 100%;
	border-radius: 7px;
}
.solution-list-box-title{
	color: #FFD03E;
	margin:0;
}
.solution-list-box-excerpt{
	padding-top:10px;
	transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.solutions-slider:hover .solution-list-box-excerpt{
	opacity: 1;
    height: auto;
}
.partners-slide-inner{
	padding-left:10px;
	padding-right:10px;
}

.hp-testimonial-row .vc_row .wpb_column:first-child .vc_column-inner {
    padding-right: 10%;
}
.testimonials-slide-inner-img{
	display:inline-block;
	vertical-align: top;
	margin-top: 5px;
	margin-right:16px;
}
.testimonials-slide-inner-info{
	display:inline-block;
}
.testimonials-img{
	width: 56px;
	height: 56px;
	border-radius:28px;
}
.testimonials-title{
	margin:0
}

.testimonials-title2,
.testimonials-title3{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;

	color: #5C666F;
}
.testimonials-excerpt{
	margin-top:32px;
	min-height:172px;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;

	color: #272B2F;
}
.quote-mark-bg .vc_column-inner .wpb_wrapper{
	background: top right no-repeat url(./img/quote-mark.svg);
	margin-top: 40px;
	margin-bottom: 60px;
}
.testimonials-slider{
	margin-top: 29px;
}

/* Header
--------------------------------------------- */
.header-top{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	padding-top:10px;
	padding-bottom:10px;
	max-width:var(--pagemax);
	margin-right:auto;
	margin-left:auto;
}
@media (max-width:1345px){
	.header-top{
		padding-right:10px;
		padding-left:10px;
	}
}
@media (max-width:767px){
	.header-top{
		justify-content: center;
		gap: 20px;
		text-align: center;
	}
}
@media (max-width:460px){
	.header-contact{
		display:block;
		margin-top:20px;
	}
}
@media (min-width: 768px){
	/*.header-top{
		justify-content: center;
	}*/
}
.header-phone{
	display:inline-block;
	padding-right:10px;
}
.header-phone a{
	display:inline-block;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #003A5C;
	text-decoration:none;
}
.header-phone:after{
	display:inline-block;
	content:"•";
	color:#FF7F3F;
	padding-left:10px;
	
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
	vertical-align: text-top;
}
.header-socials{
	display:inline-block;
	padding-right:51px;
}
.header-socials .header-social{
	display:inline-block;
	padding-right:10px;
}
.header-socials .header-social:last-child{
	padding-right:0;
}
.header-contact{
	display:inline-block;
}

/* Main Menu
--------------------------------------------- */
.main-navigation{
	background: #003A5C;
}
.main-navigation a{
	color:#FFF;
}
.main-navigation a:hover{
	color:#61B3E4;
}
#primary-menu{
	justify-content: center;
	padding: 10px;
}
#primary-menu > li{
	padding-left: 40px;
    padding-right: 40px;
}
/*
#primary-menu > li.menu-item-has-children > a::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}*/

#primary-menu > li.menu-item-has-children > a::after {
    display: inline-block;
    margin-left: 9px;
    vertical-align: 3px;
    content: "";
	width:14px;
	height:8px;
    background: url(./img/arrow-down-white.svg);
}
#primary-menu > li.menu-item-has-children.current-menu-parent > a::after {
    background: url(./img/arrow-down-lt-blue.svg);
}
#primary-menu > li:hover > a::after {
	background: url(./img/arrow-down-lt-blue.svg) !important;
}
.main-navigation ul ul a {
    width: max-content;
}
.main-navigation .sub-menu{
	background: #0d0e0f;
	display: block;
}
.main-navigation .sub-menu > li{
	display: block;
	border-bottom: 1px solid #61B3E4;
	padding:10px;
}
.main-navigation .sub-menu > li:last-child{
	border-bottom-width: 0;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-parent > a{
	color:#61B3E4
}
button.menu-toggle{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, .9' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
	background-color:transparent;
	color:transparent;
	border-width:0;
	height:30px;
	width:30px;
	margin-top:8px;
	margin-bottom:8px;
	margin-right:12px;
	margin-left:12px;
}
@media screen and (max-width:899px){
	button.menu-toggle {
		display: inline-block;
	}
}
.mobile-menu{
	display:none;
}
/* Footer
--------------------------------------------- */
footer.site-footer{
	background: #003A5C;
	color:#FFF;
	font-size: 17px;
	line-height: 26px;
	padding-top:74px;
}
.footer-top {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	max-width:var(--pagemax);
	margin-right:auto;
	margin-left:auto;
}

@media (max-width:1345px){
	.footer-top{
		padding-right:10px;
		padding-left:10px;
	}
}
.footer-top .footer-top-col:nth-child(1){
	width:34%;
	padding-right:10px;
}
.footer-top .footer-top-col:nth-child(2){
	width:22%;
	padding-right:10px;
}
.footer-top .footer-top-col:nth-child(3){
	width:22%;
	padding-right:10px;
}
.footer-top .footer-top-col:nth-child(4){
	width:22%;
}
@media (max-width:750px){
	.footer-top .footer-top-col:nth-child(1){
		width:100%;
		padding-right:0;
		padding-bottom:50px;
	}
	.footer-top .footer-top-col:nth-child(2){
		width:33%;
	}
	.footer-top .footer-top-col:nth-child(3){
		width:33%;
	}
	.footer-top .footer-top-col:nth-child(4){
		width:33%;
	}
}
@media (max-width:560px){
	.footer-top .footer-top-col:nth-child(2){
		width:100%;
		padding-bottom:50px;
	}
	.footer-top .footer-top-col:nth-child(3){
		width:100%;
		padding-bottom:50px;
	}
	.footer-top .footer-top-col:nth-child(4){
		width:100%;
	}
}
.footer-top ul.menu li{
	padding-bottom:10px;
}
.footer-top ul.menu li:last-child{
	padding-bottom:0;
}
footer.site-footer .site-info{
	max-width:var(--pagemax);
	margin-right:auto;
	margin-left:auto;
	margin-top:60px;
}
@media (max-width:1345px){
	footer.site-footer .site-info{
		padding-right:10px;
		padding-left:10px;
	}
}
.footer-bottom{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.footer-bottom .footer-bottom-col:nth-child(1){
	 padding-top:8px;
	 padding-bottom: 20px;
}
.footer-bottom .footer-bottom-col:nth-child(2){
	 padding-bottom: 52px;
}
footer.site-footer a{
	text-decoration:none;
	color:#FFF;
	font-size: 17px;
	line-height: 26px;
}
footer.site-footer a:hover{
	text-decoration:underline;
	color:#61B3E4;
}
footer.site-footer a.btn{
	color:#003A5C;
	font-size: 20px;
    line-height: 24px;
	padding-left:63.5px;
	padding-right:63.5px;
	padding-top:23.5px;
	padding-bottom:23.5px;
}
footer.site-footer ul{
	margin:0;
	padding:0;
	list-style:none;
}
.footer-terms-and-pp{
	display:inline-block;
}
.footer-terms-and-pp ul li{
	display:inline-block;
	padding-right:10px;
}
.footer-terms-and-pp ul li a{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
}
.footer-terms-and-pp ul li:after{
	display:inline-block;
	content:"•";
	color:#FF7F3F;
	padding-left:10px;
	
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
}
.footer-copyright{
	display:inline-block;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
}
.footer-contact-title{
	margin-top:0;
	margin-bottom:20px;
}
.footer-col-title{
	color:#FFD03E;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 120%;
	padding-bottom:24px;
}
.footer-phone{
	padding-top:20px;
}
.footer-socials .footer-social{
	display:inline-block;
	padding-right:10px;
}
.footer-socials .footer-social:last-child{
	padding-right:0;
}


/* Slider
--------------------------------------------- */
.splide__pagination{
	margin-top:50PX;
}
button.splide__pagination__page{
	background: url(./img/splider-pagination.svg);
	width:22px;
	height:22px;
	padding:0;
	-webkit-appearance: none;
	border-width:0;
	
}
button.splide__pagination__page.is-active{
	background: url(./img/splider-pagination-active.svg);
	width:36px;
}
.splide__pagination li button{
	margin-right:10px;
}
.splide__pagination li:last-child button{
	margin-right:0;
}


/* Our Solutions
--------------------------------------------- */
.services-slider .splide__slide .services-slide-inner{
	background-color:#FFF;
	height: 100%;
	padding-top:32.5px;
	padding-bottom:32.5px;
	padding-right:22.5px;
	padding-left:22.5px;
	border-bottom: #DCE1E9 30px solid;
	border-right: #DCE1E9 1px solid;
	border-left: #DCE1E9 1px solid;
}
.services-slider .splide__slide:hover .services-slide-inner{
	background-color:#003A5C;
	margin-top: 30px;
	/*transition: margin-top 500ms;*/
	/*transition: border-bottom-width 500ms;*/
	border-bottom-width:0;
}
@media (max-width:767px){
	.services-slider .splide__slide:hover .services-slide-inner{
		margin-top: 0;
	}
}
.services-slide-inner-img{
	margin-left:auto;
	margin-right:auto;
	width:33px;
	height:33px;
	background: url(./img/icon-computer.svg);
}
.services-slider .splide__slide:hover .services-slide-inner-img{
	background: url(./img/icon-computer-active.svg);
}
.services-slider .splide__slide .services-title{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #272B2F;
	padding-top:20px;
}
.services-slider .splide__slide:hover .services-title{
	color: #FFD03E;
}
.services-slider .splide__slide .services-excerpt{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	text-align: center;
	color: #272B2F;
	padding-top:15px;
}
.services-slider .splide__slide:hover .services-excerpt{
	color: #FFFFFF;
}
.services-slider{
	margin-bottom:89px;
}
.services-slider .splide__pagination{
	margin-top:70px;
}
/* Our Customized Approach
--------------------------------------------- */
.approach-step{
	text-align:center;
	align-items: center;
	padding: 20px 24px;
	border-radius: 7px;
	cursor:default;
}
@media (max-width:767px){
	.approach-step.bg-navy{
		margin: 20px 0;
	}
}
.approach-step-week{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 0 !important;
}
.approach-step-week p{
	margin: 0;
}
.approach-step-number{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-size: 80px;
	line-height: 80px;
	color: #FF7F3F;
	opacity: 0.4;
	margin-top: 17px;
	margin-bottom: 0 !important;
}
.approach-step-number p{
	margin: 0;
}
.approach-step.bg-navy .approach-step-number{
	color: #FFD03E;
	opacity: 1;
}
.approach-step:hover .approach-step-week{
	color: #FFD03E;
}
.approach-step:hover{
	background: #003A5C;
}
.approach-step:hover .approach-step-number{
	color: #FFD03E;
	opacity: 1;
}
.approach-step:hover .approach-step-title{
	color: #FFD03E;
}
.approach-step:hover .approach-step-desc {
    color: #FFFFFF;
}
.approach-step-number-with-week{
	margin-top: 0;
}
.approach-step-title{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	color: #272B2F;
	margin-top: 15px;
	margin-bottom: 0 !important;
}
.approach-step-title p{
	margin: 0;
}
.approach-step.bg-navy .approach-step-title{
	color: #FFD03E;
}
.approach-step-desc{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	color: #272B2F;
	margin-top: 5px;
	margin-bottom: 0 !important;
}
.approach-step-desc p{
	margin: 0;
}
.approach-step.bg-navy .approach-step-desc{
	color: #FFFFFF;
}
/* About
--------------------------------------------- */
.header-text-bullet::before {
    display: inline-block;
	background-image: url(./img/bullet-orange.svg);
	width:6px;
	height:6px;
	content: "";
	vertical-align: super;
	margin-right:10px;
}
.row-cta .vc_row.vc_row-flex>.vc_column_container:last-child>.vc_column-inner{
	justify-content:center;
}
@media (max-width:767px){
	.wpb_single_image.how-we-operate-icon{
		margin-top: 60px !important;
		max-width: 225px;
		margin-right:auto;
		margin-left:auto;
	}
	.row-cta .vc_row.vc_row-flex>.vc_column_container:first-child>.vc_column-inner{
		padding-left: 15px !important;
		text-align:center !important;
	}
	.row-cta .vc_row.vc_row-flex>.vc_column_container:first-child>.vc_column-inner h2{
		text-align:center !important;
	}
	.row-cta .vc_row.vc_row-flex>.vc_column_container:last-child>.vc_column-inner{
		margin-top:40px;
	}
}
/* FAQ
--------------------------------------------- */
.faq-area{
	display:flex;
	position:relative;
}
.faq-list{
	width:50%;
}
.faq-info{
	width:50%;
}
.faq-list-inner{
	background-color:#FFF;
	margin-top:54px;
	margin-right: -42.5px;
	position: relative;
	z-index: 1;
	box-shadow: 0px 0px 15px 5px rgba(0, 58, 92, 0.15);
}
.faq-list-item{
	padding-top:24px;
	padding-bottom:24px;
	padding-right:71px;
	padding-left:56px;
	background: center right 31px no-repeat url(./img/faq-list-item-arrow.svg),
				center left 16px no-repeat url(./img/faq-list-item-bullet-15.svg);
	cursor:pointer;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color:transparent;
	border-bottom: 1px solid #D5F3FF;
}
.faq-list-item.active{;
	background: center right 31px no-repeat url(./img/faq-list-item-arrow-active.svg),
				center left 16px no-repeat url(./img/faq-list-item-bullet-15-active.svg),
				#DCE1E9;
}
.faq-list-item.active .faq-list-item-title{
	font-weight:600;
}
.faq-info-inner{
	background-color:#DCE1E9;
	margin-left: -42.5px;
	position:relative;
	padding-left:112px;
	padding-right:112px;
	padding-top:40px;
	padding-bottom:29px;
	border: 1px solid rgba(0, 58, 92, 0.4);
	border-radius: 7px;
}
.faq-info-item{
	display:none;
}
.faq-info-item.active{
	display:block;
}
.faq-info-item-title{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
}
.faq-info-item-desc{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	margin-top:1em;
}
.faq-info-item-desc p:first-child{
	display:inline;
}
@media (max-width:900px){
	.faq-list{
		display:none;
	}
	.faq-info{
		width:100%;
	}
	.faq-info{
		margin-top: 0 !important;
	}
	.faq-info-inner{
		position:relative;
		border: 1px solid #D5F3FF;
	}
	.faq-info-inner .faq-info-item{
		border-bottom: 1px solid #D5F3FF;
	}
	.faq-info-inner .faq-info-item:last-child{
		border-bottom-width: 0;
	}
	.faq-info-inner .faq-info-item:first-child .faq-info-item-title{
		border-top-right-radius: 7px;
		border-top-left-radius: 7px;
	}
	.faq-info-inner .faq-info-item:last-child:not(.mobile-open) .faq-info-item-title{
		border-bottom-right-radius: 7px;
		border-bottom-left-radius: 7px;
	}
	.faq-info-item{
		display: block;
		padding:0;
	}
	.faq-info-item-title{
		background-color:#fff;
		padding:40px;
		cursor:pointer;
	}
	.faq-info-item-desc{
		padding:40px;
		margin-top: 0;
		display:none;
	}
	.faq-info-inner .faq-info-item.mobile-open .faq-info-item-desc{
		display:block;
	}
	.faq-info-item-desc p:last-child{
		margin-bottom: 0;
	}
	.faq-info-inner{
		margin-left: 0;
		padding:0;
	}
}

/* Blog
--------------------------------------------- */
.blog-list {
   display: grid; 
   grid-template-rows: 1fr 1fr;
   grid-template-columns: 1fr 1fr;
   gap: 24px;
   height: 100%;
}
.blog-list-item{
	display:flex;
}
.blog-list img{
	border-radius:7px;
	max-height:228px;
	max-width:293px;
}
.blog-list-item-inner-info{
	padding-left:20px;
}
.blog-list-item-inner-info-top{
	display:flex;
	flex-wrap: wrap;
}

.blog-list-item-category{
	padding: 8px 20px;
	background: #FFD03E;
	border-radius: 41px;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	color: #003A5C;
	margin-right: 10px;
	text-align: center;
}
.blog-list-item-category-divider {
    display: inline-block;
    background-image: url(./img/bullet-orange.svg);
    width: 6px;
    height: 6px;
    margin-right: 10px;
    margin-top: 18px;
}
.blog-list-item-date{
    margin-top: 3px
}
.blog-list-item-title{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	color: #003A5C;
	margin-top:14px;
}
.blog-list-item-title-link{
	text-decoration:none;
}
.blog-list-item-desc{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	color: #272B2F;
	margin-top:8px;
}
.blog-list .blog-list-item:nth-child(1) {
	display:block;
	background-color: #FFF;
	border-radius:7px;
	padding:24px;
	grid-row-start: 1;
	grid-column-start: 1;
	grid-row-end: 3;
	grid-column-end: 2;
}
.blog-list .blog-list-item:nth-child(1) .blog-list-item-inner-img{
	text-align:center;
}
.blog-list .blog-list-item:nth-child(1) .blog-list-item-inner-img img{
	max-width:100%;
	max-height:228px;
}
.blog-list .blog-list-item:nth-child(1) .blog-list-item-inner-info-top{
	margin-top:21px;
}
.blog-list .blog-list-item:nth-child(1) .blog-list-item-inner-info{
	padding-left:0;
}
.blog-list .blog-list-item:nth-child(1) .blog-list-item-title{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 800;
	font-size: 28px;
	line-height: 40px;
	color: #003A5C;
	margin-top:24px;
}
.blog-list .blog-list-item:nth-child(1) .blog-list-item-desc{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	color: #272B2F;
	margin-top:14px;
}

.blog-list .blog-list-item:nth-child(2) {
   grid-row-start: 1;
   grid-column-start: 2;
   grid-row-end: 2;
   grid-column-end: 3;
}
.blog-list .blog-list-item:nth-child(3) {
   grid-row-start: 2;
   grid-column-start: 2;
   grid-row-end: 3;
   grid-column-end: 3;
}
.blog-show-more{
	text-align: center;
	padding: 20px;
	background: #FF7F3F;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 24px;
	color: #003A5C;
	cursor:pointer;
	
	margin-top:80px;
}
.blog-show-more img{
	margin-left:10px;
	vertical-align: top;
    margin-top: 7px;
}
@media (max-width:1150px){
	.blog-list{
		display: flex;
		flex-wrap: wrap;
	}
	.blog-list-item {
		margin-bottom:40px;
	}
	.blog-show-more{
		margin-top: 40px;
	}
}
@media (max-width:650px){
	.blog-list .blog-list-item {
		display:block;
		margin-bottom:60px;
	}
	.blog-show-more{
		margin-top: 20px;
	}
	.blog-list .blog-list-item .blog-list-item-inner-img{
		text-align:center;
	}
	.blog-list .blog-list-item .blog-list-item-inner-img img{
		max-width:100%;
		max-height:228px;
	}
	.blog-list .blog-list-item .blog-list-item-inner-info-top{
		margin-top:21px;
	}
	.blog-list .blog-list-item .blog-list-item-inner-info{
		padding-left:0;
	}
	.blog-list .blog-list-item .blog-list-item-title{
		
	}
	.blog-list .blog-list-item .blog-list-item-desc{

	}
}

.single-post .navigation.post-navigation{
	margin-top:60px;
}

/* Contact
--------------------------------------------- */
.contact-form-bg{
	background: no-repeat url(./img/contact-form-bg.svg);
	background-size:cover;
}

/* Forms
--------------------------------------------- */
.gform-theme--api, .gform-theme--foundation {
    --gf-form-gap-y: 0;
}
#gform_1 .gform_fields,
#gform_2 .gform_fields{
	display:flex;
	flex-wrap:wrap;
	column-gap:0;
}
#gform_1 .gform_fields > .gfield,
#gform_2 .gform_fields > .gfield{
	width:50%;
	padding-right:20px;
	margin-bottom:40px;
}
@media (max-width:485px){
	#gform_1 .gform_fields > .gfield,
	#gform_2 .gform_fields > .gfield{
		width:100%;
	}
}
#gform_2 .gform_fields > .gfield{
	margin-bottom:50px;
}
#gform_1 .gform_fields > .gfield:last-child,
#gform_2 .gform_fields > .gfield:last-child{
	width:100%;
}
#gform_1 input[type=text],
#gform_1 input[type=email],
#gform_1 input[type=tel],
#gform_1 select,
#gform_2 input[type=text],
#gform_2 input[type=email],
#gform_2 input[type=tel],
#gform_2 select{
	background-color:transparent;
	border-width:0;
	--gf-local-shadow: none;
	border-bottom: 1px solid #000; /*was #F2F2F2*/
	border-radius:0;
	padding: 0;
	
	font-family: 'Lato';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	color: #000; /*was #F2F2F2*/
}
#gform_1 select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	background: url(./img/arrow-down-white.svg) no-repeat;
	background-size: 14px;
	background-position: calc(100% - 5px) 15px;
}
#gform_wrapper_1 .gform_fields .gfield input::-webkit-input-placeholder,
#gform_wrapper_2 .gform_fields .gfield input::-webkit-input-placeholder {
	color: #000; /*was #F2F2F2*/
}
#gform_wrapper_1 .gform_fields .gfield input::-moz-placeholder,
#gform_wrapper_2 .gform_fields .gfield input::-moz-placeholder { 
	color: #000; /*was #F2F2F2*/
}
#gform_wrapper_1 .gform_fields .gfield input:-ms-input-placeholder,
#gform_wrapper_2 .gform_fields .gfield input:-ms-input-placeholder {
	color: #000; /*was #F2F2F2*/
}
#gform_wrapper_1 .gform_fields .gfield input:-moz-placeholder,
#gform_wrapper_2 .gform_fields .gfield input:-moz-placeholder {
	color: #000; /*was #F2F2F2*/
}
#gform_wrapper_1 .gform_fields .gfield select,
#gform_wrapper_1 .gform_fields .gfield select .gf_placeholder{
	color: #000; /*was #F2F2F2*/
}
#gform_wrapper_1 .gform_fields .gfield  option{
	color: #000; /*was #F2F2F2*/
}
#gform_wrapper_1  label ,
#gform_wrapper_1  legend ,
#gform_wrapper_1  input[type=checkbox] {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	color: #000 !important; /*was #F2F2F2*/
}

#gform_wrapper_1 .gform_button,
#gform_wrapper_2 .gform_button{
	font-family: 'Lato';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #003A5C;
    text-decoration: none;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 19.5px;
    padding-bottom: 19.5px;
    display: inline-block;
	background: #FFD03E;
	border-radius:0;
	transition: background 0.3s ease-in-out;
}
#gform_wrapper_1 .gform_button:hover,
#gform_wrapper_2 .gform_button:hover{
	background: #e5bb37;
}
#gform_wrapper_2 .gfield.gfield--type-checkbox{
	margin-top:10px;
	margin-bottom:50px;
}
#gform_wrapper_2 .gfield-choice-input{
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	border: 4px solid #FFD03E;
	border-radius:0;
	margin-top: 3px;
}
#gform_wrapper_2 .gform-field-label{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	color: #F2F2F2;
}
.gform-theme--framework .gform_validation_errors{
	border-color:#f5c0b4;
	margin-right:20px;
	margin-bottom:20px;
}
.gform-theme--framework .gform_validation_errors .gform_submission_error{
	color:#f5c0b4;
}
.gform-theme--framework .gform_validation_errors .gform-icon{
	border-color:#f5c0b4;
	color:#f5c0b4;
}
.gform-theme--framework .gfield_validation_message{
	color:#f5c0b4;
}
.contact-tel a{
	text-decoration:none !important;
	color:#272B2F !important;
}

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

.single-post .entry-header{
	padding-left:15px;
	padding-right:15px;
}
.single-post article{
	max-width:var(--pagemax);
	margin-left:auto;
	margin-right:auto;
}
.single-post .post-thumbnail{
	text-align: center;
	margin-top:60px;
	padding-left:15px;
	padding-right:15px;
}
.single-post .entry-title{
	margin:0;
	margin-top:30px;
}
.blog-author-info{
	
}
.blog-date{
	margin-top:30px;
	font-weight:800;
}
.nav-links .nav-previous a,
.nav-links .nav-next a{
	text-decoration:none;
}
.nav-links .nav-previous .nav-subtitle,
.nav-links .nav-next .nav-subtitle{
	font-weight:800;
	color:#272B2F;
}

.navigation.post-navigation{
	max-width:var(--pagemax);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:80px;
	padding-left: 15px;
    padding-right: 15px;
}

/* Leadership
--------------------------------------------- */
.post-type-archive-leadership .page-title{
	text-align:center;
}
.post-type-archive-leadership .site-main{
	max-width:var(--pagemax);
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	padding-right:15px;
}
.leadership-list{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:30px;
}
.leadership-list article{
	width:25%;
	padding-left:10px;
	padding-right:10px;
}
@media (max-width:1110px){
	.leadership-list article{
		width:50%;
	}
}
@media (max-width:575px){
	.leadership-list article{
		width:100%;
	}
	.leadership-list article .post-thumbnail img{
		width:100%;
	}
}
.leadership-list article .entry-title{
	margin:0;
	margin-top:3px;
}
.leadership-title{
	font-style:italic;
	margin-top:5px;
}
.leadership-link{
	margin-top:10px;
	margin-bottom:50px;
}
.leadership-link a{
	color: #61B3E4;
	text-decoration:none;
}

.single-leadership .post-thumbnail{
	float: right;
	margin-left:50px;
}
.single-leadership .entry-title{
	display: inline-block;
	margin:0;
}
.single-leadership .entry-title:after {
    content: '';
    height: 2px;
    width: 120px;
    background: #ff7f3f;
    display: block;
    margin: 33px 0 35px;
}
@media (max-width:1140px){
	.single-leadership .post-thumbnail{
		float: none;
		margin-left:0;
		text-align:center;
		margin-bottom:40px;
	}
	.single-leadership .leadership-top{
		text-align:center;
	}
	.single-leadership .entry-title:after {
		margin-left:auto;
		margin-right:auto;
	}
}
.single-leadership .leadership-title{
	margin-bottom:25px;
}
.single-leadership article{
	padding-top:60px;
	max-width:var(--pagemax);
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	padding-right:15px;
}
.leadership-see-all{
	text-align:center;
	margin-top: 75px;
}
.single-leadership .navigation.post-navigation{
	margin-top:40px;
}


.cc-logo img{
	width:125px;
	height:125px;
}

.gform_confirmation_message{
	color: #fff;
}
@media (max-width:700px){
h1{
	font-size: 42px;
    line-height: 100%;
}
}

.blue-bg{
	background: no-repeat url(./img/blue-bg.svg);
	background-size:cover;
}
#gform_4 .gform_fields {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
}
#gform_4 .gform_fields > .gfield {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 40px;
}
#gform_4 input[type=text], 
#gform_4 input[type=email],
#gform_4 input[type=tel], 
#gform_4 select {
    background-color: transparent;
    border-width: 0;
    --gf-local-shadow: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 0;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #000;
}
#gform_4 input[type=text]:focus, 
#gform_4 input[type=email]:focus,
#gform_4 input[type=tel]:focus{
	outline-color: #FF7F3F !important;
}
#gform_wrapper_4 .gform_button{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-decoration: none;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 19.5px;
    padding-bottom: 19.5px;
    display: inline-block;
    border-radius: 0;
	background: #003A5C;
	color:#FFF !important;
	transition: background 0.3s ease-in-out;
}
#gform_wrapper_4 .gform_button:hover{
	background: #61B3E4;
	color: #003A5C !important;
}
#gform_wrapper_4 .gform_fields{
	row-gap:0;
}
#gform_wrapper_4 .gform_footer{
	margin-block-start:0;
}
.row-checkmarks{
	justify-content: space-around;
}
.p-accent-checkmark{
	background: no-repeat url(./img/icon-yellow-checkmark.svg);
	background-position: center left;
	padding-left:31px !important;
	width: 311px;
	max-width: 311px;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #003A5C;
}
.capability-list{
	margin-bottom:35px;
}
.capability-list-inner{
	box-shadow: 0px 0px 15px 5px rgba(0, 58, 92, 0.15);
}
.capability-list-item{
	cursor:pointer;
	background-repeat: no-repeat;
	background-image: url(./img/icon-plus-orange.svg);
	background-position: top 30px right 16px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #DCE1E9;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:16px;
	padding-right:40px;
}
.capability-list-item:hover{
	background-image: url(./img/icon-plus-blue.svg);
}
.capability-list-item.active{
	background-image: url(./img/icon-minus-black.svg);
	background-color: #DCE1E9;
	border-bottom: 2px solid rgba(0, 58, 92, 0.4);
}
.capability-list-item.active:hover{
	background-image: url(./img/icon-minus-blue.svg);
}
.capability-list-item-desc{
	
}
.capability-list-item-title{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	text-transform: capitalize;
	color: #272B2F;
}
.capability-list-item:hover .capability-list-item-title{
	color: #61B3E4;
}
.capability-list-item-excerpt{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #272B2F;
}
.capability-list-item-content{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;

	color: #000000;
	display:none;
}
.capability-list-item-content ul{
	padding: 0;
}
.capability-list-item.active .capability-list-item-content{
	display:block;
}
.service-stats{
	
}
.service-stats > .vc_column-inner > .wpb_wrapper{
	display:flex;
	flex-wrap: wrap;
}
.service-stat{
	width:50%;
	text-align:center;
}
.service-stat > .wpb_wrapper{
	padding-left:8px;
	padding-right:8px;
	max-width:364px;
}
.service-stat-number{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 800;
	font-size: 58px;
	line-height: 120%;
	text-transform: capitalize;
	color: #003A5C;
}
.service-stat-title{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #272B2F;
}
.service-stat-desc{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #272B2F;
}
.le-breadcrumbs{
	
}
.le-breadcrumbs a{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 150%;
	color: #DCE1E9;
	text-decoration:none;
	padding-right:24px;
	margin-right:15px;
	display:inline-block;
}
.le-breadcrumbs a{
	background-repeat: no-repeat;
	background-image: url(./img/arrow-right-white.svg);
	background-position: center right;
}
.le-breadcrumbs a:last-child{
	padding-right:0;
	margin-right:0;
	background-image: none;
}
.img-full-width.wpb_single_image .vc_figure,
.img-full-width.wpb_single_image .vc_single_image-wrapper,
.img-full-width.wpb_single_image img{
	width: 100%;
}

.bg-blue-gradient > .wpb_column > .vc_column-inner{
	/*background: linear-gradient(225deg, #61B3E4 0%, #003A5C 100%); */
	/*background-image: url(./img/bg-blue-gradient.svg);*/
	background-image: url(./img/blue-bg.svg);
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mm-wrapper--position-left .mm-slideout{
	will-change: initial;
}
.bg-blue-gradient .testimonials-slider{
	margin-top: 143px;
	margin-bottom: 75px;
}

.bg-blue-gradient .quote-mark-bg .vc_column-inner{
	background-color:#FFF;
	border-radius:7px;
	max-width: 100% !important;
	margin-top:49px;
	margin-bottom:49px;
	padding-left:8%;
}
.bg-blue-gradient .quote-mark-bg .vc_column-inner .wpb_wrapper{
	max-width: calc((var(--pagemax) / 2) - 30px - 8%);
}
@media (max-width:767px){
	.bg-blue-gradient .quote-mark-bg .vc_column-inner{
		padding-left:25px;
		padding-right:25px;
	}
	.bg-blue-gradient .quote-mark-bg .vc_column-inner .wpb_wrapper{
		max-width: none;
	}
}
.services-list{
	display:flex;
	flex-wrap:wrap;
	padding-left:25px;
}
@media (max-width:767px){
	.services-list{
		padding-left:0;
	}
}
.services-list-item{
	width:50%;
	margin-bottom:25px;
}
@media (max-width:440px){
	.services-list-item{
		width:100%;
	}
}
.services-list-item-title{
	padding-right:8px;
	padding-left:8px;
}
.services-list-item-title a{
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	color: #272B2F;
	text-decoration:none;
}
.wpb_text_column .wpb_wrapper strong{
	font-weight:600;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.entry-content > .wpb-content-wrapper > .vc_row{
	animation-timing-function: ease-in-out;
	
	animation-delay: 0s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    opacity: 0;
}
.entry-content > .wpb-content-wrapper > .vc_row:first-child{
	opacity: 1;
}
.entry-content > .wpb-content-wrapper > .vc_row.animate{
	animation-name: fadeIn;

}
.entry-content > .wpb-content-wrapper > .vc_row.animate:first-child{
	animation-name: none;
}