html, body {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
}
p {
    font-family: 'Open Sans', sans-serif;
}
a {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    -kthtml-transition: all .2s linear;
}
a {
    color: #52b336;
    font-weight: 600;
}
}
a:hover{
    text-decoration: none;
    color: #52b336;
}
.white-fade {
    background: -moz-linear-gradient(left, rgba(0,40,57,1) 0%, rgba(0,40,57,1) 40%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,40,57,1) 0%,rgba(0,40,57,1) 40%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(0,40,57,1) 0%,rgba(0,40,57,1) 40%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    opacity: 1 !important;
    background-color: transparent !important;
}
.white-fade.to-left {
    background: -moz-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    opacity: 1 !important;
    background-color: transparent !important;
}
.dkblue-fade{
    background: -moz-linear-gradient(left,  rgba(0,40,57,1) 0%, rgba(0,40,57,1) 40%, rgba(0,40,57,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,40,57,1) 0%,rgba(0,40,57,1) 40%,rgba(0,40,57,0) 100%);
    background: linear-gradient(to right,  rgba(0,40,57,1) 0%,rgba(0,40,57,1) 40%,rgba(0,40,57,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002839', endColorstr='#00002839',GradientType=1 );
    opacity: 1 !important;
    background-color: transparent !important;
}
.bg-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	z-index: 0
}
section {
    position: relative;
}
.clearfix {
	float: left;
	width: 100%;
	clear: both
}
h1 {
    font-family: 'Lato', san-serif;
    font-size: 72px;
    color: #fff;
    font-weight: 300;
    text-transform: none;
}
h2 {
    font-family: 'Lato', san-serif;
    font-size: 52px;
    color: #002839;
    font-weight: 200;
    text-transform: none;
}
h3 {
    font-family: 'Lato', san-serif;
    font-size: 30px;
    color: #002839;
    font-weight: 500;
    text-transform: none;
}

h4 {
    font-family: 'Lato', san-serif;
    font-size: 20px;
    color: #002839;
    font-weight: 600;
    text-transform: none;
}

h5 {
    font-family: 'Lato', san-serif;
    font-size: 14px;
    color: #52b336;
    font-weight: 600;
    text-transform: none;
}

h6 {
    font-family: 'Lato', san-serif;
    font-size: 14px;
    color: #002839;
    font-weight: 600;
    text-transform: uppercase;
}
.post-info h2, .post-info h2 a, .blog-individual-title h1, .blog-individual-title h1 a {
    font-size: 36px;
    font-weight: 500;
    color: #002839;
}
.blog-individual-title h1 {
    margin-top: 0;
}
.post-info h2 a:hover {
    text-decoration: none;
}
.featured-image-container {
    position: relative;
    width: 100%;
    min-height: 250px;
}
.featured-image {
    min-height: 250px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.item-container .item {
    margin-bottom: 75px;
}
a.continue-btn {
    font-size: 18px;
    font-weight: 600;
    color: #52b336;
}
a.continue-btn:hover {
    text-decoration: none;
}
a.continue-btn span{
    font-size: 22px;
}
body, p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #515151;
    line-height: 1.66em;
}
.fixed-left {
    position: absolute !important;
    z-index: 99999;
    height: 600px;
    position: absolute;
    width: 300px;
    background: transparent;
    border: none;
}
.fixed-left .logo-wrapper {
    float: left;
    left: 0;
    width: 100%;
    height: 50px !important;
    margin-top: 60px;
}
.fixed-left .logo-wrapper a img {
    max-width: 140px !important;
}
.fixed-left .logo-wrapper a {
    margin-left: 50px !important;
}
.fixed-left ul {
    list-style: none !important;
    padding: 0;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.fixed-left ul li {
    height: auto !important;
    line-height: 40px !important;
}
.fixed-left ul li a {
    margin-left: 30px;
    font-weight: bold;
    font-size: 14px;
    color: #002839;
    padding-right: 20px !important;
    padding-left: 20px !important;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: block;
}
.fixed-left ul li a:hover {
    text-decoration: none;
}
nav.fixed-left>.container {
    padding-left: 0;
    width:100%;
}
.fixed-left ul li:last-child {
    background: #52b336;
    margin-top: 30px !important;
    max-width: 180px;
}
.fixed-left ul li:last-child a {
    margin-left: 0 !important;
    color: white !important;
    font-weight: bold;
    font-size: 17px !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}
.fixed-top .logo-wrapper a img {
    max-width: 140px;
    padding-top: 20px;
}
.fixed-top .logo-wrapper {
    float: left;
}
.fixed-top .menu-wrapper {
    float: right;
}
.fixed-top .menu-wrapper ul {
    list-style: none !important;
    padding-left: 0;
    float: right;
    width: auto !important;
    margin-top: 5px;
}
.fixed-top .menu-wrapper ul li{
    float: left;
    height: 55px !important;
    line-height: 55px !important;
    padding-left: 20px;
    padding-right: 20px;
    position:relative;
}
.fixed-top .menu-wrapper ul li a {
    line-height: 20px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    color: #002839;
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.fixed-top .menu-wrapper ul li a:hover {
    text-decoration: none;
}
.fixed-top .menu-wrapper ul li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform-origin: left center;
    transition: all .15s ease-out;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    margin-top: -17px;
}
.fixed-top .menu-wrapper ul li:hover a::after {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
    background: #52b336;
}
.navbar-default.fixed-top {
    background: white;
    border-radius: 0;
    border-right: transparent;
}
.navbar-default.fixed-left {
    background: transparent !important;
}
@media screen and (max-width: 1600px){
    .hero .col-md-8 {
        margin-left: 130px;
    }
}
@media screen and (max-width: 1250px){
    .hero .col-md-8 {
        margin-left: 200px;
    }
}
@media screen and (max-width: 1140px){
    .hero .col-md-8 {
        margin-left: 0;
    }
}
.navigation-link {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #52b336;
    padding: 10px 35px;
    border: 1px solid #52b336;
}
.navigation-link:hover, .navigation-link:active, .navigation-link:focus {
    text-decoration: none;
    color: white;
    background: #52b336;
}
.navigation-link span {
    font-size: 22px;
}
.author-date {
    font-size: 14px;
    font-weight: 600;
}
.blog-search input {
    border: 1px solid #002839;
    padding: 13px 30px;
    width: 100%;
}
.blog-search p, .sidebar-newsletter p {
    font-size: 12px;
}
.sidebar-cta img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.sidebar-cta a {
    display: block;
}
.sidebar-cta, .sidebar-newsletter {
    margin-top: 40px;
}
.sidebar-newsletter label{
    display: none !important;
}
.sidebar-newsletter input {
    width: 100% !important;
}
.sidebar-newsletter input {
    border: 1px solid #002839;
    padding: 7px 15px;
}
.sidebar-newsletter form fieldset {
    margin-top: 10px !important;
}
.sidebar-newsletter form {
    margin-top: 15px;
}
.sidebar-newsletter input[type="submit"]{
    margin-top: 10px;
    background: #52b336;
    color: white;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: transparent;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hs_submit{
    margin-right: 8px;
}
.sidebar-recent-posts, .sidebar-categories {
    margin-top: 50px;
}
.sidebar-recent-posts .post-item {
    color: #002839;
    line-height: 17px;
    margin-bottom: 14px;
}
.sidebar-recent-posts .post-item a {
    color: #002839;
    font-size: 17px;
    line-height: 32px;
}
.sidebar-recent-posts .post-item a:hover {
    color: #52b336;
    text-decoration: none;
}
.sidebar-categories ul {
    list-style: none !important;
    margin-left: 0;
    padding-left: 0;
}
.sidebar-categories ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.footer-wrapper .mk-col-1-5 {
    float: left;
    padding-left: 25px;
    padding-right: 25px;
}
.footer-wrapper .mk-col-1-5:nth-child(2) {
    width: 28%;
}
.footer-wrapper .mk-col-1-5:nth-child(3) {
    width: 13%;
}
.footer-wrapper .mk-col-1-5:nth-child(4) {
    width: 15%;
}
.footer-wrapper .mk-col-1-5:nth-child(4) .widgettitle {
    margin-top: 4px;
}
.footer-wrapper .mk-col-1-5:nth-child(5) {
    width: 23%;
    padding-top: 4px !important;
}
.footer-wrapper .footer-2 p {
    font-size: 19px !important;
}
#mk-footer .footer-wrapper .footer-1 img {
    max-width: 100px !important;
    margin-bottom: 20px;
}
.footer-wrapper .footer-1 p {
    padding-top: 18px;
    border-top: 1px solid #52b336;
    font-size: 12px !important;
}
.footer-wrapper p.bigger {
    font-size: 19px !important;
    line-height: 21px;
}
.footer-wrapper p.smaller {
    font-size: 12px !important;
}
.footer-wrapper li a svg {
    display: none !important;
}
.footer-wrapper li a {
    padding: 0 !important;
    font-size: 14px;
}
#mk-footer .widgettitle {
    margin-bottom: 5px;
}
.footer-wrapper .footer-4>a {
    font-size: 14px !important;
}
.footer-wrapper .footer-4 {
    padding-top: 6px;
}
.footer-wrapper .footer-4 .social-footer-container {
    padding-top: 13px;
}
#mk-footer .footer-wrapper.mk-grid {
    padding: 70px 0 50px 0;
}
.wpb_raw_code .social-footer-container ul, .wpb_raw_code .social-footer-container ul li:nth-child(1) {
    margin-left: 0;
}
.wpb_raw_code .social-footer-container ul li a {
    display: block;
    width: 40px !important;
    height: 30px !important;
    line-height: 20px;
    padding: 0 !important;
    text-align: center;
    padding-top: 9px !important;
}
#contact-social-list {
    float: left;
    width: 100%;
}
.footer-wrapper ul {
    padding-left: 0;
    list-style: none;
}
.social-footer-container ul {
    list-style: none !important;
    float: left;
    padding-left: 0;
    width: 100%;
}
.social-footer-container li {
    float: left;
    margin-right: 7px !important;
}
.social-footer-container li a {
    border: 2px solid #52b336;
    border-radius: 50%;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    color: #52b336;
    display: block;
    text-align: center;
}
.social-footer-container li a i {
    color: #52b336;
}
.post-content {
    margin-top: 45px;
}
.navbar-header.mobile {
    display: none;
}
.quote-container {
    position: relative;
    padding-left: 75px;
    padding-right: 75px;
    font-size: 28px;
}
.quote-before {
    color: #43cc8f;
    position: absolute;
    font-size: 130px;
    z-index: 9999;
    left: 0;
    top: 30px;
    font-family: "Lato";
    font-style: italic;
}
.quote-after {
    color: #43cc8f;
    position: absolute;
    font-size: 130px;
    z-index: 9999;
    right: 0;
    top: 30px;
    font-family: "Lato";
    font-style: italic;
}
.newsletter-form-wrapper {
    margin-top: 55px;
}
.newsletter-form-wrapper .hs_submit input {
    margin-left: 20px;
    background: #003549;
    color: white;
    font-weight: bold;
    border: none;
    outline: none;
    padding: 17px 40px;
}
.newsletter-form-wrapper .input input {
    border: 3px solid #003549;
    padding: 15px 35px;
    font-size: 20px;
    width: 100%;
}
.newsletter-form-wrapper .hs_email {
    float: left;
    width: 70%;
}
.newsletter-form-wrapper .hs_submit{
    float: left;
    width: 26%;
}
.newsletter-form-wrapper ul {
    list-style: none !important;
}
.newsletter-form-wrapper label {
    display: none;
}
.navbar-header.mobile {
    width: 100%;
    z-index: 99999;
    position: relative;
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
}
section>.container>.row {
    float: left;
    width: 100%;
}
.dealers-site, .main-site {
    float: left;
    width: 50%;
}
.dealers-site a {
    float: right;
}
.main-site a {
    float: left;
}
.ct-404-btns-container{
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.dealers-site a:hover, .main-site a:hover {
    color: white;
}
.dealers-site a, .main-site a {
    background: #52b336;
    color: white;
    font-weight: bold;
    padding: 15px 50px;
    margin-right: 25px;
    margin-left: 25px;
    font-size: 20px;
}
.four-oh-four h1 {
    font-weight: 900;
    font-size: 40px;
    text-align: center;
}
.four-oh-four h3 {
    color: #52b336;
    font-weight: 900;
    text-align: center;
    font-size: 120px;
    margin-top: 50px;
    margin-bottom: 65px;
}
.desktop-header-2 ul li:last-child, .desktop-header.fixed-top ul li:last-child {
    max-width: 180px;
    margin-top: 0px;
    background: #52b336;
    height: 35px !important;
    line-height: 30px !important;
    margin-top: 10px;
}
.desktop-header-2 ul li:last-child a, .desktop-header.fixed-top ul li:last-child a {
    color: white !important;
}
.desktop-header-2 ul li:last-child a:after, .desktop-header.fixed-top ul li:last-child a:after {
    margin-top: 0 !important;
}
.desktop-header-2 ul li {
    height: auto;
    line-height: 40px;
}
@media screen and (max-width: 1140px) {
    .desktop-header, .desktop-header-2 {
        display: none !important;
    }
    .navbar-header.mobile{
        display: block;
    }
    .navbar-header.mobile img {
        max-width: 150px;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 20px;
    }
    .navbar-toggle .icon-bar {
        background: #696969;
    }
    #navbar {
        position: absolute;
        left: 0;
        top: 77px;
        z-index: 99999;
        width: 100%;
        background: white;
    }
    #navbar ul {
        list-style: none;
        padding-left: 10px;
        /*margin-left: 25px;*/
    }
    #navbar ul li a{
        line-height: 45px;
    }
     h1 {
        font-size: 52px;
        line-height: 50px;
    }
    header {
        height: auto !important;
        width: 100% !important;
    }
    header .header-logo {
        width: auto !important;
        margin-top: 23px !important;
    }
    .header-style-1.header-align-left.fixed-left .header-logo a{
        margin-left: 30px !important;
    }
    .mk-responsive-wrap form {
        display: none !important;
    }
    .page-section-fullwidth>.mk-padding-wrapper{
        padding-left: 0;
        padding-right: 0;
    }
    .bg-overlay.white-fade {
        background-color: rgba(255,255,255,0.9) !important;
        background: rgba(255,255,255,0.9) !important;
    }
    .icons-container-promo-off>.vc_col-sm-2 {
        width: 50%;
        float: left;
    }
    .navbar-toggle {
        display: block;
    }
    body .navbar-collapse.collapse.in {
        display: block !important;
    }
}
@media screen and (max-width: 992px) {
    #mk-footer .mk-col-1-5 {
        width: 100%;
    }
    .lower-cta, .lower-cta p {
        text-align: center;
    }
    .hero .col-md-8 {
        float: left;
        width: 100%;
    }
    section>.container>.row {
        padding-left: 20px;
        padding-right: 20px;
        float: left;
        width: 100%;
    }
    .newsletter-form-wrapper .hs_submit {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    h2 {
        font-size: 42px;
        line-height: 40px;
    }
    .custom-cta .vc_col-sm-4 .mk-text-block, .custom-cta .vc_col-sm-4 .mk-text-block p {
        text-align: center;
    }
    .custom-cta .vc_col-sm-8 .mk-text-block p span {
        font-size: 18px !important;
    }
    .super-big-title {
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
    }
    div [class^="profile-trigger"] {
        width: 100%;
    }
    .profile .wpb_single_image {
        text-align: left !important;
    }
    .newsletter-form-wrapper .hs_email {
        width: 100%;
        margin-bottom: 25px;
    }
    .newsletter-form-wrapper .hs_submit input {
        width: 100%;
        margin-left: 0;
    }
}
dd, dt, li {
    line-height: 1.66em;
}
#nav_menu-2 li a {font-size:14px;}
.social-footer-container li a {font-size:16px !important;}
.widgettitle {font-size:16px;}
#text-2 a{font-size:12px !important;}

