/* line 1, /app/app/assets/stylesheets/static.scss */
.row {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 5, /app/app/assets/stylesheets/static.scss */
.home-page-hero {
  text-align: center;
}
/* line 7, /app/app/assets/stylesheets/static.scss */
.home-page-hero .home-page-title {
  font-size: 25px;
  color: #483696;
  position: relative;
  margin-left: 25%;
  margin-right: 25%;
  width: 50%;
}
@media screen and (min-width: 700px) {
  /* line 7, /app/app/assets/stylesheets/static.scss */
  .home-page-hero .home-page-title {
    top: 200px;
    font-size: 50px;
    position: absolute;
  }
}
/* line 20, /app/app/assets/stylesheets/static.scss */
.home-page-hero img {
  width: 100%;
}

/* line 24, /app/app/assets/stylesheets/static.scss */
.purple-background {
  background-color: #7143DB;
  width: 100%;
}

/* line 28, /app/app/assets/stylesheets/static.scss */
.purple-navbar {
  height: 80px;
  display: flex;
  align-items: center;
}
/* line 33, /app/app/assets/stylesheets/static.scss */
.purple-navbar .purple-nav-item {
  font-size: 20px;
}
/* line 35, /app/app/assets/stylesheets/static.scss */
.purple-navbar .purple-nav-item .purple-nav-item-link {
  cursor: pointer;
  color: #f2f1f1;
}
/* line 38, /app/app/assets/stylesheets/static.scss */
.purple-navbar .purple-nav-item .purple-nav-item-link .purple-link-icon {
  font-size: 15px;
  margin-right: 5px;
}
@media screen and (max-width: 756px) {
  /* line 28, /app/app/assets/stylesheets/static.scss */
  .purple-navbar {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    height: 100%;
  }
}

/* line 53, /app/app/assets/stylesheets/static.scss */
.centered-header {
  text-align: center;
}

/* line 56, /app/app/assets/stylesheets/static.scss */
.reasons-to-live-form-group {
  display: flex;
}
/* line 58, /app/app/assets/stylesheets/static.scss */
.reasons-to-live-form-group .reasons-to-live-add-reason {
  margin-left: 20px;
}
/* line 60, /app/app/assets/stylesheets/static.scss */
.reasons-to-live-form-group .reasons-to-live-add-reason .add-reason {
  font-size: 20px;
  margin-right: 10px;
}

/* line 66, /app/app/assets/stylesheets/static.scss */
.user-link {
  color: #1565c0;
  cursor: pointer;
}

/* line 70, /app/app/assets/stylesheets/static.scss */
.contact-page {
  display: flex;
}
/* line 72, /app/app/assets/stylesheets/static.scss */
.contact-page .contacts-form-group {
  flex: 1;
}
/* line 74, /app/app/assets/stylesheets/static.scss */
.contact-page .contacts-form-group .contacts-recommended {
  flex: 1;
  margin-left: 10px;
  margin-right: 30px;
}
/* line 79, /app/app/assets/stylesheets/static.scss */
.contact-page .contacts-form-group .adding-contact-column {
  width: 60%;
}
/* line 83, /app/app/assets/stylesheets/static.scss */
.contact-page #form-group {
  flex: 2;
}
/* line 86, /app/app/assets/stylesheets/static.scss */
.contact-page .inputs {
  display: flex;
}
/* line 88, /app/app/assets/stylesheets/static.scss */
.contact-page .inputs .contacts-input {
  flex: 3;
}
/* line 91, /app/app/assets/stylesheets/static.scss */
.contact-page .inputs button {
  margin-top: 50px;
  height: 30px;
  margin-left: 10px;
}

/* line 99, /app/app/assets/stylesheets/static.scss */
.save-link a {
  color: #fff;
}

/* line 103, /app/app/assets/stylesheets/static.scss */
.save {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 107, /app/app/assets/stylesheets/static.scss */
#brite-add {
  margin-top: 30px;
}

/* line 110, /app/app/assets/stylesheets/static.scss */
.reasons-row {
  display: flex;
}
/* line 112, /app/app/assets/stylesheets/static.scss */
.reasons-row .reasons-column {
  flex: 1;
}
/* line 114, /app/app/assets/stylesheets/static.scss */
.reasons-row .reasons-column .reasons-small-column {
  margin-top: 30px;
  margin-left: 10px;
}
/* line 117, /app/app/assets/stylesheets/static.scss */
.reasons-row .reasons-column .reasons-small-column #caption {
  width: 200px;
}

