/* 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 128, /app/app/assets/stylesheets/static.scss */
.guide-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 313, /app/app/assets/stylesheets/static.scss */
.time-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  flex-direction: row;
  position: relative;
}
/* line 320, /app/app/assets/stylesheets/static.scss */
.time-tab .tablinks {
  font-size: 18px;
}
/* line 322, /app/app/assets/stylesheets/static.scss */
.time-tab .tablinks:hover {
  text-decoration: none;
}
/* line 325, /app/app/assets/stylesheets/static.scss */
.time-tab .tablinks:visited {
  text-decoration: none;
  background-color: transparent;
}
/* line 329, /app/app/assets/stylesheets/static.scss */
.time-tab .tablinks:focus {
  background-color: #d3d3d3;
  text-decoration: none;
}
/* line 333, /app/app/assets/stylesheets/static.scss */
.time-tab .tablinks:active {
  background-color: #d3d3d3;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 459, /app/app/assets/stylesheets/static.scss */
.modal-contain {
  display: flex;
  flex-direction: column;
}
/* line 462, /app/app/assets/stylesheets/static.scss */
.modal-contain .modal-button-close {
  display: flex;
  justify-content: flex-end;
  margin: 20px;
}
/* line 467, /app/app/assets/stylesheets/static.scss */
.modal-contain .modal-body {
  text-align: center;
  overflow-wrap: break-word;
}
/* line 471, /app/app/assets/stylesheets/static.scss */
.modal-contain .modal-footer-btns {
  padding: 20px;
}
/* line 473, /app/app/assets/stylesheets/static.scss */
.modal-contain .modal-footer-btns .modal-btn {
  width: 120px;
  padding: 0px;
}
/* line 478, /app/app/assets/stylesheets/static.scss */
.modal-contain .modal-button-contain {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 20px;
}
/* line 484, /app/app/assets/stylesheets/static.scss */
.modal-contain .timer-div {
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 491, /app/app/assets/stylesheets/static.scss */
.print-margin {
  margin: 20px;
}
/* line 493, /app/app/assets/stylesheets/static.scss */
.print-margin button {
  border-width: 0px;
}
/* line 495, /app/app/assets/stylesheets/static.scss */
.print-margin button:focus {
  outline: 0;
}
/* line 498, /app/app/assets/stylesheets/static.scss */
.print-margin button:active {
  outline: 0;
}
/* line 502, /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 511, /app/app/assets/stylesheets/static.scss */
.contacts-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
/* line 517, /app/app/assets/stylesheets/static.scss */
.contacts-row .contact-col {
  flex: 1;
}
/* line 519, /app/app/assets/stylesheets/static.scss */
.contacts-row .contact-col .margin-button {
  margin-top: 10px;
}

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

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

/* line 536, /app/app/assets/stylesheets/static.scss */
.submit-form {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 10px;
  text-align: center;
}
/* line 542, /app/app/assets/stylesheets/static.scss */
.submit-form .weight-normal {
  font-weight: normal;
}
/* line 545, /app/app/assets/stylesheets/static.scss */
.submit-form .no-margin {
  margin: 0px;
}
/* line 548, /app/app/assets/stylesheets/static.scss */
.submit-form .form-label {
  font-size: 20px;
  text-align: left;
}
/* line 552, /app/app/assets/stylesheets/static.scss */
.submit-form .form-checkbox {
  height: 20px;
  width: 20px;
}
/* line 556, /app/app/assets/stylesheets/static.scss */
.submit-form .button {
  margin-top: 75px;
  height: 40px;
  width: 100px;
  border-width: 2px;
}
/* line 562, /app/app/assets/stylesheets/static.scss */
.submit-form .checkbox-class {
  height: 20px;
  width: 20px;
}

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

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

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

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

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

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

/* line 596, /app/app/assets/stylesheets/static.scss */
.view {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* line 601, /app/app/assets/stylesheets/static.scss */
.view.left-side {
  align-items: flex-start;
  padding-left: 20px;
}

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

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

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

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

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

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

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

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

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

/* line 664, /app/app/assets/stylesheets/static.scss */
[data-link]:hover {
  background-color: lavender !important;
  cursor: pointer;
}

/* line 669, /app/app/assets/stylesheets/static.scss */
.horizontal-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 674, /app/app/assets/stylesheets/static.scss */
.row {
  flex-direction: row;
}
