/*.hero-area.hero-icon .head-wrap .logo .circle img { border-radius:50% }*/

/*
.gform_wrapper textarea.textarea {
    height: initial!important;
    min-height: 44px!important;
}*/

.bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-color: #f5f5f5;
}

.dn-button {
	background-color: #a2f999;
	border: 1px solid #a2f999;
	border-radius: 6px;
	color: #003769;
	text-decoration: none;
	display: inline-block;
	line-height: 1.4;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	-webkit-transition-property: background-color, color, border-color;
	transition-property: background-color, color, border-color;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.dn-button.soft {
	border-color: rgba(255, 255, 255, 0);
	background-color: rgba(58, 81, 100, .07);
	color: #003769;
}

.dn-button.button-blue {
	border-color: #003769;
	background-color: #003769;
}

.dn-button.button-blue:hover {
	background-color: #4ccf96;
}

.dn-button.button-outline {
	color: #4ccf96;
	border-color: #4ccf96;
	background-color: rgba(255, 255, 255, 0);
}

.dn-button.button-square {
	text-align: center;
	color: #fff;
	width: 100px;
	height: 100px;
	padding: 30px 20px;
	background-color: #4ccf96;
}

.dn-button:active, .dn-button:hover {
	background-color: #9897ff;
	border-color: #9897ff;
	color: #003769;
}

.reset-ul, .reset-ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dn-link-arrow {
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
}

.dn-link-arrow svg {
	fill: currentColor;
	margin-left: 5px;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.dn-link-arrow.white {
	color: #fff;
}

.dn-link-arrow.green {
	color: #4ccf96;
}

.dn-link-arrow:hover svg {
	-webkit-transform: translateX(6px);
	transform: translateX(6px);
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: rgba(255, 255, 255, 0);
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	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;
}

[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 {
	-webkit-box-sizing: border-box;
	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] {
	-webkit-box-sizing: border-box;
	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;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

body, button, input, optgroup, select, textarea {
	color: #003769;
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	line-height: 1.6;
}

.entry-header {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.entry-header h1 {
	margin-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, .single-blocks h2, h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin-top: 0;
	font-family: "Pennypacker", Impact;
	font-weight: 700;
	margin-bottom: 1.2rem;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

cite, dfn, 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;
	font-size: 15px;
	font-size: .9375rem;
	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;
	font-size: 15px;
	font-size: .9375rem;
}

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

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

big {
	font-size: 125%;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*, :after, :before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
}

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

ol, ul {
	margin: 0 0 1.2em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
}

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

button, input[type=button], input[type=reset], input[type=submit] {
	background-color: rgba(255, 255, 255, 0);
	padding: 0;
}

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

select {
	border: 1px solid #003769;
}

textarea {
	width: 100%;
}

a {
	-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	transition: color .2s ease-in-out, background-color .2s ease-in-out;
	outline: 0 !important;
	color: inherit;
}

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

.main-navigation ul ul {
	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.focus > ul, .main-navigation ul ul li:hover > ul {
	left: 100%;
}

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

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

.main-navigation li {
	float: left;
}

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

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

.comment-navigation .nav-previous, .post-navigation .nav-previous, .posts-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next, .post-navigation .nav-next, .posts-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	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;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .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;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

.clear:after, .clear:before, .comment-content:after, .comment-content:before, .entry-content:after, .entry-content:before, .site-content:after, .site-content:before, .site-footer:after, .site-footer:before, .site-header:after, .site-header:before {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after, .comment-content:after, .entry-content:after, .site-content:after, .site-footer:after, .site-header:after {
	clear: both;
}

.widget {
	margin: 0 0 1.5em;
}

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

.sticky {
	display: block;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

audio, embed, iframe, object, video {
	max-width: 100%;
}

.custom-logo-link {
	display: inline-block;
}

.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: .8075em 0;
}

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

.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

a.post-edit-link {
	position: fixed;
	bottom: 20px;
	left: 20px;
	padding: .5em 1em;
	background: #4ccf96;
	opacity: .5;
	text-decoration: none;
	color: #fff !important;
}

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

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: rgba(255, 255, 255, 0);
	text-shadow: none;
	background-color: rgba(255, 255, 255, 0);
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
	display: none !important;
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
	display: none !important;
}

.visible-print {
	display: none !important;
}

.visible-print-block {
	display: none !important;
}

.visible-print-inline {
	display: none !important;
}

.visible-print-inline-block {
	display: none !important;
}

.clearfix, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
	content: " ";
	display: table;
}

.clearfix:after, .container-fluid:after, .container:after, .row:after {
	clear: both;
}

fieldset {
	padding: 0;
	border: none;
}

label {
	font-weight: bolder;
	margin-top: 1em;
	margin-bottom: .5em;
}

input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
	color: #003769;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	outline: 0;
	border: 1px solid rgba(30, 79, 117, .3);
	padding: 10px 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 6px;
	-webkit-transition-property: border-color;
	transition-property: border-color;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	opacity: .5;
}

input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=url]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
	opacity: .5;
}

input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
	opacity: .5;
}

input[type=email]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=text]:-moz-placeholder, input[type=url]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
	opacity: .5;
}

input[type=email].filled, input[type=email]:focus, input[type=number].filled, input[type=number]:focus, input[type=password].filled, input[type=password]:focus, input[type=tel].filled, input[type=tel]:focus, input[type=text].filled, input[type=text]:focus, input[type=url].filled, input[type=url]:focus, select.filled, select:focus, textarea.filled, textarea:focus {
	border-color: #003769;
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

select {
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23a0a5aa%22%2F%3E%3C%2Fsvg%3E");
	-webkit-box-shadow: none;
	box-shadow: none;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: right 5px top 55%;
}

select[multiple=multiple] {
	background: 0 0;
}

textarea {
	resize: none;
	height: 44px;
	overflow: hidden;
	display: block;
}

select.nitro-lazy {
	background-image: none !important;
}

button[type=button], button[type=submit], input[type=submit] {
	background-color: #4ccf96;
	border: 1px solid #4ccf96;
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	line-height: 1.4;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	-webkit-transition-property: background-color, color, border-color;
	transition-property: background-color, color, border-color;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	cursor: pointer;
}

button[type=button]:active, button[type=button]:hover, button[type=submit]:active, button[type=submit]:hover, input[type=submit]:active, input[type=submit]:hover {
	background-color: #9897ff;
	border-color: #9897ff;
	color: #fff;
}

.gform_wrapper {
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.gform_wrapper.submitting {
	opacity: .5;
	pointer-events: none;
}

.gform_wrapper .gform_submission_error {
	display: none !important;
}

.gform_wrapper form {
	position: relative;
}

.gform_body .gform_fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.gform_body .gform_fields .gfield {
	width: 100%;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

.gform_body .gform_fields .gfield .gfield_label {
	font-size: 12px;
	display: block;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: .5em;
	cursor: pointer;
}

.gform_body .gform_fields .gfield .gfield_description {
	font-size: 90%;
	margin: .5em 0;
}

.gform_body .gform_fields .gfield .ginput_complex span.ginput_full {
	width: 100%;
}

.gform_body .gform_fields .gfield .ginput_complex span label {
	display: block;
	font-size: 90%;
	margin: .5em 0;
}

.gform_body .gform_fields .gfield.gfield_error .gfield_description, .gform_body .gform_fields .gfield.gfield_error .gfield_label {
	color: #c00707;
}

.gform_body .gform_fields .gfield.gfield_error input, .gform_body .gform_fields .gfield.gfield_error select, .gform_body .gform_fields .gfield.gfield_error textarea {
	border-color: #c00707;
}

.gform_body .gform_fields .gfield.gfield_error .gfield_validation_message {
	color: #c00707;
	font-size: 85%;
}

.gform_body .gform_fields .gfield.hidden_label > .gfield_label {
	display: none !important;
}

.gform_body .gform_fields .type-checkbox .gchoice input, .gform_body .gform_fields .type-radio .gchoice input {
	position: absolute;
	left: -9999em;
}

.gform_body .gform_fields .type-checkbox .gchoice input:checked + label:after, .gform_body .gform_fields .type-radio .gchoice input:checked + label:after {
	opacity: 1;
}

.gform_body .gform_fields .type-checkbox .gchoice label, .gform_body .gform_fields .type-radio .gchoice label {
	position: relative;
	padding-left: 28px;
	padding-top: 3px;
	cursor: pointer;
	margin: 0 3px 3px 0;
	display: inline-block;
}

.gform_body .gform_fields .type-checkbox .gchoice label:before, .gform_body .gform_fields .type-radio .gchoice label:before {
	content: "";
	position: absolute;
	display: block;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid rgba(30, 79, 117, .3);
	-webkit-transition-property: border-color;
	transition-property: border-color;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.gform_body .gform_fields .type-checkbox .gchoice label:after, .gform_body .gform_fields .type-radio .gchoice label:after {
	content: "";
	position: absolute;
	display: block;
	will-change: transform, opacity;
	opacity: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.gform_body .gform_fields .type-checkbox .gfield_radio .gchoice label:before, .gform_body .gform_fields .type-radio .gfield_radio .gchoice label:before {
	border-radius: 50%;
}

.gform_body .gform_fields .type-checkbox .gfield_radio .gchoice label:after, .gform_body .gform_fields .type-radio .gfield_radio .gchoice label:after {
	width: 12px;
	height: 12px;
	top: 6px;
	left: 4px;
	background-color: #003769;
	border-radius: 50%;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.gform_body .gform_fields .type-checkbox .gfield_radio .gchoice input:checked + label:before, .gform_body .gform_fields .type-radio .gfield_radio .gchoice input:checked + label:before {
	border-color: #003769;
}

.gform_body .gform_fields .type-checkbox .gfield_radio .gchoice input:checked + label:after, .gform_body .gform_fields .type-radio .gfield_radio .gchoice input:checked + label:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.gform_body .gform_fields .type-checkbox .gfield_checkbox .gchoice label:after, .gform_body .gform_fields .type-radio .gfield_checkbox .gchoice label:after {
	width: 12px;
	height: 7px;
	border-left: 2px solid;
	border-bottom: 2px solid;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
	top: 7px;
	left: 4px;
}

.gform_body .gform_fields .type-checkbox .gfield_checkbox .gchoice input:checked + label:before, .gform_body .gform_fields .type-radio .gfield_checkbox .gchoice input:checked + label:before {
	border-color: #003769;
}

.gform_body .gform_fields .type-checkbox .gfield_checkbox .gchoice input:checked + label:after, .gform_body .gform_fields .type-radio .gfield_checkbox .gchoice input:checked + label:after {
	opacity: 1;
}

.gform_body .gform_fields .type-consent .ginput_container input {
	position: absolute;
	left: -9999em;
}

.gform_body .gform_fields .type-consent .ginput_container label {
	position: relative;
	padding-left: 23px;
	cursor: pointer;
	margin: 0 5px 5px 0;
	display: inline-block;
}

.gform_body .gform_fields .type-consent .ginput_container label:before {
	content: "";
	position: absolute;
	display: block;
	top: 2px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #003769;
}

.gform_body .gform_fields .type-consent .ginput_container label:after {
	content: "";
	opacity: 0;
	position: absolute;
	display: block;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	width: 9px;
	height: 5px;
	border-left: 2px solid;
	border-bottom: 2px solid;
	-webkit-transform: rotate(-45deg) scale(0);
	transform: rotate(-45deg) scale(0);
	top: 6px;
	left: 3px;
	will-change: transform, opacity;
}

.gform_body .gform_fields .type-consent .ginput_container input:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1) rotate(-45deg);
	transform: scale(1) rotate(-45deg);
}

.gform_body .gform_fields .type-name .ginput_complex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: -10px;
	margin-right: -10px;
}

.gform_body .gform_fields .type-name .ginput_complex span {
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}

.gform_body .gform_fields .type-time .ginput_complex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.gform_body .gform_fields .type-time .ginput_complex > div {
	width: 60px;
}

.gform_body .gform_fields .type-time .ginput_complex .hour_minute_colon {
	width: 5px;
	text-align: center;
	padding: 0 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.gform_body .gform_fields .type-time .ginput_complex .gfield_time_ampm {
	width: 70px;
	margin-left: 10px;
}

.gform_body .gform_fields .type-list .gfield_list_icons {
	margin-top: .5em;
}

.gform_body .gform_fields .type-list .gfield_list_group {
	margin-bottom: .5em;
}

.gform_body .gform_fields .type-address .ginput_complex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: -10px;
	margin-right: -10px;
}

.gform_body .gform_fields .type-address .ginput_complex span {
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: .5em;
}

.gform_body .gform_fields .type-address .ginput_complex span.address_city, .gform_body .gform_fields .type-address .ginput_complex span.address_country {
	width: 100%;
}

.gform_footer {
	margin-top: 10px;
}

.gform_footer .gform_ajax_spinner {
	display: none;
}

.gform_submission_error {
	font-size: 16px;
	padding: 10px 20px;
	border: 1px solid #c00707;
	color: #c00707;
}

.receive-email-updates label {
	font-size: 12px;
	font-weight: 500;
}

.h1, h1 {
	font-size: 50px;
	line-height: 1.22;
}

.h2, h2 {
	font-size: 36px;
	line-height: 1.22;
}

.h3, .single-blocks h2, h3 {
	font-size: 22px;
	line-height: 1.25em;
	font-weight: 600;
}

.h4, .h5, .h6, h4, h5, h6 {
	font-size: 1.125em;
	line-height: 1.22222222em;
}

.mfp-wrap button {
	background-color: transparent !important;
	display: block;
	width: auto !important;
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0 !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-arrow, button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus, .mfp-close:hover {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
	opacity: 1;
}

.mfp-arrow:after, .mfp-arrow:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset rgba(255, 255, 255, 0);
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 1140px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:after, .slick-track:before {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid rgba(255, 255, 255, 0);
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	list-style: none;
	margin: 0;
	padding: 0;
}

.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}

.slick-dots li:first-child {
	margin-left: 0;
}

.slick-dots li button {
	text-indent: -8888em;
	padding: 0;
	height: 3px;
	width: 40px;
	background-color: rgba(30, 79, 117, .25);
	border: none;
	display: block;
}

.slick-dots li.slick-active button {
	background-color: #4ccf96;
}

body.stuck #masthead {
	background-color: #fff;
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .02);
	box-shadow: 0 10px 10px rgba(0, 0, 0, .02);
}

body.stuck #masthead .site-logo svg {
	height: 50px;
}

body.stuck #masthead .site-logo svg .cls-3 {
	fill: #42ce92;
}

body.stuck #masthead .site-logo svg .cls-3, .cls-4 {
	stroke-width: 0;
}

body.stuck #masthead .site-logo svg .cls-4 {
	fill: #0e356b;
}

body.stuck.mobile-menu-open #masthead {
	-webkit-box-shadow: none;
	box-shadow: none;
}

body.page-template-page-t-pricing #masthead {
	position: absolute;
	background-color: transparent !important;
}

#masthead {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	background-color: rgba(255, 255, 255, 0);
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.header-container {
	max-width: 1550px;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	height: 90px;
}

.header-container a {
	color: #003769;
}

.header-container .site-logo {
	position: absolute;
	top: 20px;
	left: auto;
	z-index: 15;
}

.header-container .site-logo svg {
	-webkit-transition-property: height;
	transition-property: height;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	display: block;
	height: 73px;
	width: auto;
}

.header-container .primary-navigation {
	padding-left: 120px;
}

.header-container .primary-navigation ul li {
	margin-left: 50px;
	display: inline-block;
}

.header-container .primary-navigation ul li:first-child {
	margin-left: 0;
}

.header-container .primary-navigation ul li.has-drop svg {
	position: relative;
	margin-left: 5px;
	top: -2px;
	display: inline-block;
	-webkit-transition-property: fill;
	transition-property: fill;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.header-container .primary-navigation ul li a {
	cursor: pointer;
	font-family: Montserrat, sans-serif;
	text-decoration: none;
	position: relative;
	z-index: 5;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.header-container .secondary-navigation {
	margin-left: auto;
	position: relative;
	z-index: 15;
}

.header-container .secondary-navigation ul li {
	display: inline-block;
	margin-left: 25px;
	vertical-align: middle;
}

.header-container .secondary-navigation ul li:first-child {
	margin-left: 0;
}

.header-container .secondary-navigation ul li a {
	text-decoration: none;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	display: inline-block;
}

.header-container .secondary-navigation ul li a.featured {
	background-color: #9897ff;
	color: #003769;
	padding: 15px 30px;
	border-radius: 6px;
}

.header-container .secondary-navigation ul li a.featured:hover {
	background-color: #a2f999;
}

ul.fyi-drodown {
	position: absolute;
	top: 0;
	width: 100%;
	left: 50%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	-webkit-transition: opacity .2s ease-in, visibility .2s ease-in, -webkit-transform .2s ease-in;
	transition: opacity .2s ease-in, visibility .2s ease-in, -webkit-transform .2s ease-in;
	transition: opacity .2s ease-in, transform .2s ease-in, visibility .2s ease-in;
	transition: opacity .2s ease-in, transform .2s ease-in, visibility .2s ease-in, -webkit-transform .2s ease-in;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

ul.fyi-drodown > li {
	width: 100%;
	max-width: 1550px;
	margin: 0 auto !important;
}

ul.fyi-drodown > li:not(.li-full) {
	display: block !important;
}

ul.fyi-drodown:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	background-image: url("https://cdn-ilepacm.nitrocdn.com/KfNmQGJihAAuzyrYpGuWPCEiHUiBoUcn/assets/images/optimized/rev-c589a26/fyi.app/wp-content/themes/fyi/img/ornament-drop.svg");
	background-repeat: no-repeat;
	background-position: bottom right;
	-webkit-box-shadow: 0 20px 20px rgba(37, 63, 83, .04);
	box-shadow: 0 20px 20px rgba(37, 63, 83, .04);
}

ul.fyi-drodown .menu-group {
	display: block;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

ul.fyi-drodown li li {
	display: block;
	width: 100%;
	margin-left: 0 !important;
	font-weight: 500;
}

ul.fyi-drodown li li .head {
	font-size: 16px;
	line-height: 1.125;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

ul.fyi-drodown li li .head .icon {
	width: 30px;
	text-align: center;
}

ul.fyi-drodown li li .head .icon img {
	display: block;
	margin: 0 auto;
}

ul.fyi-drodown li li .head .title {
	width: calc(100% - 30px);
	padding-left: 15px;
}

ul.fyi-drodown li li .desc {
	padding-left: 45px;
	font-size: 13px;
	line-height: 1.25;
	color: #7f8991;
}

ul.fyi-drodown .child-dropdown li {
	margin-bottom: 40px;
}

ul.fyi-drodown.product-menu-dropdown > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

ul.fyi-drodown.product-menu-dropdown > li .left-menu {
	width: 23%;
	padding-right: 70px;
	border-right: 1px solid rgba(30, 79, 117, .15);
	position: relative;
}

ul.fyi-drodown.product-menu-dropdown > li .right-menu {
	width: 77%;
	padding-left: 40px;
}

ul.fyi-drodown.product-menu-dropdown > li .right-menu .child-dropdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

ul.fyi-drodown.product-menu-dropdown > li .right-menu .child-dropdown > li {
	width: 100%;
}

ul.fyi-drodown.services-menu-dropdown .child-dropdown li {
	width: 23%;
	padding-right: 30px;
	display: block;
}

ul.fyi-drodown.services-menu-dropdown .child-dropdown li a {
	display: inline-block;
	max-width: 250px;
}

ul.fyi-drodown.resources-menu-dropdown .child-dropdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

ul.fyi-drodown.resources-menu-dropdown .child-dropdown li {
	display: block;
}

ul.fyi-drodown.resources-menu-dropdown .child-dropdown li:nth-child(odd) {
	width: 23%;
	padding-right: 30px;
}

ul.fyi-drodown.resources-menu-dropdown .child-dropdown li:nth-child(even) {
	width: 77%;
	padding-left: 50px;
}

ul.fyi-drodown.resources-menu-dropdown .child-dropdown li a {
	display: inline-block;
	max-width: 250px;
}

li.has-drop.hovered > a {
	color: #4ccf96;
}

li.has-drop.hovered > a svg {
	fill: #4ccf96;
}

.burger {
	width: 50px;
	height: 50px;
	border: none;
	background-color: rgba(255, 255, 255, 0);
	position: relative;
}

.burger > span {
	position: absolute;
	width: 21px;
	height: 16px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
}

.burger > span:after, .burger > span:before, .burger > span > span {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #003769;
	-webkit-transition-property: opacity, top, background-color, -webkit-transform;
	transition-property: opacity, top, background-color, -webkit-transform;
	transition-property: transform, opacity, top, background-color;
	transition-property: transform, opacity, top, background-color, -webkit-transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.burger > span:before {
	top: 0;
}

.burger > span > span {
	top: 8px;
}

.burger > span:after {
	top: 16px;
}

.burger.active > span:before {
	top: 8.5px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.burger.active > span:after {
	top: 8.5px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.burger.active > span > span {
	opacity: 0;
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

body.mobile-menu-open #dropdown-mobile {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#dropdown-mobile {
	position: fixed;
	z-index: 150;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 75px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #fff;
	will-change: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

#dropdown-mobile .mob-navigation {
	overflow: auto;
	height: 100%;
	padding-top: 40px;
	padding-bottom: 100px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

#dropdown-mobile .mob-navigation::-webkit-scrollbar {
	display: none;
}

#dropdown-mobile .mob-navigation a {
	text-decoration: none;
}

#dropdown-mobile .mob-navigation > div > ul > li {
	border-bottom: 1px solid rgba(11, 80, 120, .13);
}

#dropdown-mobile .mob-navigation > div > ul > li > a {
	color: #003769;
	display: block;
	padding: 20px 0;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	position: relative;
}

#dropdown-mobile .mob-navigation > div > ul > li > a.open {
	color: #4ccf96;
}

#dropdown-mobile .mob-navigation > div > ul > li > a.open > svg {
	fill: #4ccf96;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#dropdown-mobile .mob-navigation > div > ul > li > a > svg {
	width: 10px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 32px;
	will-change: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

#dropdown-mobile .fyi-drodown:not(.triggered) {
	display: none;
}

.page-template-default header h1 {
	margin-bottom: 50px;
}

.page-template-default .main-content {
	padding-bottom: 100px;
}

body {
	position: relative;
}

body .body-orname-wrapp {
	overflow: hidden;
	width: 100%;
	display: block;
	position: absolute;
	height: 1300px;
	top: 0;
	left: 0;
	pointer-events: none;
}

body .body-ornament {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 200vw;
	height: auto;
	display: block;
}

body:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 132vh;
	pointer-events: none;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 79, 117, .2)), to(rgba(255, 255, 255, .2)));
	background: linear-gradient(to bottom, rgba(30, 79, 117, .2), rgba(255, 255, 255, .2));
}

body.nuances-default .section-background-ornament div {
	opacity: .17;
}

body.nuances-default .mark {
	color: #003769;
	background-color: rgba(30, 79, 117, .13);
}

body.nuances-default .section-clipped .clipped-row .blocks:nth-child(even) .inner {
	background-color: #bbddcd;
	border-color: #4ccf96;
}

body.nuances-default .section-card-background .card-link .inner {
	background-color: #8d8ced;
}

body.home.page:before {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 95, 66, .2)), to(rgba(255, 255, 255, .2)));
	background: linear-gradient(to bottom, rgba(28, 95, 66, .2), rgba(255, 255, 255, .2));
}