/* line 124, /app/app/assets/stylesheets/static.scss */
.jumbotron {
  margin-top: -20px;
  background-color: #fff;
}

/* line 129, /app/app/assets/stylesheets/static.scss */
.guide-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}

/* line 137, /app/app/assets/stylesheets/static.scss */
.buttons {
  margin-top: 30px;
  text-align: center;
}

/* line 143, /app/app/assets/stylesheets/static.scss */
.assessment-warning {
  color: #fff;
  margin: 20px;
  max-width: 900px;
}

/* line 148, /app/app/assets/stylesheets/static.scss */
.assessment-key {
  align-items: center;
  display: flex;
  font-size: 1.75rem;
  padding: 1em .5em;
}
/* line 153, /app/app/assets/stylesheets/static.scss */
.assessment-key span.key-label {
  font-weight: bold;
}
/* line 156, /app/app/assets/stylesheets/static.scss */
.assessment-key ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
/* line 163, /app/app/assets/stylesheets/static.scss */
.assessment-key ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
}
/* line 168, /app/app/assets/stylesheets/static.scss */
.assessment-key ul li span {
  display: inline-block;
  width: 40px;
  height: 25px;
  margin-right: .5em;
}
/* line 173, /app/app/assets/stylesheets/static.scss */
.assessment-key ul li span.key-grey {
  background-color: #C9C9C9;
}
/* line 176, /app/app/assets/stylesheets/static.scss */
.assessment-key ul li span.key-red {
  background-color: #D54040;
}
/* line 179, /app/app/assets/stylesheets/static.scss */
.assessment-key ul li span.key-yellow {
  background-color: #DFCF3A;
}
/* line 182, /app/app/assets/stylesheets/static.scss */
.assessment-key ul li span.key-green {
  background-color: #43AD43;
}

/* line 190, /app/app/assets/stylesheets/static.scss */
.assessment-chart-container {
  background-color: #f5f5f5;
  padding: 3rem 0;
  margin: 0 0 1rem 0;
  width: 100%;
}

/* line 197, /app/app/assets/stylesheets/static.scss */
.assessment-container {
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* line 204, /app/app/assets/stylesheets/static.scss */
.assessment-table {
  width: 900px;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  /* line 204, /app/app/assets/stylesheets/static.scss */
  .assessment-table {
    width: 650px;
  }
}
@media screen and (max-width: 700px) {
  /* line 204, /app/app/assets/stylesheets/static.scss */
  .assessment-table {
    width: 550px;
  }
}
@media screen and (max-width: 500px) {
  /* line 204, /app/app/assets/stylesheets/static.scss */
  .assessment-table {
    width: 450px;
  }
}

/* line 217, /app/app/assets/stylesheets/static.scss */
.module-row {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 15px;
  width: 100%;
}
/* line 225, /app/app/assets/stylesheets/static.scss */
.module-row p {
  color: #fff;
}

/* line 229, /app/app/assets/stylesheets/static.scss */
.dropdown-module {
  background-color: navy;
  text-align: center;
  margin-top: 5px;
}
/* line 233, /app/app/assets/stylesheets/static.scss */
.dropdown-module p {
  color: white;
  padding: 5px;
}

/* line 239, /app/app/assets/stylesheets/static.scss */
.dropdown-instructions p {
  padding: 5px;
}

/* line 243, /app/app/assets/stylesheets/static.scss */
.dropdown-container {
  display: none;
  width: 100%;
}

/* line 247, /app/app/assets/stylesheets/static.scss */
.dropdown-answer {
  flex-direction: row;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: black;
  border-width: 1px;
  border-style: solid;
  padding-top: 5px;
}

/* line 257, /app/app/assets/stylesheets/static.scss */
.dropdown-answer-text {
  flex-direction: column;
  flex: 1;
}
/* line 260, /app/app/assets/stylesheets/static.scss */
.dropdown-answer-text p {
  padding-left: 5px;
}

/* line 264, /app/app/assets/stylesheets/static.scss */
.sequence-text {
  flex-direction: column;
  flex: 1;
}

/* line 268, /app/app/assets/stylesheets/static.scss */
.downloads-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* line 273, /app/app/assets/stylesheets/static.scss */
.downloads-row .download-link {
  font-size: 20px;
}

/* line 277, /app/app/assets/stylesheets/static.scss */
.form-check {
  display: flex;
  flex-direction: column;
  flex: .75;
  margin-top: 25px;
  margin-bottom: 25px;
}
/* line 283, /app/app/assets/stylesheets/static.scss */
.form-check .form-section {
  flex-direction: row;
  flex: 1;
}
/* line 286, /app/app/assets/stylesheets/static.scss */
.form-check .form-section .form-check-input {
  height: 25px;
  width: 25px;
}
/* line 290, /app/app/assets/stylesheets/static.scss */
.form-check .form-section .form-check-label {
  font-size: 25px;
}

/* line 295, /app/app/assets/stylesheets/static.scss */
.no-answer {
  font-size: 25px;
  text-decoration: underline;
  margin-top: 20px;
  text-align: center;
}

/* line 301, /app/app/assets/stylesheets/static.scss */
.question {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;
}

/* line 308, /app/app/assets/stylesheets/static.scss */
.dropdown-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  flex-direction: column;
  position: relative;
}
/* line 315, /app/app/assets/stylesheets/static.scss */
.dropdown-toggle .btn-dropdown-toggle {
  padding: 5px;
  font-size: 18px;
  border-radius: 5px;
  color: black;
  border: 2px solid rgba(0, 0, 0, 0.15);
}
/* line 322, /app/app/assets/stylesheets/static.scss */
.dropdown-toggle .btn-dropdown-toggle:hover {
  text-decoration: none;
}
/* line 325, /app/app/assets/stylesheets/static.scss */
.dropdown-toggle .btn-dropdown-toggle:visited {
  text-decoration: none;
  background-color: transparent;
}
/* line 329, /app/app/assets/stylesheets/static.scss */
.dropdown-toggle .btn-dropdown-toggle:focus {
  text-decoration: none;
}
/* line 333, /app/app/assets/stylesheets/static.scss */
.dropdown-toggle .dropdown-icon {
  margin-left: 5px;
}

