@charset "UTF-8";
/* CSS Document */
body {
	padding: 0;
	margin: 0;
	font-family: 'ProximaNovaRegular' !important;
	color: #434343 !important;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

/* General */

section {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}

.section-padding {
	padding: 60px 0;
}

.full-width-image {
	width: 100%;
	height: auto;
	position: relative;
}

.general-button {
	color: #ffffff !important;
	background: #82CC38;
	border-color: #82CC38;
	border-radius: 4px;
	letter-spacing: 0px;
	font-size: 16px;
	text-align: center;
	padding: 10px 30px;
}

.general-button:hover {
}

h1 {
	font-family : 'ProximaNovaBold' !important;
  font-size : 52px !important;
  line-height : 65px !important;
  color : #ffffff !important;
}

h2 {
	font-family : 'ProximaNovaBold';
  font-size : 36px !important;
  line-height : 39.2px !important;
  color : #ffffff !important;
}

.lg-header h1 {
  color : #313131 !important;
}
.lg-header h2 {
  color : #ffffff !important;
}
.lg-header h3 {
  color : #313131 !important;
}

.lgth-header h3 {
	color: #82CC38 !important;
}

.lgfb-header h3 {
	color: #82CC38 !important;
}

h3 {
	font-family : 'ProximaNovaRegular' !important;
  font-size : 30px !important;
  line-height : 38px !important;
  color : #ffffff !important;
}

h4 {
	font-family : 'ProximaNovaBold' !important;
  font-size : 36px !important;
  line-height : 39px !important;
  color : #0D355A !important;
}

h5 {
	font-family : 'ProximaNovaBold' !important;
  font-size : 20px !important;
  line-height : 22px !important;
  color : #313131 !important;
}

p {
	font-family : 'ProximaNovaRegular' !important;
  font-size : 18px !important;
  line-height : 24px !important;
  color : #313131 !important;
	font-weight: 300 !important;
 }

a {
	width: auto;
	height: auto;
	color: inherit !important;
	text-decoration: none !important;
	float: left;
}

a :hover {
	color: #1662DD !important;
	text-decoration: none;
}

ul {
	padding-inline-start: 30px;
}

ol {
	padding-inline-start: 15px;
  font-size : 18px !important;
	font-weight: 300 !important;
}

li {
	margin-bottom: 0.75rem;
  font-size : 18px !important;
	font-weight: 300 !important;
}

@media (max-width: 767.98px) { 
	h1 {
		font-size: 45px !important;
    line-height: 47px !important;
	}
	h2 {
		font-size: 29px !important;
    line-height: 31px !important;
	}
	h3 {
		font-size: 25px !important;
    line-height: 26px !important;
	}
	h4 {
		font-size : 28px !important;
		line-height : 29px !important;
	}

}

/* NAVIGATION */
.navigation {
	width: 100%;
	height: 85px;
	min-height: 85px;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 99;
	background-color: #fff;
	display: flex;
}

.navigation img {
	max-height: 35px;
}

.navigation-flex {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
}

.navigation-flex img {
	width: auto;
	height: 35px;
	max-height: 35px;
	max-width: 150px;
	position: relative;
	margin-right: 15px;
}

.navigation-primary-navigation {
	width: auto;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	flex-grow: 1;
	justify-content: flex-end;
}

.navigation-link {
	font-size: 16px;
	line-height: 24px;
	position: relative;
	text-decoration: none;
	padding-left: 28px;
	font-family: 'ProximaNovaSBold' !important;
}

.navigation-link:hover {
	color: #0073e0 !important;
}

.navigation-menu-toggle {
	display: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	margin-left: 20px;
	height: 15px;
	width: 24px;
	z-index: 5;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.navigation-menu-toggle.open span:first-child {
	top: calc(50% - 3px);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100%;
	left: 0;
}

.navigation-menu-toggle.open span:nth-child(2) {
	opacity: 0;
}

.navigation-menu-toggle.open span:last-child {
	bottom: 50%;
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 100%;
	left: 0;
}

.navigation-menu-toggle span {
	background-color: #0073e0;
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	-o-transition: all .1s;
	transition: all .1s;
	-webkit-transition: all .1s;
}

.navigation-menu-toggle span:first-child {
	width: 100%;
}

.navigation-menu-toggle span:nth-child(2) {
	top: 50%;
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
}

.navigation-menu-toggle:hover span {
	width: 100%;
	left: 0%;
}

.navigation-menu-toggle span:last-child {
	bottom: 0;
	width: 100%;
}

@media (max-width: 991.98px) {

	.navigation-primary-navigation, .navigation-buttons {
		display: none;
	}

	.navigation-menu-toggle {
		display: block;
	}
}

/* MOBILE NAVIGATION */

.mobile-navigation {
	width: 100%;
	height: 0px;
	top: 0px;
	left: 0%;
	position: fixed;
	overflow-x: scroll;
	margin-top: 85px;
	background-color: #fff;
	padding: 0 20px;
	z-index: 9;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.mobile-navigation.open {
	height: calc(100% - 85px);
}

.mobile-navigation-link {
	width: 100%;
	height: 35px;
	position: relative;
	float: left;
	font-size: 14px;
	padding: 0 20px;
	text-decoration: none !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
	font-family: 'ProximaNovaSBold' !important;

	display: flex;
	align-items: center;
}

.mobile-navigation-link:hover {
	color: #0073e0 !important;
}

/* HEADER SPACER */

.header-spacer {
	width: 100%;
	height: 85px;
	position: relative;
	float: left;
}

/* LARGE MODULE */

.large-module {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	padding-top: 20px;
	overflow: hidden;
}

.lg-white-buffer {
	width: 100%;
	height: 100px;
	position: relative;
}

.lg-content {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #0D3257;
}

.lg-content img {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
}

.lg-container {
	width: 100%;
	height: auto;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	border-radius: 20px;
	padding: 0 60px 60px 60px;
	top: -100px;
	position: relative;
	overflow: hidden;
}

@media (max-width: 767.98px) { 
	.lg-container {
		padding: 0 30px 30px 30px;
	}

	#layout1BodyText img {
		height: auto !important;
		padding-left: 10px !important;
		margin-bottom: 15px !important;
	}
}

.lg-header {
	width: 100%;
	height: auto;
	position: relative;
	padding: 40px 0;
	margin-bottom: 40px;
}

#layout1BodyText img {
	width: auto;
	position: relative;
	float: right;
	padding-left: 30px;
	margin-bottom: 10px !important;
	margin-top: 10px !important
}

.lg-header-text-editor-background {
	width: 400%;
	height: 200%;
	bottom: 0;
	left: -50%;
	position: absolute;
	pointer-events: none;
}

.lg-header-text-editor {
	width: 100%;
	position: relative;
}

.lg-header-1 {
	width: 100%;
	position: relative;
	font-weight: bold;
	color: #231F20;
	font-size: 18px;
	margin-bottom: 20px;
}

.lg-header-2 {
	width: 100%;
	position: relative;
	font-weight: bold;
	color: #231F20;
	font-size: 32px;
	margin-bottom: 10px;
	line-height: 1.3em;
}

.lg-header-3 {
	width: 100%;
	position: relative;
	color: #fff;
	font-size: 22px;
	line-height: 1.3em;
}

.lg-body {
	width: 100%;
	height: auto;
	padding: 30px 60px 60px 60px;
	background-color: #fff;
}

.lg-form {
	width: 100%;
	height: auto;
	min-height: 200px;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
	margin-top: 60px;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.lg-profile-container {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	margin: 40px 0;
	flex-direction: column;
}

.lg-profile {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
}

.lg-profile img {
	position: relative;
	width: 130px;
	max-width: 130px;
	height: auto;
}

.lg-profile-rich-text {
	width: 100%;
	height: auto;
	position: relative;
	flex-grow: 1;
	margin-left: 20px;
}

.lg-profile-name {
	font-size: 16px;
	font-weight: bold;
}

.lg-profile-title {
	font-size: 14px;
	margin-bottom: 20px;
}

.lg-profile-description {
	font-size: 14px;
	font-weight: 300;
}

.lg-border {
	width: 100%;
	height: 1px;
	position: relative;
	margin-top: 40px;
	background-color: #DFDFDF;
}

.lg-images {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.lg-images .mktoImg {
	width: 100%;
	height: auto;
	position: relative;
}

.lg-images img {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 20px;
}

/* LARGE MODULE TOP HEADER */

.large-module-top-header {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	overflow: hidden;
}

.lgth-content {
	width: 100%;
	height: auto;
	position: relative;
}

.lgth-navigation {
	width: 100%;
	height: 85px;
	min-height: 85px;
	position: relative;
	display: flex;
	align-items: center;
}

.lgth-navigation img {
	width: auto;
	height: 35px;
	max-height: 35px;
	max-width: 150px;
	position: relative;
	margin-right: 15px;
	z-index: 2;
}

.lgth-header {
	width: 100%;
	height: 314px;
	position: relative;
	padding: 40px 0;
}

.lgth-header-text-editor-background {
	width: 100%;
	height: 400px;
	min-height: 400px;
	top: 0;
	position: absolute;
	pointer-events: none;
}

.lgth-header-text-editor-background img {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	object-fit: cover;
}

.lgth-header-text-editor {
	width: 100%;
	position: relative;
}

.lgth-header-1 {
	width: 100%;
	position: relative;
	font-weight: bold;
	color: #82CC38;
	font-size: 18px;
	margin-bottom: 20px;
}

.lgth-header-2 {
	width: 100%;
	position: relative;
	font-weight: bold;
	color: #fff;
	font-size: 32px;
	margin-bottom: 10px;
	line-height: 1.3em;
}

.lgth-header-2 span {
	color: #82CC38;
}

.lgth-header-3 {
	width: 100%;
	position: relative;
	color: #fff;
	font-size: 30px;
	line-height: 1.3em;
}

.lgth-rich-text-editor {
	width: 100%;
	height: auto;
	padding: 40px 0;
}

.lgth-form {
	width: 100%;
	height: auto;
	min-height: 200px;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
	margin-top: 60px;
	margin-bottom: 40px;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}

@media (max-width: 991.98px) {
	.lgth-form {
		margin-top: 0;
	}
}

/* LARGE MODULE FULL BACKGROUND */

.large-module-full-background {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	overflow: hidden;
}

.lgfb-content {
	width: 100%;
	height: auto;
	position: relative;
}

.lgfb-navigation {
	width: 100%;
	height: 85px;
	min-height: 85px;
	position: relative;
	display: flex;
	align-items: center;
}

.lgfb-navigation img {
	width: auto;
	height: 35px;
	max-height: 35px;
	max-width: 150px;
	position: relative;
	margin-right: 15px;
	z-index: 2;
}

.lgfb-header {
	width: 100%;
	height: auto;
	position: relative;
	padding: 40px 0;
}

.lgfb-header-text-editor-background {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	pointer-events: none;
}

.lgfb-header-text-editor-background .mktoImg {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	pointer-events: none;
}

.lgfb-header-text-editor-background img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}

.lgfb-header-text-editor {
	width: 100%;
	position: relative;
}

.lgfb-header-1 {
	width: 100%;
	position: relative;
	font-weight: bold;
	color: #82CC38;
	font-size: 18px;
	margin-bottom: 20px;
}

.lgfb-header-2 {
	width: 100%;
	position: relative;
	font-weight: bold;
	color: #fff;
	font-size: 32px;
	margin-bottom: 10px;
	line-height: 1.3em;
}

.lgfb-header-2 span {
	color: #82CC38;
}

.lgfb-header-3 {
	width: 100%;
	position: relative;
	color: #fff;
	font-size: 30px;
	line-height: 1.3em;
}

.lgfb-form {
	width: 100%;
	height: auto;
	min-height: 200px;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
	margin-top: 60px;
	margin-bottom: 40px;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}

@media (max-width: 991.98px) {
	.lgfb-form {
		margin-top: 0;
	}
}

/* FULL HEADER */

.full-header {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	overflow: hidden;
}

.full-header-editor {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.full-header-image {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.full-header-image .mktoImg {
	width: 100%;
	height: 100%;
}

.full-header-image img {
	width: 100%;
	height: 100%;
	position: relative;
	object-fit: cover;
}

.full-header-editor-text {
	width: 100%;
	height: auto;
	min-height: 260px;
	padding: 20px;
	display: flex;
	align-items: flex-end;
}

.full-header-text {
	width: 100%;
	position: relative;
	font-size: 52px;
	font-family : 'ProximaNovaRegular';
  font-weight : bold !important;
	color: #fff;
}

/* FULL BODY */

.full-body {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	overflow: hidden;
	padding-bottom: 60px;
}

.full-body-text-editor, .full-body-text-editor-2 {
	width: 100%;
	position: relative;
	padding: 60px 0 0 0;
}

.full-body-form {
	width: 100%;
	height: auto;
	min-height: 200px;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
	margin-top: 60px;
	margin-bottom: 40px;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}

@media (max-width: 991.98px) {

	.full-body-text-editor, .full-body-text-editor-2 {
		padding: 30px 0 20px 0;
	}

	.full-body-form {
		margin-top: 0;
	}
}

/* FULL VIDEO */

.section-full-video {
	width: 100%;
	height: auto;
	padding: 60px 0;
}

.full-video {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	overflow: hidden;
}

.full-video-editor {
	width: 100%;
	height: auto;
	position: relative;
}

#fullWidthVideoText {
	text-align: center;
}

.full-video-h1 {
	text-align: center;
	color: #0D355A;
	font-size: 36px;
	position: relative;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 20px;
}

.full-video-editor p {
	text-align: center;
}

.full-video-h1 span {
	color: #82CC38;
}

.full-video-container {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.embed-video-full {
	width: 100%;
	height: auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* FULL COLUMN */

.full-column {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	overflow: hidden;
	padding: 60px 0;
}

.full-column-editor {
	width: 100%;
	height: auto;
	position: relative;
}

#threeColSubHeaderTxt{
	text-align: center;
}

.full-column-h1 {
	text-align: center;
	color: #0D355A;
	font-size: 36px;
	position: relative;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 20px;
}

.full-column-editor p {
	text-align: center;
}

.full-column-h1 span {
	color: #82CC38;
}

.column-items {
	padding: 30px 0;
	text-align: center;
}

.column-items > div {
	border-right: solid 1px #CDD0D0;
}
.column-items > :last-child {
	border-right: none;
}

.column-item {
	width: 100%;
	height: auto;
	padding: 0 20px;
	position: relative;
}

@media (max-width: 767.98px) {

	.column-items > div{
		border-right: none;
	}

	.column-items > div .column-item {
		border-right: none;
		border-bottom: solid 1px #CDD0D0;
		padding: 20px;
	}
}

.column-item-header {
	width: 100%;
	height: auto;
	position: relative;
	font-weight: bold;
	font-size: 20px;
	text-align: center;;
}

.column-item-copy {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 16px;
	text-align: center;
}

/* FULL RICH TEXT */

.full-mod-rich-text {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	overflow: hidden;
	padding: 60px 0;
	text-align: center;
}

.ull-mod-rich-text-editor {
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* FULL WIDTH BUTTTON */

.full-width-button {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	overflow: hidden;
	padding: 60px 0;
}

.full-width-button-container {
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* CLIENTS */

.clients {
	width: 100%;
	height: auto;
	position: relative;
	padding: 60px 0 20px 0;
	text-align: center;
}

.client-copy-rich-text {
	width: 100%;
	height: auto;
	position: relative;
}

.client-copy {
	font-size: 28px;
	color: #393939;
	font-weight: 600;
	text-align: center;
}

.client-logos {
	width: 100%;
	padding-top: 30px;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.client-logos div {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.client-logos img {
	width: auto;
	height: auto;
	max-height: 50px;
	max-width: 155px;
	margin: 10px 20px;
}

/* FOOTER */

.footer {
	width: 100%;
	height: auto;
	position: relative;
	padding: 20px 0;
}

.social-icons {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.social-icon {
	width: auto;
	min-width: 30px;
	height: auto;
	position: relative;
	color: #BFC2BE !important;
	font-size: 24px;
	padding: 20px;
	transition: all 100ms linear;
}

a.social-icon :hover {
	text-decoration: none !important;
	color: #BFC2BE !important;
}

.disclaimer-container {
	width: 100%;
	height: auto;
	position: relative;
	padding: 0 0 15px 0;
}

.disclaimer-rich-text-editor {
	text-align: center;
	font-size: 14px;
	color: #6D6969;
}

.disclaimer-rich-text-editor span {
	padding: 0 10px;
}


@media (max-width: 1199.98px) { 
}

@media (max-width: 991.98px) { 
}

@media (max-width: 767.98px) {
}

/* TABLE STYLES */ 

table {
  border-collapse: collapse;
	margin-bottom: 20px;
  width: 100%;
}

table td, table th {
  border: 1px solid #ddd;
  padding: 8px;
}

table tr:nth-child(even){background-color: #f2f2f2;}

table tr:hover {background-color: #ddd;}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #434343;
  color: white;
}

th[colspan] {
  color: #434343 !important;
  background-color: lightblue !important;
	text-align: center;
}