@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500,600,700');
@import url('fonts.css');
:root {
	--miecgreen: #8cc53f;
	--miecblue: #00adee;
	--miecpurple: #9a72cc;
	--mieclightgray: #e2e1dd;
	--miecmediumgray: #a8a8a8;
	--miecgray: #747679;
	--miecdarkgray: #4d4e53;
	--miecdarkestgray: #333;
	--miecblack: #000;
	--miecwhite: #fff;
}
body {
	font: 16px/1.8 'IBM Plex Sans', sans-serif;
	min-width: 320px;
	color: #231f20;
}
.content img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
/* .screen{position: absolute;width: 1494px;left: 264px;top: 105px; opacity: 0; z-index: 999999;pointer-events: none;} */
#wrapper {
	position: relative;
	overflow: hidden;
	height: 100%;
	min-height: 600px
}
.topbar {
	background: #8cc53f;
	padding: 5px 9999px;
	margin: 0 -9999px;
	position: relative;
	z-index: 99999;
}
.topbar:after {
	clear: both;
	content: '';
	display: block
}
.site-info {
	float: right;
	width: calc(100% - 190px);
	text-align: right;
	font-weight: 700
}
.site-info>ul {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	list-style: none
}
.site-info>ul>li {
	display: inline-block;
	vertical-align: middle;
	padding: 6px 0 6px 10px;
	margin: -6px 0;
	position: relative
}
.site-info>ul>li:first-child {padding-left: 0;}
.site-info>ul>li:first-child:after{display: none;}
.site-info>ul>li:after{
	position: absolute;
	left: 0;
	top: 13px;
	width: 3px;
	height: 15px;
	background: #fff;
	content:"";
}
.site-info>ul>li.login{
	padding-right: 15px;
	font-weight: 400;
}
.site-info>ul>li.login a{color: #231f20;}
.site-info>ul>li .avatar{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.site-info>ul>li .avatar img{
	display: block;
	margin-bottom: 5px;
}
.dropmenu {
	position: absolute;
	width: 300px;
	background: #4d4e53;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top: 100%;
	padding: 40px 20px 20px;
	text-align: left;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s
}
.dropmenu:after {
	position: absolute;
	left: 50%;
	top: 0;
	border: 15px solid transparent;
	border-top-color: #8cc53f;
	content: "";
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%)
}
.site-info>ul>li.hover .dropmenu {
	opacity: 1;
	visibility: visible
}
.dropmenu h3 {
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 10px
}
.dropmenu .checks {
	margin: 0 0 10px
}
.dropmenu label.check {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-weight: 400
}
.dropmenu label.check input {
	position: fixed;
	left: -999px;
	top: -999px
}
.dropmenu label.check .checkoverlay {
	width: 22px;
	height: 22px;
	background: #e2e1dd;
	display: inline-block;
	vertical-align: middle;
	position: relative
}
.dropmenu label.check input:checked + .checkoverlay:after {
	position: absolute;
	left: 4px;
	top: 5px;
	width: 15px;
	height: 8px;
	border: 2px solid transparent;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	border-bottom-color: #000;
	border-left-color: #000;
	content: ''
}
.dropmenu label {
	font-weight: 400;
	display: block;
	margin: 0 0 5px
}
.dropmenu .field {
	margin-bottom: 10px
}
.dropmenu .form-control {
	background: #e2e1dd;
	border-radius: 0;
	height: 35px;
	padding: 5px 10px
}
.dropmenu .form-control::-webkit-input-placeholder {
	color: #747679;
	opacity: 0 !important
}
.dropmenu .form-control:-moz-placeholder {
	color: #747679;
	opacity: 0 !important
}
.dropmenu .form-control::-moz-placeholder {
	color: #747679;
	opacity: 0 !important
}
.dropmenu .form-control:-ms-input-placeholder {
	color: #e2e1dd;
}
.dropmenu .btn {
	font-size: 24px;
	margin-bottom: 15px
}
.dropmenu .orcall {
	display: block
}
.dropmenu .orcall a {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	padding: 0
}
.dropmenu .orcall a:hover {
	color: #00adee
}
.site-info>ul>li:first-child a {
	border-left: 0
}
.site-info>ul>li>a {
	display: block;
	color: #fff;
	padding: 0 10px;
	text-decoration: none
}
.contactinfo {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 1.2
}
.contactinfo>li {
	margin-bottom: 10px
}
.contactinfo li ul {
	list-style: none;
	padding: 5px 0 0 10px;
	margin: 0;
	font-weight: 400
}
.contactinfo li a {
	color: #fff
}
.contactinfo li a:after {
	content: '>';
	display: inline-block;
	vertical-align: top;
	color: #8cc53f;
	margin-left: 5px
}
.contactinfo li .green,
.green {
	color: #8cc53f
}
.contactinfo li address {
	font-weight: 400
}
#header .search-form {
	display: inline-block;
	vertical-align: middle;
	margin: 0
}
#header .search-form button {
	float: left;
	width: 32px;
	height: 33px;
	border: none;
	background: #00adee;
	color: #fff;
	padding: 0;
}
#header .search-form input {
	float: right;
	width: calc(100% - 32px);
	height: 33px;
	border-radius: 0;
	border: 0;
	font-weight: 300
}
#header .search-form input::-webkit-input-placeholder {
	color: #000
}
#header .search-form input:-moz-placeholder {
	color: #000
}
#header .search-form input::-moz-placeholder {
	color: #000;
	opacity: 1
}
#header .search-form input:-ms-input-placeholder {
	color: #000
}
.topbar .phone {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	color: #000;
	float: left;
	margin-top: 6px
}
#header {
	position: relative;
	z-index: 999;
	background: #fff
}
#header.clone {
	top: -111px;
	transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	position: absolute;
	width: 100%;
	visibility: hidden;
	border-bottom: 2px solid #054fad
}
#header.fixed {
	position: fixed;
	z-index: 9995;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	visibility: visible
}
.navbar-brand {
	padding: 0;
	max-width: 200px;
}
.navbar-brand img {
	width: 100%;
	height: auto;
	display: block
}
#header .navbar-nav>li {
	display: inline-block;
	vertical-align: middle
}
.navbar-light .navbar-nav .nav-link {
	padding: 30px 31px;
	font-size: 20px;
	line-height: 21px;
	font-weight: 700;
	color: #231f20;
	text-transform: capitalize;
	position: relative
}
.navbar-light .navbar-nav li.hover .nav-link:after {
	position: absolute;
	bottom: 0;
	border: 20px solid transparent;
	border-bottom-color: #8cc53f;
	content: '';
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%)
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	background: none;
	color: #8cc53f
}
.navbar-nav > li .dropdown {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	text-transform: capitalize;
	padding: 25px;
	font-size: 18px
}
.navbar-nav > li .dropdown ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.navbar-nav > li .dropdown ul ul{
	padding-left: 15px;
}
.navbar-nav > li .dropdown .col {
	width: 33.33%;
	float: left;
	padding: 0 22px
}
.navbar-nav > li .dropdown dl {
	margin: 0;
	overflow: hidden;
	font-size: 20px;
	line-height: 1.2;
	color: #231f20
}
.navbar-nav > li .dropdown h3 {
	font-size: 18px;
	line-height: 1.2;
	color: #231f20;
	margin: 0 0 10px;
	font-weight: 700
}
.navbar-nav > li .dropdown dt {
	margin: 0 0 10px;
	float: left;
	clear: left;
	width: 50%
}
.navbar-nav > li .dropdown dd {
	margin: 0 0 10px;
	float: left;
	width: 50%
}
.navbar-nav > li .dropdown ul li>a {
	font-weight: 700;
	padding: 5px 0;
	display: block;
	color: #231f19
}
.navbar-nav > li .dropdown li li a {
	padding: 5px 0;
	display: block;
	color: #231f20;
	font-weight: 400
}
.navbar-nav > li .dropdown ul li>a:hover,
.navbar-nav > li .dropdown li li a:hover {
	color: #8cc53f;
	text-decoration: none
}
.navbar-nav > li .dropdown .btn {
	font-style: 22px
}
.navbar-nav > li .dropdown .email {
	color: #8cc53f;
	font-weight: 700;
	text-transform: lowercase
}
.navbar-nav > li .dropdown .phone {
	font-weight: 700;
	color: #231f20;
	font-size: 18px;
	line-height: 1.2
}
.navbar-nav > li .box {
	background: #747679;
	padding: 32px
}
.navbar-nav > li .box .title {
	display: block;
	color: #fff;
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 20px;
	font-weight: 400
}
.navbar-nav > li .dropdown .txt {
	color: #8cc53f;
	display: block;
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 20px
}
.navbar-nav > li .darkbox {
	background: #4d4e53;
	padding: 30px
}
.navbar-nav > li .darkbox .miec-logo {
	display: block;
	margin-bottom: 15px;
	width: 100%;
	display: block;
	height: auto
}
.navbar-nav > li .darkbox .txt {
	color: #fff
}
.btn {
	border-radius: 0;
	line-height: 30px;
	padding: 10px 15px;
	border: none;
	font-weight: 700
}
.btn-success {
	background: #8cc53f;
	color: #fff;
	border: 1px solid #8cc53f;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle, .btn-success:hover, .btn-success.focus, .btn-success:focus {
	color: #8cc53f !important;
	background: #fff;
	border: 1px solid #8cc53f !important;
	outline: none !important; 
	box-shadow:none; 
}
#wrapper .darktype{border: none !important;}
.btn-default {
	background: #747679;
	color: #fff;
	border: 1px solid #747679;
}
.btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active, .show > .btn-default.dropdown-toggle, .btn-default:hover, .btn-default.focus, .btn-default:focus {
	background: #fff;
	color: #747679;
	outline: none !important;  
	border: 1px solid #747679 !important;
	box-shadow:none; 
}
.slideshow {
	height: 50vh;
	width: 100%;
	position: relative;
	overflow: hidden
}
@media (max-width: 991px) {
	.slideshow {
		height: 40vh;
	}
}
@media (max-width: 767px) {
	.slideshow {
		height: 30vh;
	}
}
.slideshow .slideset {
	position: relative;
	height: 100%;
}
.slideshow .btn-prev {
	text-indent: -9999px;
	border: 2px solid transparent;
	border-left-color: #fff;
	border-bottom-color: #fff;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 999;
	width: 40px;
	height: 40px;
	transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	opacity: 0;
	transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
}
.slideshow .btn-next {
	text-indent: -9999px;
	border: 2px solid transparent;
	border-right-color: #fff;
	border-top-color: #fff;
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 999;
	width: 40px;
	height: 40px;
	transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	opacity: 0;
	transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
}
.slideshow:hover .btn-prev,
.slideshow:hover .btn-next {
	opacity: 1;
}
.slideshow:hover .btn-prev {
	left: 60px;
}
.slideshow:hover .btn-next {
	right: 80px;
}
.slideshow .slide {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
}
.slideshow .slide .caption {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.2);
}
@media (max-width: 767px) {
	.slideshow .slide .caption {
		background-color: unset;
	}
}
.slideshow .caption .container {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	bottom: 0;
}
.slideshow .slide .caption .inner {
	background: rgba(255, 255, 255, .85);
	padding: 20px 0;
	max-width: 400px;
	position: absolute;
	top: 0;
	bottom: 0;
	white-space: nowrap;
}
.slideshow .slide .caption .inner:after {
	content: '';
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}
.slideshow .inner .holder {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	padding: 35px;
}
.slideshow .caption ul {
	list-style: none;
	padding: 20px 0;
	margin: 0;
	font-size: 35px;
	line-height: 1.2;
}
.slideshow .caption ul li {
	position: relative;
	padding: 0 0 0 30px;
	margin-bottom: 10px;
}
.slideshow .caption ul li:after {
	position: absolute;
	left: 0;
	top: 12px;
	width: 20px;
	height: 20px;
	content: '';
	background: #8cc53f;
	border-radius: 100%/15px;
}
.slideshow .slide .title {
	font-size: 50px;
	line-height: 1.4;
	font-weight: 400;
	line-height: 1;
	display: block;
	margin-bottom: 15px;
}
.slideshow .slide .caption .btn {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 20px;
	height: auto;
	line-height: 22px;
	font-size: 20px;
}
.slideshow .slide>img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.slideshow .slide.active {
	z-index: 2
}
.navbar-nav > li.hover> .dropdown,
.navbar-nav > li ul li.hover > .dropdown {
	opacity: 1;
	visibility: visible
}
.aside{padding: 0 15px;}
.sidebar {
	padding: 15px 0;
	margin-bottom: 20px;
}
.sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0 0 15px;
	font-size: 22px;
	overflow: hidden;
}
.sidebar ul li {
	margin: 0 0 10px;
}
.sidebar ul li a {
	color: #fff;
	white-space: nowrap;
	padding: 10px;
	background: #4d4e53;
	border:1px solid #4d4e53;
	display: block;	
	text-decoration: none !important;
}
.sidebar ul li a:hover {
	text-decoration: none;
	background: #e2e1dd;
	color: #4d4e53;
}

