/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 10.02.2014, 16:18:24
    Author     : fatihariseven
*/


@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);

html, body, div {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font: inherit;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin:0;
    padding:0;
    font-family:'Open Sans', sans-serif;
    min-height: 100%;
    /*position: fixed;*/
}
body.stopped {
    overflow: hidden;
    /*position: fixed;*/
}

ol {margin:0;}

h1,h2,h3,h4,h5,h6 {margin:0;padding:0;font-family:'Open Sans', sans-serif;font-weight:normal;}

/*a:link, a:visited, a:focus, a:hover, a:active {
    text-decoration: underline;
    color: #fff;
}*/
#mask {
    opacity: .95;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
    background-color: #cfcfcf;
}

.nav--activator {
    /*position: fixed;*/
    position: absolute;
    display: inline-block;
    /*top: 29px;*/
    /*top: 0;*/
    top: 50px;
    left: 0;
    /*width: 50px;
    height: 50px;*/
    /*background: red;*/
    z-index: 999;
}
.nav--activator .menutoggle {
    max-width: 50px;
}
.nav--activator::before {
    /*font: normal normal normal 45px/1 FontAwesome;
    color: white;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f054';*/
    /*position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}
/*.nav--activator::before {
    content: '';
    background: blue;
    height: 55px;
    width: 10px;
    position: absolute;
    -webkit-transform: translate(30px, 27px) rotate(55deg);
    -moz-transform: translate(30px, 27px) rotate(55deg);
    -ms-transform: translate(30px, 27px) rotate(55deg);
    -o-transform: translate(30px, 27px) rotate(55deg);
    transform: translate(30px, 27px) rotate(55deg);
}
.nav--activator::after {
    content: '';
    background: pink;
    height: 55px;
    width: 10px;
    position: absolute;
    -webkit-transform: translate(30px, 0px) rotate(-55deg);
    -moz-transform: translate(30px, 0px) rotate(-55deg);
    -ms-transform: translate(30px, 0px) rotate(-55deg);
    -o-transform: translate(30px, 0px) rotate(-55deg);
    transform: translate(30px, 0px) rotate(-55deg);
}*/
#nav {
    top: 30px;
    /*top: 0;*/
    left: -90vw;
    width: 90vw;
    /*height: 100vh;*/
    /*position: fixed;*/
    position: absolute;
    z-index: 999;
    /*background: rgba(43, 80, 161, 0.9);*/
    background: white;
    /*color: white;*/
    color: #323031;
    /*font-size: 30px;*/
    /*padding: 20px 40px 0 40px;*/
    /*padding: 1px 3px;*/
    padding: 10px;
    transition: all 0.3s linear;
    z-index: 8000;
}
.close--nav {
    position: absolute;
    /*top: 2px;
    right: 0px;*/
    top: 5px;
    right: 5px;
    /*width: 20px;
    height: 20px;*/
    width: 30px;
    height: 30px;
}
.close--nav::before, .close--nav::after {
    content: '';
    height: 30px;
    width: 3px;
    background: #323031;
    position: absolute;
    left: 50%;
}
.close--nav::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close--nav::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav.nav--alive {
    left: 0;

    box-shadow: 2px 0px 10px 2px #d8d8d8 ;
}
.nav-inner {
    /*background-color: #f9f9f9;
    -moz-box-shadow: 2px 2px 4px #666;
    -webkit-box-shadow: 2px 2px 4px #666;
    box-shadow: 2px 2px 4px #666;*/
    vertical-align: top;
    font-weight: bold;
    /*padding: 0 0 5px;
    margin: 0 0 20px;*/
    margin: 20px 0 0 0;
}

/*#nav input {
    display:block;
    float:left;

}*/

/*#nav label {
    display:block;
    margin: 10px 5px 5px 40px;
}*/

#nav .navheader {
    top: 0;
    left: 0;
    height: 32px;
    width: 232px;
    background-color: #1960c6;
    color: #fff;
    font-size: 14px;
    background: url('../images/IDA_CheckUp_SearchSymptoms.png') no-repeat;
}
#nav .navheader--es {
    background: url('../images/Explorador_De_Sintomas.png') no-repeat;
}

