@charset "utf-8";

@import url("normalize.css");


@import url(https://fonts.googleapis.com/css?family=Quicksand:700);


/* ------------------------------------
After My Surgery Style Sheet (screen)
version: 1 
author: Maraid Design
email: hello@maraid.co.uk
website: http://www.maraid.co.uk

Last Updated: Feb 2016
------------------------------------- */

/*typography and colours
--------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, time, mark, audio, video {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	background-color:#fff;
	color: #333;
}
	
h1, h2, h3 {
	margin-bottom:1em;
	font-weight: normal;
	font-family: 'Quicksand', sans-serif;
}
	
h2 {
	font-size: 190%
}

h3 {
	font-size: 150%;
}	
	
p, ol, ul, blockquote, address {
	line-height:1.6em;
	margin-bottom:1em;
	font-style: normal;
}	
	
a {
	color: #006599;
}		
	
a:hover {
	
}	
	
strong, b {
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
}

p.breadcrumb {
	margin-bottom: 2em;
}

p.breadcrumb a {
	color: #666;
}

hr{ border: 0; border-bottom: 1px dashed #ccc; background: #999; }
/*header
--------------------------------------*/	

header {
	display: none;
}


.support {
	float: right;
	width:25%;
}

.support img {
	display: block;
	margin-bottom: 20px;
}	

/*structure
--------------------------------------*/


#wrapper {
	text-align:left;
}
	
.container, header, main {
/*	width:90%; */
	max-width: 1036px;
	margin:0 auto;
}

main {
	margin-top:30px;
	margin-bottom: 50px;
}

/*navigation 
--------------------------------------*/

nav.main-nav {
	display: none;

}


/*lists
--------------------------------------*/	

ul.modules {
	list-style-type: none;
}

ul.modules li {
	width: 31.3%;
	float: left;
	margin-right: 3%;
}

ul.modules img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

ul.modules li:nth-child(3) {  
  margin-right: 0;
}

ul.modules h3 {  
  font-size: 140%;
  text-align: center;
  line-height: 1em;
  margin-top: 20px;
}

ul.modules a:hover {
	color: #ac5600;
}

/*images
--------------------------------------*/

img {
	width:100%;
}

img.size {
	width:auto;
}

/*forms and buttons
--------------------------------------*/

fieldset {
	margin: 0 0 20px 0;
	font-size: 14px;
	}
fieldset.form-actions {
	margin: 0;
	}
fieldset label {
	display: block;
	margin: 10px 0 5px 0;
	}
fieldset label.textlabel {
	display: inline;

	}



