
:root {
  --dark-green-color: #567F39;
  --light-green-color: #EAF6E1;
  --mustard-color: #CBD22C;
  --dark-grey-color:#172110;
  --orange-color:#F05831;
}

body {
	max-width:1800px;
	margin:0 auto;
	font-size:18px;
}

* {
	font-family: "heebo", sans-serif;
	font-weight: 400;
	box-sizing: border-box;
}

html {
	line-height: 1.5em;
}

.wrapper {
	max-width:1400px;
	margin:0 auto;
	padding:0 25px;
}


h1, h2, h3, h4, h5, h6 {
	line-height: 1.5em;
	margin:0 0 15px 0;
	font-family: "Roboto Slab", serif;
}

h1 {font-size: 52px;font-weight:900;line-height:1.25em;}
h2 {font-size: 42px;font-weight:700;line-height:1.5em;}
h3 {font-size: 28px;font-weight:700;line-height:1.5em;}
h4 {font-size: 22px;font-weight:700;line-height:1.5em;}
h5 {font-size: 18px;font-weight:700;line-height:1.5em;}
h6 {font-size: 16px;font-weight:700;line-height:1.5em;}

blockquote {background: #f9f9f9; border-left:12px solid #123d8c; border-right:1px solid #123d8c; margin:25px 40px; padding: 20px 10px; quotes: "\201C""\201D""\2018""\2019"; width:80%; line-height: 22px; }
blockquote:before {color: #ccc; content: open-quote; font-size: 4em; line-height: 0.1em; margin-right: 0.25em; vertical-align: -0.4em; }
blockquote p {display: inline; }

.sub-page {
	padding:35px 0;
	min-height: calc(100vh - 158px);
	/*max-width:900px;*/
	margin:0 auto;
}

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

.center {
	text-align: center;
}

.single-post {
	border-bottom: 1px solid #ccc;
	padding-bottom:25px;
	margin-bottom:25px;
}

.single-post a {
	color:inherit;
	text-decoration: none;
}

.published {
	font-size:13px;
	color:#7D7D7D;
}

.next {
	float:right;
}

.prev {
	float:left;
}

.header {
	position: relative;
	color:#FFF;
}


.header-wrapper {
	padding:0 25px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items : center;
	gap: 15px;
}

.header .header-logo {

	padding-top:0;
	position: relative;
	width:145px;
	height:90px;
	z-index: 9;
}

.header .header-logo img {
	position: absolute;
	top:0;
	left:0;
	width:145px;
	height:135px;
}

.desktop-menu {
	margin:0 auto;
	padding-top:5px;
}

.desktop-menu ul {
	margin:0;
	padding:0;
}

.desktop-menu ul li {
	list-style-type: none;
	display:inline-block;
	position: relative;
}

.desktop-menu ul li a {
	display:inline-block;
	padding:5px 12px;
	text-decoration: none;
	color:#000;
	font-size: 16px;
	/*font-weight: 600;*/
	/*text-transform: uppercase;*/
}

.desktop-menu .menu-item-has-children > a::after {
	content: "\25BF ";
	font-size:17px;
	padding:0 0 0 6px;
	color:#6C6C6C;
}

.desktop-menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu a::after {
	content: "\25BF";
	font-size: 17px;
	padding: 0 0 0 6px;
	color: #FFF;
}

.desktop-menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu a::after {
	content: "";
}

.desktop-menu .sub-menu {
	display:none;
	position: absolute;
	top:33px;
	left:10px;
	background-color:#fff;
	border:1px solid #EDEDED;
	/*border-top:3px solid #0072D3;*/
	z-index: 999;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	min-width:200px;
}


.desktop-menu .sub-menu .sub-menu{
	top: -2px;
	left: -150px;
	/*min-width:200px;*/
}


.desktop-menu ul li:hover .sub-menu {
	display:block;
}

.desktop-menu ul li:hover .sub-menu .sub-menu {
	display: none;
}

.desktop-menu ul li .sub-menu li:hover .sub-menu {
	display: block;
	top:0px;
	left:157px;
}

.desktop-menu .sub-menu ul {
	display: block;
}

.desktop-menu .sub-menu li {
	display:block;
	white-space: nowrap;
	border-bottom:1px solid #EDEDED;
}

.desktop-menu .sub-menu li:last-child {
	border-bottom:none;
}

.desktop-menu .sub-menu li a {
	padding:10px 15px;
}

.desktop-menu ul li.current-menu-item > a,
.mobile-menu ul li.current-menu-item > a,
.sub-menu > .current-menu-item > a,
.sub-menu > .sun-menu .current-menu-item > a {
	color:#0c6ca0;
}

.desktop-menu-buttons {
	min-width:157px;
	margin-left:auto;
}

.mobile-menu-btn {
	display:none;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size:16px;
	text-align: center;
	padding:23px 25px;
	color:#FFF;
	background-color: var(--dark-green-color);
}

.mobile-menu-btn img {
	width:24px;
}

.dev-group {
	opacity: 0.35;
}

.dev-group a {
	color:inherit;
}

.cta-button {
	font-size: 16px;
    border: none !important;
    box-sizing: border-box !important;
    border-radius: 50px !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    text-align: center !important;
    font-weight: 400 !important;
    -webkit-appearance: none;
    display: inline-block;
    background-color: #123d8c !important;
	color: #fff !important;
}

.table {
	border:1px solid #ccc;
	width:100%;
	border-collapse:collapse;
}

.table td {
	border:1px solid #ccc;
	padding:5px 10px;
}



.mobile-menu {
	position: fixed;
	overflow: scroll;
	right:0;
	top:0;
	bottom:0;
	width:300px;
	margin-right:-300px;
	background-color: #fff;
	transition: all 0.25s ease-in-out;
	border-left:1px solid #ccc;
	z-index: 9999;
}
.customize-support .mobile-menu {
	top:32px;
}

.mobile-menu ul {
	margin:0;
	padding:0;
}

.mobile-menu ul li {
	list-style-type: none;
	line-height:50px;
	font-size:20px;
	border-bottom:1px solid #EDEDED;
	/*padding-left:35px;*/
}

.mobile-menu ul li a {
	color:inherit;
	text-decoration: none;
	margin-left:25px;
}

.close-menu {
	position: absolute;
	top:10px;
	right:15px;
	font-size: 30px;
}

.mobile-menu .sub-menu {
	margin-left:0;
	padding-left:0;
}

.mobile-menu .sub-menu li a {
	display: block;
	padding-left:25px;
}
.mobile-menu .sub-menu li .sub-menu li a {
	display: block;
	padding-left:50px;
}

.mobile-menu .menu-item-has-children {
	margin-left:0;
}

.mobile-menu .menu-item-has-children a {
	display: block;
}

.mobile-menu .menu-item-has-children > a::after {
	content: "\25BF ";
	font-size:17px;
	padding:0 0 0 6px;
	color:#6C6C6C;
}

.mobile-menu .menu-item-has-children li:first-child {
	border-top:1px solid #EDEDED;
}

.mobile-menu .menu-item-has-children li:last-child {
	border-bottom:0;
}

/*.mobile-menu .menu-item-has-children a {
	padding-left:35px;
}*/

.btn {
	border:0;
	padding:10px 35px;
	border-radius: 10px;
	display: inline-block;
	color:#FFF;
	font-weight: normal;
	font-size: 18px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
	text-align: center;
	cursor: pointer;
}


.btn.btn-rounded {
	border-radius: 50px;
}

.btn.btn-green {
	background-color: var(--dark-green-color);
	color:#fff;
}

.btn.btn-light-green {
	background-color: var(--light-green-color);
	color:var(--dark-green-color);
}

.btn.btn-mustard {
	background-color: var(--mustard-color);
	color:#000;
}

.btn.btn-white {
	background-color: #fff;
	border:1px solid #fff;
	color:#000;
}

.btn.btn-white-outline {
	background-color: transparent;
	border:1px solid #fff;
	color:#fff;
}

.btn.btn-black-outline {
	background-color: #fff;
	border:1px solid #000;
	color:#000;
}
.btn.btn-black-outline2 {
	background-color: transparent;
	border:1px solid #000;
	color:#000;
}

.btn:hover {
    box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.25);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.btn.btn-large {
	font-size: 24px;
	padding:12px 45px;
}

.abutton {
	text-decoration: none;
}


.form-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0 15px;
	align-items : center;
	flex-wrap: wrap;
}

.form-column {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: 10px;
	position: relative;
	min-width:170px;
}

.input-icon {
	position: absolute;
	top:8px;
	left:11px;
}

.input1,
.textarea1 {
	width:100%;
	border:1px solid #4D504C;
	outline:0;
	background-color: #fff;
	padding:10px;
	border-radius: 2px;
}

.t1-100 {
	height:100px;
}

.select1 {
	width:100%;
	border:1px solid #4D504C;
	outline:0;
	background-color: #fff;
	padding:0 10px;
	border-radius: 2px;
	height:40px;
}


.input2,
.textarea2 {
	width:100%;
	margin-bottom:10px;
	border:1px solid #4D504C;
	outline:0;
	background-color: transparent;
	padding:10px 10px 10px 35px;
	border-radius: 10px;
}

.form-column label {
	color:#CBD22C;
}


.footer {
	background-color: #172110;
	color:#D7DAD4;
	padding:50px 0 0 0;
}

.footer-row1 {
	border-bottom:1px solid #ffffff30;
	padding-bottom:25px;
}

.footer .col-header {
	color:#fff;
}

.fr1-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
	align-items : center;
}

