/*//////////////////////
/ FONT EMBEDDING       /
/ Fonts.com @font-face /
//////////////////////*/

@font-face {
  font-family: 'tan_-_busterbold';
  src: url('tan-buster-webfont.woff2') format('woff2'),
       url('tan-buster-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


/*////////////////////////
/ NORMALIZE              /
/ from HTML5 Boilerplate /
////////////////////////*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, select { font-family: 'Poppins', sans-serif; font-weight: 400; color: #fff; }
input, textarea { font-family: 'Poppins', sans-serif; font-weight: 400; color: #666; }
body { margin: 0; font-size: 1em; line-height: 1.308; float: left; width: 100% }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1.308em 0; padding: 0 0 0 30px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* label { cursor: pointer; } */
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; vertical-align: top; margin-top: 1px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {   }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/*////////////////////////
/ GENERAL STYLES     /
/ Author: Brands Siahaya /
////////////////////////*/
   
* {
  position: relative;
}

html, body {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin-right: 20px;
  margin-left: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
h1 {
  font-size: 2.3em;
}
h1.title {
  margin-top: 31px;
  font-family: 'tan_-_busterbold';
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  color: #0f0;
}
.sub-heading {
  margin-top: -20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1.3em
}
p strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

p {
  margin: 1.308em 20px;
}

.intro {
  padding-right: 420px;
  width: 380px;
  position: relative;
}

/* .illustrated h1, */
.illustrated h2,
.illustrated h3,
.illustrated p,
.illustrated ol,
.illustrated ul {
 margin-right: 360px;
}
.illustrated img {
}
.image-box {
  position: absolute;
  top: 90px;
  right: 20px;
  width: 300px;
  text-align: center;
  overflow-x: hidden;
  }
  .image-box p {
    margin: 0;
    width: 100%;
    }
    .image-box img {
      padding: 8px;
      background: #fff;
      border: 1px solid #d5d5d5;
    }
    
a, a:visited {
  color: #0f0;
  text-decoration: none;
}
a:hover {
  color: #0f0;
  text-decoration: underline;
}
.button, a.button {
  display: inline-block;
  margin: 5px 2px 2px 0;
  padding: 0 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  color: #202042;
  background: #0f0;
  border-radius: 20px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.button:hover, a.button:hover {
  color: #fff;
  text-decoration: none;
}
.button.previous, a.button.previous {
  background: #dde6ff;
}
.button.previous:hover, a.button.previous:hover {
  color: #06f;

}
ul {
  list-style: url('../img/list-bull.gif');
  margin: 0;
  padding-left: 15px;
}

input.button {
  border: none;
  height: 32px;
}
input[type=email],
input[type=text],
input[type=file],
textarea {
  margin: 5px 0 2px 10px;
  padding: 0 10px;
  width: 400px;
  float: right;
  height: 30px;
  color: #202042;
  background: #fff;
  border: 2px solid #d6d6d6;
  box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
input[type=file] {
  width: 300px;
  line-height: 28px;
}

span.error{
  display: none;
}

span.error_display{
  display: block !important;
}

input[type=email].error_display,
input[type=text].error_display,
textarea.error_display,
p.error_display {
  background: #464691;
  border-color: #f00;
  outline: none;
}
input[type=email]:focus,
input[type=text]:focus,
input[type=file]:focus,
textarea:focus {
  background: #dde6ff;
  border-color: #06f;
  outline: none;
}
input[type=range] {
  vertical-align: middle;
}
p.error_display {
  background: linear-gradient(0deg, rgba(70,70,145,1) 0%, rgba(70,70,145,0) 80%);
}

/* range slider fallback styles */
.ui-slider-horizontal {
    display: inline-block;
    height: 5px;
    margin: 0 10px;
    vertical-align: middle;
    width: 130px;
}

.ie8 input[type=email],
.ie8 input[type=text] {
  line-height: 28px;
}

form input, form textarea {
/*   vertical-align: top; */
}

img {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-transform: none;
  color: #666;
  float: left;
  padding-left:  10px;
  padding-top: 5px;
}

.centered {
  text-align: center;
}

/*////////////////////////
/ PRIMARY STYLES       /
/ Author: Brands Siahaya /
////////////////////////*/

body {
  background-color: #C4AFFE;  
}
.background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  background-image: url('../img/arrow-bg.png');
  background-size: 125px;
  opacity: .15;
  /*filter: blur(1px);*/
}
#bg2, #bg3 {
  display: none;
}

header, .content, footer {
  margin: 20px auto;
  width: 840px;
  background: #202042;
  border: 6px solid #ff0;
  border-radius: 15px;
}
.login header, .login .content {
  width: 440px;
}
header {
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content {
  min-height: 70%;
}
footer {
}

a.logo {
  display: block;    
  width: 90.5px;
  height: 60px;
  margin: 0 20px;
  background: url('../img/hs-logo_rgb_diap.svg') no-repeat center;
}
nav {
  float: left;
  width: 640px;
  margin-top: 60px;
  padding-left: 20px;
  text-align: left;
  }
  nav ul {
    width: 640px;
    }
    nav ul li {
      display: inline-block;
      margin-right: 16px;
      }
      nav a, nav a:visited {
        font-size: .875em;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #999;
        text-shadow: 0 1px 0 #fff;
      }
      nav a:hover, nav li.active a {
        color: #0f0;
        text-decoration: none;
      }
h1.centered {
  margin-right: 0;
  margin-left: 0;
  font-size: 2.06em;
  color: #fff;
}
  h1.centered span {
      display: block;
      margin: 10px 0 0;
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      font-size: 1.625em;
      color: #000;
      text-transform: uppercase;
  }

.home .content p {
  margin-right: 90px;
  margin-left: 90px;
}

.links {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
}

.box-link, .box-link:visited {
  display: inline-block;
  margin: 0 -4px 20px 20px;
  padding: 8px;
  width: 169px;
  height: 202px;
  font-size: .8125em; /*.75em (12px)*/
  color: #666;
  text-shadow: 0 1px 0 #fff;
  background: #fff;
  vertical-align: top;

  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,.1);
  -ms-box-shadow: 0 0 8px rgba(0,0,0,.1);
  -o-box-shadow: 0 0 8px rgba(0,0,0,.1);
  box-shadow: 0 0 8px rgba(0,0,0,.1);

  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;

  z-index: 0;
}
.csstransforms3d .box-link, .csstransforms3d .box-link:visited {
  -moz-transform-style: preserve-3d;
}
.box-link.last {
  margin-right: 0;
}
.box-link.cta {
  color: #fff;
  text-shadow: 0 -1px 0 #619009;
  z-index: 10;
}
.box-link.cta img {
  height: 202px;
}
.box-link.cta .title {
  position: absolute;
  top: 165px;
  right: 24px;
  left: 24px;
  text-align: center;
  color: #fff;
}
.box-link:hover, .box-link:active {
  color: #666;
  background: #d6d6d6;
  text-decoration: none;
}
.box-link.cta:hover {
  color: #fff;
  background: #fff;
  text-shadow: 0 -1px 0 #619009;
}
  .box-link img {
    margin-bottom: 8px;
    width: 169px;
    height: 90px;
    background: #0f0;
    border: 0;
  }
  .box-link .title {
    display: block;
    margin-bottom: 4px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
  }
  .box-link.cta:hover .title {
    color: #fff;
  }
  
.csstransforms3d .box-link:hover:nth-child(8) {
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.6);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.6);
  -ms-box-shadow: 0 6px 12px rgba(0,0,0,.6);
  -o-box-shadow: 0 6px 12px rgba(0,0,0,.6);
  box-shadow: 0 6px 12px rgba(0,0,0,.6);
}
.csstransforms3d .box-link:hover:nth-child(8) {
  -webkit-transform: rotateX(-15deg) rotateY(-60deg) scale(1.2) translateY(-20px);
  -moz-transform: rotateX(-15deg) rotateY(-45deg) rotateZ(10deg) scaleX(1.3) scaleY(1.2) translateY(-20px);
  -ms-transform: rotateX(-15deg) rotateY(-60deg) scale(1.2) translateY(-20px);
  -o-transform: rotateX(-15deg) rotateY(-60deg) scale(1.2) translateY(-20px);
  transform: rotateX(-15deg) rotateY(-60deg) scale(1.2) translateY(-20px);
}

.list ol {
  margin-right: 360px;
  margin-left: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.list ol p {
  margin: 10px 0;
  font-size: .9375em;
}

footer {
  font-size: .8125em;
}
  footer p {
    margin-right: 20px !important;
  }
  footer span {
    float: right;
  }
.lt-ie9 .content, .lt-ie9 .footer {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

#overlay-background {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background: rgba(0,0,0,.7);
  -webkit-box-shadow: inset 0 0 80px rgba(0,0,0,.4);
  -moz-box-shadow: inset 0 0 80px rgba(0,0,0,.4);
  -ms-box-shadow: inset 0 0 80px rgba(0,0,0,.4);
  -o-box-shadow: inset 0 0 80px rgba(0,0,0,.4);
  box-shadow: inset 0 0 80px rgba(0,0,0,.4);
}
#overlay-content-wrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
  #overlay-close {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    background: #0f0;
    cursor: pointer;
  }
  #overlay-content {
    position: absolute;
    top: 156px;
    right: auto;
    bottom: 156px;
    left: 50%;
    margin: 0 auto 0 -420px;
    /*padding: 20px;*/
    width: 840px;
    background: #fff;
    -webkit-box-shadow: 0 0 16px rgba(0,0,0,.7);
    -moz-box-shadow: 0 0 16px rgba(0,0,0,.7);
    -ms-box-shadow: 0 0 16px rgba(0,0,0,.7);
    -o-box-shadow: 0 0 16px rgba(0,0,0,.7);
    box-shadow: 0 0 16px rgba(0,0,0,.7);
    overflow-y: auto;
  }


