﻿/**
* CONTENTS
*
* GENERIC
* Box-sizing............Better default `box-sizing`.
* Image Aligns..........WP specific img aligns.
*
* BASE
* Typography............@fontfaces, base text and vertical rhythem setup.
*
* COMPONENTSs
* Wrappers..............Wrapping and constraining elements.
* Grid System...........Bootstrap based grid.
* Clearfix..............Properly clear floats.
*
* Objects
* Icons.................Icon Elements.
* Buttons...............Button elements.
* Tables................Table Styles.
* Forms.................Form Elements.
* Breadcrumbs...........Breadcrumbs.
* Pagination............Pagination.
* Sliders/Carousels.....Sliders/Carousels.
*
* UI
* Page head.............The main page header.
* Navigation............Navigation elements.
* Masthead..............Page title/image/slideshow header block.
* Page footer...........The main page footer.
*
* TRUMPS
* Images................Round, Circle, Square Images.
* Visiblity.............Make items visible.
* Hiding................Make items invisible/hidden.
* Screen Readers........Display for screen readers.
* Print.................Display for printing.
* Clears................Clearing floats.
* Text alignment........Align text.
* Font weights..........Adjust font weights.
* Borders...............Add borders.
* Add/remove margins....Remove margins.
* Add/remove paddings...Remove padding.
* Positioning...........float, center, and stick items.
*/
/*------------------------------------*\
Generic
\*------------------------------------*/
/**
* Box-sizing
*/
/* @import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap"; */

* {
	box-sizing: border-box
}

img.alignright,
.wp-caption.alignright,
img.alignleft,
.wp-caption.alignleft {
	height: auto;
	max-width: 50%
}

img.alignnone,
.wp-caption.alignnone,
img.aligncenter,
.wp-caption.aligncenter {
	height: auto;
	max-width: 100%;
	margin: 0 0 22px
}

img.alignright,
.wp-caption.alignright {
	float: right;
	margin: 0 0 20px 22px
}

img.alignleft,
.wp-caption.alignleft {
	float: left;
	margin: 0 30px 15px 0
}

img.aligncenter,
.wp-caption.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes stuckMoveDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes stuckMoveDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes stuckMoveUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes stuckMoveUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@font-face {
	font-family: 'icomoon';
	src: url(../fonts/icomoon.eot);
	src: url(../fonts/icomoon.eot) format("embedded-opentype"), url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.svg) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: block
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-down:before {
	content: "\e900"
}

.icon-close:before {
	content: "\e901"
}

.icon-facebook:before {
	content: "\e902"
}

.icon-financial-advisory:before {
	content: "\e903"
}

.icon-linkedin:before {
	content: "\e904"
}

.icon-mail:before {
	content: "\e905"
}

.icon-menu-1:before {
	content: "\e906"
}

.icon-menu:before {
	content: "\e907"
}

.icon-minus:before {
	content: "\e908"
}

.icon-phone:before {
	content: "\e909"
}

.icon-plus:before {
	content: "\e90a"
}

.icon-retirement:before {
	content: "\e90b"
}

.icon-right-arrow:before {
	content: "\e90c"
}

.icon-savings:before {
	content: "\e90d"
}

.icon-search:before {
	content: "\e90e"
}

.icon-sell-business:before {
	content: "\e90f"
}

.icon-twitter:before {
	content: "\e910"
}

html {
	scroll-behavior: smooth
}

body {
	margin: 0;
	padding: 0;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #353535;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	overflow-x: hidden;
}

strong.orange-text {
	font-weight: normal;
	color: #D4891C;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 0;
	padding: 0
}

h1,
.h1 {
	font-size: 28px;
	line-height: 1.25em;
	font-weight: 700;
	color: #1A3D53;
	padding: 0 0 15px
}

h2,
.h2 {
	font-size: 19px;
	color: #1A3D53;
	line-height: 1.26em;
	font-weight: 500;
	padding: 0 0 15px
}

h3,
.h3 {
	font-size: 16px;
	line-height: 1.3125em;
	font-weight: 500;
	color: #1A3D53;
	padding: 0 0 20px
}

h4,
.h4 {
	font-size: 12px;
	line-height: 1.333em;
	font-weight: 600
}

p {
	margin: 0;
	padding: 0 0 25px;
	font-size: 16px;
	line-height: 1.571em;
	font-weight: 400;
	color: #455965
}
.cn-text-container p  {
	color:#ffffff;
	font-size: 16px;
}
.cn-buttons-container {
    clear: both;
    width: 100%;
}
.cn-button {
    font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: .25px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: none;
    display: inline-block;
    cursor: pointer;
    touch-action: manipulation;
    white-space: nowrap;
    outline: 0;
    box-shadow: none;
    text-shadow: none;
    border: none;
    border-radius: 3px;
    background: #D4891C;
    color: #fff !important;
    transition: all .6s ease;
    padding: 10px;
}

@media (min-width: 768px) {

	h1,
	.h1 {
		font-size: 42px;
		line-height: 52px
	}

	h2,
	.h2,
	h2 a {
		font-size: 30px;
	}


	h3,
	.h3 {
		font-size: 20px;
	}

	h4,
	.h4 {
		font-size: 12px;
	}

}

@media (min-width: 1025px) {

	h1,
	.h1 {
		line-height: 1.23em
	}

	h2,
	.h2 {
		font-size: 30px;
	}

	.style-guide h2,
	.style-guide .h2 {
		font-size: 28px;
		line-height: 1.32em;
		padding-bottom: 30px;
		padding-top: 15px
	}

	h3,
	.h3 {
		font-size: 20px;
		line-height: 1.35em
	}

	.style-guide h3,
	.style-guide .h3 {
		font-size: 20px;
		line-height: 1.35em;
		font-weight: 400
	}

	h4,
	.h4 {
		font-size: 22px;
	}

	p {
		font-size: 17px;
		line-height: 1.35em;
		padding-bottom: 25px;
		color: #455965
	}
}

@media (min-width: 1440px) {

	h1,
	.h1 {
		position: relative;
	}

	h1:after,
	.h1:after {
		width: 40px;
		height: 2px;
		background: #D4891C;
		position: absolute;
		left: -55px;
		top: 25px;
		content: ''
	}
}

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

ul {
	margin-left: 0;
	list-style: none
}

ul li {
	padding-bottom: 0;
	padding-left: 0;
	font-size: 16px;
	line-height: 1.5em;
	padding-top: 0
}

a {
	text-decoration: none;
	transition: all .3s;
	color: #1A3D53;
	font-weight: 500
}

a i {
	vertical-align: middle;
}

a:hover {
	transition: all .3s;
	opacity: .75;
	text-decoration: none
}

@media (min-width: 768px) {
	ul {
		margin-left: 25px;
	}

	a {
		font-size: 17px;
	}
}

@media (min-width: 1200px) {
	ul {
		margin-left: 45px;
	}
}

main a,
section a {
	color: #d4891c;
	transition: .3s;
}

main a:hover,
section a:hover {
	opacity: 0.90;
	color: #39A0ED;
}

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

.container {
	max-width: 1330px;
}

@media (min-width: 1025px) {

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

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

[class*="col-"] {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

[class*="col-xxs-"] {
	float: left;
}

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

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

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

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

.col-xxs-8 {
	width: 66.66666667%
}

.col-xxs-7 {
	width: 58.33333333%
}

.col-xxs-6 {
	width: 50%
}

.col-xxs-5 {
	width: 41.66666667%
}

.col-xxs-4 {
	width: 33.33333333%
}

.col-xxs-3 {
	width: 25%
}

.col-xxs-2 {
	width: 16.66666667%
}

.col-xxs-1 {
	width: 8.33333333%
}

.col-xxs-pull-12 {
	right: 100%
}

.col-xxs-pull-11 {
	right: 91.66666667%
}

.col-xxs-pull-10 {
	right: 83.33333333%
}

.col-xxs-pull-9 {
	right: 75%
}

.col-xxs-pull-8 {
	right: 66.66666667%
}

.col-xxs-pull-7 {
	right: 58.33333333%
}

.col-xxs-pull-6 {
	right: 50%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 600px) {
	[class*="col-xs-"] {
		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;
	}
}

@media (min-width: 768px) {
	[class*="col-sm-"] {
		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;
	}
}

@media (min-width: 1025px) {
	[class*="col-md-"] {
		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;
	}
}

@media (min-width: 1200px) {
	[class*="col-lg-"] {
		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;
	}
}

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

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

.btn {
	font-size: 16px;
	display: inline-block;
	padding: 15px 18px;
	line-height: 18px;
	text-decoration: none;
	border: none;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	transition: all .4s ease-in-out;
	vertical-align: middle;
	letter-spacing: .75px;
	cursor: pointer;
	border-radius: 5px;
	width: auto;
	position: relative;
}

.btn:after {
	width: auto;
	height: 100%;
	display: block;
	content: "\e90c";
	font-family: 'icomoon';
	left: 4px;
	margin-top: 2px;
	position: relative;
	text-align: center;
	float: right;
}

.btn i {
	display: none;
}

.btn:hover {
	text-decoration: none;
}

/* .btn i:before {
right: -4px;
position: relative;
} */
.btn-primary {
	background: #D4891C;
	color: #fff !important;
	transition: all .6s ease
}

.btn-primary:hover {
	background: #f0991b;
}

.btn-secondary {
	background: #5D87A1;
	color: #fff !important;
	transition: all .6s ease
}

.btn-secondary:hover,
.team-filter .btn.active {
	background: #476577;
	color: #fff !important;
}

.btn.btn-tertiary {
    padding: 0;
}

.btn-tertiary {
	color: #d4891c !important;
	background: none;
	transition: all .6s ease;
	padding: 0;
	text-transform: capitalize;
	border-radius: 0
}

.btn-tertiary::after {
	width: auto;
	height: 100%;
	display: block;
	content: "\e90c";
	font-family: 'icomoon';
	left: 4px;
	margin-top: 2px;
	position: relative;
	text-align: center;
	float: right;
}

.btn-tertiary i {
	font-size: 10px;
	padding-left: 4px;
	padding-bottom: 2px;
	display: inline-block;
	vertical-align: middle;
	transition: all .6s ease
}

.btn-tertiary:hover {
	background: none;
	color: #39A0ED !important;
}

.btn-tertiary:hover i {
	padding-left: 10px;
	transition: all .6s ease
}

.btn-block {
	display: block;
	width: 100%
}

.btn+.btn {
	margin-top: 10px;
}

@media (min-width: 480px) {
	.btn+.btn {
		margin-top: 0;
	}
}

@media (min-width: 640px) {
	.btn+.btn {
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.btn+.btn {
		margin-top: 0;
	}
}

@media (min-width: 1025px) {
	.btn {
		font-size: 16px;
		padding: 16px 25px;
	}

	.btn+.btn {
		margin-top: 0;
		margin-left: 10px
	}
}

.table-responsive {
	position: relative;
}

table {
	border-collapse: collapse;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	text-align: left
}

td {
	padding: 20px;
}

tr {
	border-bottom: 1px solid #E2E2E2;
}

th {
	padding: 25px 20px;
}

thead {
	font-size: 20px;
}

tbody {
	font-size: 16px;
}

tfoot {
	font-size: 20px;
}

tr td:first-child {
	background: #F9F9F9;
}

tr:last-child {
	border: none;
}

.table-wrap-outer:after {
	content: '';
	position: absolute;
	right: -1px;
	top: 0;
	height: 100%;
	width: 80px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1)
}

.table-wrap-outer {
	overflow-x: auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	margin-top: 10px
}

@media (min-width: 600px) {
	.table-wrap-outer:after {
		display: none;
	}

	.table-wrap-inner {
		overflow: visible !important;
	}
}

/* * Forms.................Form Elements. */
label {
	color: #1A3D53;
	font-size: 14px;
	font-weight: 500
}

select {}

textarea {
	outline: none !important;
	border: 1px solid #B4D6E8;
	width: 100%;
	height: 110px;
	border-radius: 5px;
	font-size: 14px;
	padding: 10px;
	resize: none;
	font-weight: 400;
	font-family: 'IBM Plex Sans', sans-serif;
}

/* Removes default webkit form styling */
input:not([type="radio"]):not([type="checkbox"]),
button,
textarea {
	-webkit-appearance: none;
}

/* default text input style */
[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"] {
	outline: none !important;
	border: 1px solid #B4D6E8;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	font-size: 14px;
	padding: 0 10px;
}

::-webkit-input-placeholder {
	/* Edge */
	color: #A3A3A3;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #A3A3A3;
}

::-moz-placeholder {
	color: #A3A3A3;
}

::-ms-input-placeholder {
	color: #A3A3A3;
}

::placeholder {
	color: #A3A3A3;
}

[type="submit"] {
	border: none;
	outline: none
}

/* Removes inconsistent padding from Firefox buttons */
button:-moz-focus-inner,
[type="reset"]:-moz-focus-inner,
[type="button"]:-moz-focus-inner,
:-moz-focus-inner {
	border: none;
	padding: 0;
	outline: none !important
}

.wpcf7-form-control-wrap {
	position: relative;
	display: block;
}

/* Default Radio/Checkbox Style (if using CF7) */
.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
	display: inline-block;
	margin-left: 5px
}

.wpcf7-checkbox .wpcf7-list-item-label {
	display: inline-block;
	margin-left: 0 !important;
}

.wpcf7-not-valid-tip,
.wpcf7 label span,
.wpcf7-response-output {
	color: #D4891C;
}

.wpcf7-checkbox .wpcf7-list-item-label {
	color: #1A3D53;
}

.selectric-wrapper {
	position: relative;
	cursor: pointer
}

.selectric-responsive {
	width: 100%;
}

.selectric {
	border: none;
	border-radius: 0;
	background: #f5f5f5;
	position: relative;
	overflow: hidden
}

.selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 38px 0 10px;
	font-size: 16px;
	line-height: 50px;
	color: #444;
	height: 50px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #f5f5f5;
	border-left: 1px solid rgba(112, 112, 112, 0.14);
	color: #BBB;
	text-align: center;
	font: 0/0 a;
	*font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial
}

.selectric .button:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #BBB;
	border-bottom: none
}

.selectric-focus .selectric {
	border-color: #aaa;
}

.selectric-hover .selectric {
	border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
	color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
	border-top-color: #a2a2a2;
}

.selectric-open {
	z-index: 9999;
}

.selectric-open .selectric {
	border-color: #c4c4c4;
}

.selectric-open .selectric-items {
	display: block;
}

.selectric-disabled {
	filter: alpha(opacity=50);
	opacity: .5;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0
}

.selectric-hide-select select {
	position: absolute;
	left: -100%
}

.selectric-hide-select.selectric-is-native {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10
}

.selectric-hide-select.selectric-is-native select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	box-sizing: border-box;
	opacity: 0 !important;
}

.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important
}

.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important
}

.selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #F8F8F8;
	z-index: -1;
	box-shadow: 0 0 10px -6px
}

.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto
}

.selectric-items ul {
	padding: 0 15px !important;
}

.selectric-items .selectric-scroll ul li {
	padding: 10px 0 !important;
	background: none;
}

.selectric-above .selectric-items {
	top: auto;
	bottom: 100%
}

.selectric-items ul,
.selectric-items li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
}

.selectric-items li {
	display: block;
	color: #666;
	cursor: pointer
}

.selectric-items li.selected {
	background: #E0E0E0;
	color: #444
}

.selectric-items li.highlighted {
	background: #D0D0D0;
	color: #444
}

.selectric-items li:hover {
	background: #D5D5D5;
	color: #444
}

.selectric-items .disabled {
	filter: alpha(opacity=50);
	opacity: .5;
	cursor: default !important;
	background: none !important;
	color: #666 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
	font-weight: 700;
	padding-left: 10px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
	color: #444
}

.selectric-items .selectric-group.disabled li {
	filter: alpha(opacity=100);
	opacity: 1
}

.selectric-items .selectric-group li {
	padding-left: 25px;
}

.postform {
	padding: 0 21px;
}

.selectric-hide-select.selectric-is-native option {
	padding: 12px 20px !important;
	outline: none !important;
	border: none !important;
}

.selectric-scroll ul li {}

.breadcrumbs {
	width: 100%;
	background: #5D87A1;
	padding: 12px 0;
	min-height: 48px;
}

.breadcrumbs ul {
	margin: 0 auto;
	padding: 0;
	display: table;
	width: auto;
}

.breadcrumbs span {
	display: block;
	min-width: 320px;
	width: auto;
	margin: 0 auto;
	text-align: center;
}

.breadcrumbs li span {
	width: auto !important;
	border: none;
	display: inline !important;
	font-size: 17px;
}

.breadcrumbs ul li {
	font-size: 14px;
	color: #E5F2F8;
	display: inline-block;
	float: none;
	line-height: 20px;
	padding: 0 0;
	text-transform: capitalize;
	position: relative
}

.breadcrumbs ul li:after {
	position: absolute;
	right: -5px;
	top: 7px;
	content: '';
	background: url(../img/arrow.png) no-repeat right center;
	width: 9px;
	height: 8px;
	display: none;
}

.breadcrumbs ul li a {
	color: #E5F2F8;
	transition: all .4s ease-in-out;
	text-transform: capitalize;
	padding: 0 10px;
}

.breadcrumbs ul li span {
	padding: 0 10px;
}

.breadcrumbs ul li:first-child {
	padding-left: 0;
}

.breadcrumbs ul li:last-child {
	padding-right: 0;
	border: none
}

.breadcrumbs ul li:last-child::after {
	display: none;
}

/**
* Pagination
*/
/**
* Pagination
*/

.newsletter-inline-signup {
    position: relative;
    padding: 25px 40px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
}

.newsletter-inline-bg-image {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.newsletter-inline-bg-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
}

.newsletter-inline-bg-image input {
    background: #183f58;
    color: #fff;
    display: inline-block;
    padding: 10px 35px 10px 15px !important;
    border-radius: 5px;
}

.newsletter-inline-bg-image #mailpoet_form_2 .mailpoet_paragraph {
    line-height: 0px;
    padding: 16px 2px;
    display: inline-block;
}