.fr1-col1 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.fr1-col2 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left:auto;
	text-align: right;
}

.footer-logo {
	width:132px;
}

.footer-social a {
	width:60px;
	height:60px;
	display: inline-block;
	border:1px solid #ffffff50;
	text-align: center;
	border-radius: 60px;
	padding-top:18px;
	font-size: 19px;
	color:inherit;
}

.footer-social a:hover {
	background-color: #567F39;
	border-color:transparent;
}

.footer-row2 {
	border-bottom:1px solid #ffffff30;
	padding:50px 0;
}

.fr2-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 75px;
}

.fr2-column {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.fr2-column a {
	color:#D7DAD4;
	text-decoration: none;
	font-weight: 500;
}
.fr2-column ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
.fr2-column ul li {
	margin:0 0 15px 0;
}

.fr2c-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	margin-bottom:15px;
}

.fr2c-col1 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 24px;
	max-width: 24px;
}
.frc2-col1 i {
	color:var(--mustard-color);
}
.frc2-col2 a {
	color:inherit;
	text-decoration: none;
}

.frc2-col2 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.fr2-container h6 {
	margin:0 0 5px 0;
}
.fr2-container p {
	margin: 0;
	font-size: 14px;
}

.footer-row3 {
	padding:20px 0;
}
.footer-row3 a {
	color:inherit;
}