/* style="background:#9A72CC!important */

.sidebar ul li a.dividend {
	color: #fff;
	white-space: nowrap;
	padding: 10px;
	background: #9A72CC;
	border:1px solid #9A72CC;
	display: block;	
	text-decoration: none !important;
}
.sidebar ul li a.dividend:hover {
	text-decoration: none;
	background: #e2e1dd;
	color: #9A72CC;
	border:1px solid #9A72CC;
}


.sidebar ul.policyholders-list li a {
	background: #9a72cc;
	border:1px solid #9a72cc;
}
.sidebar ul.policyholders-list li a:hover {
	background: #e2e1dd;
	color: #9a72cc;
}
.sidebar ul li a i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	width: 40px;	
	height: 42px;
	color: #fff;	
	/* background: #8cc53f;
	border-radius: 20px/15px;*/
	text-align: center;	
	line-height: 42px;	
	font-size: 24px;	
	position: relative;
}
.sidebar ul li a i:before{
	z-index: 2;
	position: relative;	
}
.sidebar ul li a i:after{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content:"\e90b";
	color:#8dc440;
	font-family: 'icomoon' !important;
	font-size: 38px;
	z-index: 1;	
}
.sidebar ul li .txt{
	display: inline-block;	
	vertical-align: middle;	
	white-space: normal;
	width: calc(100% - 20px - 40px - 15px);
	line-height: 1.2;
	font-weight: 500;
}
.sidebar h4 {
	margin: 0 0 15px;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
}
.inner-page .content ul.table-box{
	background: #fff;
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}
.inner-page ul.table-box li{
	letter-spacing: -8px;
	padding: 0 20px;
}
.inner-page ul.table-box li.titles + li span{padding-top: 20px;}
.inner-page ul.table-box li:last-child span{padding-bottom: 20px;}
.inner-page ul.table-box li:first-child{
	background: #e2e1dd;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
}
.inner-page ul.table-box li:first-child span{border-top: 0;}
.inner-page ul.table-box li.titles + li span{border-top: 0;}
.inner-page ul.table-box li:first-child span{padding-bottom: 15px;}
.inner-page ul.table-box span{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	border-top:2px solid #98c355;
	padding: 8px 0;
	line-height: 23px;
}
.inner-page ul.table-box.col3 span{text-align: center;}
.inner-page ul.table-box span:first-child{text-align: left !important;}
.inner-page ul.table-box span:last-child{
	text-align: right;
}
.inner-page ul.table-box.col3 span{
	width: 33%;
	display: inline-block;
	vertical-align: middle;
}
.inner-page ul .titles{}
#footer {
	background: #333;
	padding: 30px 0;
	font-size: 12px;
	line-height: 1.1;
}
#footer nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer nav ul li {
	margin: 0 0 10px;
}
#footer nav ul li ul {
	list-style: none;
	padding: 10px 0 0;
	margin: 0;
}
#footer nav ul li a {
	color: #8cc53f;
	font-weight: 700;
}
#footer nav ul li a:hover {
	text-decoration: none;
	color: #8cc53f
}
#footer ul li li a {
	color: #fff;
	font-weight: 400;
}
#footer .logo {
	margin: 0 0 70px;
	max-width: 200px;
}
#footer .logo img {
	max-width: 100%;
	height: auto;
	display: block;
}
#footer .phone {
	display: block;
	margin-bottom: 20px;
	color: #fff;
	font-weight: 700;
	display: none;
}
.social-media {
	list-style: none;
	padding: 0;
	margin: 0;
}
.social-media li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.social-media li a {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 8px;
	background: #747679;
	text-align: center;
	line-height: 35px;
	font-size: 30px;
	color: #fff;
	transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
}
.social-media li:before{display: none !important;}
.social-media li.fa-facebook a:hover {
	background: #3B5998;
}
.social-media li.fa-twitter a:hover {
	background: #1dcaff;
}
.social-media li.fa-linkedin a:hover {
	background: #0077B5;
}
.social-media li.fa-instagram a:hover {
	background: #f09433;
}
.lower-footer {
	padding: 15px 0 0;
	color: #fff;
}
.lower-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.lower-footer ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6%;
}
.lower-footer ul li a {
	font-weight: 700;
	color: #fff;
}
.lower-footer ul li a[href^="tel:"] {
	color: #8cc53f;
}
.columns {
	padding: 45px 0;
}
.columns a {
	text-decoration: none !important;
}
.columns i {
	display: block;
	width: 165px;
	height: 160px;
	display: block;
	background: #8cc53f;
	margin: 0 auto 18px;
	font-size: 90px;
	line-height: 160px;
	color: #fff;
	border: 1px solid #8cc53f;
	border-radius: 50% 50% / 70px;
	background-clip: padding-box;
}
.columns a:hover i {
	color: #8cc53f;
	background: #fff;
}
.columns .title {
	display: block;
	font-size: 28px;
	line-height: 1.2;
	color: #231f20;
}
.twocolumns {
	font-size: 18px;
	line-height: 1.2;
	overflow: hidden;
}
.twocolumns .sidecol {
	padding: 0;
}
.twocolumns .sidecol .inner {
	padding: 30px;
	background: #e2e1dd;
}
.twocolumns .sidecol:nth-child(1) .inner {
	padding: 40px 40px 9999px 9999px;
	margin: 0 0 -9959px -9959px;
}
.twocolumns .sidecol:nth-child(2) .inner {
	padding: 40px 9999px 9999px 40px;
	margin: 0 -9959px -9959px 0;
	background: #747679;
	color: #fff;
}
.twocolumns .sidecol:nth-child(2) .inner li a {
	color: #fff;
}
.twocolumns .sidecol:nth-child(1) .inner li a {
	color: #231f20;
}
.twocolumns h2 {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 15px;
}
.twocolumns ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.twocolumns ul li {
	position: relative;
	margin-bottom: 10px;
	padding: 0 0 0 20px;
}
.twocolumns ul li:before {
	position: absolute;
	left: 0;
	top: 4px;
	width: 8px;
	border-radius: 100%;
	height: 8px;
	background: #8cc53f;
	content: '';
}
.twocolumns ul li:after {
	content: '>';
	display: inline-block;
	vertical-align: top;
	color: #8cc53f;
	margin-left: 5px;
	font-weight: 700;
}
.inner-page {
	background: #e2e1dd;
	padding: 25px 0;
}
.inner-page p a, .inner-page a{
	color: #00adee;
	text-decoration: underline;
}
.inner-page p a:hover, .inner-page a:hover {text-decoration: none;}
.inner-page p a b{color: #231f20;}
.inner-page h2 {
	color: #8cc53f;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 10px;
}
.inner-page h5 {
	color: #231f20;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 10px;
}
.miecform {
	background: #fff;
	padding: 30px;
}
.customselect {
	display: block;
	position: relative;
}
.customselect:after {
	width: 50px;
	height: 100%;
	content: '';
	background: #e2e1dd;
	position: absolute;
	right: 0;
	top: 0;
	pointer-events: none;
}
.customselect:before {
	position: absolute;
	right: 15px;
	top: 15px;
	border: 15px solid transparent;
	border-top-color: #8cc53f;
	border-top-width: 12px;
	border-bottom-width: 0;
	content: '';
	z-index: 1;
	pointer-events: none;
}
.miecform .form-control {
	background: #e2e1dd;
	padding: 5px 15px;
	border: none;
	height: 40px;
	border-radius: 0;
	color: #231f20;
}
.miecform .form-table tr{
	margin-bottom: 20px;
}
.miecform .form-table tr, .miecform .form-table th, .miecform .form-table td, .miecform .form-table tbody, .miecform .form-table thead, .miecform .form-table table{
	display: block;
	width: 100%;
}
.miecform .form-table label{font-weight: 400;}
.miecform .form-table select{
	display: block;
	width:100%;
	background: #e2e1dd;
	padding: 5px 15px;
	height: 40px;
    border: 0;
}
.miecform .regular-text{
	display: block;
	width: 100%;
	font-size: 1rem;
	line-height: 1.5;
	background: #e2e1dd;
	padding: 5px 15px;
	border: none;
	height: 40px;
	border-radius: 0;
	color: #231f20;
}
.miecform textarea.form-control {
	height: 145px;
}
.miecform .form-control::-webkit-input-placeholder {
	color: #231f20;
}
.miecform .form-control:-moz-placeholder {
	color: #231f20;
}
.miecform .form-control::-moz-placeholder {
	color: #231f20;
	opacity: 1;
}
.miecform .form-control:-ms-input-placeholder {
	color: #231f20;
}
.miecform .field {
	margin-bottom: 20px;
}
.readmore, p .readmore{
	float: right;
	width: 14px;
	height: 14px;
	line-height: 10px;
	border: 1px solid #ef8784;
	text-align: center;
	color: #ef8784 !important;
	background: #fff;
}
.readmore:hover, .readmore:focus, p .readmore:hover, p .readmore:focus{
	border: 1px solid #8cc53f;
	color: #8cc53f;
	text-decoration: none;
	outline: none;
}
.inner-page .content{ min-height: 400px; }
.members .member{margin-bottom: 40px;}
.members{
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.members .member .text{
	padding: 20px;
	border-radius: 20px;
	background: #fff;
	position: relative;
}
.members .member .text:after{
	position: absolute;
	bottom: 100%;
	left: 70px;
	border: 30px solid transparent;
	border-bottom-color: #fff;
	border-bottom-width: 15px;
	content: '';
}
.content h4{
	position: relative;
	color: #231f20;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 20px !important;
	padding-left: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #8cc53f;
}
.content h4:after{
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid transparent;
	border-left-color: #8cc53f;
	content:'';
}
.members .member img.pull-left{
	margin: 0 15px 15px 0;
	width: 110px;
	height: 110px;
}
.members .member .upper-head p{margin-bottom: 5px;}
.members .member .upper-head{
	margin: 0 0 15px;
	padding-left: 50px;
	overflow: hidden;
}
.members .member dl{
	margin: 0;
	overflow: hidden;
}
.members .member dl dt{
	float: left;
	clear: left;
	margin: 0 10px 0 0;
	width: 170px;
}
.members .member dl dd{
	float: left;
	margin: 0;
	width: calc(100% - 180px);
}
.members .member .text + p{display: none;}
.content ul{
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}
.content ul li{
	margin: 0 0 2px;
	position: relative;
	padding: 0 0 0 15px;
}
.content ul li ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.content ul li ul li{
	margin: 0 0 2px;
	position: relative;
	padding: 0 0 0 15px;
}
.content ul li ul li:after{
	position: absolute;
	left: 0;
	top:13px;
	background: #8cc53f;
	border: none;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	content:'';
}
.content ul li p{margin: 0;}
.content ul li a{
	color: #00adee;
	text-decoration: underline;
}
.content ul li a:hover{text-decoration: none;}
.content ul li:after{
	position: absolute;
	left: 0;
	top:10px;
	border: 5px solid transparent;
	border-left-color: #8cc53f;
	content:'';

}
.content .contain, blockquote{
	padding: 20px;
	border-radius: 20px;
	background: #fff;
	position: relative;
	margin: 0 0 20px;
}
blockquote q{
	position: relative;
	display: block;
	padding-left: 50px;
	margin: 0 0 15px;
}
blockquote q:after{display: none;}
blockquote q:before{
	content: '“';
	position: absolute;
	font-size: 90px;
	line-height: 1;
	left: 0;
	top: 0;
	color: #8cc53f;
}
blockquote cite {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
blockquote cite:before {
    content: "\2014 \00A0";
}
.content table{
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
	width: 100%;
	margin:15px 0;
}
.content table td, .content table th {
	padding:5px 10px;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
.content table tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,.05);
}
small{color: #666;}
.blogs .post{
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 10px;
	overflow: hidden;
}
.blogs .post:nth-child(even){
	background: #fff;
}
.blogs .post .btn-success{
	padding: 5px 10px;
	line-height: 20px;
	color: #fff ;
	text-decoration: none;
	text-transform: capitalize;
	float: right;
}
.blogs .post .btn-success:hover{color: #8cc53f !important;}
.pager{
	width: 100%;
	text-align: center;

}
.pager a, .pager span{
	display: inline-block;
	vertical-align: middle;
	padding: 3px 10px;
	border-radius: 100%;
	background: #8CC53F;
	border:2px solid #00ADEB;
	color: #fff;
}
.pager a:hover{
	background: #00ADEB;
	border-color: #8CC53F;
	text-decoration: none;
}
.pager .prev.page-numbers, .pager .next.page-numbers{
	border: none;
	border-radius: 0;
	color: #00ADEB;
	background: none;
}
.content .webinars-events li{
	padding: 0 0 25px;
	margin: 0 0 25px;
	position: relative;	
}
.webinars-events li:after{display: none;}
.content .webinars-events li:before{
	position: absolute;
	left: 5%;
	right: 5%;
	height: 3px;
	margin: 0 auto;
	background: #999;
	content: '';
	top: -25px;
	border-radius: 3px;
}
.content .webinars-events li:first-child:before{display: none;}
.content .webinars-events li time{
	display: block;
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 700;
}
.archives .webinars-events{
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
}
.archives .opener{
	float: right;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #8cc53f;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	z-index: 99;
}
.archives .opener:after{
	content: '+';
	text-indent: 0;
	text-align: left;
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 17px;
	text-align: center;
	color: #fff;
	left: 0;
	top: 0;
}
.archives.opened  .opener:after{content: '-';}
.archives.opened .webinars-events{
	visibility: visible;
	opacity: 1;
	max-height: 80000px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color: #00ADEE !important;
}


.page-contain{
	padding: 30px;
	background: #fff;
	position: relative;
	margin: 0 0 20px;
	font-size: 22px;
	line-height: 1.4;
}
.page-contain .oval{
	width: 280px;
	height: 273px;
	background:url(../images/oval.png) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin: 0 auto 10px;
	font-size: 115px;
	line-height: 0.9;
	color: #fff;
	font-weight: 700;
	white-space: nowrap;
}
.page-contain .oval:after{
	content:'';
	display:inline-block;
	height:100%;
	width:1px;
	overflow:hidden;
	margin:0 0 0 -5px;
	vertical-align:middle;
}
.page-contain .oval .text{
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}
.page-contain .oval sup{
	color: #fff;
	font-size: 55px;
}
.page-contain .oval span{
	display: block;
	color: #000;
	font-size: 50px;
	font-weight: 700;
}
.page-contain .oval-outer{
	text-align: center;
	margin-bottom: 10px;
}
.page-contain .oval-outer .box{
	margin-bottom: 10px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 400;
}
.best-company {margin: 0 0 20px;}
.best-company img, .best-company span{
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	font-weight: 700;
}
.best-company span em{
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
}
.page-contain p a{
	color: #8cc53f;
	font-weight: 700;
	text-decoration: none;
}
.page-contain p {margin: 0 0 30px;}
.page-contain dl{
	overflow: hidden;
	padding: 20px 30px 0;
}
.page-contain dl dt, .page-contain dl dd{
	width: 50%;
	float: left;
	font-weight: 700;
	color: #000;
}
.page-contain dl dd{
	text-align: right;
}
.package{text-align: center;}
.package .title{
	color: #8cc53f;
	font-size: 50px;
	display: block;
	font-weight: 700;
}
@media screen and (max-width:1366px) {
	.slideshow .caption ul {
		font-size: 25px;
		line-height: 1.2;
	}
	.slideshow .caption ul li {
		margin-bottom: 5px;
		padding-left: 20px;
	}
	.slideshow .caption ul li:after {
		width: 12px;
		height: 12px;
		top: 10px;
	}
}
@media screen and (max-width:1199px) {
	.navbar-nav > li .dropdown .col.col2 {
		width: 40%
	}
	.slideshow .slide .title {
		font-size: 28px;
	}
	.columns .title {
		font-size: 22px;
	}
	.lower-footer ul li {
		margin-right: 4%;
	}
	.sidebar ul{font-size: 18px;}
	.custom-html-widget dl{font-size: 17px !important;}
}
@media screen and (min-width:1025px) {
	.navbar-nav > li:hover > .dropdown,
	.navbar-nav > li ul li:hover > .dropdown {
		opacity: 1;
		visibility: visible
	}
}
@media screen and (max-width:1024px) {
	.navbar-light .navbar-nav .nav-link {
		padding: 25px 13px;
		font-size: 15px
	}
	.slideshow .btn-prev, .slideshow .btn-next{display: none;}
	select{
		-webkit-appearance: none; 
		-ms-appearance: none; 
		appearance: none; 
	}
	.page-contain .oval-outer .box{font-size: 26px;}
}
@media screen and (max-width:991px) {
	.slideshow .caption ul {
		display: none;
	}
	.slideshow .slide .title {
		font-size: 25px;
	}
	#header .search-form {
		width: 190px
	}
	.navbar-nav > li {
		display: inline-block;
		float: none !important;
		text-align: left
	}
	.navbar-nav > li .darkbox {
		padding: 10px
	}
	.navbar-nav > li .darkbox .txt {
		font-size: 20px;
		line-height: 1.2
	}
	.navbar-nav > li .dropdown {
		padding: 10px
	}
	.navbar-nav > li .dropdown,
	.navbar-nav > li .dropdown h3,
	.navbar-nav > li .dropdown dl {
		font-size: 16px
	}
	.navbar-nav > li .dropdown .col {
		padding: 0 5px
	}
	.navbar-nav > li .box {
		padding: 10px
	}
	.navbar-nav > li .box .title,
	.navbar-nav > li .dropdown .txt {
		font-size: 18px;
		line-height: 1.2
	}
	.navbar-nav > li .dropdown ul li > a {
		padding: 2px 0
	}
	.columns .title {
		font-size: 16px;
	}
	.columns i {
		width: 122px;
		height: 117px;
		line-height: 117px;
		border-radius:50% 50% / 44px;
		font-size: 70px;
	}
	#footer .logo {
		margin: 0 auto 30px;
	}
	#footer .logo img {
		margin: 0 auto;
	}
	#footer .navigation {
		padding-bottom: 20px;
	}
	.lower-footer ul {
		margin-bottom: 10px;
	}
	.slideshow .caption ul {
		font-size: 22px;
	}
	.slideshow .caption ul li {
		padding-left: 15px;
	}
	.slideshow .caption ul li:after {
		width: 8px;
		height: 8px;
		top: 8px;
	}
	.twocolumns .sidecol:nth-child(1) .inner {
		padding: 20px 20px 9999px 9999px;
		margin: 0 0 -9979px -9979px;
	}
	.twocolumns .sidecol:nth-child(2) .inner {
		padding: 20px 9999px 9999px 20px;
		margin: 0 -9979px -9979px 0;
	}
	.site-info > ul > li:after {top: 12px;}
	.site-info {width: calc(100% - 170px);}
	.custom-html-widget dl{font-size: 15px !important;}
}
@media screen and (min-width:767px) {
	.tab-pane .opener {
		display: none
	}
}
@media screen and (max-width:767px) {
	#footer .logo img,
	#footer .logo {
		margin: 0;
	}
	#header {
		z-index: 9999
	}
	#header.clone {
		display: none !important
	}
	/* html.nav-open{overflow-y:hidden;position:relative;height:100%}
	html.nav-open body{overflow-y:hidden;position:relative;height:100%} */
	#header .container {
		padding: 0 20px
	}
	.navbar-brand {
		width: 150px
	}
	.navbar-toggler {
		float: right;
		margin-top: 10px;
		margin-right: 10px;
		outline: none !important
	}
	.navbar-nav > li.hover > .dropdown,
	.navbar-nav > li ul li.hover > .dropdown {
		max-height: 400px
	}
	.nav-open .nav li>li {
		display: none
	}
	.nav-open .nav li.hover {
		position: relative;
		width: 100%;
		z-index: 999;
		overflow: hidden;
		display: block !important
	}
	.nav-open .nav li.hover>a,
	.navbar-light .navbar-nav .active > .nav-link,
	.navbar-light .navbar-nav .nav-link.active,
	.navbar-light .navbar-nav .nav-link.show,
	.navbar-light .navbar-nav .show > .nav-link,
	.navbar-light .navbar-nav .nav-link:focus,
	.navbar-light .navbar-nav .nav-link:hover {
		color: #8cc53f
	}
	#header .navbar-nav>li {
		display: block
	}
	#header .navbar-collapse {
		padding: 15px;
		margin: 0;
		background: #4d4e53
	}
	#header .navbar-collapse .phone {
		display: block;
		margin-bottom: 10px;
		color: #00adee
	}
	#header .navbar-collapse .phone a{color:#8cc53f;}
	#header .navbar-collapse .phone a:hover{
		color:#fff;
		text-decoration: none;
	}
	#header .navbar-collapse .phone span {
		color: #fff
	}
	#header .search-form {
		margin-bottom: 20px
	}
	#header .navbar-nav {
		margin: 0 -15px
	}
	.navbar-collapse,
	.navbar-collapse.collapse {
		position: absolute;
		left: -245%;
		top: 87px;
		width: 245px;
		background: #4d4e53;
		z-index: 99999;
		transition: all linear 0.2s;
		-webkit-transition: all linear 0.2s;
		-ms-transition: all linear 0.2s;
		border: none;
		overflow: auto;
		opacity: 0;
		min-height: 360px;
	}
	.navbar-nav > li .dropdown {
		position: static;
		max-height: 0;
		visibility: hidden
	}
	.navbar-collapse.collapse {
		display: block !important
	}
	.nav-open .navbar-collapse {
		left: -20px;
		opacity: 1;
	}
	.navbar-toggler {
		width: 50px;
		height: 30px;
		padding: 0;
		margin: 0;
		border: 0
	}
	.navbar-toggler .navbar-toggler-icon {
		height: auto;
		z-index: 9999;
		border: none;
		width: 100%;
		padding: 0;
		font-size: 0;
		height: 5px;
		background: #8cc53f;
		position: relative;
		border-radius: 0;
		margin: 0;
		top: -3px
	}
	.navbar-toggler .navbar-toggler-icon:after {
		position: absolute;
		left: 0;
		right: 0;
		top: -10px;
		height: 5px;
		content: '';
		background: #8cc53f
	}
	.nav-open .navbar-toggler .navbar-toggler-icon:after {
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		margin-top: 10px
	}
	.navbar-toggler .navbar-toggler-icon:before {
		position: absolute;
		left: 0;
		right: 0;
		top: 10px;
		height: 5px;
		content: '';
		background: #8cc53f
	}
	.nav-open .navbar-toggler .navbar-toggler-icon:before {
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		margin-top: -10px
	}
	.nav-open .navbar-toggler .navbar-toggler-icon {
		background: #fff !important
	}
	.navbar-toggler-icon {
		width: 100%
	}
	.nav-open .navbar-toggler .sr-only + .icon-bar {
		display: none
	}
	.nav-open .navbar-toggler .icon-bar + .icon-bar {
		margin: 0;
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg)
	}
	.nav-open .navbar-toggler .icon-bar:last-child {
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		margin-top: -2px
	}
	.navbar-nav > li {
		border-bottom: 1px solid #fff
	}
	.navbar-nav > li .dropdown {
		padding: 0;
		background: none;
		overflow: hidden;
	}
	.navbar-nav > li.hover> .dropdown,
	.navbar-nav > li ul li.hover > .dropdown {
		margin-bottom: 15px
	}
	.navbar-nav > li .dropdown .col {
		padding: 0;
		width: 100%;
		float: none
	}
	.navbar-light .navbar-nav .nav-link {
		padding: 10px 15px;
		color: #fff;
		font-weight: 400
	}
	.navbar-nav > li .dropdown ul li > a {
		padding: 5px 15px;
		color: #fff;
		font-weight: 400
	}
	.navbar-nav > li .dropdown ul li > a {
		font-size: 14px
	}
	.navbar-nav > li .dropdown ul>ul {
		padding-top: 10px
	}
	.navbar-nav > li .dropdown ul ul {
		padding-left: 15px;
		max-height: 0;
		visibility: hidden;
		opacity: 0;
		transition: all linear 0.2s;
		-webkit-transition: all linear 0.2s;
		-ms-transition: all linear 0.2s
	}
	.navbar-nav > li .dropdown ul .hover ul {
		visibility: visible;
		opacity: 1;
		max-height: 800px
	}
	.navbar-light .navbar-nav li.hover .nav-link:after {
		display: none
	}
	#header .navbar {
		padding: 21px 0 22px !important;
	}
	.nav-open #header .navbar {
		z-index: 99999;
	}
	.site-info {
		width: 100%
	}
	.dropmenu h3 {
		margin: 0 0 10px
	}
	.dropmenu .checks {
		margin: 0 0 10px
	}
	.dropmenu label {
		margin: 0;
		display: none
	}
	.dropmenu .field {
		margin-bottom: 5px
	}
	.dropmenu .form-control {
		background: #e2e1dd;
		border-radius: 0;
		height: 28px;
		padding: 5px 10px;
		font-size: 14px
	}
	.dropmenu .form-control::-webkit-input-placeholder {
		opacity: 1 !important
	}
	.dropmenu .form-control:-moz-placeholder {
		opacity: 1 !important
	}
	.dropmenu .form-control::-moz-placeholder {
		opacity: 1 !important
	}
	.dropmenu .form-control:-ms-input-placeholder {
		opacity: 1 !important
	}
	#footer .phone {
		display: block;
		font-size: 20px;
	}
	.site-info > ul{margin: 0 -15px;}
	#footer nav ul li ul {
		display: none;
	}
	#footer {
		font-size: 12px;
		line-height: 1.2;
	}
	#footer nav ul li {
		margin: 0 0 5px;
	}
	.slideshow .slide .title {
	}
	.slideshow .slide .caption .btn {
		height: auto;
		line-height: 14px;
		margin-left: 10px;
	}
	.slideshow .slide > img {
		max-width: inherit;
		width: 100%;
	}
	.columns {
		padding: 15px 0;
	}
	.columns i {
		width: 110px;
		height: 100px;
		font-size: 42px;
		line-height: 100px;
		margin-bottom: 5px;
		border-radius: 50% 50% / 44px;
	}
	.columns .col-6 {
		margin-bottom: 20px;
	}
	.columns .title {
		font-size: 14px;
		line-height: 1.2;
	}
	.twocolumns .sidecol:nth-child(1) .inner {
		padding: 20px;
		margin: 0;
	}
	.twocolumns .sidecol:nth-child(2) .inner {
		padding: 20px;
		margin: 0;
	}
	.twocolumns ul li {
		padding-left: 15px;
	}
	.miecform {
		padding: 10px;
	}
	.miecform .field .row {
		margin: 0 -5px;
	}
	.miecform .field .col-6 {
		padding: 0 5px;
	}
	.miecform .btn {
		width: 100%;
	}
	.slideshow .btn-prev,
	.slideshow .btn-next {
		display: none;
	}
	#footer .container {
		padding: 0 20px;
	}
	.slideshow .inner .holder {
		padding: 0;
		display: block;
	}
	.slideshow .caption ul {
		display: none;
	}

	.slideshow .slide .caption .inner {
		padding: 20px;
		max-width: 100%;
		display: flex;
    	flex-flow: column;
		justify-content: center;
	}
	.slideshow .caption .container {
		padding: 0;
		text-align: center;
		max-width: 50%;
		right: unset;
		left: 20px;
	}
	.slideshow .slide .caption .inner:after {
		display: none;
	}
	.slideshow .slide .caption .inner,
	.slideshow .caption .container {
		height: 100%;
	}
	.slideshow .slide .caption .btn,
	.slideshow .slide .title {
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}
	.inner-page .content{padding: 0 20px;}
	.aside{padding: 0 20px;}
	.sidebar ul li .txt{font-weight: 700;}
	.inner-page ul.table-box span, .inner-page ul.table-box.col3 span{
		display: block;
		width: 100%;
		text-align: left !important;
		border: none;
		padding: 0;
	}
	.inner-page ul.table-box li{
		border-top:2px solid #98c355;
		margin: 0 15px;
		padding:10px 0;
	}
	.inner-page ul.table-box li:first-child{
		margin: 0;
		padding: 10px 15px;
	}
	.inner-page ul.table-box li.titles, .inner-page ul.table-box li.head{border: none;}
	.inner-page ul.table-box li.titles{font-weight: 700;}
	.inner-page ul.table-box li:first-child{font-size: 16px;}
	.inner-page ul.table-box li.titles + li span{padding-top: 0;}
	.inner-page ul.table-box li:last-child span{padding-bottom: 0;}
	.inner-page ul.table-box li:first-child{padding:10px 0;}
	.site-info>ul>li.login{font-size: 14px;}
	.site-info > ul > li .avatar img{margin: 0;}
	.inner-page ul.table-box li:first-child span{padding-bottom: 0;}
	.site-info > ul > li{position: static; white-space: nowrap;}
	.site-info > ul > li:after{display: none;}
	.site-info > ul > li:before {
	    width: 3px;
	    height: 15px;
	    background: #fff;
	    content: "";
	    display: inline-block;
	    vertical-align: middle;
	}
	.site-info > ul > li:first-child:before {display: none;}
	.site-info > ul > li > a{
		display: inline-block;
		vertical-align: middle;
	}
	.site-info > ul > li {
		padding: 4px 0 4px 6px;
		margin: -4px 0;
	}
	.readmore, p .readmore{
		margin: 0 !important;
		float: none;
		display: inline-block;
		vertical-align: middle;
	}
	.members .member img.pull-left{
		float: none;
		display: block;
		margin: 0 auto;
	}
	.members .member{
		border:1px solid #fff;
		border-radius: 20px;
	}
	.members .member .upper-head{
		padding: 15px;
		font-size: 13px;
		line-height: 20px;
	}
	.members .member .text{
		font-size: 13px;
		line-height: 25px;
		text-align: center;
	}
	.members .member .text:after{
		left: 50%;
		transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	.members .member dl dt{
		float: none;
		margin: 0;
		width: 100%;
		text-align: center;
	}
	.members .member dl dd{
		float: none;
		margin: 0 0 5px;
		width:100%;
		text-align: center;
	}
	.inner-page h2{
		font-size: 22px;
		line-height: 1.2;
	}
	blockquote q{padding-left: 0;}
	blockquote q:before{
		display: inline-block;
		vertical-align: bottom;
		position: static;
		font-size: 60px;
		line-height: 0;
	}
}