.newsletter-inline-bg-image .mailpoet_paragraph.btn:after {
    left: -20px;
    top: -22px;
}

.newsletter-inline-signup .text-left {
    z-index: 2;
    position: relative;
}

@media (min-width: 1366px) {
    .newsletter-inline-signup .text-left {
        width: 65%;
        padding-right: 20px;
    }
    .newsletter-inline-signup .cf-signup-right {
        width: 35%;
    }
}

.newsletter-inline-signup .cf-signup-right {
    position: relative;
    z-index: 2;
}

.newsletter-inline-signup .text-left h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 5px;
    position: relative;
}

.newsletter-inline-signup .text-left h2:before {
    content: "";
    height: 2px;
    width: 30px;
    background: #d48a1b;
    display: block;
    position: absolute;
    left: -52px;
    top: calc(50% - 3px);
}

.newsletter-inline-signup .text-left p {
    padding-bottom: 5px;
    color: #fff;
}

.blog-page {
	padding: 30px 0;
}

.blog-page ul li {
	padding: 0 0 0 12px;
	margin: 0 0 10px;
	font-size: 17px;
	line-height: 23px;
	background: url(../img/list-icon.png) no-repeat left top 8px;
}

.blog-page a:hover {
	color: #EB8D05;
}

.pagination {
	margin: 0;
	padding: 20px 0;
}

.pages {
	padding: 5px 8px;
}

.pagination .pages,
.pagination .pagination a {
	border: 1px solid #cee5f2;
}

.pagination a,
.pagination .current {
	padding: 5px 8px !important;
	display: inline;
	width: 35px;
	text-align: center;
	text-align: center;
	margin: 0 3px;
}

.pagination .last {
	width: auto;
}

.pagination .current {
	background-color: #CEE5F2;
	display: inline-block
}

.pagination .nextpostslink {
	display: none !important;
}

.pagination .extend {
	display: none
}

@media(min-width: 1025px) {
	.blog-page {
		padding: 90px 0;
	}

	.blog-page ul li a {
		font-size: 17px;
	}
}

@media(min-width: 576px) {
	.fc-modals>.modal .modal-dialog {
		max-width: 500px;
		margin: 25% auto !important;
	}
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

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

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer
}

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

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

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

.slick-track:after {
	clear: both
}

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

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

[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 transparent
}

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

.slick-slide,
.slick-arrow,
.slick-dots button,
.slick-slide:focus * {
	outline: none !important
}

.slick-initialized .slick-slide {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0
}

.slick-slider .slide {
	display: none
}

.slick-slider .slide:first-child {
	display: block
}

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

.js-slider-has-preloader {
	min-height: 50px;
	position: relative
}

