@charset "UTF-8";
:root {
  --blue: #45B4F3;
  --grey: rgba(112, 112, 112, 1);
  --light-grey: #efefef;
  --box-shadow: 0px 0px 6px -3px var(--grey);
  --inset-box-shadow: inset 0px 0px 6px -3px var(--grey);
  --green-text: #038326;
  --green: #0cff4f;
  --red-text: #D61E1E;
  --yellow: #D6C11E;
  --yellow-text: #d0cc3b;
  --white: #FFF;  
  --light-grey-text: #9d9e9e;
  --area-of-interest-bg: rgba(190, 232, 255, 0.45);
  --area-of-interest-bg-full: #BEE8FF;
  --dark-item-color: #0F5F8C;
  --standard-bg-color: #FFF;
  --link-color: #007bff;
  --sidebar-width: 10rem;

  --dark-blue: #116B9E;
  --darker-blue: #0F547A;
}

* {
  /*margin: auto;*/
  padding: 0;
  -webkit-font-smoothing: antialiased;
  height: auto;
  /*font-family: 'Nunito';*/
}

th {
    cursor: pointer;
}

h1 {
  text-align: center;
}

h2 {
  text-align: center;
}
/* Dashboard */
table {
    display: block;
    white-space: nowrap;
}

/* Temp for dashboard */

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: none;
  background: #FFFFFF;
  scroll-behavior: smooth;
}

button:focus:not(:hover) {
  outline: 5px auto var(--orange) !important;
}
button:hover {
  outline: none !important;
}
svg:hover {
  outline: none !important;
}

/*
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: lightgray;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: var(--dark-blue);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--darker-blue);
}*/

body#quiz-page::-webkit-scrollbar  {
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  display: none;
}

#current-question {
  width: 100%;
}

#react-entry {
  display: flex;
  min-height: 100vh;
}

/* Navbar styles */

.navbar.fixed-top {
  background-color: var(--area-of-interest-bg-full);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0
}

#react-entry .navbar-toggler {
  margin-left: 10px;
  border-color: var(--dark-item-color);
}

.navbar-collapse {
  background-color: var(--area-of-interest-bg-full);
  box-shadow: 0px 5px 5px -6px black;
}

#riskaverse-sidebar .nav-link, .navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link.active
{
  color: var(--dark-item-color);
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  padding: 0;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: --var(--standard-bg-color);
}

.nav-link:hover {
  text-decoration: none;
}

.riskaverse-nav-item-menu .nav-link:hover .navbar-item-wrapper {
  color: var(--white);
}

/* End navbar styles */

/* Standard classes */
[class^="s-text"] {
  margin-left: auto;
  margin-right: auto;
  font-family: 'Nunito';
  text-align: center;
}
.divider-container {
  width: 100%;
  padding: 10px;
}
.divider {
  width: 70%;
  height: 2px;
  background: var(--grey);
  opacity: 0.3;
}

.s-text12-left {
  font-size: 12px;
    font-weight: normal;
    text-align: left;
    margin-left: 0;
}

.s-text12 {
  font-size: 12px;
    font-weight: normal;
}

.s-text14-left {
  font-size: 14px;
    font-weight: normal;
    text-align: left;
    margin-left: 0;
}

.s-text14 {
  font-size: 14px;
    font-weight: normal;
}

.s-text16b {
  font-size: 16px;
    font-weight: bold;
}

.s-text16 {
  font-size: 16px;
    font-weight: normal;
}

.s-text18b {
  font-size: 18px;
    font-weight: bold;
}

.s-text20-left {
  font-size: 20px;
  text-align: left;
  margin-left: 0;
}

.s-text20 {
  font-size: 20px;
}

.s-text22 {
  font-size: 22px;
}

.s-text22b {
  font-size: 22px;
    font-weight: bold;
}

.s-text22b-left {
  font-size: 22px;
    font-weight: bold;
    text-align: left;
    margin-left: 0;
}

.s-text28b {
  font-size: 28px;
    font-weight: bold;
}

.s-text32b-left {
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  margin-left: 0
}

.s-text32-left {
  font-size: 32px;
  text-align: left;
  margin-left: 0
}

.s-text38b {
  font-size: 38px;
    font-weight: bold;
}

.s-text24b {
  font-size: 24px;
    font-weight: bold;
}

.s-button {
  font-weight: 400;
  display: block;
  text-align: center;
  align-items: center;
  padding: 7px 10px;
  color: #ffffff;
  font-family: 'Helvetica Neue', Arial;
  opacity: 1;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
}

.s-text-header-b {
  font-size: 36px;
    font-weight: bold;
}

.s-button:hover {
  opacity: 0.9;
  cursor: pointer;
}

.s-hover-pointer:hover {
  cursor: pointer;
}

/* Standard container classes */
.centered-flex-container {
  display: flex;
  text-align: center;
  justify-content: center;
}

.left-flex-container {
  display: flex;
  justify-content: left;
  align-items: center;
}

.vertical-center-flex {
  display: flex;
  align-items: center;
}

.front-flex {
  display: flex;
  align-items: stretch;
}

.column-flex {
  display: flex;
  flex-direction: column;
}

.center-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.between-center-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.center-normal-flex {
  display: flex;
  justify-content: center;
  align-items: normal;
  text-align: center;
}

.sa-flex {
  display: flex;
  justify-content: space-around;
}

.sb-flex {
  display: flex;
  justify-content: space-between;
}


.warning {
  color: var(--red-text);
}
.caution {
  color: var(--yellow)
}
.caution-text {
  color: var(--yellow-text)
}
.neutral-text {
  color: var(--light-grey-text)
}

.continue {
  color: var(--green)
}
.continue-text {
  color: var(--green-text)
}

.sweet-loading{
  margin: auto;
}

.dashboard-container {
  padding-bottom: 10px;
  margin-top: 50px;
  width: 100%;
}

.navbar-default .navbar-usernav>li>a {
  color: #FFFFFF;
  font-weight: 900;
  text-decoration: none;
  margin-top: 3px;
}

.main-navuser {
  height: fit-content;
  overflow: visible;
  display: flex;
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  width: 98%;
  margin: 0 auto;
  align-items: center;
}

#user-share {
  text-align: center;
  color: #FFFFFF;
  font-family: 'Helvetica Neue', Arial;
  margin-right: 20px;
}

#user-notification {
  text-align: center;
  color: #FFFFFF;
  font-family: 'Helvetica Neue', Arial;
  margin-right: 20px;
}

.user-dropdown {
  text-align: center;
  color: #FFFFFF;
  font-family: 'Helvetica Neue', Arial;
  align-self: center;
  font-size: 16px;
  background-color: transparent;
  border: 2px solid #FFFFFF;
  border-radius: 100%;
  height: 52px;
}

.mobile-header-item {
  display: none !important;
}

/* Bright Health Styles */
.navbar-bh {
  background: white;
}

li.page-bh {
  width: fit-content;
  margin: auto;
  text-align: center;
  font-family: 'Helvetica Neue', Arial;
  align-self: center;
}

li.page-bh > a {
  color: #6A6A6A;
}

.assessment-tab-bh {
  border-color: #05737B;
  background-color: rgba(255, 255, 255, 0.68);
  color: #1098A2 ;
}

#assessment-tab-active.assessment-tab-bh {
  background-color: #05737B !important;
}

.button-take-bh {
  background-color: #05737B !important;
}

.button-bh {
  background-color: #05737B !important;
}

.bh-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 200px;
}

.text-bh {
  color: #6A6A6A;
}

.progress-complete-color-bh {
  background-color: #9BD4D8;
}

.progress-color-bh {
  background-color: #1098A2;
}

.user-dropdown-bh {
  text-align: center;
  color: #FFFFFF;
  font-family: 'Helvetica Neue', Arial;
  align-self: center;
  font-size: 16px;
  border-radius: 100%;
  height: 52px;
  border: 2px solid #05737B;
}

.modal-bh {
  border: 3px solid #05737B;
}

.navbar-bh .navbar-usernav>li>a {
  font-weight: 900;
  text-decoration: none;
  margin-top: 3px;
}

.navbar-bh a.initials {
  color: #05737B;
}

.navbar-bh .page-bh a:hover {
  color: #A2A6A3 !important;
}

.navbar-bh a.initials:hover {
  color: #06565C !important;
}

.icon-bar-bh {
  background-color: #6A6A6A !important;
}

/* End Bright Health */

#non-user-navbar {
  background: white;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: transparent !important;
}

.nav>li>a:hover {
  text-decoration: none;
  background-color: transparent !important;
  color: #eeeeee;
}
.fake-tag-added-for-test{
  margin:0px;
}

.main-navuser li:hover {
  color: #25C9CA;
  cursor: pointer;
}

.main-navuser li.page {
  width: fit-content;
  margin: auto;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Helvetica Neue', Arial;
  align-self: center;
}

.main-navuser li.page2>a {
  color: #777777 !important;
}

.navbar-mobile-user {
  display: none;
  float: none;
  height: 50px;
  list-style: none;
}

.navbar-mobile-nouser {
  display: none;
  background: white;
  float: none;
  height: 50px;
  list-style: none;
}

.icon-bar-standard {
  background-color: #FFFFFF !important;
}

.icon-bar2 {
  background-color: #777777 !important;
}


/* Temp for report page */

#user-report-page > * p {
  color: rgba(112, 112, 112, 1);
}

#leaderboard {
  background-color: #FFFFFF;
  border-color: rgba(112, 112, 112, 1);
  border-radius: 4px;
  -webkit-filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.1607843137254902));
  filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.1607843137254902));
  width: 90%;
  margin: 0 auto;
  height: 250px
}

.report-page-header {
  background-color: rgb(255, 255, 255);
  text-align: center;
  color: rgba(112, 112, 112, 1);
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  font-size: 28px;
  font-weight: 700;
  font-family: 'Helvetica Neue', Arial;
  padding-top: 35px;
  border-radius: 4px
}

.leaderboard-ranking {
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  font-family: 'Helvetica Neue', Arial;
  color: rgba(112, 112, 112, 1);
  width: 100%;
  padding-bottom: 40px;
  margin-top: 40px;
  white-space: normal;
  text-align: center
}

#engagement-response {
  background-color: #FFFFFF;
  border-color: rgba(112, 112, 112, 1);
  border-radius: 4px;
  -webkit-filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.1607843137254902));
  filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.1607843137254902));
  width: 90%;
  margin: 0 auto;
  min-height: 400px;
  height: max-content
}

.response-time {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Helvetica Neue', Arial;
  color: rgba(112, 112, 112, 1);
  margin: 0 auto;
  width: 60%;
  margin-top: 24px;
  display: table;
}

.response-time p {
  display: inline-block
}

.engagement-change {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Helvetica Neue', Arial;
  color: rgba(112, 112, 112, 1);
  margin: 0 auto;
  width: 80%;
  margin-top: 24px;
  display: table
}

.engagement-change p {
  display: inline-block;
  width: 33%
}

.change-engagement {
  display: inline-block;
  float: right;
  color: #FFFFFF;
  background-color: #39B3F9;
  border-radius: 4px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Helvetica Neue', Arial;
  margin-bottom: 18px: border: none
}

.engagement-type {
  text-align: center
}

#graph-report {
  background-color: #FFFFFF;
  border-color: rgba(112, 112, 112, 1);
  border-radius: 4px;
  -webkit-filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.1607843137254902));
  filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.1607843137254902));
  width: 90%;
  margin: 0 auto;
  height: 400px
}

.engagement-graph {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Helvetica Neue', Arial;
  color: rgba(112, 112, 112, 1);
  margin: 0 auto;
  width: 90%;
  text-align: center
}

.health-graph {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Helvetica Neue', Arial;
  color: rgba(112, 112, 112, 1);
  margin: 0 auto;
  width: 90%;
  text-align: center
}

.productivity-graph {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Helvetica Neue', Arial;
  color: rgba(112, 112, 112, 1);
  margin: 0 auto;
  width: 90%;
  text-align: center
}

.stress-graph {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Helvetica Neue', Arial;
  color: rgba(112, 112, 112, 1);
  margin: 0 auto;
  width: 90%;
  text-align: center
}

.risk-title-high{
  font-size: 20px;
  font-weight: bolder;
  font-family: 'Helvetica Neue', Arial;
  color: #D62B2B;
}
.risk-title-mid{
  font-size: 20px;
  font-weight: bolder;
  font-family: 'Helvetica Neue', Arial;
  color: #DDD48C;
}
.risk-title-low{
  font-size: 20px;
  font-weight: bolder;
  font-family: 'Helvetica Neue', Arial;
  color: #449523;
}

.average-nutrition-graph {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Helvetica Neue', Arial;
  color: rgba(112, 112, 112, 1);
  margin: 0 auto;
  width: 90%;
  text-align: center
}

.last-nutrition-graph {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Helvetica Neue', Arial;
  color: rgba(112, 112, 112, 1);
  margin: 0 auto;
  width: 90%;
  text-align: center
}

/* Temp for account settings page */


.center-button-settings {
  display: flex;
  justify-content: center;
  align-items: center;
  }

.section-report98 {
  width: 98%;
  height: max-content;
  background-color: #FFFFFF;
  padding-bottom: 100px;
  margin: 0 auto;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
}

.account-settings-block {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px
}

.account-settings-header {
  background-color: rgb(255, 255, 255);
  text-align: center;
  color: rgba(112, 112, 112, 1);
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  font-size: 32px;
  font-weight: 700;
  font-family: 'Helvetica Neue', Arial;
  padding-top: 50px;
  border-radius: 4px
}

.account-settings-field {
  display: inline-block;
  width: 15%;
  text-align: left;
  color: rgba(112, 112, 112, 1);
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  font-size: 16.00px;
  font-weight: 700;
  font-family: 'Helvetica Neue', Arial;
  background-color: rgba(255, 255, 255, 0.68);
}

.account-settings-answer {
  display: inline-block;
  width: 65%;
  background-color: #F0F3F7;
}

.settings-email {
  text-align: left;
  color: rgba(112, 112, 112, 1);
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  height:48px;
  font-size: 16.00px;
  font-weight: 400;
  font-family: 'Helvetica Neue', Arial;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
  margin-left: 20px;
}

.account-settings-button {
  display: inline-block;
  width: 15%;
  text-align: center
}

.update-engagement {
  color: #FFFFFF;
  background-color: #39B3F9;
  border-radius: 4px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  height: 34px;
  font-weight: 500;
  font-family: 'Helvetica Neue', Arial;
  border: none;
  display: inline-block;
}

.settings-phone {
  text-align: left;
  color: rgba(112, 112, 112, 1);
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  font-size: 16.00px;
  font-weight: 400;
  font-family: 'Helvetica Neue', Arial;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
  margin-left: 20px;
}

.settings-slack {
  text-align: left;
  color: rgba(112, 112, 112, 1);
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  font-size: 16.00px;
  font-weight: 400;
  font-family: 'Helvetica Neue', Arial;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
  margin-left: 20px;
}

.account-settings-block-password {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px
}

.settings-current-password {
  text-align: left;
  color: rgba(112, 112, 112, 1);
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  font-size: 16.00px;
  font-weight: 400;
  font-family: 'Helvetica Neue', Arial;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  margin: 0;
  background-color: #F0F3F7;
}

.settings-new-password {
  text-align: left;
  color: rgba(112, 112, 112, 1);
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  font-size: 16.00px;
  font-weight: 400;
  font-family: 'Helvetica Neue', Arial;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  margin: 0;
  margin-top: 25px;
  background-color: #F0F3F7;
}

.settings-confirm-password {
  text-align: left;
  color: rgba(112, 112, 112, 1);
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  font-size: 16.00px;
  font-weight: 400;
  font-family: 'Helvetica Neue', Arial;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  margin: 0;
  margin-top: 25px;
  background-color: #F0F3F7;
}

.account-settings-password {
  display: inline-block;
  width: 65%;
}

.update-password {
  color: #FFFFFF;
  background-color: #39B3F9;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Helvetica Neue', Arial;
  border: none;
  margin-top: 25px;
  width: 200px;
  text-align: center;
}

