:root{
	--primary-blue: #001f3b;
	--primary-orange: #f58220;
	--secondary-yellow: #fdb51e;
	--secondary-turquoise: #46c1be;
	--secondary-red:#dc202f;
}
*{
	box-sizing: border-box;
}
body{
/*	font-family: 'Montserrat', sans-serif;*/
	font-family: Arial, Helvetica, "sans-serif";
	color:var(--primary-blue);
	margin:0;
	padding:0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: space-between;
}
#container{
	width:100%;
	margin:0 auto;
	padding:0 8px;
	flex-grow: 1;
}
header{
	position:relative;	
	border-bottom:2px solid var(--primary-blue);
	display:flex;
	justify-content: space-between;
}
#logo{
		display: flex;
			flex-direction: column;
			justify-content: center;
}
#logo > img{
	max-width:70%;
	height:auto;
}
header h1{
	font-size:1.1rem;
	text-transform: uppercase;
}
header h1 span{
	font-size: 1rem;
	color:#7f7f7f;
	font-weight:100;
	display:inline-block;
	padding-left:10px;
}
header h1 img{
	vertical-align: middle;
}
header h1{
/*    width: 200px;
    height: 60px;
    line-height: 40px;
    display: block;
	background: url(../images/tarmacLogo.png) no-repeat 0px 0px;
    overflow: hidden;
    text-indent: 200px;*/
}
h3 span{
	font-weight: normal;
}
nav{
	position:absolute;
	right:0;	
	top:0;
}
header nav ul{
	padding-left:0;
	list-style:none;
}
header nav ul>li{
	display:inline-block;
	font-weight:bold;
	padding-right:10px;
}
header nav ul>li>a, header nav ul>li>a:link, header nav ul>li>a:visited{
	color:var(--primary-blue);
	text-decoration:none;
	text-transform:uppercase;	
}
header nav ul>li>a:hover{
	text-decoration:underline;	
}
#main h1{
	text-transform: uppercase;
	background-color: var(--primary-blue);
	padding:20px 10px;
	color: #fff;
}
#main h2{
	font-size:1.3rem;
	margin-top:5px;
	text-transform: uppercase;
}
.centre{
	text-align:center;	
}
.u{
	text-decoration:underline;	
}
.guidance{
	
	/* max-width:800px; */
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	gap:10px;
	border-bottom: 2px solid var(--primary-blue);
}
.guidance>div{
	padding: 5px;
	/* border: 2px solid var(--primary-blue); */
}
.guidance>div>div>img{
	width:100%;
	height:auto;	
} 
.guidance>div>p{
	padding:0 10px;
}
/* .guidance>div:first-child{
	flex-basis:75%;
}*/
#main p.highlight{
	text-align:center;
	color:var(--secondary-yellow);
	font-weight:bold;
}
button.btn, input.btn, a.btn{
  -webkit-appearance: none;
  background:none;
  border:2px solid var(--primary-blue);
  font-size:1em;
  color:var(--primary-blue);
  font-weight:bold;
  text-transform:uppercase;
  text-decoration: none;
  /* background-color:var(--secondary-yellow);	 */
  padding:10px 25px;
  margin:0;
}	
.btn:hover{
	cursor:pointer;
	background-color:var(--secondary-yellow);
}
/*
.qSection{
	color:#898c8b;
}
*/
.q{
    border-bottom:1px solid var(--primary-blue);	
/*	overflow:auto;*/
	padding-bottom:10px;
	margin-bottom:10px;
}
.noBorder{
	border:none;	
}
.qText{
	color:var(--primary-blue);
}
.qBlock label{
	display: block;
	margin-bottom: 5px;
}
.flexcols{
	display:flex;	
}
.flexcols div label{
	display:block;
	margin-right: 30px;
}
.flexLabel{
	display:flex;
	margin-bottom:10px;
}
.flexLabel .input{
	margin-right:25px;	
}
label.qText{
	padding:10px;
}
.flexLabel label{
	width:75%;	
}
input[type=text], input[type=email]{
	padding:5px;
	font-size:1em;
	width:100%;
}
textarea{
	width:70%;
	padding:5px;	
	font-size:1em;	
}
.s5flexCol{
	display: block;
}
.s5flexCol label{
	display: block;
	margin-left: 10px;
	margin-right: 10px;
}
.guide{
	color:#898c8b;	
	display: flex;
	flex-wrap: wrap;
}
.guide>span{
	padding:10px;
	text-align: left;
}
.u{
	text-decoration:underline;	
}
.surveyProgress{
	margin:20px 0;
}
.surveyProgress .box{
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:50%;
	border:1px solid var(--primary-blue);
	color:var(--primary-blue)	;
	text-align:center;
	margin-right:10px;
	font-size:0.8em;
}
.surveyProgress .filled{
	background-color:#1a2b56;
	color:#fff;
}