.references {
    padding: 0 20px;
}
.references a {
    color: #1960c6;
    text-decoration: underline;
}

.symptom-point {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    z-index: 999;
    cursor: pointer;
    background: rgba(43, 80, 161, 0.8);
    background-repeat: no-repeat;
    transition: all 0.3s linear;

    -webkit-transform: translate(-50%, -50%);
    -moz-o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
.symptom-point:before {
    width: 25px;
    height: 25px;
    content: '';
    border: 1px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s linear;
}
.symptom-point.answerSelectedYES {
    background: rgba(76, 145, 65, 0.8);
}
.symptom-point.answerSelectedNO {
    background: pink;
}
.symptom-point.activated {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    z-index: 999;
    cursor: pointer;
    background: red;
    background-repeat: no-repeat;
}
.symptom-point.activated:before {
    width: 45px;
    height: 45px;
    position: absolute;
    border: 2px solid red;
    border-radius: 50%;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 890px) {
	#pos1 {
		top: 56%;
		left: 8%;
	}
	#pos1.activated {
		top: 34%;
	}
	#pos2 {
		top: 98.5%;
		left: 75%;
	}
	#pos2.activated {
		top: 69%;
	}
	#pos3 {
		top: 11.5%;
		left: 46.5%;
	}
	#pos4 {
		top: 14%;
		left: 50%;
	}
	#pos5 {
		top: 4%;
		left: 43%;
	}
	#pos5.activated {
		top: 9%;
		left: 40%;
	}
	#pos6 {
		top: 5%;
		left: 57%;
	}
	#pos6.activated {
		top: 8%;
		left: 58%;
	}
	#pos7 {
		top: 2%;
		left: 54%;
	}
	#pos7.activated {
		top: 6.5%;
	}
	#pos8 {
		top: 22%;
		left: 44%;
	}
	#pos9 {
		top: 45%;
		left: 86.5%;
	}
	#pos9.activated {
		top: 21%;
	}
	#pos10 {
		top: 67%;
		left: 32.5%;
	}
	#pos10.activated {
		top: 57%;
		left: 30%;
	}
	#pos11 {
		top: 25%;
		left: 55%;
	}
	#pos12 {
		top: 10.5%;
		left: 53%;
	}
	#pos12.activated {
		top: 20%;
	}
}

#mask {
    opacity: .95;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
}

.animate {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.zoom {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);

    -webkit-transition: all 0.3s linear-in-out;
    -moz-transition: all 0.3s linear-in-out;
    -o-transition: all 0.3s linear-in-out;
}

.zoomPos1 {
    -webkit-transform: scale(2) translate(20px,280px);
    -moz-transform: scale(2) translate(20px,280px);
    -o-transform: scale(2) translate(20px,280px);

    -webkit-transition: all 0.3s linear-in-out;
    -moz-transition: all 0.3s linear-in-out;
    -o-transition: all 0.3s linear-in-out;
}

.zoomPos2 {
    -webkit-transform: scale(2) translate(100px,-100px);
    -moz-transform: scale(2) translate(100px,-100px);
    -o-transform: scale(2) translate(100px,-100px);

    -webkit-transition: all 0.3s linear-in-out;
    -moz-transition: all 0.3s linear-in-out;
    -o-transition: all 0.3s linear-in-out;
}

.symptom-content {
    width: 100%;
    z-index: 888;
    position: fixed;
    display: none;
    padding: 0;
    bottom: 0;
    left: 0;
    text-align: left;
}
.symptom-content.posa {
    position: absolute;
}
.symptom-content-inner {
    /*background-color: #1960c6;
    color: #fff;
    opacity: .9;*/
    position: relative;

    opacity: 1;
    color: #323031;
    background: rgba(255, 255, 255, 0.9);

    /*padding-top: 30px;*/
}

#inhalt1 {
    top: 280px;
    left: 320px;
}

