/* 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 123, /app/app/assets/stylesheets/static.scss */
.jumbotron {
  margin-top: -20px;
  background-color: #fff;
}

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

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

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

/* line 142, /app/app/assets/stylesheets/static.scss */
.assessment-key {
  align-items: center;
  display: flex;
  font-size: 1.75rem;
  padding: 1em .5em;
}
/* line 147, /app/app/assets/stylesheets/static.scss */
.assessment-key span.key-label {
  font-weight: bold;
}
/* line 150, /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 157, /app/app/assets/stylesheets/static.scss */
.assessment-key ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
}
/* line 162, /app/app/assets/stylesheets/static.scss */
.assessment-key ul li span {
  display: inline-block;
  width: 40px;
  height: 25px;
  margin-right: .5em;
}
/* line 167, /app/app/assets/stylesheets/static.scss */
.assessment-key ul li span.key-grey {
  background-color: #C9C9C9;
}
/* line 170, /app/app/assets/stylesheets/static.scss */
.assessment-key ul li span.key-red {
  background-color: #D54040;
}
/* line 173, /app/app/assets/stylesheets/static.scss */
.assessment-key ul li span.key-yellow {
  background-color: #DFCF3A;
}
/* line 176, /app/app/assets/stylesheets/static.scss */
.assessment-key ul li span.key-green {
  background-color: #43AD43;
}

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

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

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

/* line 211, /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 219, /app/app/assets/stylesheets/static.scss */
.module-row p {
  color: #fff;
}

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

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

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

/* line 241, /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 251, /app/app/assets/stylesheets/static.scss */
.dropdown-answer-text {
  flex-direction: column;
  flex: 1;
}
/* line 254, /app/app/assets/stylesheets/static.scss */
.dropdown-answer-text p {
  padding-left: 5px;
}

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

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

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

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

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

/* line 302, /app/app/assets/stylesheets/static.scss */
.dropdown-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  flex-direction: column;
  position: relative;
}
/* line 309, /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 316, /app/app/assets/stylesheets/static.scss */
.dropdown-toggle .btn-dropdown-toggle:hover {
  text-decoration: none;
}
/* line 319, /app/app/assets/stylesheets/static.scss */
.dropdown-toggle .btn-dropdown-toggle:visited {
  text-decoration: none;
  background-color: transparent;
}
/* line 323, /app/app/assets/stylesheets/static.scss */
.dropdown-toggle .btn-dropdown-toggle:focus {
  text-decoration: none;
}
/* line 327, /app/app/assets/stylesheets/static.scss */
.dropdown-toggle .dropdown-icon {
  margin-left: 5px;
}

/* line 332, /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 341, /app/app/assets/stylesheets/static.scss */
.open .dropdown-menu .dropdown-item {
  font-size: 18px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 347, /app/app/assets/stylesheets/static.scss */
.open .dropdown-menu .dropdown-item:active {
  background-color: #d3d3d3;
  text-decoration: none;
}
/* line 351, /app/app/assets/stylesheets/static.scss */
.open .dropdown-menu .dropdown-item:hover {
  text-decoration: none;
  color: black;
}
/* line 355, /app/app/assets/stylesheets/static.scss */
.open .dropdown-menu .dropdown-item:visited {
  text-decoration: none;
  color: black;
}
/* line 359, /app/app/assets/stylesheets/static.scss */
.open .dropdown-menu .dropdown-item:focus {
  background-color: #d3d3d3;
  text-decoration: none;
}

/* line 366, /app/app/assets/stylesheets/static.scss */
.time-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  flex-direction: row;
  position: relative;
}
/* line 373, /app/app/assets/stylesheets/static.scss */
.time-tab .tablinks {
  font-size: 18px;
}
/* line 375, /app/app/assets/stylesheets/static.scss */
.time-tab .tablinks:hover {
  text-decoration: none;
}
/* line 378, /app/app/assets/stylesheets/static.scss */
.time-tab .tablinks:visited {
  text-decoration: none;
  background-color: transparent;
}
/* line 382, /app/app/assets/stylesheets/static.scss */
.time-tab .tablinks:focus {
  background-color: #d3d3d3;
  text-decoration: none;
}
/* line 386, /app/app/assets/stylesheets/static.scss */
.time-tab .tablinks:active {
  background-color: #d3d3d3;
  text-decoration: none;
}

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

/* line 395, /app/app/assets/stylesheets/static.scss */
.row {
  flex-direction: row;
  display: flex;
  justify-content: center;
}
/* line 400, /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 413, /app/app/assets/stylesheets/static.scss */
.row .button:focus {
  outline: 0;
}
/* line 414, /app/app/assets/stylesheets/static.scss */
.row .button:active {
  outline: 0;
}

/* line 417, /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 417, /app/app/assets/stylesheets/static.scss */
  .blue-text {
    width: 800px;
  }
}

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

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

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

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

/* line 442, /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 450, /app/app/assets/stylesheets/static.scss */
#show-div-two {
  display: none;
}

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

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

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

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

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

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

/* line 474, /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 488, /app/app/assets/stylesheets/static.scss */
.btn-contacts:focus {
  outline: 0;
}
/* line 489, /app/app/assets/stylesheets/static.scss */
.btn-contacts:active {
  outline: 0;
}

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

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

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

/* line 543, /app/app/assets/stylesheets/static.scss */
.print-margin {
  margin: 20px;
}
/* line 545, /app/app/assets/stylesheets/static.scss */
.print-margin button {
  border-width: 0px;
}
/* line 547, /app/app/assets/stylesheets/static.scss */
.print-margin button:focus {
  outline: 0;
}
/* line 550, /app/app/assets/stylesheets/static.scss */
.print-margin button:active {
  outline: 0;
}
/* line 554, /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 563, /app/app/assets/stylesheets/static.scss */
.contacts-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
/* line 569, /app/app/assets/stylesheets/static.scss */
.contacts-row .contact-col {
  flex: 1;
}
/* line 571, /app/app/assets/stylesheets/static.scss */
.contacts-row .contact-col .margin-button {
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

/* line 654, /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 654, /app/app/assets/stylesheets/static.scss */
  .override-container {
    flex-direction: column;
  }
}

/* line 667, /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 667, /app/app/assets/stylesheets/static.scss */
  .btn-container {
    flex-direction: column;
  }
}

/* line 678, /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 678, /app/app/assets/stylesheets/static.scss */
  .btn-margin {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

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

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

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

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

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

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