@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
body {
    /*font-family: 'Roboto', sans-serif;*/
}
h2, .h2 {
    font-size: 38px;
    text-transform: none;
}
.h3, h3 {
    font-size: 27px;
    font-family: ingra,arial,sans-serif;
}

hr {
    height: 1px;
    border: 0;
    background: #707070;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
}
.bttn {
    margin-top: 0;
    border-radius: 5px;
    padding: 15px 38px;
    letter-spacing: 1px;
}
.btn-underline {
    color: #818080;
    display: block;
    margin-top: 20px;
    font-size: 18px;
    text-decoration: underline;
}
.bttn.btn-clear {
    border: 1px solid #99c221;
    background: #fff;
    color: #99c221;
}
.bttn.btn-clear:hover {
    border: 1px solid #99c221;
    color: #fff;
    background: #99c221;
}
.container.full-width {
    max-width: 1670px;
    margin-left: auto;
    margin-right: auto;
}
.container.full-width.container-full {
	width: 100%;
	max-width: 100%;
}
.breadcrumb-container {
	display: none;
}
.bg-green {
    background: #99CA49;
}
.bg-lt-green {
    background: #F5FCEC;
}
.padding-top-100 {
	padding-top: 100px !important;
}
.padding-bottom-100 {
	padding-bottom: 100px !important;
}
.padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.padding-bottom-80 {
    padding-bottom: 80px;
}
.padding-top-80 {
    padding-top: 80px;
}
.padding-bottom-60 {
    padding-bottom: 60px;
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-bottom-40 {
    padding-bottom: 40px;
}
.padding-bottom-25 {
    padding-bottom: 25px;
}
.padding-top-25 {
    padding-top: 25px;
}
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.container.full-width.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.desktop_only {
    display: block;
}
.mobile_only {
    display: none;
}
.subpage-hero.landing-hero {
    align-items: center;
    min-height: 642px;
	margin-top: 0px;
}
.landing-hero .row.align-items-center {
    max-width: 1670px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.subpage-hero.landing-hero .iframewrapper {
    width: 100%;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    height: 100%;
    overflow: hidden;
}
.subpage-hero.landing-hero iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 175vh;
    min-width: 260vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.landing-content {
    z-index: 10;
    max-width: 485px;
    background-color: rgba(255, 255, 255, .9);
    padding: 36px 28px;
    box-shadow: 1px 1px 10px rgba(0,0,0,.12);
}
.landing-content h1 {
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 37px;
	color: #333;
    /*font-family: 'Roboto', sans-serif;*/
}
.landing-content p {
    font-size: 24px;
    font-weight: 300;
    /*font-family: 'Roboto', sans-serif;*/
    margin-bottom: 23px;
}
.heading h3 {
    max-width: 82%;
    margin: 13px auto;
}
.overflow-visible {
	overflow: visible;
}
.subpage-hero.landing-hero > .subpage-hero-bgimg::before {
    display: none;
}
.card-item {
    background-color: #F4F4F5;
    padding: 26px 25px;
    width: 470px;
    margin: 0 42px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.card-item:hover {
    transform: scale(1.1);
}
.card-img {
    position: relative;
}
.img-graphic {
    position: absolute;
    top: 36px;
    right: -65px;
}

.card-contents p {
	color: #333;
    padding-top: 12px;
    margin-bottom: 26px;
}
.slick-next.slick-arrow {
    background-color: transparent;
    border: 0;
    color: transparent;
    background-image: url('/media/21876/arrow-right.png');
    width: 80px;
    height: 80px;
    position: absolute;
    top: 40%;
    right: 9px;
    z-index: 10;
}
.slick-prev.slick-arrow {
    background-color: transparent;
    border: 0;
    color: transparent;
    background-image: url('/media/21875/arrow-left.png');
    width: 80px;
    height: 80px;
    position: absolute;
    top: 40%;
    left: 10px;
    z-index: 10;
}
.landing-tabbed {
    background-image: url('/media/21866/map-bkgrd.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    padding-top: 0;
}
.tab-block-nav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 89%;
    margin: 0 auto;
	position: relative;
	bottom: -26px;
	z-index: 99;
}
.tab-block-nav-wrapper.container-fluid-fixed > .row {
    max-width: 1670px;
    margin-left: auto;
    margin-right: auto;
}
.landing-tabbed .sub-heading {
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
	color: #333;
}
.landing-tabbed h2 {
    padding-bottom: 21px;
    color: #98c220;
}

.tab-block-nav .tab-block-link button {
    text-decoration: underline;
	padding: 0;
	color: #333;
}
.tab-block-nav .tab-block-link button.active, .tab-block-nav .tab-block-link button:hover {
    text-decoration: underline;
}
.tab-block-nav .tab-block-link button::after {
    display: none;
}
.landing-tabbed .btn-row {
    margin-top: 80px;
}
.btn-row .bttn {
    margin-top: 0;
    padding: 13px 60px;
    letter-spacing: 1px;
}
.btn-row .bttn ~ .bttn {
    margin-left: 41px;
}
.icon-row {
    width: 100%;
    display: flex;
    align-items: center;
}
.icon-item {
    width: 20%;
    margin: 0 40px;
}
.icon-item:hover .icon-img {
    background-color: #EAFACF;
}
.icon-item:first-child {
    width: 20%;
    margin-left: 0;
}
.icon-item:last-child {
    width: 20%;
    margin-right: 0;
}
.icon-img {
    border: 1px solid #99CA49;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    margin-bottom: 27px;
}
.icon-img img {
    max-width: 100%;
    display: block;
    margin: auto;
}
.icon-content p {
    font-size: 18px;
    margin-bottom: 12px;
	color: #333;
}
.icon-content .btn-underline{
    margin-top: 0;
    color: #99CA49;
    font-size: 16px;
}
.stat-container {
    padding: 100px 0;
}
.stat-row {
    display: flex;
    padding-top: 30px;
}
.bg-green h2 {
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    font-family: ingra,arial,sans-serif;
    text-align: center;
}
.stat-item {
    width: 33%;
    align-items: center;
    color: #fff;
    font-size: 18px;
}
.stat-item p {
    width: 49%;
    color: #333;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
    padding-left: 15px;
}
.stat-item span{
    font-family: ingra,arial,sans-serif;
     font-size: 82px;
    font-weight: 500;
    color: #fff;
}
.logo-row {
    display: flex;
    max-width: 62%;
    margin: 0 auto;
}
.logo-item {
    width: 25%;
    margin: 0 40px;
    padding: 0;
    text-align: center;
}
.logo-item p {
    color: #333;
    font-size: 14px;
    line-height: 20px;
	margin-bottom: 0;
}
.parallax-content {
    width: 100%;
    max-width: 889px;
    margin: auto;
    z-index: 10;
}
.parallax-container {
    overflow: hidden;
    text-align: center;
    background: transparent;
    padding: 100px 25px;
    position: relative;
}
.testimonial-slider {
    overflow: hidden;
}
.testimonialslider-wrapper {
    width: 100%;
}
.testimonialslider-content:before {
    content: open-quote;
    font-family: ingra,arial,sans-serif;
    display: block;
    font-size: 80px;
    font-style: italic;
    line-height: 76px;
}
.testimonialslider-content::after {
    content: close-quote;
    font-family: ingra,arial,sans-serif;
    display: block;
    font-size: 80px;
    font-style: italic;
    line-height: 76px;
    text-align: right;
    position: relative;
    right: 16px;
}
.testimonialslider-container .testimonialslider-content {
    font-size: 27px;
    line-height: 35px;
    color: #333;
    font-weight: 500;
    text-align: left;
}
.stars {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.fullheight-slidenav, .slick-dots {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.slick-dots li {
    padding-right: 10px;
    flex: 0 1 auto;
    align-self: auto;
    min-width: 0;
    min-height: auto;
    height: 16px;
}
.slick-dots li button {
    width: 80px;
    height: 16px;
    background: transparent;
    text-indent: -999px;
    overflow: hidden;
    border: 1px solid #98c220;
    margin: 0;
    padding: 0;
    position: relative;
}
.parallax-img {
    position: absolute;
    top: 0;
    background: transparent;
    border-radius: 999px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    display: block;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0,0,0,.05);
    box-shadow: none;
    opacity: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
}
.parallax-img1 {
    left: 8%;
    top: 35%;
}
.parallax-img2 {
    left: -1%;
    top: 55%;
}
.parallax-img3 {
    left: 8%;
    top: 75%;
}
.parallax-img4 {
    right: 10%;
    top: 33%;
}
.parallax-img5 {
    right: 2%;
    top: 57%;
}
.parallax-img6 {
    right: 12%;
    top: 80%;
}
.parallax-datapattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    z-index: 1;
    transform: translate(0,0);
}
.logo-grid {
    display: flex;
    flex-wrap: wrap;
}
.logo-grid a {
    max-width: 33%;
}
.logo-content {
    position: relative;
    z-index: 9;
}
.logo-content p {
    color: #333;
    font-family: ingra,sans-serif;
    font-size: 27px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 11%;
}
.home-hero-leftimg, .home-hero-rightimg {
    position: absolute;
}
.home-hero-leftimg {
    right: auto;
    left: -75%;
}
.home-hero-rightimg {
    position: absolute;
    left: auto;
    right: -78%;
}
.footer-top .container {
    padding-top: 0;
    padding-bottom: 0;
}
.footer-top h2 {
    font-size: 18px;
}
.footer-top p {
    margin: 0 auto 40px;
}
.overflow {
    overflow: hidden;
}

@media only screen and (max-width: 1670px) {
    .container.full-width {
        max-width: 100%;
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
    .tab-block-nav-wrapper.container-fluid-fixed {
        padding-left: 30px;
    }
    .icon-row {
        padding-left: 15px;
        padding-right: 15px;
    }
    .bg-green {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
    
}
@media only screen and (max-width: 1500px) {
    .parallax-img1 {
        left: -4%;
        top: 35%;
    }
    .parallax-img2 {
        left: -1%;
        top: 55%;
    }
    .parallax-img3 {
        left: 8%;
        top: 75%;
    }
    .parallax-img4 {
        right: -1%;
        top: 33%;
    }
    .parallax-img5 {
        right: 2%;
        top: 57%;
    }
    .parallax-img6 {
        right: 12%;
        top: 80%;
    }
}
@media only screen and (max-width: 1200px) {
    .icon-item {
        margin: 0 15px;
    }
    .bg-green {
        background: #99CA49;
        padding: 0 15px !important;;
    }
    .logo-row {
        display: flex;
        max-width: 90%;
        margin: 0 auto;
    }
    .parallax-img-wrapper {
        display: block;    
        top: 0;
        left: 0;
        width: 100%;
        height: 240px;
        position: relative;
        z-index: 2;
        overflow: hidden;
    }
    .parallax-container {
        padding-bottom: 0;
    }
    .parallax-img.customimg img, .parallax-img.customimg svg {
        max-height: 120px;
    }
    .parallax-img {
        transform: none !important;
    }
    .parallax-img1 {
        left: 17%;
        top: 0%;
    }
    .parallax-img2 {
        left: -1%;
        top: 19%;
    }
    .parallax-img3 {
        left: 19%;
        top: auto;
        bottom: -40px;
    }
    .parallax-img4 {
        right: 17%;
        top: 0;
    }
    .parallax-img5 {
        right: 0%;
        top: 31%;
    }
    .parallax-img6 {
        right: 20%;
        top: auto;
        bottom: -50px;
    }
}
@media only screen and (max-width: 1024px) {
    .sub-heading::after {
        display: none;
    }
    
}
@media only screen and (min-width:991px) {
    .order-lg-2 {
        order: 2;
    }
    .order-lg-1 {
        order: 1;
    }
}
@media only screen and (max-width:991px){
    .container.full-width {
        max-width: 100%;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .tab-block .row {
        display: block;
    }
	.tab-block-nav {
		bottom: auto;
    }
    .landing-tabbed .btn-row {
        justify-content: center;
    }
    .icon-row {
        flex-wrap: wrap;
    }
    .icon-item {
        width: 46%;
        margin: 0 15px;
        margin-bottom: 30px;
    }
    .icon-item:last-child {
        width: 46%;
        margin-right: 15px;
    }
    .icon-item:first-child {
        width: 46%;
        margin-left: 15px;
    }
    .card-item {
        margin: 0 auto 30px;
        width: 93%;
    }
    
    .logo-row {
        display: flex;
        max-width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    .logo-item {
        width: 25%;
        margin: 0 15px;
        padding: 0;
        text-align: center;
    }
}
@media only screen and (max-width: 768px) {
    h2, .h2 {
        font-size: 24px;
        text-transform: none;
        line-height: 28px;
    }

    .h3, h3 {
        font-size: 18px;
        font-family: ingra,arial,sans-serif;
        line-height: 24px;
    }

    .h4, h4 {
        font-size: 18px;
        font-weight: 600;
        color: #333;
        margin: 0 0 10px;
    }

    .landing-content h1 {
        font-size: 27px;
        color: #333;
        line-height: 34px;
        margin-bottom: 20px;
        /*font-family: 'Roboto', sans-serif;*/
    }

    .landing-content p {
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 23px;
        line-height: 18px;
    }
	.breadcrumb-container + .site-wrapper .grid-section > .container.padding-top-100:first-child {
		padding-top: 80px !important;
	}

    .subpage-hero > .subpage-hero-bgimg {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 752px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        left: auto;
        top: auto;
    }

    .subpage-hero.landing-hero {
        align-items: center;
        min-height: 642px;
        display: block;
        padding-bottom: 220px;
    }

    .landing-content {
        z-index: 10;
        top: -100px;
        position: absolute;
    }

    .landing-tabbed .sub-heading {
        display: block;
        font-size: 18px;
        font-weight: 500;
        color: #333;
    }

    .landing-tabbed h2 {
        padding-bottom: 10px;
    }

    .container.full-width.landing-tabbed {
        padding-bottom: 0;
    }

    .tab-block {
        font-size: 14px;
        line-height: 22px;
    }
    .tab-block-nav {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        width: 100%;
    }
    .landing-tabbed .btn-row {
        margin-top: 30px;
    }


    .icon-img {
        max-height: 177px;
    }
    .icon-item {
        width: 46% !important;
        margin: 0 2% 30px;
        max-width: 50%;
    }
    .icon-item:first-child, .icon-item:first-child  {
        width: inherit;
        margin-left: inherit;
        margin-right: inherit;
    }

    .icon-content p {
        color: #333;
        font-size: 14px;
        margin-bottom: 12px;
        line-height: 18px;
    }

    .icon-content .btn-underline {
        margin-top: 0;
        color: #99CA49;
        font-size: 13px;
    }

    .bg-green h2 {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        font-family: ingra,arial,sans-serif;
        text-align: center;
        line-height: 20px;
        text-align: left;
    }

    .stat-container {
        padding: 50px 30px;
    }

    .stat-row {
        display: flex;
        padding-top: 30px;
        flex-wrap: wrap;
    }

    .stat-item {
        width: 100%;
        align-items: center;
        color: #fff;
        font-size: 14px;
        padding-bottom: 15px;
    }

        .stat-item span {
            font-size: 60px;
            min-width: 105px;
        }

        .stat-item p {
            width: 65%;
            color: #333;
            font-size: 14px;
            line-height: 18px;
            margin-bottom: 0;
            padding-left: 15px;
        }

    .stars {
        max-width: 169px;
    }

    .testimonialslider-content::before {
        position: absolute;
        top: 0;
        z-index: 99999;
    }

    .testimonialslider-content::after {
        position: absolute;
        bottom: -22px;
    }

    .testimonialslider-container .testimonialslider-content {
        font-size: 15px;
        line-height: 20px;
        color: #333;
        font-weight: 500;
        text-align: left;
        padding-top: 50px;
    }

    .slick-dots li button {
        width: 44px;
        height: 8px;
    }
    .logo-content p {
        font-size: 15px;
        line-height: 20px;
    }
    .no-padding {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .footer-top {
        padding: 100px 0;
    }
    .footer-top h3 {
        font-size: 30px;
        color: #fff;
        line-height: 34px;
    }
    .footer-top p {
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        max-width: 88%;
        margin: 0 auto 40px;
    }
    
}
@media only screen and (max-width: 767px) {
	.padding-bottom-100 {
		padding-bottom: 50px !important;
	}
	.padding-top-100 {
		padding-top: 50px !important;
	}
	.padding-bottom-80 {
		padding-bottom: 40px !important;
	}
	.padding-top-80 {
		padding-top: 40px !important;
	}
	.page-break {
		padding: 30px 0 0 !important;
	}
    .md-block {
        display: block !important;
    }
    .subpage-hero > .subpage-hero-bgimg {
        height: 427px;
    }
	.subpage-hero.landing-hero iframe {
		-webkit-transition: all 0s linear;
		-ms-transition: all 0s linear;
		-moz-transition: all 0s linear;
		transition: all 0s linear;
		width: 100vw;
		height: 56.25vw;
		min-height: 100vh;
		min-width: 177.77vh;
		position: absolute;
		top: 50% !important;
		left: 50%;
		transform: translate(-50%,-50%);
  
	}
	.subpage-hero.landing-hero iframe.mobile_only {
		height: 150vw;
		width: 106.25vw;
				   
		min-height: 227.77vw;
	}
	.desktop_only {
		display: none;
	}
	.mobile_only {
		display: block;
	}
	.subpage-hero.landing-hero .iframewrapper {
		width: 100%;
		position: absolute !important;
		top: -15% !important;
		left: 0 !important;
		height: 100%;
		overflow: hidden;
	}
    .tab-block-nav-wrapper.container-fluid-fixed {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: -9px auto;
        max-width: 139px;
        padding: 0;
        z-index: 999;
    }
    .tab-block-nav {
        overflow: visible;
    }
    .tab-block-nav .tab-block-link button {
        color: transparent;
        width: 19px;
        height: 19px;
        border-radius: 50px;
        background: #99CA49;
        padding: 0;
    }
    .tab-block-nav .tab-block-link button.active {
        color: transparent;
        background: #818080;
    }
    .tab-block-nav .tab-block-link button:hover {
        color: transparent;
        text-decoration: none;
        background: #818080;
    }
    .parallax-container {
        padding: 43px 25px 0;
    }
    .parallax-img-wrapper {
        display: block;    
        top: 0;
        left: 0;
        width: 100%;
        height: 240px;
        position: relative;
        z-index: 2;
        overflow: hidden;
    }
    .parallax-img.customimg img, .parallax-img.customimg svg {
        max-height: 80px;
    }
    .parallax-img.customimg {
        transform: none !important;
        padding: 0;
    }
    .parallax-img1 {
        left: -2%;
        top: 7%;     
    }
    .parallax-img2 {
        left: 22%;
        top: 24%;
    }
    .parallax-img3 {
        left: 5%;
        top: auto;
        bottom: 11%;
    }
    .parallax-img4 {
        right: 17%;
        top: 9%;
    }
    .parallax-img5 {
        right: 0%;
        top: 38%;
    }
    .parallax-img6 {
        right: 20%;
        top: auto;
        bottom: 0;
    }
    .logo-item {
        width: 41%;
        margin: 0 15px;
        padding: 0;
        text-align: center;
        max-width: 50%;
    }
    .bg-lt-green h3 {
        text-align: left !important;
    }
}
@media only screen and (max-width: 600px) {
    .padding-80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .bttn {
        margin-top: 0;
        padding: 15px 0px;
        letter-spacing: 1px;
        width: 100%;
        text-align: center;
    }
    .btn-underline {
        color: #818080;
        display: block;
        margin-top: 20px;
        font-size: 14px;
        text-decoration: underline;
    }
    .img-graphic {
        position: absolute;
        top: 36px;
        right: -45px;
    }
    .card-contents p {
        display: none;
    }
    .card-img {
        padding-bottom: 21px;
    }
    .logo-grid img {
        max-width: 49%;
    }
    .logo-grid {
        padding-top: 15px;
    }
}

@media only screen and (max-width: 500px) {
    .d-flex.btn-row {
        display: block !important;
    }
    .btn-row .bttn ~ .bttn {
        margin-left: 0;
        margin-top: 16px;
    }
    .landing-tabbed {
        background: none;
    }
	.logo-item {
		width: 75%;
		margin: 0 auto 30px;
		max-width: 60%;
	}
}
@media screen and (device-aspect-ratio: 40/71) {
	.landing-content {
		top: -60px;
	}
}