.symptom-content h2 {
    padding: 0 15px;
    margin: 5px 0;
    /*text-align: center;*/
    /*font-size: 50px;*/
    font-size: 20px;
    font-weight: 900;
}
.symptom-content p {
    padding: 0 15px 5px;
    margin: 0;
    /*font-size: 42px;*/
    font-size: 12px;
    /*color: white;*/
    color: #323031;
}

#inhalt1 ul {
    font-size: 12px;
    margin-top: -5px;
}

#inhalt1 ul li{
    height: 40px;
    list-style: none;
    position: relative;
}

#inhalt2 {
    top: 900px;
    left: 355px;
}

#inhalt2eck {
    position: absolute;
    left: 250px;
    top: 0px;
    border: 15px solid;
    border-color: transparent transparent transparent #1960c6;
    display: none;
}

.symptom-close {
    width: 100%;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    float: right;
    cursor: pointer;
    /*background-image: url(../images/ida_tool_btn_sprite.png);*/
    /*background-repeat: no-repeat;*/
/*    background-position: -30px -30px;*/
    /*margin: 5px 5px 5px 5px;*/
    z-index: 999999;
}
.symptom-close::before, .symptom-close::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 1px;
    width: 3px;
    height: 30px;
    background: #323031;
}
.symptom-close::before {
    -webkit-transform: rotate(45deg);
    -moz-o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.symptom-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#content {
    position: relative;
    /*background-color: #fff;*/
    /*position: fixed;*/
    /*margin: 10px auto;*/
    /*width: 1040px;
    height: 400px;*/

    /*z-index: 9999;*/

    overflow-x: hidden;
    overflow-y:scroll;

    /*bottom:0;left:0;right:0;top:0;*/
    /*box-shadow: 3px 3px 3px #666;*/
}

#contentText {
    /*top: 50px;*/
    /*position: absolute;*/
    /*margin: 30px auto 0;*/
    margin: 0 auto;
    /*padding-top: 30px;*/
    text-align: center;
    width: 100vw;
    /*height: 100vh;*/
    position: relative;
    /*overflow: hidden;*/
}

#contentheader {
    background-color: #1960c6;
    height: 100px;
    width: 1040px;
    color: #fff;
    /*font-size: 30px;*/
    position: fixed;
    z-index: 9999;
    line-height: 50px;
    width: 100%;
}

#contentheader span {
    display: inline-block;
    vertical-align: middle;
    /*font-size: 30px;*/
    line-height: 100px;
    margin-left: 10px;
}

#contentClose {
    position: absolute;
    color: #1960c6;
    width: 40px;
    height: 40px;
    right: 20px;
    top: 30px;
    cursor: pointer;
    background-image: url('../images/IDA_CheckUp_Exit-Button.png');
    background-repeat: no-repeat;
    vertical-align: middle;
    line-height: 100px;
}

#contentInfo {
    background-color: #1960c6;
    z-index: 999;
    position: absolute;
    width:0px;
    height:0px;
    color: transparent;
    border-radius: 15px;
    -moz-box-shadow:    5px 5px 5px #666;
    -webkit-box-shadow: 5px 5px 5px #666;
    box-shadow: 5px 5px 5px #666;
    right: 350px;
    opacity: 0.1;

    display: none;
}

#contentInfo hr{
    margin: 0 10px 0 10px;
    color: #fff;
    border: 1px #fff solid;
}

#contentInfo p{
    margin: 10px 10px 10px 10px;
}

#contentInfo p{
    font-size: 16px;
}

#contentInfo p strong{
    text-transform: uppercase;
}

/*#nav input[type="radio"] {
    opacity: 0;
    position: absolute;
    height: 17px;
}

#nav input[type="radio"] + label > span {
    position: relative;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 0 5px 0 -25px;
    background-image: url('../images/ida_tool_btn_sprite.png');
    background-repeat: no-repeat;
    background-position: 1px 0;
    top: 5px;
}

#nav input[type="radio"]:checked + label > span {
    background-position: -16px 0;

}*/

.icolor {
    width: 30px;
    height: 30px;
    background-color: #000;
    border: 2px #fff solid;
    float: left;
    position: absolute;
}