.aligncenter{
	display: block;
	margin: 0 auto;
}
/*---Mega Menu---*/
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{height: auto !important;line-height: 1 !important;}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:after{display: none !important;}
#mega-menu-header-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item, #mega-menu-wrap-header-menu{position: static !important;}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu{background: #fff !important;margin-top: 0 !important;}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:before{
	position: absolute !important;
	bottom: 0;
	border: 20px solid transparent;
	border-bottom-color: transparent;
	border-bottom-color: #8cc53f;
	content: '';
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	font-weight: 700 !important;
	padding: 5px 0 !important;
	display: block !important;
	color: #231f19 !important;
	font-size: 18px !important;
	line-height: 32px !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{color: #8cc53f !important;}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{padding: 0 !important;}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12{padding: 0 22px;}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    text-transform: capitalize !important;
    padding: 25px !important;
    font-size: 18px !important;
}
.mega-sub-menu li a {
    padding: 5px 0;
    display: block;
    color: #231f20;
    font-weight: 400;
}
.mega-sub-menu .mega-sub-menu .mega-sub-menu{padding-left: 15px !important;}
.custom-html-widget .box{
	background: #747679;
	padding: 32px;
}
.custom-html-widget .box .title {
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 400;
}
.custom-html-widget .box .btn.btn-success{
	background: #8cc53f;
    color: #fff;
    border: 0;
    line-height: 30px;
    padding: 10px 15px;
    border: none;
    font-weight: 700;
}
.custom-html-widget .box .btn.btn-success:hover{
	background: #fff;
	color: #8cc53f;
}
.custom-html-widget .box2 .txt {

    color: #8cc53f;
    display: block;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.custom-html-widget .box2 .btn.btn-success, .custom-html-widget .btn.btn-success{
	background: #8cc53f;
    color: #fff;
    border: 1px solid #8cc53f !important;
    line-height: 30px;
    padding: 10px 15px;
    border: none;
    font-weight: 700;
}
.custom-html-widget .box2 .btn.btn-success:hover, .custom-html-widget .btn.btn-success:hover{
	color: #8cc53f;
	background: #fff;
	border: 1px solid #8cc53f !important;
	outline: none !important;
	box-shadow: none;
}
.custom-html-widget .box2 .btn.btn-default{
	background: #747679;
	color: #fff;
	border: 1px solid #747679;
}
.custom-html-widget .box2 .btn.btn-default:hover{
	color: #747679;
	background: #fff;
	border: 1px solid #747679 !important;
}
.custom-html-widget dl {
    margin: 0;
    overflow: hidden;
    font-size: 20px;
    line-height: 1.2;
    color: #231f20;
}
.custom-html-widget dl dt {
    margin: 0 0 10px;
    float: left;
    clear: left;
    width: 50%;
}
.custom-html-widget dl dd {
    margin: 0 0 10px;
    float: left;
    width: 50%;
}
.custom-html-widget h3 {
    font-size: 18px;
    line-height: 1.2;
    color: #231f20;
    margin: 0 0 10px;
    font-weight: 700;
}
.custom-html-widget .darkbox {
    background: #4d4e53;
    padding: 30px;
}
.custom-html-widget .darkbox .txt {
	color: #fff;
	display: block;
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.custom-html-widget .darkbox .btn.btn-success{
	background: #8cc53f;
    color: #fff;
    border: 0;
    line-height: 30px;
    padding: 10px 15px;
    border: none;
    font-weight: 700;
}
.custom-html-widget .darkbox .btn.btn-success:hover{
	background: #fff;
	color: #8cc53f;
}
.custom-html-widget{
    text-transform: capitalize;
    font: 18px/1.8 'IBM Plex Sans', sans-serif;
    color: #231f20;
}
.custom-html-widget .email {
    color: #8cc53f;
   /*  font-weight: 700; */
    text-transform: lowercase;
}
.custom-html-widget .phone {
   /*  font-weight: 700; */
    color: #231f20;
    font-size: 18px;
    line-height: 1.2;
}
@media screen and (max-width:991px) {
	.custom-html-widget{
	    font-size: 16px;
	}
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{
		padding: 25px 13px !important;
		font-size: 15px !important;
	}
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu{
		padding: 10px !important;
	}
	#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12{padding: 0 5px;}
	.custom-html-widget .box{padding: 10px;}
	.custom-html-widget .box .title, .custom-html-widget .box2 .txt, .custom-html-widget .darkbox .txt{
		font-size: 18px;
		line-height: 1.2;
	}
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, .custom-html-widget dl{
		font-size: 15px !important;
		line-height: 20px !important;
	}
	.page-contain dl dt, .page-contain dl dd{
		font-size: 14px;
	}
	.page-contain .oval {
	    width: 230px;
	    height: 224px;
	}
	.page-contain .oval{font-size: 90px;}
	.best-company span em{font-size: 16px;}
	.best-company span{font-size: 17px;}
	.page-contain .oval-outer .box{
		margin-bottom: 30px;
		font-size: 23px;
	}
	.members .member .upper-head{padding-left: 0;}
	.member-info{font-size: 13px;}
	.members .member dl dt{width: 135px;}
	.members .member dl dd{width:calc(100% - 145px);}
}
@media screen and (max-width:767px) {
	#mega-menu-wrap-header-menu.mega-menu-wrap{
		margin: 0 -15px;
		background: none !important;
	}
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item{
		display: block !important;
		border-bottom: 1px solid #fff !important;
	}
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{
		padding: 10px 15px !important;
		color: #fff !important;
		font-weight: 400 !important;
		background: none !important;
	}
	#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12, #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12{
		width: 100% !important;
	}
	#mega-menu-wrap-header-menu .widget_custom_html{display: none !important;}
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu{
		position: static !important;
		width: 100%;
		max-height: 0;
		overflow: hidden;
		visibility: hidden;
		opacity: 0;
		padding: 0 !important;
		background: none !important;
	}
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu{
		max-height: 800px;
		visibility: visible;
		opacity: 1;
	}
	#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a.mega-menu-link:before{display: none !important;}
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, .custom-html-widget dl{
		font-size: 14px !important;
		line-height: 1.2 !important;
		font-weight: 400 !important;
		color: #fff !important;
		padding: 5px 10px !important;
	}
	.mega-sub-menu .mega-sub-menu .mega-sub-menu{padding-left: 0 !important;}
	.page-contain .oval-outer .box{font-size: 19px;}
	.page-contain dl{padding: 0;}
	.best-company img, .best-company span{font-size: 29px;}
	.best-company img{
		display: block;
		margin: 0 auto;
	}
	.best-company span em{font-size: 20px;}
	.best-company span, .best-company span em{display: block;}
	.page-contain{line-height: 1.1;}
	#gaq_type_of_coverage-error{display: block !important;}
}
@media screen and (max-width:479px) {
	.page-contain dl dt, .page-contain dl dd{
		float: none;
		display: block;
		text-align: center;
		width: 100%;
	}
	.page-contain dl{
		border-top:2px solid #8cc53f;
		margin-top: 15px;
		padding-top: 15px;
	}
	.page-contain dl dd{
		border-bottom:1px solid #8cc53f;
		padding-bottom: 10px;
	}
	.page-contain .oval{
		width: 216px;
		height: 210px;
	}
	.page-contain .oval{font-size: 80px;}
	.page-contain .oval sup{font-size: 44px;}
}
/*------*/

