* {
    box-sizing: border-box;
}
body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #707070;
    font-family: 'Poppins', sans-serif;
}
p {
    font-size: 17px !important;
    line-height: 1.4 !important;
    color: #0E2D3B;
    margin-bottom: 15px !important;
}
.page-content li {
    font-size: 17px !important;
    line-height: 20px !important;
    color: #0E2D3B !important;

}
h2 {
    font-size: 22px !important;
    line-height: 30px !important;
    color: #004023 !important;
    font-weight: 600 !important;
    margin: 0 0 40px 0 !important;
}
h1 {
    font-size: 27px !important;
    line-height: 30px !important;
    color: #004023 !important;
    font-weight: 600 !important;
    margin: 0 0 50px 0 !important;
}
h3 {
    font-size: 20px !important;
    line-height: 30px !important;
    color: #004023 !important;
    font-weight: 600 !important;
    margin: 0 0 10px 0 !important;
}
.top-bar-section .dropdown li {
	padding: 10px;
	background: #004023;
}
.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
	background: #004023;
}

.content ol li,
.content ul li,
.content ul li p,
.content ul li p a {
    color: #0E2D3B;
}
html body .content ul {
    margin-left: 12px;
    padding-top: 25px;
}
html body .content ul li{    
    list-style: disc;
    margin-bottom: 10px;
}
.container {
    max-width: 1114px;
    width: 100%;
    margin: 0 auto;

}
.trans_03s {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.trans_05s {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.row {
    max-width: 100%;
}
.row-reverse {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.padding-null .columns {
    padding: 0;
}
.btn {
    padding: 15px 12px;
    border-radius: 13px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    max-width: 300px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    transition: 0.3s all ease;
    -webkit-box-shadow: 0px 4px 6px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 6px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 6px 2px rgba(0,0,0,0.2);
}
.btn-green {
    background-color: #C8D651;
}
.btn-green:hover {
    background-color: #9ba92d;
    color: #fff;
}
.btn-danger {
    background-color: #F86011;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-danger:hover {
    color: #fff;
    background-color: #b74306;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


/*--- Header CSS Start ---*/
.header {
    width: 100%;
    background: url(../images/header-bg.png) center center no-repeat #7bc8fe;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}
.fixedhead .header {
    position: fixed;
    -webkit-box-shadow: 1px 0px 9px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 0px 9px rgba(0,0,0,0.3);
    -o-box-shadow: 1px 0px 9px rgba(0,0,0,0.3);
    box-shadow: 1px 0px 9px rgba(0,0,0,0.3);
}
.top-links {
    padding: 25px 0 10px 0;
}
.top-links a {
    font-size: 14px;
    font-weight: 500;
    color: #004023;
    margin-left: 0;
}
.top-links a:hover {
    color: #004023;
}
.top-links a i {
    margin-right: 10px;
    color: #C8D651;
    font-size: 16px;
}
.top-links a .icon {
    max-width: 20px;
    max-height: 22px;
}
.top-links ul,
.top-links ul li {
    display: inline-block;
    vertical-align: top;
}
.top-links ul li:after {
    content: '|';
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;    
}
.top-links ul li:last-child:after {
    content: none;
}
.logo {
    max-width: 300px;
    padding-top: 10px;
}
.logo img {
    width: 100%;
}
.wrapper:not(.fixedhead) .logo-fixed {
    display: none;
}
.wrapper.fixedhead .logo-init {
    display: none;
}
.wrapper.fixedhead .logo img {
    max-width: 300px;
}

.top-bar {
    background-color: transparent;
    height: auto;
}

.menu-row {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-bottom: 25px;
    border-bottom: 1px solid #AFAFAF;
}
.top-bar-section ul li>a {
    font-size: 18px;
    font-weight: 600;
    color: #6D6D6D;
    background: transparent;
    padding: 0;
    line-height: 1;
    height: auto;
}
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section ul li {
    background: transparent;
    padding: 0;
    line-height: 1;
    height: auto;
    padding: 0;
}
.top-bar-section .menu-main > li {
    padding: 0;
    margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.top-bar-section ul.menu-main > li > a:hover,
.top-bar-section ul.menu-main > li:not(.has-form) > a:not(.button):hover,
.top-bar-section ul.menu-main > li:hover > a,
.top-bar-section ul.menu-main > li:not(.has-form) > a:not(.button):hover {
    color: #ffffff !important;
    background: #01260B !important;
}
.menu-for ul li a {
    color: #EDF1F3;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.top-bar-section ul li > a {
    font-family: 'Poppins', sans-serif;
}
.top-bar-section {
    line-height: 0;
}
html body .header .top-bar-section .menu-main > li > a {
    font-weight: 500;
    padding: 0 20px;
}
.menu-main li {
    position: relative;
}
.top-bar-section .menu-main > li:not(.has-form) > a:not(.button),
html body .top-menu .menu-main > li > a {
    line-height: 40px;
}

.top-menu {
    background: #004023;
    text-align: center;
}
.top-bar-section ul.menu-main {
    vertical-align: top;
    margin: 0 auto;
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
	background: #004023;
}
@media screen and (min-width: 641px){


    .top-bar-section .sub {
        min-width: 250px;
        width: auto;
        background: #004023;
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        text-align: left;
        -webkit-box-shadow: 1px 0px 9px rgba(0,0,0,0.3);
        -moz-box-shadow: 1px 0px 9px rgba(0,0,0,0.3);
        -o-box-shadow: 1px 0px 9px rgba(0,0,0,0.3);
        box-shadow: 1px 0px 9px rgba(0,0,0,0.3);
    }
    .top-bar-section .sub .sub {
        left: 100%;
        top: 0;
    }
    .top-bar-section .sub li {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .top-bar-section .sub li a {
        padding: 10px 20px !important;
        display: inline-block;
        line-height: initial;
        width: 100%;
        box-sizing: border-box;
        line-height: 15px !important;
        font-weight: 500;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }
    html body .top-bar-section .sub li:hover > a {
        background-color: #01260B !important;
        color: #ffffff !important;
    }
    .top-bar-section .sub li:first-child {
        padding-top: 0px;
    }
    .top-bar-section .sub li:last-child {
        padding-bottom: 0px;
    }
}
/*--- Header CSS End ---*/


.banner {
    min-height: 602px;
    background-image: url(../images/banner-bg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.cta-right {
    text-align: right;
}
.cta {
    font-size:  16px;
    line-height: 25px;
    color: #004023;   
    font-weight: 600;
    /*background: #649780;*/
    padding: 10px 65px 10px 20px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    border-radius: 25px;
    background: url(../images/beeldmerk.png) right top no-repeat #649780;
    background-size: contain;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.cta:hover {
    color: #004023; 
}



/*--- Home Content CSS Start ---*/
.btf {
    padding: 70px 0;
}
.left-blurb {
    padding-right: 50px;
}
.btf1 {
    padding-bottom: 0;
}
.btf1 .btf1-imgs {
    margin-top: 70px;
    text-align: center;
}
.btf1 .btf1-imgs ul {
    margin: 0;
    padding: 0;
}
.btf1 .btf1-imgs li {
    display: inline-block;
    vertical-align: bottom;
    width: calc(19% - 50px);
    margin: 0 25px;
}
.btf1 .btf1-imgs li img {
    width: auto;
    max-height: 80px;
    margin: 0 auto;
}
.btf1 .btf1-links {
    padding: 20px 0;
    text-align: center;
    background: #004023;
}
.btf1 .btf1-links .link {
    display: inline-block;
    vertical-align: top;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 80px;
}
.btf1 .btf1-links .link:first-child {
    margin-left: 0;
}
.btf1 .btf1-links .link:last-child {
    margin-right: 0;
}
.btf1 .btf1-links .link::before {
    content: '';
    display: inline-block;
    vertical-align: top;
    background: url(../images/check-circle.png) center center no-repeat;
    background-size: cover;
    margin-top: 3px;
    margin-right: 14px;
    width: 22px;
    height: 22px;
}

.btf2 {
    font-size: 0;
    text-align: right;
    position: relative;
}
.btf2 .btf2-left {
    min-height: 490px;
    width: 40%;
    background: url(../images/btf2-bg.png) center center no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.btf2 .btf2-right {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    background: #D5D5D5;
    margin-left: auto;
}
.btf2-blurb {
    padding: 70px;
    padding-right: 20px;
    max-width: 700px;
    text-align: left;
}
.btf2 .cta {
    margin-top: 20px;
}

/*--- Home Content CSS End ---*/



/*--- Footer CSS Start ---*/
.footer {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.footer-inner {
    max-width: 1100px;
    margin: 0 auto;   
}
.footer-top {
    background: url(../images/footer-logo-bg.png) center 50px no-repeat #004023;
    background-size: contain;
    padding: 70px 0;
}
.footer-top .columns {
    text-align: center;
}
.footer-top .footer-links {
    width: auto;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    min-width: 120px;
}
.footer p.address {
    line-height: 30px;
}
.footer-top .columns:last-child .footer-links {
    padding-top: 50px;
}



.footer .footer-container {
    max-width: 860px;
    margin-left: auto;
    padding: 50px 0 0 0;
    margin: 0 auto;
}
.footer-links {
    margin-bottom: 25px;
}
.footer-links a {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding-right: 5px;
}
.footer-links a:hover {
    color: #EDF1F3;
    padding-left: 5px;
    padding-right: 0;
}
.footer-links h4,
.footer-links li {
    font-size: 20px;
    font-weight: 600;
    color: #EDF1F3;
    line-height: 1.5;
}
.footer-links h4 {
    margin: 0 0 20px 0;
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    color: #EDF1F3;
    text-transform: capitalize;
}
.footer-links li,
.footer-links a,
.footer-links p {
    font-size: 15px;
    line-height: 23px;
    color: #EDF1F3;
    font-weight: normal;
    margin-bottom: 0;
}
.footer-links ul li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 10px;
}
.footer-links ul li::before {
    content: '';
    background: #EDF1F3;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 9px;
    left: 0;
}
.footer-scoial li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.footer .footer-scoial {
    text-align: left;
    margin-top: 30px;
}
.footer .footer-scoial li::before {
    content: none;
}
.footer .footer-scoial li a:hover {
    padding-left: 0;
}
.footer .footer-scoial li img {
    max-width: 35px;
}
.footer-copy {
    background: #3B3B3B;
    text-align: center;
    padding: 15px 0;
}
.footer-copy li {
    display: inline-block;
    vertical-align: top;
}
.footer-copy li::after {
    content: '-';
    display: inline-block;
    vertical-align: middle;    
    margin-left: 5px;
}
.footer-copy li:last-child::after {
    display: none;
}
.footer-copy li,
.footer-copy li a,
.footer-copy li p {
    color: #EDF1F3;
    font-size: 14px;
}
/*--- Footer CSS End ---*/



/*--- Responsive CSS ---*/
@media (max-width: 1440px) {
    .footer-img {
        max-width: 400px;
    }
}

@media (max-width: 1366px) {
    .top-links {
        padding-bottom: 15px;
    }
    .footer-img {
        max-width: 320px;
    }
    .banner {
            min-height: 600px;
    }   
    
}

@media (max-width: 1200px) {
    .top-links a {
        font-size: 12px;
    }
    .top-links ul li::after {
        margin: 0 4px;
    }
}

@media (max-width: 1100px) {  
    html body .header .top-bar-section .menu-main > li > a {
        padding: 0 10px;
    }
    .btf1 .btf1-links .link {
        margin: 0 20px;
    }
    .btf1 .btf1-imgs li {
        width: calc(19% - 10px);
        margin: 0 5px;
    }
    .footer-links li, .footer-links a, .footer-links p {
        font-size: 13px;
    }
    .footer-links h4 {
        line-height: 1.3;
    }
}

@media (max-width: 1024px) {    
    .columns+.columns:last-child {
        float: left;
    }
}

@media (max-width: 991px) {
    .top-bar-section ul li {
        padding-left: 14px;
    }
    .top-bar-section ul li > a {
        font-size: 12px;
    }    
    .top-bar-section .menu-main > li {
        margin: 0;
    }    
    .top-bar-section .sub {
        min-width: 150px;
    }
    html body .header .top-bar-section .menu-main > li > a {
        padding: 0 6px;
    }
    .footer-top .columns {
        width: 50%;
        margin-bottom: 40px;
    }
    .footer-top .columns .footer-links {
        width: 100%;
    }
    .footer-top .columns:last-child .footer-links {
        padding-top: 0;
    }
}

@media (min-width: 641px) {
    .grow_hover {
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }
    .grow_hover:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .top-bar-section .menu-main .sub {
        display: none;
    }
    .top-bar-section .menu-main li:hover > .sub {
        display: block;
    }
}
@media (max-width: 640px) {   
	.btf1-imgs {
	display: none;	
	}     
    .top-bar {
        overflow: visible;
        top: -30px;
    }
    .menu-row {
        padding-bottom: 15px;
    }
    .top-bar-section {
        position: absolute;
        right: 0;
        top: calc(100% + 15px);
        width: 100%;
        z-index: 10;
        background-color: #302e31;
        padding: 0px;
        overflow: hidden;
        max-height: 0;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        top: 0;
    }
    .fixedhead .header {
        padding-top: 0;
    }
    .top-bar-section ul li > a {
        font-size: 14px;
        position: relative;
        z-index: 2;
    }
    .top-menu .large-8.medium-8 {
        padding: 0;
    }
    body .wrapper.menu-open .top-bar-section {
        max-height: 600px;
        min-height: calc(100vh - 75px);
        overflow: auto;
        padding-bottom: 100px;
    }
    .top-bar .toggle-topbar.menu-icon a span::after {
        top: 70%;
    }
    .title-area {
        background-color: transparent;
    }
    body .wrapper.menu-open .toggle-topbar a {
        padding: 0 !important;
        color: #000 !important;
    }
    .top-bar-section ul li {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .top-bar-section ul li:last-child {
        border-bottom: none;
    }
    .top-bar-section ul.menu-main > li:first-child {
        margin-top: 20px;
    }
    .top-bar-section ul.menu-main > li:last-child {
        margin-bottom: 20px;
    }
    .top-bar-section ul li>a,
    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 7px 15px;
        color: #fff;
        display: block;
    }
    .top-links {
        display: none;
    }
    .top-links a {
        margin-left: 5px;
        display: flex;
        align-items: center;
        margin-bottom: 7px;
    }
    .top-links a i {
        margin-right: 7px;
    }
    .top-bar-section .menu-main li.parent::before {
        content:  '';
        width:  10px;
        height:  10px;
        display: inline-block;
        border-right: 2px solid #F28D01;
        border-bottom: 2px solid #F28D01;
        position: absolute;
        z-index: 1;
        right: 13px;
        top: 20px;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .top-bar-section .menu-main .sub li.parent::before {
        top: 6px;
    }
    .top-bar-section .menu-main li.parent.active::before {
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .menu-main .sub {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }
    .menu-main li.active > .sub {
        max-height: 500px;
    }
    .menu-main .sub li:hover:not(.has-form) > a {
        background: transparent;
    }
    .top-bar-section ul.menu-main .sub a {
        padding-left: 30px;
    }
    .top-bar-section ul.menu-main .sub .sub a {
        padding-left: 50px;
    }
    .top-bar-section ul.menu-main > li > a:hover,
    .top-bar-section ul.menu-main > li:not(.has-form) > a:not(.button):hover,
    .top-bar-section ul.menu-main > li:hover > a,
    .top-bar-section ul.menu-main > li:not(.has-form) > a:not(.button):hover {
        background: transparent !important;
    }
    .top-bar-section .menu-main > li:not(.has-form) > a:not(.button), 
    html body .top-menu .menu-main > li > a {
        line-height: 50px;
    }
    html body .header .top-bar-section .menu-main > li > a {
        padding: 0 20px;
    }


    

    .top-bar .toggle-topbar.menu-icon a {
        color: #000;
        padding: 0 !important;
        margin-right: 20px;
    }
    .top-bar .toggle-topbar.menu-icon a span {
        color:  transparent;
        display: inline-block;
        width: 50px;
        height: 50px;
    }
    .top-bar .toggle-topbar.menu-icon a span::after {
        box-shadow: 0 0 0 1px #004023,0 7px 0 1px #004023,0 14px 0 1px #004023;
        width: 20px;
        transform: scale(1.5);
    }
    .top-menu .top-links.text-right {
        display: none;
    }
    .logo {
        margin-top: 0;
        max-width: 200px;
    }
    .top-bar {
        top: 0;
    }
    .top-bar .toggle-topbar.menu-icon {
        margin-top: -65px;
        top: 0;
    }
    .menu-for {
        padding: 0;
    }
    .top-bar-section ul.menu-main {
        text-align: left;
    }
    

    .cta {
        font-size: 14px;
    }

    .banner {
        min-height: 400px;
    }
    .btf {
        padding: 40px 0;
    }
    h2 {
        margin-bottom: 30px;
    }
    .left-blurb {
        padding-right: 0;
    }
    .btf.btf1 {
        padding-bottom: 0;
		
    }
    .btf1 .left-blurb {
        padding-bottom: 30px;
    }    
    .btf1 .btf1-imgs {
        margin-top: 30px;
		display: none;
    }
    .btf1 .btf1-imgs li {
        width: 100%;
        display: block;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 20px;
        padding: 20px 0;
        border-bottom: 1px solid #c1c1c1;
        background: #f1f1f1;
    }
    .btf1 .btf1-imgs li img {
        max-width: 300px;
    }
    .btf1 .btf1-links {
        padding-bottom: 25px;
    }
     .btf1 .btf1-links .link:first-child,
    .btf1 .btf1-links .link:last-child,
    .btf1 .btf1-links .link {
        display: block;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .btf1 .btf1-links .link:last-child {
        margin-bottom: 0;
    }
    .btf1 .btf1-links .link {
        text-align: left;
        max-width: 250px;
    }

    .btf2 .btf2-left {
        width: 100%;
    }
    .btf2 .btf2-right {
        width: 100%;
    }
    .btf2 .btf2-left {
        min-height: 400px;
        position: relative;
    }
    .btf2-blurb {
        padding: 30px;
        padding-bottom: 40px;
    }
   
    
    .footer-links {
        margin-left: auto;
        margin-right: auto;
        max-width: 286px;
    }
    .footer .footer-container {
        padding-top: 30px;
    }    
    .footer-top .columns {
        width: 100%;
    }
	.footer-top {
		padding: 0px;
	}
    .footer-top {
        padding-bottom: 0;
        background-position: center 0;
    }
    .footer .footer-scoial {
        max-width: 300px;
        margin: 16px auto;
    }
        
    
}