
input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder{
	  color: #f3a68c;
	}
	input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder{
	  color: #f3a68c;
	}
	input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder{
	  color: #f3a68c;
	}
	input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
	  color: #f3a68c;
	}
	 
	
	#registerCntr input:-moz-placeholder , #registerCntr textarea:-moz-placeholder {
	  color: #c9df90;
	}
	#registerCntr input::-moz-placeholder, #registerCntr textarea::-moz-placeholder {
	  color: #c9df90;
	}
	#registerCntr input:-ms-input-placeholder, #registerCntr textarea:-ms-input-placeholder {
	  color: #c9df90;
	}
	#registerCntr input::-webkit-input-placeholder, #registerCntr textarea::-webkit-input-placeholder {
	  color: #c9df90;
	}
	
	#registerCntr.contact input:-moz-placeholder , #registerCntr.contact textarea:-moz-placeholder {
	  color: #80d0cc;
	}
	#registerCntr.contact input::-moz-placeholder, #registerCntr.contact textarea::-moz-placeholder {
	  color: #80d0cc;
	}
	#registerCntr.contact input:-ms-input-placeholder, #registerCntr.contact textarea:-ms-input-placeholder {
	  color: #80d0cc;
	}
	#registerCntr.contact input::-webkit-input-placeholder, #registerCntr.contact textarea::-webkit-input-placeholder {
	  color: #80d0cc;
	}