/*///////////////
/ MomBr styling /
///////////////*/

.mombr h1 {
  margin-bottom: 350px;
}
.mombr .image-box {
  left: 20px;
  width: auto;
  height: 282px;
  padding: 8px;
  background: #fff;
  border: 1px solid #d5d5d5;
  overflow: hidden;
}
#slideshow {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 782px;
  height: 282px;
  overflow: hidden;
}
.mombr .image-box img {
  padding: 0;
  border: none;
}


/*////////////////
/ Progess styles /
////////////////*/

#progress {
  height: 22px;
  border-right: 2px solid #202042;
  box-sizing: border-box;
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.chapter {
  float: left;
  width: 167px;
  height: 20px;
  background: #fff; /* #dde6ff*/
  box-sizing: border-box;
  border: 2px solid #202042;
  border-right: none;
}
.chapter:first-child {
  border-radius: 9px 0 0 0;
}
.chapter:first-child .bar {
  border-radius: 7px 0 0 0;
}
.chapter:last-child {
  width: 170px;
  border-radius: 0 7px 0 0;
}
.chapter:last-child .bar {
  border-radius: 0 7px 0 0;
}
.chapter.active {
  background: #fff;
  }
  .bar {
    width: 0%;
    height: 16px;
    background: #0f0;
  }