.fr3-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
	font-size: 14px;
}

.fr3-col1 {

}

.fr3-col2 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}

.fr3-col3 {
	margin-left: auto;
	text-align: right;
}


ul.check {
	margin:0;
	padding:0;
}

ul.check li {
	list-style-type:none;
	padding-left: 35px;
	padding-bottom:15px;
	background-image: url(../images/check-mark1.png);
	background-repeat: no-repeat;
	background-size: 28px;
	background-position: 0 0;
}

.info-box {
	box-shadow:0 0 15px rgba(0,0,0,0.15);
	background-color: #fff;
	padding:20px;
	border-radius: 12px;
	margin-bottom:10px;
	border:1px solid transparent;
}

.info-box:hover {
	background-color: #EAF6E1;
	border:1px solid #567F39;
}

.fr3-col1 ul,
.fr3-col3 ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

.fr3-col1 ul li,
.fr3-col3 ul li {
	display: inline-block;
}

.fr3-col1 ul li a,
.fr3-col3 ul li a {
	color:inherit;
	opacity: 0.5;
	padding:0 15px 0 0;
}


.footer .input2 {
	color:#fff !important;
}

.black-text {
    color:#000 !important;
}
.mustard-text {
    color:var(--mustard-color);
}

.iframe-video {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;

}
.iframe-video iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}


@media only screen and (max-width:1200px) {
	.desktop-menu ul li a {
		font-size: 15px;
	}
	.header-wrapper {
		padding: 0 15px;
		gap: 10px;
	}
}

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

	.desktop-menu ul li a {
		font-size: 15px;
	}
}

@media only screen and (max-width: 1023px) {
	h1 {font-size: 47px;font-weight:900}
	h2 {font-size: 37px;font-weight:700}
	h3 {font-size: 25px;font-weight:700}
	h4 {font-size: 20px;font-weight:700}
	h5 {font-size: 16px;font-weight:700}
	h6 {font-size: 14px;font-weight:700}
	.desktop-menu {
		display:none;
	}
	.mobile-menu-btn {
		display:block;
	}
	.desktop-menu-buttons {
		margin-right:90px;
	}

	.fr2-container {
		flex-wrap: wrap;
	}
	.fr2-column {
		min-width:45%;
	}
}
@media only screen and (max-width: 900px) {
    .fr3-container {
		flex-direction: column;
		gap:15px;
	}
	.fr3-col1 {
		text-align: center;
	}
	.fr3-col3 {
		margin:0 auto;
	}
}
@media only screen and (max-width:850px) {
	#wp-admin-bar-wpseo-menu,
	#wp-admin-bar-new-content {
		display: none;
	}
}

@media only screen and (max-width:800px) {
	h1 {font-size: 42px;}
	h2 {font-size: 32px;}
	h3 {font-size: 24px;}
	h4 {font-size: 19px;}
	h5 {font-size: 17px;}
	h6 {font-size: 16px;}

}

@media only screen and (max-width: 782px) {
	.customize-support .mobile-menu {
		top:46px;
	}
}


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

	h1 {font-size: 37px;}
	h2 {font-size: 27px;}
	h3 {font-size: 19px;}
	h4 {font-size: 17px;}
	h5 {font-size: 15px;}
	h6 {font-size: 14px;}
}

@media only screen and (max-width:600px) {
	h1 {font-size: 35px;}
	h2 {font-size: 25px;}
	h3 {font-size: 17px;}
	h4 {font-size: 15px;}
	h5 {font-size: 14px;}
	h6 {font-size: 14px;}
	
}

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

	.desktop-menu-buttons {
		display: none;
	}

	.fr1-container {
		flex-direction: column;
	}

	.fr1-col2 {
		text-align: center;
		margin:0 auto;
	}
	
}

@media only screen and (max-width:400px) {
	h1 {font-size: 25px;}
	h2 {font-size: 21px;}
	h3 {font-size: 16px;}
	h4 {font-size: 14px;}
	h5 {font-size: 13px;}
	h6 {font-size: 12px;}
}