body.home.page .body-ornament {
	fill: rgba(58, 162, 117, .04);
}

body.home.page h1 .mark {
	color: #4ccf96;
	background-color: #bbddcd;
}

body.home.page .section-background-ornament div {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(#5d957d), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #5d957d, rgba(255, 255, 255, 0));
}

body.home.page .section-background-ornament svg {
	fill: rgba(58, 162, 117, .04);
}

body.nuances-blue .body-ornament {
	fill: rgba(87, 184, 255, .04);
}

body.nuances-blue .mark {
	color: #57b8ff;
	background-color: #e0f2ff;
}

body.nuances-blue .section-background-ornament div {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(#57b8ff), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #57b8ff, rgba(255, 255, 255, 0));
}

body.nuances-blue .section-background-ornament svg {
	fill: rgba(87, 184, 255, .04);
}

body.nuances-blue .section-clipped .clipped-row .blocks:nth-child(even) .inner {
	background-color: rgba(87, 184, 255, .1);
	border-color: rgba(87, 184, 255, .27);
}

body.nuances-blue .section-card-background .card-link .inner {
	background-color: #57b8ff;
}

body.nuances-purple:before {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(177, 176, 226, .25)), to(rgba(255, 255, 255, .25)));
	background: linear-gradient(to bottom, rgba(177, 176, 226, .25), rgba(255, 255, 255, .25));
}

body.nuances-purple .body-ornament {
	fill: rgba(141, 140, 221, .04);
}

body.nuances-purple .mark {
	color: #8d8ced;
	background-color: #eaeafb;
}

body.nuances-purple .section-background-ornament div {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(#b1b1ea), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #b1b1ea, rgba(255, 255, 255, 0));
}

body.nuances-purple .section-background-ornament svg {
	fill: rgba(141, 140, 237, .04);
}

body.nuances-purple .section-clipped .clipped-row .blocks:nth-child(even) .inner {
	background-color: rgba(141, 140, 237, .1);
	border-color: rgba(141, 140, 237, .27);
}

body.nuances-purple .section-card-background .card-link .inner {
	background-color: #8d8ced;
}

.page-content-wrapper {
	position: relative;
}

span.mark {
	position: relative;
	padding-left: .3em;
	padding-right: .3em;
	margin-left: -.3em;
	margin-right: -.3em;
	border-radius: 120px 10px/10px 130px;
	z-index: -1;
}

.hero-area, .main-content:not(.has-hero) {
	padding-top: 200px;
	padding-bottom: 160px;
}

body.blue-hero:before {
	display: none;
}

body.blue-hero .site-logo circle, body.blue-hero .site-logo path {
	-webkit-transition-property: fill;
	transition-property: fill;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

body.blue-hero ul.header-drop-menu > li > a svg, body.blue-hero ul.header-drop-menu > li > a:visited svg {
	-webkit-transition-property: fill;
	transition-property: fill;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

body.main-menu-drop-opened #masthead .site-logo svg .cls-3 {
	fill: #42ce92;
}

body.main-menu-drop-opened #masthead .site-logo svg .cls-3, .cls-4 {
	stroke-width: 0;
}

body.main-menu-drop-opened #masthead .site-logo svg .cls-4 {
	fill: #0e356b;
}

body.blue-hero:not(.stuck):not(.mobile-menu-open):not(.main-menu-drop-opened) .site-logo .l-circle {
	fill: #fff;
}

body.blue-hero:not(.stuck):not(.mobile-menu-open):not(.main-menu-drop-opened) .site-logo .l-fyi {
	fill: #003769;
}

body.blue-hero:not(.stuck):not(.mobile-menu-open):not(.main-menu-drop-opened) ul.header-drop-menu > li > a, body.blue-hero:not(.stuck):not(.mobile-menu-open):not(.main-menu-drop-opened) ul.header-drop-menu > li > a:visited {
	color: #fff;
}

body.blue-hero:not(.stuck):not(.mobile-menu-open):not(.main-menu-drop-opened) ul.header-drop-menu > li > a:hover, body.blue-hero:not(.stuck):not(.mobile-menu-open):not(.main-menu-drop-opened) ul.header-drop-menu > li > a:visited:hover {
	color: #4ccf96;
}

body.blue-hero:not(.stuck):not(.mobile-menu-open):not(.main-menu-drop-opened) ul.header-drop-menu > li > a:hover svg, body.blue-hero:not(.stuck):not(.mobile-menu-open):not(.main-menu-drop-opened) ul.header-drop-menu > li > a:visited:hover svg {
	fill: #4ccf96;
}

body.blue-hero:not(.stuck):not(.mobile-menu-open):not(.main-menu-drop-opened) ul.header-drop-menu > li > a svg, body.blue-hero:not(.stuck):not(.mobile-menu-open):not(.main-menu-drop-opened) ul.header-drop-menu > li > a:visited svg {
	fill: #fff;
}

body.blue-hero:not(.stuck):not(.mobile-menu-open):not(.main-menu-drop-opened) .secondary-navigation a:not(.featured) {
	color: #fff;
}

body.blue-hero:not(.stuck):not(.mobile-menu-open):not(.main-menu-drop-opened) .secondary-navigation a:not(.featured):hover {
	color: #4ccf96;
}

body.blue-hero:not(.stuck):not(.mobile-menu-open):not(.main-menu-drop-opened) .burger > span:after, body.blue-hero:not(.stuck):not(.mobile-menu-open):not(.main-menu-drop-opened) .burger > span:before, body.blue-hero:not(.stuck):not(.mobile-menu-open):not(.main-menu-drop-opened) .burger > span > span {
	background-color: #fff;
}

.hero-area.hero-full {
	padding-top: 90px;
	padding-bottom: 0;
}

.hero-area.hero-full .container {
	min-height: calc(100vh - 130px);
	padding-top: 60px;
	padding-bottom: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.hero-area.hero-has-list .container {
	min-height: calc(100vh - 240px);
	padding-bottom: 100px;
}

.hero-area.hero-has-list .wrap {
	padding-right: 0 !important;
}

.hero-area.hero-has-list .head-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 55px;
}

.hero-area.hero-has-list .head-column li {
	font-size: 16px;
	font-weight: 600;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding: 0 10px;
	position: relative;
	padding-left: 50px;
	margin-top: 20px;
}

.hero-area.hero-has-list .head-column li .lighter {
	font-weight: 400;
	display: block;
}

.hero-area.hero-has-list .head-column li svg {
	position: absolute;
	top: -2px;
	left: 10px;
}

.hero-area.hero-desc-half .desc {
	max-width: 585px;
}

.hero-area.hero-blue {
	background-color: #003769;
	color: #fff;
}

.hero-area.hero-blue .container {
	min-height: calc(100vh - 240px);
	padding-bottom: 100px;
}

.hero-area.hero-blue:not(.to-full) + .section-builder {
	margin-top: 120px;
}

.hero-area.hero-contact {
	padding-bottom: 0;
}

.hero-area.hero-contact .container {
	min-height: calc(100vh - 200px);
	padding-bottom: 0;
}

.hero-area.hero-cog {
	background-image: url("https://cdn-ilepacm.nitrocdn.com/KfNmQGJihAAuzyrYpGuWPCEiHUiBoUcn/assets/images/optimized/rev-c589a26/fyi.app/wp-content/themes/fyi/img/hero-cog.svg");
	background-repeat: no-repeat;
	background-position: top 50% left 95%;
}

.hero-area.hero-cog.nitro-lazy {
	background-image: none !important;
}

.hero-area.hero-half .wrap {
	padding-right: 0 !important;
	max-width: 585px;
}

.hero-area.hero-half .container {
	min-height: 10px;
	padding-top: 150px;
}

.hero-area.hero-icon {
	text-align: center;
}

.hero-area.hero-icon .container {
	min-height: calc(100vh - 200px);
}

.hero-area.hero-icon .head-wrap {
	margin: 0 auto;
}

.hero-area.hero-icon .head-wrap .wrap {
	padding: 0;
}

.hero-area.hero-icon .head-wrap .desc {
	max-width: 550px;
}

.hero-area.hero-icon .head-wrap .logo {
	width: 180px;
	margin-bottom: 30px;
}

.hero-area.hero-icon .head-wrap .logo .circle {
	padding-bottom: 100%;
	position: relative;
	border-radius: 50%;
	background-color: #fff;
}

.hero-area.hero-icon .head-wrap .logo .circle img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	max-width: 90%;
}

.hero-area.to-full {
	overflow: hidden;
}

.hero-area.to-full > .container {
	min-height: calc(100vh - 90px);
}

.hero-area.to-full .head-wrap {
	position: relative;
	z-index: 5;
	width: 55%;
}

.hero-area.to-full .hero-image img {
	position: absolute;
	height: 100%;
	width: auto;
	left: 65%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	max-width: none;
}

.hero-area.hero-small {
	padding-bottom: 100px;
	text-align: center;
}

.hero-area.hero-small .desc, .hero-area.hero-small h1 {
	max-width: 100%;
}

.hero-area.hero-small h1 {
	font-size: 36px;
}

.hero-area:not(.to-full) + .section-builder {
	margin-top: 0;
}

.hero-area.to-full + .section-builder {
	margin-top: 90px;
}

.hero-area .sub {
	color: #4ccf96;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.hero-area h1 {
	font-family: "Pennypacker", Impact;
	max-width: 850px;
}

@media screen and (max-width:380px) {
	.hero-area h1 {
		font-size: 2.275em;
	}
}

.hero-area .desc {
	max-width: 670px;
	margin-bottom: 40px;
}

.hero-area .cta {
	font-size: 0;
	color: #fff;
}

.hero-area .cta .dn-button {
	margin: 0 15px 15px 0;
}

.hero-area .cta .video-link span, .hero-area .cta .video-link svg {
	vertical-align: middle;
}

.hero-area .cta .video-link svg {
	display: inline-block;
	margin-right: 5px;
	-webkit-transition-property: fill;
	transition-property: fill;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.hero-area .cta .video-link:hover svg {
	fill: #fff;
}

.row-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row-flex.row-18 {
	margin-left: -9px;
	margin-left: -9px;
}

.row-flex.row-18 > div {
	padding-left: 9px;
	padding-right: 9px;
}

.feature-showcase {
	overflow: hidden;
}

.feature-showcase .showcase {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.feature-showcase .showcase .context-mobile {
	margin-bottom: 20px;
}

.feature-showcase .showcase .context-mobile .head {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 10px;
}

.feature-showcase .showcase .context-mobile .case:not(.active) .indicator {
	display: none;
}

.feature-showcase .showcase .context-mobile .indicator {
	display: block;
	margin-top: 20px;
	width: 100%;
	height: 4px;
	background-color: rgba(30, 79, 117, .15);
	position: relative;
}

.feature-showcase .showcase .context-mobile .indicator span {
	position: absolute;
	height: 100%;
	background-color: #003769;
	-webkit-animation-name: progressLottie;
	animation-name: progressLottie;
	-webkit-animation-duration: var(--anim-duration);
	animation-duration: var(--anim-duration);
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.feature-showcase .showcase .context {
	width: 300px;
	padding-left: 50px;
	padding-top: 95px;
	padding-bottom: 95px;
	position: relative;
	z-index: 10;
}

.feature-showcase .showcase .anim {
	width: calc(100% - 300px);
}

.feature-showcase .showcase .anim .lottie-blocks {
	margin-left: -20px;
	margin-right: -20px;
}

.feature-showcase .showcase .anim .lottie-blocks > svg {
	height: auto !important;
}

.feature-showcase .showcase .anim .slick-list {
	overflow: visible;
}

.feature-showcase .showcase .context-mobile-holder {
	width: 100%;
}

.feature-showcase .lottie-slide:not(.slick-initialized) .anim-item:not(:first-child) {
	display: none;
}

.feature-showcase .showcase-item-mobile {
	margin-top: 70px;
}

.feature-showcase .showcase-item-mobile:first-child {
	margin-top: 0;
}

.feature-showcase .showcase-item-mobile .img {
	max-width: 500px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.feature-showcase .showcase-item-mobile .context {
	max-width: 500px;
	margin: 0 auto;
}

.feature-showcase .showcase-item-mobile .head {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
}

.feature-showcase .context .case {
	padding-top: 40px;
	cursor: pointer;
	opacity: .5;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.feature-showcase .context .case:first-child {
	padding-top: 0;
}

.feature-showcase .context .case .head {
	font-weight: 500;
	font-size: 18px;
}

.feature-showcase .context .case .desc {
	font-size: 14px;
	padding-top: 12px;
	display: none;
}

.feature-showcase .context .case .desc .indicator {
	display: block;
	margin-top: 20px;
	width: 100%;
	height: 4px;
	background-color: rgba(30, 79, 117, .15);
	position: relative;
}

.feature-showcase .context .case .desc .indicator span {
	position: absolute;
	height: 100%;
	background-color: #003769;
	-webkit-animation-name: progressLottie;
	animation-name: progressLottie;
	-webkit-animation-duration: var(--anim-duration);
	animation-duration: var(--anim-duration);
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.feature-showcase .context .case.first .desc {
	display: block;
}

.feature-showcase .context .case.active {
	opacity: 1;
}

.feature-showcase.playing .context .case.active .desc .indicator span, .feature-showcase.playing .context-mobile .case.active .desc .indicator span {
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.section-rolling {
	margin: 70px 0;
	overflow: hidden;
}

.section-rolling.section-builder {
	margin: 150px 0;
}

.section-rolling .desc {
	margin-top: 35px;
	font-size: 14px;
	font-weight: 600;
	opacity: .57;
}

.rolling-slide {
	pointer-events: none;
	will-change: transform;
}

.rolling-slide .slick-list {
	overflow: visible;
}

.rolling-slide .slick-list .slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 45px;
	margin: 0 60px;
}

.rolling-slide .slick-list .slide span {
	display: block;
}

.rolling-slide .slick-list .slide img {
	max-height: 45px;
	width: auto;
}

.rolling-slide:not(.slick-initialized) .slide:not(:first-child) {
	display: none;
}

.section-content-columns {
	margin: 100px 0;
	margin-bottom: 50px;
	padding: 120px 0;
	color: #fff;
	background-color: #003769;
}

.section-content-columns .subheading {
	color: #4ccf96;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
}

.section-content-columns .heading {
	margin-bottom: 70px;
	line-height: 1.4;
}

.section-content-columns .columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -16px;
	margin-right: -16px;
}

.section-content-columns .columns > div {
	width: 33.33%;
	padding-left: 16px;
	padding-right: 16px;
}

.section-content-columns .columns .icon {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 8px 8px rgba(22, 37, 49, .02);
	box-shadow: 0 8px 8px rgba(22, 37, 49, .02);
}

.section-content-columns .columns .link {
	margin-top: 15px;
}

.section-features .repeat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 150px 0;
}

.section-features .repeat > div {
	width: 50%;
}

.section-features .repeat .context {
	padding: 75px 0 0;
	padding-left: 40px;
}

.section-features .repeat .context .inner {
	max-width: 500px;
}

.section-features .repeat .context .subheading {
	color: #4ccf96;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}

.section-features .repeat .context h2 {
	font-size: 44px;
}

.section-features .repeat .link {
	margin-top: 30px;
}

.section-features + .section-logo-gallery {
	margin-top: 100px;
}

.section-logo-gallery {
	text-align: center;
	margin: 150px 0;
}

.section-logo-gallery h2 {
	font-size: 28px;
}

.section-logo-gallery .desc {
	max-width: 775px;
	margin: 0 auto;
}

.section-logo-gallery .desc + .gallery {
	margin-top: 50px;
}

.section-logo-gallery .link {
	margin-top: 15px;
}

.section-logo-gallery .link + .gallery {
	margin-top: 50px;
}

.section-logo-gallery .gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 80px;
}

.section-logo-gallery .gallery .item {
	width: 180px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 15px 0;
}

.section-logo-gallery .gallery .item img {
	display: inline-block;
	mix-blend-mode: darken;
}

.section-customer-stories .customer-story-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}

.section-customer-stories .customer-story-item .img {
	margin: 25px;
	position: relative;
	min-height: 300px;
	min-width: 420px;
}

.section-customer-stories .customer-story-item .img::before {
	content: "";
	position: absolute;
	left: -25px;
	top: -25px;
	bottom: -25px;
	width: 60%;
	background-color: #003769;
	border-radius: 4px;
}

.section-customer-stories .customer-story-item .quote {
	font-size: 32px;
	line-height: 1.4;
	font-weight: 700;
}

.section-customer-stories .customer-story-item .contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	margin-top: 10px;
}

.section-customer-stories .customer-story-item .contact .name, .section-customer-stories .customer-story-item .contact .title {
	font-size: 16px;
}

.section-customer-stories .customer-story-item .contact .name {
	font-weight: 600;
}

.section-customer-stories .customer-story-item .company {
	font-size: 16px;
	font-weight: 700;
}

.section-customer-stories .customer-story-item .company .company-logo {
	display: block;
	margin-top: 15px;
	position: relative;
	height: 40px;
	min-width: 80px;
}

.section-customer-stories .customer-story-item .company .company-logo > div {
	background-size: contain;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0);
	background-position: left;
}

.section-customer-stories .customer-story-item .company .mark {
	color: #003769;
	background-color: #ccd9dc;
	padding: 0 5px;
	margin: 0 -5px;
}

.section-customer-stories .customer-story-item .link {
	padding-top: 30px;
}

.section-customer-stories .customer-story-item .link a {
	color: #4ccf96;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
}

.section-customer-stories .customer-story-item .link a::after {
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-left: 10px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 185.3 185.3'%3E%3Cpath fill='%2366b594' d='M51.7 185.3a10.7 10.7 0 0 1-7.6-18.3l74.4-74.3L44 18.3A10.7 10.7 0 1 1 59.3 3.1l82 82c4.1 4.2 4.1 11 0 15.2l-82 81.9c-2.1 2-4.8 3.1-7.6 3.1z'/%3E%3C/svg%3E");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.section-customer-stories .slick-dots {
	position: absolute;
}

.section-testimonial .testi-item .img {
	position: relative;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	overflow: hidden;
	-webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, .09);
	box-shadow: 0 10px 12px rgba(0, 0, 0, .09);
}

.section-testimonial .testi-item .quote {
	font-family: "Pennypacker", Impact;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 700;
}

.section-testimonial .testi-item.has-image .contact {
	width: calc(100% - 65px);
	padding-left: 20px;
	margin-top: 10px;
}

.section-testimonial .testi-item .contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	margin-top: 30px;
}

.section-testimonial .testi-item .contact .name, .section-testimonial .testi-item .contact .title {
	font-size: 13px;
}

.section-testimonial .testi-item .contact .name {
	font-weight: 600;
}

.section-testimonial .testi-item .company {
	font-size: 14px;
	font-weight: 700;
}

.section-testimonial .testi-item .company .company-logo {
	display: block;
	margin-top: 15px;
	position: relative;
	height: 25px;
	min-width: 80px;
}

.section-testimonial .testi-item .company .company-logo > div {
	background-size: contain;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0);
	background-position: left;
}

.section-testimonial .testi-item .company .mark {
	color: #003769;
	background-color: #ccd9dc;
	padding: 0 5px;
	margin: 0 -5px;
}

.section-testimonial .testimoni:not(.slick-initialized) .testi-item:not(:first-child) {
	display: none;
}

.section-testimonial .testimoni-callout-wrap {
	padding-bottom: 55px;
	overflow: hidden;
	position: relative;
}

.section-testimonial .testimoni-callout-wrap .link {
	position: absolute;
	right: 0;
	bottom: 5px;
	padding-right: 6px;
}

.section-testimonial .testimoni-callout-wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 15px;
	background-color: #003769;
}

.section-testimonial .testimoni-callout {
	position: relative;
	padding-top: 10px;
	padding-bottom: 65px;
	padding-left: 135px;
	padding-right: 75px;
}

.section-testimonial .testimoni-callout > svg {
	margin-bottom: 15px;
	pointer-events: none;
}

.section-testimonial .mobile-author-slide {
	padding-left: 45px;
	margin-top: -15px;
	position: relative;
}

.section-testimonial .mobile-author-slide::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 7px;
	background-color: #003769;
}

.section-testimonial .mobile-author-slide .slick-dots {
	margin-top: 20px;
	padding-right: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.section-testimonial .mobile-author-slide .slick-dots li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 40px;
}

.section-testimonial .mobile-author-slide .slick-dots li button {
	width: 100%;
}

.section-testimonial .mobile-author-slide + div .link {
	text-align: center;
	margin-top: 50px;
}

.section-testimonial .testimoni .slick-dots {
	position: absolute;
	bottom: -120px;
}

.section-testimonial.size-1 .slick-dots {
	display: none !important;
}

