@charset "utf-8";

/*** Reset ***/
html, body, div, table, tr, td, th, h1, h2, h3, h4, h5, h6, ul, li, ol, p, dl, span, a, img, fieldset
{
  margin: 0;
  padding: 0;
  border: none;
}

html {
	position: relative;
}

html,
body {
  font-size: 16px;
	max-width: 100%;
	min-height: 100%;
	width: 100%;
	overflow-x: hidden;
  color: #3e3f44;
  font-family: "Raleway", sans-serif !important;
  font-weight: 500 !important;
}

body {
  margin: 0 0 65px; /* bottom = footer height */
}

/*** Headings ***/
h1 {
	font-size: 39px;
  font-weight: 400;
  color: #0073cf;
  margin-bottom: 22px;
}

h2 {
  font-size: 28px;
	font-weight: 400;
	letter-spacing: 5px;
	font-size: 26px;
  color: #3e3f44;
  margin-top: 20px;
  margin-bottom: 10px;
}
h3 {
  font-size: 18px;
  letter-spacing: 2px;
  color: #424242;
  margin-top: 12px;
  margin-bottom: 4px;
}

#homepage h1 {
  text-align: center;
  margin-top: 38px;
  margin-bottom: 8px;
  font-size: 39px;
  letter-spacing: 0px;
  font-weight: 400;
  color: #0073cf;
}

#homepage h2 {
  color: #3e3f44;
}


/*** End Headings ***/

/*** Lists ***/
.item-page li {
  background: url('../images/img_li.png') no-repeat left top;
  background-size: 25px;
  padding: 1px 0px 3px 26px;
  list-style: none;
  margin: 0;
  line-height: 24px;
}

ul,
ol {
  margin-left: 0px;
}

/*** Links ***/
a:active,
a:visited,
a:link {
color: #000;
display: inline-block;
display: inline-block;
}

a:hover {
  text-decoration: none;
  color: #8f8f90;
}

a.cta {
	background: #fff none repeat scroll 0 0;
	border-color: -moz-use-text-color;
	border-radius: 12px;
	border-style: dotted;
    border-width:thin;
	color: #8f8f90;
	font-size: 18px;
	padding: 12px;
	text-align: center;
	text-decoration: none;
	width: 100%;
  max-width: 90%;
}

a.cta:hover {
	background: #00afef none repeat scroll 0 0;
	color: #fff;
	border-color: #fff;
}
/*** End Links ***/

/*** Paragraph ***/
p {
  font-size: 16px;
  color: #3e3f44;
  line-height: 25px;
  margin-bottom: 12px;
}
/*** End Paragraph ***/

/*** Mobile Collapse Icon ***/
.collapse-icon {
    display: none;
}

/*** Consortium-page ***/
/*** End Consortium-page ***/

/*** Inputs + Contact Form ***/
label {
  display: block;
  margin-bottom: 2px;
  margin-top: 16px;
}

input, textarea {
  width: 100%;
}

textarea {
  height: 200px;
}

input, textarea {
  padding: 8px 12px;
  margin-bottom: 20px;
  font-family: "Raleway";
  font-size: 15px;
  border: 1px solid #e5e5e5;
  text-shadow: none;
  border-radius: 0px;
}

#contactFormFull {
  width: 52%;
}

#contactFormFull a:hover {
    background-color: #008dbd;
    color: #fff;
    text-decoration: none;
}
#contactFormFull a {
    background-color: #00afef;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 20px;
    display: block;
    width: 100px;
    line-height: 40px;
    margin-bottom: 60px;
    cursor: pointer;
}
/*** End Inputs ***/

/*** Header ***/
header {
  padding-top: 19px;
  background-color: #fafafa;
}

header .brand img {
  max-width: 225px;
}

header a.pull-right img {
  max-width: 235px;
}
/*** End Header ***/

/*** Banner ***/
.banner {
  background: url('../images/img_banner.png') no-repeat center center;
  background-size: cover;
  min-height: 270px;
  padding-bottom: 50px;
}
/*** End Banner ***/

/*** Wrappers ***/
.wrapper {
  width: 980px;
  margin: 0 auto;
}
/*** End Wrappers ***/

