#idTheftTool {
	background-color: rgb(44,70,118);
	overflow: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
h2 {
  font-weight: normal;
}
.idt_section {
	margin: 22px;
	background-color: #FCFCFC;
	display: none;
	padding:1px 0; /* To uncollapse margins */
}
.idt_bg {	
	background: url(../images/section-bg.jpg) top left no-repeat #FCFCFC;
}
/* Section 1 */
#tagline {
	line-height: 50px;
	text-align: right;
	margin-right: 60px;
	margin-top: 35px;
}
#tagline span:first-child {
	color:#505759;
	font-size: 80px;
	display:block;
}
#tagline span:last-child {
	color:#275342;
	font-size: 40px;
	display:block;
	margin-right: 40px;
}
#idt_section1_content {
	margin-left: 70px;
	margin-top: 50px;
}
#idt_section1 h1 {
	color: rgb(44,70,118);
	width: 150px;
	text-align: center;
	float:left;
	margin-right: 50px;
	line-height: 100%;
}
#idt_section1 h1 span {
	display: block;
}
#idt_section1 h1 span:first-child{
	font-size: 150px;
	line-height: 150px;
}
#idt_section1 h1 span:last-child{
	font-size: 62px;
	line-height: 62px;
	margin-top:-10px;
}
#idt_section1 h2 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 30px;
	margin-bottom: 18px;
	margin-top:5px;
  line-height:110%;
}
#idt_section1>div {
	clear:both;
}
#idt_section1_content {
	margin-top: 50px;
}
#idt_section1_content_right {
	float:left;
	width: 70%;
}
#idt_results {
  min-height: 409px;
}
#idt_results p:first-child {
  margin-top: 0;
}
#idt_results h2 {
 text-align: left; 
 border-bottom:solid 2px rgba(0,0,0,.2);
 color: black;
 padding:.3em;
 text-transform: uppercase; 
 font-size: 18px;
 margin-bottom: 30px;
}
#idt_results h3 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 36px;
  font-weight: normal;
}
#idt_results_content > ul {
    list-style: none;
}

#idt_results_icon {
  margin-right:30px;
  float:left
}
#idt_results_score {
  float:left;
  color: rgb(44,70,118);
  font-size: 72px;
  margin-top: 70px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
}
#idt_results_score.incomplete {
  margin-top: 36px;
}
#idt_results_content {
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    margin-top: 30px;
    padding-bottom: 15px;
    padding-top: 30px;
}
#breakdown {
  display:table-cell;
  vertical-align: top;
  width: 580px;
  border-right: dashed 1px #ccc;
}
#total_assessment {
  padding-left: 30px;
  display:table-cell;
  vertical-align: top;
  width:280px;
}

#total_assessment span {
    font-family: "Yanone Kaffeesatz";
    font-size: 200%;
}
#breakdown_holder {
  padding:30px;
  display: none;
}
.idt_breakdown {
    border-radius: 5px;
    /*padding: 0.7em 1em;
    padding-left:0;*/
    width: 90%;
    line-height: 300%;
}
.idt_breakdown:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.05);
}

.idt_breakdown img {
    vertical-align: top;
    width: 40px;
}
.idt_breakdown span {
    color: rgb(44, 70, 118);
    display: inline-block;
    width: 3em;
}
#buttonStart {
  margin-bottom:50px;
}
.buttonNext {
  float:left;
}
.buttonLink {
  outline:none;
  display: inline-block;
}
.buttonLink:link, .buttonLink:visited {
	font-size: 16px;
	background-color: #6B6B6B;
	border-radius: 5px;
	color: white;
	text-transform: uppercase;

	padding: 10px 25px;
	margin: 15px 0;
	cursor: pointer;
}
.buttonLink:hover, .buttonLink:focus {
	color: white;
	text-decoration: none;
	background-color: rgb(44,70,118);
}
.buttonLink:active {
	background-color: rgb(34,60,108);	
}
/* Section 2 */
#idt_section2 h2 {
	font-size: 28px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
}
#tileHolder {
	margin-left: 15px;
	margin-bottom:15px;
}
.tile {
  outline:none;
	display:inline-block;
	text-align: center;
	margin-right: 10px;
	margin-top:30px;
}
.tile img {
	display:block;
	padding:10px;
	margin:0 auto;
}
.tile span {
	display:block;
	background-color: black;
	color:white;
	text-align: center;
	padding: 3px 10px;
	min-width: 120px;
}
.tile img, .tile span { 
	outline: 1px solid transparent;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; 
}
.tile:hover img,.tile:focus img {

    transform: translate(0px,-5px);
    -webkit-transform: translate(0px,-5px);
    -moz-transform: translate(0px,-5px);
    -o-transform: translate(0px,-5px);
    -ms-transform: translate(0px,-5px);

}

