#nav-bar {
  margin-top: 40px;
  margin-bottom: 10px;
  text-align: center;
}
.center {
  text-align: center;
}
.button {
  font-size: 14px;
  display: inline-block;
  background: #fff;
  position: relative;
  height: 42px;
  width: 140px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  line-height: 42px;
  padding-left: 8px;
  padding-right: 10px;
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  background-color: #fafafa;
  background-image: linear-gradient(#FFF, #F6F6F6);
  background: #FFF;
  background: linear-gradient(#FFF, #F6F6F6);
  border: 1px solid rgba(0, 0, 0, 0.18);
  color: #292920;
}
.button.disabled {
  background: #bfbfb8;
  border-bottom: 3px solid #bfbfb8;
  pointer-events: none;
}
#step-container > div {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  margin: 4px;
  text-align: center;
  font-size: 0px;
  color: transparent;
  /* cursor: pointer; */
  
  background-color: #e6e6dc;
}
#step-container > .selected {
  background: #e86c1e;
  cursor: default;
}
#step-container.disabled > div,
#step-container.button.disabled > .selected {
  color: #e6e6db;
  background: auto;
  cursor: auto;
}
.question-identifier {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #5c5c5c;
  margin-bottom: 15px;
}
#question-2 .sequence-container.inputted .sequence.No > span {
  color: #b10021 !important;
}
#question-2 .sequence-container.inputted .sequence.No > span:not(:last-child) {
  background: #fce0da;
}
.page {
  position: relative;
}
#front-page-container .heading,
#last-page-container .heading {
  font-size: 30px;
  font-weight: 700;
  line-height: 70px;
  margin-top: 10px;
  text-align: center;
}
#front-page-container .description,
#last-page-container .description {
  padding: 2px 214px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
#front-page-container .begin {
  margin: 20px 0px 30px;
}
.character-image {
  background: url('../assets/character-image.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.character-image.desktop {
  height: 150px;
}
.footer-product {
  text-align: center;
  font-size: 16px;
  color: #e86c1e;
  padding-bottom: 30px;
}
.footer-product > div {
  color: darkgray;
  font-size: 13px;
  font-weight: 700;
}
.option-container {
  text-align: center;
  margin: 20px 0px 10px 0px;
}
.option-container .button {
  box-shadow: none;
  border: none;
  background: #067989;
  color: white;
  border-radius: 0px;
  margin: 5px;
  font-weight: 700;
  opacity: 0.5;
}
.option-container .button.selected {
  opacity: 1;
}
#question-page-container .page {
  margin: 0px 150px;
  background: #fff;
  padding: 15px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#question-2 .sequence-container {
  text-align: center;
  margin: 12px 0;
}
p {
  font-size: 13px;
}
#question-2 .sequence {
  text-align: left;
  display: inline-block;
  width: calc(100% - 33%);
  margin-left: 96px;
  margin-right: 96px;
}
#question-2 .sequence p {
  text-align: left;
}
#question-2 .sequence > div,
#question-2 .sequence > span {
  text-align: center;
  display: inline-block;
  width: 86px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  box-sizing: border-box;
}
#question-2 .sequence-container.example .sequence span:not(:last-child) {
  background: #f5f5f5;
  color: #55554e;
  font-weight: 700;
}
#question-2 .sequence-container.example .sequence span:last-child {
  color: #86867f;
  white-space: nowrap;
  padding-left: 23px;
}
#question-2 .sequence-container.inputted .sequence {
  margin-bottom: 3px;
  font-size: 2px;
  color: rgba(0, 0, 0, 0);
}
#question-2 .sequence-container.inputted .sequence > span {
  background: #c2e2e3;
  color: #3398a4 !important;
  font-weight: 700;
}
#question-2 .sequence-container.inputted .sequence > span:last-child {
  background: none;
  color: black;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
}
#question-2 .sequence-container.input .sequence {
  margin-bottom: 12px;
}
#question-2 .sequence-container.input .sequence > input {
  background: none;
  border: 1px solid #bfbfb8;
  line-height: 26px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-right: 3px;
  height: 30px;
}
#question-2 .sequence-container p {
  margin: 2px 0px;
}
#question-2 .rule-in-words {
  border: 1px solid #bfbfb8;
  height: 200px;
  word-wrap: break-word;
}
#question-4 .option-container .button {
  width: 39%;
}
#question-3 .option-container .button,
#question-7 .option-container .button {
  display: block;
  width: 90%;
  margin-left: 5%;
}
#question-4 #deer-input {
  display: block;
  width: 84%;
  margin-left: 8%;
  height: 42px;
  line-height: 42px;
  border: 1px solid #bfbfb8;
  padding: 0px 12px;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0px 12px;
  box-sizing: border-box;
  text-align: center;
}
#question-2 .rule-in-words {
  padding: 12px;
  box-sizing: border-box;
}
.list {
  height: calc(480px - 24px) !important;
}
#question-5 .estimate-container > .estimate {
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 1px 0px;
  padding: 10px 5px 10px 0px;
  width: 100%;
  box-sizing: border-box;
}
#question-5 .estimate-container > .estimate > div {
  width: 100%;
  margin-bottom: 10px;
}
#question-5 .estimate-input {
  display: inline-block;
  width: 29%;
  margin: 0% 2%;
}
#question-5 .estimate-input:first-child {
  margin-left: 0;
}
#question-5 .estimate-input input {
  display: inline-block;
  width: 100%;
  font-size: 11px;
}
#question-5 .estimate-container > .estimate .description > div {
  vertical-align: top;
  display: inline-block;
}
#question-5 .estimate-input {
  color: rgb(104, 104, 95);
}
#question-5 .estimate-input input {
  border: 1px solid #ccc;
}
#question-5 .estimate-input {
  white-space: nowrap;
  font-size: 10px;
}
#question-5 .estimate-container > .estimate .arrow {
  content: '';
  position: absolute;
  background: url('../assets/arrow.svg');
  width: 16px;
  height: 11px;
  top: calc(50% - 8px);
  right: -27px;
  transform: scale(1.6) rotate(-90deg);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 20% 0%;
}
#question-5 .slide-out-container {
  position: relative;
  width: calc(200%);
}
#question-5 .slide-out-container > div {
  width: calc(49.5% - 52px);
  display: inline-block;
  vertical-align: top;
  margin: 0px 26px;
}
#question-6 .likely-heading {
  text-align: center;
  color: #3398a4;
  font-size: 14px;
  font-weight: 700;
  margin: 8px;
}
#question-6 .list {
  position: relative;
  padding: 12px;
}
#question-6 .list.under {
  position: absolute;
  background: #ededeb;
  width: calc(100% - 24px);
}
#question-6 .list > div {
  background: #fff;
  border: 1px solid #cfcfcf;
  margin-bottom: 8px;
  padding: 10px;
  cursor: pointer;
  height: 50px !important;
  width: 100% !important;
  box-sizing: border-box;
  line-height: 14px;
  display: table;
  text-align: left;
}
#question-6 .list > div:not(.ui-sortable-helper) {
  margin-top: 0px !important;
}
#question-6 .list > div > span {
  display: table-cell;
  vertical-align: middle;
}
#question-6 .list.under > div {
  background: none;
  display: table;
}
#question-6 .list > div.ui-sortable-helper {
  width: calc(100% - 24px) !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