/*** Navigation ***/
.nav {
  margin-top: 30px;
  list-style-type: none;
}

.nav > li {
  list-style-image: none;
  list-style-type: none;
}

.nav > li > a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  float: left;
  display: inline-block;
  padding: 14px 5px 10px 0px;
  margin-right: 15px;
  text-transform: uppercase;
}

.nav li.active a {
  color: #0073cf;
}

.nav > li > a:hover {
  color: #0073cf;
}
/*** End Navigation ***/

/*** Component ***/
.item-page {
  padding-top: 40px;
  padding-bottom: 40px;
}
/*** End Component ***/

/*** Home ***/
/** Home-intro **/
.home-intro h1 {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 5px;
}

.home-intro p:first-of-type {
  font-weight: 400;
  font-size: 19px;
  text-align: center;
  margin-bottom: 40px;
}

.home-intro p {
  margin-bottom: 40px;
}

.error {
  color: #800;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

/** Table **/
.home-intro table {
  margin-bottom: 40px;
}

.home-intor table td {}

.home-intro table p {
  font-weight: 400 !important;
  font-size: 16px !important;
  text-align: left !important;
}

table.how {
    cellspacing: 50px;
    line-height: 26px;
    border-spacing: 2px;
}

table.how th {
  background: #9ebf53;
  padding: 20px;
  color:#fff;
}

table.how td {
  padding: 20px;
}

table.how p {
  margin-bottom: 0px;
}


table.how td.howcel {
  background: #e0e0e0;
}


/** Home Core Partners **/
.home-core-partners {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  background: #fafafa;
  width: 100%;
  left: 0px;
}

.home-subcontractors {
  margin-top: 300px;
  margin-bottom: 40px;
  text-align: center;
}

.home-core-partners h2 {
  margin-top: -45px;
}

.home-subcontractors h2 {
  margin-top: 50px;
}

.home-core-partners ul,
.home-subcontractors ul {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}

.consortium-partners ul,
.consortium-subcontractors ul {
  width: 100vw;
  margin: 0 auto;
  text-align: center;
  margin-left: calc(-50vw + 50%);
  background-color: #fafafa;
}

.home-core-partners > ul > li > img,
.home-subcontractors > ul > li > img,
.consortium-partners > ul > li > img,
.consortium-subcontractors > ul > li > img {
  display: none;
}

.home-core-partners li,
.home-subcontractors li,
.consortium-partners li,
.consortium-subcontractors li {
  margin: 0px 20px;
  display: inline-block;
  background: none !important;
  padding: 0px !important;
}

.home-core-partners a,
.home-subcontractors a,
.consortium-partners a,
.consortium-subcontractors a {
  margin-right: 5px;
}

.home-core-partners img,
.home-subcontractors img,
.consortium-partners img,
.consortium-subcontractors img {
  display: inline-block;
  width: 160px;
  height: 160px;
  line-height: 160px;
  border: 0px solid #dbd8d8;
  border-radius: 50%;
  transition:all 0.75s ease;
  -webkit-transistion: all 0.75 ease;
  -moz-transition: all 0.75 ease;
  -o-transition: all 0.75 ease;
}


/*** End Home-intro ***/

/*** Contact page ***/
.contact-page a {
  background: #fff url('../images/icon-more3-mail.png') no-repeat left center;
  background-size: 25px 15px;
  padding-left: 30px;
}

/*** deliver tool ***/
.deliver {
  min-height: 1200px;
  padding-bottom: 150px;
}

.deliver h2 {
  margin-top: 40px;
}

.deliver .step1 .type {
  padding-bottom: 10px;
}

.deliver .step1 .children {
  display: none;
  padding-left: 20px;
  padding-bottom: 10px;
}

.deliver .step1 .type .text {
  font-weight: bold;
  padding-left: 15px;
  background: url("../images/chevron-right.svg") no-repeat left;
  background-size: 10px;
}

.deliver .related-title:hover,
.deliver .step1 .type .text:hover,
.deliver .step1 .indicator:hover,
.deliver .step1 .indicator.active {
  text-decoration: underline;
  cursor: pointer;
}

.deliver .step1 .type .text.active {
  background-image: url("../images/chevron-down.svg");
}

.deliver .step1 .indicator.active {
  color: #00afef;
  text-decoration: none;
}


.deliver .choser {
  /*height: 40px;*/
  line-height: 40px;
}

.deliver .control-group.optionList {
  /*display: inline-block;*/
}

.deliver .step3 .filter {
  font-size: 12px;
}

.deliver .col {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding-right: 20px;
}

.deliver .col .container {
  height: 240px;
  border-bottom: 1px solid #ebebeb;

}

.deliver .col .control-label label {
  font-weight: bold;
}

.deliver div#map {
  width: 75%;
  margin: auto;
}