.iText {
    float: left;
    width: 155px;
    height: 20px;
    margin-left: 5px;
    vertical-align: middle;
    position: absolute;
    margin-left: 40px;
    margin-top: 7px;
}

.icolor1 {
    background-color: #c95b6f;
}

.icolor2 {
    background-color: #f48396;
}

.icolor3 {
    background-color: #f4a7b0;
}

.icolor4 {
    background-color: #f4c6ce;
}

.icolor5 {
    background-color: #f4e4e7;
}

#mensch {
 margin: 4px auto 0;
 /*width: 400px;*/
 /*width: auto;*/
 /*height: 77vh;*/
 /*height: 80%;*/
 /*padding: 5vh 0;*/
 /*margin-bottom: 2vh;*/
    height: auto;
    width: 100vw;
    padding: 0 0.5vw;
    box-sizing: border-box;
}
#mensch.animate {
    overflow: hidden;
}

.checkbox--container {
    display: block;
    position: relative;

    margin: 10px auto;
}
.checkbox--eye {
    position: absolute;
    left: 55px;
    top: 7px;
    font-size: 1.8em !important;
}
.checkbox--info {
    position: absolute;
    left: 58px;
    top: -1px;
    font-size: 1.8em;

    color: #BBBBBB;
}
input[type="checkbox"].checkbox--toggle-input {
  display: none;
}
input[type="checkbox"].checkbox--toggle-input + label {
  margin: 6px 3px;
  position: relative;
  display: inline-block;
  padding-left: 90px;
  cursor: pointer;
  font-weight: normal;
  /*font-size: 40px;*/
  line-height: 25px;
}
input[type="checkbox"].checkbox--toggle-input + label:before, input[type="checkbox"].checkbox--toggle-input + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  border-radius: 65px;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 1px solid #BBBBBB;
}




input[type="checkbox"].checkbox--toggle-input + label:before {
  background-color: rgba(236, 234, 235, 1);
  width: 42px;
  /*-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);*/
}
input[type="checkbox"].checkbox--toggle-input + label:after {
  width: 23px;
  height: 23px;
  top: 1px;
  left: 1px;
  background-color: #ffffff;
  border: 1px solid rgba(229, 229, 229, 1);
  /*-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);*/
}
input[type="checkbox"].checkbox--toggle-input:checked + label:before {
  background-color: rgba(230, 32, 47, 1);

  border: 1px solid rgba(167, 19, 30, 1);
}
input[type="checkbox"].checkbox--toggle-input:checked + label:after {
  left: 18px;
}

.mobile--menu-activated #submit--btn {
    /*position: static;*/
}
#submit--btn {
    /*opacity: 1;
    transition: opacity 0.3s linear;*/
    /*position: fixed;*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*top: 85vh;
    top: calc(95vh - 50px);*/
    /*left: 50%;*/
    /*transform: translateX(-50%);
    -webkit-transform: translateX(-50%);*/
    z-index: 9999;
    display: block;
    text-align: center;
}
#submit--btn.deactive {
    opacity: 0;
    z-index: -1;
}



#browser--results {
    /*margin: 10px auto;*/
    text-align: center;
}
#browser--results.activated {
    margin-top: 60px;
}
#browser--results h2 {
    margin: 10px 15px;
    font-size: 24px;
}
h3.score--title {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}
.results--scale-container {
    /*background: rgba(43, 80, 161, 1);*/
    background: #f1f1f0;
    color: #323031;
    margin: 15px auto;
    padding: 5px 5px;

    font-weight: 700;
}
.results--scale-container li {
    padding: 5px 0;
}
.results--scale-container p {
    color: white;
    font-size: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
}
.results--scale {
    padding: 0 15px;
}
.results--scale .scale {
    height: 3px;
    width: 100%;
    margin: 10px auto;
    background: #cf092c;
    position: relative;
}
.results--scale .scale::before {
    /*position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    content: '';*/
    /*left: 0;*/
}
.keyscale {
    margin: 0 0 40px 0;
    position: relative;
}
.key--scale {
    font-size: 12px;
    position: absolute;
}
.left--scale {
    left: 0;
}
.right--scale {
    right: 0;
}