/* line 338, /app/app/assets/stylesheets/static.scss */
.open .dropdown-menu {
  display: flex;
  flex-direction: column;
  float: none;
  position: absolute;
  top: 90%;
  left: 33%;
  right: 33%;
}
/* line 347, /app/app/assets/stylesheets/static.scss */
.open .dropdown-menu .dropdown-item {
  font-size: 18px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 353, /app/app/assets/stylesheets/static.scss */
.open .dropdown-menu .dropdown-item:active {
  background-color: #d3d3d3;
  text-decoration: none;
}
/* line 357, /app/app/assets/stylesheets/static.scss */
.open .dropdown-menu .dropdown-item:hover {
  text-decoration: none;
  color: black;
}
/* line 361, /app/app/assets/stylesheets/static.scss */
.open .dropdown-menu .dropdown-item:visited {
  text-decoration: none;
  color: black;
}
/* line 365, /app/app/assets/stylesheets/static.scss */
.open .dropdown-menu .dropdown-item:focus {
  background-color: #d3d3d3;
  text-decoration: none;
}

/* line 372, /app/app/assets/stylesheets/static.scss */
.time-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  flex-direction: row;
  position: relative;
}
/* line 379, /app/app/assets/stylesheets/static.scss */
.time-tab .tablinks {
  font-size: 18px;
}
/* line 381, /app/app/assets/stylesheets/static.scss */
.time-tab .tablinks:hover {
  text-decoration: none;
}
/* line 384, /app/app/assets/stylesheets/static.scss */
.time-tab .tablinks:visited {
  text-decoration: none;
  background-color: transparent;
}
/* line 388, /app/app/assets/stylesheets/static.scss */
.time-tab .tablinks:focus {
  background-color: #d3d3d3;
  text-decoration: none;
}
/* line 392, /app/app/assets/stylesheets/static.scss */
.time-tab .tablinks:active {
  background-color: #d3d3d3;
  text-decoration: none;
}

/* line 398, /app/app/assets/stylesheets/static.scss */
.list-item {
  font-size: 25px;
}

/* line 401, /app/app/assets/stylesheets/static.scss */
.row {
  flex-direction: row;
  display: flex;
  justify-content: center;
}
/* line 406, /app/app/assets/stylesheets/static.scss */
.row .button {
  font-size: 18px;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  border-width: 2px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
  padding: 5px;
  margin-left: 10px;
}
/* line 419, /app/app/assets/stylesheets/static.scss */
.row .button:focus {
  outline: 0;
}
/* line 420, /app/app/assets/stylesheets/static.scss */
.row .button:active {
  outline: 0;
}