#question-6 .list > div:last-child {
  margin-bottom: 0px;
}
.home {
  background: url('../assets/home.svg');
  width: 20px;
  height: 20px;
  top: 11px;
  left: 20px;
  position: absolute;
  /* transform:scale(1.2); */
  
  cursor: pointer;
  background-size: contain;
}
.button.download::after {
  content: "";
  background: url('../assets/download.svg');
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
  right: 10px;
  position: absolute;
  background-size: contain;
}
._deer-definition {
  text-decoration: underline;
  cursor: pointer;
}
@media (min-width: 600px) {
  .scroll-container {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    top: 0px;
  }
  .source {
    padding-top: 20px;
    font-size: 10px;
    color: #666;
    line-height: 11px;
  }
  .estimate-container {
    padding-bottom: 1px;
  }
  .section .section-face > .section-name {
    max-width: calc(100% - 30px);
  }
  #container {
    min-height: 582px;
    width: 922px;
    height: 582px;
    background: #f5f5f5;
    padding-left: 0px;
    margin-top: 0px;
  }
  #question-page-container .page {
    margin-bottom: 80px;
  }
  .submit-container {
    /* position: absolute; */
    
    width: calc(100% - 40px);
    text-align: center;
  }
  .submit-container > .button {
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    transform: translate(-50%, 0);
  }
  #question-5 .submit-container > .button {
    margin-top: 15px;
  }
  .submit-container > .button.long {
    width: 200px;
  }
  #question-5 {
    overflow: visible !important;
  }
  #question-5 .slide-out-container {
    width: 100% !important;
  }
  #question-5 .slide-out-container > div {
    width: 100% !important;
    margin: 0px;
  }
  #question-5 .slide-out-container > div:nth-child(2) {
    display: None;
  }
  #question-6 .list {
    margin: 0px 70px;
  }
  #question-6 .list.under {
    width: calc(100% - 204px) !important;
  }
  #question-6 .list.under::after {
    content: '';
    position: absolute;
    left: -25px;
    top: 4px;
    background: #3398a4;
    height: calc(100% - 8px);
    width: 2px;
  }
  #question-6 .list.sorter::before {
    content: '';
    position: absolute;
    left: -24px;
    border: solid transparent;
    pointer-events: none;
    border-bottom-color: #3398a4;
    border-width: 6px;
    margin-left: -6px;
    top: -6px;
  }
  #question-6 .list.sorter::after {
    content: '';
    position: absolute;
    left: -24px;
    border: solid transparent;
    pointer-events: none;
    border-top-color: #3398a4;
    border-width: 6px;
    margin-left: -6px;
    bottom: -6px;
  }
  #question-5 .return::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 15px;
    background: url('../assets/arrow.svg');
    width: 16px;
    height: 16px;
    transform: rotate(90deg) scale(1.2);
  }
  #question-5 .estimate-container > .estimate {
    border-top: none;
    border-bottom: none;
  }
  #question-5 .estimate-container > .estimate > div {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
  #question-5 .estimate-container > .estimate > div:nth-child(2) {
    margin-top: 16px;
  }
  #question-5 .estimate-container > .estimate > div.arrow {
    display: none;
  }
  #question-5 .estimate-container > .estimate input {
    height: 24px;
    padding-left: 3px;
    box-sizing: border-box;
    font-size: 12px;
  }
  #question-5 .estimate-container > .estimate input::-webkit-input-placeholder {
    font-size: 9px;
    line-height: 20px;
  }
  #question-5 .estimate-container > .estimate input::-moz-placeholder {
    /* Firefox 19+ */
    
    font-size: 9px;
    line-height: 20px;
  }
  #question-5 .estimate-container > .estimate input:-ms-input-placeholder {
    font-size: 9px;
    line-height: 20px;
  }
  #question-5 .estimate-input {
    display: inline-block;
    width: 32%;
    margin: 0% 0%;
  }
  #question-4 .option-container {
    width: 50%;
    margin-left: 25%;
  }
  #question-4 #deer-input {
    width: 24%;
    margin-left: 38%;
    text-align: center;
  }
  #question-3 .option-container {
    width: 50%;
    margin-left: 25%;
  }
  #question-2 .sequence {
    width: 372px;
    margin-left: 73px;
    font-size: 2px;
  }
  #question-2 .sequence-container.example .sequence > p,
  #question-2 .sequence-container.example .sequence > div {
    color: #68685f;
  }
  #question-2 .sequence-container.inputted .sequence.Yes > span {
    color: #007e8e;
  }
  #question-2 .sequence-container.example .sequence p {
    display: inline-block;
    font-size: 14px;
    position: relative;
    left: 20px;
  }
  #question-2 .sequence > div,
  #question-2 .sequence > input,
  #question-2 .sequence > span {
    width: 86px;
  }
  #question-2 .sequence-container.input {
    position: relative;
  }
  #question-2 .button.check {
    position: absolute;
    top: 22px;
    right: 107px;
    height: 30px;
    line-height: 30px;
    width: 100px;
  }
  #question-2 .next-part p,
  #question-2 .next-part .rule-in-words {
    width: 70%;
    margin-left: 15%;
  }
  #question-2 .rule-in-words {
    height: 150px;
  }
  #question-7 .option-container {
    width: 50%;
    margin-left: 25%;
  }
  #last-page-container .heading {
    margin-top: 40px;
  }
  #last-page-container .center {
    margin-top: 60px;
  }
  #last-page-container .button {
    width: 220px;
    padding-right: 40px;
  }
  #last-page-container .button::after {
    right: 11px;
    top: 11px;
  }
  #last-page-container .footer-product {
    display: none;
  }
  .home {
    top: 41px;
  }
  #deer-definition .i-title {
    height: 64px;
  }
  #deer-definition .i-title p {
    margin: 0px;
    line-height: 18px;
  }
  #deer-definition .i-popup {
    height: 300px;
  }
  #deer-definition .i-title p:first-child {
    margin-top: -2px;
  }
  #deer-definition .i-content {
    background: url('../assets/us.svg');
    height: 240px;
    /* margin-left: 15px; */
    
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0px;
  }
  .i-cover {
    border-radius: 5px;
  }
}
@media (max-width: 600px) {
  .source {
    padding-top: 10px;
    font-size: 10px;
    color: #666;
    line-height: 11px;
  }
  #question-2 .sequence {
    width: 264px;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    display: block;
  }
  #question-2 .sequence > div,
  #question-2 .sequence > span {
    width: 70px;
  }
  #question-2 .sequence-container.inputted .sequence > span:last-child {
    padding-left: 10px;
  }
  #question-5 {
    width: 100%;
    overflow-x: hidden;
  }
  .home {
    background: url('../assets/home_white.svg');
    background-size: contain;
  }
  #question-6 .list > div.ui-sortable-helper {
    width: calc(100%) !important;
  }
  #question-2 .sequence-container.input .sequence > input {
    display: block;
    position: relative;
    left: calc(50% - 180px / 2);
    width: 180px;
    margin-bottom: 3px;
  }
  div#info-button {
    position: absolute;
    left: 53px;
    width: 20px;
    top: 9px !important;
    height: 20px;
    background: url('../assets/i-btn-mobile.png');
    background-size: contain;
    background-position: 0px !important;
  }
  .home.hidden ~ #info-button {
    left: 16px;
  }
  .i-popup {
    width: calc(100% - 20px);
    left: 10px;
    top: 48px;
    box-sizing: border-box;
    height: auto;
    bottom: auto;
    right: auto;
  }
  .home {
    width: 20px;
    height: 20px;
    left: auto;
    top: 9px;
    left: 16px;
  }
  .character-image.mobile {
    height: 130px;
    margin-bottom: 30px;
  }
  #front-page-container .description,
  #last-page-container .description {
    padding: 0px 36px;
  }
  #front-page-container .button.begin,
  #last-page-container .button.download {
    width: calc(100% - 80px);
    margin: 40px 40px;
  }
  #last-page-container .heading {
    font-size: 20px;
  }
  .submit-container > .button {
    width: calc(100% - 80px);
    margin: 20px 40px;
  }
  .return {
    width: calc(60%);
    margin: 20px 20%;
  }
  .question-identifier {
    color: #fff;
    font-weight: 400;
  }
  #question-page-container .page {
    box-shadow: none;
    background: auto;
    margin: 0px;
  }
  #question-page-container .page {
    padding: 0;
    margin: 15px 26px;
  }
  #question-5 {
    margin: 15px 0px !important;
  }
  #question-page-container .page #question-5 {
    margin: 15px 0px;
  }
  #question-5 .form-input {
    margin-top: 20px;
  }
  #question-5 .form-description div {
    display: inline-block;
    vertical-align: top;
  }
  #question-5 .form-input .estimate-input {
    display: block;
    margin-left: 5% !important;
    font-size: 12px;
    color: #222;
    width: 55%;
  }
  #question-5 .form-input .estimate-input input {
    margin-top: 5px;
    margin-bottom: 12px;
    width: 100%;
    height: 28px;
    padding: 0px 8px;
    font-size: 16px;
    box-sizing: border-box;
    color: black;
  }
  #question-5 .form-input .estimate-input input:focus {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  }
  #question-5 .return {
    /* padding-left: 28px; */
    
    box-sizing: border-box;
  }
  #deer-definition .i-title {
    height: 64px;
  }
  #deer-definition .i-title p {
    margin: 0px;
    line-height: 18px;
  }
  #deer-definition .i-popup {
    height: 300px;
  }
  #deer-definition .i-title p:first-child {
    margin-top: -2px;
  }
  .i-cover {
    background: rgba(50, 50, 50, 0.5);
    bottom: -20px;
    top: auto;
    height: calc(100% - 20px);
    /* padding-bottom: 40px; */
    
    position: absolute;
  }
  #deer-definition .i-popup {
    width: 90%;
    left: 5%;
    height: auto;
  }
  #deer-definition .i-content {
    background: url('../assets/us.svg');
    height: 60vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
