@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../fonts/Montserrat-Regular.eot');
	src: local('☺'), url('../fonts/Montserrat-Regular.woff') format('woff'),
					 url('../fonts/Montserrat-Regular.ttf') format('truetype'),
					 url('../fonts/Montserrat-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-SemiBold';
	src: url('../fonts/Montserrat-SemiBold.eot');
	src: local('☺'), url('../fonts/Montserrat-SemiBold.woff') format('woff'),
					 url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
					 url('../fonts/Montserrat-SemiBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.eot');
	src: local('☺'), url('../fonts/Montserrat-Bold.woff') format('woff'),
					 url('../fonts/Montserrat-Bold.ttf') format('truetype'),
					 url('../fonts/Montserrat-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AsapCondensed-Bold';
	src: url('../fonts/AsapCondensed-Bold.eot');
	src: local('☺'), url('../fonts/AsapCondensed-Bold.woff') format('woff'),
					 url('../fonts/AsapCondensed-Bold.ttf') format('truetype'),
					 url('../fonts/AsapCondensed-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Master layout */

/************************************************************
Global styles */

/* Partial CSS Reset */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-tap-highlight-color:  rgba(0, 0, 0, 0);
}
html, body {
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

:focus {
	outline: none;
}

table {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
td {
	vertical-align: top;
}
/* End Reset */

body {
	line-height: normal;
	font: 16px 'Montserrat-Regular';
	color: #101a30;
}

/* Links */
a,
input[type=submit] {
	display: inline-block;
	color: inherit;
	outline: none;
	-webkit-transition: all 0.3s ease 0s; 
	   -moz-transition: all 0.3s ease 0s;
	    -ms-transition: all 0.3s ease 0s;
	     -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	outline: none;
}
a img {
	border: none;
	-webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		 -o-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
}
img {
	max-width: 100%;
}
a[href^="tel:"] {
	color: inherit;
}

/* Form elements */
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="submit"]::-moz-focus-inner { /* Fix extra button padding in Firefox */
	padding: 0;
	border: none;
	line-height: 1;
}
textarea {
	resize: none;
}

/* Default Placeholder styles */
::-webkit-input-placeholder {
/* WebKit browsers */
  	color: #101a30;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
	color: #101a30;
	opacity: 1;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
	color: #101a30;
	opacity: 1;
}
:-ms-input-placeholder {
/* Internet Explorer 10+ */
	color: #101a30;
	opacity: 1;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}
h1,
h2 {
	margin-bottom: 10px;
	font: 54px/64px 'AsapCondensed-Bold';
}
h3 {
	color: #5eb438;
	margin-bottom: 12px;
	font: 36px/39px 'AsapCondensed-Bold';
	text-transform: capitalize;
}
h4 {
	font: 32px 'AsapCondensed-Bold';
}
h5 {
    margin-bottom: 5px;
	font: 18px/24px 'Montserrat-Bold';
}
h6 {
    margin-bottom: 6px;
	line-height: 24px;
    font-size: 16px;
	color: #5eb438;
}
h2 + h3 {
	margin: -6px 0 24px;
}
ol h5 {
    margin: 26px 0 10px -22px;
}
h1 span,
h2 span {
	color: #5eb438;
}
h3 span {
	display: block;
	font-size: 32px;
	color: #357939;
}

/* Block-level */
address {
	font-style: inherit;
}
p {
	margin-bottom: 20px;
    line-height: 24px;
}
p a {

}
p a:hover {
	color: inherit;
}
ul {
	list-style-type: none;
}
ol {
	list-style-type: none;
	counter-reset: item;
    margin: 22px 0 22px 22px;
}
ol li {
	line-height: 24px;
}
ol li:before {
	content: counter(item) ". ";
    counter-increment: item;
    color: #5eb438;
}
strong {
	font-weight: normal;
	font-family: 'Montserrat-Bold';
	color: #5eb438;
}
em {
	font-family: 'Montserrat-Bold';
}
sup {
	font-size: 11px;
}

/************************************************************
Generic Site Styles */
.table {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	float: none !important;
}
.table.page,
.container {
	max-width: 1140px;
	margin: 0 auto;
}
.container {
	padding: 0 20px;
}
main .table.page,
.table.auto-height {
	height: auto;
}

.table.auto-width {
	width: auto;
}

.table.auto-all {
	height: auto;
	width: auto;
}

.row {
	display: table-row;
}
.cell {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	float: none !important;
}
.padding {
	padding: 0px 20px;
}
.padding-left {
	padding-left: 20px;
}
.padding-right {
	padding-right: 20px;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.table-header-group {
	display: table-header-group;
}
.table-footer-group {
	display: table-footer-group;
}

/* Text alignment */
.align-left {
	text-align: left !important;
}
.align-center {
	text-align: center !important;
}
.align-right {
	text-align: right !important;
}

/* Container class to make iFrames responsive */
.frame-contain {
	position: relative;
	max-width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%; /* 16:9 */
							/* 75% = 4:3 */
}
.frame-contain iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/************************************************************
Miscellaneous */
.clearfix:after {
	content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.relative {
	position: relative;
}
.full-size {
	height: 100%;
	width: 100%;
}

.on-top {
  position: relative;
  z-index: 1;
}

.hide {
	display: none !important;
}

.no-scroll {
	overflow: hidden;
}

h3 span,
a:before,
a:after,
.header-wrapper,
.sub-ctrl,
.img-box:after,
.icon:before,
.icon:after,
.icon-toggle:after,
.slick-arrow:after {
	-webkit-transition: all 0.3s ease 0s;
	   -moz-transition: all 0.3s ease 0s;
	 	-ms-transition: all 0.3s ease 0s;
		 -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}

.header-menu,
.sub-menu,
.search-box {
	-webkit-transition: all 0.15s ease 0s;
	   -moz-transition: all 0.15s ease 0s;
		-ms-transition: all 0.15s ease 0s;
		 -o-transition: all 0.15s ease 0s;
			transition: all 0.15s ease 0s;
}

.overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(11,18,33,.4);
	z-index: 1;
}
.bg-box {
	padding: 60px 0;
	color: #fff;
	background: url(../images/layout/bg-texture.png) #162543;
}
.bg-box.alt {
	background: url(../images/layout/bg-texture.png) #357939;
}
.bg-box .more-link {
	margin-top: 10px;
}
.bg-box .btn {
	color: #fff;
}
.bg-box.alt .btn:not(.blue) {
    padding: 14px 16px 11px;
	border: 4px solid #5eb438;
	background: transparent;
}
.bg-box.alt .btn:not(.blue):hover {
	background: #5eb438;
}
.text-box {
	position: relative;
    display: inline-block;
    width: 78%;
    z-index: 1;
}
.half-box {
    max-width: 550px;
    width: 100%;
    padding: 0 15px 0 55px;
    font-size: 14px;
}
.img-box {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.img-box .relative {
    z-index: 1;
}

.btn {
	position: relative;
	min-width: 174px;
    padding: 18px 16px 15px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
	text-transform: uppercase;
	text-align: center;
	font: 16px 'Montserrat-Regular';
	color: #101a30;
	background: url(../images/layout/bg-btn.png) no-repeat;
	background-size: 100% 100%;
}
.btn:hover {
	color: #fff;
	background: #5eb438;
}
.btn.blue {
	color: #fff;
	background: #162543;
}
.btn + .btn {
	margin-left: 20px;
}

.more-link {
	text-transform: uppercase;
	font: 20px 'Montserrat-Bold';
}
.more-link:after {
    content: "\f067";
    display: inline-block;
    margin: -2px 0 0 8px;
    vertical-align: middle;
    font: 12px/24px Font Awesome\ 5 Pro;
    font-weight: bold;
    color: #5eb438;
}
.circle-link {
    position: relative;
	width: 260px;
	height: 260px;
	padding: 15px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	text-transform: uppercase;
	text-align: center;
	font: 28px/32px 'AsapCondensed-Bold';
	color: #090f1c;
	z-index: 2;
}
.circle-link:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/layout/bg-circle.png) no-repeat;
	background-size: contain;
}
.circle-link:after {
    content: "";
    position: absolute;
    top: -5px;
    left: -6px;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    border: 6px solid rgba(121,225,175,.3);
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    opacity: 0;
    visibility: hidden;
}
.circle-link:hover {
	color: #fff;
	background: url(../images/layout/bg-texture.png) #357939;
}
.circle-link:hover:after,
.circle-link:hover .icon:after {
	opacity: 1;
	visibility: visible;
}
.circle-link:hover .icon:before {
	opacity: 0;
	visibility: hidden;
}

.icon {
	position: relative;
    margin: 0 auto 24px;
}
.icon:before,
.icon:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}
.icon:after {
	opacity: 0;
	visibility: hidden;
}
.icon.education {
	width: 65px;
	height: 80px;
}
.icon.education:before {
	background-image: url(../images/icons/link-education.png);
}
.icon.education:after {
	background-image: url(../images/icons/link-education-hov.png);
}
.icon.sales {
	width: 54px;
	height: 76px;
}
.icon.sales:before {
	background-image: url(../images/icons/link-sales.png);
}
.icon.sales:after {
	background-image: url(../images/icons/link-sales-hov.png);
}
.icon.broker {
	width: 73px;
	height: 73px;
}
.icon.broker:before {
	background-image: url(../images/icons/link-broker.png);
}
.icon.broker:after {
	background-image: url(../images/icons/link-broker-hov.png);
}

.icon figure {
	position: absolute;
	top: -70px;
	left: 0;
	background-repeat: no-repeat;
	width: 73px;
	height: 73px;
	right: 0;
	margin: auto;
	transition: all 0.3s ease 0s;
}
.icon figure:first-child {
	opacity: 1;
	visibility: visible;	
}
.icon figure:last-child {
	opacity: 0;
	visibility: hidden;
}
.circle-link:hover .icon figure:first-child {
	opacity: 0;
	visibility: hidden;
}
.circle-link:hover .icon figure:last-child {
	opacity: 1;
	visibility: visible;
}

.icon.program {
	width: 94px;
	height: 62px;
}
.icon.program:before {
	background-image: url(../images/icons/link-program.png);
}
.icon.program:after {
	background-image: url(../images/icons/link-program-hov.png);
}
.icon.question {
	width: 102px;
	height: 76px;
	background-image: url(../images/icons/question.png);
}

.list,
#container .col-left ul:not(.answer-list,.select2-selection__rendered) {
	margin: 40px 0;
	text-align: left;
}
.list li,
#container .col-left ul:not(.answer-list,.select2-selection__rendered) li {
	position: relative;
	margin-bottom: 17px;
    padding-left: 52px;
    line-height: 24px;
}
.list li:before,
#container .col-left ul:not(.answer-list,.select2-selection__rendered) li:before {
	content: "\f00c";
	position: absolute;
	top: -3px;
    left: 12px;
	font: 22px Font Awesome\ 5 Pro;
	font-weight: bold;
	color: #5eb438;
}
.list.numeric li {
	margin-bottom: 48px;
	padding-left: 60px;
	counter-increment: step-counter;
}
.list.numeric li:before {
	content: counter(step-counter);
    top: 50%;
    margin-top: -20px;
	font: 54px/40px 'AsapCondensed-Bold';
	color: #357939;
}
.list.numeric li:after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 95%;
    height: 1px;
    background-color: #b7bac0;
}
.list li:last-child,
#container .col-left ul:not(.answer-list) li:last-child {
	margin-bottom: 0;
}
.list.numeric strong {
	text-transform: uppercase;
	color: inherit;
}

