/*

	COPYPRIGHT 2019 Royal HaskoningDHV
	Author: Brian Sahertian (ClickSmash)

*/


@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');

html, body {
	margin:0;
	padding:0;
}

body {

	color:rgb(75, 75, 75);;

	font-family: 'Open Sans', sans-serif;
	height:100%;

	background:#00577d url(../img/combo1-brand-element.jpg) no-repeat 60% center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

.container {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

hr {
	border-top: 2px solid #a3bfce;
	border-bottom:0;
}

h1 {
	color:white;
	font-weight: 600;
	text-shadow: 0 0 0.3em rgba(0,0,0,.5);

}

h1 span {
	text-transform: uppercase;
	font-size: 40px;
	line-height:30px;
}

h1 small {
	display: block;
	font-size:25px;
	margin-left:3px;
	margin-bottom: 5px;
}

h3 {
	color:#00567d;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

p.info {
	padding:10px;
	background-color: #f9ffcd;
}

#navigate {
		margin-top:-28px;
		float:right;
}


#navigate a {
	color:#00567d;
	background-color: #fff;
	padding:6px;
	padding-left: 12px;
	padding-right: 12px;
}

#navigate a.disabled {
	color:#0086a9;
	opacity:0.3;
}

#footer a {
	cursor: pointer;
}

/****************
 **** HEADER ****
 ****************/

 .navbar-brand {
 	color:#a3bfce !important;
 }

#header {
	background-color: #fff;
	margin: 0 auto;
    top: 0;
    width: 100%;
    z-index: 999;
}

#header.sticky {
	position: fixed;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}

#logo {
	padding-top: 4px;
	padding-bottom:10px;
	padding-left:6px;
	float:left;
	width:229px;
	cursor:pointer;
}

#header.sticky #logo {
	width: 140px;
}

#header #logo .small {
	display: none;
	margin-top:5px;
	margin-bottom: 7px;
}

#header:not(.sticky) #logo .large {
	display: block;
}

#header.sticky #logo .large {
	display: none;
}

#header.sticky #logo .small {
	display: block;
}


#header.sticky #menu {
	padding-top:14px;
}

#header.sticky .menu-item span:not(.circle) {
	display: none;
}

#logo img {
	width:100%;
}

#menu {
	float:right;
	width: calc(100% - 250px);
	padding-top:30px;
}

.menu-item {
	float:left;
	text-align: center;
	width: 16.66%;
	color:#0086a9;
	cursor: pointer;
	text-transform: uppercase;
	font-size:14px;
}

.menu-item:hover {
	opacity: 0.8;
	font-weight: bold;
}

.menu-item.active {
	color:#b8c300;
	font-weight: bold;
}

.menu-item.active {
	color:#b8c300;
	font-weight: bold;
}

.menu-item.active .circle:hover {
	border:2px solid #b8c300;
}

.menu-item .circle {

	display: block;
	background:#0086a9;
	color:#fff;
	width:48px;
	height:48px;
	text-align: center;
	font-weight: bold;
	font-size:26px;
	line-height: 48px;
	border-radius:50%; 
	margin-left: auto;
	margin-right: auto;
	border:2px solid #fff;
	margin-bottom:3px;
}

.menu-item:not([href]) {
	opacity:0.65;
}

.menu-item {
	text-decoration: none;
}

.menu-item.active .circle {
	background:#b8c300;
	border:2px solid #b8c300;
	font-size:28px;
}

.menu-item.hamburger {
	color: #004a69;
	text-align: right;
	font-weight: bold;

}

.menu-item.hamburger span {
	margin-right: 15px;
}

.menu-item.hamburger .circle {

	margin-right: 10px;
	background-color: transparent;
	border:2px solid transparent;
	font-size:26px;
}

.menu-item.hamburger:hover .circle  {
	border:2px solid transparent;
}

.menu-item.hamburger img {
	width:26px;
}









/*****************
 **** CONTENT ****
 *****************/

.clearfix {
	clear:both;
}

#content.has-sticky-header {
	margin-top: 128px;
}

.block {
	background-color: white;
	padding:20px;
}


span.units {
	padding: 5px;
	color: #a3bfce;
}


.button ,
.btn-primary {
	border-radius: 0;
	border:0;
    padding: .5em 2em;
    display: inline-block;
    color: #fff;
    background: #b8c300;
    cursor: pointer;
    text-decoration: none;
}

.button:hover,
.btn-primary:hover {
	box-shadow: none;
    background-color: #9ea700;
    border-color: #9ea700;
    text-decoration: none;
    color:#fff;
}


.btn-link, ul.nav li a, ul.nav li a:visited {
    color: #9ea700 !important;
}

ul.nav li a:hover, ul.nav li a:active {
    color: #9ea700 !important;
}

ul.nav li.active a {
    color: #9ea700 !important;
}


.button::before { /* for pseudo element icon purposes */
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

input,
select {
	font-size:14px;
	color:#004062;
	font-weight: bold;
}

input[type=text],
input[type=number],
select {
	line-height:28px;
	border: 1px solid rgb(204, 204, 204);
	padding:3px;
	padding-left: 5px;
	padding-right: 5px;
}

select {
	height:36px;
	border-radius: 0;
}

input[type=text]:focus,
input[type=number]:focus {
	background:rgba(1,167,209,.1);
	border-color: #01a7d1;
}

input.numeric {
	text-align:right;
	width:70px;
}

input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}