.delete-account {
  color: #FFFFFF;
  background-color: #D62B2B;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Helvetica Neue', Arial;
  border: none;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  margin-top: 63px;
}


/* Code for all modals */

.modal-section {
  width: 60%;
  height: fit-content;
  background-color: #FFFFFF;
  padding-bottom: 50px;
  margin: 0 auto;
  text-align: center !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 20px;
  border-radius: 4px;
}

.modal-header {
  background-color: rgb(255, 255, 255);
  text-align: center;
  color: #39B3F9;
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  font-size: 28px;
  font-weight: 700;
  font-family: 'Helvetica Neue', Arial;
  padding-top: 90px;
  border-radius: 4px;
  margin-bottom: 40px;
  margin-top: 50px;
}

.modal-subheader {
  background-color: rgb(255, 255, 255);
  text-align: center;
  color: rgba(112, 112, 112, 1);
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  font-size: 16px;
  font-weight: 700;
  font-family: 'Helvetica Neue', Arial;
  border-radius: 4px;
  width: 90%;
  margin: 0 auto;
}

.modal-answer-container {
  width: 40%;
  background-color: #FFFFFF;
  margin: 0 auto;
  border-style: solid;
  border-color: #b1b0b0;
  border-radius: 4px;
  border-width: 2px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.modal-answer {
  text-align: center;
  color: rgba(112, 112, 112, 1);
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  font-size: 15px;
  font-weight: 400;
  font-family: 'Helvetica Neue', Arial;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 0;
}

.modal-answer-small {
  text-align: center;
  color: rgba(112, 112, 112, 1);
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  font-size: 14px;
  font-weight: 400;
  font-family: 'Helvetica Neue', Arial;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 0;
}

.modal-answer-small-container {
  width: 100%;
  background-color: #FFFFFF;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.modal-column50 {
  display: inline-block;
  width: 49.5%;
  vertical-align: top;
}

.modal-column70 {
  display: inline-block;
  width: 69.5%;
  vertical-align: top;
}

.modal-column30 {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

.modal-answer-container50 {
  width: 60%;
  background-color: #FFFFFF;
  margin: 0 auto;
  border-style: solid;
  border-color: #b1b0b0;
  border-radius: 4px;
  border-width: 2px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.modal-short-answer {
  width: 60%;
  background-color: #FFFFFF;
  margin: 0 auto;
  border-style: solid;
  border-color: #b1b0b0;
  margin-top: 10px;
  margin-bottom: 20px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 2px;
  border-left-width: 0px;
}

.modal-long-answer {
  width: 90%;
  background-color: #FFFFFF;
  margin: 0 auto;
  border-style: solid;
  border-color: #b1b0b0;
  border-radius: 4px;
  border-width: 2px;
  margin-top: 10px;
  height: 150px;
  margin-bottom: 20px;
  float: right;
}

.modal-fill-in-answer {
  text-align: left;
  color: rgba(112, 112, 112, 1);
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  font-size: 15px;
  font-weight: 400;
  font-family: 'Helvetica Neue', Arial;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 0;
  margin-left: 20px;
}

.radio-container {
  width: 40%;
  position: relative;
  cursor: pointer;
  padding-top: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: rgba(112, 112, 112, 1);
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  font-size: 15px;
  font-weight: 400;
  font-family: 'Helvetica Neue', Arial;
  text-align: center;
}

.modal-radio-answer {
  display: flex;
  justify-content: center;
}

.modal-radio-button {
  width: 60%;
  background-color: #FFFFFF;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.radio-container:hover input~.radio-checkmark {
  background-color: #ccc;
}

.radio-container input:checked~.radio-checkmark {
  background-color: #2196F3;
}

.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-container input:checked~.radio-checkmark:after {
  display: block;
}

.radio-container .radio-checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.confirm-remove-engagement {
  color: #FFFFFF;
  background-color: #39B3F9;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Helvetica Neue', Arial;
  border: none;
  display: inline-block;
  width: 221px;
}

.confirm-engagement-list {
  width: 500px;
  text-align: center;
  margin: 0 auto;
}
.mobile-arrow{
  text-align: center;
  display: none;
}

@media (max-width: 1199.9px) {
  .navbar-header {
    float: none;
  }
  .navbar-mobile-user {
    display: flex
  }
  .navbar-mobile-nouser {
    display: flex
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
    padding: 8px 8px !important;
  }
  .navbar-toggle-standard {
    border: 1px solid #FFFFFF !important;
  }
  .navbar-toggle-bh {
    border: 1px solid #6A6A6A !important;
  }
  .navbar-toggle2 {
    border: 1px solid #777777 !important;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-nav>li {
    float: none;
  }
  .main-navuser {
    display: block;
  }
  #account-info {
    display: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-nav li.page {
    margin-left: auto !important;
  }
  .buttonmobile {
    width: 100%
  }
  #user-share {
    float: right
  }
  #user-notification {
    float: right
  }
  .user-dropdown {
    font-weight: 800;
    padding: 7px;
    margin-left: 15px;
    height: 40px;
    width: 40px;
  }
  .user-dropdown-bh {
    font-weight: 800;
    padding: 7px;
    margin-left: 15px;
    height: 40px;
    width: 40px;
  }
  a:hover {
    text-decoration: none !important;
  }
}

#homepage {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  background-color: #FFFFFF;
  height: auto;
  background-size: cover;
  background-position: center;
}

.container-image2 img {
  float: right;
  width: 80%;
  border-color: #1d8ac8;
  border-width: 4px;
  border-style: solid;
  border-radius: 10px;
}

.container-image3 img {
  float: right;
  width: 80%;
  border-color: #1d8ac8;
  border-width: 4px;
  border-style: solid;
  border-radius: 10px;
  margin-top: 30px;
}

.item {
  margin-bottom: 80px;
}

.row283 {
  height: 300px;
  background: transparent;
}

.carousel-inner {
  width: 80% !important;
  text-align: center;
  min-height: 500px;
}

p.image20 img {
  padding-top: 80px;
  margin-bottom: 20px;
  display: block;
  width: 35%;
  margin: 0 auto;
}

p.image21 img {
  padding-top: 80px;
  margin-bottom: 20px;
  display: block;
  width: 55%;
  margin: 0 auto;
}

.carousel-control {
  width: 10% !important;
}

.container-slideshow {
  width: 100%;
}

ol.carousel-indicators {
  position: absolute;
  bottom: 0;
  margin: 0;
  left: 0;
  right: 0;
  width: auto;
}

ol.carousel-indicators li,
ol.carousel-indicators li.active {
  float: left;
  width: 33%;
  height: 10px;
  margin: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
}

ol.carousel-indicators li.active {
  background: lavender;
}

/* My nutrition page styles */

#my-nutrition-container {
  width: calc(100% - var(--sidebar-width));
  transition: width var(--sidebar-transition-time) ease-in-out;
}

@media(max-width: 1030px) {
  #my-nutrition-container {
    width: 100%;
    padding: 50px 25px 100px 25px;
  }
}
@media(max-width: 768px) {
  #my-nutrition-container {
    padding: 0px;
  }
}

@media(min-width: 1000px) {
  #my-nutrition-container {
    padding: 50px;
  }
}



.nut-select-group {
  text-align: center;
    color: #7A7A7A;
    font-weight: bold;
    font-family: "Helvetica", Sans-serif;
    font-size: 16px;
}

.nut-title {
  text-align: center;
    color: #7A7A7A;
    font-weight: bold;
    font-family: "Helvetica", Sans-serif;
    font-size: 34px;
    padding: 20px;
}

/* End my nutrition page styles */

.navbar-shadow {
  box-shadow: 0 3px 3px rgba(0,0,0,.16);
}

.navbar-default {
  z-index: 9;
  background: transparent linear-gradient(199deg, #25C9CA 0%, #39B3F9 100%) 0% 0% no-repeat padding-box;
}

.navbar-default .navbar-nav>li>a {
  color: #7A7A7A;
  font-family: "Helvetica", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.9px;
}

.main-nav1 {
  height: fit-content;
  overflow: visible;
  margin-bottom: 10px;
  margin-left: 10vw !important;
  margin-right: auto;
  position: relative;
  float: none !important;
  margin-top: 2vh !important
}


/*#myNavbar {
  background: transparent;
  box-shadow: none !important;
  transition: background 0.5s ease-in-out !important;
}
#myNavbar.active {
  background: white;
  box-shadow: 1px 1px 10px 1px #8888889c !important;
}*/

#whiteNavbar {
  background: white;
}


/* Dropdown stuff */

.dropdown {
  position: relative;
  display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown:hover .dropdown-content {
  display: block;
}


/* Logos */

#logo {
  margin-right: auto;
  width: 45px;
  cursor: default;
}

#collapse-title {
  visibility: hidden;
}

#logo1 {
  margin-right: auto;
  height: 60px;
  top: 10px;
  cursor: default;
}

#title1 {
  position: relative;
  font-weight: normal;
  top: 13px;
  font-size: 35px;
  /* text-shadow: 2px 2px grey; */
  /* font-family: "Helvetica"; */
  background: linear-gradient(to right, #25C9CA, #39B3F9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: default;
  padding-left: 5px;
}

p {
  color: white;
}

p.main-info {
  font-family: "Helvetica Neue";
  font-weight: bold;
  font-size: 26px;
  position: relative;
  color: blue !important;
  bottom: 1000px;
  margin-left: 6%;
  margin-top: 25px;
  text-align: left;
}

p.main-info-title {
  font-family: "Helvetica Neue";
  font-weight: bold;
  font-size: 35px;
  position: relative;
  color: blue !important;
  bottom: 1000px;
  margin-top: 250px;
  margin-left: 12%;
  width: fit-content;
  text-align: center;
}

p.about-info {
  font-family: "Helvetica Neue";
  font-size: 26px;
  position: relative;
  margin-top: 50px;
  color: black !important;
  text-align: center;
  width: 55%;
  margin-left: 22.5%;
}

p.step-header {
  font-family: "Helvetica Neue";
  font-size: 28px;
  color: black;
  margin-top: 50px;
  opacity: 0;
  transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -webkit-transition: opacity 2s ease-in-out;
}


/* Sections */

#home1 {
  width: 100%;
  height: 810px !important;
  position: relative;
  overflow: hidden;
  display: block;
  background-color: white;
}

#home2 {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  height: auto;
  background-color: white;
  border-top: 3px solid black;
}

#home3 {
  width: 100vw;
  background: linear-gradient(to right, #25C9CA, #39B3F9);
  position: relative;
  display: block;
  height: auto;
  overflow: hidden;
}

#home4 {
  width: 100%;
  height: 678px !important;
  background-color: white;
  display: block;
  position: relative;
  overflow: hidden;
}

#home5 {
  width: 100%;
  height: 560px !important;
  background: linear-gradient(to right, #25C9CA, #39B3F9);
  display: block;
  position: relative;
}

#home5 h2 {
  font-family: "Helvetica Neue";
  font-size: 31px;
  text-align: center;
  display: block;
  color: #414141;
  position: relative;
  top: 150px !important;
  color: white;
}

#home6 {
  width: 100%;
  height: 250px !important;
  background-color: white;
  display: block;
  position: relative;
}

#home7 {
  width: 100%;
  height: 300px !important;
  background: linear-gradient(to right, #25C9CA, #39B3F9);
  display: block;
  position: relative;
}

#footer-container {
  background: linear-gradient(to right, #25C9CA, #39B3F9);
  width: 100%;
  display: block;
  position: relative;
}

#footer-title {
  color: white;
  font-size: 40px;
}

#follow-us {
  font-size: 20px;
  margin-left: 5px;
}

#soc-media {
  margin-left: 50px;
  padding-top: 25px;
  display: inline-block;
}

.footer-item {
  display: inline-block;
  top: -160px;
  margin-left: 100px;
  position: relative;
  vertical-align: text-top;
}

.footer-header {
  font-weight: bold;
}

.footer-item a:hover {
  display: block;
  text-decoration: none;
}

#TaketheQuiz {
  width: 100%;
  background-color: #FFFFFF;
}

#theQuiz {
  width: 100%;
  height: 84%;
  position: absolute;
  background-color: #FFFFFF;
}

#home4 div {
  vertical-align: top;
}

a {
  text-decoration: none;
  color: white;
}

a.plain {
  color:	white;
  text-decoration: none;
}

.home3_large {
  height: 800px !important;
}


#aboutUsPic {
  margin-left: calc(50% - var(width)/2);
  margin-top: -7%;
  width: 50%
}

.quiz-container {
  width: 100%;
  min-width: 0;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  display: flex;
  flex: 1 1 auto;
  height: 100vh;
  flex-direction: column;
}

button.quiz {
  font-family: "Helvetica Neue";
  margin-top: 50px;
  margin-left: calc(50% - 150px);
  width: 300px;
  height: 70px;
  border: 2px solid #25C9CA;
  background-color: transparent;
  color: #25C9CA;
  padding: 14px 28px;
  display: block;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  position: relative;
  transition: font-size .2s ease-in-out;
}

button.quiz:hover {
  background: #25C9CA;
  color: white;
  cursor: pointer;
  font-size: 25px;
}

button.quiz-alt {
  font-family: "Helvetica Neue";
  margin-top: 50px;
  margin-left: calc(50% - 150px);
  width: 300px;
  height: 70px;
  border: 2px solid white;
  background-color: transparent;
  color: white;
  padding: 14px 28px;
  display: block;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  position: relative;
  transition: font-size .2s ease-in-out;
}

button.quiz-alt:hover {
  background: white;
  color: black;
  cursor: pointer;
  font-size: 25px;
}

button1 {
  width: 250px;
  text-align: center;
  border: 3px solid #25C9CA;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-size: 18px;
  display: inline-block;
  color: #25C9CA;
  background-color: #FFFFFF;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 80px !important;
  margin-left: calc(32% - 150px);
  font-weight: 700;
}

button1:hover {
  background: #25c9ca;
  color: #FFFFFF;
  cursor: pointer;
}

.home3_medium {
  display: none;
}

.home3_small {
  display: none;
}




/* Stats grid */

.stats-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  background-color: transparent;
}

.stats-item {
  padding: 20px;
  font-size: 14px;
  text-align: center;
  width: 100%;
  height: 150px;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}

.stats-item h2 {
  font-family: "Helvetica Neue";
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: white;
}

.stats-item p {
  font-family: "Helvetica Neue";
  font-size: 14px;
  text-align: center;
  margin-top: -10px;
  color: white;
}

h2.stats-header {
  font-family: "Helvetica Neue";
  font-size: 40px;
  font-weight: bold;
  color: white !important;
  text-align: center;
  width: 60%;
  margin-top: 50px;
  margin-left: 20%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
}

p.stats-header {
  font-family: "Helvetica Neue";
  font-size: 20px;
  color: white !important;
  text-align: center;
  width: 50%;
  margin-top: 10px;
  margin-left: 25%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
}

#stats-one {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  border-right: 1px solid rgba(255, 255, 255, 0);
  opacity: 0;
}

#stats-two {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  border-right: 1px solid rgba(255, 255, 255, 0);
  opacity: 0;
}

#stats-three {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  border-right: 1px solid rgba(255, 255, 255, 0);
  opacity: 0;
}

#stats-four {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  opacity: 0;
}

#stats-five {
  border-right: 1px solid rgba(255, 255, 255, 0);
  opacity: 0;
}

#stats-six {
  border-right: 1px solid rgba(255, 255, 255, 0);
  opacity: 0;
}

#stats-seven {
  border-right: 1px solid rgba(255, 255, 255, 0);
  opacity: 0;
}

#stats-eight {
  opacity: 0;
}


/* Our mission page */

#padding {
  height: 150px;
}

#mission-textbox {
  height: auto;
  width: 70%;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, .5);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

#mission-textbox h1 {
  margin-top: 50px;
  margin-left: 20px;
  font-size: 40px;
  font-family: "proxima-nova";
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  color: #41B5A8;
  font-weight: 600;
}