.js-slider-has-preloader:before {
	content: url('../img/loading.gif');
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	transition: all .5s ease;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.js-slider-has-preloader-init:before {
	-webkit-transform: scale(0);
	transform: scale(0)
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: 35px;
	display: block;
	width: 100%;
	padding: 0 15px;
	margin: 0;
	list-style: none;
	text-align: left
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 16px;
	margin: 0 2px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 16px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: 'slick';
	position: absolute;
	top: 0;
	left: 0;
	width: 9px;
	height: 9px;
	content: '';
	opacity: 1;
	color: #000;
	background: #cbcbcb;
	border: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 50%
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	color: #000
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: '←'
}

[dir='rtl'] .slick-prev:before {
	content: '→'
}

.slick-next {
	right: -25px
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: '→'
}

[dir='rtl'] .slick-next:before {
	content: '←'
}

.slick-next {
	right: -25px
}

@font-face {
	font-family: 'slick';
	font-weight: 400;
	font-style: normal;
	src: url(./fonts/slick.eot);
	src: url(./fonts/slick.eot?#iefix) format("embedded-opentype"),
		url(./fonts/slick.woff) format("woff"),
		url(./fonts/slick.ttf) format("truetype"),
		url(./fonts/slick.svg#slick) format("svg")
}

.admin-bar .page-header,
.admin-bar .page-header.js-scrolled {
	top: 32px;
}


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

	.admin-bar .page-header,
	.admin-bar .page-header.js-scrolled {
		top: 46px;
	}
}

.page-header {
	overflow: hidden;
	padding: 8px 0;
	background-color: rgba(255, 255, 255, 1);
	width: 100%;
	z-index: 999999999;
	position: static;
	top: 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

.page-header.js-scrolled {
	position: fixed;
	top: 0;
	width: 100%;
	left: inherit;
}

#page-header {
	overflow: unset;
}

.page-header.js-scrolled .search-div {
	display: none
}

.header-top {
	background-color: #e5f2f8;
	padding: 7px 0;
	display: none;
	position: relative;
}

.header-top:after {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    right: -100%;
    background: #e5f2f8;
    top: 0;
}

.header-top ul {
	padding: 0;
	margin: 0;
	float: right
}

.header-top ul li {
	padding: 0;
	margin: 0 20px;
	display: inline-block
}

.header-top ul li a {
	color: #1A3D53;
	font-size: 14px;
	line-height: 16px;
	text-transform: capitalize
}

.header-top .btn.orange-btn {
	padding: 8px 10px;
}

.header-top .btn {
	padding: 8px 10px 8px 5px;
	color: #fff;
	font-size: 14px;
	letter-spacing: normal;
	font-family: 'IBM Plex Sans', sans-serif;
}

.header-top .btn.orange-btn:after {
	display: none !important;
}

.header-top .btn:after {
	content: "\e909";
	float: left;
	width: auto;
	padding-right: 10px;
	font-size: 12px;
	margin-top: 0;
}

.header-top ul li:last-child {
	margin: 0
}

.header-top ul li:nth-child(4n) {
	margin: 0 5px 0 20px
}
.header__right,
.fx-header-bottom .header__right {
    width: calc(100% - 360px);
    opacity: 1;
    float: right;
}

.fx-hbottom_ui {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    row-gap: 20px;
    margin: auto 0 auto auto;
}

.fx-client-portal {
    float: right;
    margin: auto 0 15px auto;
}

.fx-client-portal .client_portal--header {
    display: block;
    padding: 11px 12px !important;
    right: 0;
    top: 0;
}

.logo {
	padding: 0;
	margin: 0;
	float: left
}

.logo img {
	max-width: 100%;
	height: 65px;
	display: block;
	margin: 0 auto
}

.contact-btn {
	float: left;
	text-align: center
}

.header-phone {
	float: left;
	margin-right: 6px
}

.header-phone .btn,
.contact-btn .btn {
	padding: 11px 12px !important;
	font-weight: 400;
	font-size: 12px !important;
}

.header-phone .btn i {
	display: inline-block !important;
	font-size: 11px;
}

.header-phone .callus {
	padding-left: 5px;
}

/* .header-phone .btn-primary { padding: 12px 18px !important; font-size: 14px; } */
.header-phone .btn:after {
	display: none !important;
}

.call {
	display: none
}

.search-icon {
	float: right;
	margin: 20px 0 0;
	cursor: pointer
}

.search-icon span i {
	color: #5D87A1;
	font-size: 20px
}

.search-div {
	background-color: #f5f5f5;
	margin: 8px 0 0;
	padding: 13px 0;
	position: relative;
	z-index: 99;
	display: none
}

.search-content {
	background-color: #fff;
	position: relative
}

.search-content input[type="text"] {
	width: 100%;
	border-radius: 0;
	height: 27px;
	padding: 0 10px;
	font-size: 12px;
	border: 1px solid #e6e6e6;
	line-height: 14px;
	margin: 0
}

.search-content .search-btn {
	background: url(../img/mb-search.png) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	width: 27px;
	height: 26px;
	border: 0;
	cursor: pointer
}

.bottom-header {
	transition: all .25s;
}

.bottom-header .container {
	padding: 0 20px
}

.toggle-menu {
	float: right;
	cursor: pointer;
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	top: -7px;
	margin-left: auto;
}

.toggle-menu span {
	color: #fff;
	display: inherit;
	font-size: 30px;
}

.toggle-menu .menu-text {
	font-size: 12px !important;
	font-weight: 400;
}

.toggle-menu .icon-close {
	display: none
}

.toggle-menu.close .icon-close {
	display: block
}

.toggle-menu.close .icon-menu {
	display: none
}

.toggle-menu.close {
	display: block;
	font-size: 26px;
	position: relative;
	top: 3px;
}

.toggle-menu {
	position: relative;
}

.toggle-menu:after {
	display: none;
}

.toggle-menu .icon-menu:before {
	content: "\e907";
	line-height: normal;
	position: relative;
	top: 4px;
}

.fixed-header {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #35617C;
	padding: 10px 10px 0px;
	z-index: 99999;
	height: 61px;
	display: flex;
	/* justify-content: space-between; */
}

.fx-hbottom_ui {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
		gap: 20px;
		row-gap: 20px;
		margin: auto 0 auto auto;
	}


@media (max-width: 599px) {
	.fx-header-bottom .logo {
        width: 40%;
    }
}

@media (min-width: 600px) and (max-width: 1025px) {

	.fx-header-bottom .logo {
        width: 30%;
    }

}

@media (max-width: 1025px) {
	.fx-header-bottom .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

	.fx-header-bottom .logo,
	.fx-header-bottom .search-icon,
	.fx-header-bottom .toggle-menu {
		float: none;
	}

	.fx-header-bottom .toggle-menu {
		margin: 0;
		top: 0;
	}

	.fx-header-bottom .toggle-menu span {
		color: #5D87A1;
	}

	.fx-header-bottom .icon-close:before {
		font-size: 20px;
	}

	.fx-header-bottom .nav-primary {
		bottom: unset;
		top: 128px;
	}



	.fx-header-bottom .search-icon {
		margin-top: -2px;
	}

	.fx-header-bottom .search-icon span i {
		font-size: 26px;
	}


	.fx-client-portal {
		float: right;
		margin: auto 0 15px auto;
	}

	.fx-client-portal .client_portal--header{
		display: block;
		padding: 11px 12px !important;
		right: 0;
		top: 0;
	}


}

.header-search {
	display: none
}

.nav-primary {
	clear: both;
	min-width: inherit;
	float: none;
	width: 100%;
	position: fixed;
	bottom: 61px;
	left: -100%;
	background-color: #fff;
	transition: .5s;
	z-index: 9999;
	display: block !important;
	padding: 0;
	border-radius: 0
}

.nav-primary.active {
	display: block !important;
	left: 0;
	opacity: 1 !important
}

.nav-primary ul {
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	list-style: none;
	border-bottom: 1px solid #CEE5F2
}

.nav-primary ul li {
	padding-top: 0;
	padding-left: 0;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	background: none
}

.current-menu-item a,
.current-menu-item span,
.current_page_ancestor a,
.current_page_ancestor span {
	color: #D4891C !important;
}

.nav-primary .sub-menu li a,
.nav-primary .sub-menu li span {
	color: #1A3D53 !important;
}

.nav-primary ul li a {
	color: #1A3D53;
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 19px
}

.nav-primary ul li:hover span,
.nav-primary ul li:hover a {
	text-decoration: none;
	background: transparent;
	color: #D4891C !important;
}

.nav-primary ul.sub-menu {
	display: none;
	padding: 0;
	position: relative;
	left: auto;
	top: auto;
	border: none;
	width: auto
}

.nav-primary ul.sub-menu.js-toggled {
	background: #E5F2F8
}

.nav-primary ul.sub-menu.js-toggled ul.sub-menu.js-toggled {
	background: #CEE5F2
}

.nav-primary ul.sub-menu li {
	font-size: 15px;
	margin: 0;
	padding: 0
}

.nav-primary ul.sub-menu li a {
	padding: 10px 30px;
	color: #1A3D53 !important;
}

.nav-primary ul.sub-menu li .sub-menu a {
	padding: 10px 50px
}

.nav-primary .sub-menu-toggle {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: #CEE5F2;
	display: block;
	line-height: 20px;
	text-align: center;
	border-radius: 5px;
	color: #1A3D53;
	font-size: 12px
}

.sub-menu-toggle.js-clicked {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	background: #1A3D53;
	color: #fff
}

.nav-primary ul.sub-menu.js-toggled {
	display: block
}

button:focus {
	outline: none
}

.nav-fixed {
	background-color: #102542;
	position: fixed;
	left: 0;
	bottom: 0;
	height: 60px;
	z-index: 999;
	width: 100%;
	color: #fff;
	text-align: center
}

.nav-fixed ul {
	margin-left: 0
}

.nav-fixed ul li {
	float: left;
	width: 25%;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	height: 100%;
	height: 60px;
	cursor: pointer;
	background: none
}

.nav-fixed ul li a {
	color: #fff;
	display: block
}

.nav-fixed ul li a:hover {
	text-decoration: none
}

.nav-fixed ul li span {
	display: block;
	font-size: 17px;
	padding: 13px 0 0
}

.nav-fixed ul li:hover {
	background: #0055A4
}

.contact-btn .btn i {
	position: relative;
	right: -4px !important;
}

@media (min-width: 768px) {
	.page-header {
		padding: 0
	}

	.logo {
		margin-top: 5px
	}
}

@media (min-width: 1025px) {
	.page-header.js-scrolled {
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		-webkit-animation: stuckMoveDown .6s;
		animation: stuckMoveDown .6s;
		transition: all .25s ease;
	}

	.page-header.js-scrolled .header-top {
		/* display: none; */
	}

	.fixed-header {
		display: none
	}
	.fx-hbottom_ui {
		display: none;
	}


	.toggle-menu {
		display: none
	}

	.header__right ,
	.fx-header-bottom .header__right {
       width: calc(100% - 260px);
       opacity: 1;
    }
    .header-bottom {
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    }
    .header-search {
    	margin-top: 0 !important;
    }

	.logo {
		margin: 0;
		/*
float: left; */
		display: inline;
		padding-right: 25px;
		padding-top: 7px;
		padding-bottom: 7px;
		/* border-right: 1px solid #CEE5F2; */
	}

	.logo a {
		display: inline-block;
		position: relative;
		width: 235px;
		height: 101px;
	}

	.logo a img {
		height: 100%;
		width: 100%;
		margin: 0 !important;
		display: inline;
		position: absolute;
		top: 0;
		left: 0;
		object-fit: contain;
	}

	.page-header {
		padding: 0;
		-webkit-animation: stuckMoveDown .6s;
		animation: stuckMoveDown .6s;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		left: 0;
		width: 100vw;
		/* overflow: hidden; */
	}

	.contact-btn {
		margin-top: 0
	}

	.contact-btn .btn {
		font-size: 14px;
		padding: 35px;
		border-radius: 0
	}

	.header-phone {
		margin-top: 30px;
	}

	.mobile-phone {
		display: none;
	}

	.contact-btn {
		max-width: inherit;
		display: block
	}

	.bottom-header .container {
		padding-left: 15px;
		padding-right: 15px
	}

	.header-phone i {
		display: none
	}

	.search-icon {
		display: none
	}

	.header-top {
		display: block;
		height: 46px;
	}

	.header-search {
		float: right;
		margin-top: 15px;
		display: block;
	}

	.search-row {
		position: relative
	}

	.search-row button {
		position: absolute;
		right: 8px;
		top: 12px;
		background: none;
		border: 0;
		padding: 0;
		color: #5D87A1;
		font-size: 16px;
		cursor: pointer
	}

	.nav-primary {
		display: inline-block !important;
		position: relative;
		top: 0;
		left: inherit;
		background: transparent;
		height: auto;
		overflow-y: inherit
	}

	.search-div {
		display: none
	}

	.nav-primary ul {
		padding: 0;
		border-bottom: 0
	}

	.nav-primary ul li {
		float: left;
		margin: 0 20px
	}

	.page-header_main-menu {
		 height: 111px;
		display: inline-block;
		/*float: left;
margin-left: 30px */
	}

	.nav-primary ul li a {
		padding: 46px 0;
		font-size: 16px;
		font-weight: 500;
		line-height: 18px;
		color: #1A3D53;
		display: block;
		text-transform: capitalize
	}

	.nav-primary ul li a:hover {
		background: transparent;
		color: #D4891C;
	}

	.js-scrolled .nav-primary ul li ul.sub-menu {
		padding: 0;
	}

	.sub-menu-toggle {
		top: 27px;
		right: 30px
	}

	.nav-primary ul.sub-menu {
		text-align: left;
		position: absolute;
		visibility: hidden;
		display: block;
		opacity: 0;
		line-height: 14px;
		left: 0;
		top: 109%;
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		transition: all .2s ease;
		z-index: 99;
		background-color: #fff;
		width: 250px;
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px);
		transition: opacity 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
		transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
		transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
	}

	.nav-primary ul.sub-menu li:first-child {
		padding-top: 10px;
	}

	.nav-primary ul.sub-menu li:first-child .sub-menu-toggle {
		top: 25px !important;
	}

	.nav-primary ul.sub-menu li:last-child {
		padding-bottom: 10px;
	}

	.nav-primary ul.sub-menu li {
		float: none;
		padding-bottom: 0
	}

	.nav-primary ul.sub-menu li .sub-menu-toggle {
		font-size: 8px !important;
		display: inline;
		font-weight: bold;
	}

	.nav-primary ul li ul.sub-menu .sub-menu {
		text-align: left;
		position: absolute;
		visibility: hidden;
		display: block;
		opacity: 0;
		line-height: 14px;
		left: 0;
		top: -5px;
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		transition: all .2s ease;
		z-index: 99;
		background-color: #fff;
		width: 250px;
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px);
		transition: opacity 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
		transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
		transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in
	}

	/*     .nav-primary ul li ul.sub-menu li a {
padding: 10px 20px;
font-size: 14px;
line-height: 19px;
font-weight: 500;
color: #1A3D53
}
.nav-primary ul li ul.sub-menu li a:hover {
background: #E5F2F8;
color: #1A3D53
}
.nav-primary ul li ul.sub-menu .sub-menu li a {
padding: 10px 20px;
font-size: 14px;
line-height: 1.35em;
font-weight: 500;
color: #1A3D53
}
*/
	.nav-primary ul li:hover ul.sub-menu {
		opacity: 1;
		display: block;
		visibility: visible;
		height: auto;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	.nav-primary ul li:hover ul.sub-menu .sub-menu {
		position: absolute;
		left: 100%;
		top: 0;
		visibility: hidden;
		display: block;
		opacity: 0
	}

	.nav-primary ul li ul.sub-menu li:hover .sub-menu {
		display: block;
		opacity: 1;
		display: block;
		visibility: visible;
		height: auto;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	.nav-primary .sub-menu-toggle {
		top: 50px;
		right: -18px;
		width: auto;
		height: auto;
		line-height: 1em;
		font-size: 10px;
		font-weight: 400;
		color: #1A3D53;
		background: none
	}

	.nav-primary .sub-menu .sub-menu-toggle {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		right: 8px;
		top: 16px;
		z-index: 999;
		color: #1A3D53 !important;
	}

	.nav-primary ul.sub-menu li .sub-menu a {
		padding: 10px 30px
	}

	/*     .nav-primary ul li ul.sub-menu li:hover .sub-menu-toggle {
color: #1A3D53
} */
	.nav-primary ul.sub-menu li:hover>a,
	.nav-primary ul.sub-menu li.current-menu-item>a,
	.nav-primary ul.sub-menu li.current-menu-ancestor>a {
		background: #E5F2F8
	}
	.fx-header-bottom .nav-primary {
		top: 0 !important;
	}
}

@media (min-width: 1200px) {
	.page-header.js-scrolled {
		position: -webkit-sticky;
		position: sticky;
		width: 100%;
		left: 0;
		top: 0;
		-webkit-animation: stuckMoveDown .6s;
		animation: stuckMoveDown .6s;
	}

	.fixed-header {
		display: none
	}

	.toggle-menu {
		display: none
	}

	.logo {
		margin: 0;
		float: left;
		/* border-right: 1px solid #CEE5F2; */
		padding-right: 65px;
		padding-top: 7px;
		padding-bottom: 7px;
		/* height: 200px; */
	}

	.logo a {
		width: 295px;
	}

	.logo img {
		height: auto
	}

	.nav-primary {
		display: inline-block !important;
		position: relative;
		top: 0;
		left: inherit;
		background: transparent;
		height: auto;
		overflow-y: inherit
	}

	.search-div {
		display: none
	}

	.nav-primary ul {
		padding: 0;
		border-bottom: 0
	}

	.nav-primary ul li {
		float: left;
		margin: 0 25px
	}

	.page-header_main-menu {
		height: auto;
		float: left;
		/*! margin-left: 30px; */
	}

	.nav-primary ul li a {
		padding: 26px 0;
		font-size: 18px;
		font-weight: 500;
		line-height: 18px;
		color: #1A3D53;
		display: block;
		text-transform: capitalize;
	}

	.nav-primary ul li a:hover {
		background: transparent;
		color: #D4891C
	}

	.js-scrolled .nav-primary ul li ul.sub-menu {
		padding: 0
	}

	.sub-menu-toggle {
		top: 27px;
		right: 30px
	}

	.nav-primary ul.sub-menu {
		text-align: left;
		position: absolute;
		visibility: hidden;
		display: block;
		opacity: 0;
		line-height: 14px;
		left: 0;
		top: 100.4%;
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		transition: all .2s ease;
		z-index: 99;
		background-color: #fff;
		width: 250px;
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px);
		transition: opacity 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
		transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
		transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
	}

	.nav-primary ul.sub-menu li:first-child {
		padding-top: 10px;
	}

	.nav-primary ul.sub-menu li:last-child {
		padding-bottom: 10px;
	}

	.nav-primary ul.sub-menu li {
		float: none;
		padding-bottom: 0
	}

	.nav-primary ul li ul.sub-menu .sub-menu {
		text-align: left;
		position: absolute;
		visibility: hidden;
		display: block;
		opacity: 0;
		line-height: 14px;
		left: 0;
		top: auto;
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		transition: all .2s ease;
		z-index: 99;
		background-color: #fff;
		width: 250px;
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px);
		transition: opacity 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
		transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
		transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in
	}

	.nav-primary ul li ul.sub-menu li a {
		padding: 10px 20px;
		font-size: 14px;
		line-height: 19px;
		font-weight: 500;
		color: #1A3D53
	}

	.nav-primary ul li ul.sub-menu li a:hover {
		background: #E5F2F8;
		color: #1A3D53
	}

	.nav-primary ul li ul.sub-menu .sub-menu li a {
		padding: 10px 20px;
		font-size: 14px;
		line-height: 1.35em;
		font-weight: 500;
		color: #1A3D53
	}

	.nav-primary ul li:hover ul.sub-menu {
		opacity: 1;
		display: block;
		visibility: visible;
		height: auto;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	.nav-primary ul li:hover ul.sub-menu .sub-menu {
		position: absolute;
		left: 100%;
		top: 0;
		visibility: hidden;
		display: block;
		opacity: 0
	}

	.nav-primary ul li ul.sub-menu li:hover .sub-menu {
		display: block;
		opacity: 1;
		display: block;
		visibility: visible;
		height: auto;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	.nav-primary .sub-menu-toggle {
		top: 30px;
		right: -18px;
		width: auto;
		height: auto;
		line-height: 1em;
		font-size: 10px;
		font-weight: 400;
		color: #1A3D53;
		background: none;
	}

	.nav-primary ul li ul.sub-menu li:hover .sub-menu-toggle {
		color: #1A3D53
	}

	.nav-primary ul.sub-menu li:hover>a,
	.nav-primary ul.sub-menu li.current-menu-item>a,
	.nav-primary ul.sub-menu li.current-menu-ancestor>a {
		background: #E5F2F8
	}
	.header__right ,
	.fx-header-bottom .header__right {
       width: calc(100% - 360px);
       opacity: 1;
    }
}

.nav-primary ul li:hover ul.sub-menu #menu-item-14220 .sub-menu {
    left: auto;
    right: 100%;
}

@media(min-width: 1366px) {
	.nav-primary ul li {
		float: left;
		margin: 0 35px
	}
}

.masthead {
	padding: 45px 0;
	color: #fff;
	background: #195793;
	background: linear-gradient(to right, #195793 0%, #418cd6 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#195793', endColorstr='#418cd6', GradientType=1)
}

@media (min-width: 1200px) {
	.masthead {
		margin-top: 100px;
		padding: 75px 0
	}
}

/*--------------------------
Masthead Slider Banner
---------------------------- */
.banner {
	padding: 0;
	margin: 0;
	position: relative;
}

.inner-page-banner {
	padding: 0;
	margin: 0;
	position: relative;
	min-height: 100px;
	text-align: center;
}

.banner.inner-page-banner h1 {
	color: #fff;
	padding: 0;
	margin: 0;
}

.banner.inner-page-banner h1:after {
	display: none;
}

.inner-page-banner:after {
	background: rgba(16, 54, 78, .8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: ''
}

.inner-banner-area {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 9999;
	display: block;
	text-align: center;
	padding: 30px 0;
	line-height: 0;
}

.banner-image,
.banner-slider-image {
	padding: 0;
	margin: 0;
	height: 130px;
	position: relative;
}

.banner img,
.inner-page-banner img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	font-family: 'object-fit:  cover;';
	position: absolute;
}

.banner-text {
	background: #E5F2F8;
	padding: 30px 0
}

.banner .slick-dotted.slick-slider {
	margin: 0
}

.banner .slick-slider {
	position: inherit
}

.banner .slick-dots {
	padding: 0 20px;
	bottom: 30px
}

.banner .slick-dots li {
	margin: 0
}

.banner .slick-dots li button::before {
	width: 12px;
	height: 12px;
	background: #a1bccd
}

.banner .slick-dots li.slick-active button::before {
	width: 12px;
	height: 12px;
	background: #5d87a0
}

.banner h1 {
	padding-bottom: 10px
}

.banner h2 {
	color: #1A3D53;
	font-size: 19px;
	line-height: 24px;
	font-weight: 500
}

.banner .btn {
	margin: 30px 0
}

.banner-slider {
	position: relative;
}

.page-body {
	margin-top: 0;
}

@media (max-width: 600px) {
	.banner-slider-image {
		height: 322px;
		position: relative;
	}

	.banner-slider-image img {
		-o-object-position: center;
		object-position: center;
	}

	.inner-banner-area {
		padding: 22px 0;
	}
}

@media (min-width: 768px) {
	.page-body {
		margin-top: 0;
	}
}

@media (min-width: 1025px) {
	.page-body {
		/* margin-top: 166px; */
	}

	.inner-banner-area {
		padding: 32px 0;
	}

	.banner-lists,
	.banner-slider-image {
		padding: 0;
		margin: 0;
		height: 700px
	}

	.banner-slider {
		position: relative;
	}

	.banner-text {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(16, 54, 78, .8);
		background: linear-gradient(to right, rgba(16, 54, 78, .8) 0%, rgba(16, 54, 78, 0) 100%);
		padding: 160px 0 0
	}

	.banner h1  {
		color: #fff;
		padding-bottom: 30px;
		font-size: 50px;
		line-height: 1.3em
	}
	.clients-heading .h1 {
      color:  #fff;
	}


	.banner h2 {
		color: #fff;
		font-size: 28px;
		line-height: 37px;
		padding-bottom: 50px
	}

	.banner-text .banner-content {
		max-width: 480px;
		float: left
	}

	.banner-content h1:after,
	.banner-content h1:after {
		top: 32px;
	}

	.banner .slick-dots {
		z-index: 9999;
		bottom: 162px;
		width: 1324px;
		margin: 0 auto;
		position: relative;
		padding: 0 10px
	}

	.banner .slick-dots li {
		margin-right: 10px
	}

	.banner .slick-dots li button::before {
		width: 14px;
		height: 14px;
		background: #AAB4BA;
		opacity: 0.7;
	}

	.banner .slick-dots li.slick-active button::before {
		width: 14px;
		height: 14px;
		background: #fff;
		opacity: 1;
	}

	.inner-page-banner {
		height: 140px
	}
}

/*---------------------
Image Buttons
---------------------*/
.individuals-section {
	padding: 50px 0;
	margin: 0
}

.individuals-top {
	position: relative
}

.individuals-top ul {
	padding: 0;
	margin: 0;
}

.individuals-top ul li {
	padding: 10px;
	margin: 0;
	border: 1px solid #CEE5F2;
}

.individuals-top ul li:first-child,
.individuals-top ul li:nth-child(n+1) {
	border-bottom: 0
}

.individuals-top ul li:last-child {
	border: 1px solid #CEE5F2
}

.individuals-img {
	float: left;
	height: 100%;
}

.individuals-img img {
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
}

.individuals-title {
	float: left;
	min-height: 50px;
	display: inline-flex;
	align-items: center;
	font-weight: 500;
	font-size: 15px;
	line-height: 17px;
	width: 130px;
	text-align: left;
	margin-left: 15px
}

.individuals-bottom {
	padding: 50px 0 0;
	margin: 0
}

.individuals-bottom h1 {
	padding-bottom: 25px
}

.individuals-bottom ul {
	padding: 0;
	max-width: 285px;
	margin: 0 auto 30px;
}

.individuals-bottom ul li {
	padding: 20px 10px;
	margin: 0 0 15px;
	border: 1px solid #CEE5F2;
	border-radius: 5px;
	text-align: center;
	width: 135px;
	float: left;
	color: #1A3D53;
	font-weight: 500;
	line-height: 16px;
	height: 124px;
}

.individuals-bottom li a {
	font-size: 12px;
	display: block;
	text-align: center;
}

.individuals-bottom li img {
	margin: 0 auto 8px;
	height: 46px;
	width: auto;
}

.individuals-bottom ul li:nth-child(2n) {
	float: right
}

.individuals-bottom ul li a {
	display: block;
	margin-bottom: 10px;
	color: #1a3d53;
}

.individuals-bottom .btn {
	display: inline-flex;
}

.individuals-bottom .btn i {
	vertical-align: bottom;
	float: right;
	margin-top: 4px
}

.individuals-box-content,
.individuals-big-img {
	display: none
}

.individuals-box a {
	display: block;
	border: 1px solid #f00;
}

@media (max-width: 600px) {
	.individuals-bottom ul {
		padding: 0;
		max-width: 285px;
		margin: 0 auto 30px;
	}
}

@media (max-width: 767px) {
	.individuals-box-area {
		max-width: 768px;
		margin: 0 auto;
	}

	.individuals-box-div {
		display: flex;
	}

	.individuals-img {
		position: relative;
		height: 50px;
		width: 60px;
	}

	.individuals-img img {
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		height: 100%;
		width: 100%;
	}
}

@media (min-width: 640px) {
	.individuals-bottom ul {
		text-align: center;
		max-width: 100%;
		width: 100%;
	}

	.individuals-bottom ul li:nth-child(2n) {
		float: none
	}

	.individuals-bottom ul li {
		margin: 0 6px 15px;
		float: none;
		display: inline-block
	}
}

@media (min-width: 768px) {
	.individuals-box-content {
		display: none;
		padding: 0
	}

	.individuals-top ul li {
		width: 50%;
		float: left;
	}

	.individuals-img {
		float: none;
	}

	.individuals-img img {
		/* height: auto */
	}

	.individuals-box-div {
		position: relative;
		height: 175px;
		overflow: hidden;
	}

	.individuals-box-div::after {
		background: rgba(16, 54, 78, .6);
		background: linear-gradient(to right, rgba(16, 54, 78, .6) 0%, rgba(16, 54, 78, 0) 100%);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		content: '';
	}

	.individuals-box-div img {
		/* width: 100%; */
	}

	.individuals-title {
		float: none;
		font-weight: 500;
		font-size: 17px;
		line-height: 23px;
		width: auto;
		text-align: left;
		margin-left: 0;
		position: absolute;
		bottom: 10px;
		left: 0;
		color: #fff;
		z-index: 999;
		padding: 0 15px;
		width: 100%;
		min-height: inherit
	}

	.individuals-box-content .btn::after {
		color: #D4891C;
	}

	.individuals-box:hover .btn::after {
		color: #fff;
	}
}

@media (min-width: 1025px) {
	.individuals-section {
		padding: 0;
		margin: 0;
		background: url(../img/individuals-bg.jpg) repeat-x top;
	}

	.individuals-top {
		margin-top: -60px
	}

	.individuals-box {
		padding: 10px;
		background-color: #fff;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
		transition: all .6s;
		position: relative;
		min-height: 365px
	}

	.individuals-box:hover {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}

	.individuals-top ul li {
		padding: 0;
		border: 0;
		width: 23.1%;
		float: left;
		margin: 0 24px 0 0
	}

	.individuals-top ul li:last-child {
		margin: 0;
		border: 0
	}

	.individuals-img {
		float: none
	}

	.individuals-box-div img {
		/* max-width: 100%; */
		/* width: auto; */
	}

	.individuals-box-content {
		display: block;
		padding: 0
	}

	.individuals-box-content p {
		padding: 10px 15px;
		font-size: 14px;
		line-height: 1.42em
	}

	.individuals-box-content .btn {
		padding: 6px 20px 6px 15px;
		border-radius: 0;
		display: inline-flex;
		float: right;
		position: absolute;
		right: 10px;
		bottom: 10px;
	}

	.individuals-box-content .btn i {
		color: #D4891C
	}

	.individuals-box-content .btn-primary {
		background-color: #EBEBEB
	}

	.individuals-box:hover .btn-primary {
		background-color: #D4891C
	}

	.individuals-box:hover .btn i {
		color: #fff
	}

	.individuals-box:hover .individuals-title {
		color: #CEE5F2
	}

	.individuals-bottom {
		padding: 100px 0;
		position: relative;
	}

	.individuals-bottom-content {
		width: 65%;
		float: left;
	}

	.individuals-big-img {
		width: 30%;
		float: right;
		display: block;
		position: absolute;
		right: 0;
		top: 100px;
		height: 71.6%;
	}

	.individuals-big-img img {
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		font-family: 'object-fit:cover;';
		-o-object-position: center;
		object-position: center;
	}

	.individuals-bottom h1 {
		font-size: 42px;
		line-height: 1.23em
	}

	.individuals-bottom ul {
		margin-bottom: 40px;
		margin-top: 15px
	}

	.individuals-bottom ul li {
		font-size: 14px;
		line-height: 1.28em;
		color: #1A3D53;
		padding: 30px 15px;
		height: 170px;
		width: 24%;
		margin: 0 8px 0 0;
		float: left;
	}

	.individuals-bottom ul li a {
		font-size: 14px;
		color: #1a3d53;
	}

	.individuals-bottom li img {
		margin: 0 auto 10px;
	}

	.individuals-bottom ul li:last-child {
		margin-right: 0
	}

	.individuals-bottom ul li i {
		font-size: 50px
	}

	.individuals-bottom ul li:nth-child(2n) {
		float: left
	}

	.individuals-bottom ul li:hover {
		background-color: #E5F2F8;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
		cursor: pointer
	}

	.individuals-bottom .btn {
		max-width: inherit
	}

	.individuals-bottom .btn i {
		margin-left: 4px
	}
}

@media(min-width: 1200px) {
	.individuals-top ul li {
		width: 23.4%;
	}

	.individuals-bottom-content {
		width: 55%;
	}

	.individuals-big-img {
		width: 41%;
	}
}

@media(min-width: 1366px) {
	.individuals-top ul li {
		width: 23.6%;
	}

	.individuals-bottom-content {
		width: 50%;
	}
}

/*------------------------
Locations with CTA
--------------------------*/
.our-location {
	padding: 40px 0;
	margin: 0;
	background-color: #E5F2F8;
	background-image: url(../img/location-small.png);
	background-repeat: no-repeat;
	background-position: top right
}

.locations-content p a {
	color: #EB8D05
}

.location-silder-image {
	position: relative;
	border-radius: 5px;
	overflow: hidden
}

.our-location .slick-dotted.slick-slider {
	margin-bottom: 0
}

.our-location .slick-initialized .slick-slide {
	margin: 0 5px
}

.our-location .slick-dots {
	position: inherit;
	bottom: inherit;
	display: block;
	width: 100%;
	padding: 0 15px;
	margin: 0;
	list-style: none;
	text-align: center
}

.our-location .slick-dots li button::before {
	width: 12px;
	height: 12px;
	background: #a1bccd;
}

.our-location .slick-dots li.slick-active button::before {
	width: 12px;
	height: 12px;
	background: #5d87a0;
}

.location-silder-image img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	font-family: 'object-fit: cover;'
}

.location-gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0 20px 20px;
	text-align: center
}

