@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700,800,900&display=swap');
/*** MISC ***/
* {
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
html {
  font-size: 14px; }
p, body {
  color: #7987a1; }
body {
  padding: 17px 0 0 0;  }
a {
  color: #808080;
  text-decoration: underline; }
a:hover,
a:focus {
  color: #808080;
  text-decoration: none; }
body, p, h1, h2, h3 {
  font-family: 'Nunito', sans-serif; }
.btn, button {
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: 0;
  outline-offset: 0px;
  color: #FFF;
  font-weight: 800;
  font-size: 1.14rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 12.5px 25px;
  cursor: pointer;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ED6476;
  border-color: #ED6476;
  text-align: center;
  text-decoration: none; }
.btn:hover, button:hover,
.btn:focus, button:focus {  
  color: #FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ED6476;
  border-color: #ED6476; }
.head img {
  max-width: 50%; }
.container {
  max-width: 1041px;
  margin: auto; }

/*** CONTENT ***/
h1 {
  color: #141414;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.36;
  margin: 0 0 15px 0; }
h1 + p{
  color: #ED6476;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.36; }
h2 {
  color: #000000;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.35;
  margin: 0; }
h3 {
	font-weight: 900;
	color: #666;
}
.content {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
.head {
	display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
align-items: center;
}
a.back {
  color: #434343;
  font-weight: 300;
  font-size: 1.43rem;
  text-decoration: none;
  position: absolute;
  top: 15px;
  right: 20px; }
a.back:before {
  content: '';
  width: 15px;
  height: 17px;
  display: inline-block;
  background-size: contain;
  background-image: url('../images/red-arrow.svg');
  background-position: center;
  background-repeat: no-repeat; }
a.back span {
  display: none; }
.cont-box {
  position: relative;
  padding: 15px 15px 0 15px;
  background: #FFFFFF;
  border: 1.5px solid rgba(26, 26, 26, 0.1);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;}
.cont-box.results  {
  padding: 15px; }
form {
  position: relative;
  margin-top: 50px;
  padding-bottom: 65px; }
.form-group {
  position: relative;
  width: 50%;
  float: left;
  margin-bottom: 27px;
  padding: 0 1px 0 1px; }
.form-control {
  color: #000;
  background-color: #F5F5F5;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  font-size: 0.93rem;
  line-height: 1.35;
  width: 100%;
  margin: 0;
  height: 32px;
  padding: 0 15px; }
.form-control:focus {
  color: #000;
  background-color: #F5F5F5;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none; }
form .form-control::-moz-placeholder {
  color: #777; }
form .form-control:-ms-input-placeholder {
  color: #777; }
.form-control::-webkit-input-placeholder {
  color: #777; }
form input[type="radio"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0; }
form label {
  position: relative;
  color: #000;
  background-color: #F5F5F5;
  border: 1px solid #E5E5E5;
  font-size: 0.93rem;
  line-height: 1.35;
  width: 100%;
  margin: 0;
  padding: 8px 15px;
  text-align: center;
  cursor: pointer; }
form input[type=radio]:checked + label {
  position: relative;
  color: #FFF;
  background: #ED6476;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.1); }
form button {
  position: absolute;
  width: 61%;
  right: 0;
  bottom: 0px;
  padding: 8px 69px 8px 15px!important; }
form button em {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px; }
form button em:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #FFF;
  left: 12.5px;
  top: 16px; }
form button em:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #FFF;
  left: 12.5px;
  top: 21px; } 
.tooltip .tooltip-inner {
  color: #000000;
  width: 100%;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  background: #FDFDFD;
  border: 2px solid #ED6476;
  border-radius: 6px;
  padding: 20px 25px; }
.tooltip .arrow {
  display: none; }
.info-tooltip {
  display: inline-block;
  vertical-align: middle; }
.info-tooltip:before {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url(../images/ico-info.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
#piechart {
  margin-bottom: 15px; } 
#piechart img {
  width: 100%; }
.chart {
  position: relative; }
.chart .legend-item {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%; }
.chart .legend-item:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 65px;
  width: 38px;
  height: 3px; }
.chart .legend-item.red:after {
  background-color: #ED6476; }
.chart .legend-item.yellow:after {
  background-color: #FBFF33; }
.chart .legend-item.grey:after {
  background-color: #959FC1; }
.chart .legend-item.orange:after {
  background-color: #FFBE73; }
.chart .legend-item.blue:after {
  background-color: #2E2BC6; }
.chart .legend-item.purple:after {
  background-color: #DF59DA; }
.chart .legend-item.turquoise:after {
  background-color: #68CCDA; }
.chart .legend-item .title {
  color: #7F7F7F;
  font-weight: 300;
  font-size: 0.88rem;
  line-height: 19px;
  letter-spacing: 0.03em; }
.chart .legend-item span {
  font-weight: 900;
  font-size: 1.88rem;
  line-height: 1.36; }
.chart .legend-item.red span {
  color: #ED6476; }
.chart .legend-item.yellow span {
  color: #FBFF33; }
.chart .legend-item.grey span {
  color: #959FC1; }
.chart .legend-item.orange span {
  color: #FFBE73; }
.chart .legend-item.blue span {
  color: #2E2BC6; }
.chart .legend-item.purple span {
  color: #DF59DA; }
.chart .legend-item.turquoise span {
  color: #68CCDA; }
.legend-list {
  margin-top: 20px; }
.legend-list .legend {
  color: #000;
  font-size: 0.93rem;
  position: relative;
  padding: 7px 20px 7px 55px;
  border: 1px solid #E1E2E6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 5px; }
.legend-list .legend:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -6.5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);}
.legend-list .legend span {
  font-weight: 500; }
.legend-list .legend.yellow:before{   
  background-color: #FBFF33; }
.legend-list .legend.grey:before {
  background-color: #8ad7aa; }
.legend-list .legend.orange:before {
  background-color: #FFBE73; }
.legend-list .legend.blue:before {
  background-color: #2E2BC6; }
.legend-list .legend.purple:before {
  background-color: #DF59DA; }
.legend-list .legend.turquoise:before {
  background-color: #68CCDA; }

.cta {
	border-radius: 20px;
	border: 1px solid #ED6476;
	padding: 30px;
}
.cta h3 { margin-bottom: 20px;}

  @media (min-width: 576px) {

  }

  @media (min-width: 768px) {
    form button {
      width: 39%; }
    .chart .legend-item {
      width: 53%; }
    #piechart {
      width: 50%;
      margin: auto; }
    }

  @media (min-width: 992px) {
    body {
      padding: 0; }
    .btn, button {
      font-size: 1.29rem; }
    h1 {
      font-size: 3.71rem;
      line-height: 1.36;
      margin: 0 0 27px 0; }
    h1 + p{
      font-size: 1.36rem; }
    h2 {
      font-size: 1.43rem; }
    .content {
      min-height: 100vh;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      background-color: #f1eaea;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .cont-box {
      padding: 90px 10% 0 10%;
      background: #FFFFFF;
      border: 1.5px solid rgba(26, 26, 26, 0.1);
      -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1), 0px 0px 20px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1), 0px 0px 20px rgba(0, 0, 0, 0.25);
      border-radius: 8px; }
    .cont-box.results {
      padding: 65px 10% 55px 10%; }
    a.back {
      top: 80px; }
    a.back:before {
      background-image: url('../images/black-arrow.svg'); }
    a.back span {
      display: inline-block;
      margin-left: 10px; }
    form {
      min-height: 400px;
      margin-top: 95px; }
    form label {
      font-size: 1.43rem; }
    .form-control {
      font-size: 1.43rem;
      height: 50px; }
    .form-group {
      margin-bottom: 33px; }
    form button {
      width: 39.2%;
      bottom: -2px;
      padding: 12.5px 69px 12.5px 15px!important; }
    form button em {
      width: 54px; }
    form button em:before {
      content: '';
      position: absolute;
      width: 19px;
      height: 3px;
      background-color: #FFF;
      left: 17.5px;
      top: 20px; }
    form button em:after {
      content: '';
      position: absolute;
      width: 19px;
      height: 3px;
      background-color: #FFF;
      left: 17.5px;
      top: 28px; }
    #piechart {
      margin-bottom: 0;
      width: 380px;
      height: 380px; }
    .chart {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .chart .legend-item {
      position: relative;
      width: auto;
      text-align: left;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      top: 0;
      left: 0; }
    .chart .legend-item:before {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -6.5px;
      right: -25px;
      width: 13px;
      height: 13px;
      border-radius: 50%;
      -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2); }
    .chart .legend-item .title {
      font-size: 1rem; }
    .chart .legend-item span {
      font-size: 2.75rem; }
    .chart .legend-item:after {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -0.5px;
      left: auto;
      right: -185px;
      width: 170px;
      height: 1px; }
    .chart .legend-item.red:before {
      background-color: #ED6476; }
    .chart .legend-item.yellow:before {
      background-color: #FBFF33; }
    .chart .legend-item.grey:before {
      background-color: #959FC1; }
    .chart .legend-item.orange:before {
      background-color: #FFBE73; }
    .chart .legend-item.blue:before {
      background-color: #2E2BC6; }
    .chart .legend-item.purple:before {
      background-color: #DF59DA; }
    .chart .legend-item.turquoise:before {
      background-color: #68CCDA; }
    .chart .legend-item .title {
      position: absolute;
      bottom: 55px; }
    .legend-list {
      margin-top: 50px; }
    .legend-list .legend {
      font-size: 1rem;
      padding: 15px 20px 15px 55px;
      margin-bottom: 13px; }
    
    
  }


  @media (min-width: 1400px) {

  }