.tile:hover span,.tile:focus span {
	background-color: rgb(44,70,118);

    transform: rotate(-1deg) scale(1.05) translate(0px,-5px);
    -webkit-transform: rotate(-1deg) scale(1.05) translate(0px,-5px);
    -moz-transform: rotate(-1deg) scale(1.05) translate(0px,-5px);
    -o-transform: rotate(-1deg) scale(1.05) translate(0px,-5px);
    -ms-transform: rotate(-1deg) scale(1.05) translate(0px,-5px);
}
.tile:hover,.tile:focus {
	text-decoration: none;
}

/* Accordions */
.idt_section_completed .idt_section_header {
	background-position: right -130px;
}
.idt_section_header {
  outline:none;
	display: block;
	padding:9px;
	cursor: pointer;
	background: url("../images/icon-ticks.png") top right no-repeat;
}
.idt_section_header:hover h2,.idt_section_header:focus h2 {
	background-color: #6B6B6B;
	color:white;
}
.idt_section_body_wrapper {
	padding:20px 30px;
}
.idt_accordion h2 {
	font-size: 22px;
  font-weight: bold;
	display: inline-block;
	color: rgb(173,173,173);
	background-color: rgb(234,234,234);
	padding: 10px 20px;
	margin:0;
  margin-right:70px;
}
.idt_accordion.selected h2 {
	color: white;
	background-color: black;
}
.idt_accordion.selected .idt_section_header:focus h2 {
  /*outline: dotted 1px #ccc;*/

  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.8);
}
.idt_section_intro {
	font-size: 16px;
	font-weight: bold;
	color:rgb(44,70,118);
	overflow: auto;
}
.idt_section_intro img {
	margin-right: 20px;
	float:left;
}
.book-button {
  float:right;
}
.book-button img {
  position: absolute;
  right: -16px;
  top: -24px;
}
.book-button .buttonLink {
  position: relative;
  padding-right: 68px;
}

/* Table styles */
#idTheftTool input[type="radio"] {
  opacity: 0;
  position: absolute;
}
#idTheftTool label {  
  cursor: pointer;
}
#idTheftTool .offscreen {
  position: absolute;
  left: -999px;
  top: 0;
}
#idTheftTool input[type="radio"] + label > span {
  cursor: pointer;
  position: relative;
  border-radius: 14px;
  width: 20px;
  height: 20px;
  background-color: #f0f0f0;
  border: 1px solid #9f9f9f;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  display: inline-block;
  vertical-align: middle;
}
#idTheftTool input[type="radio"]:checked + label > span {
  background: linear-gradient(#a0e5f8, #75c7dc);
  background: -webkit-linear-gradient(#a0e5f8, #75c7dc);
  border-color: #41a6bf;
  box-shadow: 0px 1px 2px rgba(65, 166, 191, 0.9) inset;
}
#idTheftTool input[type="radio"]:checked + label > span span {
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 5px;
  border: none;
  background: #167c95;
  box-shadow: 0px 1px rgba(255, 255, 255, 0.3);
}
#idTheftTool input[type="radio"]:focus + label, #idTheftTool input[type="radio"]:checked + label {
  font-weight:bold;
}
/* Hovering over the fake radio circle */
#idTheftTool input[type='radio'] + label:hover > span,  #idTheftTool input[type='radio']:focus + label > span{
  border-color: #41a6bf;
  -webkit-box-shadow: 0px 0px 6px 0px #3fa5be;
  -moz-box-shadow:    0px 0px 6px 0px #3fa5be;
  box-shadow:         0px 0px 6px 0px #3fa5be;
}

#idTheftTool input[type='radio'] + label:hover > p {
  font-weight:bold;
}

#idTheftTool table {
  margin-bottom: 1em;
  line-height: 120%;
  border: none;
  border-collapse: collapse;
  width: 100%;
  position: relative;
}
#idTheftTool td, #idTheftTool th {
  border: none;
  padding: 0;
  text-align: left;
  font-weight: normal;
}
.table-holder {
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 20px;
    padding-bottom: 20px;
    position: relative;
}
/* Book */
.book img {
  width:100%;
  height:auto;
  display:block;
}
.bookcol img {
  width:80%;
  margin-top:3em;
}
.book {
  width:100%;
  display: none;
}
.bookmiddle {
  background: url(../images/bookmiddle.png);
  background-size: 100% 100%;
  background-repeat: repeat-y;
}
.bookcol {
  float:left;
  width:35%;
  margin-left:10%;
}
.book h3 {
  color: rgb(44,70,118);
  font-size: 32px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0;
  padding-left: 0;
}
.book h4 {
  font-size: 24px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  color:#666;
  font-weight: normal;
  letter-spacing: 1px;
	font-style:normal;	
}
@media only screen and (max-width: 650px) {
 
  #idTheftTool table, #idTheftTool thead, #idTheftTool tbody, #idTheftTool th, #idTheftTool td, #idTheftTool tr, #idTheftTool table p {
    
    display: block;
    width: 100%;
    float:left;
  }

  #idTheftTool .table-holder {
    background: none;
  }
  #idTheftTool label p {
    position: relative;
    width: 100%;
  }
  #idTheftTool th {
    border-top: solid 3px #ccc;
    border-bottom: dashed 1px #ccc;
    padding: 1px 0;
    font-size: 1.1em;
    margin-bottom: 1em;
    line-height: 140%;
  }
  #idTheftTool td {
    float: left;
    width: 24%;
    text-align: center;
  }
  #idTheftTool tr {
    clear: both;
  }
  .postit-fill {
    display: none;
  }
}
@media only screen and (min-width: 650px) {
  #idTheftTool label p {
    position: absolute;
    left: -999px;
    top: 0;
  }
  #idTheftTool td {
    border-bottom: dashed 1px #ccc;
    border-top: dashed 1px #ccc;
    text-align: center;
  }
  #idTheftTool table p {
    border-bottom: dashed 1px #ccc;
  }
  #idTheftTool tr:nth-child(2) th p {
    border-top: dashed 1px #ccc;
  }
  #idTheftTool tr:hover th p {
    background-color: #EFFAFE;
  }
  #idTheftTool th p {
    margin: 0;
    padding: .7em .6em;
    padding-left: 0;
    margin-right: 70px;
    line-height: 130%;
  }

  #idTheftTool .section {
    background-color: #FAFBF8;
  }
  .postit-fill {
    width: 314px;
    background: url(../images/postit-fill.png) top left repeat-y;
    position: absolute;
    bottom: 0;
    top: 250px;
    right: 6px;
  }
  .postit-fill img:first-child {
    position:absolute;
    top:-385px;
  }
  .postit-fill img:last-child {
    position:absolute;
    bottom:0;
  }
  .idt_section_intro {
    width: calc(100% - 350px);
    min-height: 110px;
  }
}