#render {
  position: absolute;
  visibility: hidden;
  width: 660px;
  /* transform: scale(0.5); */
}
input:focus,
textarea:focus,
div[contenteditable="true"] {
  box-shadow: 0 0 10px rgba(120, 180, 255, 0.5);
  border-color: rgb(140, 180, 255);
}
.underlying-grey {
  background: rgb(247, 247, 247);
  width: 92px;
  height: 402px;
  position: absolute;
  left: 89px;
  top: 106px;
}
#last-page-container .description {
  line-height: 22px;
}
.hidden-glyph {
  font-size: 0px;
}
.svg-description div {
  margin-bottom: 25px;
  padding-left: 40px;
  position: relative;
}
.svg-description div::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: calc(50% - 12px);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.svg-description div:nth-child(1)::before {
  background: url('../assets/tick.svg');
}
.svg-description div:nth-child(2)::before {
  background: url('../assets/home.svg');
}
.svg-description div:nth-child(3)::before {
  background: url('../assets/download.svg');
}
html {} .button.download {
  padding-right: 36px;
}
.obey-text {
  font-size: 14px;
  color: #55554e;
  text-align: left;
  width: 264px;
  margin: 0px auto;
  padding: 2px 0px 0px 0px;
}
#question-2 .next-part:not(.display-none) ~ .source.mobile {
  display: none;
}
.input.display-none ~ .source.mobile {
  display: none;
}
.example .sequence {
  font-size: 2px;
  color: transparent;
}

.form-expand {
    will-change: transform;
}