fieldset legend {
	margin-bottom:1em;
	font-weight: normal;
	font-family: 'Quicksand', sans-serif;
	font-size: 120%
}
	
 fieldset input.form-text {
	display: block;
	width: 50%;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #ddd;
	background: #f5f5f5;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
 fieldset input.form-text:focus {
	border: 1px solid #ccc;
	background: #fff;
	}
 fieldset p.form-help {
	margin: 5px 0 0 0;
	font-size: 12px;
	color: #999;
	}
 input[type="submit"] {
	margin: 0;
	padding: 5px 10px;
	font-size: 12px;	
	font-weight: bold;
	border: 1px solid #ccc;
	background: red;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor:pointer;	
	}
input[type="submit"]:hover,
input[type="submit"]:focus {
	border: 1px solid #bbb;
	background: #e5e5e5;
	}
input[type="submit"]:active {
	border: 1px solid #ccc;
	background: #eee;
	}	

input[type="text"] 
{
    width: 50px;
}
	
a.button, button, p.button {
	display: none;
}

p.button {
	cursor: pointer; cursor: hand;
}
a.button:hover {
	background-color: #ac5600;
}

a.other {
	background-color: #333;
}
	
/*footer
--------------------------------------*/				

footer {
display: none;

}

	

/*other
--------------------------------------*/

div.horrule {
	height: 1px;
	border-top: 1px solid #e4e4e4;
	margin: 20px 0 20px 0;
}

div.horrule hr {
	display: none;
	clear:both;
}
	
.hidden, footer span {
	position: absolute;
	left: -10000px;
	width: 1px;
	height:1px;
	overflow:hidden;
	top:auto;
}	
	
.clear-float:after {/*clear floated elements*/
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
	
* html .clear-float { height:1%; } /* IE6 */
*:first-child+html .clear-float { min-height:1%; } /* IE7 */

.clear {/*clears anything leaving no gap*/
	float:none;
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}

.clearheight {/*clear anything leaving a gap*/
	float:none;
	clear:both;
}
	
.end {
	margin:0;
}		


	
/*media queries 
--------------------------------------*/


@media screen and (max-width:800px) {

}	/* end of media 800 */	



@media screen and (max-width:768px) {
	
header h1 a {
	margin-top:15px;
}	

}	/* end of media 768 */	



@media screen and (max-width:600px) {
	

header h1 a{
	float: none;
	display: block;
	width:100%
}

header {
	padding-bottom: 0;
}

header h1 a {
	margin-top: 0;
	text-align: center;
}

.support  {
	width:40%;
}
	
}	/* end of media 600 */	


@media screen and (max-width:400px) {
	
header {
	padding-top: 10px;
}
	
header h1 a{
	font-size: 220%;
}	
	
ul.modules li {
	float: none;
	display: block;
	width:100%;
	margin-right: 0;
}

.support  {
	width:60%;
}
	
}	/* end of media 320 */	

/*Utility*/
  
 
  input {
      float: right;
  }
  
  .visualClear {
      clear: both;
      display: block;
  }
  
  button {
      font-size: 15px;
  }
  

 
  #quiz_page {
      clear: both;
      max-width: 800px;
  }
  
.quiz_questions {

      max-width: 500px;
}

p.instruct{
	margin: 20px 0;
}
  /*No Script*/
  
  .noscript {
      width: 100%;
      height: 100%;
      /* will cover the text displayed when javascript is enabled*/
      z-index: 100000;
      /* higher than other z-index */
      position: absolute;
  }
  
  .noscript #div100 {
      display: block;
      height: 100%;
      background-color: white;
  }
  /*Pictogram Styles */
  
  #result {
      /*All Pictogram Container*/
      width: 100%;
 
      max-width: 800px;
  }
  
  #result:before,
  #result:after {
      content: "";
      display: table;
  }
  
  #result:after {
      clear: both;
  }
  
  #result .pictogram {
  	margin-top: 40px;
      /*Indvidual Pictogram Containers*/
  }
  
  #result .pictogram .title {
      /*Indvidual Pictogram Titles*/
      float: left;
      width: 100%;
      box-sizing: border-box;
      font-size: 25px;
      margin-bottom: 20px;
  }
  
  #result .pictogram .legend {
      /*Indvidual Pictogram Legend*/
      float: left;
      box-sizing: border-box;
  }
  
  #result .pictogram .legend .weight {
      /*Indvidual Pictogram Weights*/
      float: left;
      margin-left: 20px;
      box-sizing: border-box;
      -moz-border-radius: 40px;
      border-radius: 40px;
      padding: 8px 5px;
      clear: both;
      width: 40px;
      height: 40px;
      font-size: 20px;
      margin-bottom: 20px;
      margin-right: 10px;
      text-align: center;
      font-family: "Quicksand",sans-serif;
      /*background-color: #4d4d4d;*/
  }
  
  .legend .green {
      background-color: #0e7a3e !important;
      color: white;
  }
  
  .legend .yellow {
      background-color: #cf7b29 !important;
      color: white;
  }
  
  .legend .red {
      background-color: #ce2027 !important;
      color: white;
  }
  
  #result .pictogram .legend .legend_text {
      /*Indvidual Pictogram Legend Text*/
      float: left;
      box-sizing: border-box;
      padding: 5px;
      font-size: 15px;
      line-height: 30px;
      margin-bottom: 20px;
      display: block;
  }
  
  #result .pictogram .graphics {
      /*Indvidual Pictogram Graphics Containers*/
      float: left;
      width: 200px;
      /*max-width:400px;*/
      padding: 10px;
      background-color: #ebeaeb;
      border-radius: 10px;
      margin-bottom: 50px;
  }
  
  #result .pictogram img {
      /*Indvidual Pictogram Icons*/
      padding: 5px;
      width: 10px;
      height: 29px;
  }

  #result2, #result3, #result4, #result5, #result6 {
  	/*display: none;*/
  }
  /*Mobile + Zoomed + Tiny Screens. Legend + Graphics on seperate rows. */
  
  @media only screen and (max-width: 700px) {
      #result .pictogram .legend {
          width: 100%;
          padding-top: 10px;
      }
      .container {
          width: 95%;
          margin: 0 auto;
          max-width: 800px;
          background: white;
          padding-left: 10px;
          padding-right: 10px;
      }
     
      .nav {
      	display: none;
      }
      #result .pictogram .graphics {
          width: 100%;
          border-radius: 5px;
          max-width: 400px;
      }
      #result .pictogram img {
          padding: 5px;
          width: 10px;
      }
      #result .pictogram .legend .legend_text {
        font-size:11px;
      }
      #result .pictogram .legend .weight {
          margin-left: 0px;
      }
  }
  /*Print Styles. Legend + Graphics on seperate rows.*/
  



	