.score {
  display: block;
  width: 200px;
  height: 20px;
  padding-right: 2px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 12px;
  }
  .score-bar {
    display: block;
    overflow: hidden;
    height: 18px;
    margin: 1px;
    color: #202042;
    font-size: .8em;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    background: #0f0;
    border-radius: 9px;
  }
.score.described {
  margin-bottom: 10px;
}


/*/////////////
/ Form styles /
/////////////*/

fieldset {
  margin-top: 1.308em;
  margin-right: 20px;
  margin-left: 20px;
  padding: 0 20px;
  border: 1px solid #ccc;
}
fieldset p {
  margin-right: 0;
  margin-left: 0;
}

legend {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: .8125em;
  color: #fff;
  text-transform: uppercase;
}

form ul {
  list-style: none;
  margin-left: 0;
}
form label {
  float: left;
  width: 370px;
  padding-top: 4px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  color: #fff;
}
form ul {
  padding: 0;
}
form p {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 15px;
  font-size: .875em;
  border-bottom: 2px solid rgba(255,255,255,0.3);
  float: left;
  width: 800px;
}
input[type="email"]:last-child, input[type="text"]:last-child, input[type="file"]:last-child, textarea:last-child {
  margin-bottom: 0;
}
/*
.form_page p input:nth-child(2) {
  margin-top: 0;
}
*/
.form_page p:last-child {
  border-bottom: none;
}
ol {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #0f0;
}
ol p {
  margin-right: 0;
  margin-left: 0;
  padding-left: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #666;
  border-left: 1px solid #0f0;
}