@media only screen and (max-width: 700px) {
  .idt_section_intro {
    width: 100%;
    margin-bottom:100px;
  }
  .idt_section_intro img {
    clear:both;
    display: block;
  }
}

@media only screen and (max-width: 650px) {
.idt_section_intro {
    width: 100%;
    margin-bottom: 0;
  }
}


@media only screen and (max-width: 890px) {
  #idt_section1_content_right {
    width: 90%;
  }
  #idt_section1 h1 {
    width:100%;
    text-align: left;
  }
  #idt_section1 h1 span {
    display: inline;
  }
}

@media only screen and (max-width: 590px) {
  #idt_section1_content {
    margin-left:30px;
    margin-top:10px;
  }
  #tagline {
    text-align: left;
    margin-left:35px;
  }
  #tagline span {
    line-height: 100%;
  }
  #tagline span:first-child {
    font-size:50px;
  }
  #tagline span:last-child {
    margin-right: 0;
    font-size:30px;
  }
  #idt_section1 h1 span:first-child {
    font-size:130px;
  }
  #idt_section1 h1 span:last-child {
    font-size:60px;
    line-height:.5;
    margin-top:0;
  }
}

@media only screen and (max-width: 545px) {
  #tileHolder {
    margin-left: 20%;
    margin-right: 20%;
  }
  .tile {
    width:100%;
  }
  #buttonStart {
    margin-bottom:15px;
  }
}

@media only screen and (max-width: 450px) {
  /* For the tables */
  .idt_accordion .idt_section_body_wrapper {
    padding:10px;
  }
  #idTheftTool td {
    font-size: 11px;
  }
}
@media only screen and (max-width: 480px) {
  .idt_section {
    margin:5px;
  }
  .idt_section_body_wrapper {
    padding: 10px 15px;
  }
  #idt_results .no-print-padding {
    padding: 20px !important;
  }

  #breakdown {
    display: block;
    width: 100%;
    border-right: transparent; 
  }
  #total_assessment {
    padding-left: 0;
    display: block;
    width: 90%;
    border-top: dashed 1px #ccc;
    padding-top: 15px;
    margin-top: 15px;
    margin-left:15px;
  }
  #idt_results_score {
    margin-top:0;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  #idt_results_icon {
    float: none;
    margin: 0 auto;
    display: block;
  }
  #idt_results h2 {
    margin-bottom: 10px
  }
  #tileHolder {
    margin-top: -50px;
  }
  #breakdown div {
    float: none !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 320px) {
  .buttonLink:link, .buttonLink:visited {
    margin:5px;
  }
  .idt_section_intro span {
    clear:both;
    display:block;
    margin:15px;
  }
  .idt_section_intro img {
    clear: both;
    float:none;
    margin: 0 auto;
  }
  #idt_section2 .no-print-padding {
    padding:20px !important;
  }
  #breakdown_holder {
    padding: 10px;
  }
  .idt_breakdown {
    font-size: 90%;
  }
}

@media only screen and (max-width: 650px) {
  .bookcol {
    display:block;
    width:100%;
    margin: 0 !important;
  }
  .bookmiddle {
    background: none;
    background-color:#FAF2DC;
    padding: 20px;
  }
  .book img {
    display:none;
  }
}
@media only screen and (max-width: 510px) {
  .book-button {
    float: none;
    margin-top: -20px;
  }
  .buttonNext {
    float:none;
  }
}

@media only screen and (max-width: 320px) {
  .book-button {
    margin-top:0;
  }
}