.desktop-only {
	display: none;
}
.mob-only {
	display: block;
}
.red--button, a.red--button {
    background: rgba(230, 32, 47, 1);
    color: white !important;
}
.blue--button, a.blue--button {
    background: rgba(43, 80, 161, 1);
    color: white !important;
}
.half--button {
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
    width: 50%;
    float: left;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}
.new-button {
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 600;
  /*display: block;*/
  margin: 15px auto;

  font-size: 12px;
  font-family: 'Museo Sns W00 Cond_700', Arial;

  display: inline-block;
  cursor: pointer;
  text-align: center;
}
.halfbutton {
  /*width: 50%;*/
  padding: 5px 10px;
  cursor: pointer;
}
.fullbutton {
  /*width: 100%;*/
  padding: 15px 20px;
  cursor: pointer;
}
.red-filled, a.red-filled, a.red-filled:visited, a.red-filled:link {
    background: #e72030;
    /*color: #d8d8d8;*/
    color: #fff;
    border: 2px solid #e72030;
    font-family: 'Museo Sans W01_500';
    /*font-size: 1.5em;*/
}
.red-hollow, a.red-hollow, a.red-hollow:visited, a.red-hollow:link {
  background: #d8d8d8;
  color: #e72030;
  border: 2px solid #e72030;
}
.blue-filled, a.blue-filled, a.blue-filled:visited, a.blue-filled:link {
  background: #2c4a8b;
  /*color: #d8d8d8;*/
  color: #fff;
  border: 2px solid #2c4a8b;
}
.blue-hollow, a.blue-hollow, a.blue-hollow:visited, a.blue-hollow:link {
  background: #d8d8d8;
  color: #2c4a8b;
  border: 2px solid #2c4a8b;
}
.submit--btn.mob-only {
    display: block;
}
.submit--btn.desktop-only {
    display: none;
}

