body {
  color: #333;
  background: #fff;
}

#outerframeContainer {
  background: white;
}

.navbar-default {
  background: white;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #a50034;
}

.btn-primary {
  background-color: #00205b;
  border: none;
}
.btn-primary:hover {
  background-color: #0044c1;
}

.progress-bar {
  background-color: #00205b;
}

.progress {
  background-color: #ddd;
}

.question-title-container {
  color: white;
  background-color: #00205b;
}

.array-flexible-column .question-valid-container {
  text-align: right;
}
.array-flexible-column .question-valid-container .fa {
  font-size: 24px;
}
.array-flexible-column .question-valid-container .ls-em-error {
  color: #a50034;
  font-weight: bold;
}
.array-flexible-column .question-valid-container .ls-em-success {
  display: none;
}

.group-title {
  color: #a50034;
  font-size: 36px;
  margin-bottom: 15px;
}

.ls-questionhelp {
  color: #00205b;
}

body {
  font-size: 16px;
  line-height: 1.2;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.font-noto {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
}

#welcome-container {
  padding: 0;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#outerframeContainer {
  padding-top: 15px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  min-height: 150px;
}

h1.survey-name {
  text-align: center;
}

.group-description {
  margin-bottom: 15px;
}

.navbar-brand {
  height: auto;
}
.navbar-brand.logo-container {
  padding: 10px 0 5px 15px;
}
.navbar-brand .logo {
  max-width: 200px;
}

.progress {
  box-shadow: none;
  border-radius: 0;
}

.progress-bar {
  box-shadow: none;
}

.question-container {
  border: none;
  background: transparent;
  margin-bottom: 30px;
  padding: 0;
}

.question-title-container {
  font-size: 18px;
  font-weight: 600;
  padding: 5px;
}

.answer-container {
  margin-top: 15px;
}

.ls-answers {
  padding: 0 5px;
}

.question-valid-container {
  font-size: 90%;
  margin-bottom: 0;
}

.slider-list li {
  border-bottom: 1px dotted #555;
  padding-bottom: 15px;
}
.slider-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.slider-list label {
  margin-bottom: 15px;
}
.slider-list .slider-track {
  background-image: none;
  background-color: #ddd;
  box-shadow: none;
  border-radius: 0;
}
.slider-list .slider-selection {
  background-image: none;
  background-color: #003C68;
  box-shadow: none;
  border-radius: 0;
}
.slider-list .slider-left,
.slider-list .slider-right {
  margin-top: 7px;
}

.input-group-addon {
  color: white;
}

.table > thead > tr > th {
  border-bottom: none;
}

#navigator-container {
  margin-bottom: 15px;
}

.question-help-container {
  font-size: 14px;
  font-style: italic;
  background-color: #a8c6ff;
  padding: 0 10px;
}

li.radio-item, li.checkbox-item, li.radio-text-item, li.checkbox-text-item {
  margin-bottom: 5px;
}

li.answer-item:last-child {
  margin-bottom: 0;
}

.ls-answers {
  font-size: 16px;
}
.ls-answers ul {
  margin-bottom: 0;
}

.wit .question-title-container {
  background: transparent;
  padding: 0;
  color: #333;
}

.survey-welcome.h4 {
  font-weight: normal;
}/*# sourceMappingURL=custom.css.map */