/*
table.data{
	border-collapse:collapse;
	width:90%;
}

table.data tr{
	border-bottom:1px solid #ccc;
	vertical-align:top;
}
table.data td{
	padding:2px;
	border-bottom:1px solid #ccc;
	vertical-align:top;
}
*/
table.data{
	border-collapse: collapse;
	border-top:2px solid #9bacb3;
	border-left:2px solid #9bacb3;
	border-right:2px solid #9bacb3;
	margin:10px 0 40px 0;
	width:100%;
	table-layout:fixed;
}
table.data caption{
	padding:3px;
}
table.data tr th{
	padding:3px;
	text-align: left;
	color:var(--primary-blue);
}
table.data tr td{
	padding:3px;
	text-align: left;
	/*color:#898c8b;*/
}
table.data tr{
	border-bottom:1px solid #9bacb3;
}
table.data tr:first-child{
	border-bottom:2px solid #9bacb3;
}
table.data tr:last-child{
	border-bottom:2px solid #9bacb3;
}
table.data tr td:first-child, table.data tr th:first-child{
	width: 150px;
}
	       .sticky {
	       	position: sticky;
	       	top: 0;
	       	z-index: 100;
	       }

	
	       
table.demoTable tr td:first-child, table.demoTable tr th:first-child{
	width:auto;	
}
table.demoTable tr th{
	text-align: center;
}
table.demoTable tr td{
	font-size: 0.8rem;
}
table.data tr:nth-child(odd){
    background-color: #f9f9f9;
}
.qOptions label{
	display: block;	
}
input[type=radio]{
	margin-right:8px;
	margin-bottom: 0;
}
label[for=email]{
	display:block;
	padding: 10px 0 10px 0;
}
.error, .nextError, .errorMob{
	display:none;	
	color:var(--secondary-red);
}
.success{
	color:#0FCC5C;
}
.sml{
	font-size: 0.8rem;
}
.rightTxt{
	text-align:right;	
}
#likeMe:hover, #notLikeMe:hover{
	cursor:pointer;	
}

.results-header{
	background-color: var(--primary-blue);
	background-image: url(../images/furniture/results-header.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	min-height: 100px;
	display: flex;
	align-items: center;
}
#main .results-header h1 {
	color: #fff;
	background:none;
	font-size: 2.8rem;
	padding-left: 5vw;
	margin: 0;
}
/* 
.feedback-types{
	margin:40px auto;
	padding:20px;
	width:70%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 10px;
	background-color: var(--primary-blue);
	color: #fff;
}
.feedback-types > div{
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-right: 2px solid #fff;
}
.feedback-types > div > div:first-child{
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.feedback-types > div:last-child{
	border-right: none;
}
.feedback-types > div > div > img{
	width: 100px;
	height: auto;
} */

footer{
	width: 100%;
	margin: 150px auto 20px auto;
	padding: 0 8px;
}
footer div{
	border-top: 2px solid var(--primary-blue);
	text-align: center;
	font-size:0.8em;
	font-weight: bold;
}