#mission-textbox h2 {
  margin: 20px;
  font-size: 28px;
  font-family: "proxima-nova";
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  color: #414141;
  font-weight: 600;
}

#mission-textbox p {
  margin: 20px;
  font-size: 20px;
  font-family: "proxima-nova";
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  color: #414141 !important;
}


/* Risk factors page */

#risk-header {
  padding-top: 100px;
}

#risk-header h2 {
  font-family: "proxima-nova";
  /* display: inline-block; */
  text-align: center;
  font-size: 30px;
  color: #41B5A8;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: 600;
}

#risk-header p {
  font-family: "proxima-nova";
  display: block;
  vertical-align: middle;
  text-align: center;
  margin-top: 50px;
  font-size: 17px;
  color: #41B5A8;
  width: 50%;
  margin: 0 auto;
  height: auto;
}

.column {
  display: inline-block;
  float: left;
  width: 40%;
  height: auto;
  margin-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, .5);
  border-radius: 25px;
  border: 5px solid #41B5A8;
  background-color: #B2F0DB;
  margin-left: 8%;
  margin-right: 2%;
}

.column h1 {
  padding-top: 50px;
  text-align: center;
  font-family: "proxima-nova";
  font-size: 23px;
  font-weight: normal;
}

.column h2 {
  font-family: "proxima-nova";
  font-size: 20px;
  margin-left: calc(50% - 200px);
  width: 400px;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 30px;
  font-weight: normal;
}

.column p {
  font-family: "proxima-nova";
  color: black;
  font-size: 16px;
  margin-left: 100px;
  margin-top: 10px;
  display: table;
}

.column img {
  border: #35C6AB 4px;
  width: 700px;
  border-style: solid;
  border-radius: 7px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: absolute;
  top: auto;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}

.column1 {
  display: inline-block;
  float: right;
  width: 40%;
  height: auto;
  margin-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, .5);
  border-radius: 25px;
  border: 5px solid #8B0000;
  background-color: #EFC9C0;
  margin-right: 5%;
  margin-left: 2%;
}

.column1 h1 {
  padding-top: 50px;
  text-align: center;
  font-family: "proxima-nova";
  font-size: 23px;
  font-weight: normal;
}

.column1 h2 {
  font-family: "proxima-nova";
  font-size: 20px;
  margin-left: calc(50% - 200px);
  width: 400px;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 30px;
  font-weight: normal;
}

.column1 p {
  font-family: "proxima-nova";
  color: black;
  font-size: 16px;
  margin-left: 100px;
  margin-top: 10px;
  display: table;
}

.column1 img {
  border: #D79788 4px;
  width: 700px;
  border-style: solid;
  border-radius: 7px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: absolute;
  top: auto;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}

p.graph img {
  display: none;
  opacity: 0;
  visibility: hidden;
}

p#active-graph img {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/* Firefox < 16 */

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/* Internet Explorer */

@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/* Take the Quiz Page*/

#quiz-heading {
  background: linear-gradient(to right, #25C9CA, #39B3F9);
  padding-top: 100px;
  height: 400px;
  border-bottom: 2px solid white;
}

#quiz-heading h2 {
  text-align: center;
  margin: 0 auto;
  font-size: 39px;
  color: #FFFFFF;
  width: 50%;
  position: relative;
  font-weight: 800;
  bottom: 32px !important;
}

#quiz-heading p {
  display: block;
  vertical-align: middle;
  text-align: center;
  margin-top: 20px;
  font-size: 22px;
  color: white;
  width: 50%;
  line-height: 1.8;
  position: relative;
  margin: 0 auto;
  font-weight: 500;
}


/* Report Heading*/



#report-list {
  padding-top: 100px;
  height: auto !important;
  margin-bottom: 40px;
}

#report-list h2 {
  font-family: "proxima-nova";
  text-align: center;
  font-size: 32px;
  color: #41B5A8;
  width: 700px;
  margin: 0 auto;
}

#report-list p {
  font-family: "proxima-nova";
  display: block;
  vertical-align: middle;
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  margin-left: calc(50% - 350px);
  color: #41B5A8;
  width: 700px;
  line-height: 1.3
}

.text {
  cursor: pointer;
}

.text a {
  font-family: "proxima-nova";
  color: #000000;
  list-style-position: inside;
  list-style-type: none;
  border-color: #D79788;
  width: 400px !important;
  ;
  border-style: solid;
  border-radius: 7px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: relative;
  background-color: #FFFFFF4D;
  padding: 15px !important;
  margin-top: 10px;
  font-style: normal;
  font-weight: normal;
  display: none;
  opacity: 0;
  visibility: hidden;
  line-height: 1.3
}

.text1 {
  cursor: pointer;
}

.text1 a {
  font-family: "proxima-nova";
  color: #000000;
  list-style-position: inside;
  list-style-type: none;
  border-color: #35C6AB;
  width: 400px !important;
  ;
  border-style: solid;
  border-radius: 7px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: relative;
  background-color: #FFFFFF4D;
  padding: 15px !important;
  margin-top: 10px;
  font-style: normal;
  font-weight: normal;
  display: none;
  opacity: 0;
  visibility: hidden;
  line-height: 1.3
}

p#active-graph a {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
}


/* Steps_Labels */

.steps-first {
  display: none;
}

.steps-second {
  display: none;
}


/* Lung Cancer Page */

#lc-content {
  height: 400px;
  width: 100%;
}

#lc-content h2 {
  font-family: "proxima-nova";
  text-align: center;
  margin: 0 auto;
  font-size: 40px;
  color: #41B5A8;
  width: 700px;
  padding-top: 165px;
  font-weight: 700;
}


/*ourteam page */

#team-textbox {
  height: auto;
  width: 80%;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, .5);
  padding-bottom: 50px;
}

#team-textbox h1 {
  margin-top: 50px;
  padding-top: 20px;
  margin-left: 20px;
  font-size: 35px;
  font-family: "Helvetica";
  line-height: 1.5;
  display: block;
  vertical-align: middle;
  color: #414141;
  font-weight: 500;
}

.meet-team {
  display: inline-block;
  width: 33%;
}

.advisory-board {
  display: inline-block;
  width: 24%;
  vertical-align: top;
}

#team-textbox h2 {
  margin-top: 15px;
  font-size: 19px;
  font-family: "proxima-nova";
  vertical-align: middle;
  color: #414141;
  font-weight: 600;
  text-align: center;
}

#team-textbox p {
  font-size: 17px;
  font-family: "proxima-nova";
  vertical-align: middle;
  color: #414141 !important;
  font-style: italic;
  text-align: center;
}

#headshot-pic {
  width: 110px;
  margin-top: 20px;
}



.twitter-timeline {
  max-width: 100%;
  max-height: auto;
}

.panel-heading2839 {
  background-color: #1da1f2 !important;
  ;
  color: #1da1f2 !important;
  ;
}

.container2321 {
  width: 40%;
}

.row142 {
  height: 100px;
}

.row172 {
  height: 100px;
}

.container-slides2 {
  width: 30%;
  float: left;
  padding-top: 50px;
}

.container-image3 {
  width: 50%;
  float: right;
}

.container-image2 {
  width: 60%;
  float: left;
}

.soc_media h2 {
  font-family: "Helvetica Neue";
  width: 100%;
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  color: #414141
}

.social-media-logos {
  margin-bottom: 50px !important;
}

.social-media-logos p {
  display: inline-block;
}

.social-media-logos img {
  margin-bottom: 50px;
  display: block;
  margin-right: 20px;
}

#twitter_logo282:hover {
  cursor: pointer;
}

#instagram_logo371:hover {
  cursor: pointer;
}

#facebook_logo:hover {
  cursor: pointer;
}

#linkedin_logo:hover {
  cursor: pointer;
}


/* Homepage Responsive images */


#plot4 {
  width: 80%;
}


.row202 {
  height: 1px;
}


/* Extra for bootstrap */

.navbar-nav li.page {
  width: auto;
}

@media only screen and (max-width: 1150px) {
  #team-textbox {
    width: 90%;
  }
}

@media only screen and (max-width: 1000px) {

  p.about-info {
    font-size: 20px;
  }
  .container-image2 img {
    float: right;
    width: 100%;
    border-color: #1d8ac8;
    border-width: 4px;
    border-style: solid;
    border-radius: 10px;
  }
  .container-image3 img {
    float: right;
    width: 100%;
    border-color: #1d8ac8;
    border-width: 4px;
    border-style: solid;
    border-radius: 10px;
  }
  .column1 {
    display: inline-block;
    float: left;
    width: 70%;
    height: auto;
    margin-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .5);
    border-radius: 25px;
    border: 5px solid #8B0000;
    background-color: #EFC9C0;
    border-radius: 25px;
    border: 5px solid #8B0000;
    background-color: #EFC9C0;
    margin-left: 14%;
  }
  .column {
    display: inline-block;
    float: left;
    width: 70%;
    height: auto;
    margin-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .5);
    border-radius: 25px;
    border: 5px solid #41B5A8;
    background-color: #B2F0DB;
    margin-left: 14%;
  }
  h2.stats-header {
    font-size: 30px;
  }
  p.stats-header {
    font-size: 15px;
  }
  .column1 {
    display: inline-block;
    float: left;
    width: 70%;
    height: auto;
    margin-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .5);
    border-radius: 25px;
    border: 5px solid #8B0000;
    background-color: #EFC9C0;
    border-radius: 25px;
    border: 5px solid #8B0000;
    background-color: #EFC9C0;
    margin-left: 14%;
  }
  .column {
    display: inline-block;
    float: left;
    width: 70%;
    height: auto;
    margin-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .5);
    border-radius: 25px;
    border: 5px solid #41B5A8;
    background-color: #B2F0DB;
    margin-left: 14%;
  }
  .column img {
    width: 60%;
  }
  .column1 img {
    width: 60%;
  }
  #mission-textbox h1 {
    font-size: 24px;
  }
  #mission-textbox h2 {
    font-size: 18px;
  }
  #mission-textbox p {
    font-size: 14px;
  }
  #risk-header p {
    width: 70%;
  }
  #risk-header h2 {
    width: 70%;
  }
  #report-list {
    padding-top: 80px;
    height: auto !important;
    margin-bottom: 40px;
  }
  #report-list h2 {
    font-family: "proxima-nova";
    text-align: center;
    margin: 0 auto;
    font-size: 28px;
    color: #41B5A8;
    width: 70%;
    margin-bottom: 40px
  }
  #report-list p {
    font-family: "proxima-nova";
    display: block;
    vertical-align: middle;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #41B5A8;
    width: 80%;
    line-height: 1.3;
    margin: 0 auto;
  }
  #quiz-heading {
    background: linear-gradient(to right, #25C9CA, #39B3F9);
    padding-top: 85px;
    height: 350px;
    border-bottom: 2px solid white;
  }
  #quiz-heading h2 {
    text-align: center;
    margin: 0 auto;
    font-size: 32px;
    color: #FFFFFF;
    width: 50%;
    position: relative;
    font-weight: 800;
    bottom: 32px !important;
  }
  #quiz-heading p {
    display: block;
    vertical-align: middle;
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    color: white;
    width: 50%;
    line-height: 1.8;
    position: relative;
    margin: 0 auto;
    font-weight: 500;
  }
  p.image20 img {
    padding-top: 80px;
    margin-bottom: 20px;
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  p.image21 img {
    padding-top: 80px;
    margin-bottom: 20px;
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}

@media (max-width: 1200px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-nav li.page {
    margin-left: auto !important;
  }
}

@media only screen and (max-width: 850px) {
  .stats-grid {
    grid-template-columns: auto auto;
  }
  .stats-item {
    width: 50vw;
  }
  #stats-five {
    border-bottom: 1px solid white;
  }
  #stats-six {
    border-bottom: 1px solid white;
  }
  button.quiz {
    width: 200px;
    height: 60px;
    margin-left: 25% !important;
    font-size: 15px;
  }
  button.quiz:hover {
    font-size: 16px;
  }
  button.quiz-alt {
    width: 200px;
    height: 60px;
    margin-left: calc(50% - 100px);
    font-size: 15px;
  }
  button.quiz-alt:hover {
    font-size: 16px;
  }
  .container-slides2 {
    width: 100%;
    /* float: left; */
    padding-top: 50px;
  }
  .container-image2 {
    width: 100%;
    /* float: left; */
    padding-bottom: 50px;
  }
  .container-image3 {
    width: 100%;
    /* float: left; */
    padding-bottom: 50px;
  }
  .meet-team {
    display: block;
  }
  .advisory-board {
    display: block;
    width: 50%;
  }
  .social-media-logos {
    width: 85%;
  }
  .container-image2 img {
    width: 100%;
    border-color: #1d8ac8;
    border-width: 4px;
    border-style: solid;
    border-radius: 10px;
  }
  .container-image3 img {
    width: 100%;
    border-color: #1d8ac8;
    border-width: 4px;
    border-style: solid;
    border-radius: 10px;
  }
  .column1 {
    display: inline-block;
    float: left;
    width: 80%;
    height: auto;
    margin-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .5);
    border-radius: 25px;
    border: 5px solid #8B0000;
    background-color: #EFC9C0;
    border-radius: 25px;
    border: 5px solid #8B0000;
    background-color: #EFC9C0;
    margin-left: 8%;
  }
  .column {
    display: inline-block;
    float: left;
    width: 80%;
    height: auto;
    margin-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .5);
    border-radius: 25px;
    border: 5px solid #41B5A8;
    background-color: #B2F0DB;
    margin-left: 8%;
  }
  .column img {
    width: 70%;
  }
  .column1 img {
    width: 70%;
  }
  #mission-textbox h1 {
    font-size: 24px;
  }
  #mission-textbox h2 {
    font-size: 18px;
  }
  #mission-textbox p {
    font-size: 14px;
  }
  #risk-header p {
    width: 80%;
  }
  #risk-header h2 {
    width: 80%;
  }
  #report-list {
    padding-top: 80px;
    height: auto !important;
    margin-bottom: 40px;
  }
  #report-list h2 {
    font-family: "proxima-nova";
    text-align: center;
    margin: 0 auto;
    font-size: 28px;
    color: #41B5A8;
    width: 70%;
    margin-bottom: 40px
  }
  #report-list p {
    font-family: "proxima-nova";
    display: block;
    vertical-align: middle;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #41B5A8;
    width: 80%;
    line-height: 1.3;
    margin: 0 auto;
  }
  p.image20 img {
    padding-top: 80px;
    margin-bottom: 20px;
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  p.image21 img {
    padding-top: 80px;
    margin-bottom: 20px;
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .fakeimg {
    display: none;
  }
  .title_date {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #react-entry {
    flex-direction: column;
  }
  .nutrition-plan-button {
    height: auto !important;
  }
  .quiz-container {
    padding-top: 50px;
  }
  .user-dropdown {
    margin-left: 10px;
  }
  .user-dropdown-bh {
    margin-left: 10px;
  }
  h2.stats-header {
    font-size: 19px;
  }
  p.stats-header {
    font-size: 15px;
  }
  p.about-info {
    font-size: 14px;
  }
  p.main-info {
    font-size: 17px;
    margin-left: 23% !important;
  }
  p.main-info-title {
    font-size: 25px;
  }
  .main-nav1 li.page {
    width: 260px;
    padding: 10px 16px 15px 0px;
    top: 10px;
  }
  #lc-content h2 {
    font-family: "proxima-nova";
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
    color: #41B5A8;
    width: 80%;
    padding-top: 165px;
  }
  p.step-header {
    font-size: 18px;
  }
  #home5 h2 {
    font-size: 20px;
  }
  .steps-first {
    display: block;
  }
  .steps-first img {
    width: 60%;
  }
  .steps-second {
    display: block;
  }
  .steps-second img {
    width: 60%;
  }
  .steps-full {
    display: none;
  }
  #logo1 {
    display: none;
  }
  #title1 {
    display: none;
  }
  .column1 {
    display: inline-block;
    float: left;
    width: 80%;
    height: auto;
    margin-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .5);
    border-radius: 25px;
    border: 5px solid #8B0000;
    background-color: #EFC9C0;
    border-radius: 25px;
    border: 5px solid #8B0000;
    background-color: #EFC9C0;
    margin-left: 8%;
  }
  .column {
    display: inline-block;
    float: left;
    width: 80%;
    height: auto;
    margin-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .5);
    border-radius: 25px;
    border: 5px solid #41B5A8;
    background-color: #B2F0DB;
    margin-left: 8%;
  }
  .column img {
    width: 70%;
  }
  .column1 img {
    width: 70%;
  }
  #mission-textbox h1 {
    font-size: 24px;
  }
  #mission-textbox h2 {
    font-size: 18px;
  }
  #mission-textbox p {
    font-size: 14px;
  }
  #risk-header p {
    width: 80%;
  }
  #risk-header h2 {
    width: 80%;
  }
  #column-reports-all {
    display: block;
  }
  #column-report {
    flex: 70%;
    height: 1500px;
    width: 70%;
  }
  #column-report1 {
    flex: 70%;
    height: 1900px;
    width: 70%;
  }
  #report-list {
    padding-top: 80px;
    height: auto !important;
    margin-bottom: 40px;
  }
  #report-list h2 {
    font-family: "proxima-nova";
    text-align: center;
    margin: 0 auto;
    font-size: 28px;
    color: #41B5A8;
    width: 70%;
    margin-bottom: 40px
  }
  #report-list p {
    font-family: "proxima-nova";
    display: block;
    vertical-align: middle;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #41B5A8;
    width: 80%;
    line-height: 1.3;
    margin: 0 auto;
  }
  #column-reports-all {
    display: block;
  }
  #column-report {
    flex: 70%;
    height: 1700px;
    width: 90%;
  }
  #column-report1 {
    flex: 70%;
    height: 2500px;
    width: 90%;
  }
  #quiz-heading {
    background: linear-gradient(to right, #25C9CA, #39B3F9);
    padding-top: 85px;
    height: 350px;
    border-bottom: 2px solid white;
  }
  #quiz-heading h2 {
    text-align: center;
    margin: 0 auto;
    font-size: 28px;
    color: #FFFFFF;
    width: 50%;
    position: relative;
    font-weight: 800;
    bottom: 32px !important;
  }
  #quiz-heading p {
    display: block;
    vertical-align: middle;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: white;
    width: 80%;
    line-height: 1.8;
    position: relative;
    margin: 0 auto;
    font-weight: 500;
  }
}