.input-wrap {
  display: block;
  width: 400px;
  margin-left: 10px;
  padding-top: 5px;
  float: right;
  }
  .input-wrap span {
    display: inline-block;
    width: 370px;
  }
  .input-wrap span.low-range {
    display: inline-block;
    width: 95px;
    text-align: right;
  }
  

.brake {
  margin-bottom: 5px;
  display: block;
}
.split {
  margin-top: 10px;
}
textarea {
  display: block;
  margin-top: 5px;
  padding: 5px 10px;
  height: 80px;
  width: 50%;
  box-sizing: border-box;
}

.login label {
  display: inline-block;
  line-height: 30px;
  width: 110px;
}
.login input[type=text] {
  width: 132px;
}


/*////////////////
/ Tooltip styles /
////////////////*/

a.tooltip {
  position: absolute;
  top: 5px;
  right: -20px;
  display: block;
  width: 20px;
  height: 20px;
  color: #202042;
  text-align: center;
  font-weight: 700;
  line-height: 20px;
  background: #0f0;
  border-radius: 10px;
}
a.tooltip:hover, a.tooltip:focus {
  text-decoration: none;
}
span.tooltip {
  position: absolute;
  top: 5px;
  left: 395px;
  width: 388px;
  padding: 6px 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: .75em;
  color: #202042;
  background: #fff;
  border: 2px solid #0f0;
  border-radius: 10px;
  z-index: 10;
  display: none;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.4);
  }
  span.tooltip span {
    display: block;
    background: #0f0;
    margin: -6px -10px 6px;
    padding: 0 10px;
    border-radius: 8px 8px 0 0;
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #202042;
    line-height: 19px;
    cursor: pointer;
  }


a.image {
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  color: #202042;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  background: #0f0;
  border-radius: 10px;
}
a.image:hover, a.image:focus {
  text-decoration: none;
}
span.image {
  position: absolute;
  top: 30px;
  left: -20px;
  width: 378px;
  padding: 6px 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: .75em;
  color: #202042;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #0f0;
  z-index: 10;
  display: none;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.4);
  }
  span.image span {
    display: block;
    background: #0f0;
    margin: -6px -10px 6px;
    padding: 0 10px;
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #202042;
    line-height: 19px;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
  }
  span.image img {
    position: relative;
    top: -1px;
    left: -10px;
    width: 378px;
    padding-bottom: 3px;
  }

a.image2 {
  position: absolute;
  top: 55px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  color: #202042;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  background: #0f0;
  border-radius: 10px;
}
a.image2:hover, a.image2:focus {
  text-decoration: none;
}
span.image2 {
  position: absolute;
  top: 30px;
  left: -20px;
  width: 378px;
  padding: 6px 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: .75em;
  color: #202042;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #0f0;
  z-index: 10;
  display: none;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.4);
  }
  span.image2 span {
    display: block;
    background: #0f0;
    margin: -6px -10px 6px;
    padding: 0 10px;
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #202042;
    line-height: 19px;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
  }
  span.image2 img {
    position: relative;
    top: -1px;
    left: -10px;
    width: 378px;
    padding-bottom: 3px;
  }




span.keuzes {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: .8125em;
  color: #fff;
}
span#ingevuld_doelgedrag {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: .9em;
  color: #fff;
  margin-top: 10px;
}


/*///////////////
/ Result styles /
///////////////*/

.result {
  border-bottom: 2px solid rgba(255,255,255,0.3);
  margin: 15px 20px;
  padding-bottom: 15px;
  }
  .result h3 {
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1em;
  }
  .result p {
    width: 50%;
    margin: 0;
    margin-left: 50%;
    font-size: .875em;
  }