#hiddenRecaptcha-error { display: none;  }
/* .slideset div:first-child .caption {display:none !important;} */

.site-info > ul > li:first-child a {
    border-left: 0;
    background: #00adee;
    padding: 8px 15px;
    margin: -5px -7px -5px 0;
    vertical-align: top;
    position: relative;
    z-index: 5;
}

.img2022 * {
	height: auto !important;
}



/* LaFleur New Page CSS */
.page-template-alt {
	padding: 40px 0 80px;
}
@media (max-width: 767px) {
	.page-template-alt {
		padding: 40px 0 0;
	}
}
.page-template-alt .sidebar {
	padding: 0 0 15px;
}
.page-template-alt .wp-block-button a {
	text-decoration: none;
	border: 1px solid #8cc53f;
}
.page-template-alt .wp-block-button a:hover {
	color: #8cc53f !important;
	background-color: transparent !important;
}
.page-template-alt .row > .content {
	display: flex;
	flex-flow: column nowrap;
	gap: 50px;
}
@media (max-width: 767px) {
	.page-template-alt .row > .content {
		gap: 30px;
	}
}
.page-template-alt section {
	gap: 20px;
}
.page-template-alt .title-group {
	gap: 15px;
}
.page-template-alt .title-group .count {
	padding: .1em .5em;
    color: #fff;
    background-color: #8cc53f;
    border-radius: .5em;
}
.page-template-alt .content mark {
	padding: 0;
}
.page-template-alt .cta-box {
	padding: 30px;
}
.page-template-alt .content ul li a, .page-template-alt .content p a {
	color: #8cc53f;
}
.page-template-alt .state-grid {
	gap: 20px;
}
@media (max-width: 991px) {
	.page-template-alt .state-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
.page-template-alt .accordion {
	width: 100%;
}
.page-template-alt .coverage-cover-image {
	min-height: unset;
	aspect-ratio: 1024 / 510;
}