@media only screen and (max-width: 1199px) {
  #collapse-title {
    position: relative;
    font-weight: normal;
    font-size: 36px;
    visibility: visible;
    background: linear-gradient(to right, #25C9CA, #39B3F9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: default;
  }
  .todo-item{
    font-size: 16px !important;
  }
  .button-schedule{
    height: 60px !important;
  }
  .factor-title {
    font-size: 17px;
  }
  .button-take{
    height: 60px !important;
  }
  #logo {
    display: none;
  }
  #title {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .report-title {
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    color: #45B4F3;
    font-family: "Open Sans";
    text-align: center;
    max-width: 80% !important;
    margin-top: 14% !important;
  }
  #report-left {
    max-width: 70% !important;
    display: block !important;
    margin-bottom: 10% !important;
    width: 70% !important;
    float: inherit !important;
  }
  #report-right {
    max-width: 70% !important;
    display: block !important;
    margin-bottom: 10% !important;
    width: 70% !important;
    float: inherit !important;
  }
}

@media only screen and (max-width: 600px) {
  .stats-grid {
    grid-template-columns: auto;
  }
  .stats-item {
    width: 100vw;
  }
  button1 {
    width: 250px;
    text-align: center;
    border: 3px solid #25C9CA;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 18px;
    display: block;
    color: #25C9CA;
    background-color: #FFFFFF;
    font-weight: 600;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    top: 60px !important;
    margin-left: calc(55% - 150px);
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #stats-seven {
    border-bottom: 1px solid white;
  }
  p.main-info-title {
    font-size: 25px;
    margin-left: 5% !important;
  }
  p.image20 img {
    padding-top: 80px;
    margin-bottom: 20px;
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  p.image21 img {
    padding-top: 80px;
    margin-bottom: 20px;
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  body#lungcancer {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    background-image: none;
    background-color: rgba(255, 248, 248, 0.5);
    background-blend-mode: lighten;
    height: auto;
  }
  .title_date h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .social-media-logos {
    width: 90%;
  }
  .container2321 {
    width: 80%;
  }
  p.step-header {
    font-size: 18px;
  }
  #home5 h2 {
    font-size: 20px;
  }
  #logo {
    display: none;
  }
  #title {
    display: none;
  }
  #logo1 {
    display: none;
  }
  #title1 {
    display: none;
  }
  .steps-first {
    display: block;
  }
  .steps-first img {
    width: 90%;
  }
  .steps-second {
    display: block;
  }
  .steps-second img {
    width: 90%;
  }
  .steps-full {
    display: none;
  }
  #mission-textbox h1 {
    font-size: 20px;
  }
  #mission-textbox h2 {
    font-size: 14px;
  }
  #mission-textbox p {
    font-size: 12px;
  }
  #team-textbox h1 {
    font-size: 20px !important;
  }
  #team-textbox h2 {
    font-size: 16px;
  }
  #team-textbox p {
    font-size: 14px;
  }
  #risk-header p {
    width: 80%;
    font-size: 14px;
  }
  #risk-header h2 {
    width: 80%;
    font-size: 20px;
  }
  .column p {
    font-family: "proxima-nova";
    color: black;
    font-size: 14px;
    margin-left: 50px;
    margin-top: 10px;
    display: table;
  }
  .column1 p {
    font-family: "proxima-nova";
    color: black;
    font-size: 14px;
    margin-left: 50px;
    margin-top: 10px;
    display: table;
  }
  .column h2 {
    font-family: "proxima-nova";
    font-size: 18px;
    width: 90%;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 30px;
    font-weight: normal;
    margin: auto;
  }
  .column1 h2 {
    font-family: "proxima-nova";
    font-size: 18px;
    width: 90%;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 30px;
    font-weight: normal;
    margin: auto;
  }
  .column1 {
    display: inline-block;
    float: left;
    width: 80%;
    height: auto;
    margin-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .5);
    border-radius: 25px;
    border: 5px solid #8B0000;
    background-color: #EFC9C0;
    border-radius: 25px;
    border: 5px solid #8B0000;
    background-color: #EFC9C0;
    margin-left: 8%;
  }
  .column {
    display: inline-block;
    float: left;
    width: 80%;
    height: auto;
    margin-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .5);
    border-radius: 25px;
    border: 5px solid #41B5A8;
    background-color: #B2F0DB;
    margin-left: 8%;
  }
  .column img {
    width: 90%;
  }
  .column1 img {
    width: 90%;
  }
  #column-reports-all {
    display: block;
  }
  #column-report {
    flex: 70%;
    height: 2000px;
    width: 100%;
  }
  #column-report1 {
    flex: 70%;
    height: 2800px;
    width: 100%;
  }
}


/* Quiz styles */

.center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 125px;
}

div.current {
  display: block;
}

#start-message {
  margin-top: 100px;
}

.question-text {
  margin-left: calc(50% - width);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  font-family: "Open Sans";
  text-align: center;
  max-width: 80% !important;
  line-height: 1.3;
  margin: 0 auto;
  margin-bottom: 2%;
}

.standard-text {
  color: var(--dark-blue);
}

.factor-section {
  margin-left: calc(50% - width);
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  font-family: "Open Sans";
  text-align: center;
  max-width: 95% !important;
}

.react-tel-input {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  position: relative;
  /*width: 100%;*/
  width: fit-content !important;
  margin: 0 auto;
}

.name-cell {
  white-space: pre-wrap;
}

.provider-row {
  cursor: pointer;
  transition: all background-color  ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
}

.provider-row:hover {
  background-color: #EFEFEF;
}

.provider-row.selected {
  background-color: #0066ff;
}

.provider-row.selected td {
  color: white;
  animation: textgrowth .25s 2 alternate;
}

@keyframes textgrowth {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(1.1);
    }
}

@media only screen and (max-width: 767px) {
  #current-question {
    padding-bottom: 0px;
  }
  .table-responsive {
    overflow: visible;
  }

}
button {
  border-top-style: solid;
  border-top-width: 0px;
  border-right-style: solid;
  border-right-width: 0px;
  border-bottom-style: solid;
  border-bottom-width: 0px;
  border-left-style: solid;
  border-left-width: 0px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.button-answer {
  font-weight: 400;
  font-size: 1.1rem;
  width: 70%;
  display: block;
  text-align: center;
  align-items: center;
  padding: 7px 10px;
  color: #ffffff;
  margin-top: 2.5vh;
  margin-left: 15%;
  font-family: "Open Sans";
  opacity: 1;
  border-radius: 15px;
  transition: opacity 0.25s ease-in-out;
}

.button-answer-mc {
  font-weight: 400;
    font-size: 1.1rem;
    width: 45%;
    display: block;
    text-align: center;
    padding: 7px 10px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Open Sans";
    opacity: 1;
    border-radius: 5px;
    min-height: 40px;
    transition: opacity 0.25s ease-in-out;
}

.button-answer-mc:hover {
  opacity: 0.8;
  cursor: pointer;
}

.button-standard {
  background-color: #45B4F3 !important;
}

.button-summary {
  font-weight: 400;
  font-size: 1.7rem;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  width: 30%;
  display: block;
  text-align: center;
  align-items: center;
  padding: 7px 10px;
  color: #ffffff;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 35%;
  font-family: "Open Sans";
  opacity: 1;
  border-radius: 3px;
}

.phone-number-link {
  color: #747474;
  max-width: 70% !important;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  font-family: "Open Sans";
  margin: 0 auto;
  line-height: 1.5;
  text-decoration: none;
}

.factor-mutability-popup {
  text-align: center;
  width: 80%;
  margin-left: 10%;
  cursor: default;
}

.factor-mutability {
  font-size: 12px;
    color: #747474;
    font-weight: bold;
    padding-bottom: 10px;
}

#popup-container {
  margin-bottom: 20px;
}

.start-button {
  width: 20%;
  margin-left: 40%;
}

.button-answer-bottom {
  font-weight: 400;
  font-size: 18px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  width: 70%;
  display: block;
  text-align: center;
  align-items: center;
  padding: 7px 10px;
  color: #ffffff;
  margin-top: 2.5vh;
  margin-left: 15%;
  font-family: "Open Sans";
  opacity: 1;
  margin-bottom: 3%;
  border-radius: 3px;
}

.button-answer:hover {
  opacity: 0.8;
  cursor: pointer;
}

.button-answer-bottom:hover {
  opacity: 0.9;
  cursor: pointer;
}

.dropdown-label {
  margin-left: 10%;
}

div.checkbox-answer {
  display: flex;
    align-items: center;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 1px;
}

div.checkbox-answer input {
  margin-top: 0;
    width: 18px;
    height: 18px;
    font: 400 13.3333px Arial;
}

.checkbox-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-left: 10%;
}

.mc-container {
  display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 350px;
}

div.checkbox-answer input:hover {
  cursor: pointer;
}

.checkbox-label-answer {
    font-size: 1.2rem;
    font-weight: 400;
    display: inline-block;
    margin-left: 1vw;
    font-family: "Open Sans";
    margin-bottom: 0;
    flex: 1;
}

.checkbox-label-answer:hover {
  cursor: pointer;
}

p.error-text {
  font-weight: 400;
  font-size: 1.9rem;
  color: red;
  font-family: "Open Sans";
  text-align: center;
}

p.start-quiz-text {
  color: #747474;
  max-width: 70% !important;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  font-family: "Open Sans";
  margin: 0 auto;
  line-height: 1.5;
}

#quiz-buttons-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}
.back-button {
  background: url("/static/images/back.svg") 12.5px 12.5px no-repeat;
  background-size: 25px 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 2rem;
  color: white;
  font-family: Symbola, serif;
  transition: opacity 0.25s ease-in-out;
  margin-bottom: -25px;
}

.back-button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.back-button-modal {
  background: url("/static/images/back.svg") 12.5px 12.5px no-repeat;
  background-size: 25px 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  font-size: 2rem;
  color: white;
  font-family: Symbola, serif;
  top: 32px;
  left: 32px;
}

.back-button-modal:hover {
  opacity: 0.9;
  cursor: pointer;
}


/* Report Page */

.report-title {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  color: #45B4F3;
  font-family: "Open Sans";
  text-align: center;
  margin-top: 2%;
}

#report {
  display: block;
  position: relative;
  margin-top: 9%;
  margin-bottom: 1%;
  text-align: center;
}

#report-bottom {
  display: block;
  margin-top: 3%;
  margin-bottom: 1%;
  text-align: center;
  overflow-y: hidden;
}

#report-top {
  max-width: 100% !important;
  display: inline-block;
}

#report-right {
  max-width: 50%;
  display: inline-block;
  margin-bottom: 10%;
  width: 50%;
  float: right;
}

#report-left {
  max-width: 50%;
  display: inline-block;
  margin-bottom: 10%;
  width: 50%;
  float: left;
}

.disease-name {
  max-width: 100% !important;
  text-align: center;
  font-weight: 700;
  font-family: "Open Sans";
  font-size: 22px;
  margin-top: 30px;
}

.disease-report {
  display: inline-block;
  min-width: 150px;
}

.report-text1 {
  font-weight: 700;
  font-size: 1.9rem;
  text-align: center;
  color: #747474;
  font-family: "Open Sans";
  max-width: 90% !important;
  margin-left: 5%;
  margin-top: 2%;
}

.report-text2 {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #747474;
  font-family: "Open Sans";
  max-width: 90% !important;
  margin-left: 5%;
}

.report-text2 > a {
  color: #0086E6;
}

.report-text2 > a:hover {
  text-decoration: underline;
}

.report-text3 {
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
  color: #747474;
  font-family: "Open Sans";
  max-width: 80% !important;
  margin-left: 5%;
  margin: 0 auto !important;
  padding-top: 20px;
}

.factor-text {
  margin-left: calc(50% - width);
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: #45B4F3;
  font-family: "Open Sans";
  text-align: center;
  max-width: 80% !important;
  margin: 0 auto;
  margin-top: 50px;
}

ul.report-list-container {
  list-style: inside;
  margin-top: 50px;
}

li.report-list-item {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 1%;
  font-weight: 400;
  font-size: 1.6rem;
  color: #747474;
  width: 80%;
  margin-left: 10%;
  font-family: "Open Sans";
}

#report-header {
  margin-top: 10%;
  margin-bottom: 3%;
}

.footer-section-report {
  background-color: rgb(255, 255, 255);
  height: 50px;
  text-align: center;
}


p.factor-text {
  display: inline-block;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
  color: #747474;
  font-family: "Open Sans";
  max-width: 80% !important;
  margin-left: 5%;
  margin: 0 auto !important;
  padding-top: 20px;
}

.factor-circle {
  width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
}

.factor-circle-big {
  width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 5px;
}

.factor-full-green-circle {
    background: rgba(68, 149, 35, 1);
}

.factor-half-green-circle {
    background: linear-gradient(90deg, rgba(68, 149, 35, 1) 50%, transparent 50%);
    border: 2px solid rgba(68, 149, 35, 1);
}

.factor-empty-green-circle {
    background: transparent;
    border: 2px solid rgba(68, 149, 35, 1);
}

.factor-full-red-circle {
    background: #D62B2B;
}