.radio span, .checkbox span { display: inline-block; cursor: pointer; position: relative; padding-left: 25px; color:#fff; }
.mobileCategory .radio span,.mobileCategory .checkbox span { color:#00a198; }
.radio input[type=radio], .checkbox input[type=checkbox] {display: none}
.radio span:before, .checkbox span:before {content: ""; display: inline-block; width: 16px; height: 16px; margin-right: 10px; position: absolute; left: 0; top: 1px}

.radio span:before{background: url(/images/radio_normal.png) no-repeat}
.radio input[type=radio]:checked + span:before{content: ""; background: url(/images/radio_selected.png) no-repeat}

.checkbox span:before{background: url(/images/checkbox_normal.png) no-repeat}
.checkbox input[type=checkbox]:checked + span:before{content: ""; background: url(/images/checkbox_selected.png)}

.select { position: relative; width: 100%; height: 52px; display: inline-block; }
.select select { width: 100%; padding: 0 10px; height: 52px; line-height: 47px; color: #000; margin: 0; border:none; outline:none; display: inline-block; cursor:pointer; background: #fff; font-size: 16px; border: 2px solid #f3a68c; border-radius: 4px; color: #E74E19;
    -webkit-appearance:none;
    -moz-appearance:none;
     }
.select:after { content: url('/images/arrow1.png'); position: absolute; top: 2px; right: 2px; pointer-events: none; }

.file #inputFile{ background: url('/images/upload.png') no-repeat; height:25px; width:329px; margin:0px; float: left; position: relative; padding: 0; }
.file #inputFile #fileOriginal{ opacity: 0.0; -moz-opacity: 0.0; filter: alpha(opacity=0); width:329px; position: relative; height: 25px; z-index: 100; }
.file #inputFile #fileDuplicate { position: absolute; top: 0; left: 0; z-index: 99; padding: 0; }
.file #inputFile .inputText{ width:295px; height:25px; line-height: 25px; padding: 0 10px; border: none; background: none; font-size: 10px; color: #000; }

@font-face {
    font-family: 'EconomicaBold';
    src: url('/css/fonts/economica-bold-otf-webfont.eot');
    src: url('/css/fonts/economica-bold-otf-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/economica-bold-otf-webfont.woff2') format('woff2'),
         url('/css/fonts/economica-bold-otf-webfont.woff') format('woff'),
         url('/css/fonts/economica-bold-otf-webfont.ttf') format('truetype'),
         url('/css/fonts/economica-bold-otf-webfont.svg#economicabold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'EconomicaRegular';
    src: url('/css/fonts/economica-regular-otf-webfont.eot');
    src: url('/css/fonts/economica-regular-otf-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/economica-regular-otf-webfont.woff2') format('woff2'),
         url('/css/fonts/economica-regular-otf-webfont.woff') format('woff'),
         url('/css/fonts/economica-regular-otf-webfont.ttf') format('truetype'),
         url('/css/fonts/economica-regular-otf-webfont.svg#economicaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#mainCntr {
    min-height: calc(100vh - 97px);
}

.back-link {
    padding-top: 100px;
    font-family: 'Lato';
    font-size: 14px;
    margin-bottom: -30px;
    z-index: 1;
    max-width: 1000px;
    margin: auto;
}

.back-link + * {
    pointer-events: none;
}

.back-link:before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    transform: rotate(45deg);
}

.back-link :link,
.back-link :visited {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
}


.grid {
    display: grid;
    margin-bottom: 100px;
}

.grid .headers,
.grid .subheaders,
.grid .item {
    display: contents;
}

.grid .headers {
    font-family: 'Lato';
    font-weight: bold;
    font-size: 20px;
}

.grid .subheaders {
    font-family: 'Lato';
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.grid .headers > * {
    padding: 0 32px;
}

.grid .subheaders > * {
    border-bottom: 1px solid #000;
    padding: 0 32px 16px 32px;
}

.grid .item > * {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #000;
    padding: 16px 32px;
    justify-content: center;
}

.grid .item:hover > * {
    background-color: #f3f3f3;
}

.grid .gridButton {
    padding: 6px 16px 8px 16px;
    border: 2px solid #00A198;
    border-radius: 4px;
    background-color: #fff;
    font-family: 'Lato';
    font-weight: bold;
    font-size: 16px;
    color: #00A198;
    text-decoration: none;
}

.grid .gridButton:hover {
    background-color: #00A198;
    color: #fff;
    cursor: pointer;
}

.grid .field {
    padding: 16px;
    border: 3px solid #e7e7e7;
    border-radius: 8px;
    resize: none;
    flex-grow: 1;
}

.grid .field.error {
    border: 3px solid #e00013;
}

.grid .field + .error {
    padding: 0;
}

.grid .field + .error:not(:empty) {
    margin-bottom: -1em;
}

.grid .field:disabled {
    border: none;
    background-color: transparent;
}

.grid .field:disabled:hover {
    cursor: text;
}





.developmentscan-invite .grid {
    grid-template-columns: repeat(3, auto);
}

.developmentscan-invite.main-view {
    max-width: 1000px;
    margin: auto;
}

.developmentscan-invite .actions {
    display: contents;
}

.developmentscan-invite .actions > div {
    padding: 16px 32px;
}

.developmentscan-invite .actions > div:last-child .gridButton {
    float: right;
}





.developmentscan-participants.main-view {
    max-width: 1000px;
    margin: auto;
}

.developmentscan-participants .grid {
    grid-template-columns: 1fr repeat(3, auto);
}

.developmentscan-participants .status:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    vertical-align: bottom;
    margin-right: 8px;
}

.developmentscan-participants .status.sent:before {
    background-color: #E74F19;
}

.developmentscan-participants .status.started:before {
    background-color: #FFAB00;
}

.developmentscan-participants .status.completed:before {
    background-color: #91BF1F;
}

.developmentscan-participants .status.sent:after {
    content: 'Uitgenodigd';
}

.developmentscan-participants .status.started:after {
    content: 'Gestart';
}

.developmentscan-participants .status.completed:after {
    content: 'Afgerond';
}

.developmentscan-participants .checkbox {
    position: relative;
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 4px;
    border: 2px solid #00A198;
    vertical-align: bottom;
}

.developmentscan-participants .checkbox.checked:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/images/checkmark-dark.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.developmentscan-participants .name {
    font-family: 'Lato';
    font-weight: bold;
    font-size: 16px;
}

.developmentscan-participants .role {
    font-family: 'Lato';
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.developmentscan-participants .status {
    font-family: 'Lato';
    font-size: 16px;
}





.developmentscan-manage .grid {
    grid-template-columns: 1fr auto;
}

.developmentscan-manage.main-view {
    max-width: 1000px;
    margin: auto;
}

.developmentscan-manage .name .field {
    font-family: 'Lato';
    font-weight: bold;
    font-size: 16px;
}

.developmentscan-manage .actions {
    display: flex;
    gap: 10px;
}





.developmentscan-landing {
    min-width: 100%;
    min-height: 100vh;
    background: url(/images/developmentscan-logo.svg) no-repeat top left;
    padding-top: 110px;
}

.developmentscan-landing .headings {
    color: #000;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
    background: url(/images/line2.svg) no-repeat center bottom;
}

.developmentscan-landing .headings h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.developmentscan-landing .headings h2 {
    font-size: 64px;
}

.developmentscan-landing .cta {
    padding: 28px 0;
    text-align: center;
}

.developmentscan-landing .cta.cta-blue {
    background-color: #00A198;
    position: sticky;
    bottom: 0;
}

.developmentscan-landing .bordered-button {
    border-color: #91BF1F;
    color: #91BF1F;
}

.developmentscan-landing .bordered-button:hover {
    border-color: transparent;
    color: #fff;
    background-color: #91BF1F;
}

.developmentscan-landing .bordered-button.inverse {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}

.developmentscan-landing .bordered-button.inverse:hover {
    text-decoration: underline;
}

.developmentscan-landing .row {
    padding: 60px 0;
}

.developmentscan-landing .background-grey {
    background-color: #F7F7F7;
}

.developmentscan-landing .background-white {
    background-color: #FFF;
    
}

.developmentscan-landing .row.background-grey + .row.background-grey {
    padding-top: 0;
}

.developmentscan-landing .row.background-white + .row.background-white {
    padding-top: 0;
}

.developmentscan-landing .center {
    max-width: 940px;
}

.developmentscan-landing .theme-green {
    --theme-color: #91BF1F;
}

.developmentscan-landing .theme-blue {
    --theme-color: #00A198;
}

.developmentscan-landing .theme-orange {
    --theme-color: #E74F19;
}

.developmentscan-landing p {
    margin-bottom: 1em;
}
.developmentscan-landing p,
.developmentscan-landing h4 {
    line-height: 2.2em;
}

.developmentscan-landing p,
.developmentscan-landing li,
.developmentscan-landing h4 {
    font-size: 16px;
}

.developmentscan-landing h3,
.developmentscan-landing h4 {
    color: var(--theme-color);
    font-family: 'Lato';
    font-weight: bold;
}

.developmentscan-landing h3 {
    font-size: 26px;
}

.developmentscan-landing h4 {
    line-height: 1.7em;
}

.developmentscan-landing ol {
    counter-reset: ol;
}

.developmentscan-landing li {
    line-height: 1.8em;
    display: flex;
}

.developmentscan-landing li:before {
  counter-increment: ol;
  content: counter(ol)'.';
  
  display: inline-block;
  width: 24px;
  flex-shrink: 0;
  
  color: var(--theme-color);
  font-weight: bold;
}

.developmentscan-landing .container {
    padding: 0 60px;
}

.developmentscan-landing .background-grey .list-container {
    padding: 60px;
    
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 5%);
}

.developmentscan-landing .cta + .row .intro {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8em;
}

.developmentscan-landing .split {
    display: flex;
}

.developmentscan-landing .split.align-right {
    flex-direction: row-reverse;
}

.developmentscan-landing .split .text,
.developmentscan-landing .split .image {
    flex-basis: 50%;
    flex-grow: 1;
}

.developmentscan-landing .split .text {
    flex-shrink: 1;
}

.developmentscan-landing .split .image {
    flex-shrink: 0;
}

.developmentscan-landing .split .image img {
    display: inline-block;
    max-width: 100%;
}

@media screen and (min-width: 825px) {
    .developmentscan-landing .cta + .row .intro {
        padding-top: 60px;
    }

    .developmentscan-landing .split {
        padding-bottom: 40px;
    }
    
    .developmentscan-landing .split .image {
        padding-bottom: 40px;
    }
    
    .developmentscan-landing .split.align-right .image {
        text-align: right;
        padding-left: 40px;
    }

    .developmentscan-landing .split.align-left .image {
        text-align: left;
        padding-right: 40px;
    }
}

@media screen and (max-width: 824px) {
    .developmentscan-landing .split {
        flex-direction: column !important;
    }
}

@media screen and (max-width: 480px) {
    .developmentscan-landing .container {
        padding: 0 20px;
    }
    
    .developmentscan-landing .background-grey .list-container {
        padding: 40px;
    }
}





.developmentscan {
    min-height: 100vh;
    background-color: #E5F5F5;
    background-image: url(/images/developmentscan-logo.svg);
    background-repeat: no-repeat;
    background-position: top -13px left -14px;
    display: flex;
    flex-direction: column;
}

.developmentscan-header {
    top: 0;
    left: 0;
    right: 0;
    min-height: 80px;
    
    display: flex;
    align-items: stretch;
}

.developmentscan-header .title {
    flex-grow: 1;
    
    padding: 25px;
    
    text-align: center;
    font-size: 24px;
    font-family: 'EconomicaBold';
    color: #00A198;
}

.developmentscan .question-center {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.developmentscan .question-container {
    flex-grow: 0;
    flex-shrink: 0;
    
    width: 100%;
    max-width: 960px;
    margin-bottom: 100px;
    
    padding: 50px;
    
    border-radius: 10px;
    
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 5%);
}

.developmentscan .question-container h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.developmentscan .question-container h1 {
    font-size: 48px;
    color: #E74F19;
    margin-bottom: 40px;
    font-family: 'Lato';
    font-weight: 800;
}

.developmentscan p {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 10px;
}

.developmentscan .question-container .answer .skip {
    color: inherit;
}

.developmentscan .question-container .answer .skip::before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    margin: -4px;
    width: 19px;
    height: 19px;
    background-image: url(/images/tooltip.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.developmentscan .question-container .answer {
    position: relative;
    padding: 22px 30px;
    margin-bottom: 10px;
    user-select: none;
    display: flex;
}

.developmentscan .question-container .answer input {
	-webkit-appearance: none;
	appearance: none;
    
	display: inline-block;
    
    margin-top: 3px;
    
    flex-basis: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    height: 16px;
    
	border-radius: 4px;
    
	border: 2px solid #787878;
	background-color: transparent;
    
	position: relative;
    z-index: 1;
    pointer-events: none;
}

.developmentscan .question-container .answer input:checked {
	border: none;
	background-color: #1B9C8F;
    background-image: url(/images/checkmark.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.developmentscan .question-container .answer label {
}

.developmentscan .question-container .answer label span {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    
	position: relative;
    z-index: 1;
    pointer-events: none;
}

.developmentscan .question-container .answer label::before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #F1F1F1;
    cursor: pointer;
}

.developmentscan .question-container .answer input:checked + label::before {
    background-color: #BFE7E5;
}

.developmentscan .phase-navigation {
    margin-top: 90px;
    display: flex;
}

.developmentscan a:link {
    text-decoration: none;
}

.developmentscan  .phase-button {
    background-repeat: no-repeat;
    
    padding: 20px 30px;
    
    font-family: 'EconomicaBold';
    font-size: 24px;
    
    text-transform: uppercase;
}

.developmentscan .phase-button.prev {
    padding-left: 48px;
    
    color: #7F7F7F;
    
    background-image: url(/images/prev-arrow.svg);
    background-position: left 18px center;
}

.developmentscan .phase-button.prev.disabled {
    opacity: 0.8;
    pointer-events: none;
    cursor: default;
}

.developmentscan .phase-button.next {
	-webkit-appearance: none;
	appearance: none;
    
    border-radius: 10px;
    padding-right: 48px;
    
    background-image: url(/images/next-arrow.svg);
    background-position: right 18px center;
    
    border: none;
    background-color: #E74F19;
    
    color: #fff;
    
    cursor: pointer;
}

.developmentscan .phase-line {
    flex-grow: 1;
    margin: 0 54px 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.developmentscan .phase-line .dot {
    flex-basis: 0;
    width: 0;
    height: 0;
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
}

.developmentscan .phase-line .dot.current {
    z-index: 100;
}

.developmentscan .phase-line .dot.highlight:not(.active) {
    cursor: pointer;
}

.developmentscan .phase-line .dot::after {
    position: absolute;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 4px;
    background-color: #E5E5E5;
    
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
    color: #fff;
    z-index: 3;
}

.developmentscan .phase-line .dot.highlight::before {
    position: absolute;
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -12px;
    margin-left: -12px;
    border-radius: 12px;
    background-color: transparent;
    border: 4px solid transparent;
    z-index: 0;
}

.developmentscan .phase-line .dot.highlight:hover::before {
    background-color: #f6bfab;
    border-color: #fbe4dc;
}

.developmentscan .phase-line .dot.highlight::after {
    background-color: #E74F19;
}

.developmentscan .phase-line .dot.active::after {
    content: attr(data-order);
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    border-radius: 10px;
}

.developmentscan .phase-line .phase-tip {
    display: none;
    position: absolute;
    transform: translate(-50%, calc(-100% - 30px));
    padding: 8px 16px;
    border-radius: 10px;
    background-color: #F1F1F1;
    white-space: nowrap;
}

.developmentscan .phase-line .phase-tip a:link,
.developmentscan .phase-line .phase-tip a:visited {
    color: inherit;
}

.developmentscan .phase-line .phase-tip::before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 12px;
    height: 12px;
    transform: translateX(-50%) rotate(45deg);
    background-color: #F1F1F1;
}


.developmentscan .phase-line .phase-tip::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    height: 60px;
}

.developmentscan .phase-line .dot.active .phase-tip {
    display: block;
}


.developmentscan .phase-line .dot.active.current:not(:hover) .phase-tip a:not(.current) {
    display: none;
}

.developmentscan .phase-line .dot.active .phase-tip span {
    font-weight: 700;
    margin-right: 4px;
}

.developmentscan .phase-line .dot.active.current:not(:hover) .phase-tip span {
    font-weight: normal;
    margin-right: 0;
}

.developmentscan .phase-line .dot.active .phase-tip a {
    display: inline-block;
    padding: 0px 5px 1px 5px;
    border-radius: 4px;
}

.developmentscan .phase-line .dot.active .phase-tip a:hover {
    background-color: #e74f19;
    color: #fff;
}

.developmentscan .phase-line .part {
    flex-grow: 1;
    height: 4px;
    background-color: #E5E5E5;
    z-index: 2;
}

.developmentscan .phase-line .part:first-child {
    display: none;
}

.developmentscan .phase-line .part.highlight {
    background-color: #E74F19;
}

.developmentscan .tooltip {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: -12px 0;
    width: 42px;
    height: 42px;
    background-image: url(/images/tooltip.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.developmentscan .tooltip span {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 8px 16px;
    
    width: 230px;
    
    border-radius: 10px;
    
    transform: translate(-50%, calc(-100% - 6px));
    
    font-size: 16px;
    color: #fff;
    font-family: 'Lato';
    text-align: center;
    
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 15%);
    
    display: none;
}

.developmentscan .tooltip:hover span {
    display: block;
}

.developmentscan .tooltip span::before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 12px;
    height: 12px;
    transform: translateX(-50%) rotate(45deg);
    background-color: #92BF20;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 15%);
    
    z-index: -2;
}

.developmentscan .tooltip span::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background-color: #92BF20;
    
    z-index: -1;
}

@media screen and (max-width: 1360px) {
    .developmentscan {
        background-image: none;
    }

    .developmentscan-header::before {
        content: '';
        display: block;
        flex-basis: 70px;
        flex-shrink: 0;
        flex-grow: 0;
    }
    
    .developmentscan-header::before {
        background-image: url(/images/developmentscan-logo-single.svg);
        background-repeat: no-repeat;
        background-position: right center;
    }
}

@media screen and (max-width: 824px) {
    .developmentscan .question-container {
        padding: 20px;
        
        border-radius: 0;
        
        box-shadow: none;
    }

    .developmentscan .phase-button.prev {
        font-size: 0;
        padding: 20px;
    }
    
    .developmentscan .phase-button.next {
        padding: 10px 50px 10px 25px;
    }
    
    .developmentscan .phase-line {
        margin: 0 25px;
    }
}

@media screen and (max-width: 420px) {
    .developmentscan .phase-line .part {
        display: none;
    }
}


@import  "//fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic,900,900italic";
/* 	700 = bold
	900 = black */
/* #Site Styles
/* ### general ### */
* { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html,body { font-family: 'Lato',sans-serif; font-size: 12px; color: #000; height: 100%; }
input,select,textarea { font-family: 'Lato',sans-serif; font-size: 12px; color: #000; }
body { background: #fff; }
img { border: 0; display: block; }
ul,li { list-style: none; }
:focus { outline: none; }

.button, input[type=submit]{-webkit-appearance: none; -moz-appearance: none}

/* ### global classes ### */
.clear { clear: both; visibility: hidden; line-height: 0; height: 0; }
.center { margin: 0 auto; max-width: 1200px; position: relative; }
.center.researchOverview{
	margin-top: -80px;
	padding-top: 80px;
}
h1,h2,h3,h4,h5,h6 { font-family: 'EconomicaBold'; font-weight: 400; }

p ul li {  
  list-style: initial;
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 15px;
  text-align: left;
 }


	.vision{
		font-size: 18px;  
		line-height: 25px;
	  	margin: 0 35px 40px;
	  	
	}
	 
	.greenCover{
	 	width: 100%;
	 	background: #92bf20;
	 	padding-top: 130px;
	  	padding-bottom: 40px;
	  	margin-bottom: 60px;
	}
	 
 	.vision .textContainer{
	  	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	    -moz-column-count: 2; /* Firefox */
	    column-count: 2;
	    -webkit-column-gap: 30px;
		  -moz-column-gap: 30px;
		  column-gap: 30px;
	    color: white;
	    font-size: 16px;
   	}
	
	.vision .textContainer h2{
	  	font-size: 28px;
		line-height: 30px;
   	}
	
	.vision .textContainer h3{
	  	font-size: 17px;
		line-height: 30px;
   	}
	
	
	.vision .imageContainer {
		-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.9);
		-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.9);
		box-shadow: 		1px 1px 5px 0px rgba(50, 50, 50, 0.9);
  		margin: 			0 auto -130px;
  		padding: 			25px;
  		display: 			table;
  		background: 		white;
	}
	
	.vision .textContainer a.more{
		text-decoration: none;
		color: white;
		font-size: 24px;
		padding: 0 30px 5px;
		line-height: 42px;
		display: inline-block;
		border: 2px solid white;
		border-radius: 5px;
		font-weight: 500;
	}
	
	.vision .textContainer a.more:hover{
		background: white;
		color: #92bf20;
	}

/* ### Custom fields */
.mobileOnly { display: none; }
.smallMobileOnly { display: none; }

.black { color: #000 !important; }
.green { color: #92bf20!important; }
.greenBg { background-color: #92bf20 !important; background: #92bf20 !important;  }
.greenBorderTop {   border-top-color: #92bf20 !important; }
.blueBg { background-color: #00a198 !important; }

.readMore { border: 2px solid rgba(146,191,32,0.5); color: #92bf20; }
.readMore:hover { background-color: #92bf20; color: #fff;}

.selectBlogAuthor:hover { cursor: pointer; }

.desktopCheckbox { display: block !important; position: absolute; width: 100%; height: 100%; z-index: 9999; opacity: 0; }
.desktopCheckbox:hover { cursor: pointer; }
#PartnerSelectorFormButton{line-height: 46px;}
#hiddenItemElement, .hiddenItemElement, #hiddenItemElementEven, #hiddenItemElementUneven { display: none; }

form label.error{  color: #CA2A36 !important;}

/* ### wrapper ### */
#wrapper { position: relative; display: block; width: 100%; min-height: 100%; overflow-x: hidden; }

	/* ### main container ### */
	#mainCntr { width: 100%; }

	/* ### header container ### */
	#headerCntr { position: relative; width: 100%; height: 560px;  z-index: 1000;  background-size: cover; background-position: center center; }
	#headerCntr.sub { height: 130px; border-bottom: 5px solid #e74e19; background: url(/images/bg3.png) repeat-x; margin-bottom: 50px; }
	#headerCntr .inner { width: 100%; height: 100%;
	 background: url(/images/curved.png) no-repeat center 0;
	 }
	 #headerCntr.home .inner {
	 background: url(/images/curved.png) no-repeat center 0;
	 }
	#headerCntr .center { height: 100%; }
	#headerCntr .mobileLogo{display: none;   position: absolute; left: -65px;}
	#headerCntr .mobileLogo img{width: 340px;}
	#headerCntr .logo { position: absolute; left: 8%; top: 20px; z-index: 100; }
	#headerCntr .logo img { width: 100%; }
	#headerCntr .logoBg { position: absolute; top: 0; left: -240px; z-index: 99; }
	#headerCntr .logoMobileBg { display: none; }
	#headerCntr strong { width: 180px; font-size: 68px; font-weight: 400; color: #fff; line-height: 55px; font-family: 'EconomicaBold'; position: absolute; bottom: 75px; right: 55px; text-align: center; }
	#headerCntr .mobileSearch { display: none; }
	#headerCntr .mobileSearchDropdown { display: none; }
	#headerCntr .indexHeaderImage { background-color: red; }

		/* ### link box ### */
		.linkBox { position: absolute; height: 44px; line-height: 41px; right: 0; z-index: 100; }
		.linkBox ul { list-style: none; }
		.linkBox li { float: left; font-size: 20px; height: 45px;}
		.linkBox li a { color: #f5b8a3; text-decoration: none; display: block; padding: 1px 16px; height: 45px;}
		.linkBox li a.active {background: rgba(255, 255, 255, 0.5); color: #ea3a00;}
		.linkBox li a:hover { color: #fff; }
		.linkBox li.search a { padding-right: 30px; background: url(/images/magnifyglass.png) no-repeat right; background-size: 22% 60%; padding-top: 1px;padding-bottom: 1px; }
		.linkBox li.search a:hover { background: url(/images/icon1_hover.png) no-repeat right; }
		.linkBox .searchDropdown { position: absolute; top: 61px; right: 0; display: none; }
		.linkBox .searchDropdown fieldset { border: 2px solid #f3a68c; -webkit-border-radius: 5px; border-radius: 5px; width: 285px; background: #fff; }
		.linkBox .searchDropdown input.field { width: 230px; height: 50px; line-height: 50px; padding: 0 20px; border: none; background: none; float: left; font-size: 16px; color: #e74e19; }
		.linkBox .searchDropdown input.button { float: right; width: 24px; height: 31px; background: url(/images/icon6.png) no-repeat; cursor: pointer; border: none; margin: 10px 15px 0 0; }

		/* ### menu box ### */
		#headerCntr .menuBox { position: absolute; top: 80px; right: 0; }
		#headerCntr .menuBox > ul { list-style: none; width: 100%; position: relative; }
		#headerCntr .menuBox  > ul li { float: left; margin-left: 25px; padding-bottom: 30px; text-transform: uppercase; font-family: 'EconomicaRegular'; }
		#headerCntr .menuBox  > ul li a { color: #e74e19; font-size: 24px; text-decoration: none; }
		#headerCntr .menuBox  > ul li a:hover,#headerCntr .menuBox > ul li.active a { color: #00a198; }
		#headerCntr .menuBox  > ul li ul li a { color: #e74e19 !important; }
		#headerCntr .menuBox  > ul li ul li.active a { color: #00a198 !important; }
		#headerCntr .menuBox  > ul ul { position: absolute; top: 60px; right: 0px; width: 185px; background: rgba(255,255,255,0.8);   z-index: 100;}
		#headerCntr .menuBox  > ul li ul {display: none;}
		#headerCntr .menuBox  > ul li.active ul {display: block;}
		#headerCntr .menuBox  > ul ul li { float: none; margin: 0; border-bottom: 2px solid #ccc; padding: 10px 0; text-align: right; }
		#headerCntr .menuBox  > ul ul li a { padding: 0 10px; font-size: 22px; color: #e74e19;}
		#headerCntr .mobileMenu { display: none; }
		#headerCntr.sub .menuBox ul ul { display: none; background: none; }
		#headerCntr.sub .menuBox ul .active ul { display: block; }
		#headerCntr .menuBox .hidden { display: none!important; }

		/* ### np box ### */
		#headerCntr .menuBox > .inner {position: relative; width: 100%; height: 1px; clear: both;}
		.npBox { position: absolute; top: 145px; left: 400px; margin-left: 20px; width: 100%; font-weight: 600; opacity: 0; transition: 0.3s opacity ease; }
		.npBox ul { list-style: none; }
		.npBox li { float: left; font-size: 14px; padding: 0 6px; background: url(/images/sep1.png) no-repeat right; }
		.npBox li a { color: #e74e19; text-decoration: none; }
		.npBox li:last-child { background: none; }
		.npBox li a:hover,.npBox li.active a { color: #000; }

	/* ### content container ### */
	#contentCntr { width: 100%;}

	/* ### text container ### */
	#textCntr, .mobile.textCntr { width: 100%; padding: 86px 0 70px; overflow: hidden; text-align: center; }
	.mobile.textCntr{display: none;}
	#textCntr h1, .mobile.textCntr h1 { text-transform: uppercase; font-size: 32px; padding-bottom: 40px; background: url(/images/line1.png) no-repeat center bottom; margin-bottom: 30px; }
	#textCntr .text, .mobile.textCntr .text { padding: 0 65px; }
	#textCntr p, .mobile.textCntr p { font-size: 18px; line-height: 32px; }

	/* ### news container ### */
	#newsCntr { width: 100%; padding: 30px 0 40px; overflow: hidden; position: relative; }
	#newsCntr .bg1 { width: 50%; position: absolute; top: 0; left: 0; height: 100%; background: #00a198; }
	#newsCntr .bg2 { width: 50%; position: absolute; top: 0; right: 0; height: 100%; background: #92bf20; }
	#newsCntr .block1 { float: left; width: 50%; padding-right: 45px; text-align: right; }
	#newsCntr .block2 { float: right; width: 50%; padding-left: 45px; position: relative; }
	#newsCntr h4 { font-size: 53px; color: rgba(255,255,255,0.5); margin-bottom: 15px; text-transform: uppercase; }
	#newsCntr h2 { font-size: 26px; color: #fff; margin-bottom: 5px; font-family: 'Lato',sans-serif; }
	#newsCntr h5 { font-size: 18px; color: #fff; margin-bottom: 5px; font-family: 'Lato',sans-serif; }
	#newsCntr p { color: #fff; font-size: 16px; line-height: 32px; margin-bottom: 30px; min-height: 200px;}
	#newsCntr .more { max-width: 235px; display: inline-block;  -webkit-border-radius: 5px; border-radius: 5px; padding: 0 25px; line-height: 55px; font-family: 'EconomicaBold'; font-size: 32px; text-decoration: none; }
	#newsCntr .more {background-color: #00a198; ;  border: 2px solid rgba(255,255,255,0.5); color: #fff; }
	#newsCntr .more:hover { border: 2px solid rgba(255,255,255,0.5); background: #fff; border-color: #fff; color: #00a198;}
	#newsCntr .block2 a { background-color: #92bf20;  }
	#newsCntr .block2 .more:hover { color: #92bf20; }
	#newsCntr .cycle-pager { position: absolute; bottom: 10px; right: 10px; z-index: 100; min-width: 70px; }
	#newsCntr .cycle-pager span { display: inline-block; width: 22px; height: 22px; -webkit-border-radius: 50%; border-radius: 50%; text-indent: -9999px; background: #00a198; -webkit-box-shadow: inset 2px 5px 5px rgba(0,0,0,0.7); box-shadow: inset 2px 5px 5px rgba(0,0,0,0.7); margin-right: 10px; cursor: pointer; }
	#newsCntr .cycle-pager span:hover,#newsCntr .cycle-pager span.cycle-pager-active { background: #fff; }

	/* ### service container ### */
	#serviceCntr { width: 100%; padding: 80px 0 60px; }
	#serviceCntr .holder { margin-right: -70px; overflow: hidden; }
	#serviceCntr .block { width: 33.33%; padding-right: 70px; float: left; }

	#serviceCntr .photo { margin-bottom: 40px; }
	#serviceCntr .photo img { max-width: 100%; }
	#serviceCntr h4 { color: #e74e1b; font-size: 53px; text-transform: uppercase; margin-bottom: 30px; }
	#serviceCntr p { color: #000; font-size: 16px; line-height: 32px; margin-bottom: 30px; }
	#serviceCntr .more { display: inline-block; border: 2px solid rgba(231,76,27,0.5); -webkit-border-radius: 5px; border-radius: 5px; padding: 0 25px; line-height: 48px; font-family: 'EconomicaBold'; font-size: 32px; text-decoration: none;  }
	#serviceCntr .more {color: #e74e1b; border: 2px solid rgba(231,76,27,0.5); background-color: #fff; }
	#serviceCntr .more:hover {background: #e74e1b; border-color: #e74e1b; color: #fff; }
	#serviceCntr .block.blue h4 { color: #14a199; }
	#serviceCntr .block.blue .more {color: #14a199; background: #fff; border-color: rgba(20,161,153,0.5);}
	#serviceCntr .block.blue .more:hover {  color: #fff; background: #14a199;  }
	#serviceCntr .block.green h4 { color: #92bf20; }
	#serviceCntr .block.green .more { color: #92bf20; background-color: #fff;  border-color: rgba(146,191,32,0.5);}
	#serviceCntr .block.green .more:hover {color: #fff;   background: #92bf20;}
	#serviceCntr .block.stretchChild p { word-wrap: break-word; overflow: hidden; text-overflow:ellipsis; }

	/* ### blog container ### */
	#blogCntr { width: 100%; padding: 140px 0; background: url(/images/bg2.jpg) no-repeat center top; background-size: cover; overflow: hidden; }
	#blogCntr .block1 { float: left; width: 50%; padding-right: 45px; text-align: right; }
	#blogCntr .block2 { float: right; width: 50%; padding-left: 45px; position: relative; }
	#blogCntr h4 { color: rgba(255,255,255,0.5); text-transform: uppercase; margin-bottom: 45px; font-size: 53px; }
	#blogCntr h5 { font-size: 26px; color: #fff; font-family: 'Lato',sans-serif; margin-bottom: 15px; }
	#blogCntr h5 img { display: inline-block; vertical-align: bottom; }
	#blogCntr h5 span { font-size: 15px; vertical-align: bottom; }
	#blogCntr h5 a { color: #fff; }
	#blogCntr p { font-size: 16px; line-height: 32px; margin-bottom: 25px; color: #fff; }
	#blogCntr p a { color: #fff; text-decoration: none; }
	#blogCntr p a:hover { text-decoration: underline; }
	#blogCntr .more { display: inline-block; border: 2px solid rgba(255,255,255,0.5); -webkit-border-radius: 5px; border-radius: 5px; padding: 0 25px; line-height: 48px; color: #fff; font-family: 'EconomicaBold'; font-size: 32px; text-decoration: none; }
	#blogCntr .more:hover { background: #fff; border-color: #fff; color: #00a198; }
	#blogCntr .block2 h4 { margin-bottom: 25px; }
	#blogCntr .block2 h4 img { display: inline-block;   margin-top: -14px;}
	#blogCntr .block1 p, #blogCntr .block2 p { min-height: 128px; } 
	
	#BlogPosterItem .textWrapper { margin-left: 250px; }
	#BlogPosterItem .imageContainer{position: relative; margin: 0 auto;  width: 220px; height: 220px; max-width: 100%;}
	#BlogPosterItem .image	{  background-size: contain;   height: 220px;  width: 220px; max-width: 100%; position: absolute; top: 0;}
	#BlogPosterItem .overlay { background: url(/images/overlay-blog-green-desktop.png) no-repeat center center; background-size: contain;   height: 220px;  width: 220px; max-width: 100%;  position: absolute;  top: 0; z-index: 200;  pointer-events: none;}
	#BlogPosterItem .more { position: absolute; bottom: 8px;  }
	#BlogPosterItem .descriptionElement { min-height: 250px; }
	
	.headings.mediumCenter{display: table; width: 100%; margin-top:-20px;}
	.headings.mediumCenter .wrap{ margin-top: 60px; }	
	
	/* ### bottom container ### */
	#bottomCntr { background: #fff; padding: 55px 0; text-align: center; }
	#bottomCntr h3 { color: #e74e19; text-transform: uppercase; font-size: 65px; }

	/* ### search container ### */
	#searchCntr { width: 100%; }
	#searchCntr h1 { font-size: 32px; color: #f3b4a7; text-transform: uppercase; margin-bottom: 20px; }
	#searchCntr .search { overflow: hidden; padding: 0 0 40px; }
	#searchCntr fieldset { border: none; }
	#searchCntr .col1 { float: left; width: 250px; padding-right: 25px; }
	#searchCntr .col2 { float: left; width: 140px; padding-right: 25px; }
	#searchCntr .search label { color: #e74e19; display: block; margin-bottom: 5px; font-size: 16px; }
	#searchCntr .search input.field { width: 100%; border: 2px solid #f3a68c; -webkit-border-radius: 4px; border-radius: 4px; line-height: 48px; color: #E74E19; padding: 0 10px; font-size: 18px; height: 52px; }
	#searchCntr .search .button { float: left; padding: 0 20px; height: 50px; line-height: 50px; text-decoration: none; border: 2px solid rgba(231,78,25,0.8); background: #fff; color: #e74e19; font-family: 'EconomicaBold'; font-size: 30px; cursor: pointer; margin-top: 26px; -webkit-border-radius: 5px; border-radius: 5px; }
	#searchCntr .search .button:hover { background: #e74e19; color: #fff; border-color: #e74e19; }
	#searchCntr .select select { font-size: 18px; }
	#searchCntr .select select::-ms-expand {
	    display: none;
	}
	#searchCntr .details { overflow: hidden; background: #92bf20; position: relative; }
	#searchCntr .cross {
        background-image: url('/images/cross.png');
        width: 25px;
        height: 25px;
        background-size: 100%;
        position: absolute;
        top: 38px;
        right: 25px;
        cursor: pointer;
        display: none;
    }
	#searchCntr .map { overflow: hidden; }
	#searchCntr .map img { width: 100%; }
	#searchCntr .text { overflow: hidden; padding: 30px 25px; float: right; width: 33%; }
	#searchCntr .text h4 { color: #cde1a9; text-transform: uppercase; font-size: 45px; line-height: 50px; margin-bottom: 15px; }
	#searchCntr .text fieldset { border: none; overflow: hidden; }
	#searchCntr .contact { width: 100%; }
	#searchCntr .contact input.field { width: 100%; border: 1px solid rgba(255,255,255,0.3); padding: 0 20px; height: 40px; line-height: 35px; color: #fff; font-size: 16px; margin-bottom: 5px; background: none; -webkit-border-radius: 5px; border-radius: 5px; }
	#searchCntr p { font-size: 16px; line-height: 36px; color: #fff; }
	#searchCntr p.partnerField { min-height: 36px; } 
	#searchCntr p a { color: #fff; text-decoration: none; }
	#searchCntr .contact .button { text-decoration: none; line-height: 46px; float: right; padding: 0 20px; border: 2px solid #c9df90; background: none; color: #fff; font-family: 'EconomicaBold'; font-size: 30px; cursor: pointer; margin: 15px 0; -webkit-border-radius: 5px; border-radius: 5px;   word-wrap: break-word; }
	#searchCntr .contact .button:hover { background: #fff; color: #92bf20; border-color: #fff; }
	#searchCntr .legends { overflow: hidden; padding: 20px 0; overflow: hidden; }
	#searchCntr .legends ul { list-style: none; }
	#searchCntr .legends li { float: left; padding-left: 45px; background: url(/images/pointer1.png) no-repeat left; line-height: 60px; font-size: 16px; color: #000; padding-right: 15px; }
	#searchCntr .legends li.pointer2 { background: url(/images/pointer2.png) no-repeat left; }
	#searchCntr .legends li.pointer3 { background: url(/images/pointer3.png) no-repeat left; }
	#searchCntr .dropdown { display: none; position: absolute; top: 0; right: 0; width: 33%; height: 100%; background: #fff; -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2); box-shadow: 0 0 4px rgba(0,0,0,0.2); }
	#searchCntr .dropdown .inner { overflow: auto; height: 100%; }
	#searchCntr .dropdown ul { list-style: none; }
	#searchCntr .dropdown li { border-bottom: 2px solid #ccc; }
	#searchCntr .dropdown li a { padding: 15px 0; padding-left: 55px; color: #92bf20; font-size: 20px; text-decoration: none; display: block; }
	#searchCntr .dropdown li.icon1 a { background: url(/images/pointer1.png) no-repeat 20px 20px; background-size: 25px; }
	#searchCntr .dropdown li strong { display: block; padding-bottom: 5px; }
	#searchCntr .dropdown li a:hover { background: #f5f5f5; }
	#searchCntr .dropdown li.icon1 a:hover { background: #f5f5f5 url(/images/pointer1.png) no-repeat 20px 20px; background-size: 25px; }
	#searchCntr .dropdown li.icon2 a { background: url(/images/pointer2.png) no-repeat 20px 20px; background-size: 25px; }
	#searchCntr .dropdown li.icon2 a:hover { background: #f5f5f5 url(/images/pointer2.png) no-repeat 20px 20px; background-size: 25px; }
	#searchCntr .dropdown li.icon3 a { background: url(/images/pointer3.png) no-repeat 20px 20px; background-size: 25px; }
	#searchCntr .dropdown li.icon3 a:hover { background: #f5f5f5 url(/images/pointer3.png) no-repeat 20px 20px; background-size: 25px; }
	#searchCntr .dropdown ul.green li a { color: #00a198; }
	#searchCntr .dropdown ul.orange li a { color: #e74e19; }
	#searchCntr #partnerShortText { height: 108px; overflow: hidden; text-overflow: ellipsis; }
	#searchCntr #partnerPartnerType { min-height: 100px; }
	#searchCntr .searchResult:hover{ cursor: pointer; }
	#searchCntr .searchResult a { pointer-events: none; }
	#searchCntr .searchResultNonFirst { background: none !important; }
	#searchCntr .searchResult li:last-child{ border-bottom: none; }

	/* ### photo container ### */
	#photoCntr { width: 100%; overflow: hidden; padding-top: 100px; }
	#photoCntr .holder { background: #92bf20; overflow: hidden; }
	#photoCntr .photo { width: 50%; float: left; }
	#photoCntr .scallablePhoto { background-position: center; float: none; margin-right: 50%; position: absolute; height:100%; width: 50%; background-size: cover; }
	#photoCntr .photo img { width: 100%; }
	#photoCntr .photo a.zoom { width: 43px; height: 57px; background: url(/images/zoom.png) no-repeat; position: absolute; bottom: 20px; right: 30px; }
	#photoCntr .text { width: 50%; float: left; padding: 30px; }
	#photoCntr .scallableText { float: none; margin-left: 50%; }
	#photoCntr .text h1 { font-size: 53px; color: #c9df90; margin-bottom: 20px; text-transform: uppercase; }
	#photoCntr .text ul { list-style: none; }
	#photoCntr .text li { font-size: 16px; color: #fff; margin-bottom: 15px; }
	#photoCntr .text li a { color: #fff; text-decoration: none; }
	#photoCntr h2 { display: none; }

	/* ### details container ### */
	#detailsCntr { background: #00a198;}
	 
	#detailsCntr .center { padding: 75px 20px; overflow: hidden; }
	#detailsCntr .block { padding: 0 15px; width: 100%; }
	#detailsCntr .block.columnDivided { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; }
	#detailsCntr h2 { font-size: 26px; font-family: 'Lato',sans-serif; margin-bottom: 10px; color: #fff; }
	#detailsCntr h3 { font-size: 20px; font-family: 'Lato',sans-serif; margin-bottom: 10px; color: #fff; }
	#detailsCntr p  { font-size: 16px; line-height: 32px; color: #fff; }
	#detailsCntr li { font-size: 16px; line-height: 32px;  color: #fff;  padding-left:15px; list-style-type: disc;   list-style-position: inside;}
	#detailsCntr ul,  #detailsCntr ol { padding-bottom: 30px; }

	/* ### research container ### */
	#researchCntr { width: 100%; padding: 30px 0 60px; overflow: hidden; }
	#researchCntr h1 { font-size: 32px; color: #000; text-align: center; padding-bottom: 25px; margin-bottom: 25px; background: url(/images/line1.png) no-repeat center bottom; text-transform: uppercase; }
	#researchCntr .text { float: left; width: 50%; }
	#researchCntr .photo { float: right; width: 35%; margin-right: 120px; position: relative; }
	#researchCntr .photo img { width: 100%; }
	#researchCntr h2 { font-family: 'Lato',sans-serif; color: #e74e19; font-size: 26px; line-height: 32px; }
	#researchCntr h3 { font-family: 'Lato',sans-serif; color: #e74e19; font-size: 20px; line-height: 30px; margin-bottom: 10px; }
	#researchCntr p { font-size: 16px; line-height: 32px; margin-bottom: 35px; }
	#researchCntr a.zoom { width: 43px; height: 57px; background: url(/images/zoom.png) no-repeat; position: absolute; bottom: 20px; right: 30px; }
	

	/* ### blog details container ### */
	#blogDetailsCntr { width: 100%; padding: 20px 0 0; overflow: hidden; }
	#blogDetailsCntr h1 { font-size: 32px; color: #000; text-align: center; padding-bottom: 25px; margin-bottom: 25px; background: url(/images/line1.png) no-repeat center bottom; text-transform: uppercase; }
	#blogDetailsCntr .headings { text-align: center; padding-bottom: 30px;   min-height: 345px;}
	#blogDetailsCntr .headings p { font-size: 18px; color: #000; line-height: 32px; }
	#blogDetailsCntr .headings p a { color: #000; text-decoration: none; }
	#blogDetailsCntr .headings p a:hover { text-decoration: underline; }
	#blogDetailsCntr .headings img{position: absolute;  right: 0; z-index: -1;}
	#blogDetailsCntr .contents { width: 100%; height: 100%; }
	#blogDetailsCntr .right { float: right; width: 70%; height: 100%; padding-left: 20px;}
	#blogDetailsCntr .left { float: left; width: 30%; background: #00a198; height: 100%; position: relative; }
	#blogDetailsCntr .left .bg { width: 3000px; position: absolute; top: 0; right: 0; background: #00a198; height: 100%; z-index: 0; }
	#blogDetailsCntr .category { padding: 40px 30px 40px 55px; z-index: 100; position: relative; }
	#blogDetailsCntr .category h3 { font-size: 31px; color: #fff; margin-bottom: 10px; }
	#blogDetailsCntr .category ul { list-style: none; padding: 15px; border: 2px solid rgba(255,255,255,0.5); -webkit-border-radius: 5px; border-radius: 5px; }
	#blogDetailsCntr .category li { font-size: 17px; color: #fff; position: relative; margin-bottom: 8px; }
	#blogDetailsCntr .team { padding: 20px; text-align: center; z-index: 100; position: relative; }
	#blogDetailsCntr .team ul { list-style: none; }
	#blogDetailsCntr .team li { margin-bottom: 15px; }
	#blogDetailsCntr .team .photo { margin-bottom: 10px; }
	#blogDetailsCntr .team .photo img { max-width: 100%; display: inline-block; }
	#blogDetailsCntr .team .text { width: 100%; }
	#blogDetailsCntr .team h4 { font-size: 26px; font-family: Lato; line-height: 32px; margin-bottom: 10px; color: #fff; }
	#blogDetailsCntr .team p { font-size: 18px; line-height: 25px; color: #fff; }
	#blogDetailsCntr .blogs { width: 100%; border-top: 2px solid #00a198; padding-bottom: 30px;}
	#blogDetailsCntr .blogs h5 { font-family: Lato; color: #92bf20; font-size: 18px; }
	#blogDetailsCntr .blogs h2 { font-family: Lato; color: #92bf20; font-size: 26px; margin-bottom: 10px; }
	#blogDetailsCntr .blogs p { font-size: 16px; line-height: 32px; margin-bottom: 10px; }
	#blogDetailsCntr .blogs .category { display: inline-block; line-height: 40px; padding: 0 12px; color: #000; font-size: 18px; -webkit-border-radius: 5px; border-radius: 5px; background: #e5e5e5; margin-bottom: 20px; margin-right: 20px; }
	#blogDetailsCntr .blogs .more { display: inline-block; border: 2px solid rgba(146,191,32,0.5); -webkit-border-radius: 5px; border-radius: 5px; padding: 1px 25px 4px; line-height: 48px; color: #92bf20; font-family: 'EconomicaBold'; font-size: 32px; text-decoration: none; }
	#blogDetailsCntr .blogs .more:hover { background: #92bf20; border-color: #92bf20; color: #fff; }
	#blogDetailsCntr .block { padding: 35px; position: relative; border-bottom: 2px solid #92bf20;   margin-left: -30px;}
	#blogDetailsCntr .blogs .more.hiddenItemElement{display:none;}
	
	#blogDetailsCntr .block { margin-left: 0; padding: 35px 0; position: relative; border-bottom: 1px solid #ccc;}
	#blogDetailsCntr .block.visibleItem.develop img,
	#blogDetailsCntr .block.visibleItem.research img,
	#blogDetailsCntr .block.visibleItem.knowledge img{float: left; width: 55%; margin-right: 25px;     margin-bottom: 15px;}
	#blogDetailsCntr .block.develop h2,
	#blogDetailsCntr .block.knowledge h2 {color: #00a198 !important }
	#blogDetailsCntr .block.research h2 {color: #92bf20 !important }
	#blogDetailsCntr .blogs .block.develop .readMore:hover,
	#blogDetailsCntr .blogs .block.knowledge .readMore:hover {background: #00a198; color: white;}
	#blogDetailsCntr .blogs .block.research .readMore:hover {background: #92bf20; color: white;}
	#blogDetailsCntr .block.develop .readMore,
	#blogDetailsCntr .block.knowledge .readMore {border: 2px solid rgba(0, 161, 152, 0.5); color: #00a198; margin-right: 20px;}
	#blogDetailsCntr .block.research .readMore {border: 2px solid rgba(146, 191, 32, 0.5); color: #92bf20; margin-right: 20px;}
	
	#blogDetailsCntr .block:last-child {border-bottom: none;}
	#blogDetailsCntr .block .bg { background: #92bf20; position: absolute; top: 0; left: 0;   margin-left: -30px; width: 3000px; height: 100%; z-index: 0; }
	#blogDetailsCntr .block .holder { position: relative; z-index: 100; }
	#blogDetailsCntr .block.blog:nth-of-type(odd) h5 { color: #fff; }
	#blogDetailsCntr .block.blog:nth-of-type(odd) h2 { color: #fff; }
	#blogDetailsCntr .block.blog:nth-of-type(odd) p { color: #fff; }
	#blogDetailsCntr .block.blog:nth-of-type(odd) .more { border: 2px solid rgba(255,255,255,0.5); color: #fff; }
	#blogDetailsCntr .block.blog:nth-of-type(odd) .more:hover { background: #fff; border-color: #fff; color: #92bf20; }
	#blogDetailsCntr .headings { position: relative; }
	#blogDetailsCntr .button { margin-top: 20px; display: inline-block; border: 2px solid #f3a68c; -webkit-border-radius: 5px; border-radius: 5px; padding: 0 30px; line-height: 48px; color: #e74e19; font-family: 'EconomicaBold'; font-size: 32px; text-decoration: none; }
	#blogDetailsCntr .button:hover { background: #e74e19; border-color: #e74e19; color: #fff; }
	#blogDetailsCntr .photoBg { position: absolute; bottom: 0; right: 0; z-index: 0; }

	#blogDetailsCntr.knowledge .blogs { border-color: #92bf20; }
	#blogDetailsCntr.knowledge .block:nth-of-type(even) h5,#blogDetailsCntr.knowledge .block h5 { color: #00a198; }
	#blogDetailsCntr.knowledge .block:nth-of-type(even) h2,#blogDetailsCntr.knowledge .block h2 { color: #00a198; }
	#blogDetailsCntr.knowledge .block:nth-of-type(even) p { color: #000; }
	#blogDetailsCntr.knowledge .block:nth-of-type(even) .more,#blogDetailsCntr.knowledge .block .more { border: 2px solid #7fd0cb; color: #00a198; margin-top: 20px; }
	#blogDetailsCntr.knowledge .block:nth-of-type(even) .more:hover,#blogDetailsCntr.knowledge .block .more:hover { background: #00a198; border-color: #00a198; color: #fff; }
	#blogDetailsCntr.knowledge .block { padding: 0 35px; }
	#blogDetailsCntr.knowledge .holder { padding: 35px 0; border-bottom: 2px solid #ccc; }
	#blogDetailsCntr.knowledge .categoryResult:last-child .holder { border-bottom: none; margin-bottom: 10px; }
	#blogDetailsCntr.knowledge .blogs .category { margin-bottom: 0; }
	#blogDetailsCntr .video { float: left; width: 55%; margin-right: 25px; }
	
	  
	#blogDetailsCntr .video img { width: 100%; }
	#blogDetailsCntr.knowledge .block:last-of-type .holder { border: 0; }
	#blogDetailsCntr .paging { width: 100%; text-align: center; padding-bottom: 50px; overflow: hidden; }
	#blogDetailsCntr .paging ul li a:hover,#blogDetailsCntr.knowledge .paging ul li.active a { color: #92bf20; }
	#blogDetailsCntr.knowledge .headings .wrap { position: relative; z-index: 10; }
	#blogDetailsCntr .centerContent { width: 60%; margin-left: auto; margin-right: auto; }
	#blogDetailsCntr .video .embed-container iframe { height: 100%; width: 100%; }
	#blogDetailsCntr .video .embed-container { height:300px; width: 100%; }
	
	


	/* ### blog post container ### */
	#blogPostCntr { width: 100%; padding: 30px 0 0; overflow: hidden; }
	#blogPostCntr h1 { font-size: 32px; color: #000; text-align: center; padding-bottom: 25px; margin-bottom: 25px; background: url(/images/line1.png) no-repeat center bottom; text-transform: uppercase; }
	#blogPostCntr .blogdetails { width: 78%; padding-bottom: 50px; }
	#blogPostCntr .blogdetails.researchWrapper { margin-left: auto; margin-right: auto; }
	#blogPostCntr .photo { float: right; margin-left: 30px; }
	#blogPostCntr .text { overflow: hidden; }
	#blogPostCntr h5 { font-family: Lato; color: #92bf20; font-size: 18px; font-weight: 700; }
	#blogPostCntr h2 { font-family: Lato; color: #92bf20; font-size: 26px; margin-bottom: 30px; font-weight: 700; }
	#blogPostCntr h3 { font-family: Lato; font-size: 19px; color: #92bf20; margin-bottom: 10px; font-weight: 700; }
	#blogPostCntr h1.research, #blogPostCntr .research h1, #blogPostCntr .research h2, #blogPostCntr .research h3 { color: #e74e19;}
	#blogPostCntr .research h2, #blogPostCntr .research h3 { color: #e74e19; margin-bottom: 0; line-height: 32px;}
	#blogPostCntr p { font-size: 16px; line-height: 32px; margin-bottom: 20px; }
	#blogPostCntr .share { overflow: hidden; }
	#blogPostCntr .share strong { float: left; font-size: 24px; color: #000; margin: 10px 20px 0 0; }
	#blogPostCntr .share ul { list-style: none; padding: 5px 10px; border: 2px solid #c8df8f; float: left; -webkit-border-radius: 5px; border-radius: 5px; }
	#blogPostCntr .share li { float: left; margin: 0 5px; }
	#blogPostCntr .orangeShareBar { margin-top: 20px; }
	#blogPostCntr .orangeShareBar ul {border: 2px solid #f3a68c; background: none; height: 53px; }
	#blogPostCntr .orangeShareBar ul li {margin: 0 4px; }
	#blogPostCntr .arangeShareBar 
	#blogPostCntr .comment { background: #00a198; padding: 40px 0; position: relative; }
	#blogPostCntr .comment .bg1 { position: absolute; top: 0; right: 0; width: 3000px; z-index: 0; height: 100%; background: #00a198; }
	#blogPostCntr .comment .bg2 { position: absolute; top: 0; left: 0; width: 3000px; z-index: 0; height: 100%; background: #00a198; }
	#blogPostCntr .comment fieldset { border: none; position: relative; z-index: 10; width: 85%; }
	#blogPostCntr .comment textarea { font-family: 'EconomicaBold'; border: 2px solid #80d0cc; padding: 20px; width: 100%; height: 160px; background: none; font-size: 32px; color: #80d0cc; -webkit-border-radius: 5px; border-radius: 5px; }
	#blogPostCntr .button { float: right; padding: 0 25px; height: 54px; line-height: 54px; text-decoration: none; border: 2px solid rgba(255,255,255,0.5); background: none; color: #fff; font-family: 'EconomicaBold'; font-size: 30px; cursor: pointer; margin-top: 26px; -webkit-border-radius: 5px; border-radius: 5px; }
	#blogPostCntr .button:hover { background: #fff; color: #00a198; border-color: #fff; }
	#blogPostCntr .posts { padding: 30px 0; width: 70%; }
	#blogPostCntr .posts .block { padding: 25px 0; border-bottom: 2px solid #92bf20; }
	#blogPostCntr .posts .block:last-of-type { border-bottom: 0; }
	#blogPostCntr .posts p { margin-bottom: 0; }
	#blogPostCntr .posts h5 { margin-bottom: 10px; }
	#blogPostCntr .photo a.zoom { width: 43px; height: 57px; background: url(/images/zoom.png) no-repeat; position: absolute; bottom: 20px; right: 30px; }
	#blogPostCntr .photo { position: relative; }
	#blogPostCntr .text li { font-size: 16px; line-height: 32px;  padding-left:15px; list-style-type: disc;   list-style-position: inside;}
	#blogPostCntr .text .share li { list-style: none; }
	#blogPostCntr .blogdetails .share a.button { margin-top: 0px; float: none; display: inline-block; border: 2px solid rgba(146,191,32,0.5);  -webkit-border-radius: 5px; border-radius: 5px; padding: 1px 25px 4px; line-height: 48px; color: #92bf20; font-family: 'EconomicaBold'; font-size: 32px; text-decoration: none; }
	
	.shareAndDownloadsContainer{margin-top:20px;}
	
	.download-container{max-width: 1164px; margin-bottom: 50px;}
	.download {  overflow: hidden; background: #fff; padding: 20px; margin: 20px -20px; background: #ccc; width: 100%; box-sizing: content-box; }
	.download h4 { font-size: 24px; color: #000; margin-bottom: 10px; }
	.download ul { list-style: none; }
	.download li { padding: 4px 0; padding-left: 35px; background: url(/images/bullet.png) no-repeat left; margin-bottom: 5px; font-size: 16px; color: #000; }
	.download li a { color: #000; }
	.download li a:hover { text-decoration: none; }

	/* ### agenda container ### */
	#agendaCntr { width: 100%; padding: 30px 0; overflow: hidden; }
	#agendaCntr h1 { font-size: 32px; color: #000; text-align: center; padding-bottom: 25px; margin-bottom: 25px; background: url(/images/line1.png) no-repeat center bottom; text-transform: uppercase; }
	#agendaCntr .headings { text-align: center; padding-bottom: 30px; }
	#agendaCntr .headings p { font-size: 18px; color: #000; line-height: 32px; }
	#agendaCntr .headings p a { color: #000; text-decoration: none; }
	#agendaCntr .headings p a:hover { text-decoration: underline; }
	#agendaCntr .block { width: 100%; overflow: hidden; margin-bottom: 25px; }
	#agendaCntr .titles { background: #00a198; padding: 20px; margin-bottom: 30px; }
	#agendaCntr h5 { font-size: 18px; font-family: Lato; color: #fff; font-weight: 700; margin-bottom: 5px; }
	#agendaCntr h2 { font-size: 26px; font-family: Lato; color: #fff; font-weight: 700; margin-bottom: 5px; }
	#agendaCntr .col1 { float: left; width: 50%; border-right: 2px solid #ccc; padding-right: 35px; }
	#agendaCntr .col2 { float: left; width: 50%; padding-left: 35px; }
	#agendaCntr p { font-size: 16px; line-height: 32px; margin-bottom: 30px; }
	#agendaCntr ul { list-style: none; min-height: 150px; }
	#agendaCntr li { font-size: 16px;   margin: 4px 0 11px 0; line-height: 21px; }
	#agendaCntr .more { display: inline-block; border: 2px solid #7fd0cb; -webkit-border-radius: 5px; border-radius: 5px; padding: 0 25px; line-height: 50px; color: #00a198; font-family: 'EconomicaBold'; font-size: 32px; text-decoration: none; }
	#agendaCntr .more:hover { background: #00a198; border-color: #00a198; color: #fff; }
	#agendaCntr .block.alt .titles { background: #92bf21; }
	#agendaCntr .block.alt .more { color: #92bf20; border-color: #c8df8f; }
	#agendaCntr .block.alt .more:hover { background: #92bf20; border-color: #92bf20; color: #fff; }

	/* ### register container ### */
	#registerCntr { width: 100%; padding: 0px 0 60px; overflow: hidden; }
	#registerCntr h1 { font-size: 32px; color: #000; text-align: center; padding-bottom: 25px; margin-bottom: 25px; background: url(/images/line1.png) no-repeat center bottom; text-transform: uppercase; }
	#registerCntr h5 { font-family: Lato; color: #00a198; font-size: 18px; font-weight: 700; }
	#registerCntr h2 { font-family: Lato; color: #00a198; font-size: 26px; margin-bottom: 30px; font-weight: 700; }
	#registerCntr p { font-size: 16px; line-height: 32px; margin-bottom: 30px; }
	#registerCntr p a { color: #000; text-decoration: none; }
	#registerCntr p a:hover { text-decoration: underline; }
	#registerCntr .form { position: relative; padding: 55px 0; }
	#registerCntr fieldset { padding-right: 40px; border: none; position: relative; z-index: 100; }
	#registerCntr .set { overflow: hidden; margin-bottom: 15px; }
	#registerCntr label { float: left; width: 225px; padding: 10px 20px 0 0; font-size: 18px; text-align: right; color: #fff; }
	#registerCntr .field { overflow: hidden; padding: 2px; }
	#registerCntr .field input { border: 2px solid #c9df90; -webkit-border-radius: 5px; border-radius: 5px; line-height: 36px; height: 50px; padding: 0 20px; font-size: 18px; color: #fff; background: none; width: 100%; }
	#registerCntr .field textarea { border: 2px solid #c9df90; -webkit-border-radius: 5px; border-radius: 5px; height: 100px; padding: 10px 20px; font-size: 18px; color: #fff; background: none; width: 100%; }
	#registerCntr .bg1 { background: #92bf20; width: 3000px; height: 100%; position: absolute; top: 0; right: 0; z-index: 2; }
	#registerCntr .bg2 { background: #00a198; width: 3000px; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; }
	#registerCntr span.mandatory { font-size: 18px; color: #fff; float: left; }
	#registerCntr input.button { float: right; padding: 0 20px; height: 50px; border: 2px solid #c9df90; background: none; color: #fff; font-family: 'EconomicaBold'; font-size: 30px; cursor: pointer; -webkit-border-radius: 5px; border-radius: 5px; width: auto; }
	#registerCntr input.button:hover { background: #fff; color: #92bf20; border-color: #fff; }
	#registerCntr .headings { max-width: 81%; float: right; }
	#registerCntr.contact .bg1 { background: #00a198; }
	#registerCntr.contact .bg2 { background: #92bf20; }
	#registerCntr.contact .field input { border-color: #80d0cc; color: #fff; }
	#registerCntr.contact .field textarea { border-color: #80d0cc; height: 210px; color: #80d0cc; overflow: auto;}
	#registerCntr.contact input.button:hover { border-color: #fff; color: #00a198; }
	#registerCntr.contact fieldset h1 { color: #fff; font-size: 32px; text-align: left; background: none; padding-bottom: 0; margin-bottom: 0; }
	#registerCntr .address { text-align: center; position: relative; }
	#registerCntr .address .photo { position: absolute; bottom: -30px; right: -70px; z-index: 0; }
	#registerCntr .address .holder { position: relative; z-index: 1; }
	#registerCntr .address h2 { font-size: 26px; color: #000; margin-bottom: 30px; font-family: Lato; font-weight: 700; }
	#registerCntr .address em { font-size: 20px; font-weight: 700; display: block; }
	
	/* ### zoek container ### */
	#zoekCntr { width: 100%; padding: 30px 0; overflow: hidden; font-size: 16px; } 
	#zoekCntr h1 { font-size: 32px; color: #000; text-align: center; padding-bottom: 25px; margin-bottom: 25px; background: url(/images/line1.png) no-repeat center bottom; text-transform: uppercase; }
	#zoekCntr .search { width: 100%; padding: 30px 0; }
	#zoekCntr fieldset { overflow: hidden; border: none; }
	#zoekCntr .field { overflow: hidden; }
	#zoekCntr .field input { border: 2px solid #f3a68c; -webkit-border-radius: 5px; border-radius: 5px; line-height: 50px; height: 50px; padding: 0 20px; font-size: 18px; color: #E74E19; background: none; width: 100%; }
	#zoekCntr input.button { float: right; padding: 0 50px; height: 50px; border: 2px solid #f3a68c; background: none; color: #e74e19; font-family: 'EconomicaBold'; font-size: 32px; cursor: pointer; -webkit-border-radius: 5px; border-radius: 5px; width: auto; margin-left: 25px; }
	#zoekCntr input.button:hover { background: #e74e19; color: #fff; border-color: #e74e19; }
	#zoekCntr .search span { font-size: 16px; display: block; padding-top: 10px; }
	#zoekCntr ul { list-style: none; line-height: 25px;}
	#zoekCntr li { margin-bottom: 25px;   min-height: 70px; }
	#zoekCntr h3, #zoekCntr h3 a { font-family: Lato; font-size: 26px; color: #ccc; margin-bottom: 5px; font-weight: 700; text-decoration:none; }
	#zoekCntr h3:hover, #zoekCntr h3 a:hover {text-decoration:underline};
	#zoekCntr p { font-size: 16px; line-height: 32px; margin-bottom: 30px; }
	#zoekCntr p span { background: #e5e5e5; padding: 0 5px; }
	#zoekCntr p a { color: #000; }
	#zoekCntr p a:hover { text-decoration: none; }
.paging { overflow: hidden; padding: 25px 0; }
.paging a.prev { display: inline-block; font-size: 18px; color: #000; text-decoration: none; font-size: 18px; }
.paging ul { list-style: none; display: inline-block; }
.paging li { display: inline-block; font-size: 18px; padding-right: 5px; margin-bottom: 0!important; }
.paging li a { color: #000; text-decoration: none; }
.paging li:not(:first-child):before { content: '-'; padding-right: 5px; }
.paging li:last-child { padding-right: 0; }
.paging li:last-child:after { content: initial; }
.paging li a:hover,.paging li.active a { color: #e74e19; }
.paging a.next { display: inline-block; font-size: 18px; color: #000; text-decoration: none; font-size: 18px; }

	/* ### sorry container ### */
	#sorryCntr { width: 100%; overflow: hidden; }
	#sorryCntr h1 { font-size: 32px; color: #000; text-align: center; padding-bottom: 25px; margin-bottom: 25px; background: url(/images/line1.png) no-repeat center bottom; text-transform: uppercase; }
	#sorryCntr .holder { max-width: 980px; }
	#sorryCntr .text { float: left; width: 55%; text-align: center; padding-top: 120px; }
	#sorryCntr .photo { float: left; width: 45%; text-align: center; }
	#sorryCntr .photo img { display: inline-block; max-width: 100%; margin-bottom: -3px; }
	#sorryCntr .website { display: inline-block; border: 2px solid #f3a68c; -webkit-border-radius: 5px; border-radius: 5px; padding: 0 30px; line-height: 48px; color: #e74e19; font-family: 'EconomicaBold'; font-size: 32px; text-decoration: none; }
	#sorryCntr .website:hover { background: #e74e19; border-color: #e74e19; color: #fff; }

	/* ### footer container ### */
	#footerCntr { width: 100%; background: #e74e19; padding: 30px 0; }
	#footerCntr h5 { float: left; color: #fff; font-size: 32px; }
	#footerCntr p { float: right; color: #fff; font-size: 16px; margin-top: 10px; }
	#footerCntr p a { color: #fff; text-decoration: none; }
	#footerCntr p a:hover { text-decoration: underline; }
	#footerCntr .social { position: absolute; top: -60px; right: 0; }
	#footerCntr .social ul { list-style: none; }
	#footerCntr .social li { float: left; margin-left: 10px; }
	#blogCntr span.mobile { display: none; }
#mobileSearch { display: none; }
#mobileAgenda { display: none; }
#mobileContact { display: none; }
	#mobileSearchCntr { display: none; }
	#mobileDetailsCntr { display: none; }
.mobileCategory { display: none; }
.mobileInfo { display: none; }
	#blogPostCntr h6 { display: none; }
	#blogPostCntr label { display: none; }
	#registerCntr .mobilePhoto { display: none; }


.center .mediumCenter .photoBg{
	width : 435px;
	height: 337px;
	background: url(/images/onderzoeken_title.png);
	background-repeat:no-repeat;
}

.center.knowledge .mediumCenter .photoBg{
	background: url(/images/kennis_titel.png);
}
.center.develop .mediumCenter .photoBg{
	background: url(/images/ontwikkelen_titel.png);
}

.selectBlogAuthor .imageContainer{position: relative; margin: 0 auto;  width: 220px; height: 220px; max-width: 100%;}
.selectBlogAuthor .image	{background-size: contain;   height: 220px;  width: 220px; max-width: 100%; position: absolute; top: 0;}
.selectBlogAuthor .overlay {background: url(/images/overlay-blog-desktop.png) no-repeat center center; background-size: contain;   height: 220px;  width: 220px; max-width: 100%;  position: absolute;  top: 0; z-index: 200;  pointer-events: none;}
@media only screen and (max-width: 825px) {
	.selectBlogAuthor .overlay {background: url(/images/overlay-blog-mobiel.png) no-repeat center center; background-size: contain;   height: 220px;  width: 220px; max-width: 100%;  position: absolute; top: 0; z-index: 200; pointer-events: none;}
}

.form label {
	font-family: 'Lato';
	font-size: 16px;
}
.form form {
	padding: 0 200px;
}
.form .form-text {
	margin-top: 2px;
	font-family: 'Lato';
	font-size: 16px;
	margin-bottom: 32px;
}
.form h3.form-text {
	font-weight: 900;
}
.form .form-element {
	margin-bottom: 32px;
	overflow: hidden;
}
.form .form-element label:not(.checkbox-label) {
	display: block;
	width: 40%;
	float: left;
	margin-top: 10px;
}
.form .form-element input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), 
.form .form-element textarea, 
.form .form-element .checkbox-area,
.form .form-element select {
	display: block;
	width: 60%;
	float: left;
}
.form .form-element input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), 
.form .form-element textarea,
.form .form-element select {
	padding: 20px;
	border: 3px solid #E7E7E7;
	border-radius: 8px;
	resize: none;
}
.form .form-element.error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.form .form-element.error textarea,
.form .form-element.error select {
	border: 3px solid #E00013;
}
span.error {
    font-family: 'Lato';
    font-size: 14px;
    color: #E00013;
    font-weight: bold;
    padding: 16px 0;
}
span.success {
	font-family: 'Lato';
    font-size: 14px;
    color: #00A08F;
    font-weight: bold;
    padding: 16px 0;
}
span#image-name {
	font-family: 'Lato';
    font-size: 17px;
    color: #00A08F;
    font-weight: bold;
    padding-left: 24px;
}
.form .form-element input:not([type="checkbox"]):not([type="radio"])::placeholder, .form .form-element textarea::placeholder {
	font-size: 12px;
	color: #9B9B9B;
}
.bordered-button {
	font-family: 'EconomicaBold'; 
	font-size: 24px;
	padding: 10px 20px;
	background: white;
	border: 3px solid #1B9C8F;
	color: #1B9C8F;
	border-radius: 8px;
	text-transform: uppercase;
	width: auto;
	cursor: pointer;
	text-decoration: none;
    display: inline-block;
}
.bordered-button:hover, .bordered-button:focus {
	background: #1B9C8F;
	color: white;
}
.bordered-button.inverted {
	background: #1B9C8F;
	border: 3px solid white;
	color: white;
}
.bordered-button.inverted:hover, .bordered-button.inverted:focus {
	background: white;
	color: #1B9C8F;
}
#inputimage:hover + .bordered-button, #inputimage:focus + .bordered-button {
	background: #1B9C8F;
	color: white;	
}
.form .form-element .upload-image-container {
	position: relative;
	display: inline-block;
	width: 59%;
}
.form .form-element .upload-image-container #inputimage {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	cursor: pointer;
}
.checkbox-line {
    margin-bottom: 5px;
}
.checkbox-line .checkbox-label {
	font-size: 12px;
	padding-left: 28px;
}
.form .form-element .checkbox-line {
	width: 100%;
    display: inline-block;
}
.form .form-element .checkbox-line.split {
	width: 50%;
}
.form .spacer {
	height: 60px;
}
.form .form-separator {
    border-color: #9B9B9B;
    width: 320px;
    margin-bottom: 24px;
}
.checkbox-line input[type="checkbox"], .checkbox-line input[type="radio"] {
	display: none;
}
.checkbox-line .form-checkbox {
	height: 16px;
	width: 16px;
	display: inline-block;
	position: absolute;
	margin-left: -28px;
	border-radius: 16px;
	border: 2px solid #898A89;
}
.checkbox-line input[type="radio"]:checked + label .form-checkbox {
	background-image: url('/images/form_checkbox_checked.png');
    background-size: 16px 16px;
    background-position: -1.5px -0.5px;
    border: 1px solid #2B9D8F;
}
.checkbox-line input[type="checkbox"] + .checkbox-label .form-checkbox {
	border: none;
	border-radius: 0;
	background-image: url('/images/form_checkbox_unchecked.png');
    background-size: 16px 16px;
}
.checkbox-line input[type="checkbox"]:checked + label .form-checkbox {
	background-image: url('/images/form_checkbox_checked.png');
}
.account-background {
	background: #1B9C8F;
    text-align: center;
}
.account-form-wrapper {
    display: inline-block;
    background: white;
    padding: 45px 200px 60px 100px;
    margin: 100px 0;
    border-radius: 4px;
    -webkit-box-shadow: 6px 6px 24px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    6px 6px 24px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         6px 6px 24px 0px rgba(0, 0, 0, 0.2);
	max-width: 750px;
	min-width: 450px;
}
.account-form-wrapper h2 {
	font-family: 'Lato';
	font-size: 24px;
	color: #1B9C8F;
    text-align: left;
    font-weight: 900;
}
.account-form-wrapper form {
	padding: 20px 0;
}
.account-form-wrapper input:not([type="submit"]) {
	padding: 10px 20px;
	border: 3px solid #E7E7E7;
	border-radius: 4px;
    float: left;
    margin-bottom: 20px;
    width: 100%;
    min-width: 450px;
    font-family: 'Lato';
    font-size: 16px;
}
.account-form-wrapper .buttons {
	float: left;
    width: 100%;
}
.account-form-wrapper .buttons .multi-button-right .button-right:first-child {
	margin-top: 0px;
}
.account-form-wrapper .buttons .multi-button-right .button-right:nth-child(2) {
	margin-top: 10px;
}
.account-form-wrapper input:not([type="submit"])::placeholder {
	color: #131514;
}
.account-form-wrapper .buttons .button-left {
	float: left;
}
.account-form-wrapper .buttons .button-right {
    margin-right: -75px;
    margin-top: 15px;
}
.account-form-wrapper .buttons .multi-button-right {
    float: right;
    margin-top: 5px;
    margin-right: -75px;
}
.account-form-wrapper .buttons .multi-button-right a {
	float: left;
}
.account-form-wrapper .buttons a {
    font-family: 'Lato';
    font-size: 16px;
	float: right;
	color: #131514;
    text-decoration: none;
    font-weight: 700;
}
.account-form-wrapper .error, .account-form-wrapper .success {
	float: left;
	padding: 10px 0;
	text-align: left;
}
#blogDetailsCntr.detail-page .headings {
	min-height: 0px;
}
#blogDetailsCntr.detail-page .main {
	width: 70%;
	padding-bottom: 100px;
	float: left;
}
#blogDetailsCntr.detail-page aside {
	width: 25%;
	float: right;
}
#blogDetailsCntr.detail-page .aside-infobox {
	background: #1B9C8F;
}
#blogDetailsCntr.detail-page aside .edit {
	padding: 40px 0;	
}

#blogDetailsCntr.detail-page aside .edit.scan {
	padding-top: 0px;
}

#blogDetailsCntr.detail-page aside .edit .bordered-button {
    width: 100%;
    display: inline-block;
    text-align: center;
}
#blogDetailsCntr.detail-page aside .school-picture {
	width: 100%;
}
#blogDetailsCntr.detail-page .aside-body {
	padding: 12px 38px 54px;
	font-family: 'Lato';
	line-height: 32px;	
	color: #fff;
	font-size: 16px;
}
#blogDetailsCntr.detail-page .aside-body h2 {
	font-family: 'Lato';
	font-size: 24px;
	font-weight: 900;
    padding-bottom: 8px;
}
#blogDetailsCntr.detail-page .aside-body h4 {
	font-size: 16px;
	font-weight: 700;
}
#blogDetailsCntr.detail-page .aside-body p {
    padding-bottom: 24px;
}
#blogDetailsCntr.detail-page article {
	margin-top: 40px;
	font-family: 'Lato';
	font-size: 16px;
    line-height: 32px;
}
#blogDetailsCntr.detail-page article a {
    color: #000;
    text-decoration: none;
}
#blogDetailsCntr.detail-page article a:hover {
    text-decoration: underline;
}
#blogDetailsCntr.detail-page h4 {
	font-family: 'Lato';
	font-size: 16px;
    font-weight: 700;
}
#blogDetailsCntr.detail-page article ul li {
	list-style: disc inside;	
}
#blogDetailsCntr.detail-page .partner-description {
	font-family: 'Lato';
	font-size: 18px;
    line-height: 32px;
    font-weight: 700;
}
#blogDetailsCntr.detail-page aside .aside-link {
	color: white;
	text-decoration: none;
}
#blogDetailsCntr.detail-page aside .aside-link:hover, #blogDetailsCntr.detail-page aside .aside-link:focus {
	text-decoration: underline;
}
#blogDetailsCntr.detail-page .small-spacer {
	min-height: 8px;
}
.main-view.partner-overview {
	padding: 60px 120px;
}
.main-view.partner-overview {
	overflow: hidden;
}
.main-view.partner-overview aside {
	width: 25%;
	float: left;
}
.main-view.partner-overview .content {
	width: 70%;
	margin-left: 5%;
	float: left;
}