.deliver .col .optionList,
.deliver .col .optionList .selectric-wrapper {
  width: 100%;
}

.deliver .btn.reset
{
  float: right;
}



.deliver .selection {
  min-height: 50px;
  max-height: 150px;
  overflow-y: scroll;
}


.deliver .selection .item {
  padding: 5px;
  background-color: #00AFEF;
  border-radius: 5px;
  display: inline-block;
  margin: 2px;
  color: #fff;
  user-select: none;
}

.deliver .selection .item:hover {
  cursor: pointer;
  background-color: #A9CC59;
}


.deliver span.del {
  padding:  5px;
}

.deliver .resetList.btn {
  display: none;
}

.deliver .related-list {
  display: none;
  margin-bottom: 50px;
}

.deliver .related-list h2 {
  margin-top: 10px;
}

.deliver .related-title {
  padding: 10px 0;
  margin: 0;
}

.deliver table {
  border-spacing: 0;
  width: 100%;
}

.deliver th {
  text-align: left;
  background-color: #9ebf53;
  color: #fff;
  font-weight: normal;
  padding: 8px 0;
}

.deliver tr.even {
  background-color: #fafafa;
}

.deliver tr td {
  border-bottom: 1px solid #ebebeb;
}

.deliver td {
  padding: 5px;
}

.deliver .tool {
  position: relative;
}

.deliver .loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
}

.row:after {
  content: '';
  clear: both;
  display: block;
}


/*** End deliver tool ***/

/*** Footer ***/
footer {
  min-height: 65px;
  height: 65px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #FD4E00;
}
/*** End Footer ***/

.pull-right {
  float: right;
}

.clearfix {
  clear: both;
}

    /* start btn */
        div.btn,
        a.btn,
        input.btn,
        button.btn,
        a.btn-black,
        a.btn-green
        {
            display: inline-block;
            min-width: 100px;
            padding: 0 20px;
            margin-top: 40px;
            margin-bottom: 40px;
            height: 40px;
            line-height: 40px;
            background: #00afef;
            color: #fff!important;
            text-align: center;
            -webkit-border-radius: 15px 15px 15px 15px;
            -moz-border-radius: 15px 15px 15px 15px;
            border-radius: 15px 15px 15px 15px;
            cursor: pointer;
            border: none;
            font-weight: 400;
        }

        div.btn:hover,
        a.btn:hover,
        a.btn-black:hover,
        a.btn-green:hover,
        input.btn:hover,
        button.btn:hover,
        div.btn a:hover,
        div.btn.active
        {
            background-color: #9ebf53;
            color: #fff!important;
            text-decoration: none!important;
        }

        div.btn a,
        a.btn,
        a.btn-black,
        a.btn-green
        {
            display: inline-block;
            text-decoration: none;
            color: #fff!important;
        }

        div.btn a
        {
            display: block;
        }

        a.btn-green
        {
            background-color: #9ebf53;
            color: #fff;
        }

        a.btn-green:hover,
        a.btn-green.active
        {
            background-color: #00afef !important;
            color: #fff !important;
        }
    /* einde btn */



/*** Print CSS ***/
@media print {
  html,
  body,
  .wrapper {
    width: 600px;
  }
  .menu {
    display: none;
  }
  .banner {
    display: none;
  }
  table td {
    width: 600px;
    display: block;
    margin: 20px 0px !important;
    padding: 0px !important;
  }
  .home-core-partners {
    position: relative;
  }
  .home-subcontractors {
    page-break-before: always;
  }
}
/*** End Print CSS ***/


pre {
  max-height: 400px;
  overflow: scroll;
}