.factor-half-red-circle {
    background: linear-gradient(90deg, #D62B2B 50%, transparent 50%);
    border: 2px solid #D62B2B;
}

.factor-empty-red-circle {
    background: transparent;
    border: 2px solid #D62B2B;
}

.factor-type-container {
  display: inline-block;
  width: 33.3%;
  line-height: 50px;
}

.factor-type-container > span {
  vertical-align: middle;
}

.factor-type-container:hover {
  cursor: default;
}

.factor-type-container p {
  font-size: 14px;
  display: inline-block;
  color: #747474;
  font-weight: bold;
}

.risk-rank {
  font-weight: 400;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #747474;
  font-family: "Open Sans";
  max-width: 90% !important;
  margin-left: 5%;
}

.gradient {
  margin: 0 auto;
  height: 80px;
  width: 90%;
  margin-top: 10px;
  border-collapse: collapse;
}

#p1 {
  background-color: #B7E1CD;
  box-sizing: border-box;
}

#p2 {
  background-color: #FCE8B2;
  box-sizing: border-box;
}

#p3 {
  background-color: #F4C7C3;
  box-sizing: border-box;
}

#report-arrow {
  font-family: "Open Sans";
  color: #747474;
  font-size: 60px;
  position: relative;
  text-align: center;
}

#indicator {
  margin-top: 50px;
}

#progress-complete {
  width: 100%;
  opacity: 0.7;
  z-index: 1;
  position: fixed;
  height: 10px;
}

#progress {
  width: 0%;
  opacity: 0.7;
  z-index: 1;
  position: fixed;
  height: 10px;
  transition: width 0.2s ease-in-out;
}

.progress-color {
  background-color: #39B3F9;
}

.progress-complete-color {
  background-color: #86ECE2;
}

#quiz-section-container {
  text-align: center;
  margin-top: 20px;
  display: none;
}

li.quiz-section {
  display: inline-block;
  color: black;
  transition: all 1.5s;
  /*background:	#19CC16;
  border: 2px solid black;
  padding: 3px;*/
}

li.line-section {
  width: 40px;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
  border-bottom: 1px solid black;
  transition: all 1.5s;
}

li.quiz-section-first {
  margin-left: 0;
}

li.incomplete-section {
  opacity: 0.5;
}

li.complete-section {
  color: #19CC16;
}

li.current-section {
  font-weight: bold;
}

li.quiz-section span {
  font-family: "Helvetica", Sans-serif;
}

.report-form {
  width: 40%;
  text-align: center;
  display: block;
}

#report-extra {
  margin-bottom: 5%;
  display: block;
  margin-top: -7%;
}

#refer-form {
  margin-top: 5%;
  margin: 0 auto;
  padding-bottom: 10px;
}

.dashboard-refer {
}

.report-quiz-link {
  padding: 5px;
  color: white;
}

.report-quiz-link:hover {
  color: white;
  text-decoration: none;
}

.quiz-button {
  font-family: "Nunito Sans", Sans-serif;
  font-size: 15px;
  -webkit-border-radius: 3px;
  width: 200px;
  height: 38.4px;
  border-radius: 3px;
  text-align: center;
  line-height: 38.4px;
  display: inline-block;
  transition: all 0.3s;
  color: var(--white);
}

.quiz-button:hover {
  transform: scale(1.05);
}

#report input {
  margin-top: 20px;
}


/* Follow up */

#email-box {
  order: 2;
  outline: 0;
  display: block;
  margin-top: 0;
  margin-bottom: 50px;
  margin-left: 5%;
  background: 0 0;
  border-width: 0 0 1px;
  line-height: 26px;
  height: 30px;
  border-radius: 0;
  border-style: solid;
  width: 90%;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  padding: 2px 2px 1px 2%;
}

#slack-box {
  order: 2;
  outline: 0;
  display: block;
  margin-top: 0;
  margin-bottom: 100px;
  margin-left: 5%;
  background: 0 0;
  border-width: 0 0 1px;
  line-height: 26px;
  height: 30px;
  border-radius: 0;
  border-style: solid;
  width: 90%;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  padding: 2px 2px 1px 2%;
}

.select-factor {
  text-align: center;
}

div.checkbox-factor {
  display: initial;
  text-align: left;
  transition: background 0.5s ease-in-out;
  width: 100%;
}

div.checkbox-factor input {
  width: 18px;
  height: 18px;
  font: 400 13.3333px Arial;
  margin-top: 1%;
  margin-left: 42%;
}

div.checkbox-factor input:hover {
  cursor: pointer;
}

.checkbox-label-factor {
  font-size: 2.1rem;
  font-weight: 400;
  display: inline-block;
  position: relative;
  bottom: 0.4vh;
  margin-left: 0.5vw;
  font-family: "Open Sans";
  color: black;
  margin-bottom: 5px;
}

.rc-time-picker-input {
  height: 34px !important;
}

.checkbox-label-factor:hover {
  cursor: pointer;
}

#diseases {
  display: flex;
}

.quiz-bracket {
  font-weight: 400;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-family: "Open Sans";
  max-width: 90% !important;
  margin-left: 5%;
  margin-top: 2%;
}

.bracket-low {
  color: #24941B;
}

.bracket-medium {
  color: #E0D125;
}

.bracket-high {
  color: #B93C26;
}

.specific-report {
  display: block;
}

p.expert-question-text {
  text-align: center;
    color: rgba(112, 112, 112, 1);
    -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
    font-size: 20.00px;
    font-weight: 400;
    font-style: italic;
    font-family: 'Helvetica Neue', Arial;
    max-width: 60%;
}

.rc-time-picker {
  /*display: block;
  margin-left: 38%;*/
  margin-right: 2%;
  /*margin-top: 3%;
  margin-bottom: 1%*/
}


/*.zone-picker {
  display: block;
}*/


/* Signup and login pages */

.account-error a {
  color: var(--link-color);
}

#first-quizes {
  text-align: center;
  margin-top: 30px;
  margin-left: 20%;
  margin-right: 20%;
  padding-bottom: 30px;
}

#email-form {
  width: 65%;
}

#signup-form {
  width: 65%;
  margin: 0 auto;
}

#login-form {
  width: 65%;
  margin: 0 auto;
}

.account-error {
  color: red;
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
    display: none;
    margin-left: auto;
    margin-right: auto;
}

.account-message {
  color: black;
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 20px;
  display: none;
}

.account-label {
  display: block;
  margin: 10px 0;
}

#reset-form {
  width: 40%;
  margin-left: 30%;
  margin-top: 150px;
}

#forgot-form {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
}

a.bottom-link {
  color: #337ab7;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: fit-content;
  margin-top: 10px;
}

#signup-link {
  margin-bottom: 50px;
}


/* For shorttext questions */

#input-box {
  order: 2;
  outline: 0;
  display: block;
  margin-top: 0;
  margin-left: 5%;
  margin-bottom: 50px;
  background: 0 0;
  border-width: 0 0 1px;
  line-height: 26px;
  height: 30px;
  border-radius: 0;
  border-style: solid;
  width: 90%;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  padding: 2px 2px 1px 2%;
}

.group-input {
  float: left;
  width: 30%;
}

.group-input2 {
  float: left;
  width: 47.5%;
}

.health-id-input {
  margin-left: 5%;
}

input[type=text],
input[type=password] {
  width: 100%;
  padding: 10px;
  margin: 5px 0 7px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

input[type=text]:focus,
input[type=password]:focus {
  background-color: #EEE;
  outline: none;
}


/* Business report page */

.round-button {
  min-width: 100px;
  max-width: 200px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  color: white;
  border-radius: 100%;
  outline: none;
  overflow: none;
  text-align: center;
  width: 40%;
  padding: 0;
}

.round-button:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
}

.no-hover-cursor {
  cursor: default !important;
}

button.round-button:hover {
  opacity: 0.8;
}

span {
  display: inline-block;
  max-width: 100%;
}

.round-button:active {
  background-color: #2980b9;
}

.business-report-section {
  display: inline-block;
  width: 25%;
}

.business-report-section-smaller {
  display: inline-block;
  width: 19%;
  vertical-align: top;
}

.prevention-title {
  font-size: 25px;
}

h3.small-header {
  font-size: 16px;
}

.green-score {
  border: 6px solid #13670D;
  background-color: #24941B;
}

.yellow-score {
  border: 6px solid #D0B600;
  background-color: #E0D125;
}

.red-score {
  border: 6px solid #761706;
  background-color: #B93C26;
}

.gray-score {
  border: 6px solid #484847;
  background-color: #80807E;
}

.business-report-text {
  text-align: center;
  color: black;
}

#business-report {
  background-color: #E0FEFF;
}

#business-report-header {
  transition: all 0.75s ease-in-out;
  max-height: 2000px;
  opacity: 1;
}

.hidden-header {
  max-height: 0 !important;
  opacity: 0 !important;
}

.report-details {
  background-color: white;
  transition: all 0.75s ease-in-out;
  height: 0;
  display: none;
}

.report-details h2 {
  padding-top: 0.5%;
  font-weight: bold;
}

.active-details {
  height: 51vh !important;
  margin-top: 1%;
  display: block !important;
}

#nutrition-details:after {
  position: absolute;
  right: 73.25%;
  top: 36%;
  border-top: none;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 20px solid white;
}

#lifestyle-details:after {
  position: absolute;
  right: 48%;
  top: 36%;
  border-top: none;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 20px solid white;
}

#mentality-details:after {
  position: absolute;
  right: 22.75%;
  top: 36%;
  border-top: none;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 20px solid white;
}

#business-report {
  display: block;
  position: relative;
  margin-top: 9%;
  height: 100%;
}

.report-details p {
  color: black;
  font-weight: bold;
  font-size: 24px;
  margin-left: 5px;
}

.report-details p.big {
  color: black;
  font-weight: bold;
  font-size: 24px;
  clear: both;
  float: left;
}

.report-details p.small {
  color: black;
  font-weight: bold;
  font-size: 16px;
  margin-left: 0px;
  margin-bottom: 0px !important;
}

.business-factors {
  column-count: 2;
  margin-left: 22%;
}

.underline {
  font-weight: bold;
  display: inline-block;
  border-bottom: 3px solid black;
  font-size: 28px;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}

.business-followup {
  font-weight: 400;
  font-size: 1.7rem;
  background-color: #45B4F3;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  width: 30%;
  display: block;
  text-align: center;
  align-items: center;
  padding: 7px 10px;
  color: #ffffff;
  margin-top: 2.5vh;
  margin-left: 35%;
  font-family: "Open Sans";
  opacity: 1;
  border-radius: 3px;
}

.business-followup:hover {
  opacity: 0.9;
}

p.regular-text {
  color: black;
  max-width: 60% !important;
  text-align: center;
  margin-left: 20%;
  margin-bottom: 75px;
  font-size: 16px;
}

.question-subheader {
  color: black;
  text-align: center;
  max-width: 75% !important;
  font-size: 22px;
  margin-left: 12.5%;
  font-weight: bold;
  margin-top: -15px;
  margin-bottom: 30px;
}

div.lifestyle-section {
  margin-bottom: 7px;
  break-inside: avoid-column;
}

span.score {
  font-size: 22px;
}

span.score-big {
  font-size: 30px;
}

span.divider {
  font-size: 34px;
  color: white;
  margin-left: 3px;
}

span.divider-small {
  font-size: 24px;
  color: white;
  margin-left: 2px;
}

span.biz-score {
  font-size: 30px;
}

span.red {
  color: red;
}

span.yellow {
  color: #C5CF1F;
}

span.black {
  color: black;
}

span.green {
  color: mediumseagreen;
}

.business-factor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "a b c";
}

#business-factor-grid1 {
  grid-area: a;
}

#business-factor-grid2 {
  grid-area: b
}

#business-factor-grid3 {
  grid-area: c;
}

div.input-section {
  width: 40%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

div.input-subsection {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.hw-label {
  display: inline-block;
  margin-left: 10px;
}

#hw-error {
  margin-left: 42%;
  margin-top: 20px;
}

.input-container {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}

#height-input {
  margin-top: 50px;
}

#height-input-ft {
  width: 69.8%;
  display: inline-block;
}

#height-input-in {
  width: 60%;
  display: inline-block;
}

#weight-input {
  width: 80% !important;
}

h2.select-factor-section {
  text-align: center;
  font-size: 20px;
  text-decoration: underline;
  font-weight: bold;
}

div.checkbox-factor-business {
  display: inline-block;
  text-align: left;
  transition: background 0.5s ease-in-out;
  width: 100%;
  margin-bottom: -1%;
}

div.checkbox-factor-business input {
  width: 18px;
  height: 18px;
  font: 400 13.3333px Arial;
  margin-top: 1%;
  margin-left: 25%;
}

div.business-factor-grid-section {
  margin: initial;
}

p.business-factor-message {
  color: black;
  text-align: center;
  max-width: 75% !important;
  font-size: 18px;
  margin-left: 12.5%;
}

.nutrition-factor {
  margin-left: 42% !important;
}

.exercise-factor {
  margin-left: 35% !important;
}

.mindfullness-factor {
  margin-left: 39% !important;
}


/* User profile */

a.button-link:link {
  text-decoration: none;
}

#reminder-container {
  margin-top: 30px;
}

li.reminder-header {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  list-style-type: none;
  margin-top: 10px;
}

li.reminder-header * {
  display: inline-block;
  vertical-align: middle;
}

li.reminder-data {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  list-style-type: none;
  background: linear-gradient(to right, rgba(57, 179, 249, 0.9), rgba(37, 201, 202, 0.2));
  margin-top: 10px;
}

li.reminder-data h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

li.reminder-data * {
  display: inline-block;
  vertical-align: middle;
}

p.reminder-item {
  color: black;
  font-size: 20px;
  text-align: center;
  font-family: 'Helvetica', Arial, sans-serif;
  margin: auto;
}

.reminder-button {
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
  width: 100px;
}

#profile-scores {
  text-align: center;
}

#side-bar {
  width: 15vw;
  background: linear-gradient(to bottom, #39B3F9, #25C9CA);
  height: 100vh;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1050;
  top: 0;
}

#user-info {
  margin-left: 15vw;
}

#side-bar-content {
  margin-top: 60px;
}

.side-bar-item {
  text-align: center;
  font-size: 18px;
}

.side-bar-header {
  margin-top: 30%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.phone-wrapper {
  width: 80%;
  margin: 0 auto;
}

p.summary-question {
  color: black;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
}

p.summary-answer {
  color: black;
  text-align: center;
  font-size: 16px;
}

.summary-item {
  margin-top: 50px;
}

@media only screen and (max-width: 1397px) {
  #side-bar-content {
    margin-top: 145px;
  }
}

@media only screen and (max-width: 1229px) {
  #side-bar-content {
    margin-top: 185px;
  }
}


/* Chart and graph styles */

#org-report-title {
  font-weight: bold;
}

.bar-graph-title {
  text-align: center;
  margin-top: 75px;
  margin-bottom: 30px;
}

.bar-graph {
  margin-top: 50px;
  display: block;
}

.bar-graph .title {
  -webkit-animation: fade-in-text 1.5s 0.1s forwards;
  -moz-animation: fade-in-text 1.5s 0.1s forwards;
  animation: fade-in-text 1.5s 0.1s forwards;
  opacity: 0;
}

.bar-graph-horizontal>div {
  float: left;
  margin-bottom: 8px;
  width: 90%;
  margin-left: 10%;
}

.bar-graph-horizontal .title {
  float: left;
  margin-top: 5px;
  width: 100px;
  text-align: center;
}

.bar-graph .bar {
  border-radius: 3px;
  height: 55px;
  float: left;
  overflow: hidden;
  position: relative;
  width: 0;
}

.bar-graph .bar::after {
  color: #fff;
  content: attr(label);
  font-weight: 700;
  position: absolute;
  right: 16px;
  top: 17px;
}

.bar-graph .number::after {
  content: attr(label);
}

@-webkit-keyframes fade-in-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* Temp for dashboard */

html {
  height: 100%;
  width: 100%;
}

.dashboard-container {
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: auto;
  margin-bottom: 60px
}

.navbar-default {
  z-index: 9;
  box-shadow: 2px 2px 5px #CCC !important;
  border:	none;
}

.navbar-default .navbar-nav>li>a {
  color: #7A7A7A;
  font-family: "Helvetica", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.9px;
}