.main-view.partner-overview .top {
	border-bottom: 1px solid #D8D8D8;
	min-height: 87px;
    padding-bottom: 30px;
}
.filter-top {
    padding: 120px 0;
	background: #189C8F;
	color: white;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
}
.filter-title {
	text-transform: uppercase;
	font-size: 32px;
}
.filter-title:after {
	content: '';
    margin: 28px auto 56px;
	width: 100px;
	height: 4px;
	background: white;
    display: block;
}
.search-button {
	display: inline-block;
}
.main-view.partner-overview .top h2 {
	font-size: 24px;
	font-weight: 900;
	font-family: 'Lato';
	padding-bottom: 8px;
}
.main-view.partner-overview .top p {
	font-size: 16px;
}
.main-view.partner-overview .top.content {
	text-align: right;
}
.main-view.partner-overview .filters {
	padding: 32px 0;
}
.filterbox {
	padding-bottom: 24px;
}
.filterbox h4 {
	font-weight: 900;
	font-family: 'Lato';
	padding-bottom: 8px;
}
.view-toggle .bordered-button {
	border-left: none;
    border-radius: 0 8px 8px 0;
}
.view-toggle .bordered-button:first-child {
	border-right: none;
	border-left: 3px solid #1B9C8F;
    border-radius: 8px 0 0 8px;
    margin-right: -2px;
}
.bordered-button.active {
	background: #1B9C8F;
	color: white;
}
.overview-list .partner-item {
	padding: 36px 46px 36px 0;
	border-top: 1px solid #D8D8D8;
	width: 100%;
    position: relative;
    overflow: hidden;
}
.overview-list .partner-item:first-child {
	border-top: none;
}
.partner-item .partner {
	float: right;
}
.location-icon {
    display: inline-block;
    height: 9px;
    width: 6px;
    background: url(/images/location.svg);
}
.partner-item:hover, .partner-item:focus {
    background: #f3f3f3;
}
.partner-item:hover .partner-url, .partner-item:focus .partner-url {
	text-decoration: underline;
}
.partner-item .partner-url {
	text-decoration: none;
	color: #000;
}
.partner-item h2 {
	font-family: 'Lato';
	font-weight: 700;
	font-size: 24px;
    margin-bottom: 4px;
}
.partner-item .partner-img {
	width: 46px;
    min-height: 1px;
    position: relative;
    float: left;
}
.partner-item .partner-text p {
	margin-bottom: 4px;
}
.partner-item .partner-text {
    position: relative;
    float: left;
    width: 75%;
}
.partner-item .partner-description {
	font-size: 16px;
	line-height: 20px;
}
.partner-item .partner-location {
	color: #9B9B9B;
	padding-left: 12px;
}
.dropdown {
	position: relative;
	text-decoration: none;
}
.dropdown .dropdown-toggle {
    color: white;
    font-weight: 900;
    text-decoration: underline;
    padding-right: 46px;
    position: relative;
}
.dropdown .dropdown-toggle::after {
	content: '';
	display: inline-block;
	width: 32px;
	height: 26px;
	background: url('/images/dropdown-arrow.svg');
    background-size: 26px 26px;
    background-position: 6px 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
}
.partner-filters {
	display: none;
}
.partner-filters.open {
	display: block;
	position: absolute;
    top: 48px;
    right: 10px;
    font-size: 14px;
    width: 260px;
    text-align: left;
    background: white;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    -webkit-box-shadow: 6px 6px 24px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    6px 6px 24px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         6px 6px 24px 0px rgba(0, 0, 0, 0.2);
	z-index: 5;
}
.partner-filters.open + .partner-filters-arrow {
	background: url('/images/dropdown-box-arrow.svg');
	background-size: 100%;
    height: 12px;
    width: 17px;
	display: block;
	position: absolute;
    top: 38px;
    right: 22.5px;
    z-index: 0;
}
.partner-filters .label-filter {
	line-height: 36px;
	padding: 0 16px;
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 16px;
    color: #1B9C8F;
}
.partner-filters .label-filter.active {
	text-decoration: underline;
	font-weight: 900;
}
.partner-filters li:first-child {
	padding-top: 8px;
}
.partner-filters li:last-child {
	padding-bottom: 8px;
}
#overview-no-results {
    padding: 36px 46px;
}
#overview-no-results {
	color: #b1b1b1;
	font-style: italic;
}
.map-link {
	user-select: none;
	color: black;
}
.prototype.partner-item { display: none; }