.tri-wrapper-inner {
    background: #003549;
    width: 32%;
    -webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;    
box-sizing: border-box;        
padding: 50px;
float:left;
margin-right:1%;
}
.tri-wrapper-inner.second {
    background: #58bd4e;
}
.tri-wrapper {
    margin-top: 50px;
}
.tri-title {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #00af49;
    line-height: 1;
}
.tri-wrapper-inner.second .tri-title {
    color: white;
}
.tri-wrapper-container p {
        color: white;
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
}
@media screen and (max-width: 850px) {
    .tri-wrapper-inner {
        width: 100%;
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 1200px) {
    .tri-wrapper-inner.first {
        max-height: 352px;
    }
    .tri-wrapper-inner.second {
        max-height: 352px;
    }
    .tri-wrapper-inner.third {
        max-height: 352px;
    }
}


/*DevTeam Styling*/

.fixed-left ul.hs-menu-children-wrapper {display: none;position:relative;margin-top: 0 !important;max-width:255px;}
.fixed-left li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover .hs-menu-children-wrapper {display: block;background-color: #ffffff;}
.fixed-left .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2, .fixed-left .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:last-child {background: none !important;height:auto !important;margin-top: 0 !important;line-height:20px !important;width:180px; padding:15px 0 0 0;}
.fixed-left .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a, .fixed-left .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:last-child a {color: #002839 !important;font-size:14px !important;margin-left: 100px !important;padding-bottom:5px;}
.fixed-left .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:hover a, .fixed-left .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:last-child:hover a {color: #00bc24 !important;}

.fixed-left .hs-menu-depth-1 a{display: inline-block !important;}
.fixed-left .hs-menu-depth-1 a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform-origin: left center;
    transition: all .15s ease-out;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    margin-top: -10px;
}
.fixed-left .hs-menu-depth-1:hover a::after {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
    background: #52b336;
}
.fixed-left .hs-menu-depth-1:hover .hs-menu-item.hs-menu-depth-2 a::after{content:none !important;height:0 !important;}
/*.fixed-left .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a{}*/


.fixed-top .menu-wrapper ul li a{font-weight: 600 !important;}
.fixed-top ul.hs-menu-children-wrapper {display: none;position:absolute !important;width:180px !important;top: 47px;left:0;}
.fixed-top li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover .hs-menu-children-wrapper {display: block;background-color: #ffffff;}
.fixed-top .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2, .fixed-top .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:last-child {padding: 10px 10px !important; height:auto !important;background: none !important;width:100% !important;line-height:20px !important;margin-top: 10px;margin-bottom: 10px;text-align:left;}
.fixed-top .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a, .fixed-top .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:last-child a {color: #002839 !important;padding-top: 20px !important;padding-bottom: 20px !important;font-weight: bold !important;}
.fixed-top .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:hover a, .fixed-top .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:last-child:hover a {color: #00bc24 !important;}
.fixed-top .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a:after{height:0 !important;}
.fixed-top .hs-menu-depth-1:last-child a {font-weight: bold !important;font-size: 18px;}


/*
.fixed-top .hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover {
    padding: 0 40px;
}
*/


.mobile-trigger, .child-trigger{display: none;}

@media (max-width: 1140px){

.mobile-trigger{display: inline-block !important;cursor: pointer;position: absolute;top: 0px;right: 10px;width: auto;height: auto;padding: 7px 10px 8px 10px;background: #ffffff;font-size: 16px;font-weight: normal;text-align: left;text-transform: uppercase;}
.mobile-trigger:hover{text-decoration: none;border-color: transparent;}
.mobile-open .mobile-trigger{border-color: transparent;}
.child-trigger{display: block !important;cursor: pointer;position: absolute;top: 0px;right: 0px;width: 55px !important;min-width: 55px !important;height: 45px !important;padding: 0 !important;border-left: 1px dotted rgba(255, 255, 255, .20);}
.child-trigger:hover{text-decoration: none;}
.hs-menu-children-wrapper{display: none;}  
ul.hs-menu-children-wrapper{visibility: visible !important;opacity: 1 !important;position: static !important;display: none;}
.hs-menu-wrapper{width: 100%;position: relative;top: 0;left: 0;padding: 0;}
.hs-menu-wrapper{width: 100%;}
.hs-menu-wrapper > ul > li{position: relative;}
.hs-menu-wrapper > ul > li a{font-size: 13px;line-height: 45px !important;overflow: visible;font-weight: 700;}
.mk-svg-icon {margin-top: 15px;margin-left: 15px;opacity: 0.5;}
.child-trigger:hover .mk-svg-icon {opacity: 1;}
.hs-menu-wrapper > ul li{border-top: 1px solid rgba(128,128,128,.2);}
.hs-menu-wrapper >  ul li a{padding: 0 10px;}
.hs-menu-wrapper > ul ul li{background-color:1px solid rgba(128,128,128,.2);}
.hs-menu-wrapper > ul ul li a{text-indent: 10px;font-size: 13px;font-weight: 600;}
.hs-menu-wrapper > ul ul ul li a{text-indent: 30px;}
.hs-menu-wrapper > ul ul ul ul li a{text-indent: 50px;}

.hs-menu-wrapper > ul li.hs-menu-depth-1:last-child {text-align: center;padding-right: 15px;padding-top:10px;}
.hs-menu-wrapper > ul li.hs-menu-depth-1:last-child a {background: #52b336;color: #fff;padding: 10px 20px;text-transform: uppercase;font-size: 18px;}

#navbar ul li a {width: 100%;display:block;}
    
}

/* MMI STYLE */

.fixed-left .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a, .fixed-left .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:last-child a {
	margin-left: 40px !important;
}
.fixed-left li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover .hs-menu-children-wrapper {
	display: block;
	background-color: transparent;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .fixed-left ul li li a {
        font-weight: 400 !important;
        letter-spacing: 0;
        line-height: 16px;
    }
}
/* bp_page footer styles */
#sub-footer {
  font-family: 'Open Sans';
  font-weight: 700;
  color: #8c8e91!important;
  letter-spacing: 1px;
  font-size: 11px;
  background-color: #43474d;
}
.mk-footer-copyright {
    line-height: 16px;
    float: left;
    padding: 25px 0 20px;
    padding-top: 25px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}
.clearboth {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    width: 0;
    height: 0;
}
.mk-grid {
    max-width: 1140px;
      width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
.mk-footer-copyright {
    text-align: center;
      display: block;
    float: none!important;
    clear: both;
    padding: 10px 10px 5px!important;
}
   #navbar a {
    color: #444 !important;
  }
  /* end page footer styles */
}