.location-slider-area {
	padding: 10px 0 30px;
}

.our-location h2 {
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	line-height: 17px;
	position: absolute;
	bottom: 20px;
	width: 87px
}

@media (min-width: 1025px) {
	.our-location {
		padding: 120px 0;
		background-image: url(../img/location-desktop.png);
		background-repeat: no-repeat;
		background-position: bottom right
	}

	.locations-content {
		width: 336px;
		float: left;
	}

	.location-slider-area {
		float: right;
		width: 650px;
	}

	.our-location h2 {
		font-size: 20px;
		line-height: 27px;
		width: 135px;
		left: 27px;
		margin: 0 auto
	}

	.our-location .slick-initialized .slick-slide {
		margin: 0 15px
	}

	.location-silder-image {
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1)
	}

	.location-silder-image:hover .location-gradient {
		background: rgba(0, 0, 0, .2);
	}

	.our-location h1 {
		font-size: 42px;
		font-weight: 700;
		line-height: 52px;
		padding-bottom: 35px
	}
}

@media (min-width: 1200px) {
	.locations-content {
		width: 510px;
	}

	.location-slider-area {
		float: right;
		width: 660px
	}
}

/*----------------------
Reliable Services
-----------------------*/
.reliable-service {
	padding: 60px 0;
	margin: 0
}

.reliable-service h2 {
	font-size: 19px;
	color: #1A3D53;
	line-height: 24px;
	font-weight: 500;
	padding-bottom: 15px;
}

.reliable-content h2 {
	position: relative;
	padding-top: 25px;
}

.reliable-content h2:after {
	width: 40px;
	height: 2px;
	background: #D4891C;
	position: absolute;
	left: 0px;
	right: 0;
	top: 0px;
	content: '';
	margin: 0 auto;
}

.accordion {
	padding: 0;
	margin: 0
}

.accordion p,
.accordion ul li {
}

.accordion-header {
	padding: 19px 15px;
	color: #1A3D53;
	cursor: pointer;
	font-size: 14px;
	line-height: 23px;
	transition: all .3s;
	font-weight: 500
}

.accordion__item {
	border-bottom: 1px solid #CEE5F2
}

.accordion__item .accordion__item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08)
}

.accordion-body {
	display: none;
	padding: 30px 15px
}

.accordion__item.active:last-child .accordion-header {
	border-radius: 0;
}

.js-accordion-item .accordion-header {
	border-bottom: 1px solid transparent !important;
}

.js-accordion-item.active .accordion-header {
	border-bottom: 1px solid #D6E3EB !important;
}

/* .accordion:first-child > .accordion__item > .accordion-header { border-bottom: 1px solid transparent; } */
.accordion__item>.accordion-header:after {
	content: "\e90a";
	font-family: 'icomoon';
	font-size: 12px;
	float: right;
	position: relative;
	top: 2px;
	transition: .3s all;
	width: 20px;
	height: 20px;
	background-color: #CEE5F2;
	border-radius: 5px;
	color: #5D87A1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.accordion__item.active>.accordion-header:after {
	content: "\e908";
	background-color: #5D87A1;
	color: #fff
}

.accordion__item.active .accordion-header {
	background: #E5F2F8;
	font-weight: 500;
}

.accordion__item .accordion__item .accordion-header {
	background: #f1f1f1;
	color: #353535
}

.accordion ul {
	padding: 0 0 0 20px;
	margin: 0
}

.accordion ul li {
	padding: 0 0 0 12px;
	margin: 0;
	font-size: 14px;
	color: #455965;
	line-height: 1.42em;
	background: url(../img/list-icon.png) no-repeat left center
}

.reliable-team {
	padding: 0;
	margin: 40px auto 0;
	position: relative;
	max-width: 644px
}

.reliable-content-inner {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .8);
	content: '';
	width: 100%;
	height: 100%
}

.reliable-team img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	font-family: 'object-fit:  cover;'
}

.reliable-content {
	position: absolute;
	z-index: 999;
	width: 190px;
	margin: 0 auto;
	text-align: center;
}

.reliable-service-content h1 {
	text-transform: capitalize;
}

@media (min-width: 1025px) {
	.reliable-service .container {}

	.reliable-service-content {
		float: right;
		width: 476px;
	}

	.reliable-team {
		float: left;
		width: 470px;
		display: block
	}

	.reliable-team:after {
		display: none
	}

	.reliable-content-inner {
		position: inherit
	}

	.reliable-content {
		position: inherit;
		z-index: 99999;
		width: auto;
		margin: 30px 0 0;
		text-align: center
	}

	.accordion-header {
		font-size: 17px
	}

	.reliable-content h2 {
		padding-bottom: 15px !important;
	}

	.reliable-process h2 {
		font-size: 28px;
		padding-bottom: 25px;
	}
}

@media (min-width: 1200px) {
	.reliable-service-content {
		width: 535px;
	}

	.reliable-team {
		width: 580px;
	}
}

@media (min-width: 1366px) {
	.reliable-service-content {
		width: 535px;
	}

	.reliable-team {
		width: 644px;
	}
}

/*---------------------
Let us Business
-------------------- */
.let-us-business {
	padding: 0;
	margin: 0;
	background-color: #E5F2F8;
	position: relative;
}

.let-us-business img {
	max-width: 100%;
	display: block
}

.letus-bg {
	padding: 30px 0 50px
}

.letus-bg ul {
	padding: 0 0 25px;
	margin: 0;
	margin: 0 auto;
}

.letus-bg ul [class*="col-"] {
	padding: 0;
}

.letus-bg ul li {
	color: #1A3D53;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 40px;
	font-weight: 500;
	border-bottom: 1px solid #CEE5F2;
	position: relative
}



.letus-bg ul li:hover a,
.letus-bg ul li:hover:after {
	color: #EB8D05;
	/* cursor: pointer; */
}

.clients-says {
	background-color: #CEE5F2;
	padding: 38px 20px 30px 60px;
	margin-top: 35px;
	position: relative
}

.clients-says:after {
	position: absolute;
	background: url(../img/coma.png) no-repeat left;
	left: 20px;
	top: 43px;
	width: 27px;
	height: 18px;
	content: '';
}

.clients-says p {
	color: #1A3D53;
	padding: 0;
	font-weight: 600;
}

.clients-says p span {
	text-transform: uppercase;
	font-size: 12px;
	color: #1A3D53;
	letter-spacing: 1px;
	padding-top: 15px;
	display: inline-block
}
.letus-container {
	flex-wrap: wrap;
}
.letus-content ,
.video-part {
	width: 100%;
}

@media (min-width: 768px) {
	.letus-bg ul [class*="col-"] {
		padding: 0 30px 0 0;
	}

	.letus-bg ul [class*="col-"]:last-child {
		padding: 0 !important;
	}

	.letus-bg ul li {
		width: 100%;
	}
}

@media (min-width: 1025px) {
	.let-us-business img {
		max-width: 100%;
		display: block;
		height: 100%;
		object-fit: cover;
		-o-object-fit: cover;
		font-family: 'object-fit: cover;';
		position: absolute;
		width: 100%;
	}

	.letus-bg {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 130px 0
	}

	.letus-bg .container {
		position: relative
	}

	.letus-content {
		width: 650px;
		min-height: 650px;
		float: left;
		background-color: rgba(255, 255, 255, .9);
		padding: 57px 55px 53px;
	}

	.letus-content p:last-child {
		padding-bottom: 0 !important;
	}

	.letus-bg ul li {
		width: 250px;
	}

	.letus-bg ul li a {
		font-size: 14px !important;
		color: #1a3d53;
	}

	.letus-bg ul li:after {
		right: 0;
	}

	.clients-says {
		float: right;
		width: 310px;
		position: absolute;
		bottom: -144px;
		right: 0;
		background: #E5F2F8;
		border-bottom: 15px solid #CEE5F2;
	}
}

/*---------------------------------
Hopeage Blog Section
----------------------------------*/
.leatest-blog {
	padding: 40px 0;
	margin: 0
}

.blog-area {
	margin-bottom: 25px;
}

.blog-box {
	background-color: #E5F2F8;
	border-left: 15px solid #CEE5F2;
	position: relative
}

.blog-image {
	height: 100%;
	/* width: 100%; */
	position: relative;
	margin-bottom: 25px;
}

.blog-image img {
	position: absolute;
	height: auto;
	width: 100%;
	top: 0;
	left: 0;
	content: '';
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

@media (max-width: 1025px) {
	.blog-image {
		display: none;
	}
}

.blog-content {
	padding: 30px 15px
}

.blog-date {
	padding: 0 15px;
	margin: 0;
	background-color: #90B2C7;
	font-size: 11px;
	letter-spacing: 1px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: block;
}

.blog-box:hover h3,
.blog-box:hover a {
	color: #EB8D05
}

.blog-box:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1)
}

/* .blog-box { margin-bottom: 25px } */
.hide-box {
	display: none;
}

@media (max-width: 767px) {

	.blog-box:nth-child(2),
	.blog-box:last-child {
		display: none;
	}
}

@media (min-width: 768px) {
	.leatest-blog .container {
		position: relative
	}

	.leatest-blog h1 {
		padding-bottom: 18px;
		line-height: normal
	}

	.leatest-blog .btn.btn-secondary {
		position: absolute;
		top: -70px;
		right: 21px;
	}

	.blog-area {
		display: flex;
	}

	.blog-box {
		width: 49.2%;
		float: left;
	}

	.blog-box:first-child {
		margin-right: 15px;
	}

	.blog-box:last-child {
		display: none;
	}
}

@media (min-width: 1025px) {
	.leatest-blog {
		padding: 100px 0;
		margin: 0
	}

	.leatest-blog .container {
		position: relative
	}

	.leatest-blog .btn {
		position: absolute;
		top: 0;
		right: 20px
	}

	.blog-area {
		margin-top: 15px
	}

	.blog-image {
		height: 100%;
	}

	.blog-box {
		width: 31.9%;
		float: left;
		margin-right: 20px;
		border-left: 30px solid #CEE5F2
	}

	.hide-box {
		display: block
	}

	.blog-box:last-child {
		margin-right: 0
	}

	.blog-box:last-child,
	.blog-box:nth-child(2) {
		display: block;
	}

	.blog-content {
		padding: 30px 30px 40px;
	}

	.blog-content p {
		font-size: 14px;
		line-height: 1.42em;
		padding: 0 0 15px 0;
	}

	.blog-date {
		padding: 0 30px;
	}
}

@media (min-width: 1200px) {
	.blog-box {
		width: 32.2%;
	}
}

/*---------------------------------
Homepage Contact Form Section
-----------------------------------*/
.appointment-section {
	padding: 0 0;
	position: relative;
}

.appointment-section-cover {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 50px 0;
}

.appointment-section img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	font-family: 'object-fit: cover;';
	position: absolute;
}

.appointment-form {
	padding: 40px 25px 0;
	background-color: #fff
}

.form-row {
	padding: 0;
	margin-bottom: 20px
}

.appointment-form a {
	color: #D4891C
}

.appointment-form button {
	display: block;
	text-decoration: none;
	border: none;
	position: relative;
	transition: all .4s ease-in-out;
	vertical-align: middle;
	letter-spacing: .75px;
	cursor: pointer;
	border-radius: 5px;
	background: #D4891C;
	width: auto;
	text-align: left;
	color: #fff;
	margin-bottom: 15px;
	padding: 0;
}

.appointment-form button:hover {
	background: #f0991b;
}

.appointment-form button input[type="submit"] {
	background-color: transparent;
	border: none;
	padding: 15px 30px;
	line-height: 18px;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	outline: 0;
}

.appointment-form button i {
	margin-top: 2px;
	position: relative;
	right: 24px;
	top: 0;
}

.wpcf7-checkbox label {
	font-size: 13px;
	position: relative;
	top: 0;
}

.wpcf7-form-control-wrap.newsletters .wpcf7-list-item-label {
	position: relative;
	top: -1px;
	font-size: 13px;
}

/* .appointment-form [type="checkbox"]:checked,
.appointment-form [type="checkbox"]:not(:checked) {
display: none
} */
/*
.appointment-form [type="checkbox"]:checked + label,
.appointment-form [type="checkbox"]:not(:checked) + label {
position: relative;
cursor: pointer;
display: inline-block;
color: #1A3D53;
font-size: 14px;
line-height: 17px;
font-weight: 500;
padding: 0;
margin: 0 0 0 25px;
}
.appointment-form [type="checkbox"]:checked + label {
color: #000
}
.appointment-form [type="checkbox"]:checked + label::before,
.appointment-form [type="checkbox"]:not(:checked) + label::before {
content: '';
position: absolute;
left: -25px;
top: 0;
width: 19px;
height: 19px;
background: url(../img/checkbox.png) no-repeat
}
.appointment-form [type="checkbox"]:checked + label::after,
.appointment-form [type="checkbox"]:not(:checked) + label::after {
content: '';
width: 19px;
height: 19px;
/* background: url(../img/box-active.png) no-repeat;
position: absolute;
top: 0;
left: -25px
}*/
.appointment-form [type="checkbox"]:not(:checked)+label::after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.appointment-form [type="checkbox"]:checked+label::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.appointment-form p {
	/* font-size: 14px; */
}

.submit-btn-disc p a {
	color: #D4891C !important;
}

input[type="checkbox"] {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	background: #fff;
	height: 17px;
	width: 17px;
	border: 1px solid #B4D6E8;
	border-radius: 3px;
	margin-right: 4px;
}

input[type="checkbox"]:checked {
	background: #B4D6E8;
}

input[type="checkbox"]:hover {
	-webkit-filter: brightness(90%);
	filter: brightness(90%);
}

input[type="checkbox"]:disabled {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}

input[type="checkbox"]:after {
	content: '';
	position: relative;
	left: 40%;
	top: 20%;
	width: 15%;
	height: 40%;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: none;
}

input[type="checkbox"]:checked:after {
	display: block;
}

input[type="checkbox"]:disabled:after {
	border-color: #7b7b7b;
}

@media (min-width: 768px) {
	.appointment-form {
		padding: 70px 106px 76px;
	}

	.appointment-form .wpcf7 {
		position: relative;
	}

	.submit-section {
		display: flex;
		max-width: 509px;
	}

	.submit-btn {
		width: 29%;
	}

	.submit-btn-disc {
		width: 71%;
	}

	.submit-btn-disc p {
		margin: 0 !important;
		padding: 0 !important;
	}

	.appointment-form p {
		margin: 0;
		padding: 0;
		display: block;
	}

	.wpcf7-form-control-wrap.newsletters {
		margin-bottom: 32px;
		display: block;
	}

	input[type="checkbox"] {
		margin-right: 10px;
	}

	.wpcf7-form-control-wrap.newsletters .wpcf7-list-item-label {
		position: relative;
		top: -2px;
		font-size: 14px;
	}

	.btn-no-padding {
		width: 27.8%;
	}

	.appointment-form button {
		display: inline-block;
	}

	.appointment-form button i {
		margin-top: 2px;
		margin-left: 0;
		position: relative;
		right: 20px;
		top: 0;
	}
}

@media (min-width: 1025px) {
	.appointment-section {
		height: 695px;
	}

	.appointment-form {
		max-width: 646px;
		margin: 0 auto;
		padding: 65px
	}

	.appointment-form h1,
	.appointment-form h3 {
		text-align: center
	}

	.appointment-form h1:after {
		display: none
	}

	.form-row-top .form-row {
		width: 250px;
		float: left
	}

	.form-row-top .form-row:last-child {
		float: right
	}

	.appointment-form [type="checkbox"]:checked+label,
	.appointment-form [type="checkbox"]:not(:checked)+label {
		font-size: 15px
	}

	.appointment-form button {
		float: left;
		width: auto;
	}

	.submit-btn-disc {
		width: 81%;
	}

	.submit-btn-disc p,
	.submit-btn-disc p a {
		font-size: 15px;
		font-weight: 500;
		margin: 3px 0 0 !important;
	}

	.submit-btn-disc p {
		line-height: 1.45em;
	}

	/* .appointment-form button i {
margin-top: 2px;
margin-left: 10px;
position: relative;
right: 10px;
top: 15px;
} */
}

/* -----------------------------------------
Homepage Location and NewsLetter Section
-------------------------------------------*/
.office-location {
	padding: 0;
	margin: 0;
	position: relative
}

.office-location-left {
	background-color: #5D87A1;
	padding: 40px 0
}

.office-location h1 {
	color: #fff
}

.office-location-left ul li {
	position: relative;
	padding-left: 25px;
	padding-bottom: 15px
}

.office-location-left li i {
	position: relative;
	top: -2px;
	right: -5px;
}

.office-location-left ul li:after {
	position: absolute;
	content: "\e906";
	font-family: 'icomoon';
	color: #CEE5F2;
	font-size: 15px;
	left: 0;
	top: 0
}

.office-location-left a {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	transition: 0.3s;
}

.office-location-left a:hover {
	color: #f0991b;
}

.office-location-left li span a {}

.newsletters-area {
	padding: 40px 0;
	margin: 0;
	background-color: #517C96
}

.mailpoet_form {}

.newsletters-area h2,
.newsletters-area p {
	color: #fff
}

.newsletters-area form.mailpoet_form {
	padding: 0 !important;
}

.newsletters-area .mailpoet_paragraph {
	margin: 0 0 10px !important;
}

.newsletters-area .mailpoet_text {
	width: 100% !important;
	background-color: #fff;
}

.newsletters-area .mailpoet_submit {
	background-color: #173F58;
	width: 100%;
	border: 0;
	height: 40px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	padding: 0 10px;
	font-weight: 500;
	cursor: pointer;
	outline: none;
	transition: 0.3s;
}

.newsletters-area .mailpoet_submit:hover {
	background-color: #476577
}
.icon-social-media {
    height: 30px;
    width: 30px;
    fill: #6894af;
    margin: 0;
    padding: 0;
}