/* Update 2019 */
.bordered-button.black-btn {
    border: 3px solid #000;
    color: #000;
    font-family: Lato;	
    font-size: 16px;	
    font-weight: bold;	
    line-height: 19px;
}
.bordered-button.black-btn:hover, .bordered-button.black-btn:focus {
    background: #000;
    color: #fff;
}
.bordered-button.orange-btn {
    border: 3px solid #E34B25;
    color: #E34B25;
    font-family: Lato;	
    font-size: 16px;	
    font-weight: bold;	
    line-height: 19px;
}
.bordered-button.orange-btn:hover, .bordered-button.orange-btn:focus {
    background: #E34B25;
    color: #fff;
}
.side-by-side {
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}
.side-by-side.no-margin, #contentCntr .side-by-side:last-of-type {
	margin-bottom: 0;
}
.side-by-side.contain-img {
    max-width: 1200px;
    margin: 0 auto;
}
.new-headings { text-align: center; padding-bottom: 30px;   min-height: 345px;}
.new-headings p { font-size: 18px; color: #000; line-height: 32px; }
.new-headings p a { color: #000; text-decoration: none; }
.new-headings p a:hover { text-decoration: underline; }
.new-headings .image-wrapper {
	text-align: center;
}
.new-headings .image-wrapper img {
	display: inline;
	margin-bottom: 64px; 
	max-width: 100%;
}
.principle-page .new-headings .image-wrapper img {
	max-height: calc(420px + 10px);
}
.new-headings .image-wrapper.as-title img {
	padding-bottom: 25px; 
	background: url(/images/line1.png) no-repeat center bottom; 
}
.new-headings .wrap {
	padding-top: 60px;
}
.new-headings .wrap h1 {
    font-size: 32px;
    color: #000;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 52px;
    background: url(/images/line1.png) no-repeat center bottom;
    text-transform: uppercase;
}
.new-headings .content-wrapper, .new-headings .link-wrapper {
	padding-bottom: 60px;
	max-width: 815px;
	margin: 0 auto;
}

.side-by-side .sbs-content {
	width: 50%;
	position: relative;
	float: left;
}
.side-by-side.flip .sbs-content {
	float: right;
}
.side-by-side .center {
	width: 100%;
}
.side-by-side .img-area {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.side-by-side .img-area img {
    max-width: 100%;
}
.principle-list {
	color: #131514;
	font-family: 'Lato', sans-serif;
    padding: 54px 0;
}
.side-by-side.flip .principle-list {
	padding: 54px;
}
.principle-list h3 {
	font-family: 'Lato', sans-serif;
    font-size: 32px;
    font-weight: bold;
}
.principle-list .link-wrapper {
	padding-top: 40px;
}
.numbered-list {
    padding-top: 30px;
    overflow: hidden;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.appearance-overview .numbered-list {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}
.numbered-list li {
    width: 100%;
	margin-bottom: 16px;
    position: relative;
    min-height: 36px;
}
.numbered-list li a {
	display: inline-block;
    min-height: 42px;
	color: #131514;
    width: 100%;
    position: relative;
	font-family: 'Lato', sans-serif;
}
.numbered-list li a p {
    width: calc(100% - 52px);
    margin-left: 52px;
    display: inline-block;
    line-height: 22px;
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.appearance-overview .numbered-list li a p {
	font-family: Lato;	
	font-weight: 400;
	line-height: 22px;
}
.numbered-list .list-counter {
    padding: 2px;
    background: black;
    border-radius: 21px;
    color: white;
    width: 42px;
    display: inline-block;
    text-align: center;
    margin-right: 12px;
    position: absolute;
    top: 0;
    line-height: 38px;
    font-size: 22px;
    font-weight: bold;
    height: 42px;
}
.appearance-overview .numbered-list li {
	width: 100%;
}
.appearance-overview {
	margin-bottom: 90px;
}
.two-col, .one-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 60px;
}
.one-col {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.two-col p, .one-col p {
    margin-bottom: 20px;
	color: #131514;
	font-family: 'Lato', sans-serif;
}
.two-col ul li, .one-col ul li {
	display: list-item;
    list-style: circle;
    list-style-position: inside;
}
.two-col h3, .one-col h3 {
    color: #e74e19;
    margin-bottom: 0;
    line-height: 32px;
    font-family: Lato;
    font-size: 19px;
    font-weight: 700;
}
.content-area {
    padding: 54px 54px 54px 0;
}
.side-by-side.flip .content-area {
	padding: 54px;
}
.content-area h2 {
	font-family: 'Lato', sans-serif;
	font-size: 32px;    
	font-weight: bold;
	line-height: 39px;
	padding-bottom: 18px;
}
.content-area h3 {
	font-family: 'Lato', sans-serif;
	font-size: 26px;
    font-weight: bold;
	line-height: 31px;
	padding-bottom: 18px;
}
.content-area p {
	color: #131514;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	line-height: 32px;
}
.content-area .link-wrapper {
	margin-top: 50px;
}
.quote-wrapper {
	text-align: center;
	font-size: 32px;
	line-height: 39px;
	font-weight: bold;
	font-style: italic;
    margin-bottom: 113px;
    max-width: 1000px;
}
.quote-by {
    font-size: 16px;
    line-height: 26px;
    padding-top: 26px;
}
/* #Media Queries
================================================== */
#partnerPartnerTypeCssColor{
	max-height: 579px;
}

@media only screen and (min-width: 1900px) {
	#headerCntr .inner {
	  /* background-size: 100%; */
	}
}
@media screen and (min-width: 1199px){
	#detailsCntr { margin-bottom: 40px; }
}
@media only screen and (max-width: 1199px) {

	.center { padding: 0 20px; }
	.center .center {padding: 0;}
	#headerCntr .logoBg { width: 48%; left: -180px; }
	#headerCntr .logo { left: 8%; top: 20px; }
	#headerCntr .logo img { width: 140px; }
	.linkBox { right: 20px; }
	#headerCntr .menuBox { right: 35px; }
	.npBox {left: 14px;}
	#headerCntr .menuBox > ul li { margin-left: 20px; }
	.npBox { margin-left: 20px; }
	#footerCntr .social { right: 20px; }
	#headerCntr .menuBox ul ul { }
	#searchCntr .text h4 { font-size: 40px; }
	#photoCntr .text h1 { font-size: 35px; }
	#researchCntr .photo { margin-right: 0; }
	#researchCntr .photo { width: 40%; }
	#blogDetailsCntr .block { padding-right: 0; }
	#blogDetailsCntr .team { padding-left: 0; }
	#blogDetailsCntr .category { padding-left: 0; }
	#blogPostCntr .blogdetails { width: 100%; }
	#blogPostCntr .comment fieldset { width: 100%; }
	#blogPostCntr .posts { width: 100%; }
	#registerCntr .headings { max-width: 100%; float: none; }
	#registerCntr .bg2 { display: none; }
	#registerCntr .bg1 { right: -20px; }
	#registerCntr fieldset { padding-right: 0; }
	#registerCntr .address .photo { width: 400px; }
	.vision { margin: 0 0px 40px;}
	#detailsCntr.whiteMobile {   background: white;}
	#detailsCntr.whiteMobile p , #detailsCntr.whiteMobile li {
	  color: black;
	}
	.form form {
		padding: 0 100px;
	}
	.main-view.partner-overview {
		padding: 60px 20px;
	}
}

@media only screen and (max-width: 1090px) {
	#headerCntr .menuBox > ul li a { font-size: 19px; }
}

@media only screen and (max-width: 979px) {

	#headerCntr .menuBox > ul li { margin-left: 10px; }
	.npBox { margin-left: 10px; }
	#headerCntr .menuBox > ul li a { font-size: 19px; }
	.npBox {left: 5px;}
	#headerCntr .logo img { display: none; }
	#headerCntr .logoBg { display: none; }
	#headerCntr .mobileLogo {display: block;}
	#headerCntr .mobileLogo a {  
			width: 250px;
  			height: 140px;
  			display: block;
  	}
	#headerCntr { height: 460px; }
	#serviceCntr h4 { font-size: 40px; }
	#newsCntr .block1 { padding-right: 25px; }
	#newsCntr .block2 { padding-left: 25px; }
	#blogCntr .block1 { padding-right: 25px; }
	#blogCntr .block2 { padding-left: 25px; }
	#serviceCntr .holder { margin-right: -25px; }
	#serviceCntr .block { padding-right: 25px; }
	#searchCntr .map { width: 100%; margin: 0; }
	#searchCntr .text { width: 100%; }
	#searchCntr .legends { padding-bottom: 50px; }
	#photoCntr .text h1 { font-size: 25px; margin-bottom: 10px; }
	#photoCntr .text li { margin-bottom: 13px; }
	#researchCntr .text { width: 55%; }
	#blogPostCntr .photo { width: 40%; margin-left: 30px; }
	#blogPostCntr .photo img { width: 100%; }
	#registerCntr label { width: 200px; }
	#registerCntr .address .photo { width: 300px; }

}


@media only screen and (min-width: 825px) {
	.hideDesktop{display: none;}
	#blogPostCntr h1.research, #blogPostCntr .research h1, #blogPostCntr .research h2, #blogPostCntr .research h3 { max-width: 45%; margin-left: auto; margin-right: auto; }
	#blogPostCntr .research h2.heading, #blogPostCntr .research h3.heading { max-width: 100%; margin-left: auto; margin-right: auto; }
	
}


@media only screen and (max-width: 825px) {
	
	
	
	.center.researchOverview{background: none;}
	.noMobile{display: none}
	.mobileOnly { display: block; }
	.hideOnMobile { display: none; }
	#blogDetailsCntr .headings {
	 min-height: 0px;
	}
	#blogCntr .block1 p, #blogCntr .block2 p {min-height: inherit;}
	#headerCntr > .inner, #headerCntr.home .inner {
	 background: url(/images/mobile-header.png) no-repeat left 0;
     background-size: 1205px 144px;
     min-height: 144px;
	}
	#headerCntr.sub {
	  border-bottom: none;
	  background: none;
	}
	#headerCntr .mobileLogo img {display: none;}
	#headerCntr .menuBox { display: none; }
	#headerCntr .mobileMenu { display: block; position: absolute; top: 0; right: 0; }
	#headerCntr .mobileMenu { top: 70px; right: 20px; }
	#headerCntr strong { font-size: 45px; line-height: 40px; }
	#headerCntr { height: 400px; }
	#textCntr, .mobile.textCntr { padding: 30px 0 30px 0; margin-bottom: 20px;}
	#textCntr h1, .mobile.textCntr h1 { margin-bottom: 20px; padding-bottom: 20px; }
	#textCntr .text, .mobile.textCntr .text { padding: 0; }
	#textCntr p, .mobile.textCntr p { font-size: 15px; line-height: 25px; }
	#newsCntr h4 { font-size: 35px; } 
	#newsCntr h5 { font-size: 15px; }
	#newsCntr h2 { font-size: 20px; }
	#newsCntr p { font-size: 15px; line-height: 25px; }
	#newsCntr .more { width: 100%; float: none; padding: 0 20px; text-align: center; }
	#serviceCntr h4 { font-size: 25px; }
	#serviceCntr p { font-size: 15px; line-height: 25px; }
	#serviceCntr { padding: 30px 0; }
	#serviceCntr .more { padding: 0 10px; text-align: center; display: block; width: 100%; }
	#blogCntr h4 { font-size: 35px; }
	#blogCntr { padding: 30px 0; }
	#blogCntr .more { padding: 0 10px; text-align: center; display: block; width: 100%; font-size: 25px; }
	#bottomCntr h3 { font-size: 35px; }
	#footerCntr h5 { float: none; width: 100%; text-align: center; }
	#footerCntr p { float: none; width: 100%; text-align: center; }
	#bottomCntr { padding: 35px 0; }
	#blogCntr .block1 { padding-right: 10px; }
	#blogCntr .block2 { padding-left: 10px; }
	#blogCntr p { font-size: 15px; line-height: 25px; }
	#footerCntr .social { width: 100%; right: 0; text-align: center; }
	#footerCntr .social li { display: inline-block; float: none; margin: 0 5px; }
	#blogCntr h5 { font-size: 20px; }
	#searchCntr .legends li { background-size: 25px!important; padding-left: 30px; line-height: 50px; }
	#searchCntr .dropdown { width: 100%; }
	.npBox li { font-size: 13px; }
	#photoCntr .photo { float: none; width: 100%; }
	#photoCntr .scallablePhoto { height: 228px;  position: relative; }
	#photoCntr .scallableText { margin-left: 0px; }
	#photoCntr .text { float: none; width: 100%; }
	#detailsCntr .block { float: none; width: 100%; padding: 0; }
	#detailsCntr .block.columnDivided { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
	#researchCntr .text { float: none; width: auto; }
	#researchCntr .photo { margin-left: 15px; }
	#blogDetailsCntr .right { float: none; width: 100%; }
	#blogDetailsCntr .left { float: none; width: 100%; }
	#blogDetailsCntr .block { padding-left: 0; }
	#blogDetailsCntr .contents { width: auto; margin: 0 -20px; }
	#blogDetailsCntr .block { padding-left: 20px; padding-right: 20px; }
	#blogDetailsCntr .category { display: none; }
	.mobileCategory { display: block; }
	.mobileCategory .inner { border: 2px solid #92bf20; -webkit-border-radius: 5px; border-radius: 5px; position: relative; }
	.mobileCategory .click { width: 100%; display: block; line-height: 45px; text-align: center; color: #fff; text-decoration: none; font-size: 20px; font-family: 'EconomicaBold'; background: #92bf20 url(/images/arrow2.png) no-repeat right; }
	.mobileCategory ul { list-style: none; padding: 10px; display: none; }
	.mobileCategory li { font-size: 16px;}
	.mobileCategory li a { color: #92bf20; text-decoration: none;   display: block; padding-bottom: 15px; }
	.mobileCategory li:last-child { margin-bottom: 0; } 
	.mobileCategory .inner.open ul { display: block; }
	.mobileCategory.blog .inner { border: 2px solid #00a198; }
	.mobileCategory.blog .click { background: #00a198 url(/images/arrow2.png) no-repeat right; }
	.mobileCategory.blog li a { color: #00a198; text-decoration: none; }
	#blogDetailsCntr .blogs { border: 0; }
	#blogPostCntr .photo { margin-left: 10px; width: 25%; }
	#blogPostCntr .text { overflow: visible; }
	#agendaCntr .col1 { float: none; width: 100%; border: 0; padding: 0; }
	#agendaCntr .col2 { float: none; width: 100%; padding: 0; }
	#agendaCntr .titles { margin: 0 -20px; }
	#agendaCntr .block { overflow: visible; }
	#registerCntr label { width: 160px; }
	#registerCntr .set:last-of-type label { display: none; }
	#zoekCntr input.button { padding: 0 20px; }
	#registerCntr .address .photo { width: 200px; }
	#sorryCntr .text { float: none; width: 100%; padding: 80px 0; }
	#sorryCntr .photo { float: none; width: 100%; }
	#blogDetailsCntr.knowledge .block { padding: 0 20px; }
	
	.vision img{
		  border: 0;
		  display: block;
		  width: 100%;
	}
	
	.vision .imageContainer {
		-webkit-box-shadow: none; 
		-moz-box-shadow: none;
		box-shadow: none;
		margin: 0;
		padding: 0px;
		display: table;
		background: white;
		width: 100%;
	}
	
	.vision .textContainer {
	  -webkit-column-count: 1;
	  -moz-column-count: 1;
	  column-count: 1;
	}
	
	.greenCover {
	  background: none;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  margin-bottom: 0px;
	}
	
	.vision .textContainer {
	  	color: black;
	    font-size: 15px;
  		line-height: 25px;
	}
	.headings.mediumCenter .wrap {
	  margin-top: 0px;
	}
	.npBox { display: none; }
	/*#headerCntr .logoBg { width: 320px; left: -120px; }
	#headerCntr .logo { top: 10px; left: 40px; }
	#headerCntr .logo img { width: 100px; }*/
	.linkBox { display: none; }
	#headerCntr.sub {margin-bottom: 30px;}
	#headerCntr .mobileMenu { top: 70px; }
	#headerCntr .mobileSearch { position: absolute; top: 65px; right: 75px; display: block; }
	#headerCntr .mobileSearchDropdown { position: absolute; top: 100px; left: 0; width: 100%; padding: 10px 20px; background: #e74e19; z-index: 100; }
	#headerCntr .mobileSearchDropdown fieldset { border: 3px solid rgba(255,255,255,0.2); -webkit-border-radius: 5px; border-radius: 5px; background: #fff; height: 46px; overflow: hidden; width: 100%; }
	#headerCntr .mobileSearchDropdown fieldset input.field { float: left; width: 80%; border: none; background: none; color: #f3a68c; font-size: 16px; padding: 0 10px; height: 40px; line-height: 40px; }
	#headerCntr .mobileSearchDropdown fieldset input.button { width: 24px; height: 31px; border: none; cursor: pointer; background: url(/images/magnifyglass_1.png) no-repeat; float: right; margin: 5px 10px 0 0; background-size: contain;   background-size: 18px;  background-position: 0;}
	/*#headerCntr .logoBg { display: none; }
	#headerCntr .logoMobileBg { display: block; position: absolute; top: 0; left: 0; }*/
	/*#headerCntr .logo { left: 60px; }*/ 
	#headerCntr strong { display: none; }
	#headerCntr { height: 350px; }
	#headerCntr { background-position: center 70px; }
	.hideMobile { display: none; }
	.mobile.textCntr {display: block;}
	#newsCntr .block1 { float: none; width: auto; margin: 0 -20px; padding: 20px; text-align: center; background: #00a198; }
	#newsCntr .block1 h4 { font-size: 20px; }
	#newsCntr .block1 p { font-size: 14px; line-height: 24px; text-align: left; }
	#newsCntr .block2 { float: none; width: 100%; padding-right: 0; display: none; }
	#newsCntr .bg1 { display: none; }
	#newsCntr .bg2 { display: none; }
	#newsCntr h5 { display: none; }
	#newsCntr h2 { display: none; }
	#newsCntr .more { font-size: 20px; width: auto; display: inline-block; }
	#newsCntr .block1 p { margin-bottom: 15px; min-height: 0px; }
	#serviceCntr { display: none; }
	#blogCntr { background: none; }
	#blogCntr .block1 { float: none; width: auto; margin: 0 -20px; padding: 20px; background: #e74e19; text-align: center; }
	#blogCntr .block2 { float: none; width: auto; margin: 0 -20px; padding: 20px; text-align: center; }
	#blogCntr .block2 h4 { color: #7fcfcb; }
	#blogCntr .block2 p { color: #000; }
	#blogCntr .block2 p a { color: #7fcfcb; }
	#blogCntr .block2 .more { background: #00a198; border: 2px solid #00a198; color: #fff; }
	#blogCntr .block2 .more:hover { background: #fff; border: 2px solid rgba(0,161,152,0.5); color: #00a198; }
	#blogCntr .block2 h5 img { display: none; }
	#blogCntr h5 { font-size: 15px; }
	#blogCntr .block2 h5 { color: #000; }
	#blogCntr h5 span { font-size: 13px; color: #d3d3d3; }
	#blogCntr h4 { font-size: 20px; margin-bottom: 10px; }
	#blogCntr p { font-size: 14px; text-align: left; }
	#blogCntr span.mobile { display: block; color: #fff; font-size: 14px; line-height: 15px; margin-bottom: 5px; }
	#blogCntr .more { font-size: 20px; width: auto; display: inline-block; }
	#blogCntr .block2 h5 { text-align: left; margin-bottom: 0; }
	#blogCntr .block2 h4 { margin-bottom: 10px; }
	#blogCntr .block2 h4 img { display: none; vertical-align: middle; }
	#blogCntr .block2 p br { display: none; }
	#blogCntr p { line-height: 22px; }
	#bottomCntr { display: none; }
	#footerCntr h5 { display: none; }
	#footerCntr { position: relative; margin-bottom: 40px; }
	#footerCntr p { position: absolute; left: 0; bottom: -57px; width: 100%; font-size: 14px; color: #e74e19; }
	#footerCntr p a { color: #e74e19; }
	#mobileSearch { display: block; margin: 30px 0; padding: 0 20px; }
	#mobileSearch fieldset { border: none; }
	#mobileSearch h1 { color: #000; padding-bottom: 15px; margin-bottom: 25px; background: url(/images/line1.png) no-repeat center bottom; text-transform: uppercase; text-align: center; }
	#mobileSearch h3 { font-size: 20px; color: #f3a68c; text-transform: uppercase; text-align: center; margin-bottom: 20px; }
	#mobileSearch .col1 { float: left; width: 70%; padding-right: 5px; }
	#mobileSearch .col2 { float: left; width: 30%; }
	#mobileSearch label { color: #e74e19; display: block; margin-bottom: 5px; font-size: 16px; }
	#mobileSearch input.field { width: 100%; border: 2px solid #f3a68c; -webkit-border-radius: 4px; border-radius: 4px; line-height: 48px; height: 52px; color: #f3a68c; padding: 0 10px; font-size: 16px; }
	#mobileSearch #geolocaterZoomlevelMobile::-ms-expand { display: none;}
	#mobileSearch input.button { display: inline-block; padding: 0 20px; height: 50px; border: 2px solid rgba(231,78,25,0.8); background: #fff; color: #e74e19; font-family: 'EconomicaBold'; font-size: 20px; cursor: pointer; margin-top: 20px; -webkit-border-radius: 5px; border-radius: 5px; }
	#mobileSearch input.button:hover { background: #e74e19; color: #fff; border-color: #e74e19; }
	#mobileAgenda { display: block; text-align: center; }
	#mobileAgenda h3 { font-size: 20px; color: #c8df8f; text-transform: uppercase; text-align: center; }
	#mobileAgenda ul { list-style: none; text-align: center; }
	#mobileAgenda li { width: 100%; }
	#mobileAgenda li a { padding: 10px 0; line-height: 20px; border-bottom: 2px solid #c8df8f; display: block; color: #92bf20; display: inline-block; width: 155px; font-weight: 700; text-decoration: none; font-size: 16px; }
	#mobileAgenda li a span { font-size: 14px; font-weight: 400; }
	#mobileAgenda .more { display: inline-block; border: 2px solid rgba(146,191,32,0.5); -webkit-border-radius: 5px; border-radius: 5px; padding: 0 20px; margin-top: 20px; line-height: 48px; font-family: 'EconomicaBold'; font-size: 20px; text-decoration: none; color: #92bf20; }
	#mobileAgenda .more:hover { background: #92bf20; border-color: #92bf20; color: #fff; }
	#blogCntr { padding-bottom: 0; text-align: center; }
	#mobileContact { display: block; text-align: center; background: #92bf20; margin: 10px 0 70px; padding: 20px 0; }
	#mobileContact h3 { font-size: 20px; color: #c9df90; text-transform: uppercase; margin-bottom: 10px; }
	#mobileContact address { font-size: 14px; line-height: 24px; color: #fff; font-style: normal; }
	#mobileContact address a { color: #fff; text-decoration: none; }
	#mobileContact address a:hover { text-decoration: underline; }
	#mobileContact .more { display: inline-block; border: 2px solid rgba(255,255,255,0.5); -webkit-border-radius: 5px; border-radius: 5px; padding: 0 20px; margin-top: 20px; line-height: 48px; color: #fff; font-family: 'EconomicaBold'; font-size: 20px; text-decoration: none; }
	#mobileContact .more:hover { background: #fff; border-color: #fff; color: #92bf20; }
	#searchCntr .search { display: none; }
	#searchCntr { display: none; }
	#mobileSearchCntr { display: block; padding: 20px 0; min-height: 90px; }
	#mobileSearchCntr .block { padding: 20px; margin-bottom: 20px; background: #92bf20; }
	#mobileSearchCntr .block.green { background: #00a198; }
	#mobileSearchCntr .block.orange { background: #e74e19; }
	#mobileSearchCntr h4 { font-size: 18px; color: #fff; margin-bottom: 15px; font-family: 'Lato',sans-serif; }
	#mobileSearchCntr ul { list-style: none; margin-bottom: 10px; }
	#mobileSearchCntr li { font-size: 14px; color: #fff; line-height: 20px; }
	#mobileSearchCntr li a { color: #fff; text-decoration: none; }
	#mobileSearchCntr .button { display: inline-block; padding: 0 20px; height: 50px; line-height: 50px; border: 2px solid rgba(255,255,255,0.5); background: none; color: #fff; font-family: 'EconomicaBold'; font-size: 20px; text-decoration: none; margin-bottom: 20px; -webkit-border-radius: 5px; border-radius: 5px; }
	#mobileSearchCntr .button:hover { background: #fff; color: #92bf20; border-color: #fff; }
	#mobileSearchCntr .block.green .button:hover { color: #00a198; }
	#mobileSearchCntr .block.orange .button:hover { color: #e74e19; }
	#photoCntr .text { display: none; }
	#photoCntr { padding-top: 20px; }
	#photoCntr h2 { display: block; font-size: 32px; color: #000; padding-bottom: 15px; margin-bottom: 25px; background: url(/images/line1.png) no-repeat center bottom; text-transform: uppercase; text-align: center; }
	/*#detailsCntr { margin-bottom: 55px; }*/
	#detailsCntr .center { padding: 20px; }
	/*#detailsCntr p { font-size: 14px; line-height: 25px; display: none; }*/
	#detailsCntr p.mobile { display: block; }
	#detailsCntr h2 { display: none; }
	#detailsCntr h3 { display: none; }
	#mobileDetailsCntr { display: block; padding: 30px; }
	#mobileDetailsCntr h3 { color: #00a198; font-size: 18px; margin-bottom: 25px; font-family: 'Lato',sans-serif; }
	#mobileDetailsCntr ul { list-style: none; }
	#mobileDetailsCntr li, #mobileDetailsCntr li a { font-size: 16px; margin-bottom: 6px; color: #00a198; text-decoration: none; }
	#researchCntr h1 { font-size: 22px; }
	#researchCntr .photo { margin: 0; float: none; width: 100%; margin-bottom: 20px; }
	#researchCntr h2 { font-size: 20px; line-height: 25px; }
	#researchCntr h3 { font-size: 15px; line-height: 25px; }
	#researchCntr p { font-size: 15px; line-height: 28px; }
	#researchCntr .download h4 { font-size: 20px; }
	#blogDetailsCntr .headings p { display: none; }
	#blogDetailsCntr .headings { padding-bottom: 0; }
	#blogDetailsCntr .blogs h5 { font-size: 15px;  font-weight: 600;}
	#blogDetailsCntr .blogs h2 { font-size: 20px; }
	#blogDetailsCntr .blogs p { font-size: 14px; line-height: 24px; }
	#blogDetailsCntr .block { padding: 20px; }
	#blogDetailsCntr .blogs .category { display: none; }
	#blogDetailsCntr .blogs .more { padding: 0 10px; font-size: 20px; }
	#blogDetailsCntr .left .bg { display: none; }
	#blogDetailsCntr .left { background: none; }
	#blogDetailsCntr .team { padding: 20px; }
	#blogDetailsCntr .team li { overflow: hidden; }
	#blogDetailsCntr .team .photo { float: left; width: 40%; }
	#blogDetailsCntr .team .text { float: left; width: 60%; padding-left: 10px; text-align: left; }
	#blogDetailsCntr .team h4 { color: #000; font-size: 16px; line-height: 24px; font-weight: 700; margin-bottom: 5px; }
	#blogDetailsCntr .team p { color: #000; font-size: 14px; line-height: 24px; }
	.mobileInfo { display: block; padding: 30px 0; border-top: 2px solid #ccc; }
	.mobileInfo p { color: #000; font-size: 14px; line-height: 24px; }
	.mobileInfo p a { color: #000; text-decoration: none; }
	.mobileInfo p a:hover { text-decoration: underline; }
	#blogPostCntr h1 { font-size: 25px; }
	#blogPostCntr .photo { float: none; width: 100%; margin: 0 0 20px; }
	#blogPostCntr h5 { font-size: 15px; }
	#blogPostCntr h2 { font-size: 18px; }
	#blogPostCntr h3 { font-size: 14px; font-weight: 400; }
	#blogPostCntr p { font-size: 15px; line-height: 25px; }
	#blogPostCntr .share { padding-top: 30px; border-top: 2px solid #ccc; }
	#blogPostCntr .share.orange { border-top-color: #e74e19; }
	#blogPostCntr .comment textarea { font-size: 15px; font-family: Lato; padding: 15px; }
	#blogPostCntr h6 { display: block; font-size: 20px; text-transform: uppercase; margin-bottom: 20px; text-align: center; color: #73cbc6; }
	#blogPostCntr label { display: block; margin-bottom: 10px; font-size: 16px; color: #fff; }
	#blogPostCntr .button { font-size: 22px; padding: 0 15px; }
	#blogPostCntr h2 { margin-bottom: 10px; }
	#blogPostCntr .comment textarea { height: 140px; }
	#agendaCntr .headings p { display: none; }
	#agendaCntr .headings { padding-bottom: 0; }
	#agendaCntr h5 { font-size: 16px; }
	#agendaCntr h2 { font-size: 18px; }
	#agendaCntr .titles { padding: 10px 20px; margin-bottom: 10px; }
	#agendaCntr p { font-size: 15px; line-height: 25px; }
	#agendaCntr ul { min-height: inherit; padding-bottom: 10px; }
	#agendaCntr li { font-size: 15px; margin-bottom: 10px; }
	#agendaCntr .more { font-size: 25px; padding: 0 20px; }
	#registerCntr h5 { font-size: 16px; }
	#registerCntr p { font-size: 15px; line-height: 25px; }
	#registerCntr label { float: none; width: 100%; }
	#registerCntr .field { float: none; width: 100%; }
	#registerCntr .form { padding: 30px 0; }
	#registerCntr label { font-size: 14px; }
	#registerCntr .field input { font-size: 14px; padding: 0 13px; }
	#registerCntr .field textarea { font-size: 14px; padding: 10px 13px; height: 130px; }
	#registerCntr span.mandatory { font-size: 14px; }
	#registerCntr input.button { font-size: 18px; }
	#registerCntr h2 { font-size: 18px; }
	#zoekCntr fieldset { display: none; }
	#zoekCntr h1 { margin-bottom: 0; }
	#zoekCntr .search span { font-size: 18px; font-weight: 700; }
	#zoekCntr h1 { font-size: 25px; }
	#zoekCntr h3 { font-size: 18px; }
	#zoekCntr p { font-size: 15px; line-height: 25px; }
	.paging { text-align: center; padding-top: 0; }
	#registerCntr .address .photo { display: none; }
	#registerCntr.contact fieldset h1 { color: #80d0cc; text-align: center; font-size: 18px; }
	#registerCntr .mobilePhoto { display: block; width: 100%; text-align: center; margin-bottom: -3px; }
	#registerCntr .mobilePhoto img { display: inline-block; max-width: 100%; }
	#registerCntr.contact { padding-bottom: 0; }
	#registerCntr .address h2 { font-size: 16px; }
	#registerCntr.contact p { font-size: 14px; line-height: 24px; }
	#registerCntr .address em { font-size: 14px; }
	#registerCntr .form { padding: 15px 0; }
	#sorryCntr h1 { font-size: 20px; }
	#sorryCntr .website { font-size: 20px; }
	#sorryCntr .text { padding: 50px 0; }
	#blogDetailsCntr.knowledge .button { display: none; }
	#blogDetailsCntr.knowledge .video { width: 100%; float: none; margin: 0 0 20px; }
	#blogDetailsCntr.knowledge .holder { padding: 10px 0; }
	#blogDetailsCntr.knowledge .block:nth-of-type(2n) .more,#blogDetailsCntr.knowledge .block .more { margin-top: 0; }
	#blogDetailsCntr .video.hidden { display: none; }
	.download { margin-left: -20px;  margin-right: -20px; background-color: #ccc; }
	.smallMobileOnly { display: block; }
	.hideOnSmallMobile { display: none; }
	.account-background {
		background: none;
	}
	.account-form-wrapper {
		margin: 0;
		width: 100%;
		box-shadow: none;
    	padding: 45px 20px 100px;
	}
	.account-form-wrapper .buttons {
		float: left;
		padding: 10px 0;
	    width: 100%;
	    text-align: left;
	}
	.account-form-wrapper .buttons .button-left {
		float: none;
	}
	.account-form-wrapper .buttons .button-right, .account-form-wrapper .buttons .multi-button-right {
		float: left;
		text-align: left;
		display: block;
    	line-height: 32px;
	}
	.form form {
		padding: 0 20px;
	}
	.form .form-element {
		margin-bottom: 16px;
	}
	.form .form-element label:not(.checkbox-label) {
		width: 100%;
		margin-bottom: 8px
	}
	.form .form-element input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .form .form-element textarea, .form .form-element .checkbox-area {
		width: 100%;
	}
	.form .form-element .checkbox-line {
		margin-top: 8px;
	}
	.checkbox-line .checkbox-label {
	    width: 100%;
	    padding: 8px 28px;
	    display: inline-block;
	}
	.form .spacer {
		height: 0px;
	}
	#blogDetailsCntr.detail-page .main {
		float: left;
		width: 100%;
	}
	#blogDetailsCntr.detail-page aside {
		float: left;
		width: 100%;
	}
	#partner-search-form .dropdown:after {
		content: '\A';
  		white-space: pre; /* or pre-wrap */
	}
	body.overlay-open {
		overflow: hidden;
	}
	.mobile-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
    	z-index: 1000;
    	background: rgba(19, 21, 20, 0.25);
	}
	.filter-top {
    	padding: 67px 0;
		line-height: 47px;
	}
	.search-button {
    	margin-top: 30px;
	}
	.main-view.partner-overview {
		padding: 60px 10px;
	}
	.main-view.partner-overview aside {
		width: 90%;
		background: white;
		position: fixed;
		top: 0;
		right: -100%;
		-webkit-transition: right 0.4s; /* Safari */
    	transition: right 0.4s;
	}
	.main-view.partner-overview .filters {
    	z-index: 1001;
    	padding: 20px;
	    overflow-y: auto;
	    height: 100%;
	}
	.main-view.partner-overview .content {
		width: 100%;
	    margin-left: 0;
	}
	.main-view.partner-overview .top.content {
		text-align: center;
	}
	.main-view.partner-overview .overview-map {
	    margin-left: -10px;
	    margin-right: -10px;
	}
	.view-toggle .bordered-button:first-child {
		margin-right: -3px;
	}
	.main-view.partner-overview aside.open {
		right: 0;
		-webkit-transition: right 0.4s; /* Safari */
    	transition: right 0.4s;
	}
	.mobile-filter-view .side-toggle {
		display: inline-block;
		width: 100%;
		text-align: right;
    	padding-bottom: 24px;
	}
	.mobile-filter-view .side-toggle img {
		display: inline;
	}
	.mobile-filter-view hr {
		border-color: #9B9B9B;
	}
	.mobile-filter-view h2 {
		font-family: 'Lato';
		font-weight: 900;
		font-size: 24px;
		line-height: 32px;
	}
	.mobile-filter-view p {
		font-size: 16px;
		line-height: 32px;
    	padding-bottom: 20px;
	}
	.filters.open .filterbox {
		padding-bottom: 0;  
	}
	.filters.open .filterbox h4 {
		padding-top: 32px;
	}
	.mobileOnly.menu-toggle {
		margin-bottom: 40px;
		font-size: 14px;
		color: #000;
	}
}

@media only screen and (max-width: 620px) {
	#blogDetailsCntr .block.visibleItem.develop img, #blogDetailsCntr .block.visibleItem.research img, #blogDetailsCntr .block.visibleItem.knowledge img { width: 100%; margin: 0 0 15px; }
	#blogDetailsCntr .video { width: 100%; margin-bottom: 15px; }
	#blogDetailsCntr .right { padding: 0 10px;}
}

@media only screen and (max-width: 479px) {
	/*#headerCntr .inner { background: url(/images/curved_mobile.png) no-repeat center top; }*/
	#headerCntr .mobileSearch { top: 35px; }
	#headerCntr .mobileMenu { top: 40px; }
	/*#headerCntr.sub { background: url(/images/bg4.png) no-repeat left 0; height: 120px; }*/

}

/* Update 2019 */
@media only screen and (max-width: 860px) {
	.appearance-overview .numbered-list {
	    -webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	}
}
@media screen and (max-width: 960px) {
	.side-by-side, .side-by-side.flip {
		display: flex;
    	flex-direction: column-reverse;
	}
	.side-by-side .img-area, .side-by-side .sbs-content {
		width: 100%;
		height: auto !important;
	}
	.side-by-side .content-area, .side-by-side.flip .content-area, .side-by-side .principle-list, .side-by-side.flip .principle-list {
	    padding: 54px 0;
	}
}

@media only screen and (max-width: 640px) {	
	.two-col {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	}
}
@media only screen and (max-width: 480px) {
	.appearance-overview .numbered-list {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	}
}

.commcard-container {
	width: 100%;
	background-image: url('/images/pixel2.png');
	background-size: 100% 1156px;
}

.commcard-content {
    max-width: 1164px;
	text-align: left;
	margin: auto;
}

.commcard-content:after {
    content: '';
    display: block;
    clear: both;
}

.commcard {
	width: 210px;
	display: block;
    float: left;
    margin: 64px 40px 65px;
	text-align: center;
	position: relative;
}

.commcard .commcard-textwrapper {
	height: 140px;
}

.commcard h3 {
    font-family: 'Lato';
    font-weight: bold;
    font-size: 26px;
    color: #00a198;
    line-height: 38px;
    word-break: break-word;
}

.commcard p {
    font-family: 'Lato';
    font-size: 16px;
    line-height: 32px;
}

.commcard .commcard-image {
	height: 235px;
	overflow: hidden;
    margin-top: 17px;
}

.commcard a {
    display: inline-block;
    border: 2px solid rgba(0, 161, 152, .5);
    color: #00a198;
    border-radius: 5px;
    padding: 1px 0 4px;
    line-height: 48px;
    font-family: 'EconomicaBold';
    font-size: 32px;
    text-decoration: none;
    outline: none;
    cursor: auto;
	width: 100%;
	background-color: #fff;
}

.commcard a:hover {
    background: rgb(0, 161, 152);
	color: #fff;
}