.main-nav1 {
  height: fit-content;
  overflow: visible;
  margin-bottom: 10px;
  margin-left: 10vw !important;
  margin-right: auto;
  position: relative;
  float: none !important;
  margin-top: 2vh !important
}


/*#myNavbar {
  background: transparent;
  box-shadow: none !important;
  transition: background 0.5s ease-in-out !important;
}
#myNavbar.active {
  background: white;
  box-shadow: 1px 1px 10px 1px #8888889c !important;
}*/

#whiteNavbar {
  background: white;
}


/*
.main-nav1 li {
  display: block;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    font-size: 17px;

    transition: color 0.2s ease-in-out !important;
}
*/

.main-nav1 li:hover {
  color: #25C9CA;
  cursor: pointer;
}

.main-nav1 li.page {
  width: 200px;
  padding: 0px 16px 0px 0px;
  top: 20px;
  text-align: center;
  color: #777777;
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
}

li.page > a {
  background-color: transparent !important;
}

li.page2 > a {
  background-color: transparent !important;
}

/* Dropdown stuff */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown:hover .dropdown-content {
  display: block;
}

#account-info>ul.dropdown-menu {
  right: 0;
  left: auto !important;
}


/* Logos */

#title {
  /*
  position: relative;
    font-weight: normal;
    font-size: 46px;
    top: 5px;
    text-align: center;
    background: linear-gradient(to right, #25C9CA, #39B3F9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: default;*/
  font-family: "Nunito Sans", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.4px;
  background-color: transparent;
  background-image: linear-gradient(90deg, #25c9ca 0%, #39b3f9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 10px !important;
}

#collapse-title {
  visibility: hidden;
}

.heading-statistics {
  width: 90%;
  height: 450px;
  margin-top: 120px !important;
  margin: 0 auto;
}

.rectangle-todo {
  display: inline-block;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(178, 178, 178, 1);
  width: 46%;
  height: 440px;
  top: 120px;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1607843137254902));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1607843137254902));
  border-radius: 4px;
  margin-right: 20px;
  padding-bottom: 40px;
  min-height: 400px;
}

.rectangle-health-fact {
  display: inline-block;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(178, 178, 178, 1);
  width: 46%;
  height: 440px;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1607843137254902));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1607843137254902));
  border-radius: 4px;
  margin-left: 20px;
  padding-bottom: 40px;
  min-height: 400px;
  vertical-align: top;
}

.health-fact-title {
  box-sizing: content-box;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
  color: rgba(112, 112, 112, 1);
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  font-size: 32.00px;
  font-weight: 700;
  font-family: 'Helvetica Neue', Arial;
  margin-top: 35px;
  margin-bottom: 65px
}

.health-fact {
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
  color: rgba(112, 112, 112, 1);
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  font-size: 18.00px;
  font-weight: 700;
  font-family: 'Helvetica Neue', Arial;
  margin-top: 45px
}

.full-assessment-list {
  white-space: nowrap;
  display: flex;
  min-width: 0;
  width: 100%;
}

.assessment-list {
  white-space: nowrap;
  display: flex;
  min-width: 0;
  width: 80%;
  margin-left: auto;
    margin-right: auto;
}

.sub-assessment-list {
  white-space: nowrap;
  display: flex;
  min-width: 0;
  width: 60%;
  margin: 0 auto;
}

.assessment-tab {
  display: inline-block;
  width: 100%;
  text-align: center;
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  font-size: 15.00px;
  font-weight: 700;
  height:54px !important;
  font-family: 'Helvetica Neue', Arial;
  border-width: 1px;
  border-style: solid;
  padding-top: 15px;
  padding-bottom: 15px;
  user-select: none;
  border-color: rgba(178, 178, 178, 0.68);
  background-color: rgba(255, 255, 255, 0.68);
  color: rgba(112, 112, 112, 1);

  transition: background-color 0.4s;
}

.assessment-tab-thin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  font-size: 15.00px;
  font-weight: 700;
  min-height: 40px;
  font-family: 'Helvetica Neue', Arial;
  border-width: 1px;
  border-style: solid;
  white-space: break-spaces;
  user-select: none;
  border-color: rgba(178, 178, 178, 0.68);
  background-color: rgba(255, 255, 255, 0.68);
  color: rgba(112, 112, 112, 1);

  transition: background-color 0.4s;
}

.assessment-tab.active-nutrition, .assessment-tab-thin.active-nutrition {
  background-color: var(--dark-blue);
  color: white;
}

.assessment-tab:hover {
  cursor: pointer;
}

.assessment-tab-thin:hover {
  cursor: pointer;
}

.assessment-tab-arrow {
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.assessment-tab-arrow-new {
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.response-category-container {
    background-color: #F2F7F7;
    display: flow-root;
    /*box-shadow: inset 0px 2px 8px -2px #ccc, 0px 2px 4px 2px #ccc;*/
}

.category-title {
  margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.active-response-category {
  background-color: var(--dark-blue);
  color: white;
}

.update-response-container {
  text-align: left;
  margin-left: 10%;
  font-family: 'Helvetica Neue', Arial;
}

.update-response-section {
  text-align: left;
  margin-left: 10%;
  font-family: 'Helvetica Neue', Arial;
  font-weight: bold;
  font-size: 24px;
}

.update-response-item {
  line-height: 30px;
}

.update-response-sub-item {
  display: flex;
  align-items: center;
  line-height: 25px;
}

.update-response-sub-item > div {
  font-family: 'Helvetica Neue', Arial;
  font-size: 14px;
  font-weight: bold;
  margin-left: 2%;
  color: rgba(142, 142, 142, 1);
}

.answer.updated-response {
  color: goldenrod;
  font-weight: bold;
}

.assessment-tab-thin.updated-response:not(.active-response-category) {
  color: goldenrod;
}

.update-response-text {
  text-align: center;
  font-size: 16px;
  font-family: 'Helvetica Neue', Arial;
  font-weight: bold;
  margin-left: 1%;
  display: flex;
    align-items: center;
}

.update-response-text.answer {
  font-weight: normal;
    max-width: 60%;
    text-align: left;
    margin-left: 5px;
}

.update-response-text > span {
  margin-left: 5px;
  font-weight: normal;
  text-align: center;
    max-width: 70%;
}

.update-response-text.big {
  font-size: 20px;
}

.update-response-item a {
  color: var(--dark-blue) !important;
    margin-left: 15px;
    font-size: 13px;
    margin-top: 2px;

    transition: all 0.25s ease-in-out;
}

.update-response-item a:hover {
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}

.update-response-sub-item > .update-response-text.big {
    font-size: 16px;
}

.update-response-sub-item a {
    font-size: 12px;
}

.update-response-sub-item a:hover {
    font-size: 13px;
}

/* User settings page styles */
.settings-section-container {
  margin-top: 50px;
  width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.setting-edit-container {
  display: flex;
    padding: 20px;
    flex-direction: column;
    background-color: rgba(156, 212, 230, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.setting-value-input-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  padding: 10px;
  align-items: center;
  width: 40%;
}

.setting-value-input-container label {
  flex-shrink: 0;
  margin-right: 10px;
  flex-basis: 25%;
    text-align: right;
}

.setting-edit-title {
  text-align: left;
  font-family: 'Helvetica Neue', Arial;
  font-size: 28px;
  font-weight: bold;
}

.setting-select {
  width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

input.setting-input {
  margin-top: 35px;
    width: 50%;
    border: 1px solid;
    background: white;
    margin-left: auto;
    margin-right: auto;
}

.verify-input-container {
  display: flex;
    flex-direction: row;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.verify-input-container > input {
  flex-basis: 70%;
  margin:	0;
}

/* End user settings page styles */

#assessment-tab-active.general-tab {
  color: #FFFFFF;
  background-color: #39B3F9;
}

#assessment-tab-active.cancer-tab {
  color: #FFFFFF;
  background-color: #A684D5;
}

#assessment-tab-active.mental-tab {
  color: #FFFFFF;
  background-color: #96C896;
}

#assessment-tab-active.chronic-tab {
  color: #FFFFFF;
  background-color: rgba(234, 49, 80, 0.59);
}

#assessment-tab-active.biz-tab, #assessment-tab-active.wcw-tab {
  color: #FFFFFF;
  background-color: #45B4F3;
}

#assessment-tab-active.nut-tab {
  color: #FFFFFF;
  background-color: #45B4F3;
}

#assessment-tab-active.ax-tab {
  color: #FFFFFF;
  background-color: #96C896;
}

#assessment-tab-active.dp-tab {
  color: #FFFFFF;
  background-color: #96C896;
}

#assessment-tab-active.bc-tab {
  color: #FFFFFF;
  background-color: #DB8ADB;
}

#assessment-tab-active.cc-tab {
  color: #FFFFFF;
  background-color: rgba(51, 94, 247, 0.58);
}

#assessment-tab-active.cad-tab {
  color: #FFFFFF;
  background-color: rgba(234, 49, 80, 0.59);
}

#assessment-tab-active.db-tab {
  color: #FFFFFF;
  background-color: rgba(234, 49, 80, 0.59);
}

#assessment-tab-active.erd-tab {
  color: #FFFFFF;
  background-color: rgba(234, 49, 80, 0.59);
}

#assessment-tab-active.sla-tab {
  color: #FFFFFF;
  background-color: rgba(234, 49, 80, 0.59);
}

#assessment-tab-active.pd-tab {
  color: #FFFFFF;
  background-color: rgba(234, 49, 80, 0.59);
}


#assessment-tab-active.lc-tab {
  color: #FFFFFF;
  background-color: rgba(110, 193, 228, 0.87);
}

#assessment-tab-active.sa-tab {
  color: #FFFFFF;
  background-color: #96C896;
}


.toDo {
  box-sizing: content-box;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
  color: rgba(112, 112, 112, 1);
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  font-size: 32.00px;
  font-weight: 700;
  font-family: 'Helvetica Neue', Arial;
  margin-top: 35px;
  margin-bottom: 50px
}

.todo-item {
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0);
  text-align: left;
  color: rgba(112, 112, 112, 1);
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  font-size: 18.00px;
  font-weight: 700;
  font-family: 'Helvetica Neue', Arial;
  width: fit-content;
  margin-left: 68px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 10px;
}

.todo-wrapper:hover {
  background-color: azure;
}

.todo-link:hover {
  color: white;
  text-decoration: none;
}

.dashboard-arrow {
  border: solid #707070;
  border-width: 0 3px 3px 0;
  padding: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}

.dashboard-arrow-mobile {
  display: inline-block;
  border: solid #707070;
  border-width: 0 3px 3px 0;
  padding: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}

.factor-dropdown-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.assessment-container {
  display: none;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(178, 178, 178, 1);
  width: 100%;
  height: max-content;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1607843137254902));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1607843137254902));
  border-radius: 4px;
}

.active-assessment-container {
  display: inline-block;
  min-height: 430px;
}

.report-header {
  box-sizing: content-box;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
  color: rgba(112, 112, 112, 1);
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  font-size: 28px;
  font-weight: 700;
  font-family: 'Helvetica Neue', Arial;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 80% !important;
  margin-left: auto;
  margin-right: auto;
}

.report-message {
  box-sizing: content-box;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
  color: rgba(112, 112, 112, 1);
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  font-size: 22px;
  font-family: 'Helvetica Neue', Arial;
  margin-top: 30px;
  margin-bottom: 50px;
  max-width: 80% !important;
  margin-left: auto;
  margin-right: auto;
}

.not-taken-text {
  box-sizing: content-box;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
  color: rgba(112, 112, 112, 1);
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  font-size: 24px;
  font-weight: 700;
  font-family: 'Helvetica Neue', Arial;
  margin-top: 20px;
}

.green-score {
  border: 6px solid #13670D;
  background-color: #24941B
}

.round-button {
  min-width: 100px;
  max-width: 200px;
  text-decoration: none;
  display: inline-block;
  font-family: 'Helvetica Neue', Arial;
  cursor: pointer;
  color: white;
  border-radius: 100%;
  outline: none;
  overflow: none;
  text-align: center;
  width: 40%;
  padding: 0;
  margin: 0 auto;
}

.round-button:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%
}

/* Quiz Progress Bar */

.quiz-progress-markers-container {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 15px;
  bottom: 50px;
}

.quiz-progress-section-marker {
  /*width: 8px;
  height: 8px;*/
  width: 2px;
  height: 15px;
  background-color: black;
  position: absolute;
}

.quiz-progress-section-label {
  font-size: 14px;
  font-family: "Helvetica", Sans-serif;
  display: inline-block;
  color: black;
  text-align: center;
  display: inline-block;
  padding-right: 8px;

  transition: transform 0.5s ease-in-out;
}

.quiz-progress-section-label > div {
  transition: all 0.3s ease-in-out;
}

.quiz-progress-labels {
  width: 100%;
  position: relative;
}


.quiz-section-current {
  color: black;
  font-weight: 900;
  transform: scale(1.15)
}

.quiz-section-complete {
  color: black;
  font-weight: 700;
}

.quiz-section-incomplete {
  color: #AAA;
  font-weight: 700;
}

.animated-checkmark {
  height: 15px;
  width: 15px;
  position: absolute;
  top: 3px;
}