/* line 423, /app/app/assets/stylesheets/static.scss */
.blue-text {
  color: #4173c1;
  font-style: italic;
  text-align: center;
  width: 600px;
}
@media screen and (min-width: 900px) {
  /* line 423, /app/app/assets/stylesheets/static.scss */
  .blue-text {
    width: 800px;
  }
}

/* line 432, /app/app/assets/stylesheets/static.scss */
.add-info {
  height: 100px;
  width: 500px;
}

/* line 436, /app/app/assets/stylesheets/static.scss */
.small-info {
  width: 500px;
}

/* line 439, /app/app/assets/stylesheets/static.scss */
#add-info {
  text-align: center;
}

/* line 442, /app/app/assets/stylesheets/static.scss */
#show-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 448, /app/app/assets/stylesheets/static.scss */
.add-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: auto;
}

/* line 456, /app/app/assets/stylesheets/static.scss */
#show-div-two {
  display: none;
}

/* line 459, /app/app/assets/stylesheets/static.scss */
#show-div-three {
  display: none;
}

/* line 462, /app/app/assets/stylesheets/static.scss */
#show-div-four {
  display: none;
}

/* line 465, /app/app/assets/stylesheets/static.scss */
#show-div-five {
  display: none;
}

/* line 468, /app/app/assets/stylesheets/static.scss */
#show-div-six {
  display: none;
}

/* line 471, /app/app/assets/stylesheets/static.scss */
.contacts {
  justify-content: center;
  align-items: flex-start;
  margin: 20px;
  width: 100%;
}

/* line 477, /app/app/assets/stylesheets/static.scss */
.label-width {
  width: 50%;
}

/* line 480, /app/app/assets/stylesheets/static.scss */
.btn-contacts {
  background-color: #2e6da4;
  height: 50px;
  width: 150px;
  margin-top: 10px;
  font-size: 18px;
  border-radius: 15px;
  border-width: 2px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
  padding: 5px;
  margin-left: 10px;
}
/* line 494, /app/app/assets/stylesheets/static.scss */
.btn-contacts:focus {
  outline: 0;
}
/* line 495, /app/app/assets/stylesheets/static.scss */
.btn-contacts:active {
  outline: 0;
}

/* line 497, /app/app/assets/stylesheets/static.scss */
#seconds-counter {
  margin: 10;
  font-size: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 504, /app/app/assets/stylesheets/static.scss */
