﻿.incomplete-hunch-outer-wrapper {
  position: relative;
}
.incomplete-hunch-outer-wrapper .left-image {
  background-size: cover;
  background: url('/Content/images/bizChemLeftRightBars_sprites.png') left top;
  height: 100%;
  left: 0;
  min-height: 100vh;
  position: absolute;
  top: 0;
  width: 48px;
}
.incomplete-hunch-outer-wrapper .incomplete-hunch-outer-container header#mainMenu.incomplete-hunch-header {
  background: #fff;
  width: 784px;
  margin: 0 auto;
  position: relative;
  border-top: 0;
}
.incomplete-hunch-outer-wrapper .incomplete-hunch-outer-container header#mainMenu.incomplete-hunch-header nav.BCcontainer {
  background: #fff;
  color: #000;
  width: 784px;
}
.incomplete-hunch-outer-wrapper .incomplete-hunch-outer-container header#mainMenu.incomplete-hunch-header nav.BCcontainer .grande {
  width: 84px;
  height: 84px;
  float: left;
  margin-top: 15px;
}
.incomplete-hunch-outer-wrapper .incomplete-hunch-outer-container header#mainMenu.incomplete-hunch-header nav.BCcontainer ul {
  position: relative;
  top: 0;
  left: 0;
}
.incomplete-hunch-outer-wrapper .incomplete-hunch-outer-container header#mainMenu.incomplete-hunch-header nav.BCcontainer ul li a {
  background: #fff;
  color: #222;
  font-weight: bold;
}
.incomplete-hunch-outer-wrapper .incomplete-hunch-outer-container section.incomplete-hunch-wrapper {
  width: 100%;
}
.incomplete-hunch-outer-wrapper .incomplete-hunch-outer-container section.incomplete-hunch-wrapper .incomplete-hunch-container .profile-incomplete {
  background: none;
  background-color: #fff;
  height: 560px;
  margin-top: 60px;
}
.incomplete-hunch-outer-wrapper .incomplete-hunch-outer-container section.incomplete-hunch-wrapper .incomplete-hunch-container .profile-incomplete .withoutStatus {
  background: url("../images/hunches.png");
  background-position: -712px -300px;
  width: 186px;
  height: 186px;
  margin-left: auto;
  margin-right: auto;
}
.incomplete-hunch-outer-wrapper .incomplete-hunch-outer-container section.incomplete-hunch-wrapper .incomplete-hunch-container .profile-incomplete .profile-desc {
  color: #000;
  text-align: center;
  font-family: opensans-bold;
  margin: 40px auto;
}
.incomplete-hunch-outer-wrapper .incomplete-hunch-outer-container section.incomplete-hunch-wrapper .incomplete-hunch-container .profile-incomplete .profile-desc h1#hunchUserName {
  color: #000;
  font-size: 30px;
  line-height: 32px;
}
.incomplete-hunch-outer-wrapper .incomplete-hunch-outer-container section.incomplete-hunch-wrapper .incomplete-hunch-container .profile-incomplete .profile-desc h2#hunchPosition {
  color: #000;
  font-size: 26px;
  line-height: 28px;
}
.incomplete-hunch-outer-wrapper .incomplete-hunch-outer-container section.incomplete-hunch-wrapper .incomplete-hunch-container .profile-incomplete button.btn-complete-hunch {
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  font-family: opensans-bold;
}
.incomplete-hunch-outer-wrapper .incomplete-hunch-outer-container section.incomplete-hunch-wrapper .incomplete-hunch-container .profile-incomplete button.btn-complete-hunch:hover {
  border: 2px solid #666;
  background-color: #666;
  color: #fff;
  font-family: opensans-bold;
}
.incomplete-hunch-outer-wrapper .incomplete-hunch-outer-container section.incomplete-hunch-wrapper .incomplete-hunch-container .profile-incomplete button.btn-complete-hunch:focus {
  outline: none;
  box-shadow: none;
}
.incomplete-hunch-outer-wrapper .right-image {
  background-size: cover;
  background: url('/Content/images/bizChemLeftRightBars_sprites.png') 48px 0;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
  animation: myfirst 1s 1;
  animation-direction: alternate;
}
.carousel-item > span {
  display: none;
}
.carousel-item.active:focus-visible {
  outline: none;
}
.carousel-item > .sr-only {
  display: none;
}
@keyframes myfirst {
  0% {
    left: 1000px;
    top: 0px;
  }
  100% {
    right: 1000px;
    top: 0px;
  }
}
.h-question:focus-visible {
  outline: none;
}
.h-question-main-content:focus-visible {
  outline: none;
}
.carousel-indicators {
  width: 90%;
  left: 38px;
  bottom: -50px !important;
  top: unset;
  right: unset;
  display: none;
}
.carousel-indicators li {
  width: 6px;
  height: 6px;
  margin-left: 30.5px;
  background: #ccc;
}
.carousel-indicators li.active {
  background: #666;
}
.carousel-control-next {
  position: absolute;
  right: 50px;
  top: 150px;
  display: none !important;
}
.carousel-control-next .sr-only {
  display: none;
}
.carousel-control-next .carousel-control-next-icon {
  border: 15px solid transparent;
  border-left: 15px solid #000;
  display: inline-block;
}
.carousel-control-prev {
  position: absolute;
  left: 50px;
  top: 150px;
  display: none !important;
}
.carousel-control-prev .sr-only {
  display: none;
}
.carousel-control-prev .carousel-control-prev-icon {
  border: 15px solid transparent;
  border-right: 15px solid #000;
  display: inline-block;
}
.arrow_buttons {
  position: absolute;
  top: 170px;
  width: 90%;
  left: 40px;
}
.arrow_buttons .leftArrow {
  border: 15px solid transparent;
  border-right: 15px solid #000;
  display: inline-block;
  position: absolute;
  left: -8%;
  background: none;
}
.arrow_buttons .leftArrow:disabled {
  border-right-color: #ddd;
}
.arrow_buttons .rightArrow {
  border: 15px solid transparent;
  border-left: 15px solid #000;
  display: inline-block;
  position: absolute;
  right: 0;
  background: none;
  left: 103%;
}
.arrow_buttons .rightArrow:disabled {
  border-left-color: #ddd;
}
#slide-ngb-slide-0 {
  left: 50px;
}
.footer_dots {
  /*border-bottom:1px solid #999;*/
  display: inline-block;
  padding-top: 20px;
  position: relative;
  top: -50px;
  left: 33px;
  border-bottom: 3px solid #000;
  padding-bottom: 22px;
}
.footer_dots span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ccc;
  display: inline-block;
  margin: 0 18px;
}
.footer_dots span.active {
  background: #333;
}
.idn_notificationPop .popUpMask {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #999;
  opacity: 0.5;
}
.idn_notificationPop .idn_pop {
  opacity: 1;
  z-index: 99;
  position: fixed;
  top: 10%;
  left: 30%;
  background: #fff;
  width: 560px;
}
.staticHeader {
  margin-top: 0px;
}
section#BChunching.questioners {
  padding-top: 130px;
}
.result-innerContainer .hunch-result-section {
  margin-top: 140px  !important;
}