.social-media-links__item {
    margin-right: 10px!important;
    margin-bottom: 0!important;
}

.social-media-links {
    margin-left: 1px;
    margin-bottom: 0;
    }
@media (min-width: 768px) {
	.newsletters-form {
		max-width: 614px;
	}

	.newsletters-area .mailpoet_text {
		margin: 0 0 10px;
		width: 39.5% !important;
		float: left;
	}

	.newsletters-area [type="text"] {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0
	}

	.newsletters-area [type="email"] {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}

	.newsletters-area .mailpoet_submit {
		float: right;
		padding: 0 25px !important;
		display: inline !important;
		width: auto !important;
	}
}

@media (min-width: 1025px) {
	.office-location h1:after {
		display: none
	}

	.office-location-left-left {
		background-color: #5D87A1;
		width: 50%;
		height: 100%;
		float: left
	}

	.newsletters-area-right {
		background-color: #517C96;
		width: 50%;
		float: right;
		height: 270px
	}

	.office-location-left,
	.newsletters-area {
		background-color: transparent;
		width: 50%;
		float: left;
		padding: 50px 0
	}

	.newsletters-area {
		padding-left: 40px
	}
	.office-location-left-left, .newsletters-area-right{
		height: 100% !important;
	}
	.office-location {
		height: 540px;
	}

	.office-location-left .container,
	.newsletters-area .container {
		width: 100%;
		padding: 0
	}

	.main-newsletters {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0
	}

	.newsletters-body {
		max-width: 1330px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px
	}

	.office-location-left ul {
		padding: 0;
		margin: 20px 0 0
	}

	.office-location-left ul li {
		display: inline-block;
		margin-right: 65px
	}

	.newsletters-area h2 {
		font-size: 28px;
		line-height: 37px;
		padding-bottom: 10px
	}

	.newsletters-area .mailpoet_text {
		margin: 0 0 10px;
		width: 35.5% !important;
		float: left;
	}

	.newsletters-area [type="text"] {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0
	}

	.newsletters-area [type="email"] {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}

	.newsletters-area .mailpoet_submit {
		float: right;
		padding: 0 25px !important;
		display: inline !important;
		width: auto !important;
	}
}

@media(min-width: 1200px) {
	.newsletters-area .mailpoet_text {
		width: 38% !important;
	}
}

@media(min-width: 1366px) {
	.newsletters-area .mailpoet_text {
		width: 39% !important;
	}
}

.footer-newsletter-signup-365 #root > div {
    background-color: transparent;
}

.footer-newsletter-signup-365 :is(.sd-body, .sd-page),
.footer-newsletter-signup-365 .sd-body--static.sd-body,
.footer-newsletter-signup-365 .sd-root-modern--mobile .sd-body--static.sd-body {
    padding: 0;
    max-width: unset;
}

.footer-newsletter-signup-365 .sd-panel__content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 32px;
    row-gap: 16px;
}

.footer-newsletter-signup-365 .sd-panel__content > .sd-page__row {
    margin-top: 0;
}

.footer-newsletter-signup-365 .sd-panel__content > .sd-page__row {
    width: 100%;
}

.footer-newsletter-signup-365 .sd-panel__content > .sd-page__row:first-of-type,
.footer-newsletter-signup-365 .sd-panel__content > .sd-page__row:nth-of-type(2) {
    width: calc(50% - 16px);
}

.footer-newsletter-signup-365 .sd-question__header {
    padding-bottom: 5px;
}

.footer-newsletter-signup-365 .sd-panel__content > .sd-page__row :is(.sd-title, .sv-string-viewer) {
    font-family: Verdana;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
}

.footer-newsletter-signup-365 .sd-panel__content > .sd-page__row .sd-element__num {
    display: none;
}

.footer-newsletter-signup-365 .sd-panel__content > .sd-page__row .sd-input {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    min-height: 40px;
    width: 100%;
}

.footer-newsletter-signup-365 .sd-root--compact .sd-body.sd-body--static .sd-action-bar {
    padding: 0;
    margin-top: 20px;
}

.footer-newsletter-signup-365 .sd-root--compact .sd-body.sd-body--static .sd-action-bar .sv-action__content {
    display: inline-block;
    background: #d4891d;
    border-radius: 5px;
    margin: 0 37px 0 0 !important;
}

.footer-newsletter-signup-365 .sd-root--compact .sd-body.sd-body--static .sd-action-bar .sv-action__content:hover {
    background: #f0991b !important;
}

.footer-newsletter-signup-365 .sd-root--compact .sd-body.sd-body--static .sd-action-bar .sv-action__content::after {
    content: "\e90c";
    position: relative;
    left: -24px;
    top: 2px;
    font-family: 'icomoon';
    color: #fff;
}

.footer-newsletter-signup-365 .sd-root--compact .sd-body.sd-body--static .sd-action-bar .sd-btn {
    font-family: 'IBM Plex Sans', sans-serif !important;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 16px !important;
    margin: 0 !important;
    padding: 15px 30px !important;
    background: transparent !important;
    box-shadow: none;
    transition: none !important;
}

/*------------------------
Inner Page Section
--------------------------*/
.style-guide ul {
	padding: 0 0 0 20px;
	margin: 0
}

.style-guide ul li {
	padding: 0 0 0 12px;
	margin: 0 0 10px;
	background: url(../img/list-icon.png) no-repeat left top 8px
}

.style-guide .client-effect ul li {
	background: none;
	list-style: initial;
}

/*------------
Section 1
-------------*/
.strategies-info,
.error-page-content {
	padding: 40px 0 20px;
	margin: 0
}

.strategies-img {
	padding: 0 0 30px;
	margin: 0
}

.strategies-img img {
	display: block;
	margin: 0 auto;
	width: 100%;
	/*height: 200px;*/
	object-fit: cover;
	-o-object-fit: cover;
	font-family: 'object-fit:  cover;';
}

.strategies-content h3 {
	font-size: 28px;
	line-height: 1.32em;
	display: block;
}