.section-background-ornament {
	position: relative;
	z-index: -1;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.section-background-ornament div {
	position: absolute;
	width: 100%;
	height: 150vh;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	opacity: .22;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(#003769), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #003769, rgba(255, 255, 255, 0));
}

.section-background-ornament svg {
	position: absolute;
	width: 1920px;
	max-width: 110vw;
	height: auto;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);
}

.section-cta {
	padding-top: 130px;
	padding-bottom: 110px;
	margin-top: 170px;
	background-color: #003769;
	color: #fff;
	text-align: center;
}

.section-cta .inner {
	position: relative;
	z-index: 5;
}

.section-cta .container {
	position: relative;
}

.section-cta .container > img {
	position: absolute;
	right: 30px;
	top: -70px;
	max-width: none;
	z-index: 1;
}

.section-cta h2 {
	font-size: 44px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.section-cta .desc {
	font-size: 20px;
	margin-bottom: 40px;
}

.section-cta.cta-with-form .inner {
	max-width: 930px;
	margin: 0 auto;
}

.section-cta.cta-with-form .desc {
	font-size: 16px;
}

.section-cta.cta-with-form .gform_submission_error {
	display: none !important;
}

.section-cta.cta-with-form .cta-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.section-cta.cta-with-form .cta-form form .gform_body, .section-cta.cta-with-form .cta-form form .gform_footer {
	width: 50%;
	max-width: 300px;
	margin: 0;
}

.section-cta.cta-with-form .cta-form form .gform_body input, .section-cta.cta-with-form .cta-form form .gform_footer input {
	height: 55px;
}

.section-cta.cta-with-form .cta-form form .gform_body .gfield {
	margin: 0;
	position: relative;
}

.section-cta.cta-with-form .cta-form form .gform_body .gfield label {
	display: none;
}

.section-cta.cta-with-form .cta-form form .gform_body .gfield input[type=email] {
	border-radius: 6px;
	padding-left: 40px;
	border: 1px solid #fff;
	background: #fff url("https://cdn-ilepacm.nitrocdn.com/KfNmQGJihAAuzyrYpGuWPCEiHUiBoUcn/assets/images/optimized/rev-c589a26/fyi.app/wp-content/themes/fyi/img/icon-email.svg") no-repeat left 15px center;
}

.section-cta.cta-with-form .cta-form form .gform_body .gfield input[type=email].nitro-lazy {
	background: none !important;
}

.section-cta.cta-with-form .cta-form form .gform_body .gfield input[type=email]::-webkit-input-placeholder {
	opacity: 1;
	color: #003769;
}

.section-cta.cta-with-form .cta-form form .gform_body .gfield input[type=email]::-moz-placeholder {
	opacity: 1;
	color: #003769;
}

.section-cta.cta-with-form .cta-form form .gform_body .gfield input[type=email]:-ms-input-placeholder {
	opacity: 1;
	color: #003769;
}

.section-cta.cta-with-form .cta-form form .gform_body .gfield input[type=email]:-moz-placeholder {
	opacity: 1;
	color: #003769;
}

.section-cta.cta-with-form .cta-form form .gform_body .gfield .gfield_validation_message {
	position: absolute;
	top: 100%;
	background-color: #c00707;
	color: #fff;
	padding: 2px 10px;
	border-radius: 6px;
}

.checkmark-item li {
	position: relative;
	padding-left: 36px;
	font-size: 15px;
	margin-bottom: 20px;
}

.checkmark-item li svg {
	position: absolute;
	left: 0;
	top: 2px;
}

.section-text-list {
	margin: 170px 0;
}

.section-text-list .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.section-text-list .container > div {
	width: 50%;
}

.section-text-list .container .image.align-center {
	-ms-flex-item-align: center;
	align-self: center;
}

.section-text-list .container .circle {
	width: 100%;
	max-width: 425px;
	border-radius: 50%;
	border: 3px dashed rgba(30, 79, 117, .14);
	position: relative;
}

.section-text-list .container .circle:before {
	content: "";
	position: absolute;
	display: block;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: #003769;
	border-radius: 50%;
}

.section-text-list .container .circle img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
	transform: translateX(-50%) translateY(-50%) scale(1.1);
}

.section-text-list .container .circle .inner {
	padding-bottom: 100%;
}

.section-text-list .container .list-quote {
	position: relative;
	font-size: 15px;
	font-weight: 600;
	font-style: italic;
	padding-left: 70px;
	margin-top: 40px;
}

.section-text-list .container .list-quote svg {
	position: absolute;
	left: 0;
	top: -11px;
}

.section-text-list.layout-full > .container > div {
	width: 100%;
}

.section-text-list.layout-full .image-full {
	margin-top: 30px;
}

.section-text-list.layout-full .image-full img {
	display: block;
	-webkit-filter: drop-shadow(0 8px 10px rgba(21, 49, 70, .07));
	filter: drop-shadow(0 8px 10px rgba(21, 49, 70, .07));
}

.section-stacked-card {
	margin: 150px 0;
	--card-height: 480px;
	overflow: hidden;
	padding-top: 20px;
}

.section-stacked-card .heading-cta {
	height: var(--card-height);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.section-stacked-card .stacked {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.section-stacked-card .stacked > div {
	width: 50%;
}

.section-stacked-card .stacked .card {
	padding-bottom: 16px;
}

.section-stacked-card .stacked .card .inner {
	height: var(--card-height);
	background-image: url("https://cdn-ilepacm.nitrocdn.com/KfNmQGJihAAuzyrYpGuWPCEiHUiBoUcn/assets/images/optimized/rev-c589a26/fyi.app/wp-content/themes/fyi/img/ornament-card.svg");
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 20px rgba(21, 49, 70, .081);
	box-shadow: 0 5px 20px rgba(21, 49, 70, .081);
	border-radius: 6px;
	padding: 50px 60px;
	will-change: transform;
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

.section-stacked-card .stacked .card .inner.nitro-lazy {
	background-image: none !important;
}

.section-stacked-card .stacked .card .inner .image {
	height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 5;
}

.section-stacked-card .stacked .card .inner .image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.section-stacked-card .stacked .card .inner .detail {
	padding-top: 30px;
	position: relative;
	z-index: 5;
}

.section-stacked-card .stacked .card .inner .detail .single-blocks h2, .section-stacked-card .stacked .card .inner .detail h3, .single-blocks .section-stacked-card .stacked .card .inner .detail h2 {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 15px;
}

.section-clipped {
	margin: 150px 0 50px;
}

.section-clipped .container > h2 {
	max-width: 795px;
	margin: 0 auto 100px auto;
	text-align: center;
}

.section-clipped .clipped-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}

.section-clipped .clipped-row .blocks {
	width: 50%;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 80px;
}

.section-clipped .clipped-row .inner {
	height: 100%;
	border-radius: 8px;
	padding: 40px 35px;
	background-color: rgba(11, 80, 120, .06);
	border: 1px solid rgba(11, 80, 120, .29);
}

.section-clipped .clipped-row .inner p:last-child {
	margin-bottom: 0;
}

.section-clipped .clipped-row .icon {
	width: 110px;
	height: 110px;
	border-radius: 12px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 16px rgba(21, 49, 70, .1);
	box-shadow: 0 10px 16px rgba(21, 49, 70, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	border: 1px solid #d2e0eb;
	margin-top: -100px;
	margin-bottom: 30px;
}

.section-clipped .clipped-row .icon img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.section-clipped .clipped-row .single-blocks h2.title, .section-clipped .clipped-row h3.title, .single-blocks .section-clipped .clipped-row h2.title {
	font-size: 20px;
	font-weight: 700;
}

.section-clipped .clipped-row .link {
	margin-top: 20px;
}

.section-clipped .clipped-row .link a {
	font-size: 15px;
}

.section-quote-clipped {
	padding-right: 20px;
	padding-left: 20px;
	margin: 150px 0;
}

.section-quote-clipped .quote-container {
	width: 100%;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(255, 255, 255, 0) linear-gradient(111deg, #003769 0, #2e7f75 62%, #4ccf96 100%) 0 0 no-repeat padding-box;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.section-quote-clipped .quote-container .ornament {
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	background: url("https://cdn-ilepacm.nitrocdn.com/KfNmQGJihAAuzyrYpGuWPCEiHUiBoUcn/assets/images/optimized/rev-c589a26/fyi.app/wp-content/themes/fyi/img/ornament-card-quote.svg") no-repeat bottom right;
}

.section-quote-clipped .quote-container .ornament.nitro-lazy {
	background: none !important;
}

.section-quote-clipped .image {
	position: relative;
	width: 43%;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	overflow: hidden;
}

.section-quote-clipped .quote {
	min-height: 500px;
	width: 55%;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-right: 60px;
	color: #fff;
}

.section-quote-clipped .quote img {
	margin-bottom: 20px;
}

.section-quote-clipped .text-quote {
	max-width: 600px;
	position: relative;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.72;
	margin-bottom: 20px;
	min-height: 65px;
}

.section-quote-clipped .text-quote:before {
	content: "";
	position: absolute;
	display: block;
	right: 100%;
	top: 0;
	width: 65px;
	height: 51px;
	background: url("https://cdn-ilepacm.nitrocdn.com/KfNmQGJihAAuzyrYpGuWPCEiHUiBoUcn/assets/images/optimized/rev-c589a26/fyi.app/wp-content/themes/fyi/img/icon-quote-transparent.svg") no-repeat center;
	background-size: contain;
	margin-right: 20px;
}

.section-quote-clipped .author {
	font-size: 16px;
	font-weight: 600;
}

.section-quote-clipped .author .mark {
	position: relative;
	z-index: 5;
	color: #fff;
	background-color: rgba(255, 255, 255, .18);
}

.section-quote-clipped .position {
	font-size: 14px;
}

.section-quote-clipped .link {
	margin-top: 20px;
}

.section-cta-center {
	margin: 150px 0;
}

.section-cta-center .inner {
	font-size: 16px;
	font-weight: 600;
	padding: 40px;
	background-color: rgba(11, 80, 120, .06);
	border: 1px solid rgba(11, 80, 120, .29);
	border-radius: 8px;
	text-align: center;
}

.section-cta-center .inner .dn-link {
	display: inline-block;
	margin-top: 10px;
}

.section-card-background {
	background-color: #003769;
	background-image: url("https://cdn-ilepacm.nitrocdn.com/KfNmQGJihAAuzyrYpGuWPCEiHUiBoUcn/assets/images/optimized/rev-c589a26/fyi.app/wp-content/themes/fyi/img/ornament-line.svg");
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	padding: 120px 0 180px 0;
	margin: 150px 0;
}

.section-card-background.nitro-lazy {
	background-image: none !important;
}

.section-card-background .desc, .section-card-background .sub, .section-card-background h2 {
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
}

.section-card-background .sub {
	color: #4ccf96;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.section-card-background h2 {
	margin-bottom: 20px;
}

.section-card-background .desc {
	margin-bottom: 50px;
}

.section-card-background .row-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.section-card-background .row-card .card {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	width: 33.33%;
}

.section-card-background .card-link .inner {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	min-height: 100px;
}

.section-card-background .card-link .inner a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-size: 16px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 14px;
	color: #fff;
}

.section-card-background .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	background-color: #fff;
	border: 1px solid rgba(30, 79, 117, .15);
	color: #003769;
	border-radius: 8px;
	padding: 15px;
}

.section-card-background .inner .img {
	width: 65px;
}

.section-card-background .inner .desc-title {
	width: calc(100% - 65px);
	padding-left: 15px;
	font-size: 13px;
}

.section-card-background .inner .desc-title .title {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
}

.section-features-item {
	margin: 150px 0 100px 0;
}

.section-features-item h2 {
	font-size: 28px;
	margin-bottom: 70px;
	text-align: center;
}

.section-features-item .feature-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -16px;
	margin-right: -16px;
}

.section-features-item .feature-items .feat-card {
	padding-left: 15px;
	padding-right: 15px;
	width: 33.33%;
	margin-bottom: 50px;
}

.section-features-item .feature-items .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.section-features-item .feature-items .icon {
	width: 50px;
}

.section-features-item .feature-items .context {
	width: calc(100% - 50px);
}

.section-features-item .feature-items .context .title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.4;
}

.section-features-item .feature-items .context .text {
	font-size: 13px;
}

.section-main-logo {
	text-align: center;
	margin: 150px 0;
}

.section-main-logo .main-logo {
	margin-bottom: 50px;
}

.section-main-logo .main-logo .desc {
	max-width: 770px;
	margin: 0 auto;
}

.section-main-logo .main-logo .logo {
	margin-bottom: 30px;
}

.section-main-logo .columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: -15px;
	margin-right: -15px;
}

.section-main-logo .columns > div {
	width: 33.33%;
	max-width: 295px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 15px;
	font-weight: 600;
}

.section-main-logo .columns > div img {
	max-height: 50px;
	width: auto;
}

.section-main-logo .columns .icon {
	margin-bottom: 10px;
}

.section-four-logo {
	text-align: center;
	margin: 150px 0 80px 0;
}

.section-four-logo .main-head {
	margin-bottom: 60px;
}

.section-four-logo .main-head.no-desc {
	margin-bottom: 90px;
}

.section-four-logo .main-head .desc {
	max-width: 770px;
	margin: 0 auto;
}

.section-four-logo .main-head .logo {
	margin-bottom: 30px;
}

.section-four-logo .columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 50px;
}

.section-four-logo .columns > div {
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 70px;
}

.section-four-logo .columns > div .inner {
	max-width: 265px;
	margin: 0 auto;
}

.section-four-logo .columns > div img {
	max-height: 60%;
	max-width: 60%;
	height: auto;
	width: auto;
	display: block;
	mix-blend-mode: darken;
}

.section-four-logo .columns .icon {
	margin-bottom: 10px;
	max-width: 180px;
	border-radius: 50%;
	background-color: rgba(30, 79, 117, .06);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
}

.section-four-logo .columns .icon:before {
	content: "";
	position: absolute;
	display: block;
	pointer-events: none;
	width: calc(100% + 30px);
	height: calc(100% + 30px);
	border: 3px dashed rgba(30, 79, 117, .06);
	border-radius: 50%;
}

.section-four-logo .columns .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.section-four-logo .columns .icon .img {
	padding-bottom: 100%;
}

.section-four-logo .columns .title {
	font-size: 18px;
}

.section-four-logo .columns .teaser {
	font-size: 13px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 20px;
}

.section-four-logo .columns.style-bold .teaser {
	font-size: 13px;
	font-weight: 600;
	opacity: .44;
}

.section-text-side-heading {
	margin: 150px 0 100px 0;
}

.section-text-side-heading + .section-builder {
	margin-top: 90px;
}

.section-text-side-heading .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.section-text-side-heading .content .head {
	width: 34%;
	margin-right: 10%;
	margin-bottom: 60px;
}

.section-text-side-heading .content .head h2 {
	margin-bottom: 0;
}

.section-text-side-heading .content .column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 56%;
}

.section-text-side-heading .content .column .item {
	width: calc(50% - 40px);
	margin-bottom: 60px;
}

.section-text-side-heading h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}

.section-text-side-heading .single-blocks h2, .section-text-side-heading h3, .single-blocks .section-text-side-heading h2 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.625;
	margin-bottom: 20px;
}

.section-text-side-heading p:last-child {
	margin-bottom: 0;
}

.section-feature-slider {
	margin: 150px 0;
}

.section-feature-slider .wrapper {
	padding: 20px;
	border-radius: 16px;
	border: 3px dashed #d2e0eb;
}

.section-feature-slider .wrapper:after {
	content: "";
	width: 100%;
	display: table;
}

.section-feature-slider .feature-slider:not(.slick-initialized) .img-slide:not(:first-child) {
	display: none;
}

.section-feature-slider .feature-slider {
	-webkit-box-shadow: 0 10px 16px rgba(21, 49, 70, .1);
	box-shadow: 0 10px 16px rgba(21, 49, 70, .1);
	border-radius: 16px;
}

.section-feature-slider .feature-slider .img-slide {
	border-radius: 16px;
	overflow: hidden;
}

.section-feature-slider .feature-slider .slick-dots {
	margin-top: 30px;
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.section-feature-slider .feature-slider .slick-dots li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 40px;
}

.section-feature-slider .feature-slider .slick-dots li button {
	width: 100%;
}

.section-feature-slider .link {
	max-width: 50%;
	margin-top: 20px;
	float: left;
}

.section-centered-cta {
	text-align: center;
	margin: 150px 0;
}

.section-centered-cta .desc {
	max-width: 770px;
	margin: 0 auto;
}

.section-centered-cta .link {
	margin-top: 40px;
}

.section-three-cards {
	margin: 150px 0;
}

.section-three-cards .head {
	text-align: center;
	max-width: 775px;
	margin: 0 auto;
	margin-bottom: 70px;
}

.section-three-cards .img-wrap {
	position: relative;
	padding-bottom: 62.5%;
	border-radius: 6px;
	overflow: hidden;
}

.section-three-cards .cards-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}

.section-three-cards .cards-holder .card {
	padding-left: 8px;
	padding-right: 8px;
	width: 33.33%;
	margin-bottom: 30px;
}