.animated-checkmark path {
  fill: none;
  stroke: #24941B;
  stroke-width: 4;
  stroke-dasharray: 23;
  stroke-dashoffset: 23;
  animation: draw-checkmark 0.5s linear forwards;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@keyframes draw-checkmark {
  to {
    stroke-dashoffset: 0;
  }
}

span.section-text {
  color: #7D7D7D;
  font-size: 12px;
  line-height: 16px;
  width: 70px;
  display: block;
  margin-left: -21px;
  margin-top: 2px;
  font-style: italic;
  font-family: Arial;
}

span.score-big {
  font-size: 30px
}

span.divider {
  font-size: 34px;
  color: white;
  margin-left: 3px
}

h1.first-take {
  box-sizing: content-box;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    color: rgba(112, 112, 112, 1);
    -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
    font-size: 40px;
    font-weight: 700;
    font-family: 'Helvetica Neue', Arial;
    margin-top: 20px;
}

h2.first-take {
  box-sizing: content-box;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    color: rgba(112, 112, 112, 1);
    -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
    font-size: 30px;
    font-weight: 700;
    font-family: 'Helvetica Neue', Arial;
    margin-top: 15px;
}

.quiz-row {
  text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.quiz-section {
  padding-bottom: 20px;
}

.button-take {
  font-weight: 400;
  font-size: 16px;
  width: 30%;
  display: block;
  text-align: center;
  align-items: center;
  padding: 7px 10px;
  color: #ffffff;
  margin-top: 100px;
  margin-left: 35%;
  font-family: "Open Sans";
  opacity: 1;
  height: 50px;
  border-radius: 6px;
  transition: font-size .2s ease-in-out;
}

.button-take:hover {
  font-size: 18px;
  cursor: pointer;
}

.button-schedule {
  font-weight: 400;
  font-size: 1.7rem;
  width: 30%;
  display: block;
  text-align: center;
  align-items: center;
  padding: 7px 10px;
  color: #ffffff;
  margin-left: 35%;
  font-family: "Open Sans";
  opacity: 1;
  height: 50px;
  border-radius: 6px;
  transition: font-size .2s ease-in-out;
}

.button-schedule:hover {
  font-size: 1.85rem;
}

.button-report-div {
  display: inline-block;
  vertical-align: top;
}

.button-report {
  font-weight: 400;
    font-size: 16px;
    width: 350px;
    margin-right: 10px;
    margin-left: 10px;
    height: 58px;
    align-items: center;
    padding: 10px;
    color: #ffffff;
    font-family: "Open Sans";
    opacity: 1;
    border-radius: 6px;
    transition: font-size .2s ease-in-out;
    display: flex;
    justify-content: center;
}

.button-report:hover {
  font-size: 18px;
  cursor: pointer;
}

.button-responses-container {
  display: flex;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.button-responses {
    display: flex;
    justify-content: center;
    align-items: center;
  font-weight: 400;
  font-size: 16px;
  width: 40%;
  height: 50px;
  text-align: center;
  padding: 10px;
  color: #ffffff;
  font-family: "Open Sans";
  opacity: 1;
  border-radius: 6px;
  margin-left: 5%;
  margin-right: 5%;
  transition: opacity .25s ease-in-out;
}

.button-responses:hover:enabled {
  opacity: 0.8;
  cursor: pointer;
}

.edit-resp-title {
  font-family: 'Helvetica Neue', Arial;
    font-weight: bold;
    margin-top: 25px;
    color: var(--dark-blue);
}

.top-report-buttons {
  display: flex;
  justify-content: space-between;
}

.dashboard-top-right-button {
  float: right;
  display: inline-block;
  margin-right: 2.5%;
}

.dashboard-top-left-button {
  text-align: left;
  display: inline-block;
  margin-left: 2.5%;
}

.button-save-factors {
  font-weight: 400;
  font-size: 14px;
  align-items: center;
  color: #ffffff;
  margin-right: 5%;
  width: 150px;
  font-family: "Open Sans";
  opacity: 1;
  height: 40px;
  border-radius: 6px;
  background-color: #45B4F3;
  margin-top: 20px;

  transition: opacity .25s ease-in-out;
}

.button-save-factors:hover {
  opacity: 0.8;
  cursor: pointer;
}
.finish-later-button {
  opacity: 1;
  font-weight: 400;
  font-size: 14px;
  right: 2%;
  color: #ffffff;
  width: 175px;
  font-family: "Open Sans";
  opacity: 1;
  height: 40px;
  border-radius: 6px;
  transition: opacity .25s ease-in-out;
}

.finish-later-button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.yes-no-scroll-container {
  height: 150px;
    width: 80%;
    min-height: 10px;
    text-align: center;
    margin-left: 10%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.yes-no-scroll-item {
  color: black;
  margin: 2px;
  font-size: 18px;
}

.close-modal {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

.close-modal.small {
  right: 16px;
  top: 16px;
}

.close-modal:hover {
  opacity: 1;
  cursor: pointer;
}

.close-modal:before, .close-modal:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 32px;
  width: 2px;
  background-color: #333;
}

.close-modal.small:before, .close-modal.small:after {
  height: 24px;
}

.close-modal:before {
  transform: rotate(45deg);
}

.close-modal:after {
  transform: rotate(-45deg);
}

.nutrition-plan-button {
  width: 50%;
  height: 40px;
}

.nutrition-modal-header {
  padding: 20px;
  font-size: 24px;
  font-weight: 700;
  color: var(--grey);
}
.nutrition-modal-container {
  height: 100%;
  width: 100%;
  padding: 10px;
}
.nutrition-modal-content {
   flex-grow: 1;
   overflow: auto;
}

.standard-modal {
  width: 500px;
  height: 350px;
  background-color: white;
  display: block;
  margin: auto;
  margin-top: 15%;
  outline: none;
}

.standard-modal-bigger {
  width: 650px;
  min-height: 500px;
  height: fit-content;
  background-color: white;
  display: block;
  margin: auto;
  margin-top: 5%;
  outline: none;
}

.modal {
  border: 3px solid #45B4F3;
}

/*.standard-modal p, .standard-modal-bigger p {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 80%;
  margin-left: 10%;
}*/

.standard-modal button, .standard-modal-bigger button {
  opacity: 1;
  color: white;
  text-align: center;
  font-size: 14px;
  border-radius: 6px;
  width: 50%;
  height: 40px;
  margin-left: 25%;
  margin-right: 25%;
  transition: opacity .25s ease-in-out;
  margin-bottom: 15px;
}

.standard-modal button:hover, .standard-modal-bigger button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.standard-modal-overlay {
    display: flex;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 1000;
}

.dashboard-risk {
  text-align: center;
  font-size: 24.00px;
  font-weight: 700;
  font-style: normal;
  font-family: 'Helvetica Neue', Arial;
  margin-top: 30px;
}

.risk-gradient {
  display: flex;
  align-items: center;
  height: 40px;
  width: 40%;
  margin: 0 auto;
  background-image: linear-gradient(to right, #02AA09 10%, #E7C61D 40% 60%, #FA5109 90%);
  border-radius: 20px;
  border: 2px solid black;
}

.risk-gradient-marker {
  content: " ";
  height: 20px;
  width: 20px;
  background-color: black;
  border-radius: 50%;
  box-shadow: 0 0 15px 2px white;
  position: absolute;

  transition: all 1.5s ease-in-out;
}

.risk-gradient-divider {
  height: 40px;
  border-left: 2px solid black;
  margin-right: -2px;
}

.risk-gradient-texts {
  text-align: center;
  width: 40%;
  margin-left: 30%;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.risk-gradient-texts > p {
  color: black;
  display: inline-block;
  text-align: center;
  font-family: 'Helvetica Neue', Arial;
  font-size: 14px;
}

.report-block {
    white-space: nowrap;
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.heading-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px
}

.factor-title {
  text-align: center;
  font-size: 24.00px;
  font-weight: 700;
  font-style: normal;
  font-family: 'Helvetica Neue', Arial;
  padding-left: 10px;
  padding-right: 10px;
}

.factor-title.positive {
  color: rgba(0, 128, 0, 1);
}

.factor-title.neutral {
  color: black;
}

.factor-title.negative {
  color: rgba(255, 0, 0, 1);
}

.factor-title.moderate {
  color: rgba(208, 208, 0, 1);
}


.factor-container {
  background-color: rgba(249, 253, 251, 1);
  border-color: rgba(112, 112, 112, 1);
  border-radius: 4px;
  -webkit-filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.1607843137254902));
  filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.1607843137254902));
  height: max-content;
  height: 470px;
  width: 70%;
  margin: 0 auto
}

#pos-unc {
  background-color: rgba(249, 253, 251, 1);
  border-color: rgba(112, 112, 112, 1);
  border-radius: 4px;
  -webkit-filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.1607843137254902));
  filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.1607843137254902));
  height: max-content;
  height: 470px;
  width: 70%;
  margin: 0 auto
}

#neg-unc {
  background-color: rgba(249, 253, 251, 1);
  border-color: rgba(112, 112, 112, 1);
  border-radius: 4px;
  -webkit-filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.1607843137254902));
  filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.1607843137254902));
  height: max-content;
  height: 470px;
  width: 70%;
  margin: 0 auto
}

#pos-con {
  background-color: rgba(249, 253, 251, 1);
  border-color: rgba(112, 112, 112, 1);
  border-radius: 4px;
  -webkit-filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.1607843137254902));
  filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.1607843137254902));
  height: max-content;
  height: 470px;
  width: 70%;
  margin: 0 auto
}

#neg-con {
  background-color: rgba(249, 253, 251, 1);
  border-color: rgba(112, 112, 112, 1);
  border-radius: 4px;
  -webkit-filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.1607843137254902));
  filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.1607843137254902));
  height: max-content;
  height: 470px;
  width: 70%;
  margin: 0 auto
}

/* Dashboard animation styles */

.report-transition-enter {
  opacity: 0;
  transform: scaleY(0);
}

.report-transition-enter-active {
  opacity: 1;
  transform: scaleY(1);
  transform-origin: top;
  transition: opacity 0.6s ease-in-out, transform 0.6s;
}

.report-transition-enter-active > * {
  opacity: 1;
  transition: opacity 0.6s ease-in;
}

.report-transition-exit-active > * {
  opacity: 0;
  transition: opacity 0.15s;
}

.report-transition-exit {
  opacity: 1;
  transform: scaleY(1);
}

.report-transition-exit-active {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: opacity 0.6s ease-in-out, transform 0.6s;
}

.fade-transition-enter {
  opacity: 0;
}

.fade-transition-enter-active {
  opacity: 1;

  transition: opacity 0.8s ease-in-out;
}

.fade-transition-exit {
  opacity: 1;
}

.fade-transition-exit-active {
  opacity: 0;

  transition: opacity 0.8s ease-in-out;
}

/* End dashboard animation styles */

/* Quiz animation styles */

.question-transition-enter {
  opacity: 0;

}
.question-transition-enter-done {
  min-height: 0px;
  flex: 1 1 auto;

}

.question-transition-enter-active {
  opacity: 1;

  transition: opacity 0.15s ease-in-out;
}

.question-transition-exit {
  opacity: 1;
}

.question-transition-exit-active {
  opacity: 0;

  transition: opacity 0.15s ease-in-out;
}


/* End quiz animation styles */

.section-report {
  width: 50%;
  margin-top:	40px;
}

.header-section-report {
  background-color: rgb(255, 255, 255);
}

.header-section-title {
  text-align: center;
  color: rgba(112, 112, 112, 1);
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  font-size: 24.00px;
  font-weight: 700;
  font-family: 'Helvetica Neue', Arial;
  padding-top: 10px;
  border-radius: 4px;
}

.dashboard-popup {
  font-size: 12px;
  margin: 0 auto !important;
  display: block !important;
  padding-bottom: 15px;
}

.dashboard-popup:hover {
  cursor: pointer !important;
}


.dashboard-factor-items {
  font-size: 17.00px;
  font-weight: 700;
  font-style: normal;
  font-family: 'Helvetica Neue', Arial;
  color: rgba(112, 112, 112, 1);
  width: 80%;
  margin: 0 auto;
  padding-bottom: 40px;
  white-space: normal;
  overflow-y: auto;
  height: calc(70% + 25px);
}

.dashboard-factor-items p {
  color: rgba(112, 112, 112, 1);
  display: contents;
}

.dashboard-factor-items p.factor-link {
  color: #0086E6;
  display: contents;
}

.dashboard-factor-items p.factor-link:hover {
  text-decoration: underline;
}

.dashboard-factor-items a {
  text-decoration: none;
  display: block;
  margin-top: 8px;
}

.factor-category-tooltip {
  margin-bottom: -5px;
}

.factor-item-container {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

/* Expert mini quiz report page styles */
h2.expert-report-title {
  text-align: center;
  margin-top: 100px;
  color: rgba(112, 112, 112, 1);
    font-size: 24.00px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Helvetica Neue', Arial;
}

h2.result-title {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

h2.expert-report-score {
  text-align: center;
  margin-top: 50px;
    -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
    font-size: 45.00px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Helvetica Neue', Arial;
}

.expert-score-red {
  color: rgba(214, 43, 43, 1);
}

.expert-score-green {
  color: rgba(55, 126, 27, 1);
}

input.expert-email-input {
  width: 30%;
    margin-left: 35%;
    margin-top: 50px;
}

h2.expert-report-subtext {
  margin-top: 50px;
  text-align: center;
    color: rgba(112, 112, 112, 1);
    -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
    font-size: 24.00px;
    font-weight: 400;
    font-style: italic;
    font-family: 'Helvetica Neue', Arial;
}

div.expert-results-box {
  margin-top: 30px;
  width: 68%;
  margin-left: 16%;
  box-sizing: content-box;
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
    cursor: default;
    padding-bottom: 50px;
    background-color: rgba(249, 253, 251, 1);
    border-bottom-color: rgba(112, 112, 112, 1);
    border-bottom-style: none;
    border-bottom-width: 1.00px;
    border-left-color: rgba(112, 112, 112, 1);
    border-left-style: none;
    border-left-width: 1.00px;
    border-right-color: rgba(112, 112, 112, 1);
    border-right-style: none;
    border-right-width: 1.00px;
    border-top-color: rgba(112, 112, 112, 1);
    border-top-style: none;
    border-top-width: 1.00px;
    border-top-left-radius: 4.00px;
    border-top-right-radius: 4.00px;
    border-bottom-left-radius: 4.00px;
    border-bottom-right-radius: 4.00px;
    -webkit-filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.1607843137254902));
    filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.1607843137254902));
}

img.expert-report-posneg {
  width: 25px;
  vertical-align: top;
}

div.expert-report-question-container {
  margin-left: 28%;
  margin-bottom: 30px;
}

div.expert-report-question-header {
  margin-bottom: 10px;
}

div.expert-report-question-header > * {
  display: inline-block;
  margin-left: 20px;
}

p.expert-question-title {
  background-color: rgba(255, 255, 255, 0);
    text-align: center;
    letter-spacing: 0.00px;
    color: rgba(112, 112, 112, 1);
    -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
    font-size: 20.00px;
    font-weight: 700;
    font-style: italic;
    font-family: 'Helvetica Neue', Arial;
    vertical-align: top;
}



p.expert-report-text-bold {
  margin-left: 9.5%;
    color: rgba(112, 112, 112, 1);
    -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
    font-size: 17.00px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Helvetica Neue', Arial;
}

p.expert-report-text {
  margin-left: 9.5%;
    color: rgba(112, 112, 112, 1);
    -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
    font-size: 17.00px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Helvetica Neue', Arial;
}

button.button-platform-type {
    font-size: 24.00px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Helvetica Neue', Arial;
  background-color: #45B4F3;
  width: 497px;
  height: 60px;
  text-align: center;
  align-items: center;
  color: #ffffff;
  font-family: "Open Sans";
  opacity: 1;
  border-radius: 4px;
    transition: font-size .2s ease-in-out;
}

button.button-platform-type:hover {
  cursor: pointer;
  font-size: 26px;
}

div.platform-button-container {
  display: inline-block;
  width: 497px;
  height: 358px;
  border-width: 1px;
  border-color: rgba(112, 112, 112, 1);
  border-style: none;
  background-color: rgba(249, 253, 251, 1);
  filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.1607843137254902));
  border-radius: 4px;
  margin-top: 75px;
  vertical-align: top;
}

p.platform-type-text {
    margin-top: 50px;
    width: 70%;
    margin-left: 15%;
  text-align: center;
    line-height: 31.00px;
    letter-spacing: 0.00px;
    color: rgba(57, 179, 249, 1);
    -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
    font-size: 22.00px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Helvetica Neue', Arial;
    text-decoration: none;
}