.result-chapter {
  display: inline-block;
  margin: 20px 0 10px 0;
  padding: 5px 15px 5px 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  color: #202042;
  text-transform: uppercase;
  background: #0f0;
  border-radius: 0 15px 15px 0;
}

.highlight {
  background: #464691;
  margin: 40px 20px 20px;
  padding-bottom: 5px;
  border-radius: 15px;
  }
  .highlight .result:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .highlight h2 {
    margin-left: 0;
  }
  .highlight h4, .highlighted {
    margin-left: 380px;
    margin-right: 100px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
  }
  .highlighted {
    margin-top: 10px;
    margin-left: 400px;
    margin-bottom: 0;
  }
  .highlight ul {
    list-style: none;
    margin-left: 380px;
    padding-left: 0;
    }
    .highlight li {
      height: 130px;
      margin-top: 15px;
      }
      .highlight li .quote {
        position: absolute;
        display: block;
        top: 0;
        left: -218px;
        width: 160px;
        height: 100px;
        padding: 10px;
        padding-right: 38px;
        font-family: 'tan_-_busterbold';
        font-size: 0.875em;
        letter-spacing: 1px;
        line-height: 1.6;
        color: #464691;
        background: url('../img/quote-arrow.png') no-repeat 170px top white;
        background-size: contain;
        border-radius: 10px;
        }
        .highlight li .quote span {
          position: absolute;
          right: 38px;
          bottom: 10px;
          font-family: 'Poppins', sans-serif;
          font-weight: 700;
          font-size: 0.6em;
          font-style: normal;
          font-weight: normal;
          color: #666;
          text-transform: uppercase;
          text-align: right;
      }
      .highlight hgroup {
        font-size: .6em;
        }
        .highlight hgroup h2 {
          font-family: 'Poppins', sans-serif;
          font-weight: 700;
          font-size: 1.7em;
          text-transform: uppercase;
          line-height: 2.2;
          color: #0f0;
        }
        .highlight hgroup h1 {
          margin-left: 0;
          font-size: 2.5em;
      }
      .highlight a.tooltip {
        top: 7px;
        right: 0;
      }
      .highlight span.tooltip {
        top: 7px;
        left: -211px;
        width: 569px;
      }
  

/*///////////////
/ Media queries /
///////////////*/

@media only screen and (orientation: portrait) {
  
  .content {
    font-size: 128%;
  }
  form label {
    padding-top: 1px;
  }
  svg {
    -webkit-transform: rotate(120deg) scale(1.28) !important;
    -moz-transform: rotate(120deg) scale(1.28) !important;
    transform: rotate(120deg) scale(1.28) !important;
    bottom: 25px !important;
    left: 430px !important;
  }
  textarea {
    display: block;
    margin-top: 5px;
    padding: 3px 10px;
    height: 80px;
    width: 50%;
    box-sizing: border-box;
  }
  .button, a.button {
    padding: 0 20px;
    font-size: 20px;
    line-height: 36px;
    text-shadow: 0 1px 0 #fff;
  }
  .input-wrap {
    padding-top: 4px;
  }
  input.button {
    height: 36px;
  }
  form label.high5 {
    margin-bottom: 130px;
  }
  input[type="checkbox"], input[type="radio"] {
    margin-top: 3px;
  }
  
  .score {
    width: 256px;
    height: 26px;
    }
    .score-bar {
      height: 24px;
      margin: 1px;
      line-height: 24px;
    }
  .result-chapter {
    padding: 8px 20px;
  }
  .input-wrap span.low-range {
    width: 122px;
  }
  .highlight h4 {
    margin-right: 10px;
  }
  .highlight li {
    height: 150px;
    margin-top: 18px;
    }
    .highlight li .quote {
      height: 120px;
    }
    .highlight hgroup {
      font-size: .6em;
      }
      .highlight hgroup h2 {
        line-height: 1.6em;
      }
      .highlight hgroup h1 {
        font-size: 2em;
    }
  
}


/*/////////////////////////////
/ Non-semantic helper classes /
/////////////////////////////*/

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/*//////////////
/ Print styles /
//////////////*/
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

.form_page{
  display: none;
}

.radio-row input {
  margin-left: 7px;  
  margin-right: 7px;
}