.email-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    background: white;
    padding: 20px;
    min-height: 70vh;
    box-shadow: 0 0 6px 6px black;
}
.emailform {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (min-width: 890px) {
    img#mensch {
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
        max-width: 730px;
    }
    .submit--btn.mob-only {
        display: none !important;
    }
    .submit--btn.desktop-only {
        display: block;
        letter-spacing: 0px;
        font-family: 'Museo Sans W01_500';
        font-size: 1.3em;
        width: 100%;
    }



	#content {
		background: #f1f1f0;
        width: 100%;
        overflow: hidden;
        /*width: 1055px !important;*/
	}
	#mensch {
		padding: 0;
		margin: 0;
	}
	.new-container {
		display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
		flex-direction: row;
		justify-content: flex-start;
        margin-top: 40px;
        padding-bottom: 50px;
	}
	#contentText {
		width: 70%;
        /*padding-top: 0;*/
	}
	#nav {
		width: 30%;
		position: static;
		background: transparent;
        padding: 10px 10px 0;
	}
	.nav-inner {
		margin: 20px auto 40px;
	}
	.desktop-results {
		margin: 40px auto 0;
	}
    .desktop-results h3 {
        text-transform: uppercase;
        color: #000;
        font-weight: 900;
        font-size: 22px;
    }
    .desktop-results h2 {
        color: #e72030;
        font-weight: 700;
        font-size: 24px;
    }
    .desktop-results a {
        font-weight: 700;
    }
    .desktop--email {
        margin-top: 30px;
    }
	.nav--activator {
		display: none;
	}
	.close--nav {
		display: none;
	}
	.checkbox--container .checkbox--info {
		display: none;
	}
	.desktop-only {
		display: block;
	}
	.mob-only {
		display: none;
	}
	.nav-text p {
		color: #e72030;
        font-size: 12px;
	}
	.nav-text a {
		color: #e72030;
		text-decoration: none;
		font-weight: 700;
	}
	.browser-title {
		text-align: center;
	}
	.browser-title h1 {
        font-size: 18px;
        padding-top: 30px;
        padding-bottom: 10px;
        display: inline-block;
        /*border-bottom: 2px solid #e72030;*/
        position: relative;
        margin-bottom: 20px;
	}
    .browser-title h1:before {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 7%;
        width: 86%;
        height: 4px;
        background: #e72030;
        border-radius: 4px;
    }
	.browser-title p {
		font-style: italic;
	}
	.checkbox--container {
		margin: 0 auto;
	}
	.checkbox--container:not(:last-of-type) {
		border-bottom: 2px solid rgba(206, 206, 206, 1);
	}
	input[type="checkbox"].checkbox--toggle-input + label {
		margin: 15px 3px;
		text-transform: uppercase;
        padding-left: 60px;
	}
	input[type="checkbox"].checkbox--toggle-input:checked + label:after {
		background: rgba(120, 6, 9, 1);
	}

	.symptom-point {
		width: 30px;
		height: 30px;
	}
	.symptom-point:before {
		width: 35px;
		height: 35px;
	}
	.symptom-point.activated {
		width: 40px;
		height: 40px;
	}
	.symptom-point.activated:before {
		width: 55px;
		height: 55px;
	}
	#pos1 {
		top: 56%;
		left: 7.5%;
	}
	#pos2 {
		top: 98%;
		left: 76%;
	}
	#pos3 {
		top: 10%;
		left: 46.5%;
	}
	#pos4 {
		top: 12.5%;
		left: 50%;
	}
	#pos5 {
		top: 2%;
		left: 43%;
	}
	#pos6 {
		top: 5%;
		left: 57%;
	}
	#pos7 {
		top: 0%;
		left: 50%;
	}
	#pos8 {
		top: 22%;
		left: 44%;
	}
	#pos9 {
		top: 45%;
		left: 86.5%;
	}
	#pos10 {
		top: 73%;
		left: 32.5%;
	}
	#pos11 {
		top: 25%;
		left: 55%;
	}
	#pos12 {
		top: 9%;
		left: 53%;
	}

	.symptom-content {
	    /*width: 100%;*/
	    z-index: 9999;
	    position: absolute;
	    padding: 0;
	    bottom: initial;
	    left: 0;
	    text-align: left;
	    max-width: 250px;
	}
	.symptom-content-inner {
		border-radius: 30px;
		/*padding: 20px;*/
		overflow: hidden;
		background: rgba(255, 255, 255, 1);
	}
    .symptom-image {
        width: 100%;
    }
    .symptom-content h2 {
        text-transform: uppercase;
    }
	.symptom-content p {
		padding-bottom: 15px;
	}
	.symptom-close {
		width: 30px;
		background: white;
		border: 2px solid rgba(147, 147, 147, 1);
		border-radius: 50%;
		/*position: absolute;*/
		right: -10px;
		top: -10px;
	}
	.symptom-close::before, .symptom-close::after {
		/*right: 13px;
		top: 0;*/
		background: rgba(147, 147, 147, 1);
		height: 20px;
		right: 11px;
		top: 3px;
	}
    .symptom-content {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
	#symptom-content-1 {
		top: 55%;
		left: 35%;
	}
	#symptom-content-2 {
		top: 85%;
		left: 55%;
	}
	#symptom-content-3 {
		top: 26%;
		left: 40%;
	}
	#symptom-content-4 {
		top: 26.5%;
		left: 50%;
	}
	#symptom-content-5 {
		top: 17%;
		left: 40%;
	}
	#symptom-content-6 {
		top: 18%;
		left: 62%;
	}
	#symptom-content-7 {
		top: 11%;
		left: 50%;
	}
	#symptom-content-8 {
		top: 28%;
		left: 21%;
	}
	#symptom-content-9 {
		top: 50%;
		left: 60%;
	}
	#symptom-content-10 {
		top: 73%;
		left: 58%;
	}
	#symptom-content-11 {
		top: 30%;
		left: 25%;
	}
	#symptom-content-12 {
		top: 22%;
		left: 55%;
	}

}
@media screen and (min-width: 1020px) and (max-width: 1030px) {
    .results-shown #pos1 {
        top: 55%;
    }
    .results-shown #pos2 {
        top: 96%;
    }
    .results-shown #pos9 {
        top: 44%;
    }
    .results-shown #pos10 {
        top: 70%;
    }
}
@media screen and (min-width: 985px) and (max-width: 1020px) {
    .results-shown #pos1 {
        top: 53.5%;
    }
    .results-shown #pos2 {
        top: 94%;
    }
    .results-shown #pos9 {
        top: 42.5%;
    }
    .results-shown #pos10 {
        top: 66%;
    }
}
@media screen and (min-width: 973px) and (max-width: 985px) {
    .results-shown #pos1 {
        top: 52.5%;
    }
    .results-shown #pos2 {
        top: 92%;
    }
    .results-shown #pos9 {
        top: 42.5%;
    }
    .results-shown #pos10 {
        top: 68%;
    }
}
@media screen and (min-width: 966px) and (max-width: 973px) {
    .results-shown #pos1 {
        top: 50.5%;
    }
    .results-shown #pos2 {
        top: 89%;
    }
    .results-shown #pos9 {
        top: 41%;
    }
    .results-shown #pos10 {
        top: 66%;
    }
}
@media screen and (min-width: 940px) and (max-width: 966px) {
    .results-shown #pos1 {
        top: 48.5%;
    }
    .results-shown #pos2 {
        top: 85%;
    }
    .results-shown #pos9 {
        top: 39.5%;
    }
    .results-shown #pos10 {
        top: 63%;
    }
}
@media screen and (min-width: 890px) and (max-width: 940px) {
    input[type="checkbox"].checkbox--toggle-input + label {
        margin: 8px 0;
    }
    .nav-inner {
        margin: 20px auto 20px;
    }
}
@media screen and (min-width: 930px) and (max-width: 940px) {
    .results-shown #pos1 {
        top: 54%;
    }
    .results-shown #pos2 {
        top: 96%;
    }
    .results-shown #pos9 {
        top: 43%;
    }
    .results-shown #pos10 {
        top: 70%;
    }
}
@media screen and (min-width: 900px) and (max-width: 930px) {
    .results-shown #pos1 {
        top: 50.8%;
    }
    .results-shown #pos2 {
        top: 89%;
    }
    .results-shown #pos9 {
        top: 40%;
    }
    .results-shown #pos10 {
        top: 65%;
    }
}
@media screen and (min-width: 890px) and (max-width: 900px) {
    .results-shown #pos1 {
        top: 49.7%;
    }
    .results-shown #pos2 {
        top: 87%;
    }
    .results-shown #pos9 {
        top: 38%;
    }
    .results-shown #pos10 {
        top: 62.5%;
    }
}