.address-suggestion {
  text-align: center;
  display: block;
  margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.platform-left-margin1 {
  margin-left: 14%;
}

.platform-left-margin2 {
  margin-left: 6%;
}

div.platform-type-container {
  margin-bottom: 100px;
}

/* Physician dashboard styles */

.physician-title {
  box-sizing: content-box;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
  color: rgba(112, 112, 112, 1);
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  font-size: 30px;
  font-weight: bold;
  font-family: 'Helvetica Neue', Arial;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

.physician-dashboard-dropdown {
  text-align: left;
  color: black;
}

.physician-cohort-dropdown {
  text-align: left;
  color: black;
  width: 70%;
  margin-left: 15%;
}


.physician-dashboard-dropdown-risk {
  text-align: left;
  color: black;
  width: 500px;
}


.physician-dropdown-group {
  display: inline-block;
  text-align: center;
  width: 30%;
  margin-left: 13.5%;
}
.physician-dropdown-two {
  display: inline-block;
  text-align: center;
  width: 45%;
}

.physician-dropdown-header {
  box-sizing: content-box;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
  color: rgba(112, 112, 112, 1);
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  font-size: 24px;
  font-weight: 700;
  font-family: 'Helvetica Neue', Arial;
  margin-top: 60px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.patient-table {
  height: 500px;
  margin-bottom: 0 !important;
}

.patient-row {
  background-color: #FFF;
  transition: all 0.25s ease-in-out;
}

.patient-row:hover {
  background-color: #DDD;
}

.patient-row.selected {
  background-color: blue;
}

.patient-row td.patient-item {
  border: 1px inset #DDD;
  color: #333
}

.patient-row.selected td.patient-item {
  border: 1px solid #1E0E5E;
  color: #FFF
}

.risk-table{
  width: 800px !important;
  margin-top:66px;
  border: 0.25px solid !important;
  border-color: #707070 !important;
}
.risk-table-header{
  width: 400px;
  text-align: center;
  background-color: #e1e4eb;
  height: 50px;
  border: 1px solid !important;
  border-color: #707070 !important;

}
.risk-table-body{
  text-align: center;
  height: 50px;
  border: 1px solid !important;
  border-color: #707070 !important;

}

td.risk-level-cell {
  text-align: center;
  padding-left: 75px !important;
  padding-right: 75px !important;
}

th.header-cell {
  text-align: center;
  background-color: #e1e4eb;

  transition: all 0.25s ease-in-out;
}

th.header-cell:hover {
  background-color: #CCC;
}

th.header-cell.selected {
  background-color: #AAA;
}

.physician-aggregate-header {
  box-sizing: content-box;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
  color: rgba(112, 112, 112, 1);
  -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
  font-size: 24px;
  font-weight: 700;
  font-family: 'Helvetica Neue', Arial;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.category {
  display: inline-block;
  font-weight: 700;
  font-family: 'Helvetica Neue', Arial;
  margin-left: 18%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #707070;
  font-size: 23px;
  width: 37%;
  vertical-align: middle;
}

.category-header {
  display: inline-block;
  font-weight: 700;
  font-family: 'Helvetica Neue', Arial;
  margin-left: 18%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #707070;
  font-size: 23px;
  width: 29%;
}

.category-right{
  display: inline-block;
  margin-left: 114px;
  font-weight: 700;
  font-family: 'Helvetica Neue', Arial;
  color: #707070;
  font-size: 23px;
  vertical-align: middle;
}

.category-center {
  text-align: center;
  width: 5%;
}

.category-age {
  font-size: 20px !important;
}

.risk-category-high{
  font-size: 20px;
  font-weight: bolder;
  font-family: 'Helvetica Neue', Arial;
  color: #D62B2B;
  display: inline-block;
  margin-left: 114px;
  font-size: 23px;
  margin-bottom: 25px;
  width: 150px;
}
.risk-category-medium{
  font-size: 20px;
  font-weight: bolder;
  font-family: 'Helvetica Neue', Arial;
  color: #DDD48C;
  display: inline-block;
  margin-left: 114px;
  font-size: 23px;
  margin-bottom: 25px;
  width: 150px;
}
.risk-category-low{
  font-size: 20px;
  font-weight: bolder;
  font-family: 'Helvetica Neue', Arial;
  color: #449523;
  display: inline-block;
  margin-left: 114px;
  font-size: 23px;
  width: 150px;
}
.risk-category-right{
  display: inline-block;
  font-weight: 700;
  font-family: 'Helvetica Neue', Arial;
  color: #707070;
  font-size: 23px;
  width: 45%;
  text-align: right;
}
.rectangle-full {
  display: inline-block;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(178, 178, 178, 1);
  width: 96%;
  margin-left: 30px;
  padding-left: 20px;
  padding-right: 20px;
  height: fit-content;
  margin-top: 79px;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1607843137254902));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1607843137254902));
  border-radius: 4px;
  margin-right: 20px;
  padding-bottom: 40px;
  min-height: 360px;
}
.rectangle-risk {
  display: inline-block;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(178, 178, 178, 1);
  width: 46%;
  height: fit-content;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1607843137254902));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1607843137254902));
  border-radius: 4px;
  margin-left: 38px;
  padding-bottom: 40px;
  min-height: 360px;
  vertical-align: top;
}

.rectangle-top {
  display: inline-block;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(178, 178, 178, 1);
  width: 46%;
  margin-left: 30px;
  padding-left: 20px;
  padding-right: 20px;
  height: fit-content;
  top: 120px;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1607843137254902));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1607843137254902));
  border-radius: 4px;
  padding-bottom: 40px;
  min-height: 360px;
  vertical-align: top;
}

.rectangle-right {
  float: right;
  margin-right: 30px;
}

.rectangle-dem {
  display: inline-block;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(178, 178, 178, 1);
  width: 46%;
  margin-left: 30px;
  padding-left: 20px;
  padding-right: 20px;
  height: fit-content;
  top: 120px;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1607843137254902));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1607843137254902));
  border-radius: 4px;
  padding-bottom: 40px;
  margin-top: 50px;
  height: 600px;
  vertical-align: top;
}

.center-items{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cohort-divider-line {
  width: 450px;
  height: 0.25px;
  border-color: #707070;
  margin-bottom: 5px;
  margin-top: 5px;
}

.short-choice-container {
  margin-left: auto;
  margin-right: auto;
  align-items: stretch;
  flex-direction: row;
  width: 75%;
}

@media only screen and (max-width: 1400px) {
  /* Tablet specific */
  .standard-modal-overlay {
    display: flex;
  }
  .short-choice-container {
    width: 90%;
  }
  .button-answer-mc {
    width: 80%;
  }
  .checkbox-container {
    max-height: unset !important;
      flex-flow: column;
      margin-left: 5%;
      margin-right: 5%;
  }
  .mc-container {
    max-height: unset !important;
  }
  .settings-value-item.setting-value {
    padding-left: 20px;
  }
  .settings-value-item.setting-name {
    padding-left: 10px;
  }
  .sub-assessment-list {
    width: 80%;
  }
  .assessment-list {
    width: 90%;
  }
  .risk-gradient {
    width: 60%;
  }
  .button-save-factors {
    width: 100px;
    margin-left: 15px;
  }
  .button-responses {
    font-size: 14px;
  }
  .finish-later-button {
    width: 100px;
  }
}

@media only screen and (max-width: 992px) {
  /* Phone specific */
  .short-choice-container {
    width: unset;
    flex-direction: column;
    align-items: center;
  }
  .standard-modal-overlay {
    z-index: 10000;
  }
  .setting-edit-buttons button {
    font-size: 12px;
  }
  .quiz-progress {
    bottom: auto
  }
  .quiz-progress-bg {
    bottom: auto;
  }

  .quiz-progress-labels {
    display: none;
  }
  .button-answer-mc {
    width: 80%;
    margin: 10px auto;
  }

  #quiz-progress-container {
    position: relative;
  }
  .nutrition-modal-header {
    min-height: 200px;
  }
  #forgot-form {
    width: 80%;
  }
  .s-text-header-b {
    font-size: 24px;
      font-weight: bold;
  }
  .setting-value-input-container {
    width: 80%;
  }
  .verify-input-container {
    width: 80%;
  }
  input.setting-input {
    width: 80%;
  }
  .setting-edit-title {
    font-size: 16px;
  }
  .settings-section-container {
    width: 90%;
  }
  .close-modal:before, .close-modal:after {
    left: 35px;
      bottom: 20px;
  }
  .assessment-tab-thin {
    font-size: 13px;
    padding: 0 5px;
  }
  .button-responses-container {
    width: 80%;
  }
  .button-responses {
    font-size: 14px;
    height: auto;
  }
  .update-response-sub-item > div {
    font-size: 12px;
    margin-left: 4%;
  }
  .update-response-sub-item > .update-response-text.big {
      font-size: 13px;
  }
  .update-response-sub-item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .update-response-item a {
      font-size: 10px;
      width: 30%
  }
  .update-response-item a:hover {
      font-size: 11px;
  }
  .update-response-text.big {
    font-size: 14px;
  }
  .update-response-text {
    font-size: 12px;
    text-align: unset;
    /*flex: 1 1 50%;*/
    width: 45%;
    margin-left: 3%;
    word-break: break-word;
  }
  .yes-no-scroll-item {
    text-align: left;
    margin-top: 15px;
  }
  .update-response-text.answer {
    /*flex: 0;*/
    width: 35%;
  }
  .update-response-container {
    margin-left: 0;
  }
  .update-response-container .update-response-item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .update-response-item:first-child {
    border-top: none;
  }
  .update-response-section {
    margin-left: 0;
    text-align: center;
  }
  .factor-type-container {
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
  .factor-category-tooltip {
    margin-bottom: 5px;
  }
  .factor-type-container {
    display: block;
    width: 90%;
    line-height: 25px;
    text-align: left;
    margin-left: 15px;
    padding-top: 5px;
  }
  .footer-section-report {
    height: 115px;
  }
  .navbar-default {
    box-shadow: none;
  }
  .risk-gradient {
    height: 30px;
    width: 80%;
    margin-left: 10%;
  }
  .risk-gradient::after {
    height: 15px;
    width: 15px;
  }
  .risk-gradient-divider {
    height: 30px;
  }
  .risk-gradient-texts {
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-top: 5px;
  }
  .risk-gradient-texts > p {
    font-size: 12px;
  }
  .section-report {
    margin-left: 0 !important;
  }
  .button-report-div {
      display: flex;
      justify-content: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .button-report {
    margin-bottom: 10px;
    width: 75vw;
  }
  .dashboard-risk {
    width: 80%;
    margin-left: 10%;
  }
  div.sub-assessment-list {
    white-space: nowrap;
    display: flex;
    min-width: 0;
    width: 100%;
    margin-left: auto;
  }
  #quiz-buttons-container {
    position: absolute;
  }

  .back-button{
    font-weight: bolder;
  }
  .back-button-modal {
    top: 8px;
    left: 8px;
  }
  .center-results{
    display: flex;
    flex-direction: column;
    align-items: center !important;
  }
  .expert-results-box{
    width: 90% !important;
    margin: 0 !important;
  }

  .expert-report-title{
    width: 90% !important;
    margin-left: 0%;
    margin-top: 120px !important;
  }
  .result-title{
    width: 100% !important;
    margin: 0px !important;
  }
  .expert-question-text{
    margin: 0px !important;
    max-width: 90% !important;
    margin-left: 5% !important;
    margin-top: 5px !important;
  }
  .expert-report-question-container{
    display: flex;
    flex-direction: column;
    align-items: center !important;
    margin-top:5px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .expert-question-title{
    font-size: 28px !important;
    margin-left:10px !important;
  }
  .expert-report-question-header{
    align-items: center !important;

  }
  .expert-report-text-bold{
    margin: 0px !important;
  }
  .expert-report-text{
    margin: 0px !important;
  }

  .expert-report-posneg{
    margin-right: 20 !important;
    margin-left: 20% !important;
    width: 30px !important;
    margin-top: 4px;
  }
  .platform-type-container{
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .platform-button-container{
    width: 80% !important;
    margin-left: 0px !important;
  }
  .button-platform-type{
    width: 100% !important;
    margin-left: 0px !important;
  }
  .platform-type-text{
    margin-top: 10px !important;
  }
  .dashboard-popup {
    width: auto;
  }
  .mobile-header-item {
    display: block !important;
  }
  .dashboard-container{
    position: relative !important;
    z-index: 0 !important;
  }
  .dropdown-menu{
    position:relative !important;
    z-index: 1000 !important;
  }
  .button-take{
    margin-left: 0px !important;
    margin-top: 30px !important;
    height: 60px !important;
    width: 200px !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .button-schedule{
    height: 60px !important;
    width: 75vw !important;
    margin-left: 12.5vw !important;
    text-align: center;
  }
  .button-save-factors{
    height: 30px !important;
    width: 150px !important;
  }
  #risk-download {
    margin-left: 0 !important;
  }
  .center-button{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #pos-unc{
    width: 90% !important;
    display:block !important;
  }
  #pos-con{
    width: 90% !important;
  }
  #neg-con{
    width: 90% !important;
  }
  #neg-unc{
    width: 90% !important;
    display: block !important;
  }
  .heading-title{
    margin-top: 115px;
  }
  .section-report{
    width: 100% !important;
  }
  .report-block{
    display:block !important;
    width: 100%;
    padding-bottom: 0;
  }
  .factor-title {
    font-size: 18px;
  }
  .dashboard-container {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .health-fact-title {
    font-size: 24.00px !important;
    padding-top: 10px !important;
  }
  .not-taken-text{
    font-size: 20px !important;
    max-width: 80% !important;
    margin-left: 10% !important;
    font-weight:bolder !important;
  }
  .health-fact {
    font-size: 20.00px !important;
  }
  #biz-container{
    position:relative;
    top:10px;
  }
  #cc-container{
    position:relative;
    top:10px;
  }
  #db-container{
    position: relative;
    top:10px;
  }
  #cad-container{
    position: relative;
    top:10px;
  }
  #lc-container{
    position:relative;
    top:10px;
  }
  #bc-container{
    position:relative;
    top:10px;
  }
  #ax-container{
    position:relative;
    top:10px;
  }
  .mobile-arrow{
    text-align: center;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .assessment-tab-arrow{
    display:none;
  }
  .rectangle-health-fact {
    display: block !important;
    width: 100% !important;
    height:250px !important;
    min-height: 0px !important;
    position:relative !important;
    margin:10px 0px 0px 0px !important;
  }
  .report-header{
    font-size: 24px !important;
    max-width: 80% !important;
  }
  .smaller-icon{
    display: none;
    max-width: 30px !important;
  }
  .dropdown-menu{
    position: absolute !important;
  }
  .rectangle-todo {
    display: block !important;
    width: 100% !important;
    margin:100px 0px 0px 0px !important;
  }
  #biz-arrow{
    visibility: hidden;
  }
  #cc-arrow{
    display: hidden;
  }
  #cad-arrow{
    visibility: hidden;
  }
  #db-arrow{
    visibility: hidden;
  }
  #lc-arrow{
    visibility: hidden;
  }
  #bc-arrow{
    visibility: hidden;
  }
  .assessment-list {
    display: flex;
    flex-direction: column;
    height:fit-content;
  }
  .start-button {
    width: 50%;
    margin-left: 25%;
  }
  .question-text {
    font-size: 22px;
  }
  .checkbox-label-factor {
    font-size: 1.5rem;
  }
  .checkbox-label-answer {
    font-size: 14px;
    min-width: 20px;
  }
  div.checkbox-factor input {
    margin-left: 5%;
  }
  #start-message {
    margin-top: 10vh;
  }
  .disease-report {
    width: 100%;
    display: block;
  }
  .button-answer-bottom {
    margin-bottom: 50px;
  }
  .account-error {
    font-size: 12px;
      width: 90%;
  }
  .report-form {
    width: 80%;
    display: block;
    margin-left: 10% !important;
  }
  #report-header {
    margin-top: 25%;
    margin-bottom: 3%;
  }
  span.score {
    font-size: 20px !important;
  }
  div.input-section {
    width: 80% !important;
  }
  #height-input-ft {
    width: 72% !important;
  }
  .quiz-button {
    margin-top: 15px;
  }
  #report-extra {
    margin-bottom: 15%;
  }
  #hw-error {
    margin-left: 24%;
  }
  .popup {
    width: unset;
  }
  .popup .popup-text {
    width: 80%;
    position: absolute;
    top: 100%;
    left: 10%;
    height: fit-content;
  }
  .popup .popup-text::after {
    content: none;
  }
  .button-summary {
    width: 80%;
    margin-left: 10%;
  }
  #summary-wrapper {
    margin-bottom: 50px;
  }
  /* Profile page mobile styles */
  .business-report-section-smaller {
    display: block !important;
    width: 90% !important;
    align-content: center;
  }
  #side-bar {
    display: none;
  }
  #user-info {
    margin-left: 0 !important;
  }
  /* Mobile table styles */
  table.mobile-table {
      width: 100%;
      table-layout: fixed;
  }

  table.mobile-table thead {
    display: none;
  }

  table.mobile-table tr {
    border: 2px solid black;
  }

  table.mobile-table td {
      display: flex;
      font-weight: normal;
      white-space: normal !important;
      border-width: 0 !important;
      padding: 5px 0 5px 10px !important;
      text-align: center;
  }

  table.mobile-table td::before {
    content: attr(label);
      font-weight: bold;
      width: 29%;
      text-align: left;
      padding-right: 35px;
  }

  table.mobile-table td.name-cell {
      font-weight: bold;
  }

  .group-input {
    width: 47.5%;
  }

  .group-input.health-id-input {
    width: 100%;
      float: none;
      margin-left: 0;
  }

  .finish-later-button {
    font-size: 14px;
    line-height: 14px;
    width: 75px;
    right: auto;
  }

  .standard-modal {
    width: 80%;
  }

  .standard-modal-bigger {
    width: 80%;
    height: 85%;
  }
}

*:disabled {
  background-color: #E0E0E0 !important;
  color: #807E7A;
}

*:disabled:hover {
  opacity: 1 !important;
  cursor: default !important;
}