@media(min-width: 1025px) {
	.strategies-info,
    .error-page-content {
		padding: 110px 0 0;
	}
.strategies-info .container {
    display: flex;
    flex-flow: row-reverse wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
	.strategies-img {
		float: right;
		width: 45%
	}

	.strategies-content {
		width: 45%;
		float: left
	}
}

@media(min-width: 1200px) {
	.strategies-img {
		width: 47%
	}

	.strategies-content {
		width: 47%
	}
}

@media(min-width: 1366px) {
	.strategies-img {
		width: 533px
	}

	.strategies-content {
		width: 646px;
	}
}

/* iframe { width:  100% !important; }  */
iframe {
	width: 100%;
}

/*------------
Section 2
-------------*/
.client-type.individuals-bg {
	margin-bottom: 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.client-type.individuals-bg .client-content,
.client-type.individuals-bg .client-content li {
	text-align: center !important;
	color: #fff !important;
}

.client-type.individuals-bg .client-content {
	text-align: center !important;
}

.client-type.individuals-bg .client-content h2,
.client-type.individuals-bg .client-content p {
	color: #fff !important;
}

.client-bg {
	padding: 0;
	width: 100%;
	height: 175px;
	position: relative;
}

.client-effect {
	margin: 0;
	background: rgba(16, 54, 78, .8);
	background: linear-gradient(to right, rgba(16, 54, 78, .8) 0%, rgba(16, 54, 78, 0) 100%);
	width: 100%;
	height: 100%;
	position: relative;
}

.client-effect.no-bg {
	background: none;
}

.client-content {
	text-align: left !important;
	color: #ffffff;
	margin: 0 auto;
	padding: 68px 0 40px;
}

.style-guide .client-content li {
	/* color: #ffffff; */
}

.client-title {
	position: absolute;
	background: rgba(16, 54, 78, .8);
	background: linear-gradient(to right, rgba(16, 54, 78, .8) 0%, rgba(16, 54, 78, 0) 100%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px
}

.client-bg img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	font-family: 'object-fit:  cover;'
}

.client-title h1 {
	color: #fff;
	font-size: 27px;
	padding: 0
}

.client-title h1 span {
	color: #D4891C;
	display: inline;
	padding-left: 5px;
}

.clients-heading {
	display: none;
}

.client-content p {
	line-height: 1.53em;
}

.client-type {
	padding: 0;
	margin: 0
}

@media (min-width: 768px) {
	.client-content {
		padding: 120px 0 40px;
		width: 50%;
		margin: 0 auto;
	}
}

@media (min-width: 1025px) {

	.style-guide .individuals-bg .client-content h2,
	.style-guide .individuals-bg .client-content p {
		color: #fff
	}

	.style-guide .individuals-bg .client-content p {
		font-size: 20px;
		line-height: 28px
	}

	.style-guide ul {
		padding: 0 0 0 20px;
		margin: 0;
		display: inline-block;
	}

	.style-guide ul li,
	.style-guide ul li a {
		font-size: 17px;
		font-weight: normal !important;
	}

	.style-guide ul li {
		padding: 0 0 0 12px;
		margin: 0 0 10px;
		line-height: 23px;
		background: url(../img/list-icon.png) no-repeat left top 8px
	}

	.client-type {
		position: relative;
	}

	.client-bg img {
		position: absolute;
		left: 0;
		top: 0;
	}

	.client-type.individuals-bg {
		margin-bottom: 130px;
		position: relative;
	}

	.client-bg {
		padding: 0;
		margin: 0;
		width: auto;
		height: auto;
		float: none;
		height: 100%;
		position: relative;
	}

	.individuals-bg .client-bg {
		height: 449px;
		display: none;
	}

	.individuals-bg .client-effect,
	.no-effect {
		padding: 120px 0;
		margin-top: 0
	}

	.client-content {
		background-color: rgba(255, 255, 255, .9);
		float: right;
		padding: 40px 50px;
		width: 50%;
	}

	.individuals-bg .client-content {
		width: 647px;
		background-color: transparent;
		float: none;
		margin: 0 auto;
		padding: 0;
		text-align: center !important;
	}

	.client-title {
		display: none;
	}

	.clients-heading {
		display: block;
		float: left;
		width: 50%;
		padding-top: 25px;
	}

	.clients-heading h1 {
		color: #fff;
		font-size: 50px;
		line-height: 65px
	}

	.clients-heading h1 span {
		color: #D4891C;
	}

	.client-effect {
		position: relative;
		padding: 60px 0;
	}
}

@media (min-width: 1200px) {
	.clients-heading {
		width: 455px;
	}

	.clients-heading h1:after {
		top: 32px;
	}

	.client-content {
		max-width: 647px;
	}
	.clients-says  {
		width: 40%;
	}
}

.contact-us-today {
	margin: 40px auto;
	padding: 40px 20px;
	background-color: #E5F2F8;
	background-image: url(../img/location-small.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.navigate-life {
	padding: 0 0 40px;
	margin: 0
}

.investments-area {
	padding: 0;
	margin: 0
}

.investments-img {
	padding: 0;
	margin: 0
}

.investments-img img {
	max-width: 100%;
	display: block
}

.investments-content {
	padding: 35px 20px;
	margin: 0;
	background-color: #E5F2F8
}

.investments-advice {
	padding: 40px 0
}

.style-guide li {
	color: #455965;
	font-size: 17px;
	line-height: 1.35em;
	margin-bottom: 1rem;
	margin-left: 2rem
}

@media (min-width: 1025px) {
	.contact-us-today {
		text-align: center;
		background-image: url(../img/location-desktop.png);
		background-repeat: no-repeat;
		background-position: bottom right;
		padding-bottom: 50px;
		margin: 60px auto;
	}

	.contact-us-today h2 br {
		display: none
	}

	.navigate-life {
		padding: 40px 0 40px;
	}

/* 	.navigate-life .container {
		 max-width: 870px
	} */

	.investments-img {
		width: 872px;
		float: left
	}

	.investments-img img {
		max-width: 100%;
		display: block
	}

	.investments-content {
		width: 647px;
		float: right;
		padding: 55px 55px 25px;
		/* position: absolute; */
		margin-top: -80px;
		right: 0;
	}

	.investments-area .container {
		position: relative
	}

	.style-guide .investments-content h2 {
		padding-top: 0
	}

	.investments-area {
		padding: 100px 0
	}

	.investments-advice {
		padding: 0 0 60px;
	}

	.investments-advice .container {
		max-width: 872px
	}

	.investments-advice .accordion p {
		font-size: 17px;
		/* padding-bottom: 0 !important; */
	}

	.investments-advice .accordion-body ul {
		padding-bottom: 20px;
	}

	.style-guide li {
		color: #455965;
		font-size: 17px;
		line-height: 1.35em;
		margin-bottom: 1rem;
	}
}

.retirement-section {
	padding: 50px 0;
	margin: 0
}

.retirement-top {
	position: relative
}

.retirement-top ul {
	padding: 0;
	margin: 0
}

.retirement-box-area ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
}

.retirement-top ul li {
	padding: 10px;
	margin: 0;
	border: 1px solid #CEE5F2;
	background: none
}

.retirement-top ul li:first-child,
.retirement-top ul li:nth-child(n+1) {
	border-bottom: 0
}

.retirement-top ul li:last-child {
	/* border: 1px solid #CEE5F2 */
}

.retirement-img {
	float: left;
	width: 80px;
	height: 70px;
	position: relative;
}

.retirement-img img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 50px;
	object-fit: cover;
	-o-object-fit: cover;
	font-family: 'object-fit: cover;';
	position: absolute;
	height: 100%;
	width: 100%;
}

.retirement-title {
	float: left;
	min-height: 50px;
	display: inline-flex;
	align-items: center;
	font-weight: 500;
	font-size: 15px;
	line-height: 17px;
	width: 130px;
	text-align: left;
	margin-left: 15px;
	margin-top: 8px;
}

.retirement-box-content {
	display: none;
}

@media (min-width: 768px) {
	.retirement-box-content .btn:after {
		color: #D4891C;
		display: none;
		padding: 0
	}

	.retirement-box-area ul li {
		width: 50%;
		/* float: left; */
	}

	.retirement-img {
		float: none;
		width: 100%;
		height: auto;
	}

	.retirement-img img {
		height: auto;
		position: relative;
	}

	.retirement-box-div {
		position: relative
	}

	.retirement-box-div:after {
		background: rgba(16, 54, 78, .6);
		background: linear-gradient(to right, rgba(16, 54, 78, .6) 0%, rgba(16, 54, 78, 0) 100%);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		content: '';
	}

	.retirement-box-div img {
		width: 100%;
	}

	.retirement-title {
		float: none;
		font-weight: 500;
		font-size: 17px;
		line-height: 23px;
		width: auto;
		text-align: left;
		margin-left: 0;
		position: absolute;
		bottom: 10px;
		left: 0;
		color: #fff;
		z-index: 999;
		padding: 0 15px;
		width: 100%;
		min-height: inherit
	}

	.retirement-box:hover .btn:after {
		color: #fff;
	}

	.retirement-title {
		margin-top: 0;
	}
}

@media (min-width: 1025px) {
	.retirement-section {
		padding: 130px 0
	}

	.retirement-box {
		padding: 10px;
		background-color: #fff;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
		transition: all .6s;
		position: relative;
		min-height: 310px
	}

	.retirement-box:hover {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}

	.retirement-box-area {
		margin: 0;
	}

	.retirement-top ul li {
		padding: 0;
		border: 0;
		width: 31.9%;
		/* float: left; */
		margin: 0 0.7rem 2rem;
		height: auto;
	}

	.retirement-top ul li:nth-child(3n) {
		margin-right: 0 !important;
		border: 0;
	}

	.retirement-img {
		float: none;
		width: auto
	}

	.retirement-box a {
		display: block;
	}

	.retirement-img img {
		height: auto
	}

	.retirement-box-div {
		position: relative;
	}

	.retirement-box-div::after {
		background: rgba(16, 54, 78, .6);
		background: linear-gradient(to right, rgba(16, 54, 78, .6) 0%, rgba(16, 54, 78, 0) 100%);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		content: '';
	}

	.retirement-title {
		float: none;
		font-weight: 500;
		font-size: 17px;
		line-height: 23px;
		width: auto;
		text-align: left;
		margin-left: 0;
		position: absolute;
		bottom: 10px;
		left: 0;
		color: #fff;
		z-index: 999;
		padding: 0 15px;
		width: 100%;
		min-height: inherit
	}

	.retirement-box-content {
		display: block;
		padding: 0
	}

	.retirement-box-content p {
		padding: 10px 15px;
		font-size: 14px;
		line-height: 20px
	}

	.retirement-box-content .btn {
		padding: 6px 20px 6px 15px;
		border-radius: 0;
		display: inline-flex;
		float: right;
		position: absolute;
		right: 10px;
		bottom: 10px
	}

	.retirement-box-content .btn i {
		color: #D4891C;
		display: block !important;
	}

	.retirement-box-content .btn-primary {
		background-color: #EBEBEB;
	}

	.retirement-box:hover .btn-primary {
		background-color: #D4891C;
	}

	.retirement-box:hover .btn i {
		color: #fff;
	}

	.retirement-box:hover .retirement-title {
		color: #CEE5F2;
	}
}

/*------------------------
Blog Page
--------------------------*/
.sidebar-column {
	color: transparent;
}

.contact_form {
    padding: 15px 15px 25px;
    background: #cee6f2;
}

.contact_form.js-fixed {
    position: fixed;
    top: 185px;
    max-width: 304px;
}

/*.contact_form.js-fixed.end {
    position: absolute;
    bottom: 0;
    height: 100%;
    max-height: 510px;
    top: 1033%;
}*/

.contact_form h3 {
    font-size: 28px;
    padding-bottom: 5px;
}

.contact_form p {
    font-size: 15px;
    color: #2f2f2f;
    padding-bottom: 0;
}

.contact_form input{
    margin-top: 6px;
}

.contact_form label {
    font-size: 15px;
    font-weight: 400;
}

.contact_form textarea {
    margin-top: 6px;
}

.contact_form .submit-sidebar_btn {
    margin-top: 18px;
    position: relative;
}

.contact_form input.wpcf7-form-control.wpcf7-submit {
    color: #fff;
    background: #d38a1b;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 47px 13px 30px;
    border-radius: 5px;
    margin-top: 0px;
}

.contact_form .submit-sidebar_btn:after {
    width: auto;
    height: 100%;
    display: block;
    content: "\e90c";
    font-family: 'icomoon';
    left: 73px;
    top: 11px;
    color: #fff;
    margin-top: 2px;
    position: absolute;
    text-align: center;
}


@media (min-width: 1024px) {
    .contact_form label.col-md-6:first-of-type {
        padding-left: 0;
        padding-right: 5px;
    }

    .contact_form label.col-md-6:last-of-type {
        padding-right: 0;
        padding-left: 5px;
    }
}

.contact_form .row {
    padding-top: 15px;
}

.widget {
	font-size: 18px;
	margin-bottom: 25px;
	margin-left: 15px;
	margin-right: 15px;
}

.widget h3 {
	margin-bottom: 0;
	background-color: #CEE5F2;
	padding: 15px 20px;
	color: #353535 !important;
}

.widget_search label {
	font-size: 0;
}

.widget_search button {
	padding: 5px 20px;
	color: #fff;
	font-size: 14px;
	letter-spacing: normal;
	font-family: 'IBM Plex Sans', sans-serif;
	background: #5d87a1;
	text-transform: capitalize;
	border-radius: 5px
}

.textwidget p {
	margin-bottom: 0px;
	margin-top: 10px;
	display: block;
	padding: 5px 22px 0;
	font-size: 15px;
	font-weight: normal;
	color: #353535 !important;
}

.widget ul {
	padding: 0;
	margin: 0;
}

.widget li {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
	background: none !important;
	border-bottom: 1px solid #CEE5F2;
}

.widget li:before {
	display: none;
}

.widget li:first-child {
	padding-top: 10px !important;
}

.widget li:last-child {
	border-bottom: none;
}

.widget li>a {
	color: #1f3857 !important;
	display: block;
	line-height: 24px;
	padding: 5px 21px;
	font-size: 16px;
	font-weight: 400;
}

.widget .current_page_item {
	background-color: #CEE5F2;
	;
}

.widget .current_page_item a {
	color: #fff !important;
}

.widget li>a:hover {
	background-color: #CEE5F2;
	color: #EB8D05;
}

.widget .screen-reader-text {
	display: none;
}

.widget .selectric .label {
	margin: 0 38px 0 20px !important;
	color: #353535 !important;
}

.widget label {
	margin-bottom: 3px;
	color: #353535 !important;
}

.search-submit {
	margin: 0 12px;
}

.widget.archieves li {
	position: relative;
	z-index: 1;
}

.widget .wpcf7-list-item-label {
	display: inline;
	margin: 0 10px;
}

.widget_search {
	min-height: 200px;
}

.widget_search label {
	padding: 0;
}

.widget_search .search-form {
	position: relative;
	display: block !important;
	top: 0 !important;
	width: 85%;
	margin: 21px auto 0;
	border: none;
}

.archi-month {
	padding-left: 45px;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
}

.archi-month a {
	font-weight: normal;
	font-size: 16px;
	color: #1f3655 !important;
}

.archi-month:hover a {
	color: #fff !important;
}

.archi-month:hover {
	background-color: #004974;
}

.archieve-year {
	padding: 0px 22px;
}

.archieve-title {
	cursor: pointer;
	display: block;
	list-style: none;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #c1c8d0;
	font-weight: 600;
	font-size: 16px;
	padding: 10px 0;
}

.archieve-list {
	margin-left: 0;
	color: #1f3655 !important;
	position: relative;
	display: none;
}

.selectric-is-native li {
	padding: 12px !important;
}

.archieve-list.active {
	display: block;
}

@media(min-width: 768px) {
	.widget {
		margin-left: 0;
		margin-right: 0;
	}
}

@media(min-width: 1200px) {
	.textwidget p {
		margin-bottom: 0px;
		margin-top: 10px;
		display: block;
		padding: 5px 22px 0;
		font-size: 15px;
		font-weight: normal;
	}
}

.screen-reader-text {
	display: none;
}

/* White Papers */
.whitepaper_wysiwyg {
	margin-bottom: 25px;
	padding: 25px 0 !important;
}

/*------------------------
Single Page
--------------------------*/
.singlepage-date {
	padding: 10px 0 10px 15px;
	margin: 0 0 20px !important;
	background-color: #90B2C7;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
}

.singlepage-date a {
	text-transform: uppercase;
	color: #16364a;
}

.social-share p {
	padding-bottom: 0;
	text-transform: uppercase;
	padding: 5px 0;
}

.social-share a {
	font-size: 18px;
	margin: 0 2px;
	padding: 0;
	display: inline-block;
}

.blog-listings-column.blog-box {
	width: 100%;
	margin-bottom: 25px;
	display: flex;
	float: none;
}

.blog-listings-column img {
	max-width: 100% !important;
	margin-bottom: 20px;
	height: 100%;
}

.blog-listings-column p:first-child {
	padding-top: 25px;
}

.blog-listings-column .blog-content a {
	display: inline;
	padding: 15px 0;
}

.blog-listings-column .blog-content .dloadnow {
	margin-left: 10px;
}

.blog-listings-column .blog-content .dloadnow:hover {
	color: #39A0ED;
}

@media (min-width: 1025px) {
	.blog-listings-column .blog-content {
		padding: 30px 30px 45px;
	}
}
.blog-content {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    color: #353535;
    font-weight: 400;
}

.blog-content span {
    color: #d4891c;
    font-weight: bold;
}

.blog-content span:hover {
	color: #39A0ED;
}
/*------------------------
Team Page
--------------------------*/
.team-listing {
	padding-bottom: 2.857em;
	/*40px*/
}

.tab-filter-container {
	border-top: 2px solid #F3F3F3;
	border-bottom: 2px solid #F3F3F3;
	padding: 2em 0;
	margin-bottom: 2.857em;
	/*40px*/
}

.tab-filter-container h3 {
	font-weight: 700 !important;
	text-transform: uppercase;
}

.tab-filter a {
	display: block;
}

.team-card {
	border: 2px solid #F3F3F3;
	display: block;
	position: relative;
	overflow: hidden;
}

.team-card>* {
	transition: all 0.5s ease-in-out;
}

.team-card:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.team-card .team-name {
	background-color: #5D87A1;
	font-weight: 700;
	color: #fff;
	padding: .5em;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.team-card:hover .team-name {
	background-color: #476577;
}

@media (min-width: 1025px) {
     .team-item {
            width: 20%;
      }
}

.team-card img {
    width: 100%;
}

@media (min-width: 768px) {

	.tab-filter-container h3,
	.tab-filter-container .tab-filter {
		display: inline-block;
		padding-bottom: 0;
		vertical-align: middle;
	}

	.tab-filter-container h3 {
		margin-right: 1em;
	}

	.tab-filter a {
		display: inline-block;
	}

	.tab-content .row {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		align-items: center;
		justify-content: center;
	}
}

/*------------------------
Page Contact
--------------------------*/
.page-id-166 .navigate-life {
	padding: 45px 0 !important;
}

.contact-form-for-page label {
	display: block;
	margin-bottom: 5px;
}

.contact-form-for-page [class*="col-"] {
	margin: 10px 0;
}

.contact-form-for-page .contact-us-today .btn {
	display: inline-block;
}

.contact-form-for-page button {
	display: block;
	text-decoration: none;
	border: none;
	position: relative;
	transition: all .4s ease-in-out;
	vertical-align: middle;
	letter-spacing: .75px;
	cursor: pointer;
	border-radius: 5px;
	background: #D4891C;
	width: auto;
	text-align: left;
	color: #fff;
	margin-bottom: 15px;
	padding: 12px 18px;
}

.contact-form-for-page button input {
	text-transform: capitalize;
	background: transparent;
	font-weight: 500;
	font-size: 16px;
}

.contact-form-for-page .submit-btn-disc p {
	font-size: 14px;
}

@media(min-width: 1025px) {
	.page-id-166 .navigate-life {
		padding: 80px 0;
	}
}

/*------------------------
Page Search Results
--------------------------*/
.search-excerpt h2 a {
	font-size: 19px !important;
}

@media(min-width: 1025px) {
	.search-excerpt h2 a {
		font-size: 28px !important;
	}
}

/*------------------------
Page 404
--------------------------*/
.wsp-container h2 {
	padding: 30px 0;
	display: block;
}

.wsp-container ul li {
	padding: 0 0 0 12px;
	margin: 0 0 10px;
	font-size: 17px;
	line-height: 23px;
	background: url(../img/list-icon.png) no-repeat left top 8px;
}

.error-page-search-form,
.wsp-container {}

.wsp-container ul {
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
}

.wsp-container ul ul {
	margin: 10px 0 0 10px;
}

.wsp-container li {
	padding: 3px 0;
	display: block !important;
}

.wsp-container strong {
	padding: 15px 0;
}



.error-page-search-form form {
	position: relative;
}

.error-page-search-form button {
	margin-top: 4px;
	height: 40px;
	padding: 10px 18px;
	margin-left: 10px;
}

/* Thank you page */
.page-id-13911 .contact-us-today-area {
	margin-top: 40px;
}

.page-id-13911 .error-page-search-form .btn,
.input-section {
	margin-bottom: 15px;
}

.navigate-life [class*="col-"] p {
	/* border: 1px solid #f00; */
}

@media (min-width: 768px) {
	.page-id-13911 .contact-us-today-area {
		margin-top: 80px;
	}

	.form404 {
		display: flex;
		align-items: center;
	}

	.input-section {
		width: 75%;
		float: left;
	}
}

.resumator-basic-widget p,
.resumator-basic-widget span,
.resumator-basic-widget .resumator-job-heading {
	font-size: 14px !important;
}

.resumator-job-department,
.resumator-job-experience {
	margin-left: 13px !important;
}

.resumator-basic-widget .resumator-job-experience-data {
	font-size: 12px !important;
}

/*--------------------------*/
.resumator-job-title,
.resumator-basic-widget u strong,
.resumator-basic-widget article u strong {
	font-size: 19px !important;
	padding-bottom: 10px;
	display: block;
}

.resumator-buttons li {
	background-image: none !important;
}

.resumator-buttons li input {
	border: none !important;
	padding: 12px 28px !important;
	background: #D4891C;
	color: #fff;
	transition: all .6s ease;
}

.resumator-buttons li input:hover {
	background: #f0991b;
}

@media (min-width: 1025px) {

	/* inserted style */
	.resumator-basic-widget p,
	.resumator-basic-widget span {
		font-size: 17px !important;
	}

	.resumator-basic-widget li {
		background-image: none !important;
	}

	.resumator-job-title,
	.resumator-basic-widget u strong {
		font-size: 28px !important;
	}
}

.financial-calculators.calculator .btn-primary {
	outline: none;
	border: none !important;
	background-color: #5D87A1 !important;
}

.financial-calculators.calculator .btn-primary:hover {
	background-color: #476577 !important;
}

.financial-calculators.calculator .btn:after {
	display: none;
}

/*------------------------
Page footer Section
--------------------------*/
.page-footer {
	padding: 35px 0 120px;
	margin: 0;
	text-align: center
}

.footer-primary-menu ul {
	padding: 20px 0
}

.footer-primary-menu ul li a {
	color: #1A3D53;
	font-size: 14px;
	line-height: 30px
}

.page-footer .btn {
	padding-top: 21px;
	padding-bottom: 21px
}

.footer-primary-menu p {
	color: #236171;
	font-size: 11px;
	line-height: 14px
}

.back-to-top {
	border: 1px solid #CEE5F2;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	display: inline-block;
	color: #1A3D53;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer
}

.footer-newsletter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.footer-form__field .footer-field__field__label {
    color: #fff;
}

.footer-form__field span.required {
    color: red;
}

.footer-newsletter-form .btn.btn-blue {
    padding: 11px 30px;
    margin-left: 10px;
    background-color: #174058;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
}

.footer-newsletter-form .btn.btn-blue:hover {
    background-color: #d5891d;
}

.footer-newsletter-form label.footer-form__field {
    width: 35%;
	margin-right: 1px;
}

#d5891d

@media (min-width: 600px) {
	.footer-primary-menu ul {
		display: block;
	}

	.footer-primary-menu ul li {
		display: inline-block;
		padding: 0 10px;
	}
}

@media (min-width: 1025px) {
	.page-footer {
		padding: 35px 0;
		margin: 0;
		text-align: center
	}

	.footer-primary-menu {
		float: left;
		width: 840px;
	}

	.footer-primary-menu ul {
		padding: 0;
		margin: 0 0 15px;
		text-align: left
	}

	.footer-primary-menu ul li {
		display: block;
		padding: 0;
	}

	.footer-primary-menu ul li a {
		color: #1A3D53;
		font-weight: 400;
	}

	.footer-primary-menu p {
		text-align: left;
		padding: 0
	}

	.back-to-top {
		float: right;
		padding: 8px
	}

	.page-footer .btn {
		margin-left: 60px;
		margin-bottom: 25px;
	}
}

@media screen and (min-device-width: 1025px) and (max-device-width: 1199px) {
	.page-footer .container {
		position: relative;
	}

	.page-footer .btn {
		margin-left: 0;
		position: absolute;
		right: 120px;
		top: 2px;
	}

	.footer-primary-menu ul li {
		display: inline-block;
		margin-right: 5px;
	}

	.footer-primary-menu ul li:last-child {
		margin-right: 0 !important;
	}

	.footer-primary-menu ul li a {
		font-size: 12px;
	}
}

@media (min-width: 1200px) {
	.footer-primary-menu ul li {
		display: inline-block;
		margin-right: 10px;
	}

	.footer-primary-menu ul li:last-child {
		margin-right: 0 !important;
	}

	.page-footer .btn {
		margin-left: 20px;
		margin-bottom: 0;
	}

	.footer-primary-menu {
		float: left;
		width: 875px;
	}
}

@media (min-width: 1366px) {
	.footer-primary-menu {
		float: left;
		width: 960px
	}

	.footer-primary-menu ul li {
		display: inline-block;
		margin-right: 20px;
	}

	.page-footer .btn {
		margin-left: 60px;
	}
}

.client_portal--header {
        right: 2rem;

}

.client-portal {
    font-size: 10px;
    padding: .5rem .5rem;
    right: .5rem;
    background: #D4891C;
    color: #fff !important;
    transition: all .6s ease;
    position: relative;
    border-radius: 5px;
    top: -5px;
}

@media (min-width: 375px) {
  .client-portal {
    font-size: 12px;
    padding: .5rem .8rem;
    top: -3px;
    right: 1rem;
   }

}

.client_portal--footer {
    display: block;
    margin: 1rem auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 18px;
    line-height: 18px;
    min-width: 140px;
    font-size: 16px;
    right: 0;
}

@media (min-width: 1024px) {
    .client-portal {
        display: none;
    }
}

@media (min-width: 768px) {
	blockquote {
		margin-left: 25px;
		padding: 30px 33px;
		margin-left: 25px
	}
}

@media (max-width: 600px) {

	img.alignright,
	.wp-caption.alignright,
	img.alignleft,
	.wp-caption.alignleft {
		max-width: 100%;
		width: 100%
	}
}

@media print {

	*,
	:before,
	:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		filter: none !important;
		-webkit-filter: none !important;
		text-shadow: none !important
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	figure,
	table {
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		break-inside: avoid;
		page-break-inside: avoid
	}

	p {
		orphans: 2;
		widows: 2
	}

	.container {
		width: auto
	}

	.col-sm-1,
	.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-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.666666666667%
	}

	.col-sm-10 {
		width: 83.333333333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.666666666667%
	}

	.col-sm-7 {
		width: 58.333333333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.666666666667%
	}

	.col-sm-4 {
		width: 33.333333333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.666666666667%
	}

	.col-sm-1 {
		width: 8.3333333333333%
	}

	.slick-slider .slick-arrow,
	.slick-slider .slick-dots {
		display: none !important
	}

	.slick-slider,
	.slick-sliderg .slick-list,
	.slick-slider .slick-track,
	.slick-slider .slick-slide {
		width: 100% !important;
		height: auto !important
	}

	.slick-slider .slick-slide {
		display: none !important
	}

	.slick-slider .slick-slide.slick-active {
		display: block !important
	}

	.slick-slider .slick-cloned {
		display: none
	}

	.slick-list {
		height: auto !important
	}

	.slick-track {
		width: auto !important;
		height: auto !important;
		-webkit-transform: none !important;
		transform: none !important
	}

	.slick-track.slick-slide {
		width: auto !important
	}
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.show {
	display: block !important
}

.hide,
.hidden-xxs-up {
	display: none !important
}

.hidden {
	display: none !important;
	visibility: hidden !important
}

.invisible {
	visibility: hidden !important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

@media (max-width: 599px) {
	.hidden-xxs {
		display: none !important
	}
}

@media (min-width: 600px) {
	.hidden-xs-up {
		display: none !important
	}
}

@media (min-width: 600px) and (max-width: 767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (max-width: 767px) {
	.hidden-xs-down {
		display: none !important
	}
}

@media (min-width: 768px) {
	.hidden-sm-up {
		display: none !important
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.hidden-sm {
		display: none !important
	}
}

@media (max-width: 1024px) {
	.hidden-sm-down {
		display: none !important
	}
}

@media (min-width: 1025px) {
	.hidden-md-up {
		display: none !important
	}
}

@media (min-width: 1025px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (max-width: 1199px) {
	.hidden-md-down {
		display: none !important
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important
	}
}

.sr-only,
.wpcf7 .screen-reader-response {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

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

@media print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table
	}

	tr.visible-print {
		display: table-row !important
	}

	th.visible-print,
	td.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
	}
}

.text-left {
	text-align: left !important
}

.text-center {
	text-align: center !important
}

.text-right {
	text-align: right !important
}

.affix-top {
	position: fixed !important;
	top: 0 !important
}

.affix-bottom {
	position: fixed !important;
	bottom: 0 !important
}

.affix-left {
	position: fixed !important;
	left: 0 !important
}

.affix-right {
	position: fixed !important;
	right: 0 !important
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

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

.push {
	margin: 20px !important
}

.push-top {
	margin-top: 20px !important
}

.push-right {
	margin-right: 20px !important
}

.push-bottom {
	margin-bottom: 20px !important
}

.push-left {
	margin-left: 20px !important
}

.push-ends {
	margin-top: 20px !important;
	margin-bottom: 20px !important
}

.push-sides {
	margin-right: 20px !important;
	margin-left: 20px !important
}

.push-half {
	margin: 10px !important
}

.push-half-top {
	margin-top: 10px !important
}

.push-half-right {
	margin-right: 10px !important
}

.push-half-bottom {
	margin-bottom: 10px !important
}

.push-half-left {
	margin-left: 10px !important
}

.push-half-ends {
	margin-top: 10px !important;
	margin-bottom: 10px !important
}

.push-half-sides {
	margin-right: 10px !important;
	margin-left: 10px !important
}

.flush {
	margin: 0 !important
}

.flush-top {
	margin-top: 0 !important
}

.flush-right {
	margin-right: 0 !important
}

.flush-bottom {
	margin-bottom: 0 !important
}

.flush-left {
	margin-left: 0 !important
}

.flush-ends {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.flush-sides {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.soft {
	padding: 20px !important
}

.soft-top {
	padding-top: 20px !important
}

.soft-right {
	padding-right: 20px !important
}

.soft-bottom {
	padding-bottom: 20px !important
}

.soft-left {
	padding-left: 20px !important
}

.soft-ends {
	padding-top: 20px !important;
	padding-bottom: 20px !important
}

.soft-sides {
	padding-right: 20px !important;
	padding-left: 20px !important
}

.soft-half {
	padding: 10px !important
}

.soft-half-top {
	padding-top: 10px !important
}

.soft-half-right {
	padding-right: 10px !important
}

.soft-half-bottom {
	padding-bottom: 10px !important
}

.soft-half-left {
	padding-left: 10px !important
}

.soft-half-ends {
	padding-top: 10px !important;
	padding-bottom: 10px !important
}

.soft-half-sides {
	padding-right: 10px !important;
	padding-left: 10px !important
}

.hard {
	padding: 0 !important
}

.hard-top {
	padding-top: 0 !important
}

.hard-right {
	padding-right: 0 !important
}

.hard-bottom {
	padding-bottom: 0 !important
}

.hard-left {
	padding-left: 0 !important
}

.hard-ends {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.hard-sides {
	padding-right: 0 !important;
	padding-left: 0 !important
}

@media (min-width: 600px) {
	.flush-xs {
		margin: 0 !important
	}

	.flush-xs-top {
		margin-top: 0 !important
	}

	.flush-xs-right {
		margin-right: 0 !important
	}

	.flush-xs-bottom {
		margin-bottom: 0 !important
	}

	.flush-xs-left {
		margin-left: 0 !important
	}

	.flush-xs-ends {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.flush-xs-sides {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.push-xs {
		margin: 20px !important
	}

	.push-xs-top {
		margin-top: 20px !important
	}

	.push-xs-right {
		margin-right: 20px !important
	}

	.push-xs-bottom {
		margin-bottom: 20px !important
	}

	.push-xs-left {
		margin-left: 20px !important
	}

	.push-xs-ends {
		margin-top: 20px !important;
		margin-bottom: 20px !important
	}

	.push-xs-sides {
		margin-right: 20px !important;
		margin-left: 20px !important
	}

	.push-half-xs {
		margin: 10px !important
	}

	.push-half-xs-top {
		margin-top: 10px !important
	}

	.push-half-xs-right {
		margin-right: 10px !important
	}

	.push-half-xs-bottom {
		margin-bottom: 10px !important
	}

	.push-half-xs-left {
		margin-left: 10px !important
	}

	.push-half-xs-ends {
		margin-top: 10px !important;
		margin-bottom: 10px !important
	}

	.push-half-xs-sides {
		margin-right: 10px !important;
		margin-left: 10px !important
	}

	.push-double-xs {
		margin: 40px !important
	}

	.push-double-xs-top {
		margin-top: 40px !important
	}

	.push-double-xs-right {
		margin-right: 40px !important
	}

	.push-double-xs-bottom {
		margin-bottom: 40px !important
	}

	.push-double-xs-left {
		margin-left: 40px !important
	}

	.push-double-xs-ends {
		margin-top: 40px !important;
		margin-bottom: 40px !important
	}

	.push-double-xs-sides {
		margin-right: 40px !important;
		margin-left: 40px !important
	}

	.push-triple-xs {
		margin: 60px !important
	}

	.push-triple-xs-top {
		margin-top: 60px !important
	}

	.push-triple-xs-right {
		margin-right: 60px !important
	}

	.push-triple-xs-bottom {
		margin-bottom: 60px !important
	}

	.push-triple-xs-left {
		margin-left: 60px !important
	}

	.push-triple-xs-ends {
		margin-top: 60px !important;
		margin-bottom: 60px !important
	}

	.push-triple-xs-sides {
		margin-right: 60px !important;
		margin-left: 60px !important
	}

	.soft-xs {
		padding: 20px !important
	}

	.soft-xs-top {
		padding-top: 20px !important
	}

	.soft-xs-right {
		padding-right: 20px !important
	}

	.soft-xs-bottom {
		padding-bottom: 20px !important
	}

	.soft-xs-left {
		padding-left: 20px !important
	}

	.soft-xs-ends {
		padding-top: 20px !important;
		padding-bottom: 20px !important
	}

	.soft-xs-sides {
		padding-right: 20px !important;
		padding-left: 20px !important
	}

	.soft-half-xs {
		padding: 10px !important
	}

	.soft-half-xs-top {
		padding-top: 10px !important
	}

	.soft-half-xs-right {
		padding-right: 10px !important
	}

	.soft-half-xs-bottom {
		padding-bottom: 10px !important
	}

	.soft-half-xs-left {
		padding-left: 10px !important
	}

	.soft-half-xs-ends {
		padding-top: 10px !important;
		padding-bottom: 10px !important
	}

	.soft-half-xs-sides {
		padding-right: 10px !important;
		padding-left: 10px !important
	}

	.soft-double-xs {
		padding: 40px !important
	}

	.soft-double-xs-top {
		padding-top: 40px !important
	}

	.soft-double-xs-right {
		padding-right: 40px !important
	}

	.soft-double-xs-bottom {
		padding-bottom: 40px !important
	}

	.soft-double-xs-left {
		padding-left: 40px !important
	}

	.soft-double-xs-ends {
		padding-top: 40px !important;
		padding-bottom: 40px !important
	}

	.soft-double-xs-sides {
		padding-right: 40px !important;
		padding-left: 40px !important
	}

	.soft-triple-xs {
		padding: 60px !important
	}

	.soft-triple-xs-top {
		padding-top: 60px !important
	}

	.soft-triple-xs-right {
		padding-right: 60px !important
	}

	.soft-triple-xs-bottom {
		padding-bottom: 60px !important
	}

	.soft-triple-xs-left {
		padding-left: 60px !important
	}

	.soft-triple-xs-ends {
		padding-top: 60px !important;
		padding-bottom: 60px !important
	}

	.soft-triple-xs-sides {
		padding-right: 60px !important;
		padding-left: 60px !important
	}

	.hard-xs {
		padding: 0 !important
	}

	.hard-xs-top {
		padding-top: 0 !important
	}

	.hard-xs-right {
		padding-right: 0 !important
	}

	.hard-xs-bottom {
		padding-bottom: 0 !important
	}

	.hard-xs-left {
		padding-left: 0 !important
	}

	.hard-xs-ends {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.hard-xs-sides {
		padding-right: 0 !important;
		padding-left: 0 !important
	}
}

@media (min-width: 768px) {
	.flush-sm {
		margin: 0 !important
	}

	.flush-sm-top {
		margin-top: 0 !important
	}

	.flush-sm-right {
		margin-right: 0 !important
	}

	.flush-sm-bottom {
		margin-bottom: 0 !important
	}

	.flush-sm-left {
		margin-left: 0 !important
	}

	.flush-sm-ends {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.flush-sm-sides {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.push-sm {
		margin: 20px !important
	}

	.push-sm-top {
		margin-top: 20px !important
	}

	.push-sm-right {
		margin-right: 20px !important
	}

	.push-sm-bottom {
		margin-bottom: 20px !important
	}

	.push-sm-left {
		margin-left: 20px !important
	}

	.push-sm-ends {
		margin-top: 20px !important;
		margin-bottom: 20px !important
	}

	.push-sm-sides {
		margin-right: 20px !important;
		margin-left: 20px !important
	}

	.push-half-sm {
		margin: 10px !important
	}

	.push-half-sm-top {
		margin-top: 10px !important
	}

	.push-half-sm-right {
		margin-right: 10px !important
	}

	.push-half-sm-bottom {
		margin-bottom: 10px !important
	}

	.push-half-sm-left {
		margin-left: 10px !important
	}

	.push-half-sm-ends {
		margin-top: 10px !important;
		margin-bottom: 10px !important
	}

	.push-half-sm-sides {
		margin-right: 10px !important;
		margin-left: 10px !important
	}

	.push-double-sm {
		margin: 40px !important
	}

	.push-double-sm-top {
		margin-top: 40px !important
	}

	.push-double-sm-right {
		margin-right: 40px !important
	}

	.push-double-sm-bottom {
		margin-bottom: 40px !important
	}

	.push-double-sm-left {
		margin-left: 40px !important
	}

	.push-double-sm-ends {
		margin-top: 40px !important;
		margin-bottom: 40px !important
	}

	.push-double-sm-sides {
		margin-right: 40px !important;
		margin-left: 40px !important
	}

	.push-triple-sm {
		margin: 60px !important
	}

	.push-triple-sm-top {
		margin-top: 60px !important
	}

	.push-triple-sm-right {
		margin-right: 60px !important
	}

	.push-triple-sm-bottom {
		margin-bottom: 60px !important
	}

	.push-triple-sm-left {
		margin-left: 60px !important
	}

	.push-triple-sm-ends {
		margin-top: 60px !important;
		margin-bottom: 60px !important
	}

	.push-triple-sm-sides {
		margin-right: 60px !important;
		margin-left: 60px !important
	}

	.soft-sm {
		padding: 20px !important
	}

	.soft-sm-top {
		padding-top: 20px !important
	}

	.soft-sm-right {
		padding-right: 20px !important
	}

	.soft-sm-bottom {
		padding-bottom: 20px !important
	}

	.soft-sm-left {
		padding-left: 20px !important
	}

	.soft-sm-ends {
		padding-top: 20px !important;
		padding-bottom: 20px !important
	}

	.soft-sm-sides {
		padding-right: 20px !important;
		padding-left: 20px !important
	}

	.soft-half-sm {
		padding: 10px !important
	}

	.soft-half-sm-top {
		padding-top: 10px !important
	}

	.soft-half-sm-right {
		padding-right: 10px !important
	}

	.soft-half-sm-bottom {
		padding-bottom: 10px !important
	}

	.soft-half-sm-left {
		padding-left: 10px !important
	}

	.soft-half-sm-ends {
		padding-top: 10px !important;
		padding-bottom: 10px !important
	}

	.soft-half-sm-sides {
		padding-right: 10px !important;
		padding-left: 10px !important
	}

	.soft-double-sm {
		padding: 40px !important
	}

	.soft-double-sm-top {
		padding-top: 40px !important
	}

	.soft-double-sm-right {
		padding-right: 40px !important
	}

	.soft-double-sm-bottom {
		padding-bottom: 40px !important
	}

	.soft-double-sm-left {
		padding-left: 40px !important
	}

	.soft-double-sm-ends {
		padding-top: 40px !important;
		padding-bottom: 40px !important
	}

	.soft-double-sm-sides {
		padding-right: 40px !important;
		padding-left: 40px !important
	}

	.soft-triple-sm {
		padding: 60px !important
	}

	.soft-triple-sm-top {
		padding-top: 60px !important
	}

	.soft-triple-sm-right {
		padding-right: 60px !important
	}

	.soft-triple-sm-bottom {
		padding-bottom: 60px !important
	}

	.soft-triple-sm-left {
		padding-left: 60px !important
	}

	.soft-triple-sm-ends {
		padding-top: 60px !important;
		padding-bottom: 60px !important
	}

	.soft-triple-sm-sides {
		padding-right: 60px !important;
		padding-left: 60px !important
	}

	.hard-sm {
		padding: 0 !important
	}

	.hard-sm-top {
		padding-top: 0 !important
	}

	.hard-sm-right {
		padding-right: 0 !important
	}

	.hard-sm-bottom {
		padding-bottom: 0 !important
	}

	.hard-sm-left {
		padding-left: 0 !important
	}

	.hard-sm-ends {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.hard-sm-sides {
		padding-right: 0 !important;
		padding-left: 0 !important
	}
}

@media (min-width: 1025px) {
	.flush-md {
		margin: 0 !important
	}

	.flush-md-top {
		margin-top: 0 !important
	}

	.flush-md-right {
		margin-right: 0 !important
	}

	.flush-md-bottom {
		margin-bottom: 0 !important
	}

	.flush-md-left {
		margin-left: 0 !important
	}

	.flush-md-ends {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.flush-md-sides {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.push-md {
		margin: 20px !important
	}

	.push-md-top {
		margin-top: 20px !important
	}

	.push-md-right {
		margin-right: 20px !important
	}

	.push-md-bottom {
		margin-bottom: 20px !important
	}

	.push-md-left {
		margin-left: 20px !important
	}

	.push-md-ends {
		margin-top: 20px !important;
		margin-bottom: 20px !important
	}

	.push-md-sides {
		margin-right: 20px !important;
		margin-left: 20px !important
	}

	.push-half-md {
		margin: 10px !important
	}

	.push-half-md-top {
		margin-top: 10px !important
	}

	.push-half-md-right {
		margin-right: 10px !important
	}

	.push-half-md-bottom {
		margin-bottom: 10px !important
	}

	.push-half-md-left {
		margin-left: 10px !important
	}

	.push-half-md-ends {
		margin-top: 10px !important;
		margin-bottom: 10px !important
	}

	.push-half-md-sides {
		margin-right: 10px !important;
		margin-left: 10px !important
	}

	.push-double-md {
		margin: 40px !important
	}

	.push-double-md-top {
		margin-top: 40px !important
	}

	.push-double-md-right {
		margin-right: 40px !important
	}

	.push-double-md-bottom {
		margin-bottom: 40px !important
	}

	.push-double-md-left {
		margin-left: 40px !important
	}

	.push-double-md-ends {
		margin-top: 40px !important;
		margin-bottom: 40px !important
	}

	.push-double-md-sides {
		margin-right: 40px !important;
		margin-left: 40px !important
	}

	.push-triple-md {
		margin: 60px !important
	}

	.push-triple-md-top {
		margin-top: 60px !important
	}

	.push-triple-md-right {
		margin-right: 60px !important
	}

	.push-triple-md-bottom {
		margin-bottom: 60px !important
	}

	.push-triple-md-left {
		margin-left: 60px !important
	}

	.push-triple-md-ends {
		margin-top: 60px !important;
		margin-bottom: 60px !important
	}

	.push-triple-md-sides {
		margin-right: 60px !important;
		margin-left: 60px !important
	}

	.soft-md {
		padding: 20px !important
	}

	.soft-md-top {
		padding-top: 20px !important
	}

	.soft-md-right {
		padding-right: 20px !important
	}

	.soft-md-bottom {
		padding-bottom: 20px !important
	}

	.soft-md-left {
		padding-left: 20px !important
	}

	.soft-md-ends {
		padding-top: 20px !important;
		padding-bottom: 20px !important
	}

	.soft-md-sides {
		padding-right: 20px !important;
		padding-left: 20px !important
	}

	.soft-half-md {
		padding: 10px !important
	}

	.soft-half-md-top {
		padding-top: 10px !important
	}

	.soft-half-md-right {
		padding-right: 10px !important
	}

	.soft-half-md-bottom {
		padding-bottom: 10px !important
	}

	.soft-half-md-left {
		padding-left: 10px !important
	}

	.soft-half-md-ends {
		padding-top: 10px !important;
		padding-bottom: 10px !important
	}

	.soft-half-md-sides {
		padding-right: 10px !important;
		padding-left: 10px !important
	}

	.soft-double-md {
		padding: 40px !important
	}

	.soft-double-md-top {
		padding-top: 40px !important
	}

	.soft-double-md-right {
		padding-right: 40px !important
	}

	.soft-double-md-bottom {
		padding-bottom: 40px !important
	}

	.soft-double-md-left {
		padding-left: 40px !important
	}

	.soft-double-md-ends {
		padding-top: 40px !important;
		padding-bottom: 40px !important
	}

	.soft-double-md-sides {
		padding-right: 40px !important;
		padding-left: 40px !important
	}

	.soft-triple-md {
		padding: 60px !important
	}

	.soft-triple-md-top {
		padding-top: 60px !important
	}

	.soft-triple-md-right {
		padding-right: 60px !important
	}

	.soft-triple-md-bottom {
		padding-bottom: 60px !important
	}

	.soft-triple-md-left {
		padding-left: 60px !important
	}

	.soft-triple-md-ends {
		padding-top: 60px !important;
		padding-bottom: 60px !important
	}

	.soft-triple-md-sides {
		padding-right: 60px !important;
		padding-left: 60px !important
	}

	.hard-md {
		padding: 0 !important
	}

	.hard-md-top {
		padding-top: 0 !important
	}

	.hard-md-right {
		padding-right: 0 !important
	}

	.hard-md-bottom {
		padding-bottom: 0 !important
	}

	.hard-md-left {
		padding-left: 0 !important
	}

	.hard-md-ends {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.hard-md-sides {
		padding-right: 0 !important;
		padding-left: 0 !important
	}
}

@media (min-width: 1200px) {
	.flush-lg {
		margin: 0 !important
	}

	.flush-lg-top {
		margin-top: 0 !important
	}

	.flush-lg-right {
		margin-right: 0 !important
	}

	.flush-lg-bottom {
		margin-bottom: 0 !important
	}

	.flush-lg-left {
		margin-left: 0 !important
	}

	.flush-lg-ends {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.flush-lg-sides {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.push-lg {
		margin: 20px !important
	}

	.push-lg-top {
		margin-top: 20px !important
	}

	.push-lg-right {
		margin-right: 20px !important
	}

	.push-lg-bottom {
		margin-bottom: 20px !important
	}

	.push-lg-left {
		margin-left: 20px !important
	}

	.push-lg-ends {
		margin-top: 20px !important;
		margin-bottom: 20px !important
	}

	.push-lg-sides {
		margin-right: 20px !important;
		margin-left: 20px !important
	}

	.push-half-lg {
		margin: 10px !important
	}

	.push-half-lg-top {
		margin-top: 10px !important
	}

	.push-half-lg-right {
		margin-right: 10px !important
	}

	.push-half-lg-bottom {
		margin-bottom: 10px !important
	}

	.push-half-lg-left {
		margin-left: 10px !important
	}

	.push-half-lg-ends {
		margin-top: 10px !important;
		margin-bottom: 10px !important
	}

	.push-half-lg-sides {
		margin-right: 10px !important;
		margin-left: 10px !important
	}

	.push-double-lg {
		margin: 40px !important
	}

	.push-double-lg-top {
		margin-top: 40px !important
	}

	.push-double-lg-right {
		margin-right: 40px !important
	}

	.push-double-lg-bottom {
		margin-bottom: 40px !important
	}

	.push-double-lg-left {
		margin-left: 40px !important
	}

	.push-double-lg-ends {
		margin-top: 40px !important;
		margin-bottom: 40px !important
	}

	.push-double-lg-sides {
		margin-right: 40px !important;
		margin-left: 40px !important
	}

	.push-triple-lg {
		margin: 60px !important
	}

	.push-triple-lg-top {
		margin-top: 60px !important
	}

	.push-triple-lg-right {
		margin-right: 60px !important
	}

	.push-triple-lg-bottom {
		margin-bottom: 60px !important
	}

	.push-triple-lg-left {
		margin-left: 60px !important
	}

	.push-triple-lg-ends {
		margin-top: 60px !important;
		margin-bottom: 60px !important
	}

	.push-triple-lg-sides {
		margin-right: 60px !important;
		margin-left: 60px !important
	}

	.soft-lg {
		padding: 20px !important
	}

	.soft-lg-top {
		padding-top: 20px !important
	}

	.soft-lg-right {
		padding-right: 20px !important
	}

	.soft-lg-bottom {
		padding-bottom: 20px !important
	}

	.soft-lg-left {
		padding-left: 20px !important
	}

	.soft-lg-ends {
		padding-top: 20px !important;
		padding-bottom: 20px !important
	}

	.soft-lg-sides {
		padding-right: 20px !important;
		padding-left: 20px !important
	}

	.soft-half-lg {
		padding: 10px !important
	}

	.soft-half-lg-top {
		padding-top: 10px !important
	}

	.soft-half-lg-right {
		padding-right: 10px !important
	}

	.soft-half-lg-bottom {
		padding-bottom: 10px !important
	}

	.soft-half-lg-left {
		padding-left: 10px !important
	}

	.soft-half-lg-ends {
		padding-top: 10px !important;
		padding-bottom: 10px !important
	}

	.soft-half-lg-sides {
		padding-right: 10px !important;
		padding-left: 10px !important
	}

	.soft-double-lg {
		padding: 40px !important
	}

	.soft-double-lg-top {
		padding-top: 40px !important
	}

	.soft-double-lg-right {
		padding-right: 40px !important
	}

	.soft-double-lg-bottom {
		padding-bottom: 40px !important
	}

	.soft-double-lg-left {
		padding-left: 40px !important
	}

	.soft-double-lg-ends {
		padding-top: 40px !important;
		padding-bottom: 40px !important
	}

	.soft-double-lg-sides {
		padding-right: 40px !important;
		padding-left: 40px !important
	}

	.soft-triple-lg {
		padding: 60px !important
	}

	.soft-triple-lg-top {
		padding-top: 60px !important
	}

	.soft-triple-lg-right {
		padding-right: 60px !important
	}

	.soft-triple-lg-bottom {
		padding-bottom: 60px !important
	}

	.soft-triple-lg-left {
		padding-left: 60px !important
	}

	.soft-triple-lg-ends {
		padding-top: 60px !important;
		padding-bottom: 60px !important
	}

	.soft-triple-lg-sides {
		padding-right: 60px !important;
		padding-left: 60px !important
	}

	.hard-lg {
		padding: 0 !important
	}

	.hard-lg-top {
		padding-top: 0 !important
	}

	.hard-lg-right {
		padding-right: 0 !important
	}

	.hard-lg-bottom {
		padding-bottom: 0 !important
	}

	.hard-lg-left {
		padding-left: 0 !important
	}

	.hard-lg-ends {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.hard-lg-sides {
		padding-right: 0 !important;
		padding-left: 0 !important
	}
}
.sidebar__click-here {
    margin-bottom: 0;
    font-size: 1rem;
    background: whitesmoke;
    color: #353535;
    display: flex;
    line-height: 1.5;
    padding: 1.4rem;
}

.sidebar__click-here p {
    padding: 0;
    margin: 0;
    font-size: 1rem;
}

/* Menu */

.breadcrumbs-nav__sub-menu .navbar-header,
#anchornav__trigger {
    display: none;
}

#anchornav__trigger {
    border-color: #ddd;
    border: none;
    background: none;
    display: block;
    position: relative;
}

#anchornav__trigger .icon-bar {
    background-color: #888;
    display: block;
    width: 22px;
    height: 2px;
    /* margin-top: 4px; */
    border-radius: 1px;
}

#anchornav__trigger .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (max-width: 600px) {
	.breadcrumbs-nav__menu-item {
	    width: 100%;
	    margin: 0.4rem 0;
	    text-align: center;
	}
  .breadcrumbs-nav__menu-item--title {
    display: none;
  }

  .breadcrumbs-nav__sub-menu .navbar-header {
      width: 100%;
      float: left;
  }

  .breadcrumbs-nav__sub-menu .navbar-header,
    #anchornav__trigger {
      display: inline-block;
  }

  /* Hide the links inside the navigation menu (except for logo/home) */
  .anchornav .anchornav__links {
    display: none;
  }

  /* Style the hamburger menu */
  .anchornav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }

  .navbar-toggle.menu-title {
    display: inline-block;
    border: 0 none;
    text-transform: uppercase;
    font-family: "Fjalla One";
    font-size: 13px;
  }
  .newsletters-area {
  	max-height: 100% !important;
  }

}


.arrow-right,
.arrow-left,
.long-arrow-right,
.long-arrow-left{
  display: block;
  margin: 0 auto 0 10px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}
.arrow-right,
.long-arrow-right{
 -webkit-transform: rotate(135deg);
 transform: rotate(225deg);
}

.arrow-left,
.long-arrow-left{
 -webkit-transform: rotate(-45deg);
         transform: rotate(-45deg);
}
.long-arrow-right::after,
.long-arrow-left::after{
  content: "";
  display: block;
  width: 2px;
  height: 45px;
  background-color: black;
  -webkit-transform: rotate(-45deg) translate(15px, 4px);
          transform: rotate(-45deg) translate(15px, 4px);
  left: 0;
  top: 0;
}

@media (max-width:1024px){
	.banner-image, .banner-slider-image{
		height: 100%;
		min-height: 100%;
	}

	.banner img, .inner-page-banner img{
		margin: inherit;
		width: 100%;
		height: inherit;
		position: inherit;
		object-fit: inherit;
	}
}

/**
 * EventBrite Customizations
 */
.iee_event_meta .map {
    display: none;
}


.location-details__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
	align-items: stretch;
}

.office-name {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    min-height: 87px;
    align-items: center;
}

.office-name a {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2em;
	color: #1A3D53;
}

.office-name:after {
    content: '';
    height: 1px;
    width: 100%;
    background: #c0c0c0c0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.location-detail__item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px 25px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(98, 61, 61, 0.1);
}

.office-name .has-no-active-link,
.has-no-active-url {
	pointer-events: none;
}

@media( min-width:600px ) {
	.location-detail__item {
		flex: 0 0 48%;
		max-width: 48%;
	}
}

@media( min-width:992px ) {
	.location-detail__item {
		flex: 0 0 32%;
		max-width: 32%;
	}
}

@media( min-width:1025px ) {
	.location-detail__item {
		flex: 0 0 23%;
		max-width: 23%;
	}

	.location-details__wrapper {
		margin: 0 -16px;
	}
}

@media( min-width:1200px ) {
	.location-detail__item {
		flex: 0 0 24%;
		max-width: 24%;
	}
}

.direction__loc a:before {
    content: "\e906";
    font-family: 'icomoon';
    color: #d4891c;
    font-size: 18px;
    left: -25px;
    top: 0;
    position: absolute;
}

.direction__loc a {
    position: relative;
    display: block;
    color: #000000;
    font-weight: normal;
}

.direction__loc,
.schedule__loc,
.phone-number,
.fax-number {
    margin-bottom: 15px;
	font-size: 17px;
    padding-left: 25px;
	position: relative;
}

.phone-number a:before {
	content: "\e909";
    float: left;
    width: auto;
    padding-right: 10px;
    font-size: 14px;
    margin-top: 0;
    position: absolute;
    left: 2px;
    top: 0;
    font-family: 'icomoon';
}

.schedule__loc:before {
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21.835" height="21.835" viewBox="0 0 21.835 21.835"><g id="clock" transform="translate(-1 -1)"><path id="Path_59" data-name="Path 59" d="M11.918,1A10.918,10.918,0,1,0,22.835,11.918,10.918,10.918,0,0,0,11.918,1Zm0,18.924a8.006,8.006,0,1,1,8.006-8.006,8.006,8.006,0,0,1-8.006,8.006Z" fill="%23d4891c"/><path id="Path_60" data-name="Path 60" d="M13.551,7A6.551,6.551,0,1,0,20.1,13.551,6.551,6.551,0,0,0,13.551,7Zm3.639,8.006H12.823a.728.728,0,0,1-.728-.728V11.367a.728.728,0,0,1,1.456,0v2.184H17.19a.728.728,0,0,1,0,1.456Z" transform="translate(-1.633 -1.633)" fill="%23d4891c"/></g></svg>');
    position: absolute;
    left: 0;
    top: 1px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
}

.fax-number:before {
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"><g id="printer" transform="translate(-1 -1)"><path id="Path_62" data-name="Path 62" d="M20.8,9H3.2A2.2,2.2,0,0,0,1,11.2V20a2.2,2.2,0,0,0,1.467,2.068V18.533a3.667,3.667,0,0,1,3.667-3.667H17.867a3.667,3.667,0,0,1,3.667,3.667v3.535A2.2,2.2,0,0,0,23,20V11.2A2.2,2.2,0,0,0,20.8,9Zm-2.2,4.4H15.667a.733.733,0,1,1,0-1.467H18.6a.733.733,0,0,1,0,1.467Z" transform="translate(0 -2.133)" fill="%23d4891c"/><path id="Path_63" data-name="Path 63" d="M18.933,19H7.2A2.2,2.2,0,0,0,5,21.2v5.867a.733.733,0,0,0,.733.733H20.4a.733.733,0,0,0,.733-.733V21.2A2.2,2.2,0,0,0,18.933,19Z" transform="translate(-1.067 -4.8)" fill="%23d4891c"/><path id="Path_64" data-name="Path 64" d="M21.133,1.733A.733.733,0,0,0,20.4,1H5.733A.733.733,0,0,0,5,1.733V5.4H21.133Z" transform="translate(-1.067)" fill="%23d4891c"/></g></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 2px;
}

.contact-us-today .btn {
	margin-top: 25px;
}


/* Gravity Form Styling */
.gform_wrapper.gform-theme--framework .gf_progressbar {
	background: #e5f2f8;
}

.gform_wrapper.gform-theme--framework .gf_progressbar .percentbar_blue {
	background: #5D87A1;
}

.gform_wrapper.gform-theme--framework .gform-field-label>.gfield_required {
	color: #ff0000;
}

.gform_wrapper input,
.gform_wrapper textarea {
	border-color: #B3D6E8 !important;
	box-shadow: none !important;
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	background: #5D87A1 !important;
	width: 12px !important;
    height: 12px !important;
}

.gform_wrapper input.gform_next_button,
.gform_wrapper input.gform_button {
	background: #5D87A1 !important;
	border-color: #5D87A1 !important;
	margin-left: auto !important;
}

.gform_wrapper input.gform_previous_button {
	background: #D4891C !important;
	border-color: #D4891C !important;
	color: #fff !important;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	color: #5D87A1 !important;
}

.fx-inline-radio .gfield_radio {
	justify-content: space-around;
	flex-direction: row !important;
	flex-wrap: wrap;
}

.fx-inline-radio .gfield_radio .gchoice {
	position: relative;
	margin: 0;
}

.fx-inline-radio .gchoice .gform-field-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fx-inline-radio .gchoice {
    padding: 10px;
    margin: 0 10px;
    border: 1px solid #B3D6E8;
    border-radius: 50%;
}

.fx-inline-radio .gfield-choice-input {
	opacity: 0 !important;
}

.fx-inline-radio .gfield-choice-input:checked + .gform-field-label {
	background: #B3D6E8;
	color: #fff;
	border-radius: 50%;
}

.fx-inline-radio .gfield_description {
	display: flex !important;
    justify-content: space-between;
}

@media (min-width: 1200px) {
	.gform_wrapper.gform-theme--framework {
		max-width: 70%;
		margin: auto;
	}

	.gform_wrapper.gform-theme--foundation .gform_footer,
	.gform_wrapper.gform-theme--foundation .gform_page_footer {
		justify-content: space-between;
	}
}

/*------------------------
Homepage Header Banner PersonalizationFX
--------------------------*/

.banner-slider .pfx-hero .banner-slider-image.hidden-sm-up {
	object-fit: cover;
}

.banner-slider .pfx-hero .banner-slider-image{
	min-height: fit-content;
}

.banner .pfx-hero h2{
	padding-bottom: 10px;
}

@media (max-width: 600px) {
	.banner .pfx-hero .btn{
		margin-top: 10px;
		margin-bottom: 0px;
	}
}

.sd-root [type="text"],
.sd-root [type="date"],
.sd-root [type="datetime"],
.sd-root [type="datetime-local"],
.sd-root [type="email"],
.sd-root [type="month"],
.sd-root [type="number"],
.sd-root [type="password"],
.sd-root [type="search"],
.sd-root [type="tel"],
.sd-root [type="url"],
.sd-root [type="week"],
.sd-root [type="date"] {
	height: unset;
}




/*langing page banner*/
.landing-page-banner {
  position: relative;
}

.landing-page-banner-content h1 {
  color: #ffffff;
}

.landing-page-banner-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.landing-page-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  font-family: 'object-fit: cover;';
}

.landing-page-banner-overlay {
  position: relative;
  padding: 40px 0;
  background: -o-linear-gradient(359.94deg, rgba(16, 54, 78, 0.8) 0.04%, rgba(16, 54, 78, 0) 100.24%);
  background: linear-gradient(90.06deg, rgba(16, 54, 78, 0.8) 0.04%, rgba(16, 54, 78, 0) 100.24%);
}

.landing-page-banner-content {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

body.landing-page .landing-page-banner-content h1 {
  color: #ffffff;
  margin: 0;
}

body.landing-page .landing-page-banner-content h1 span {
  color: #D4891C;
}

.landing-page-guide-form {
  width: 100%;
  max-width: 646px;
  background: #ffffff;
  box-shadow: 0 10px 20px rgb(0,0,0,10%);
  padding: 22px 16px;
}

.landing-page-form-control {
  margin-bottom: 18PX;
}

.landing-page-form-button-control {
  margin-top: 26px;
}

.landing-page-form-button .landing-page-btn {
  padding-right: 32px;
  padding-left: 22px;
}

.landing-page-form-information {
  margin-top: 14px;
}

body.landing-page .landing-page-form-information p {
  color: #455965;
  font-size: 14px;
}

body.landing-page .landing-page-form-information p a {
  color: #D4891C;
  text-decoration: none;
}

body.landing-page .landing-page-form-information p a:hover {
  color: #455965;
}

body.landing-page .landing-page-guide-form h2:before {
  display: none;
}

@media (min-width: 768px) {
  .landing-page-banner-overlay {
    padding: 65px 0;
  }

  .landing-page-form-control {
    margin-bottom: 20PX;
  }

  .landing-page-guide-form {
    margin: 0 auto;
    padding: 68px 54px 66px;
  }

  .guide-form-for-landing-page > .row {
    margin-left: -6px;
    margin-right: -6px;
  }

  .guide-form-for-landing-page > .row > [class*="col-"] {
    padding-right: 6px;
    padding-left: 6px;
  }

  .landing-page-form-button-control {
    margin-top: 20px;
  }

  .landing-page-banner-content {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  body.landing-page .landing-page-guide-form h2 {
    margin-bottom: 32px;
  }
}

@media (min-width: 1025px) {
  .landing-page-banner-content {
    max-width: 430px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    text-align: left;
  }

  .landing-page-banner-overlay > .container > .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }

  .landing-page-form-information {
    margin: 0 0 0 0;
    width: calc(100% - 194px);
    padding-left: 16px;
  }

  .landing-page-form-button-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }

  .landing-page-form-button {
    width: 194px;
  }
}
/*langing page banner*/

/*landing page right image left content*/
.landing-page-right-image-left-content {
  padding: 40px 0;
}

.landing-page-right-content {
  margin-top: 20px;
}

.landing-page-right-image {
  width: 100%;
  height: 190px;
}

.landing-page-right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media (min-width: 768px) {
  .landing-page-right-image-left-content {
    padding: 60px 0;
  }

  .landing-page-right-content {
    margin-top: 28px;
  }

  .landing-page-right-image {
    height: 350px;
  }
}

@media (min-width: 1025px) {
  .landing-page-right-image-left-content {
    padding: 88px 0;
  }

  .landing-page-right-content {
    margin-top: 0px;
  }

  .landing-page-right-image {
    max-width: 532px;
    margin: 0 0 0 auto;
  }
}
/*landing page right image left content*/