input.error {
	border-color:red;
	background-color:#f8c4d2;
}

label {
  color:rgb(0, 86, 125);
  display: inline-block;
  cursor: pointer;
  padding: 5px 20px;
  border-radius: 8px;
}

label.no-offset {
	padding:5px 0px;
}

label.required:after {
	content:" *";
	color:red;
}

.disabled label,
.disabled .units {
	color:#ccc;
}

.disabled input {
	color:#fff;
}


/* RADIO */

input[type=radio]:checked + label{
  color: #fff;
  background: #004062;
}

label + input[type=radio] + label {
  border-left: solid 3px #cdd3d5;
}

.input-wrapper {
	padding-bottom:10px;
	min-height: 48px;
}

.input-wrapper div:not(.clearfix) {
	float:left;
	margin-right:20px;
	margin-top: 4px;
}

.input-wrapper .checkbox {
	float:left;
}

.space-above {
	margin-top: 20px;
}


.radio-group {
  border: solid 3px #cdd3d5;
  background-color: #cdd3d5;
  display: inline-block;
  margin: 0px;
  overflow: hidden;
  border-radius: 9px;
}

.radio-group label {
	padding:5px 10px;
}

/* CHECKBOX */

.checkbox {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 10px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #0086a9;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



/****************
 **** FOOTER ****
 ****************/

#footer {
	font-size: 14px;
	padding-top: 50px;
	padding-bottom: 50px;
	color:#fff;
	letter-spacing: .05em;
	text-transform: uppercase;
}

#footer a {
	color:#fff;
	text-decoration: none;
	margin-right: 18px;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .legal {
	opacity: .7;
}

#footer hr {
	margin-top:20px;
	margin-bottom: 20px;
	border-top:none;
	border-bottom:1px solid rgba(255,255,255,0.3);
}



/***************
 **** INTRO ****
 ***************/


.step-summary {
	float:left;
	width:15.60%;
	cursor: pointer;
	background:  #ededed;
	margin-bottom:20px;
}

.step-summary:nth-child(6) {
	margin-right:0;
}

.step-summary {
	margin-right:1.25%;
	position: relative;
}

.step-summary h3 {
	padding-top: 0px;
	padding-left:15px;
	padding-right:15px;
	min-height:100px;
}

.step-summary h3 span {
	color:#0086a9;
	font-size:15px;
}

.step-summary img {
	width:100%;
}

#start-now {
	background: #004d70;
	color:#fff;
}

#start-now h4 {
	position:absolute; 
	display: block; 
	text-align:center; 
	width:100%; 
	margin-top:-25px; 
	font-size:20px;
}

/****************
 **** DND ****
 ****************/

#drag-items {
	position: relative;
}

#drag-items img {
	max-height: 120px;
	padding:5px;
	padding-right: 0px;
}


/* MEDIA QUERIES */

@media only screen and (max-width: 980px) {
	.menu-item span {
		font-size:12px;
	}

	#drag-items img {
		max-height: 100px;
		padding:5px;
		padding-right: 0px;
	}

	.step-summary {
		width:49%;
	}

	.start-now h4 {
		margin-top:20px; 
	}

	.step-summary {
		float:left;
		width:32%;
		cursor: pointer;
		background:  #ededed;
		margin-bottom:20px;
	}

	.step-summary:nth-child(3),
	.step-summary:nth-child(6) {
		margin-right:0;
	}

	.step-summary {
		margin-right:2%;
		position: relative;
	}

}


@media only screen and (max-width: 767px) {

	#header.sticky #menu {
		padding-top:22px;
	}
	#menu {
		padding-top:33px;
		width: calc(100% - 220px);
	}
	.menu-item span {
		display: none;
	}
	#logo {
		width:180px;
	}
	.menu-item .circle {
		width:36px;
		height:36px;
		line-height: 36px;
		border:none !important;
	}

	#drag-items img {
		max-height: 70px;
		padding:5px;
		padding-right: 0px;
	}
}



@media only screen and (max-width: 600px) {

	#start-now h4{
		margin-top:0px;
	}

	.step-summary {
		width:49%;
	}

	.step-summary {
		margin-right:0%;
	}

	.step-summary:nth-child(3) {
		margin-right:2%;
	}

	.step-summary:nth-child(even) {
		margin-right:0;
	}

	.step-summary {
		margin-right:2%;
	}

	.step-summary h3 {
		font-size:17px;
		min-height: 80px;
	}

	#menu {
		padding-top:16px;
		width: calc(100% - 130px);
	}
	#logo {
		width:110px;
	}

	#header.sticky #logo {
		width: 110px;
	}

	#header.sticky #menu  {
		padding-top: 16px;
	}

	.menu-item  {
		width:15%;
	}

	.menu-item.hamburger {
		margin-left: 20px;
	}

}





@media only screen and (max-width: 1300px) {
	#content .container {
		padding-left:2%;
		padding-right:2%;
	}
}

@media only screen and (min-width: 1400px) {
	#logo .large {
		margin-left:-58px;
	}
	#logo .small {
		margin-left:-40px;
	}
}
