*, *::after, *::before {
  box-sizing: border-box;
}

.container {
  border: 1px solid #c6cdd0;
  height: 500px;
  margin: 0;
  position: relative;
  width: 900px;
}

.survey_title {
  background-image: url("../img/survey_left_img.png");
  height: 498px;
}

.survey_title h1 {
  color: #212628;
  line-height: 1;
  padding: 4rem 12% 0rem 20%;
}

.survey_content {
  height: 500px;
  padding: 2rem 8.3333%;
}

.cta-large-alt {
  text-align: center;
}

.survey_nav {
  align-items: baseline;
  display: flex;
  flex-direction: row;
}

.survey_nav h2 {
  flex: 4;
  text-align: center;
}

.survey_nav a:hover {
  background-color: #f3ff5d;
  color: #121516;
}

.survey_question, .survey_results {
  align-items: baseline;
  display: flex;
  margin: 0;
  padding: 0;
}

.survey_question .survey_question_number, .survey_results .survey_question_number {
  flex: 1;
  line-height: 1.5;
}

.survey_question .survey_question_content, .survey_results .survey_question_content {
  flex: 11;
  line-height: 1.5;
}

.survey_question {
  height: 100px;
}

.survey_answers {
  display: flex;
  flex-grow: 4;
  text-align: center;
  width: 100%;
}

.survey_answers .col-sm-2 {
  padding: 0px;
  width: 20%;
}

.survey_selection {
  border-right: 1px solid #c6cdd0;
  padding: 0rem 1rem 1rem 1rem;
  text-align: left;
  width: 25%;
}

.survey_selection:last-of-type {
  border-right: none;
}

.survey_selection select {
  margin-bottom: 1rem;
  width: 100%;
}

.btn-result {
  margin-top: 2rem;
}

/* Radio */
input[type="radio"] {
  background-color: #56656A;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 10px 15px;
  position: relative;
  width: 20px;
  -webkit-appearance: none;
}

input[type="radio"]:after {
  background-color: #F8F9F9;
  border-radius: 25px;
  content: '';
  display: block;
  height: 12px;
  left: 4px;
  position: relative;
  top: 4px;
  width: 12px;
}

input[type="radio"]:checked:after {
  background-color: #008DC1;
  height: 20px;
  left: 0px;
  top: 0px;
  width: 20px;
}

.survey_results {
  disply: flex;
  flex-direction: column;
}

.survey_results .part1-feedback {
  font-size: 16px;
  fort-weight: 600;
  margin: 0rem 0rem 1rem 0rem;
}

.survey_results .part2-feedback {
  width: 100%;
}

.survey_results .part2-feedback h2 {
  border-bottom: 1px dotted #c6cdd0;
  font-size: 18px;
  margin: 0;
  padding-bottom: 0.5rem;
}

.survey_results_answers a {
  margin-top: 2rem;
  max-width: 300px;
}

.nav-pills-sm li {
  width: 25%;
}

.tab-content {
  border: 1px solid #c6cdd0;
  padding: 1rem 2rem;
}

.tab-pane h3 {
  text-align: center;
}

.tab-pane ul {
  padding: 0rem 0.25rem;
}

.cta-large {
  text-align: center;
}