.section-three-cards .single-blocks h2, .section-three-cards h3, .single-blocks .section-three-cards h2 {
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.section-three-cards .teaser {
	margin-bottom: 20px;
}

.section-three-cards .highlight {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 15px;
}

.section-three-cards .link a {
	font-size: 14px;
}

.section-ordered-card {
	margin: 150px 0;
}

.section-ordered-card .head {
	margin-bottom: 60px;
}

.section-ordered-card .item-holder .card {
	padding: 30px;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid rgba(30, 79, 117, .15);
	margin-bottom: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.section-ordered-card .item-holder .card .count {
	min-width: 50px;
	font-size: 50px;
	line-height: 1;
	white-space: nowrap;
	font-weight: 600;
	color: #4ccf96;
	opacity: .36;
	padding-right: 20px;
}

.section-ordered-card .item-holder .card .inner {
	width: calc(100% - 50px);
}

.section-ordered-card .item-holder .card .single-blocks h2, .section-ordered-card .item-holder .card h3, .single-blocks .section-ordered-card .item-holder .card h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

.section-ordered-card .item-holder .card .link {
	margin-top: 10px;
}

.section-ordered-card .item-holder .card .link a {
	font-size: 14px;
}

.section-collapsible {
	margin: 150px 0;
}

.section-collapsible .head h2 {
	margin-bottom: 40px;
}

.section-collapsible .faqs {
	width: 100%;
}

.section-community .inner {
	border-radius: 6px;
	background-color: #003769;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.section-community .inner .img {
	width: 54%;
}

.section-community .inner .context {
	width: 46%;
	padding: 40px 70px;
}

.section-community .inner .context h2 {
	font-size: 20px;
}

.section-community .inner .context .desc {
	font-size: 13px;
	margin-bottom: 30px;
}

.section-community .inner .context a {
	font-size: 16px;
}

.section-text-circle-image {
	margin: 150px 0;
}

.section-text-circle-image .row-flex {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.section-text-circle-image .row-flex > div {
	width: 50%;
}

.section-text-circle-image.align-center .row-flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-text-circle-image .img {
	width: 90%;
	max-width: 390px;
	position: relative;
}

.section-text-circle-image .img:before {
	content: "";
	position: absolute;
	display: block;
	width: calc(100% + 30px);
	height: calc(100% + 30px);
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	border-radius: 50%;
	border: 3px dashed rgba(30, 79, 117, .14);
}

.section-text-circle-image .circle {
	position: relative;
	padding-bottom: 100%;
}

.section-text-circle-image .circle .bg-image {
	border-radius: 50%;
	overflow: hidden;
}

.section-text-circle-image .list-quote {
	position: relative;
	font-size: 15px;
	font-weight: 600;
	font-style: italic;
	padding-left: 70px;
	margin-top: 40px;
}

.section-text-circle-image .list-quote svg {
	position: absolute;
	left: 0;
	top: -11px;
}

.section-text-circle-image .link {
	margin-top: 30px;
}

.section-text-circle-image .link a.dn-link {
	font-size: 14px;
	font-weight: 600;
}

.section-three-counter {
	margin: 150px 0 110px;
}

.section-three-counter .row-flex {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.section-three-counter .row-flex .count-col {
	padding: 0 15px;
	margin-bottom: 40px;
}

.section-three-counter .row-flex .count-col .detail {
	max-width: 250px;
}

.section-three-counter .row-flex .count-col .count, .section-three-counter .row-flex .count-col .number_prefix, .section-three-counter .row-flex .count-col .number_suffix {
	font-size: 80px;
	line-height: 1;
	font-weight: 600;
}

.section-three-counter .row-flex .count-col .number_prefix {
	font-weight: 400;
}

.section-three-counter .row-flex .count-col .context {
	font-size: 30px;
	font-weight: 700;
}

.section-three-counter .row-flex .count-col .detail {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
}

.section-circled-icon {
	margin: 200px 0;
	text-align: center;
}

.section-circled-icon h2 {
	max-width: 915px;
	margin: 0 auto;
}

.section-circled-icon .desc {
	max-width: 770px;
	margin: 0 auto;
	margin-top: 40px;
}

.section-circled-icon .row-flex {
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-top: 70px;
}

.section-circled-icon .card {
	max-width: 220px;
	margin-bottom: 40px;
}

.section-circled-icon .card .img {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	border: 3px dashed rgba(30, 79, 117, .14);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-circled-icon .card .img img {
	display: block;
}

.section-circled-icon .card .title {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 600;
}

.section-transition-chart {
	padding: 150px 0;
	background-color: #003769;
	color: #fff;
	text-align: center;
}

.section-transition-chart h2 {
	max-width: 915px;
	margin: 0 auto;
}

.section-transition-chart .desc {
	max-width: 700px;
	margin: 0 auto;
	margin-top: 40px;
}

.section-transition-chart .chart {
	margin: 70px 0;
	padding: 50px 0;
	position: relative;
}

.section-transition-chart .chart .lines {
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	border-left: 2px dashed rgba(255, 255, 255, .45);
	pointer-events: none;
}

.section-transition-chart .chart .lines:after, .section-transition-chart .chart .lines:before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	border-left: 2px dashed rgba(255, 255, 255, .45);
	top: 0;
}

.section-transition-chart .chart .lines:before {
	left: 55.54%;
}

.section-transition-chart .chart .lines:after {
	left: 83.31%;
}

.section-transition-chart .chart .lines span {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	border-left: 2px dashed rgba(255, 255, 255, .45);
	top: 0;
	left: 27.77%;
}

.section-transition-chart .chart .row-chart {
	text-align: left;
	max-width: 50%;
	font-weight: 600;
	padding: 30px 30px 30px 65px;
	position: relative;
	border-radius: 4px;
	margin-bottom: 10px;
}

.section-transition-chart .chart .row-chart .num {
	position: absolute;
	text-align: center;
	top: 25px;
	left: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background-color: #fff;
	color: #003769;
	font-size: 18px;
}

.section-transition-chart .chart .row-chart.row-1 {
	background-color: #57b8ff;
}

.section-transition-chart .chart .row-chart.row-2 {
	background-color: #8d8ced;
	margin-left: 20.5%;
}

.section-transition-chart .chart .row-chart.row-3 {
	background-color: #4ccf96;
	margin-left: 41%;
}

.section-transition-chart .notes {
	margin-bottom: 30px;
	font-weight: 600;
}

.section-gradient-block {
	padding: 150px 0;
	background-color: #003769;
	color: #fff;
}

.section-gradient-block h2 {
	text-align: center;
	max-width: 915px;
	margin: 0 auto;
}

.section-gradient-block .desc {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	margin-top: 30px;
}

.section-gradient-block .card-rows {
	margin-top: 70px;
}

.section-gradient-block .row-flex {
	margin-left: -4px;
	margin-right: -4px;
}

.section-gradient-block .row-odd .card-1 .inner {
	background-color: #57b8ff;
}

.section-gradient-block .row-odd .card-2 .inner {
	background-color: #7ec8ff;
}

.section-gradient-block .row-odd .card-3 .inner {
	background-color: #b5e0ff;
}

.section-gradient-block .row-odd .card-4 .inner {
	background-color: #d8eeff;
}

.section-gradient-block .row-even .card-1 .inner {
	background-color: #8d8ced;
}

.section-gradient-block .row-even .card-2 .inner {
	background-color: #abaaf4;
}

.section-gradient-block .row-even .card-3 .inner {
	background-color: #bcbcf2;
}

.section-gradient-block .row-even .card-4 .inner {
	background-color: #cac9f4;
}

.section-gradient-block .card {
	padding-left: 4px;
	padding-right: 4px;
	width: 25%;
	margin-bottom: 8px;
}

.section-gradient-block .card .icon img {
	max-height: 40px;
	width: auto;
	display: block;
}

.section-gradient-block .card .inner {
	color: #003769;
	border-radius: 4px;
	padding: 30px;
	padding-top: 70px;
	height: 100%;
}

.section-gradient-block .card .inner a {
	text-decoration: none;
	color: inherit;
}

.section-gradient-block .card .inner .title {
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 1.13;
}

.section-gradient-block .card .inner .title svg {
	height: 12px;
	width: auto;
	fill: #003769;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.section-gradient-block .card .inner a:hover svg {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.section-gradient-block .card .inner .detail {
	font-size: 13px;
}

.section-col-repeating {
	margin: 150px 0;
}

.section-col-repeating .card-repeating {
	padding-top: 60px;
	border-top: 1px solid rgba(11, 80, 120, .24);
}

.section-col-repeating .card {
	border-radius: 6px;
	border: 1px solid rgba(30, 79, 117, .15);
	background-color: #fff;
	margin-bottom: 15px;
	padding: 40px;
	-webkit-transition-property: -webkit-box-shadow;
	transition-property: -webkit-box-shadow;
	transition-property: box-shadow;
	transition-property: box-shadow, -webkit-box-shadow;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.section-col-repeating .card.higlighted-once {
	-webkit-box-shadow: 0 0 20px rgba(11, 80, 120, .35);
	box-shadow: 0 0 20px rgba(11, 80, 120, .35);
}

.section-col-repeating .card .title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.section-pricing-block {
	margin: 150px 0;
}

.section-pricing-block h2 {
	text-align: center;
	max-width: 915px;
	margin: 0 auto;
}

.section-pricing-block .desc {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	margin-top: 30px;
}

.section-pricing-block .pricing-flow {
	margin: 30px 0;
}

.section-pricing-block .pricing-flow .package-column {
	margin-left: -4px;
	margin-right: -4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.section-pricing-block .pricing-flow .package-column > div {
	width: 33.33%;
	padding-left: 4px;
	padding-right: 4px;
}

.section-pricing-block .pricing-flow .package-column > div .inner {
	height: 100%;
	background-color: #f2f5f8;
	border-radius: 6px;
	border: 1px solid #d2e0eb;
	padding: 25px 30px;
}

.section-pricing-block .pricing-flow .package-column > div .inner .package-name {
	font-size: 20px;
	font-weight: 600;
}

.section-pricing-block .pricing-flow .package-column > div .inner .h2 {
	margin-bottom: 0;
}

.section-pricing-block .pricing-flow .package-column > div .inner .info {
	font-size: 12px;
	margin-bottom: 10px;
}

.section-pricing-block .pricing-flow .package-column > div .inner .teaser {
	font-size: 13px;
	opacity: .6;
}

.section-pricing-block .pricing-flow .package-column > div.type-popular .inner {
	background-color: #003769;
	color: #fff;
	position: relative;
}

.section-pricing-block .link {
	text-align: center;
}

.section-roi-card-wrap {
	padding-top: 50px;
	padding-bottom: 5px;
	background-color: #003769;
}

.section-roi-card .context-left {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}

.section-roi-card .context-left .prefix {
	font-size: 2.13em;
	font-weight: 500;
}

.section-roi-card .context-left .number {
	color: #4ccf96;
}

.section-roi-card .context-left .number span {
	font-size: 4.6em;
	font-weight: 500;
	line-height: .8;
}

.section-roi-card .context-left .number span.bold {
	font-size: 7.33em;
	font-weight: 700;
	margin-right: 10px;
}

.section-roi-card .context-left .context {
	font-weight: 600;
	font-size: 2.13em;
	margin-bottom: 15px;
}

.section-roi-card .context-left .detail {
	font-size: 15px;
}

.section-roi-card .card .inner {
	overflow: hidden;
	background-image: none !important;
}

.section-roi-card .card .inner.nitro-lazy {
	background-image: none !important;
}

.section-roi-card .hold-card .extra, .section-roi-card .hold-card .heading {
	font-size: 1.6em;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.2;
}

.section-roi-card .hold-card .extra {
	margin-bottom: 0;
}

.section-roi-card .hold-card .prefix {
	color: #4ccf96;
	font-size: 1.53em;
	font-weight: 500;
}

.section-roi-card .hold-card .number {
	color: #4ccf96;
}

.section-roi-card .hold-card .number span {
	font-size: 1.86em;
	font-weight: 700;
	line-height: .8;
}

.section-roi-card .hold-card .number span.bold {
	font-size: 5.9em;
	font-weight: 700;
	margin-right: 10px;
}

.section-roi-card .hold-card .context {
	font-weight: 500;
	font-size: 1.2em;
	margin-bottom: 15px;
}

.section-roi-card .list-item {
	margin-top: 30px;
}

.section-roi-card .list-item li {
	font-size: 15px;
	font-weight: 500;
	padding: 0 10px;
	position: relative;
	padding-left: 40px;
	margin-top: 20px;
}

.section-roi-card .list-item li svg {
	position: absolute;
	top: -2px;
	left: 0;
}

.pricing-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pricing-container .left {
	width: 330px;
	padding-right: 25px;
}

.pricing-container .left .inner {
	background-color: rgba(255, 255, 255, .29);
	padding: 35px;
	border-radius: 6px;
}

.pricing-container .left ul {
	margin-top: 10px;
}

.pricing-container .left ul li {
	font-weight: 500;
	padding-left: 32px;
	position: relative;
	margin-top: 5px;
}

.pricing-container .left ul li:first-child {
	margin-top: 0;
}

.pricing-container .left ul li svg {
	position: absolute;
	left: 0;
	top: 2px;
}

.pricing-container .left .below {
	font-size: 13px;
	font-style: italic;
	margin-top: 10px;
}

.pricing-container .left .below div {
	margin-top: 5px;
}

.pricing-container .left .below .aster {
	opacity: .56;
}

.pricing-container .right {
	width: calc(100% - 330px);
}

.pricing-container .package-boxed {
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #d2e0eb;
	border-right-color: rgba(255, 255, 255, 0);
}

.pricing-container .package-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pricing-container .package-column > div {
	width: 33.33%;
	padding: 30px 20px;
	position: relative;
}

.pricing-container .package-column > div.package {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.pricing-container .package-column > div.package .link {
	margin-top: auto;
}

.pricing-container .package-column > div.package, .pricing-container .package-column > div.package-features {
	border-left: 1px solid #d2e0eb;
}

.pricing-container .package-column > div.package-features:first-child, .pricing-container .package-column > div.package:first-child {
	border-left: none;
}

.pricing-container .package-column > div.package {
	border-bottom: 1px solid #d2e0eb;
}

.pricing-container .package-column > div.package.type-popular:before {
	content: "POPULAR";
	position: absolute;
	color: #fff;
	right: 12px;
	top: 12px;
	padding: 5px 15px;
	border-radius: 25px;
	background-color: #8d8ced;
	font-size: 13px;
	font-weight: 600;
}

.pricing-container .package-column > div.package-features {
	padding-bottom: 50px;
}

.pricing-container .package-column > div.type-common {
	background-color: #fff;
}

.pricing-container .package-column > div.type-popular {
	color: #fff;
	background-color: #003769;
}

.pricing-container .package-column > div.type-popular .main-f li:before {
	background-color: #fff;
}

.pricing-container .package-column > div:not(.type-popular) .dn-button {
	background-color: rgba(58, 162, 117, .15);
	border-color: rgba(255, 255, 255, 0);
	color: #4ccf96;
}

.pricing-container .package-column > div:not(.type-popular) .dn-button:hover {
	color: #fff;
	background-color: #4ccf96;
	border-color: #4ccf96;
}

.pricing-container .package-column h2 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

.pricing-container .package-column .price {
	margin-bottom: 5px;
}

.pricing-container .package-column .info {
	font-size: 12px;
	margin-bottom: 20px;
}

.pricing-container .package-column .teaser {
	font-size: 13px;
	margin-bottom: 20px;
}

.pricing-container .package-column .info-f {
	font-size: 13px;
	font-weight: 600;
	opacity: .45;
	margin-bottom: 8px;
}

.pricing-container .package-column .main-f {
	font-size: 13px;
	font-weight: 500;
}

.pricing-container .package-column .main-f li {
	position: relative;
	padding-left: 15px;
	margin-top: 8px;
}

.pricing-container .package-column .main-f li:first-child {
	margin-top: 0;
}

.pricing-container .package-column .main-f li:before {
	content: "";
	position: absolute;
	display: block;
	border-radius: 50%;
	top: 7px;
	left: 0;
	width: 7px;
	height: 7px;
	background-color: #003769;
	opacity: .3;
}

.pricing-container .package-column .-package-features {
	margin-top: 20px;
}

.package-plans {
	padding: 0 15px;
}

.package-plans .inner {
	background-color: #8d8ced;
	color: #fff;
	padding: 10px 15px;
	font-size: 13px;
	text-align: center;
	font-style: italic;
	text-align: center;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.package-plans .inner span {
	font-weight: 600;
	font-style: normal;
}

.section-pricing-compare {
	margin-top: 70px;
	margin-bottom: 150px;
}

.section-pricing-compare .compare-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.section-pricing-compare .compare-box > div {
	width: 33.33%;
	text-align: center;
}

.section-pricing-compare .compare-box > div img {
	display: inline-block;
}

.section-pricing-compare .compare-line {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2e0eb;
	font-size: 13px;
	position: relative;
}

.section-pricing-compare .compare-line.group-name {
	border-bottom: none;
}

.section-pricing-compare .compare-line.group-1 .single-blocks h2, .section-pricing-compare .compare-line.group-1 h3, .single-blocks .section-pricing-compare .compare-line.group-1 h2 {
	margin-top: 0;
}

.section-pricing-compare .compare-line .single-blocks h2, .section-pricing-compare .compare-line h3, .single-blocks .section-pricing-compare .compare-line h2 {
	margin-top: 50px;
	margin-bottom: 0;
}

.section-pricing-compare .compare-line.has-tooltip {
	cursor: help;
}

.section-pricing-compare .compare-line.has-tooltip:hover .tooltip {
	opacity: 1;
	visibility: visible;
}

.section-pricing-compare .compare-line .tooltip {
	pointer-events: none;
	position: absolute;
	display: block;
	left: 90%;
	top: 20px;
	margin-left: 10px;
	z-index: 10;
	transition: opacity .2s ease-in, transform .2s ease-in, visibility .2s ease-in, -webkit-transform .2s ease-in;
	opacity: 0;
	visibility: hidden;
}

.section-pricing-compare .compare-line .tooltip .inner {
	display: block;
	width: 250px;
	padding: 20px;
	background-color: #ecf1f5;
	border: 1px solid #dce4eb;
	border-radius: 8px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	position: absolute;
}

.section-pricing-compare .compare-line .tooltip .inner:before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #ecf1f5;
	border-bottom: 1px solid #dce4eb;
	border-left: 1px solid #dce4eb;
	right: calc(100% - 10px);
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.section-pricing-float {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.section-pricing-float.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.section-pricing-float .package-float {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: 0;
}

.section-pricing-float .package-float .type-popular:before {
	display: none;
}

.section-pricing-float .package-float .package {
	border-bottom: none !important;
	padding: 17px 20px;
}

.section-pricing-float .package-float .dn-button {
	padding: 8px 20px;
	font-size: 14px;
}

.section-pricing-float .price-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 10px;
}

.section-pricing-float .price-info .info {
	padding: 0 0 0 5px;
	margin: 0;
	opacity: .56;
}

.section-pricing-float .pricing-container .package-column h2 {
	font-size: 18px;
}

.section-pricing-float .pricing-container .package-column .price {
	font-size: 22px;
	margin: 0;
	line-height: 1;
}

.faq-container {
	margin-bottom: 150px;
}

.faq-container .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.faq-container .container .sidebar {
	width: 290px;
	padding-right: 20px;
	-ms-flex-item-align: start;
	align-self: flex-start;
	position: sticky;
	top: 120px;
}

.faq-container .container .sidebar li {
	margin-bottom: 30px;
}

.faq-container .container .sidebar li a {
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 5px;
	color: #003769;
}

.faq-container .container .sidebar li a.active {
	font-weight: 600;
	border-bottom: 2px solid;
}

.faqs {
	width: calc(100% - 290px);
}

.faqs .faq-group h2 {
	margin-top: 50px;
	font-size: 24px;
	font-weight: 400;
}

.faqs .faq-group:first-child h2 {
	margin-top: 0;
}

.faqs .faq-item {
	border-radius: 6px;
	border: 1px solid rgba(30, 79, 117, .15);
	margin-bottom: 5px;
	background-color: #fff;
}

.faqs .faq-item p:last-child {
	margin-bottom: 0;
}

.faqs .single-blocks h2, .faqs h3, .single-blocks .faqs h2 {
	position: relative;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	margin: 0;
	cursor: pointer;
	padding: 30px 65px 30px 30px;
	-webkit-transition-property: padding;
	transition-property: padding;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.faqs .single-blocks h2.active, .faqs h3.active, .single-blocks .faqs h2.active {
	padding-bottom: 25px;
}

.faqs .single-blocks h2.active span, .faqs h3.active span, .single-blocks .faqs h2.active span {
	background-color: rgba(30, 79, 117, .15);
}

.faqs .single-blocks h2.active span:after, .faqs .single-blocks h2.active span:before, .faqs h3.active span:after, .faqs h3.active span:before, .single-blocks .faqs h2.active span:after, .single-blocks .faqs h2.active span:before {
	background-color: #003769;
}

.faqs .single-blocks h2.active span:before, .faqs h3.active span:before, .single-blocks .faqs h2.active span:before {
	height: 0;
}

.faqs .single-blocks h2 span, .faqs h3 span, .single-blocks .faqs h2 span {
	display: block;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	background-color: #003769;
	position: absolute;
	right: 25px;
	top: 29px;
}

.faqs .single-blocks h2 span:after, .faqs .single-blocks h2 span:before, .faqs h3 span:after, .faqs h3 span:before, .single-blocks .faqs h2 span:after, .single-blocks .faqs h2 span:before {
	content: "";
	position: absolute;
	display: block;
	background-color: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition-property: background-color, height;
	transition-property: background-color, height;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.faqs .single-blocks h2 span:before, .faqs h3 span:before, .single-blocks .faqs h2 span:before {
	width: 2px;
	height: 10px;
}

.faqs .single-blocks h2 span:after, .faqs h3 span:after, .single-blocks .faqs h2 span:after {
	width: 10px;
	height: 2px;
}

.faqs .answer {
	padding: 0 35px 35px;
}

.section-customer-stories-loop {
	margin: 200px 0 70px 0;
}

.section-customer-stories-loop .stories-cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.section-customer-stories-loop .stories-cards > div {
	width: 33.33%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 80px;
}

.section-customer-stories-loop .stories-cards .img {
	position: relative;
	padding-bottom: 70%;
	border-radius: 6px;
	overflow: hidden;
}

.section-customer-stories-loop .stories-cards .img a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-customer-stories-loop .stories-cards .img.no-image {
	background: rgba(255, 255, 255, 0) linear-gradient(111deg, #003769 0, #2e7f75 62%, #4ccf96 100%) 0 0 no-repeat padding-box;
}

.section-customer-stories-loop .stories-cards .img .bg-image {
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.section-customer-stories-loop .stories-cards .img:hover .bg-image {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.section-customer-stories-loop .stories-cards .logo {
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 30px;
}

.section-customer-stories-loop .stories-cards .logo img {
	height: 30px;
	width: auto;
	display: block;
}

.section-customer-stories-loop .stories-cards h2 {
	font-size: 18px;
	font-weight: 600;
}

.section-customer-stories-loop .stories-cards h2 span {
	font-weight: bolder;
}

.section-numeric-counter {
	margin: 150px 0 70px 0;
}

.section-numeric-counter.section-builder h2 {
	font-weight: 700;
	margin-bottom: 20px;
}

.section-numeric-counter h2 {
	font-size: 34px;
	font-weight: 500;
	margin-bottom: 0;
}

.section-numeric-counter h2 span {
	font-weight: 700;
}

.section-numeric-counter .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.section-numeric-counter .container .heading {
	width: 50%;
	padding-right: 50px;
}

.section-numeric-counter .container .counters {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.section-numeric-counter .container .counters .item {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 80px;
}

.section-numeric-counter .container .counters .top {
	white-space: nowrap;
}

.section-numeric-counter .container .counters .count {
	font-size: 80px;
	font-weight: 600;
	line-height: 1;
}

.section-numeric-counter .container .counters .context {
	font-size: 30px;
	font-weight: 600;
}

.section-numeric-counter .container .counters .bottom {
	font-size: 18px;
	font-weight: 500;
}

.section-stories-testi {
	margin: 150px 0;
}

.section-stories-testi h2 {
	margin-bottom: 50px;
	text-align: center;
}

.section-stories-testi .testi-blocks {
	-webkit-column-fill: initial;
	-moz-column-fill: initial;
	column-fill: initial;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.section-stories-testi .testi-blocks .item {
	display: inline-block;
	vertical-align: top;
}

.section-stories-testi .testi-blocks .inner {
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #d2e0eb;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .05);
	box-shadow: 0 0 7px rgba(0, 0, 0, .05);
	padding: 45px;
}

.section-stories-testi .testi-blocks .inner .mark {
	z-index: 5;
}

.section-stories-testi .testi-blocks .inner p:last-child {
	margin-bottom: 0;
}

.section-stories-testi .testi-blocks .title {
	font-size: 18px;
	font-weight: 600;
	color: #4ccf96;
	margin: 15px 0 10px;
}

.section-stories-testi .testi-blocks .author {
	margin-top: 20px;
	font-weight: 600;
	font-size: 16px;
}

.content-single-blog {
	padding-top: 160px !important;
	padding-bottom: 0 !important;
}

.content-single-blog .thumb {
	margin-bottom: 40px;
}

.content-single-blog h1 {
	margin-bottom: 0;
}

.content-single-blog.single-post-type .cat {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #4ccf96;
}

.single-blocks {
	margin: 70px 0;
}

.single-blocks:first-child {
	margin-top: 50px;
}

.single-blocks .row-flex {
	margin-left: -15px;
	margin-right: -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.single-blocks .row-flex > div {
	padding-left: 15px;
	padding-right: 15px;
	width: 50%;
}

.two-column-text h2 {
	margin-bottom: 0 !important;
}

.two-column-image .image {
	text-align: center;
}

.two-column-image img {
	display: inline-block;
	margin: 0 auto;
}

.single-blockquote .quote {
	font-size: 20px;
	line-height: 1.8;
	font-weight: 700;
}

.single-blockquote .testimoni-callout-wrap {
	padding-bottom: 0 !important;
}

.single-blockquote .testimoni-callout {
	padding-bottom: 10px;
}

.section-careers-teaser {
	margin: 150px 0;
}

.section-careers-teaser .row-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.section-careers-teaser .row-flex > div {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.section-quote-slider {
	margin: 200px 0;
	overflow: hidden;
}

.section-quote-slider .slider {
	margin-left: -15px;
	margin-right: -15px;
}

.section-quote-slider .slider .slick-list {
	overflow: visible;
}

.section-quote-slider .quote-slide {
	padding-left: 15px;
	padding-right: 15px;
	cursor: -webkit-grab;
	cursor: grab;
}

.section-quote-slider .quote-slide .image {
	position: relative;
	width: 45.5%;
}

.section-quote-slider .quote-slide .inner {
	background: rgba(255, 255, 255, 0) linear-gradient(111deg, #003769 0, #2e7f75 62%, #4ccf96 100%) 0 0 no-repeat padding-box;
	color: #fff;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}

.section-quote-slider .quote-slide .inner:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	background: url("https://cdn-ilepacm.nitrocdn.com/KfNmQGJihAAuzyrYpGuWPCEiHUiBoUcn/assets/images/optimized/rev-c589a26/fyi.app/wp-content/themes/fyi/img/ornament-card-quote.svg") no-repeat bottom right;
}

.section-quote-slider .quote-slide .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.section-quote-slider .quote-slide .wrap .name-quote {
	padding: 30px 50px;
	padding-left: 150px;
	position: relative;
	width: 54.5%;
	min-height: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.section-quote-slider .quote-slide .wrap .quote {
	position: relative;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 30px;
}

.section-quote-slider .quote-slide .wrap .quote:before {
	content: "";
	position: absolute;
	display: block;
	right: 100%;
	top: 0;
	width: 65px;
	height: 51px;
	background: url("https://cdn-ilepacm.nitrocdn.com/KfNmQGJihAAuzyrYpGuWPCEiHUiBoUcn/assets/images/optimized/rev-c589a26/fyi.app/wp-content/themes/fyi/img/icon-quote-transparent.svg") no-repeat center;
	background-size: contain;
	margin-right: 25px;
}

.section-quote-slider .quote-slide .wrap .name {
	position: relative;
	z-index: 5;
}

.section-quote-slider .quote-slide .wrap .name .mark {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background-color: rgba(255, 255, 255, .18);
}

.section-quote-slider .quote-slide .wrap .title {
	font-size: 14px;
}

.section-quote-slider .slick-dots {
	padding: 15px;
	padding-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.section-quote-slider .slick-dots li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 40px;
}

.section-quote-slider .slick-dots li button {
	width: 100%;
}

.section-job-listing {
	margin: 150px 0;
}

.section-job-listing h2 {
	margin-bottom: 50px;
}

.section-job-listing .job-cat {
	padding-top: 40px;
	margin-bottom: 40px;
	border-top: 1px solid rgba(11, 80, 120, .24);
}

.section-job-listing .job-cat:first-child {
	padding-top: 0;
	border-top: 0;
}

.section-job-listing .desc {
	margin-bottom: 30px;
}

.section-job-listing .no-vacant {
	font-weight: 700;
	font-size: 16px;
	color: #4ccf96;
	opacity: .5;
}

.section-job-listing .list {
	margin-bottom: 10px;
}

.section-job-listing .list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	text-decoration: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 40px;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid rgba(30, 79, 117, .15);
	color: inherit;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.section-job-listing .list a .head {
	padding-right: 30px;
}

.section-job-listing .list a .link {
	margin-left: auto;
}

.section-job-listing .list a:hover {
	background-color: #fafafa !important;
}

.section-job-listing .list a:hover svg {
	-webkit-transform: translateX(6px);
	transform: translateX(6px);
}

.section-job-listing .list .title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 3px;
}

.section-job-listing .list .location {
	font-size: 13px;
}

.section-main-feat {
	margin: 80px 0 100px;
}

.section-main-feat .auto-feat-card {
	width: 33.33%;
}

.section-main-feat .auto-feat-card a {
	color: #fff;
	text-decoration: none;
	display: block;
	min-height: 245px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 25px;
	border-radius: 4px;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.section-main-feat .auto-feat-card .single-blocks h2, .section-main-feat .auto-feat-card h3, .single-blocks .section-main-feat .auto-feat-card h2 {
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 600;
}

.section-main-feat .auto-feat-card .sub {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	opacity: .56;
}

.section-main-feat .auto-feat-card.t-blue a {
	background: #57b8ff url("https://cdn-ilepacm.nitrocdn.com/KfNmQGJihAAuzyrYpGuWPCEiHUiBoUcn/assets/images/optimized/rev-c589a26/fyi.app/wp-content/themes/fyi/img/automation-blue.svg") no-repeat top right;
	border: 1px solid rgba(30, 79, 117, .15);
}

.section-main-feat .auto-feat-card.t-blue a.nitro-lazy {
	background: none !important;
}

.section-main-feat .auto-feat-card.t-blue a:hover {
	background-color: #39a7f7;
}

.section-main-feat .auto-feat-card.t-purple a {
	background: #8d8ced url("https://cdn-ilepacm.nitrocdn.com/KfNmQGJihAAuzyrYpGuWPCEiHUiBoUcn/assets/images/optimized/rev-c589a26/fyi.app/wp-content/themes/fyi/img/automation-purple.svg") no-repeat top right;
	border: 1px solid rgba(30, 79, 117, .15);
}

.section-main-feat .auto-feat-card.t-purple a.nitro-lazy {
	background: none !important;
}

.section-main-feat .auto-feat-card.t-purple a:hover {
	background-color: #7674ef;
}

.section-main-feat .auto-feat-card.t-grey a {
	color: #003769;
	background: #f0f5f7 url("https://cdn-ilepacm.nitrocdn.com/KfNmQGJihAAuzyrYpGuWPCEiHUiBoUcn/assets/images/optimized/rev-c589a26/fyi.app/wp-content/themes/fyi/img/automation-grey.svg") no-repeat top right;
	border: 1px solid rgba(30, 79, 117, .15);
}

.section-main-feat .auto-feat-card.t-grey a.nitro-lazy {
	background: none !important;
}

.section-main-feat .auto-feat-card.t-grey a:hover {
	background-color: #d8e1e5;
}

.section-main-feat .auto-feat-card.t-grey a .sub {
	opacity: .56;
}

.automation-cat {
	margin-bottom: 80px;
}

.automation-cat .no-automation {
	font-weight: 700;
	font-size: 16px;
	color: #4ccf96;
	opacity: .5;
}

.auto-item {
	margin-bottom: 10px;
}

.auto-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	text-decoration: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid rgba(30, 79, 117, .15);
	color: inherit;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.auto-item a .head {
	padding-right: 30px;
}

.auto-item a .link {
	margin-left: auto;
}

.auto-item a:hover {
	background-color: #fafafa !important;
}

.auto-item a:hover svg {
	-webkit-transform: translateX(6px);
	transform: translateX(6px);
}

.auto-item.fyi-shipped a {
	position: relative;
	overflow: hidden;
}

.auto-item.fyi-shipped a:before {
	content: "SHIPPED WITH FYI";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #4ccf96;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 10px;
	border-bottom-left-radius: 6px;
}

.auto-item .left {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.auto-item .left .icon {
	width: 90px;
}

.auto-item .left .icon img {
	display: block;
}

.auto-item .left .title-desc {
	width: calc(100% - 90px);
}

.auto-item .title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 3px;
}

.auto-item .title .tag {
	font-size: 12px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 15px;
	margin-right: 5px;
}

.auto-item .title .tag:first-child {
	margin-left: 5px;
}

.auto-item .title .tag.grey {
	background-color: rgba(185, 194, 203, .3);
}

.auto-item .title .tag.green {
	color: #4ccf96;
	background-color: rgba(126, 196, 191, .3);
}

.auto-item .title .tag.blue {
	color: #57b8ff;
	background-color: #e0f2ff;
}

.auto-item .title .tag.purple {
	color: #8d8ced;
	background-color: #eaeafb;
}

.auto-item .location {
	font-size: 13px;
}

.section-auto-inner {
	margin: 80px 0 100px;
}

.section-whats-new {
	margin-bottom: 150px;
}

.what-item {
	padding: 60px 70px;
	border-radius: 6px;
	background-color: #fff;
	border: 1px solid #d2e0eb;
	margin-bottom: 16px;
}

.what-item h2 {
	font-size: 20px;
	margin-bottom: 40px;
}

.what-item .context {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.what-item .context .image {
	margin-bottom: 20px;
	text-align: center;
}

.what-item .context .link {
	margin-top: 40px;
}

.fyi-pagination {
	text-align: center;
	margin-top: 70px;
	margin-bottom: 70px;
}

.fyi-pagination .page-numbers {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-decoration: none;
	border-radius: 50%;
	margin: 0 2px;
	background-color: #003769;
	color: #fff;
	font-size: 16px;
	vertical-align: middle;
	cursor: pointer;
}

.fyi-pagination .page-numbers.current {
	background-color: #d8d5d7 !important;
	color: #003769 !important;
}

.fyi-pagination .page-numbers:active, .fyi-pagination .page-numbers:focus, .fyi-pagination .page-numbers:hover {
	background-color: #4ccf96 !important;
}

.fyi-pagination .page-numbers.next, .fyi-pagination .page-numbers.prev {
	display: none;
}

.blog-card {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 45px;
}

.blog-card .image {
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 20px;
}

.blog-card .image a {
	display: block;
	position: relative;
	padding-bottom: 56.25%;
}

.blog-card .image a:hover .bg-image {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.blog-card .bg-image {
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.blog-card .cat {
	font-size: 13px;
	font-weight: 700;
	color: #4ccf96;
	text-transform: uppercase;
}

.blog-card h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	margin: 3px 0;
}

.blog-card h2 a {
	text-decoration: none;
	color: #003769;
	font-weight: 700;
}

.blog-card .posted {
	font-size: 13px;
}

.blog-card .excerpt {
	font-size: 15px;
	margin: 10px 0;
}

.main-content.main-blog-page {
	padding-top: 160px;
}

.section-blog-feat {
	min-height: calc(100vh - 160px);
	padding-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-blog-feat .row-flex {
	margin-left: -8px;
	margin-right: -8px;
}

.section-blog-feat .row-flex .left {
	width: 66.66%;
}

.section-blog-feat .row-flex .right {
	width: 100%;
}

.section-blog-feat .row-flex .right .excerpt, .section-blog-feat .row-flex .right .link {
	display: none;
}

.section-main-loop .row-flex {
	margin-left: -8px;
	margin-right: -8px;
}

.section-main-loop .blog-card {
	width: 33.33%;
}

.has-blend-blue {
	position: relative;
}

.has-blend-blue:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #003769;
	opacity: .3;
	mix-blend-mode: color;
}

.section-about.section-hero-image img {
	width: 100%;
}

.section-about-stories {
	overflow: hidden;
}

.section-about-stories .timeline-holder {
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.section-about-stories .timeline-holder::-webkit-scrollbar {
	display: none;
}

.section-about-stories .timeline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: auto;
	padding-left: calc(calc(100vw - 1140px) / 2);
	padding-right: calc(calc(100vw - 1140px) / 2);
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.section-about-stories .timeline::-webkit-scrollbar {
	display: none;
}

.section-about-stories .timeline .begin {
	position: relative;
}

.section-about-stories .timeline .begin:before {
	content: "";
	position: absolute;
	top: 20px;
	left: 20px;
	width: 100%;
	height: 100%;
	border: 3px dashed #4ccf96;
	opacity: .42;
	border-radius: 8px;
}

.section-about-stories .timeline .begin .wrap {
	position: relative;
	z-index: 5;
	width: 445px;
	height: 230px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 34px;
	font-weight: 700;
	color: #fff;
	border-radius: 6px;
	background: #8d8ced url("https://cdn-ilepacm.nitrocdn.com/KfNmQGJihAAuzyrYpGuWPCEiHUiBoUcn/assets/images/optimized/rev-c589a26/fyi.app/wp-content/themes/fyi/img/ornament-card-quote.svg") no-repeat bottom right;
}

.section-about-stories .timeline .begin .wrap.nitro-lazy {
	background: none !important;
}

.section-about-stories .stories {
	position: relative;
	z-index: 10;
	padding-left: 140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.section-about-stories .stories > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 250px;
}

.section-about-stories .stories .top {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.section-about-stories .stories .top .story-block {
	padding-bottom: 30px;
}

.section-about-stories .stories .top .story-block:before {
	bottom: 0;
}

.section-about-stories .stories .bottom {
	padding-left: 200px;
}

.section-about-stories .stories .bottom .story-block {
	padding-top: 30px;
}

.section-about-stories .stories .bottom .story-block:before {
	top: 0;
}

.section-about-stories .stories .rail {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: calc(100% - 395px);
	height: 5px;
	border-radius: 10px;
	background-color: #003769;
}

.section-about-stories .stories .rail:before {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #003769;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.section-about-stories .stories .rail:before {
	left: 0;
}

.section-about-stories .story-block {
	width: 400px;
	padding-right: 40px;
	position: relative;
}

.section-about-stories .story-block:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	width: 5px;
	height: 30px;
	border-radius: 15px;
	background-color: #003769;
}

.section-about-stories .story-block .year {
	font-weight: 700;
	font-size: 26px;
	color: #4ccf96;
}

.section-about-stories .scrolbar-trigger {
	margin-top: 40px;
}

.section-about-stories .scrolbar-trigger .trigger {
	padding-left: 50px;
	padding-right: 50px;
	height: 20px;
	width: 100%;
	border-radius: 15px;
	background-color: rgba(11, 80, 120, .1);
}

.section-about-stories .scrolbar-trigger .rail {
	height: 100%;
	width: 100%;
	position: relative;
}

.section-about-stories .scrolbar-trigger .rail .ui-slider-handle {
	position: absolute;
	top: 0;
	width: 100px;
	margin-left: -50px;
	height: 100%;
	background-color: #003769;
	border-radius: 15px;
}

.section-about-ornament {
	margin: 200px 0;
	padding: 0 15px;
}

.section-about-ornament .container-ornament {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}

.section-about-ornament .row-flex {
	margin-left: -8px;
	margin-right: -8px;
}

.section-about-ornament .row-flex > div {
	padding-left: 8px;
	padding-right: 8px;
	width: 50%;
}

.section-about-ornament .row-flex .img {
	height: 500px;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}

.section-about-leadership {
	margin: 200px 0 160px 0;
}

.section-about-leadership .left, .section-about-leadership .right {
	width: 50%;
}

.section-about-leadership .left {
	margin-bottom: 40px;
}

.section-about-leadership .leaders {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.section-about-leadership .leaders .card {
	max-width: 200px;
	text-align: center;
	padding: 0 15px;
	margin-bottom: 40px;
}

.section-about-leadership .leaders .name {
	font-size: 18px;
	font-weight: 600;
}

.section-about-leadership .leaders .img {
	position: relative;
	width: 160px;
	margin-bottom: 20px;
}

.section-about-leadership .leaders .img:before {
	content: "";
	position: absolute;
	display: block;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	border-radius: 50%;
	border: 3px dashed rgba(30, 79, 117, .14);
}

.section-about-leadership .leaders .img .inner {
	padding-bottom: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.section-about-leadership .leaders .img .inner .bg-image {
	border-radius: 50%;
}

.section-about-leadership .leaders .social {
	margin-top: 5px;
}

.section-about-leadership .leaders .social a:hover svg {
	opacity: 1;
}

.section-about-leadership .leaders .social svg {
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.hero-contact {
	margin-bottom: 300px;
}

.hero-contact .wrap {
	width: 45%;
	padding-right: 30px;
}

.hero-contact .contact-form {
	width: 54%;
	margin-left: auto;
	color: #003769;
	position: relative;
	z-index: 5;
}

.hero-contact .contact-form:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 25px;
	left: 25px;
	border: 3px dashed rgba(210, 224, 235, .2);
	border-radius: 6px;
	z-index: 1;
}

.hero-contact .contact-form .form-holder {
	position: relative;
	padding: 45px;
	min-height: 600px;
	background-color: #fff;
	border-radius: 6px;
	z-index: 5;
}

.hero-contact .contact-form .form-holder .gform_confirmation_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 510px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 500;
}

.hero-contact h1 {
	font-size: 36px;
}

.hero-contact .call-to-action {
	margin-top: 50px;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.hero-contact .call-to-action .row-flex {
	margin-left: -9px;
	margin-right: -9px;
}

.hero-contact .call-to-action .row-flex > div {
	width: 33.33%;
	padding-left: 9px;
	padding-right: 9px;
}

.hero-contact .call-to-action .row-flex > div a {
	text-decoration: none;
	display: block;
	padding: 25px;
	padding-top: 40px;
}

.hero-contact .call-to-action .row-flex > div a svg {
	height: 8px;
	width: auto;
}

.hero-contact .call-to-action .row-flex > div a:hover span svg {
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}

.hero-contact .call-to-action .row-flex > div .inner {
	height: 100%;
	border-radius: 4px;
	border: 1px solid rgba(30, 79, 117, .15);
}

.hero-contact .call-to-action .row-flex > div .inner .single-blocks h2, .hero-contact .call-to-action .row-flex > div .inner h3, .single-blocks .hero-contact .call-to-action .row-flex > div .inner h2 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 10px;
}

.hero-contact .call-to-action .row-flex > div .inner span.dn-link {
	font-size: 14px;
	font-weight: 600;
}

.hero-contact .call-to-action .row-flex > div.card-1 .inner {
	background-color: #57b8ff;
}

.hero-contact .call-to-action .row-flex > div.card-2 .inner {
	background-color: #8d8ced;
}

.hero-contact .call-to-action .row-flex > div.card-3 {
	color: #003769;
}

.hero-contact .call-to-action .row-flex > div.card-3 .inner {
	background-color: #fff;
}

.hero-contact .call-to-action .row-flex > div.card-3 .inner span.dn-link {
	color: #4ccf96;
}

.hero-contact .technical-support {
	margin-top: 40px;
}

.hero-contact .technical-support .head {
	font-size: 20px;
	font-size: 600;
	margin-bottom: 15px;
	margin-top: 15px;
}

.hero-contact .technical-support .info {
	font-size: 13px;
	line-height: 1.8;
	max-width: 360px;
	margin-bottom: 20px;
}

.hero-contact .technical-support .info a {
	color: #4ccf96;
	text-decoration: none;
}

.hero-contact .technical-support .link a {
	font-size: 14px;
}

.hero-contact .technical-support.hidden-lg {
	margin-top: 70px;
	margin-bottom: 40px;
}

.section-contact-card .contact-group h2 {
	margin-bottom: 35px;
}

.section-contact-card .contact-group:not(:first-child) {
	padding-top: 80px;
	border-top: 1px solid rgba(11, 80, 120, .17);
}

.section-contact-card .contact-group .contact-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -4px;
	margin-right: -4px;
}

.section-contact-card .contact-group .contact-wrap > div {
	width: 33.33%;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 80px;
}

.section-contact-card .contact-group .contact-wrap > div .image .wrap {
	overflow: hidden;
	border-radius: 4px;
	position: relative;
	padding-bottom: 73%;
}

.section-contact-card .contact-group .contact-wrap .contact-card a {
	text-decoration: none;
}

.section-contact-card .contact-group .contact-wrap .contact-card .name {
	font-size: 18px;
	margin: 10px 0 5px;
}

.section-contact-card .contact-group .contact-wrap .contact-card .name svg {
	display: block;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.section-contact-card .contact-group .contact-wrap .contact-card .name a {
	display: inline-block;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	margin-left: 5px;
}

.section-contact-card .contact-group .contact-wrap .contact-card .name a:hover svg {
	opacity: 1;
}

.section-contact-card .contact-group .contact-wrap .contact-card .role {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 500;
}

.section-contact-card .contact-group .contact-wrap .contact-card .mail {
	position: relative;
	display: inline-block;
	font-style: italic;
	font-size: 13px;
	padding-left: 27px;
}

.section-contact-card .contact-group .contact-wrap .contact-card .mail svg {
	position: absolute;
	left: 0;
	top: 3px;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.section-contact-card .contact-group .contact-wrap .contact-card .mail:hover svg {
	opacity: 1;
}

body.body-booking:before {
	display: none;
}

body.body-booking .post-edit-link {
	display: none;
}

.head-booking {
	position: absolute;
	height: 100px;
	width: 100%;
	top: 0;
	left: 0;
}

.booking-logo {
	max-width: 1550px;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	margin: 0 auto;
	padding-top: 20px;
	height: 100px;
}

.booking-logo a {
	display: inline-block;
	position: relative;
	z-index: 55555;
}

.booking-logo svg {
	display: block;
}

.booking-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 100vh;
}

.booking-wrapper h2 {
	font-size: 28px;
}

.booking-wrapper .booking-main {
	width: 68%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.booking-wrapper .booking-main .footer {
	font-size: 13px;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.booking-wrapper .booking-main .footer .copy {
	opacity: .6;
}

.booking-wrapper .booking-main .footer .link {
	margin-left: auto;
}

.booking-wrapper .booking-main .footer .link li {
	display: inline-block;
	margin-left: 30px;
}

.booking-wrapper .booking-main .footer .link li a {
	text-decoration: none;
	opacity: .6;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.booking-wrapper .booking-main .footer .link li a:hover {
	opacity: 1;
}

.booking-wrapper .booking-main .context {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.booking-wrapper .booking-main .context .inner {
	padding-left: calc(calc(100vw - 1140px) / 2);
	width: 100%;
	padding-right: 40px;
	padding-top: 110px;
	padding-bottom: 90px;
}

.booking-wrapper .booking-sidebar {
	width: 32%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #003769;
	color: #fff;
	overflow: hidden;
	min-height: 100vh;
	position: sticky;
	top: 0;
	-ms-flex-item-align: start;
	align-self: flex-start;
	padding-top: 30px;
	padding-bottom: 30px;
}

.booking-wrapper .booking-sidebar .body-ornament {
	max-width: 70vw;
	fill: rgba(255, 255, 255, .02);
}

.booking-wrapper .steps {
	margin-bottom: 40px;
}

.booking-wrapper .steps ul li {
	display: inline-block;
	position: relative;
	padding-left: 25px;
}

.booking-wrapper .steps ul li a {
	display: block;
	pointer-events: none;
}

.booking-wrapper .steps ul li:before {
	content: "";
	position: absolute;
	display: block;
	width: 14px;
	height: 1px;
	background-color: #003769;
	left: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.booking-wrapper .steps ul li:first-child {
	padding-left: 0;
}

.booking-wrapper .steps ul li:first-child:before {
	display: none;
}

.booking-wrapper .steps ul li span {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: rgba(30, 79, 117, .12);
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	display: inline-block;
}

.booking-wrapper .steps ul li span svg {
	display: inline-block;
	vertical-align: middle;
}

.booking-wrapper .steps ul li.passed a {
	pointer-events: auto;
}

.booking-wrapper .steps ul li.passed span {
	background-color: #003769;
}

.booking-wrapper .steps ul li.last a {
	pointer-events: none !important;
}

.booking-wrapper .steps ul li.active span {
	background-color: #003769;
	color: #fff;
}

.booking-wrapper .booking-step .desc {
	max-width: 620px;
	margin-bottom: 30px;
}

.booking-wrapper .booking-step .main-cta {
	max-width: 465px;
}

.booking-wrapper .booking-step .main-cta > strong {
	margin-bottom: 15px;
	display: block;
}

.booking-wrapper .booking-step .main-cta .box {
	margin-bottom: 8px;
}

.booking-wrapper .booking-step .main-cta .box .single-blocks h2, .booking-wrapper .booking-step .main-cta .box h3, .single-blocks .booking-wrapper .booking-step .main-cta .box h2 {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 16px;
}

.booking-wrapper .booking-step .main-cta .box span {
	font-size: 13px;
}

.booking-wrapper .booking-step .main-cta .box a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	padding: 25px;
	border-radius: 4px;
	background-color: #dce4eb;
	min-height: 95px;
}

.booking-wrapper .booking-step .main-cta .box a .arrow {
	margin-left: auto;
}

.booking-wrapper .booking-step .main-cta .box a .arrow svg {
	display: block;
}

.booking-wrapper .booking-step .main-cta .box a:hover {
	background-color: #c2d1de;
}

.booking-wrapper .booking-step .main-cta .box.demo a {
	background-color: #4ccf96;
	color: #fff;
}

.booking-wrapper .booking-step .main-cta .box.demo a svg {
	fill: #fff;
}

.booking-wrapper .booking-step .main-cta .box.demo a:hover {
	background-color: #4ccf96;
}

.booking-wrapper .inner-trial .cta {
	margin-top: 30px;
}

.booking-wrapper .inner-trial .list-item {
	font-weight: 600;
}

.booking-wrapper .inner-trial .list-item svg {
	height: 20px;
	width: auto;
}

.booking-wrapper .inner-demo .demo-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.calendly-inline-widget iframe {
	min-height: 1000px;
}

.booking-wrapper .inner-demo .demo-holder .the-head {
	width: calc(100% - 450px);
	max-width: 450px;
	padding-right: 55px;
	border-right: 1px solid rgba(30, 79, 117, .15);
}

.booking-wrapper .inner-demo .the-form {
	width: 100%;
	max-width: 450px;
}

.booking-wrapper .inner-demo .desc {
	max-width: 700px;
}

.booking-wrapper .inner-demo .desc ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.booking-wrapper .inner-demo .desc ul li {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}

.booking-wrapper .inner-demo .desc ul li:before {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #4ccf96;
	top: 7px;
	left: 0;
}

.booking-wrapper .inner-calendar .book-calendar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.booking-wrapper .inner-calendar .book-calendar .the-head {
	width: calc(100% - 400px);
	max-width: 380px;
	padding-right: 55px;
	margin-right: 20px;
	border-right: 1px solid rgba(30, 79, 117, .15);
}

.booking-wrapper .inner-calendar .book-calendar .the-head .choose-region {
	margin-bottom: .5em;
}

.booking-wrapper .inner-calendar .book-calendar .the-head .tour-with {
	margin-bottom: 16px;
}

.booking-wrapper .inner-calendar .book-calendar .the-head .tour-with a {
	text-decoration: none;
	padding: 7px 10px;
	border-radius: 4px;
	background-color: #dce4eb;
	display: inline-block;
	min-width: 180px;
	margin-bottom: 8px;
}

.booking-wrapper .inner-calendar .book-calendar .the-head .tour-with a:hover {
	background-color: #c2d1de;
}

.booking-wrapper .inner-calendar .book-calendar .the-calendar.able-closing .shader {
	cursor: pointer;
}

.booking-wrapper .inner-calendar .book-calendar .the-calendar .shader {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: rgba(30, 79, 117, .9);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.booking-wrapper .inner-calendar .book-calendar .the-calendar #close-steps {
	position: fixed;
	z-index: 50;
	width: 50px;
	height: 50px;
	background-color: #fff;
	top: 15px;
	right: 15px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 15px rgba(30, 79, 117, .15);
	box-shadow: 0 0 15px rgba(30, 79, 117, .15);
	display: none;
}

.booking-wrapper .inner-calendar .book-calendar .the-calendar #close-steps button {
	position: absolute;
	width: 60%;
	height: 60%;
	display: block;
	border: none !important;
	background-color: rgba(255, 255, 255, 0);
	outline: 0 !important;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	cursor: pointer;
}

.booking-wrapper .inner-calendar .book-calendar .the-calendar #close-steps button:after, .booking-wrapper .inner-calendar .book-calendar .the-calendar #close-steps button:before {
	content: "";
	position: absolute;
	display: block;
	background-color: #003769;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.booking-wrapper .inner-calendar .book-calendar .the-calendar #close-steps button:before {
	width: 100%;
	height: 1px;
}

.booking-wrapper .inner-calendar .book-calendar .the-calendar #close-steps button:after {
	width: 1px;
	height: 100%;
}

.booking-wrapper .inner-calendar .book-calendar .the-calendar.finishing-line {
	pointer-events: none;
}

.booking-wrapper .inner-calendar .book-calendar .the-calendar.finishing-line #calendly-holder {
	display: none;
}

.booking-wrapper .inner-calendar .book-calendar #calendly-holder {
	position: relative;
	z-index: 10;
	width: 380px;
	height: 545px;
	max-width: 100%;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.booking-wrapper .inner-calendar .book-calendar #calendly-holder::-webkit-scrollbar {
	display: none;
}

.booking-wrapper .inner-calendar .book-calendar.popup-open .the-calendar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 50505050;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.booking-wrapper .inner-calendar .book-calendar.popup-open .the-calendar .shader {
	opacity: 1;
	visibility: visible;
}

.booking-wrapper .inner-calendar .book-calendar.popup-open .the-calendar #calendly-holder {
	width: 100%;
	margin: 0 auto;
	height: 100%;
}

.booking-wrapper .inner-thanks .thanks-link li {
	display: inline-block;
	margin: 0 10px 10px 0;
}

.booking-wrapper .sidebar-inner {
	padding: 0 50px;
	max-width: 450px;
}

.booking-wrapper .sidebar-quote .quote {
	font-size: 17px;
	line-height: 2;
	margin-bottom: 30px;
	position: relative;
	padding-left: 70px;
	position: relative;
}

.booking-wrapper .sidebar-quote .quote:before {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	left: 0;
	top: -20px;
	background: url("https://cdn-ilepacm.nitrocdn.com/KfNmQGJihAAuzyrYpGuWPCEiHUiBoUcn/assets/images/optimized/rev-c589a26/fyi.app/wp-content/themes/fyi/img/icon-quote-transparent.svg") no-repeat center;
	background-size: contain;
}

.booking-wrapper .sidebar-quote .author {
	position: relative;
	padding-left: 70px;
}

.booking-wrapper .sidebar-quote .author .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	overflow: hidden;
}

.booking-wrapper .sidebar-quote .author .single-blocks h2, .booking-wrapper .sidebar-quote .author h3, .single-blocks .booking-wrapper .sidebar-quote .author h2 {
	font-size: 16px;
	margin-bottom: 0;
}

.booking-wrapper .sidebar-quote .author .title {
	margin-bottom: 10px;
}

.booking-wrapper .sidebar-quote .author .logo img {
	max-height: 25px;
	width: auto;
}

.booking-wrapper .sidebar-logo .heading {
	font-size: 18px;
}

.booking-wrapper .sidebar-logo .logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.booking-wrapper .sidebar-logo .logos div {
	width: 50%;
	margin: 15px 0;
}

.booking-wrapper .sidebar-logo .logos div:last-child {
	width: 100%;
}

.booking-wrapper .sidebar-logo .logos div img {
	max-width: 70%;
	height: auto;
}

.booking-wrapper .sidebar-features .heading {
	font-size: 18px;
}

.booking-wrapper .sidebar-features .features {
	font-size: 17px;
	font-weight: 500;
}

.booking-wrapper .sidebar-features .features .item {
	margin-top: 30px;
}

.booking-wrapper .sidebar-features .features .item .top {
	font-weight: 700;
}

.booking-wrapper .sidebar-features .features .item .top span {
	font-size: 1.67em;
}

.booking-wrapper .sidebar-features .features .item .top .num {
	font-size: 4.5em;
	font-weight: 600;
	line-height: 1;
}

.booking-wrapper .sidebar-features .features .item .bottom {
	line-height: 1.3;
}

#loading-spin {
	display: block;
	position: relative;
	z-index: 50;
	width: 100px;
}

#loading-spin .calendly-spinner > div {
	background-color: #fff;
}

.calendly-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: -1;
}

.calendly-spinner > div {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #e1e1e1;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-animation: calendly-bouncedelay 1.4s infinite ease-in-out;
	animation: calendly-bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.calendly-spinner .calendly-bounce1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s;
}

.calendly-spinner .calendly-bounce2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s;
}

body.page-template-page-t-landing #masthead {
	display: none;
}

body.page-template-page-t-landing .hero-landing .hero-logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 60px;
	padding-bottom: 100px;
}

body.page-template-page-t-landing .hero-landing .hero-logos img {
	height: 100px;
}

body.page-template-page-t-landing .hero-landing .container {
	min-height: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

body.page-template-page-t-landing .hero-landing .wrap {
	text-align: center;
}

body.page-template-page-t-landing .hero-landing .desc {
	margin-left: auto;
	margin-right: auto;
}

body.page-template-page-t-landing .section-testimonial {
	--testimonial-arrow-size: 55px;
}

body.page-template-page-t-landing .section-testimonial svg {
	fill: #fff !important;
}

body.page-template-page-t-landing .section-testimonial .testimoni-callout-wrap {
	background-color: #006163;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--testimonial-arrow-size)), var(--testimonial-arrow-size) calc(100% - var(--testimonial-arrow-size)), 0 100%, 0 0);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--testimonial-arrow-size)), var(--testimonial-arrow-size) calc(100% - var(--testimonial-arrow-size)), 0 100%, 0 0);
}

body.page-template-page-t-landing .section-testimonial .testimoni-callout-wrap * {
	color: #fff;
}

body.page-template-page-t-landing .section-testimonial .testimoni-callout {
	border: none !important;
}

body.page-template-page-t-landing .section-testimonial .testimoni-callout::after {
	border: 1px solid #fff !important;
	background-color: #fff;
	display: none;
}

body.page-template-page-t-landing .section-testimonial .testimoni-callout::before {
	display: none;
}

body.page-template-page-t-landing .section-testimonial .testi-item .contact * {
	font-size: 15px !important;
}

body.page-template-page-t-landing .section-cta.smithink {
	margin-top: 80px;
	margin-bottom: -50px;
	background-color: rgba(255, 255, 255, 0);
}

body.page-template-page-t-landing .section-cta.smithink > .container {
	max-width: 850px;
}

body.page-template-page-t-landing .section-cta.smithink > .container > img {
	display: none;
}

body.page-template-page-t-landing .section-cta.smithink * {
	color: #003769;
}

body.page-template-page-t-landing .section-cta.smithink .dn-link, body.page-template-page-t-landing .section-cta.smithink .dn-link * {
	color: #fff;
}

body.page-template-page-t-landing .section-cta .cta-form form .gform_footer {
	width: auto;
}

.single-event-post .head-title h1 {
	font-size: 34px;
}

.single-event-post .head-title {
	text-align: center;
}

.single-event-post .head-title button.event-date-time {
	background-color: #4ccf96;
	border: 1px solid #4ccf96;
	padding: 5px 10px;
	margin: 5px;
	width: 100%;
	max-width: 410px;
}

.single-event-post .head-title button.event-date-time.active {
	background-color: #0b5078;
	border: 1px solid #0b5078;
}

.single-event-post .head-title button.event-date-time strong {
	font-weight: 500;
}

.single-event-post .head-title {
	margin: 40px 0 70px 0;
}

.single-event-post .head-title h1 {
	font-size: 34px;
	margin-bottom: 10px;
}

.single-event-post .cust-post-content h2.gform_title {
	font-size: 20px;
	font-weight: 600;
}

.custom-form-date-time .date-time-of-event {
	position: absolute;
	right: 0;
	top: -50px;
	width: 100%;
	max-width: 300px;
	text-align: center;
	border: 2px solid #c5d4df;
	border-radius: 5px;
	color: #003769;
	font-weight: 600;
	padding: 5px;
	display: none;
}

.single-event-post .cust-post-content .gform_heading {
	position: relative;
	width: 50%;
}

.single-event-post .cust-post-content .gform_body .gform_fields .type-hidden {
	display: none;
}

.single-event-post .cust-post-content .gform_body .gform_fields .gfield input {
	border: 2px solid #dfe9f1;
}

.single-event-post .cust-post-content .gform_body .gform_fields .type-email::-webkit-input-placeholder {
	color: #f2f5f8;
}

.single-event-post .cust-post-content .gform_body .gform_fields .type-email::-moz-placeholder {
	color: #f2f5f8;
}

.single-event-post .cust-post-content .gform_body .gform_fields .type-email:-ms-input-placeholder {
	color: #f2f5f8;
}

.single-event-post .cust-post-content .gform_body .gform_fields .type-email::-ms-input-placeholder {
	color: #f2f5f8;
}

.single-event-post .cust-post-content .gform_body .gform_fields .type-email::placeholder {
	color: #f2f5f8;
}

.single-event-post .cust-post-content .thumb img {
	border: 2px solid #dfe9f1;
	border-radius: 6px;
	max-height: 450px !important;
	-o-object-fit: cover;
	object-fit: cover;
}

.single-event-post .cust-post-content .thumb video {
	border: 2px solid #dfe9f1;
	border-radius: 6px;
}

.single-event-post .cust-post-content .gform_body .gform_fields .type-text {
	width: 25%;
}

.single-event-post .cust-post-content .gform_body .gform_fields .type-email {
	width: 50%;
}

.single-event-post .cust-post-content .gform_footer.top_label {
	text-align: right;
	margin-top: 0;
}

.single-event-post .cust-post-content .gform_footer.top_label input {
	padding: 13px 30px;
}

.single-event-post .cust-post-content .gravityform-cust {
	background-color: #f2f5f8;
	border: 2px solid #dfe9f1;
	border-radius: 6px;
	padding: 30px 25px 20px 25px;
	margin-bottom: 40px;
	position: relative;
}

.single-event-post .cust-post-content .gravityform-cust.type-every_week form {
	margin-top: 30px;
}

.single-event-post .cust-post-content .gravityform-cust select {
	width: 370px;
	padding-right: 20px;
	position: absolute;
	left: auto;
	top: 20px;
	right: 25px;
	border: 2px solid #dfe9f1;
	color: #003769;
	font-weight: 600;
	background-color: #fff;
	padding: 10px 30px 10px 10px;
}

.single-event-post .cust-post-content .gravityform-cust select:disabled {
	border: 2px solid #dfe9f1;
	color: #003769;
	font-weight: 600;
	background-color: #fff;
	opacity: 1;
	width: auto;
	background-image: none;
	padding: 10px;
}

.single-event-post .cust-post-content .gravityform-cust select:disabled.nitro-lazy {
	background-image: none !important;
}

.single-event-post .cust-post-content form {
	margin-top: 60px;
}

.single-event-post .cust-post-content {
	border: 2px solid #dfe9f1;
	padding: 60px 60px 80px 60px;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 6px;
}

.single-event-post .the-content {
	margin-top: 30px;
}

.single-event-post .quote-section {
	margin-top: 50px;
}

.single-event-post .quote {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 2px solid #dfe9f1;
	padding: 50px 60px 60px 40px;
	margin-top: 40px;
	border-radius: 6px;
}

.single-event-post .quote .quote-image img {
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
	height: 100px;
	width: 100px;
	max-width: 100px;
}

.single-event-post .quote .quote-image {
	padding-right: 30px;
}

.single-event-post .quote .quote-message {
	padding-left: 30px;
}

.single-event-post .quote .auth-name h2 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
}

.single-event-post .quote .quote-message p.message {
	margin-top: 20px;
}

.single-event-post .cust-post-content .thumb {
	margin-bottom: 30px;
	position: relative;
}

.single-event-post .related-post.sec-tab {
	margin-top: 80px;
}

.single-event-post .cust-post-content .custom-text-message {
	position: absolute;
	bottom: 15px;
	margin-bottom: 0 !important;
	width: 80% !important;
}

.single-event-post .cust-post-content .gform_confirmation_message {
	color: #4ccf96;
	font-weight: 500;
}

.single-event-post .cust-post-content .gform_body .gform_fields .gfield.gfield_error .gfield_label {
	color: #003769;
}

.single-event-post .head-title button.event-date-time img.img-icon {
	width: 100%;
	max-width: 12px;
	-webkit-filter: brightness(0) saturate(100%) invert(91%) sepia(100%) saturate(0) hue-rotate(62deg) brightness(105%) contrast(104%);
	filter: brightness(0) saturate(100%) invert(91%) sepia(100%) saturate(0) hue-rotate(62deg) brightness(105%) contrast(104%);
	margin-right: 5px;
}

.single-event-post .run_time img.img-icon {
	width: 100%;
	max-width: 18px;
	margin-right: 10px;
	-webkit-filter: brightness(0) saturate(100%) invert(26%) sepia(98%) saturate(321%) hue-rotate(161deg) brightness(92%) contrast(101%);
	filter: brightness(0) saturate(100%) invert(26%) sepia(98%) saturate(321%) hue-rotate(161deg) brightness(92%) contrast(101%);
}

.single-event-post .run_time, .single-event-post .run_time span.location, .single-event-post .run_time span.time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.single-event-post .cust-post-content .run_time span.time {
	margin-right: 40px;
}

.single-event-post .cust-post-content .gform_body label.gfield_label {
	text-transform: capitalize;
	font-weight: 600;
}

.single-event-post .cust-post-content .gform_body span.gfield_required.gfield_required_text {
	display: none;
}

.single-event-post .section-testimonial {
	margin: 0 -15px;
}

.single-event-post .section-testimonial .mobile-author-slide:before {
	content: none;
}

.single-event-post .quote-section.slick-slider ul.slick-dots {
	position: relative;
	bottom: -15px;
}

.event-page .head-title h1 {
	font-size: 34px;
	color: #003769;
	font-family: "Pennypacker", sans-serif;
	font-weight: 700;
}

.event-page .head-title {
	text-align: center;
}

.event-page .sec-slider {
	margin: 60px -15px 0;
}

.event-page .sec-slider .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 6px;
}

.event-page .sec-slider .slick-slide .contact {
	display: block;
	margin-top: 0;
	width: 50%;
	padding: 30px 40px;
}

.event-page .sec-slider .slick-slide video {
	max-height: 100% !important;
	max-width: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100% !important;
	border-radius: 6px 0 0 6px;
}

.event-page .sec-slider .slick-slide .event-image img {
	height: 100%;
	border-radius: 6px 0 0 6px;
	max-height: 325px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.event-page .sec-slider .slick-slide .event-image iframe {
	background-color: #003769;
}

.event-page .sec-slider .slick-dots {
	text-align: right;
	position: relative;
	bottom: -15px;
}

.event-page .sec-slider .slick-slide .post-cat span.mark {
	background-color: rgba(255, 255, 255, 0);
	color: #4ccf96;
	text-transform: uppercase;
	font-weight: 600;
	font-family: Montserrat, sans-serif;
}

.event-page .sec-slider .slick-slide h4.name, .sec-tab .tab-content .team-loop .single-blocks h2, .sec-tab .tab-content .team-loop h3, .single-blocks .sec-tab .tab-content .team-loop h2 {
	font-size: 18px;
	color: #003769;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	margin-top: 20px;
}

.event-page .sec-slider .slick-slide .event-image {
	width: 50%;
	position: relative;
	height: 320px;
}

.event-page .head-title p.description {
	color: #003769;
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	line-height: 1.6;
}

.event-page .sec-slider .slick-slide p.message, .sec-tab .tab-content .team-loop .pop-content p {
	color: #003769;
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.event-page .sec-slider .slick-slide .link a.open-side {
	color: #4ccf96;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
}

.event-page .sec-slider .slick-slide .date-time {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: #fff;
	padding: 5px 8px;
	border-radius: 5px;
}

.event-page .sec-slider .slick-slide .date-time span, .sec-tab .tab-content .date-format .date-time span {
	font-size: 14px;
	color: #003769;
	text-transform: uppercase;
	font-weight: 700;
}

.event-page .sec-slider .slick-slide .date-time span.event-date, .sec-tab .tab-content .date-format .date-time span.event-date {
	font-size: 22px;
	display: block;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	font-family: Montserrat, sans-serif;
}

.sec-tab ul.nav.nav-tabs {
	border: none;
	margin-top: 60px;
}

.sec-tab ul.nav.nav-tabs li a {
	color: #003769;
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	font-weight: 500;
	padding: 0;
}

.sec-tab ul.nav.nav-tabs li > a:hover {
	border-color: rgba(255, 255, 255, 0);
	background-color: rgba(255, 255, 255, 0);
}

.sec-tab ul.nav.nav-tabs li.active a {
	background-color: rgba(255, 255, 255, 0);
	border-bottom: 3px solid #003769;
	font-weight: 700;
	color: #003769;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	font-family: "Pennypacker", sans-serif;
}

.sec-tab ul.nav.nav-tabs li:first-child {
	margin-right: 50px;
}

.sec-tab .tab-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sec-tab .tab-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: -4%;
	margin-top: 40px;
}

.sec-tab .tab-content .team-loop {
	width: 31.2%;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 15px;
	margin-bottom: 4em;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sec-tab .tab-content .team-loop .image img {
	max-width: 400px !important;
	border-radius: 6px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.sec-tab .tab-content .team-loop a.open-side {
	color: #4ccf96;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	margin-top: 20px;
	display: block;
	text-decoration: none;
}

.sec-tab .tab-content .team-loop .date-format {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	bottom: 10px;
	width: 100%;
	line-height: normal;
}

.sec-tab .tab-content .team-loop .top-detail .image {
	position: relative;
	line-height: 0;
}

.sec-tab .tab-content .team-loop .date-format .date-time {
	background-color: #fff;
	padding: 5px 8px;
	border-radius: 5px;
	position: relative;
	right: auto;
	left: 10px;
}

.sec-tab .tab-content .team-loop .date-format .date-slot {
	background-color: #fff;
	padding: 5px 8px;
	border-radius: 5px;
	position: absolute;
	left: auto;
	right: 10px;
	bottom: 0;
}

.sec-tab .tab-content .date-format .date-slot span.event-slot {
	font-size: 14px;
	color: #003769;
	font-weight: 600;
	font-family: "Pennypacker", sans-serif;
	font-weight: 700;
}

.team-loop .top-detail .image video {
	max-height: 100% !important;
	max-width: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100% !important;
	border-radius: 6px;
}

body .event-page .sec-slider .slick-slide .event-image img.play-pause, body .sec-tab .tab-content .team-loop img.play-pause, body .single-event-post .cust-post-content .thumb img.play-pause {
	position: absolute;
	width: 100%;
	max-width: 50px !important;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-object-fit: contain;
	object-fit: contain;
	border: none !important;
}

.event-page {
	padding-bottom: 0 !important;
	padding-top: 170px !important;
}

iframe {
	border: 0;
}

.sec-tab .tab-content .team-loop .top-detail .image iframe, .single-event-post .cust-post-content .thumb iframe {
	border-radius: 6px;
}

.site-footer {
	padding-top: 115px;
}

.site-footer a {
	color: #003769;
}

.site-footer .footer-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.site-footer .footer-holder > div:not(.footer-menu-columns) {
	margin-right: 70px;
	max-width: 170px;
}

.site-footer .footer-holder > div.col-4 {
	margin-right: 0;
}

.site-footer .footer-holder .footer-menu-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.site-footer .footer-holder .footer-menu-columns > div {
	margin-right: 70px;
	max-width: 170px;
}

.site-footer .footer-holder .footer-menu-columns > div.col-4 {
	margin-right: 0;
}

.site-footer .footer-holder a {
	color: #003769;
	text-decoration: none;
}

.site-footer .footer-holder a:hover {
	color: #4ccf96;
}

.site-footer .footer-holder .logo > a {
	display: inline-block;
	margin-bottom: 20px;
}

.site-footer .footer-holder .lang-select {
	font-weight: 600;
	font-size: 14px;
	position: relative;
	z-index: 50;
	cursor: pointer;
}

.site-footer .footer-holder .lang-select span {
	display: inline-block;
	vertical-align: middle;
}

.site-footer .footer-holder .lang-select span.globe {
	margin-right: 5px;
}

.site-footer .footer-holder .lang-select svg {
	display: block;
}

.site-footer .footer-holder .lang-select:hover .lang-drop {
	display: block;
}

.site-footer .footer-holder .lang-select .lang-drop {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	min-width: 125px;
	font-size: 12px;
	padding-top: 5px;
	display: none;
}

.site-footer .footer-holder .lang-select .lang-drop ul {
	background: #fff;
	border: 1px solid;
	border-radius: 5px;
	list-style: none;
	margin: 0;
	padding: 4px 0;
	white-space: nowrap;
}

.site-footer .footer-holder .lang-select .lang-drop ul a {
	display: block;
	padding: 4px 8px;
}

.site-footer .footer-holder .lang-select .lang-drop ul li.current-lang {
	pointer-events: none;
	opacity: .45;
}

.site-footer .footer-holder .social {
	margin-top: 10px;
}

.site-footer .footer-holder .social ul li {
	display: inline-block;
	margin-right: 10px;
}

.site-footer .footer-holder .social ul li a:hover svg {
	fill: #4ccf96;
}

.site-footer .footer-holder .social svg {
	-webkit-transition-property: fill;
	transition-property: fill;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.site-footer .footer-holder .menu-group {
	margin-bottom: 40px;
}

.site-footer .footer-holder .footer-col {
	font-size: 13px;
}

.single-blocks .site-footer .footer-holder .footer-col h2, .site-footer .footer-holder .footer-col .single-blocks h2, .site-footer .footer-holder .footer-col h3 {
	color: #003769;
	font-family: "Pennypacker", Impact;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 700;
}

.site-footer .footer-holder .footer-col ul li {
	margin-bottom: 15px;
}

.site-footer .copy-menu {
	border-top: 1px solid rgba(30, 79, 117, .2);
	padding: 20px 0;
	margin-top: 60px;
}

.site-footer .copy-menu .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.site-footer .copy-menu .copy-text {
	min-width: 200px;
	font-size: 14px;
	font-weight: 500;
	padding-right: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.site-footer .copy-menu .bottom-menu {
	margin-left: auto;
	font-size: 13px;
}

.site-footer .copy-menu .bottom-menu ul {
	text-align: right;
}

.site-footer .copy-menu .bottom-menu ul li {
	display: inline-block;
	margin-left: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.site-footer .copy-menu .bottom-menu ul li:first-child {
	margin-left: 0;
}

.site-footer .copy-menu .bottom-menu ul li a {
	text-decoration: none;
}

.site-footer .copy-menu .bottom-menu ul li a:hover {
	color: #4ccf96;
}

@media screen and (min-width:320px) {
	.sec-tab .tab-content .team-loop .top-detail .image iframe {
		min-height: auto;
		max-height: 300px;
		width: auto !important;
	}
	
	.single-event-post .cust-post-content .thumb iframe {
		height: 140px;
	}
	
	.single-event-post .cust-post-content .thumb iframe {
		height: 170px;
	}
}

@media screen and (min-width:400px) {
	.single-event-post .cust-post-content .thumb iframe {
		height: 180px;
	}
}

@media screen and (min-width:480px) {
	.single-event-post .cust-post-content .thumb iframe {
		height: 270px;
	}
}

@media screen and (min-width:576px) {
	.sec-tab .tab-content .team-loop .top-detail .image iframe {
		min-height: 160px;
		max-height: 160px;
	}
}

@media screen and (min-width:767px) {
	.single-event-post .cust-post-content .thumb iframe {
		height: 360px;
	}
	
	.sec-tab .tab-content .team-loop .top-detail .image iframe {
		min-height: 130px;
		max-height: 130px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important;
	}
	
	table.visible-sm {
		display: table !important;
	}
	
	tr.visible-sm {
		display: table-row !important;
	}
	
	td.visible-sm, th.visible-sm {
		display: table-cell !important;
	}
	
	.visible-sm-block {
		display: block !important;
	}
	
	.visible-sm-inline {
		display: inline !important;
	}
	
	.visible-sm-inline-block {
		display: inline-block !important;
	}
	
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width:768px) {
	.container {
		width: 750px;
	}
	
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
		float: left;
	}
	
	.col-sm-12 {
		width: 100%;
	}
	
	.col-sm-11 {
		width: 91.66666667%;
	}
	
	.col-sm-10 {
		width: 83.33333333%;
	}
	
	.col-sm-9 {
		width: 75%;
	}
	
	.col-sm-8 {
		width: 66.66666667%;
	}
	
	.col-sm-7 {
		width: 58.33333333%;
	}
	
	.col-sm-6 {
		width: 50%;
	}
	
	.col-sm-5 {
		width: 41.66666667%;
	}
	
	.col-sm-4 {
		width: 33.33333333%;
	}
	
	.col-sm-3 {
		width: 25%;
	}
	
	.col-sm-2 {
		width: 16.66666667%;
	}
	
	.col-sm-1 {
		width: 8.33333333%;
	}
	
	.col-sm-pull-12 {
		right: 100%;
	}
	
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	
	.col-sm-pull-9 {
		right: 75%;
	}
	
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	
	.col-sm-pull-6 {
		right: 50%;
	}
	
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	
	.col-sm-pull-3 {
		right: 25%;
	}
	
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	
	.col-sm-pull-0 {
		right: auto;
	}
	
	.col-sm-push-12 {
		left: 100%;
	}
	
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	
	.col-sm-push-9 {
		left: 75%;
	}
	
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	
	.col-sm-push-6 {
		left: 50%;
	}
	
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	
	.col-sm-push-3 {
		left: 25%;
	}
	
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	
	.col-sm-push-0 {
		left: auto;
	}
	
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	
	.col-sm-offset-0 {
		margin-left: 0;
	}
	
	.page-template-page-t-easy-onboarding .hero-area.hero-full .container, .page-template-page-t-roi .hero-area.hero-full .container {
		min-height: calc(100vh - 250px);
	}
	
	.hero-area.hero-full .wrap {
		padding-right: 70px;
	}
	
	.hero-area.hero-icon .head-wrap .logo {
		margin: 0 auto;
	}
	
	.section-content-columns .columns > div .inner {
		max-width: 315px;
	}
	
	.section-cta.cta-with-form .cta-form form .gform_body {
		padding-right: 10px;
	}
	
	.section-main-logo .columns {
		margin-bottom: 50px;
	}
	
	.section-quote-slider .slider:not(.slick-initialized) .quote-slide:not(:first-child) {
		display: none;
	}
	
	.about-blocks.two-column-text {
		margin: 150px 0;
	}
}

@media (min-width:992px) {
	.container {
		width: 970px;
	}
	
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: left;
	}
	
	.col-md-12 {
		width: 100%;
	}
	
	.col-md-11 {
		width: 91.66666667%;
	}
	
	.col-md-10 {
		width: 83.33333333%;
	}
	
	.col-md-9 {
		width: 75%;
	}
	
	.col-md-8 {
		width: 66.66666667%;
	}
	
	.col-md-7 {
		width: 58.33333333%;
	}
	
	.col-md-6 {
		width: 50%;
	}
	
	.col-md-5 {
		width: 41.66666667%;
	}
	
	.col-md-4 {
		width: 33.33333333%;
	}
	
	.col-md-3 {
		width: 25%;
	}
	
	.col-md-2 {
		width: 16.66666667%;
	}
	
	.col-md-1 {
		width: 8.33333333%;
	}
	
	.col-md-pull-12 {
		right: 100%;
	}
	
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	
	.col-md-pull-9 {
		right: 75%;
	}
	
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	
	.col-md-pull-6 {
		right: 50%;
	}
	
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	
	.col-md-pull-3 {
		right: 25%;
	}
	
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	
	.col-md-pull-0 {
		right: auto;
	}
	
	.col-md-push-12 {
		left: 100%;
	}
	
	.col-md-push-11 {
		left: 91.66666667%;
	}
	
	.col-md-push-10 {
		left: 83.33333333%;
	}
	
	.col-md-push-9 {
		left: 75%;
	}
	
	.col-md-push-8 {
		left: 66.66666667%;
	}
	
	.col-md-push-7 {
		left: 58.33333333%;
	}
	
	.col-md-push-6 {
		left: 50%;
	}
	
	.col-md-push-5 {
		left: 41.66666667%;
	}
	
	.col-md-push-4 {
		left: 33.33333333%;
	}
	
	.col-md-push-3 {
		left: 25%;
	}
	
	.col-md-push-2 {
		left: 16.66666667%;
	}
	
	.col-md-push-1 {
		left: 8.33333333%;
	}
	
	.col-md-push-0 {
		left: auto;
	}
	
	.col-md-offset-12 {
		margin-left: 100%;
	}
	
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	
	.col-md-offset-9 {
		margin-left: 75%;
	}
	
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	
	.col-md-offset-6 {
		margin-left: 50%;
	}
	
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.col-md-offset-3 {
		margin-left: 25%;
	}
	
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	
	.col-md-offset-0 {
		margin-left: 0;
	}
	
	.gform_body .gform_fields .gfield.half {
		width: 50%;
	}
	
	ul.fyi-drodown > li {
		padding-top: 115px;
		padding-bottom: 90px;
	}
	
	ul.fyi-drodown.product-menu-dropdown > li .right-menu .child-dropdown {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	ul.fyi-drodown.product-menu-dropdown > li .right-menu .child-dropdown > li {
		width: 33.33%;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	li.has-drop.hovered ul.fyi-drodown {
		opacity: 1;
		visibility: visible;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}
	
	.section-features .repeat:nth-child(odd) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.section-features .repeat:nth-child(odd) .context {
		padding-left: 0;
		padding-right: 40px;
	}
	
	.section-text-list .container.pos-right {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.section-text-list .container.pos-right .image {
		padding-left: 50px;
	}
	
	.section-text-list .container.pos-right .circle {
		margin-left: auto;
	}
	
	.section-text-list .container.pos-left .image {
		padding-right: 50px;
	}
	
	.section-text-list.layout-full .checkmark-item {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}
	
	.section-text-list.layout-full .checkmark-item li {
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		break-inside: avoid-column;
	}
	
	.section-stacked-card .stacked .left {
		padding-right: 40px;
	}
	
	.section-stacked-card .stacked .card {
		padding-bottom: 250px;
	}
	
	.section-stacked-card .stacked .card.card-1 .inner {
		position: relative;
	}
	
	.section-stacked-card .stacked .card.card-1 .inner::before {
		content: "";
		position: absolute;
		display: block;
		width: calc(100% + 30px);
		height: calc(100% + 30px);
		top: 50%;
		left: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		z-index: 1;
		border-radius: 8px;
		border: 3px dashed rgba(30, 79, 117, .14);
	}
	
	.section-quote-clipped .image {
		-webkit-transform: translateX(-20px) translateY(-20px);
		transform: translateX(-20px) translateY(-20px);
		-webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
	}
	
	.section-text-circle-image.pos-right .row-flex {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.section-text-circle-image.pos-right .img {
		margin-left: auto;
	}
	
	.section-pricing-block .pricing-flow {
		padding-left: 40px;
		padding-right: 40 p;
		margin: 50px 0;
	}
	
	.section-pricing-compare .compare-line.right {
		border-left: 1px solid #d2e0eb;
	}
	
	.two-column-text .heading {
		padding-right: 50px !important;
	}
	
	.two-column-image.pos-left .row-flex {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.section-careers-teaser .row-flex > div.left .inner {
		max-width: 475px;
	}
	
	.what-item .context.img-right {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.what-item .context.img-right .image {
		width: 350px;
	}
	
	.what-item .context.img-right .content {
		width: calc(100% - 400px);
	}
	
	.section-blog-feat .row-flex .right {
		width: 33.33%;
	}
	
	.section-blog-feat .row-flex .right .blog-card {
		margin-bottom: 25px;
	}
	
	.section-blog-feat .row-flex .right .image {
		margin-bottom: 10px;
	}
	
	.section-about-leadership .left {
		padding-right: 70px;
		margin-bottom: 0;
	}
	
	.section-contact-card .contact-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.section-contact-card .contact-group h2 {
		width: 300px;
		padding-right: 30px;
	}
	
	.section-contact-card .contact-group .contacts {
		width: calc(100% - 300px);
	}
	
	.booking-wrapper .inner-trial .list-item {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}
	
	.booking-wrapper .inner-trial .list-item li {
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		break-inside: avoid-column;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important;
	}
	
	table.visible-md {
		display: table !important;
	}
	
	tr.visible-md {
		display: table-row !important;
	}
	
	td.visible-md, th.visible-md {
		display: table-cell !important;
	}
	
	.visible-md-block {
		display: block !important;
	}
	
	.visible-md-inline {
		display: inline !important;
	}
	
	.visible-md-inline-block {
		display: inline-block !important;
	}
	
	.hidden-md {
		display: none !important;
	}
}

@media screen and (min-width:992px) {
	.single-event-post .cust-post-content .thumb iframe {
		height: 460px;
	}
	
	.sec-tab .tab-content .team-loop .top-detail .image iframe {
		min-height: 180px;
		max-height: 180px;
	}
}

@media screen and (min-width:1200px) {
	.single-event-post .cust-post-content .thumb iframe {
		height: 570px;
	}
	
	.sec-tab .tab-content .team-loop .top-detail .image iframe {
		min-height: 210px;
		max-height: 210px;
		width: 100% !important;
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px;
	}
	
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
		float: left;
	}
	
	.col-lg-12 {
		width: 100%;
	}
	
	.col-lg-11 {
		width: 91.66666667%;
	}
	
	.col-lg-10 {
		width: 83.33333333%;
	}
	
	.col-lg-9 {
		width: 75%;
	}
	
	.col-lg-8 {
		width: 66.66666667%;
	}
	
	.col-lg-7 {
		width: 58.33333333%;
	}
	
	.col-lg-6 {
		width: 50%;
	}
	
	.col-lg-5 {
		width: 41.66666667%;
	}
	
	.col-lg-4 {
		width: 33.33333333%;
	}
	
	.col-lg-3 {
		width: 25%;
	}
	
	.col-lg-2 {
		width: 16.66666667%;
	}
	
	.col-lg-1 {
		width: 8.33333333%;
	}
	
	.col-lg-pull-12 {
		right: 100%;
	}
	
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	
	.col-lg-pull-9 {
		right: 75%;
	}
	
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	
	.col-lg-pull-6 {
		right: 50%;
	}
	
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	
	.col-lg-pull-3 {
		right: 25%;
	}
	
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	
	.col-lg-pull-0 {
		right: auto;
	}
	
	.col-lg-push-12 {
		left: 100%;
	}
	
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	
	.col-lg-push-9 {
		left: 75%;
	}
	
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	
	.col-lg-push-6 {
		left: 50%;
	}
	
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	
	.col-lg-push-3 {
		left: 25%;
	}
	
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	
	.col-lg-push-0 {
		left: auto;
	}
	
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	
	.col-lg-offset-0 {
		margin-left: 0;
	}
	
	.visible-lg {
		display: block !important;
	}
	
	table.visible-lg {
		display: table !important;
	}
	
	tr.visible-lg {
		display: table-row !important;
	}
	
	td.visible-lg, th.visible-lg {
		display: table-cell !important;
	}
	
	.visible-lg-block {
		display: block !important;
	}
	
	.visible-lg-inline {
		display: inline !important;
	}
	
	.visible-lg-inline-block {
		display: inline-block !important;
	}
	
	.hidden-lg {
		display: none !important;
	}
	
	.receive-email-updates {
		position: absolute;
		bottom: 0;
		left: 190px;
		width: calc(100% - 190px) !important;
		margin-bottom: 15px !important;
	}
	
	ul.fyi-drodown > li {
		padding-left: 150px;
		padding-right: 150px;
	}
	
	.section-four-logo .columns {
		padding-left: 60px;
		padding-right: 60px;
	}
	
	.section-contact-card .contact-group h2 {
		width: 360px;
		padding-right: 30px;
	}
	
	.section-contact-card .contact-group .contacts {
		width: calc(100% - 360px);
	}
}

@media screen and (min-width:1201px) {
	.main-navigation ul {
		display: block;
	}
}

@media (max-width:1200px) {
	.h1, h1 {
		font-size: 2.5em;
		line-height: 1.125em;
	}
	
	.h2, h2 {
		font-size: 2em;
		line-height: 1.125em;
	}
	
	.h3, .single-blocks h2, h3 {
		font-size: 1.5em;
		line-height: 1.2em;
	}
}

@media (max-width:1199px) {
	.header-container .site-logo svg {
		height: 50px;
	}
	
	.header-container .primary-navigation {
		padding-left: 80px;
	}
	
	.header-container .primary-navigation ul li {
		margin-left: 35px;
	}
	
	ul.fyi-drodown {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	ul.fyi-drodown li li .head {
		font-size: 15px;
	}
	
	ul.fyi-drodown.product-menu-dropdown > li .left-menu {
		padding-right: 50px;
	}
	
	.hero-area.hero-cog {
		background-position: top 50% left 150%;
	}
	
	.section-features .repeat .context h2 {
		font-size: 35px;
	}
	
	.section-cta h2 {
		font-size: 35px;
	}
	
	.section-stacked-card {
		margin: 100px 0;
	}
	
	.section-stacked-card .stacked .card .inner {
		padding: 35px 45px;
	}
	
	.section-text-side-heading .content .column .item {
		width: calc(50% - 20px);
	}
	
	.section-roi-card .context-left {
		font-size: 13px;
	}
	
	.pricing-container .left {
		width: 290px;
		padding-right: 20px;
	}
	
	.pricing-container .right {
		width: calc(100% - 290px);
	}
	
	.faq-container .container .sidebar {
		width: 250px;
	}
	
	.faqs {
		width: calc(100% - 250px);
	}
	
	.section-quote-slider .quote-slide .wrap .name-quote {
		padding-left: 100px;
	}
	
	.section-about-stories .timeline {
		padding-left: calc(calc(100vw - 940px) / 2);
		padding-right: calc(calc(100vw - 940px) / 2);
	}
	
	.section-about-stories .timeline .begin .wrap {
		width: 340px;
		font-size: 25px;
	}
	
	.hero-contact .contact-form .form-holder {
		padding: 35px;
	}
	
	.booking-logo {
		padding-top: 7px;
	}
	
	.booking-logo svg {
		height: 50px;
		width: auto;
	}
	
	.booking-wrapper .booking-main {
		width: 71%;
	}
	
	.booking-wrapper .booking-main .context .inner {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.booking-wrapper .booking-sidebar {
		width: 29%;
	}
	
	.booking-wrapper .inner-demo .demo-holder .the-head {
		padding-right: 20px;
		margin-right: 0;
		width: 45%;
	}
	
	.booking-wrapper .inner-demo .the-form {
		width: 55%;
	}
	
	.booking-wrapper .inner-calendar .book-calendar .the-head {
		padding-right: 20px;
		margin-right: 0;
	}
	
	.booking-wrapper .inner-calendar .book-calendar .the-calendar {
		margin-left: auto;
	}
	
	.booking-wrapper .sidebar-inner {
		padding: 0 30px;
	}
	
	.booking-wrapper .sidebar-quote .quote {
		padding-left: 0;
		font-size: 15px;
		line-height: 1.8;
	}
	
	.booking-wrapper .sidebar-quote .quote:before {
		position: relative;
		top: 0;
		margin-bottom: 5px;
	}
	
	.booking-wrapper .sidebar-quote .author {
		padding-left: 0;
	}
	
	.booking-wrapper .sidebar-quote .author .image {
		position: relative;
		margin-bottom: 10px;
	}
	
	.booking-wrapper .sidebar-features .features {
		font-size: 15px;
	}
	
	.site-footer .footer-holder > div:not(.footer-menu-columns) {
		margin-right: 60px;
	}
	
	.site-footer .footer-holder .footer-menu-columns > div {
		margin-right: 40px;
		max-width: 150px;
	}
}

@media screen and (max-width:992px) {
	.single-event-post .cust-post-content {
		padding: 40px;
	}
	
	.single-event-post .cust-post-content .custom-text-message {
		font-size: 12px;
	}
	
	.single-event-post .cust-post-content form {
		margin-top: 40px;
	}
	
	.single-event-post .cust-post-content .gravityform-cust select {
		width: calc(100% - 50px) !important;
		position: absolute;
		left: 25px;
		top: 65px;
		right: 0;
	}
	
	.single-event-post .cust-post-content .gform_heading {
		position: relative;
		width: 100%;
		margin-bottom: 80px;
	}
}

@media (max-width:991px) {
	.h1, h1 {
		font-size: 2em;
		line-height: 1.25em;
	}
	
	.h2, h2 {
		font-size: 1.625em;
		line-height: 1.15384615em;
	}
	
	.h3, .single-blocks h2, h3 {
		font-size: 1.375em;
		line-height: 1.13636364em;
	}
	
	.h4, .h5, .h6, h4, h5, h6 {
		line-height: 1.11111111em;
	}
	
	.header-container {
		height: 65px;
	}
	
	.header-container .site-logo {
		top: 7px;
	}
	
	.header-container .secondary-navigation {
		margin-right: -13px;
	}
	
	.header-container .secondary-navigation ul li {
		margin-left: 0;
	}
	
	.header-container .secondary-navigation ul li a.featured {
		font-size: 13px;
		padding: 10px 16px;
	}
	
	ul.fyi-drodown {
		position: relative;
		padding: 0;
		padding-top: 20px;
		visibility: visible;
		opacity: 1;
	}
	
	ul.fyi-drodown:before {
		display: none;
	}
	
	ul.fyi-drodown.product-menu-dropdown > li .left-menu {
		width: 100%;
		padding-right: 0;
		border: none;
	}
	
	ul.fyi-drodown.product-menu-dropdown > li .right-menu {
		width: 100%;
		padding-left: 0;
	}
	
	ul.fyi-drodown.services-menu-dropdown .child-dropdown li {
		width: 100% !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	ul.fyi-drodown.services-menu-dropdown .child-dropdown li a {
		max-width: 100% !important;
	}
	
	ul.fyi-drodown.resources-menu-dropdown .child-dropdown li {
		width: 100% !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	ul.fyi-drodown.resources-menu-dropdown .child-dropdown li a {
		max-width: 100% !important;
	}
	
	.hero-area, .main-content:not(.has-hero) {
		padding-top: 150px;
		padding-bottom: 150px;
	}
	
	.hero-area.hero-has-list .head-column {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.hero-area.hero-has-list .head-column li {
		width: 50%;
		-ms-flex-preferred-size: unset;
		flex-basis: unset;
	}
	
	.hero-area.hero-cog {
		background-position: top 50% left 500%;
	}
	
	.hero-area.hero-cog {
		background-size: 80%;
		background-position: top 10% right -55%;
	}
	
	.hero-area.to-full .hero-image img {
		-webkit-transform: translateY(-50%) translateX(-22%);
		transform: translateY(-50%) translateX(-22%);
	}
	
	.hero-area h1 br {
		display: none;
	}
	
	.feature-showcase .showcase .context {
		position: absolute;
		left: -99999999em;
	}
	
	.feature-showcase .showcase .anim {
		width: 100%;
	}
	
	.section-rolling .desc {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.section-content-columns {
		padding: 120px 0 70px;
	}
	
	.section-content-columns .columns > div {
		width: 50%;
		margin-bottom: 50px;
	}
	
	.section-features .repeat {
		margin: 100px 0;
	}
	
	.section-features .repeat > div {
		width: 100%;
	}
	
	.section-features .repeat > div.img {
		max-width: 500px;
		margin: 0 auto;
	}
	
	.section-features .repeat .context {
		padding-top: 50px;
		padding-left: 0;
	}
	
	.section-features .repeat .context .inner {
		margin: 0 auto;
	}
	
	.section-testimonial .testimoni-callout {
		padding-left: 110px;
		padding-right: 45px;
	}
	
	.section-text-list .container > div {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	
	.section-text-list .container .circle {
		margin: 0 auto;
	}
	
	.section-text-list .container .context {
		padding-top: 50px;
	}
	
	.section-stacked-card {
		margin: 50px 0;
	}
	
	.section-stacked-card .heading-cta {
		height: auto;
		margin-bottom: 30px;
	}
	
	.section-stacked-card .stacked > div {
		width: auto;
	}
	
	.section-stacked-card .stacked .right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -16px;
		margin-right: -16px;
	}
	
	.section-stacked-card .stacked .card {
		width: 50%;
		padding-left: 16px;
		padding-right: 16px;
		margin-bottom: 16px;
	}
	
	.section-stacked-card .stacked .card .inner {
		height: 100%;
		padding: 45px 25px;
	}
	
	.section-stacked-card .stacked .card .inner .image {
		height: 150px;
	}
	
	.section-quote-clipped {
		padding-top: 150px;
	}
	
	.section-quote-clipped .quote-container {
		max-width: 720px;
	}
	
	.section-quote-clipped .image {
		width: calc(100% - 30px);
		height: 350px;
		margin: 0 auto;
		border-radius: 8px;
		margin-top: -150px;
	}
	
	.section-quote-clipped .quote {
		width: 100%;
		min-width: 10px;
		height: auto;
		padding: 30px 20px 40px;
		min-height: 10px;
	}
	
	.section-quote-clipped .text-quote:before {
		left: 0;
		right: auto;
		margin-bottom: 15px;
		position: relative;
	}
	
	.section-card-background .row-card .card {
		width: 50%;
	}
	
	.section-features-item .feature-items .feat-card {
		width: 50%;
	}
	
	.section-features-item .feature-items .icon {
		width: 40px;
	}
	
	.section-four-logo .columns {
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}
	
	.section-four-logo .columns > div {
		max-width: 50%;
		width: 300px;
	}
	
	.section-text-side-heading .content .head {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	
	.section-text-side-heading .content .column {
		width: 100%;
	}
	
	.section-text-side-heading .content .column .item {
		margin-bottom: 40px;
	}
	
	.section-three-cards .cards-holder .card {
		width: 50%;
	}
	
	.section-three-cards .single-blocks h2, .section-three-cards h3, .single-blocks .section-three-cards h2 {
		margin-top: 30px;
	}
	
	.section-community .inner .img {
		width: 100%;
		text-align: center;
	}
	
	.section-community .inner .context {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}
	
	.section-text-circle-image .row-flex > div {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	
	.section-text-circle-image .img {
		margin: 0 auto;
		margin-bottom: 40px;
	}
	
	.section-three-counter .row-flex .count-col {
		width: 50%;
	}
	
	.section-gradient-block .card {
		width: 50%;
	}
	
	.section-roi-card .right {
		margin-top: 40px;
	}
	
	.pricing-container .left {
		width: 100%;
	}
	
	.pricing-container .right {
		width: 100%;
	}
	
	.section-pricing-package .pricing-container .left, .section-pricing-package .pricing-container .right {
		width: 100%;
		padding: 0;
	}
	
	.section-pricing-package .pricing-container .left {
		margin-bottom: 50px;
	}
	
	.section-pricing-compare .compare-line.left.compare-item {
		border-bottom: none;
		padding-bottom: 0;
	}
	
	.section-pricing-compare .compare-line .tooltip {
		left: 0;
		margin-left: 0;
	}
	
	.section-pricing-compare .compare-line .tooltip .inner {
		top: auto;
		bottom: 100%;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	.section-pricing-compare .compare-line .tooltip .inner:before {
		top: 100%;
		right: auto;
		-webkit-transform: translateY(-50%) rotate(-45deg);
		transform: translateY(-50%) rotate(-45deg);
	}
	
	.faqs {
		width: 100%;
	}
	
	.section-customer-stories-loop .stories-cards > div {
		width: 50%;
	}
	
	.section-numeric-counter .container .heading {
		width: 100%;
	}
	
	.section-numeric-counter .container .counters {
		width: 100%;
		margin-top: 40px;
	}
	
	.section-numeric-counter .container .counters .item {
		margin-bottom: 40px;
	}
	
	.section-stories-testi .testi-blocks {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	
	.single-blocks .row-flex > div {
		width: 100%;
	}
	
	.single-blocks .row-flex > div:first-child {
		margin-bottom: 30px;
	}
	
	.section-careers-teaser .row-flex > div {
		width: 100%;
	}
	
	.section-careers-teaser .row-flex > div.left {
		margin-bottom: 40px;
	}
	
	.section-quote-slider {
		margin: 150px 0;
	}
	
	.section-quote-slider .slider {
		margin-left: -7px;
		margin-left: -7px;
	}
	
	.section-quote-slider .quote-slide {
		padding-left: 7px;
		padding-right: 7px;
	}
	
	.section-quote-slider .quote-slide .wrap .name-quote {
		padding: 30px !important;
	}
	
	.section-quote-slider .quote-slide .wrap .quote:before {
		left: 0;
		right: auto;
		margin-bottom: 15px;
		position: relative;
	}
	
	.section-main-feat .auto-feat-card a {
		background-size: 70%;
	}
	
	.what-item {
		padding: 40px 50px;
	}
	
	.section-blog-feat .row-flex .left {
		width: 100%;
	}
	
	.section-blog-feat .row-flex .right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.section-blog-feat .row-flex .right > div {
		width: 50%;
	}
	
	.section-main-loop .blog-card {
		width: 50%;
	}
	
	.section-about-stories .timeline {
		padding-left: calc(calc(100vw - 720px) / 2);
		padding-right: calc(calc(100vw - 720px) / 2);
	}
	
	.section-about-stories .stories > div {
		height: 220px;
	}
	
	.section-about-stories .scrolbar-trigger {
		margin-top: 20px;
	}
	
	.section-about-ornament {
		margin: 150px 0;
	}
	
	.section-about-ornament .row-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.section-about-ornament .row-flex .row-flex {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.section-about-ornament .row-flex > div:not(.two):not(.one) {
		width: 100%;
		margin-bottom: 16px;
	}
	
	.section-about-ornament .row-flex .img {
		height: 300px;
	}
	
	.section-about-leadership {
		margin: 150px 0 110px 0;
	}
	
	.section-about-leadership .left, .section-about-leadership .right {
		width: 100%;
	}
	
	.hero-contact {
		margin-bottom: 200px;
	}
	
	.booking-wrapper .inner-demo .demo-holder .the-head {
		width: 100%;
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 20px;
		border-right: none;
		max-width: 100%;
	}
	
	.booking-wrapper .inner-demo .the-form {
		width: 100%;
		max-width: 100%;
	}
	
	.booking-wrapper .inner-calendar .book-calendar .the-head {
		width: 100%;
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 20px;
		border-right: none;
		max-width: 100%;
	}
	
	.booking-wrapper .inner-calendar .book-calendar .the-calendar {
		margin-left: 0;
	}
	
	.booking-wrapper .sidebar-features .features {
		font-size: 14px;
	}
	
	.booking-wrapper .sidebar-features .features .item .top .num {
		font-size: 4em;
	}
	
	.site-footer .footer-holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.site-footer .footer-holder > div.logo {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 100%;
		margin-right: 0;
	}
	
	.site-footer .footer-holder > div.logo .lang-social {
		margin-left: auto;
	}
	
	.site-footer .footer-holder .footer-menu-columns {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.site-footer .footer-holder .footer-menu-columns > div {
		max-width: 25%;
		padding-right: 30px;
		margin-right: 0;
	}
	
	.site-footer .footer-holder .lang-select .lang-drop {
		left: auto;
		right: 0;
	}
	
	.site-footer .copy-menu .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.site-footer .copy-menu .bottom-menu {
		width: 100%;
		margin-left: 0;
	}
	
	.site-footer .copy-menu .bottom-menu ul {
		text-align: left;
	}
}

@media (max-width:991ox) {
	.content-single-blog {
		padding-top: 150px !important;
	}
}

@media (max-width:991px) and (max-width:767px) {
	.section-blog-feat .row-flex .right > div {
		width: 100%;
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75);
	}
	
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important;
	}
	
	table.visible-xs {
		display: table !important;
	}
	
	tr.visible-xs {
		display: table-row !important;
	}
	
	td.visible-xs, th.visible-xs {
		display: table-cell !important;
	}
	
	.visible-xs-block {
		display: block !important;
	}
	
	.visible-xs-inline {
		display: inline !important;
	}
	
	.visible-xs-inline-block {
		display: inline-block !important;
	}
	
	.hidden-xs {
		display: none !important;
	}
	
	.hero-area, .main-content:not(.has-hero) {
		padding-top: 120px;
		padding-bottom: 100px;
	}
	
	.hero-area.hero-full .container {
		min-height: 10px;
	}
	
	.hero-area.hero-full .container .hero-image {
		display: none !important;
	}
	
	.hero-area.hero-has-list .head-column li {
		width: 100%;
	}
	
	.hero-area.hero-icon {
		text-align: left;
	}
	
	.hero-area.to-full > .container {
		min-height: 10px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 0;
	}
	
	.hero-area.to-full > .container .hero-image {
		display: block !important;
		width: 100%;
	}
	
	.hero-area.to-full .head-wrap {
		width: 100%;
	}
	
	.hero-area.to-full .hero-image img {
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: translateX(6%) translateY(0);
		transform: translateX(6%) translateY(0);
		height: auto;
		width: 130vw;
	}
	
	.hero-area.hero-small {
		text-align: left;
	}
	
	.feature-showcase .showcase .anim .lottie-blocks {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.section-content-columns {
		padding: 70px 0 30px;
	}
	
	.section-content-columns .columns > div {
		width: 100%;
	}
	
	.section-features .repeat {
		margin: 70px 0;
	}
	
	.section-features .repeat:last-child {
		margin-bottom: 30px;
	}
	
	.section-features .repeat .context h2 {
		font-size: 22px;
	}
	
	.section-logo-gallery {
		margin: 70px 0 70px 0;
	}
	
	.section-logo-gallery h2 {
		font-size: 24px;
	}
	
	.section-logo-gallery .gallery {
		margin-top: 30px !important;
	}
	
	.section-customer-stories .customer-story-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.section-customer-stories .customer-story-item .img {
		margin: 15px;
		min-width: 0;
		width: calc(100% - 30px);
	}
	
	.section-customer-stories .customer-story-item .img::before {
		left: -15px;
		top: -15px;
		bottom: -15px;
	}
	
	.section-customer-stories .customer-story-item .quote {
		font-size: 22px;
	}
	
	.section-customer-stories .customer-story-item .contact {
		margin-top: 20px;
	}
	
	.section-customer-stories .customer-story-item .contact .name, .section-customer-stories .customer-story-item .contact .title {
		font-size: 14px;
	}
	
	.section-customer-stories .slick-dots {
		margin-top: 20px;
		position: static;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.section-testimonial .testi-item .img {
		width: 65px;
		height: 65px;
	}
	
	.section-testimonial .testi-item.has-image .contact {
		padding-left: 0;
	}
	
	.section-testimonial .testi-item .contact {
		margin-top: 0;
	}
	
	.section-testimonial .testimoni-callout-wrap {
		padding-bottom: 45px;
	}
	
	.section-testimonial .testimoni-callout-wrap::before {
		width: 7px;
	}
	
	.section-testimonial .testimoni-callout {
		padding: 40px;
		padding-top: 30px;
	}
	
	.section-testimonial .testimoni .slick-dots {
		display: none;
	}
	
	.section-cta {
		padding-top: 120px;
		padding-bottom: 100px;
		margin-top: 100px;
	}
	
	.section-cta .container > img {
		top: -30px;
	}
	
	.section-cta h2 {
		font-size: 30px;
	}
	
	.section-cta.cta-with-form .cta-form form .gform_body, .section-cta.cta-with-form .cta-form form .gform_footer {
		width: 100%;
		margin-bottom: 20px;
		max-width: 100%;
	}
	
	.section-cta.cta-with-form .cta-form form .gform_body .gfield .gfield_validation_message {
		position: relative;
		top: auto;
	}
	
	.section-cta.cta-with-form .cta-form form .gform_footer input[type=submit] {
		width: 100%;
	}
	
	.section-stacked-card .stacked .card {
		width: 100%;
	}
	
	.section-clipped .clipped-row .blocks {
		width: 100%;
	}
	
	.section-quote-clipped {
		padding-top: 100px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.section-quote-clipped .image {
		margin-top: -100px;
		height: 250px;
	}
	
	.section-card-background .row-card .card {
		width: 100%;
	}
	
	.section-features-item h2 {
		font-size: 24px;
	}
	
	.section-features-item .feature-items .feat-card {
		margin-bottom: 40px;
		width: 100%;
	}
	
	.section-main-logo .columns > div {
		width: 100%;
		margin-bottom: 50px;
	}
	
	.section-four-logo .columns {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.section-four-logo .columns > div {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.section-four-logo .columns .icon:before {
		width: calc(100% + 20px);
		height: calc(100% + 20px);
		border-width: 2px;
	}
	
	.section-text-side-heading {
		margin: 100px 0 50px 0;
	}
	
	.section-text-side-heading + .section-builder {
		margin-top: 40px;
	}
	
	.section-text-side-heading .content .column .item {
		width: 100%;
	}
	
	.section-feature-slider {
		margin: 100px 0;
	}
	
	.section-feature-slider .wrapper {
		border: none;
		padding: 0;
	}
	
	.section-feature-slider .feature-slider .img-slide {
		border-radius: 8px;
	}
	
	.section-feature-slider .feature-slider .slick-dots {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.section-feature-slider .link {
		margin-top: 50px;
		float: none;
		max-width: 100%;
		text-align: center;
	}
	
	.section-centered-cta {
		margin: 100px 0;
	}
	
	.section-three-cards .cards-holder .card {
		width: 100%;
	}
	
	.section-ordered-card .item-holder .card {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.section-ordered-card .item-holder .card .count {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.section-ordered-card .item-holder .card .inner {
		width: 100%;
	}
	
	.section-text-circle-image {
		margin: 80px 0;
	}
	
	.section-three-counter .row-flex .count-col {
		width: 100%;
	}
	
	.section-circled-icon {
		margin: 70px 0;
	}
	
	.section-circled-icon .row-flex {
		margin-top: 40px;
	}
	
	.section-transition-chart {
		padding: 80px 0;
	}
	
	.section-transition-chart .chart .row-chart {
		max-width: 60%;
		padding: 20px 20px 20px 55px;
	}
	
	.section-transition-chart .chart .row-chart .num {
		top: 15px;
		left: 13px;
	}
	
	.section-gradient-block {
		margin: 80px 0;
	}
	
	.section-col-repeating {
		margin: 80px 0;
	}
	
	.section-col-repeating .card {
		padding: 30px 20px;
	}
	
	.section-pricing-block {
		margin: 80px 0;
	}
	
	.section-pricing-block .desc br {
		display: none;
	}
	
	.section-pricing-block .pricing-flow .package-column > div {
		width: 100%;
		margin-bottom: 8px;
	}
	
	.page-template-page-t-pricing .hero-area.hero-small {
		padding-bottom: 20px;
	}
	
	.section-pricing-package .pricing-container .right .package {
		width: 100%;
		border-left: none;
	}
	
	.section-pricing-float .package-float .package {
		padding: 15px 10px;
	}
	
	.section-pricing-float .price-info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.section-pricing-float .price-info > div {
		width: 100%;
		padding: 0 !important;
	}
	
	.section-pricing-float .pricing-container .package-column h2 {
		font-size: 16px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	
	.section-customer-stories-loop {
		margin-top: 100px;
		margin-bottom: 30px;
	}
	
	.section-customer-stories-loop .stories-cards > div {
		width: 100%;
		margin-bottom: 40px;
	}
	
	.section-numeric-counter {
		margin-top: 100px;
		margin-bottom: 30px;
	}
	
	.section-numeric-counter .container .counters .count {
		font-size: 70px;
	}
	
	.section-numeric-counter .container .counters .context {
		font-size: 25px;
	}
	
	.section-numeric-counter .container .counters .bottom {
		font-size: 16px;
	}
	
	.content-single-blog {
		padding-top: 120px !important;
	}
	
	.single-blocks {
		margin: 50px 0;
	}
	
	.single-blocks:first-child {
		margin-top: 40px;
	}
	
	.section-careers-teaser {
		margin: 70px 0;
	}
	
	.section-quote-slider {
		margin: 70px 0;
	}
	
	.section-quote-slider .slider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow: auto;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 7px;
		padding-right: 7px;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	
	.section-quote-slider .slider::-webkit-scrollbar {
		display: none;
	}
	
	.section-quote-slider .quote-slide .image {
		width: 100%;
		height: 300px;
	}
	
	.section-quote-slider .quote-slide .inner {
		width: calc(100vw - 70px);
		height: 100%;
	}
	
	.section-quote-slider .quote-slide .wrap {
		height: 100%;
	}
	
	.section-quote-slider .quote-slide .wrap .name-quote {
		width: 100%;
		min-height: 10px;
		padding-bottom: 40px !important;
		height: calc(100% - 300px);
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.section-quote-slider .quote-slide .wrap .quote {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.6;
	}
	
	.section-job-listing {
		margin: 70px 0;
	}
	
	.section-job-listing .list a {
		padding: 20px 15px;
	}
	
	.section-job-listing .list a > div {
		width: 100%;
	}
	
	.section-job-listing .list a .link {
		margin-top: 10px;
	}
	
	.section-main-feat .auto-feat-card {
		width: 100%;
		margin-bottom: 18px;
	}
	
	.auto-item a {
		padding: 20px 15px;
	}
	
	.auto-item a > div {
		width: 100%;
	}
	
	.auto-item a .link {
		margin-top: 10px;
	}
	
	.auto-item .left {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.auto-item .left .icon {
		width: 100%;
	}
	
	.auto-item .left .icon img {
		max-width: 45px;
	}
	
	.auto-item .left .title-desc {
		margin-top: 15px;
		width: 100%;
	}
	
	.section-whats-new {
		margin-bottom: 70px;
	}
	
	.what-item {
		padding: 30px;
	}
	
	.what-item .context .image img {
		width: 100%;
	}
	
	.section-main-loop .blog-card {
		width: 100%;
	}
	
	.section-about-stories .timeline {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.section-about-ornament {
		margin: 70px 0;
	}
	
	.section-about-leadership {
		margin: 70px 0 30px 0;
	}
	
	.hero-contact {
		margin-bottom: 70px;
	}
	
	.hero-contact .wrap {
		width: 100%;
		padding-right: 0;
		margin-bottom: 0;
	}
	
	.hero-contact .contact-form {
		width: 100%;
	}
	
	.hero-contact .contact-form:before {
		display: none;
	}
	
	.hero-contact .contact-form .form-holder {
		padding: 35px 20px;
		min-height: 500px;
	}
	
	.hero-contact .contact-form .form-holder .gform_confirmation_wrapper {
		min-height: 430px;
	}
	
	.hero-contact .call-to-action {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		margin-bottom: 15px;
	}
	
	.hero-contact .call-to-action .row-flex > div {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.section-contact-card .contact-group:not(:first-child) {
		padding-top: 40px;
	}
	
	.section-contact-card .contact-group .contact-wrap > div {
		width: 100%;
		margin-bottom: 40px;
	}
	
	.booking-wrapper .booking-main {
		width: 100%;
	}
	
	.booking-wrapper .booking-main .footer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.booking-wrapper .booking-main .footer > div {
		width: 100%;
	}
	
	.booking-wrapper .booking-main .footer .link li {
		margin: 10px;
		margin-left: 0;
	}
	
	.booking-wrapper .booking-main .context .inner {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 40px;
	}
	
	.booking-wrapper .booking-sidebar {
		width: 100%;
		min-height: 10px;
	}
	
	.booking-wrapper .inner-calendar .book-calendar .the-calendar {
		width: 100%;
	}
	
	.booking-wrapper .inner-calendar .book-calendar.popup-open .the-calendar #calendly-holder {
		padding: 15px;
	}
	
	body.page-template-page-t-landing .hero-landing .hero-logos img {
		height: auto;
	}
	
	body.page-template-page-t-landing .section-testimonial {
		--testimonial-arrow-size: 45px;
	}
	
	.site-footer {
		padding-top: 50px;
	}
	
	.site-footer .footer-holder .footer-menu-columns > div {
		max-width: 100%;
		margin: 0;
		width: calc(50% - 20px);
	}
	
	.site-footer .copy-menu {
		margin-top: 25px;
	}
	
	.site-footer .copy-menu .bottom-menu ul li {
		margin-left: 0;
		margin-right: 20px;
	}
}

@media screen and (max-width:767px) {
	.single-event-post .cust-post-content .gform_body .gform_fields .type-text {
		width: 50%;
	}
	
	.single-event-post .cust-post-content .gform_body .gform_fields .type-email {
		width: 100%;
	}
	
	.single-event-post .head-title h1 {
		font-size: 22px;
	}
	
	.single-event-post .cust-post-content .gform_footer.top_label input {
		padding: 10px 16px;
		font-size: 14px;
	}
	
	.sec-tab .tab-content .team-loop {
		width: 47.3%;
	}
	
	.event-page .sec-slider .slick-slide .event-image {
		width: 100%;
		margin-bottom: 0;
	}
	
	.event-page .sec-slider .slick-slide {
		display: block;
	}
	
	.event-page .sec-slider .slick-slide .contact {
		width: 100%;
	}
	
	.event-page .sec-slider .section-testimonial .mobile-author-slide:before {
		content: none;
	}
	
	.event-page .sec-slider .section-testimonial .mobile-author-slide {
		padding-left: 0;
	}
	
	.event-page .sec-slider .section-testimonial .container {
		padding: 0;
	}
	
	.event-page .sec-slider {
		margin: 60px 0 0;
	}
	
	.event-page .sec-slider .slick-slide .event-image img {
		border-radius: 6px 6px 0 0;
		max-height: 100%;
	}
	
	.event-page .sec-slider .slick-slide video {
		border-radius: 6px 6px 0 0;
	}
	
	.sec-tab ul.nav.nav-tabs {
		margin-top: 100px;
	}
	
	.event-page .sec-slider .slick-slide .contact {
		padding: 30px 20px 40px 20px;
	}
	
	.event-page .head-title h1 {
		font-size: 22px;
	}
	
	.event-page .sec-slider .slick-dots {
		text-align: center;
		padding-right: 0;
	}
	
	.single-event-post .head-title button.event-date-time {
		font-size: 12px;
	}
	
	.single-event-post .head-title {
		margin: 40px 0 40px 0;
	}
	
	.single-event-post .head-title button.event-date-time img.img-icon {
		max-width: 9px;
	}
	
	.single-event-post .cust-post-content h2.gform_title {
		font-size: 18px;
	}
	
	.custom-form-date-time .date-time-of-event {
		max-width: 280px;
		font-size: 14px;
	}
	
	.single-event-post .cust-post-content .run_time {
		display: block;
	}
	
	.single-event-post .cust-post-content .run_time span.time {
		margin-bottom: 10px;
	}
	
	.single-event-post .head-title button.event-date-time {
		max-width: 310px;
	}
}

@media screen and (max-width:700px) {
	.single-event-post .cust-post-content .custom-text-message {
		bottom: 0;
	}
}

@media (max-width:600px) {
	.section-about-stories .timeline .begin .wrap {
		width: 150px;
		text-align: center;
		padding: 15px;
		font-size: 20px;
	}
	
	.section-about-stories .stories {
		padding-left: 70px;
	}
	
	.section-about-stories .stories .rail:before {
		width: 20px;
		height: 20px;
	}
	
	.section-about-stories .scrolbar-trigger .trigger {
		height: 15px;
		padding-left: 35px;
		padding-right: 35px;
	}
	
	.section-about-stories .scrolbar-trigger .rail .ui-slider-handle {
		width: 70px;
		margin-left: -35px;
	}
}

@media screen and (max-width:576px) {
	.single-event-post .cust-post-content, .single-event-post .quote {
		padding: 30px 20px;
	}
	
	.single-event-post .cust-post-content .gravityform-cust {
		padding: 30px 15px 20px 15px;
	}
	
	.single-event-post .quote .quote-image {
		padding-right: 15px;
	}
	
	.single-event-post .quote .quote-message {
		padding-left: 15px;
	}
	
	.single-event-post .the-content {
		margin-top: 15px;
	}
	
	.single-event-post .quote {
		margin-top: 30px;
	}
	
	.sec-tab .tab-content .team-loop {
		width: 100%;
		margin-right: 0;
		display: block;
	}
	
	.sec-tab .tab-content {
		margin-right: 0;
	}
	
	.sec-tab .tab-content .team-loop .image img {
		max-width: 100% !important;
		max-height: 100% !important;
	}
	
	.single-event-post .cust-post-content .gravityform-cust select {
		width: calc(100% - 30px) !important;
		left: 15px;
		font-size: 12px;
		padding: 10px 30px 10px 10px;
	}
}

@media (max-width:500px) {
	.section-logo-gallery .gallery .item {
		width: 120px;
		padding-left: 7px;
		padding-right: 7px;
	}
	
	.section-pricing-float .package-float .dn-button {
		font-size: 12px;
		padding: 7px 10px;
	}
	
	.section-pricing-float .price-info .info {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	
	.section-stories-testi .testi-blocks {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

@media screen and (max-width:480px) {
	.single-event-post .cust-post-content .gform_body .gform_fields .type-text {
		width: 100%;
	}
	
	.single-event-post .quote {
		display: block;
	}
	
	.single-event-post .quote-section .slick-slide {
		min-height: 320px;
	}
	
	.single-event-post .quote .quote-image {
		padding-right: 0;
	}
	
	.single-event-post .quote .quote-image img {
		height: 100px !important;
		width: 100px !important;
	}
	
	.single-event-post .quote .quote-image {
		text-align: left;
	}
	
	.single-event-post .quote .quote-message {
		padding-left: 0;
		padding-top: 20px;
	}
	
	.single-event-post .cust-post-content .custom-text-message {
		bottom: 10px;
		position: relative;
	}
	
	.single-event-post .cust-post-content .gform_footer.top_label {
		text-align: left;
	}
	
	.single-event-post .cust-post-content .custom-text-message {
		width: 100% !important;
	}
	
	.single-event-post .run_time span.location, .single-event-post .run_time span.time {
		-webkit-box-align: self-start;
		-ms-flex-align: self-start;
		align-items: self-start;
	}
	
	.single-event-post .run_time img.img-icon {
		max-width: 15px;
		margin-right: 8px;
		position: relative;
		top: 4px;
	}
}

@media screen and (max-width:430px) {
	.single-event-post .cust-post-content .gravityform-cust select {
		top: 90px;
	}
}

@media screen and (max-width:400px) {
	.single-event-post .head-title button.event-date-time {
		padding: 4px;
	}
	
	.custom-form-date-time .date-time-of-event {
		font-size: 13px;
	}
}

@media screen and (max-width:360px) {
	.single-event-post .cust-post-content h2.gform_title {
		font-size: 16px;
	}
	
	.single-event-post .cust-post-content .gravityform-cust select {
		font-size: 11px;
		padding: 8px 25px 8px 8px;
	}
}

@media print {
	.visible-print {
		display: block !important;
	}
	
	table.visible-print {
		display: table !important;
	}
	
	tr.visible-print {
		display: table-row !important;
	}
	
	td.visible-print, th.visible-print {
		display: table-cell !important;
	}
	
	.visible-print-block {
		display: block !important;
	}
	
	.visible-print-inline {
		display: inline !important;
	}
	
	.visible-print-inline-block {
		display: inline-block !important;
	}
	
	.hidden-print {
		display: none !important;
	}
	
	.h1, h1 {
		font-size: 36pt;
		line-height: 1.25em;
	}
	
	.h2, h2 {
		font-size: 24pt;
		line-height: 1.25em;
	}
	
	.h3, .single-blocks h2, h3 {
		font-size: 18pt;
		line-height: 1.25em;
	}
	
	.h4, .h5, .h6, h4, h5, h6 {
		font-size: 14pt;
		line-height: 1.25em;
	}
}

@-webkit-keyframes progressLottie {
	0% {
		width: 0%;
	}
	
	100% {
		width: 100%;
	}
}

@keyframes progressLottie {
	0% {
		width: 0%;
	}
	
	100% {
		width: 100%;
	}
}

@-webkit-keyframes calendly-bouncedelay {
	0%, 100%, 80% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes calendly-bouncedelay {
	0%, 100%, 80% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@media screen and (min-width: 920px) {
	.page-id-15738 .hero-area.hero-has-list .head-column {
		flex-wrap: wrap;
		max-width: 1200px;
	}
	
	.page-id-15738 .hero-area.hero-has-list .head-column li {
		flex-basis: 33%;
	}
}