.skills-row {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
/* line 508, /app/app/assets/stylesheets/static.scss */
.skills-row h4 {
  flex: 2;
}
/* line 511, /app/app/assets/stylesheets/static.scss */
.skills-row .btn-info {
  margin-left: 10px;
}
/* line 514, /app/app/assets/stylesheets/static.scss */
.skills-row .btn-danger {
  margin-left: 10px;
}

/* line 518, /app/app/assets/stylesheets/static.scss */
.modal-contain {
  display: flex;
  flex-direction: column;
}
/* line 521, /app/app/assets/stylesheets/static.scss */
.modal-contain .modal-button-close {
  display: flex;
  justify-content: flex-end;
  margin: 20px;
}
/* line 526, /app/app/assets/stylesheets/static.scss */
.modal-contain .modal-body {
  text-align: center;
}
/* line 529, /app/app/assets/stylesheets/static.scss */
.modal-contain .modal-footer-btns {
  padding: 20px;
}
/* line 531, /app/app/assets/stylesheets/static.scss */
.modal-contain .modal-footer-btns .modal-btn {
  width: 120px;
  padding: 0px;
}
/* line 536, /app/app/assets/stylesheets/static.scss */
.modal-contain .modal-button-contain {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 20px;
}
/* line 542, /app/app/assets/stylesheets/static.scss */
.modal-contain .timer-div {
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 549, /app/app/assets/stylesheets/static.scss */
.print-margin {
  margin: 20px;
}
/* line 551, /app/app/assets/stylesheets/static.scss */
.print-margin button {
  border-width: 0px;
}
/* line 553, /app/app/assets/stylesheets/static.scss */
.print-margin button:focus {
  outline: 0;
}
/* line 556, /app/app/assets/stylesheets/static.scss */
.print-margin button:active {
  outline: 0;
}
/* line 560, /app/app/assets/stylesheets/static.scss */
.print-margin .print-icon {
  margin-right: 10px;
  font-size: 30px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 569, /app/app/assets/stylesheets/static.scss */
.contacts-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
/* line 575, /app/app/assets/stylesheets/static.scss */
.contacts-row .contact-col {
  flex: 1;
}
/* line 577, /app/app/assets/stylesheets/static.scss */
.contacts-row .contact-col .margin-button {
  margin-top: 10px;
}

/* line 582, /app/app/assets/stylesheets/static.scss */
.btn-flex {
  display: flex;
  justify-content: center;
}
/* line 585, /app/app/assets/stylesheets/static.scss */
.btn-flex a {
  margin-right: 10px;
}

/* line 589, /app/app/assets/stylesheets/static.scss */
.assessment-flex {
  flex-direction: column;
  margin: 10px;
}

/* line 594, /app/app/assets/stylesheets/static.scss */
.submit-form {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 10px;
  text-align: center;
}
/* line 600, /app/app/assets/stylesheets/static.scss */
.submit-form .weight-normal {
  font-weight: normal;
}
/* line 603, /app/app/assets/stylesheets/static.scss */
.submit-form .no-margin {
  margin: 0px;
}
/* line 606, /app/app/assets/stylesheets/static.scss */
.submit-form .form-label {
  font-size: 20px;
  text-align: left;
}
/* line 610, /app/app/assets/stylesheets/static.scss */
.submit-form .form-checkbox {
  height: 20px;
  width: 20px;
}
/* line 614, /app/app/assets/stylesheets/static.scss */
.submit-form .button {
  margin-top: 75px;
  height: 40px;
  width: 100px;
  border-width: 2px;
}
/* line 620, /app/app/assets/stylesheets/static.scss */
.submit-form .checkbox-class {
  height: 20px;
  width: 20px;
}

/* line 625, /app/app/assets/stylesheets/static.scss */
button:focus {
  outline: 0;
}

/* line 626, /app/app/assets/stylesheets/static.scss */
.active {
  background-color: #d3d3d3;
}

/* line 629, /app/app/assets/stylesheets/static.scss */
.button:active {
  vertical-align: top;
  padding: 8px 13px 6px;
  background-color: aliceblue;
}

/* line 634, /app/app/assets/stylesheets/static.scss */
.input-q {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 639, /app/app/assets/stylesheets/static.scss */
.thermometer {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1400px) {
  /* line 639, /app/app/assets/stylesheets/static.scss */
  .thermometer {
    position: absolute;
    left: 0;
    margin-left: 30px;
  }
}

/* line 651, /app/app/assets/stylesheets/static.scss */
.crisis-contact {
  font-size: 16px !important;
}

/* line 654, /app/app/assets/stylesheets/static.scss */
.view {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* line 660, /app/app/assets/stylesheets/static.scss */
.override-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: whitesmoke;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 550px) {
  /* line 660, /app/app/assets/stylesheets/static.scss */
  .override-container {
    flex-direction: column;
  }
}

/* line 673, /app/app/assets/stylesheets/static.scss */
.btn-container {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  align-items: flex-start;
  flex-direction: row;
}
@media screen and (max-width: 550px) {
  /* line 673, /app/app/assets/stylesheets/static.scss */
  .btn-container {
    flex-direction: column;
  }
}

/* line 684, /app/app/assets/stylesheets/static.scss */
.btn-margin {
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 2px 2px 2px lightgray;
}
@media screen and (max-width: 550px) {
  /* line 684, /app/app/assets/stylesheets/static.scss */
  .btn-margin {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* line 693, /app/app/assets/stylesheets/static.scss */
.select-width {
  width: 152px;
}

/* line 697, /app/app/assets/stylesheets/static.scss */
.selection span {
  height: 34px !important;
}

/* line 701, /app/app/assets/stylesheets/static.scss */
.filter-container {
  margin-left: 10px;
}
@media screen and (max-width: 550px) {
  /* line 701, /app/app/assets/stylesheets/static.scss */
  .filter-container {
    margin-top: 10px;
  }
}

/* line 708, /app/app/assets/stylesheets/static.scss */
.table-container {
  width: 95%;
}

/* line 712, /app/app/assets/stylesheets/static.scss */
.heading {
  font-size: 28px;
  padding: 0px;
  margin: 0px;
}

/* line 717, /app/app/assets/stylesheets/static.scss */
.survey-modal {
  width: 700px;
}