/************************************************************
Slick Slider main styles */
.slick-initialized .slick-slide {
	z-index: 7 !important;
}
.slick-initialized .slick-slide.slick-active {
	z-index: 8 !important;
}
.slick-vertical .slick-slide {
	border: none;
}
.slick-slide img {
    margin: 0 auto 20px;
}
.slider-control {
	position: absolute;
    bottom: 50%;
    left: 50%;
    max-width: 1100px;
    width: 100%;
    margin-left: -550px;
    text-align: right;
    z-index: 2;
}
.slick-arrow {
    width: 28px;
	height: 42px;
	color: rgba(255,255,255,.2);
	z-index: 9;
}
.slick-arrow:hover {
	color: #fff;
}
.slick-arrow:after {
    font: 56px/36px Font Awesome\ 5 Pro;
    font-weight: bold;
}
.slick-arrow.slick-prev {
	left: 0;
}
.slick-arrow.slick-prev:after {
    content: "\f104";
}
.slick-arrow.slick-next {
	right: 0;
}
.slick-arrow.slick-next:after {
	content: "\f105";
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-dots {
    bottom: 25px;
    height: 10px;
    line-height: 0;
    z-index: 9;
}
.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 6px;
}
.slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	background-color: rgba(255,255,255,.3);
}
.slick-dots li.slick-active button {
	background-color: #87d010;
}
.slick-dots li button:before {
    content: none;
}
.slick-dots li.slick-active button:before {
	content: "";
    top: -3px;
    left: -3px;
    width: 16px;
    height: 16px;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    background-color: rgba(135,208,16,.3);
    opacity: 1;
}