/*desktop grid*/
/*.container-16 .grid-16 {
    margin-left: 0;
    margin-right: 0;
    max-width: initial;
}*/
/*.panel-2col-stacked .panel-col-top, .panel-2col-stacked .panel-col-bottom {
    width: 100%;
}*/

/*WEB APP SPECIFIC CSS*/
.webapp-browser {

}
.webapp-browser #contentText {
    overflow: hidden;
    margin-top: 30px;
    padding-top: 10px;
}
.webapp-browser .symptom-content-inner {
    padding-top: 30px;
}
.webapp-browser .submit--btn.mob-only {
    position: fixed;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
    #content {
        overflow: hidden;
    }
    #symptom-content-1 {
        top: 57%
    }
    #symptom-content-2 {
        top: 80%
    }
    #symptom-content-3 {
        top: 42%
    }
    #symptom-content-4 {
        top: 43.5%
    }
    #symptom-content-5 {
        top: 34%
    }
    #symptom-content-6 {
        top: 38%
    }
    #symptom-content-7 {
        top: 35%
    }
    #symptom-content-8 {
        top: 35%
    }
    #symptom-content-9 {
        top: 50%
    }
    #symptom-content-10 {
        top: 73%
    }
    #symptom-content-11 {
        top: 42%
    }
    #symptom-content-12 {
        top: 41%
    }
}