html,
body {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  /* for removing the highlight */
  background-color: #feecde;
}

[type="submit"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  opacity: 1;
}

.questionnaires input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  opacity: 1;
}

#nav #logo img {
  max-width: 400px;
  padding-top: 10px;
}

/* Admin Screen Styling */

.questionnaire_edit input,
textarea {
  margin: 0;
  padding: 5px !important;
  font-size: 16px;
  line-height: 1.7em;
}

.admin_questionnaire_table {
  display: flex;
}

.admin .main .links_list a {
  font-size: 16px;
  line-height: 1.7em;
}

.admin .table_header_2 {
  padding: 15px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  background-color: #3ba39c;
}

.admin .mainTableHeading1 {
  background-color: #3ba39c;
  font-size: 14px;
  color: #fff;
  padding: 10px;
}

.admin #login-screen-area {
  width: 100%;
  border: none;
  background: transparent;
}

.admin #login-screen-area input[type="text"],
.admin #login-screen-area input[type="password"] {
  width: 500px;
  margin-left: 15px;
}

.admin #login-screen-area [type="submit"] {
  margin-top: 15px;
}

.admin input {
  font-size: 14px;
  padding: 10px;
  box-sizing: border-box;
  margin: 5px 0;
}

.admin select {
  font-size: 14px;
  padding: 10px;
  box-sizing: border-box;
  margin: 5px 0;
}

.admin .list_cell_generic {
  font-size: 14px;
  padding: 10px;
}

.admin .table_cell_1 {
  font-size: 14px;
  padding: 10px;
}

.admin .table_cell_2 {
  font-size: 14px;
  padding: 10px;
}

.admin .links_list a {
  font-size: 18px !important;
  line-height: 1.7em;
}

.admin [type="submit"] {
  background: #3ba39c;
  padding: 10px 20px;
  color: #fff;
  border: none;
}

.admin [type="submit"]:hover {
  background: #fff;
  color: #3ba39c;
  outline: 1px solid #3ba39c;
  transition: .3s all ease;
  cursor: pointer;
}

.questionnaires .questionnaire_table input[type="text"]:not(.input-inline) {
  box-sizing: border-box;
  width: 100% !important;
}

.input-inline {
  box-sizing: border-box;
}

.errors {
  color: red;
  padding-bottom: 10px;
  display: grid;
}

.customer.login .errors {
  display: none;
}

.errors>.icon {
  display: inline;
  padding-left: 5px;
  padding-right: 10px;
}

.main div.score_right_div.chart-container {
  background-color: #ececec;
}

.main div.score_right_div.chart-container img {
  max-width: fit-content;
}

@media only screen and ( min-width: 1400px) {
  .questionnaire_buttons_div [type="submit"] {
    margin-right: 30px;
  }
  .questionnaire_field_container select {
    float: right;
    width: 99% !important;
  }
  html .questionnaire_table .inner-container {
    padding: 0 5px;
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
td.form {
  margin: 0;
  padding: 0;
}

body {
  padding-bottom: 20px;
  padding-top: 30px;
}

body,
div {
  margin-top: 0;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  color: #3ba39c;
  text-decoration: none;
}

p {
  font-size: 14px;
  color: #565656;
  line-height: 20px;
  margin-bottom: 10px;
}

div {
  color: #565656;
}

ul {
  padding-left: 15px;
}

li {
  color: #565656;
  list-style-position: inside;
}

.homepage li {
  color: #565656;
  list-style-position: outside;
  padding-left: 10px;
}

img {
  border: 0;
}

hr {
  border: 0;
  color: #e77924;
  background-color: #e77924;
  height: 3px;
  margin: 20px 0;
}

h1 {
  font-size: 16pt;
  font-weight: bold;
  margin-bottom: 25px;
}

h2 {
  font-size: 20px;
  color: #e77924;
  margin-bottom: 10px;
}

h3 {
  font-size: 16px;
  color: #e77924;
  margin-bottom: 10px;
}

h4 {
  margin-bottom: 20px;
  margin-top: 20px;
}

h6 {
  font-size: 9px;
  color: #666666;
}

#td_navigation ul {
  padding-left: 5px;
}

#navigation li {
  display: inline;
  font-size: 26px;
}

#navigation a {
  margin-right: 30px;
  color: #858585;
}

#navigation a {
  display: block;
  float: left;
  height: 30px;
}

#navigation .current {
  border-bottom: 4px solid #e77924;
}

#footer_links li {
  display: inline;
  font-size: 20px;
  background-image: none;
  padding-left: 0;
}

#footer_links a {
  margin-right: 15px;
  margin-left: 15px;
  color: #727272;
}

#td_navigation {
  padding-bottom: 5px;
  padding-top: 10px;
}

#td_footer {
  font-size: 12px;
  padding: 5px;
  padding-top: 20px;
  text-align: center;
  line-height: 13px;
}

#td_footer ul {
  padding-left: 0;
}

#td_admin_footer {
  padding: 5px;
  padding-top: 20px;
  text-align: center;
}

.footer_hr {
  height: 20px;
  width: 100%;
  border-top: 1px solid #d8d4d1;
  display: none;
}

#nav-name {
  text-align: left;
  font-size: 30px;
  padding: 0 5px;
}

.header,
.header a {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.links_list {
  background-color: #ECECEC;
  font-size: 14px;
  line-height: 20px;
  padding: 40px;
  margin: 10px 0;
  border: 1px solid #c9c9c9;
}

.links_list ul {
  list-style-type: none;
  padding: 0;
}

.links_list li {
  float: left;
  width: 250px;
  padding-left: 0;
}

.table_header_2 {
  padding: 4px;
  font-size: 8pt;
  color: white;
  font-weight: bold;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  background-color: #e77924;
}

.table_header_2 a:link,
.table_header_2 a:visited {
  color: white;
}

.table_header_2 a:hover {
  color: red;
}

.table_cell_1 {
  padding: 4px;
  font-size: 8pt;
  color: #333333;
  font-weight: normal;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  background-color: #E2E2E2;
}

.table_cell_2 {
  padding: 4px;
  font-size: 8pt;
  color: #333333;
  font-weight: normal;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  background-color: #ECECEC;
}

td.list_cell_generic {
  padding: 4px;
  font-size: 8pt;
  color: #333333;
  font-weight: normal;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

tr.list_row_1 {
  background-color: #E2E2E2;
  cursor: pointer;
}

tr.list_row_2 {
  background-color: #ECECEC;
  cursor: pointer;
}

tr.list_row_hover {
  background-color: #CFCFCF;
  cursor: pointer;
}

div.toplinks {
  position: absolute;
  top: -18px;
  width: 885px;
  padding-top: 5px;
  z-index: 1;
  text-align: right;
}

div.toplinks .link {
  padding: 10px 10px;
  color: #656565;
  font-weight: bold;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -opera-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
}

div.toplinks .link.current {
  background-color: #e77924;
}

td.invite {
  border-top: 30px solid white;
}

.questionnaires div.toplinks .link {
  padding-left: 90px;
}

div.questionnaire-reminder {
  font-size: 18pt;
  font-weight: bold;
}

.mainTableHeading1 {
  background-color: #e77924;
  font-size: 11px;
  font-weight: bold;
  color: white;
  border-bottom: 1px solid white;
  padding: 3px;
}

.mainTableHeading2 {
  background-color: #E2E2E2;
  font-size: 11px;
  font-weight: normal;
  color: #666666;
  border-bottom: 1px solid white;
  padding: 3px;
}

.homepage_benefits_intro {
  width: 330px;
}

.intro_div {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #c9f7f9;
  padding: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -opera-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}

.testimonial_quote {
  font-size: 14px;
}

.testimonial_name {
  font-size: 20px;
  font-weight: bold;
}

.testimonial_org {
  font-size: 11px;
}

.package_header {
  font-size: 26px;
  font-weight: bold;
  color: white;
}

.gold_package {
  text-align: left;
  width: 272px;
  background-color: #f5f1e3;
}

.platinum_package {
  text-align: left;
  width: 272px;
  background-color: #f9f7f7;
}

.diamond_package {
  text-align: left;
  width: 272px;
  background-color: #ecfcfd;
}

.gold_package_ul {
  list-style-image: url(/media/images/packages/gold_package_tick.png);
  list-style-position: inside;
}

.platinum_package_ul {
  list-style-image: url(/media/images/packages/platinum_package_tick.png);
  list-style-position: inside;
}

.diamond_package_ul {
  list-style-image: url(/media/images/packages/diamond_package_tick.jpg);
  list-style-position: inside;
}

.product_price {
  font-size: 20px;
  font-weight: bold;
  color: #004499;
}

.package_ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.package_ul li {
  line-height: 25px;
  background-image: url(/media/images/shop/blue_bullet.png);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  padding-left: 30px;
}

.package_tick_ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.package_tick_ul li {
  line-height: 25px;
  background-image: url(/media/images/shop/blue_tick.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 30px;
}

.package_div {
  width: 100%;
  border: 1px solid #fdbc33;
  background-color: #f5ebcd;
  padding: 10px;
  text-align: center;
  color: #565656;
  font-weight: strong;
  font-size: 16pt;
}

/*.homepage ul { list-style-type: none; padding: 0px; margin: 0px; }
.homepage li { line-height: 25px; background-image: url(/media/images/homepage/tick.png); background-repeat: no-repeat; background-position: 0px 5px;  padding-left: 30px;  }*/

.ticked_ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.ticked_ul li {
  line-height: 25px;
  background-image: url(/media/images/homepage/tick.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 30px;
}

.homepage_signup_form {
  width: 200px;
  padding-top: 10px;
  color: white;
}

.button1 {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #0b4597;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -opera-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}

.button1 a {
  color: white;
}

.button2 {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #0b4597;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 3px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -opera-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}

.button2 a {
  color: white;
}

.ebook_products_div,
.box_div {
  border: 1px solid #c9c9c9;
  background: #ffe5a1;
  padding: 1em;
  text-align: center;
}

.box_div a:link {
  text-decoration: underline;
  font-weight: bold;
}

.membership_price {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

a.package_links:link,
a.package_links:visited {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

a.package_links:hover {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  color: #004499;
}

a.testimonial_link:link,
a.testimonial_link:visited {
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  color: #e77924;
}

a.testimonial_link:hover {
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  color: #004499;
}

.ebook {
  padding: 0 20px 20px 20px;
  cursor: pointer;
}

.ebook>img {
  padding-left: 0 !important;
}

.breadcrumbs {
  font-size: 12px;
  color: #666666;
  font-weight: bold;
}

.iframe {
  padding: 10px;
}

/* Admin styles */

.admin h1 {
  font-size: 16px;
}

.admin_questionnaire_field {
  width: 90%;
}

.admin_questionnaire_field_child {
  width: 380px;
}

.admin_questionnaire_field_additional {
  font-size: 11px;
}

.admin_questionnaire_select_option {
  display: inline;
  float: none;
  padding: 0;
  padding-right: 10px;
  width: 200px;
}

.admin_questionnaire_select_score {
  font-size: 10px;
  padding: 0;
  display: inline;
}

.admin_questionnaire_select_score input {
  margin: 0;
}

.admin_questionnaire_select {
  width: 200px;
  margin: 0;
}

.admin_questionnaire_range {
  width: 200px;
  margin: 0;
}

.admin_questionnaire_autoresponse_field {
  width: 25px;
}

.admin_questionnaire_table {
  background-color: white;
  padding: 3px;
  font-size: 10px;
}

.admin_questionnaire_table > .checkbox {
  display: flex;
  font-size: 10px;
}

.admin_questionnaire_subheader {
  background-color: #3ba39c;
  font-size: 11px;
  font-weight: bold;
  color: white;
  padding: 3px;
  margin-top: 10px;
}

.admin_questionnaire_subheader2 {
  background-color: #3ba39c;
  font-size: 11px;
  font-weight: bold;
  color: white;
  padding: 3px;
  margin-top: 10px;
}

.admin_questionnaire_subheader3 {
  background-color: #3ba39c;
  font-size: 11px;
  font-weight: bold;
  color: white;
  width: 99%;
  padding: 3px;
  margin-top: 10px;
}

.admin_questionnaire_label_container {
  background-color: white;
  padding: 3px;
}

.admin_questionnaire_delete_link {
  float: right;
  width: 16px;
  padding-left: 3px;
}

.admin_questionnaire_up_link {
  float: right;
  padding-left: 3px;
  width: 16px;
}

.admin_questionnaire_down_link {
  float: right;
  width: 16px;
}

.admin_code_helper {
  background-color: #e7e7e7;
  padding: 10px;
}

.questionnaire_table {
  background-color: #E2E2E2;
}

.questionnaire_table td {
  padding: 5px;
  border-bottom: 1px solid white;
  padding-right: 10px;
}

.questionnaire_table_inline {
  font-size: 9px;
  border: 0;
}

.questionnaire_table_inline td {
  border: 0;
  padding-right: 10px;
}

.questionnaire_column_headers {
  width: 60px;
  line-height: 10px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
}

.questionnaire_column_cell {
  width: 60px;
  line-height: 10px;
  text-align: center;
  overflow: hidden;
}

.questionnaire_subheader {
  font-weight: bold;
  font-size: 16px;
  color: #e77924;
}

.questionnaire_field_container {
  float: left;
  vertical-align: middle;
}

.questionnaire_field_container_expanded {
  float: left;
  vertical-align: middle;
  padding-top: 15px;
}

.questionnaire_header_tr {
  background-color: white;
}

.questionnaire_header_tr td {
  padding-top: 20px;
}

.questionnaire_table .odd {
  background-color: #dcdcdc;
}

.questionnaire_table .even {
  background-color: #eeeeee;
}

.questionnaire_table .inner-container {
  padding-right: 10px;
  font-size: 12px;
}

.questionnaire_table .inner-container.failed-validation>input {
  background-color: #ffcbcb;
}

.questionnaire_table input {
  line-height: 24px;
}

.questionnaire_buttons_div {
  text-align: center;
  padding-top: 20px;
}

.questionnaire_buttons_div input {
  height: 40px;
  font-size: 12pt;
  font-weight: bold;
}

.login_button {
  -webkit-appearance: button;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
}

.form_field_name {
  color: white;
}

/* Main landing page - Login screen */

.dark-overlay {
  background: rgba(0, 0, 0, 0.85) !important;
}

.dark-overlay #nav {
  opacity: 0;
}

.site-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

body.login #login {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  background: #fff;
  width: 400px;
  padding: 50px;
  transition: all .5s ease;
  display: none;
  border: 1px solid #f0f0f0;
  text-align: center;
  z-index: 999;
}

.login .terms {
  font-weight: bold;
  text-align: center;
}

.login .footer-tr {
  width: 35% !important;
  display: block;
}

.login .footer-tr+tr {
  display: block;
  width: 35%;
}

.login #td_footer {
  display: block;
  width: 70%;
  padding: 15px 30px !important;
  font-size: 12px !important;
  line-height: 1.8em !important;
  font-weight: lighter !important;
  margin: 0 auto;
}

.login .phone-logo>img {
  max-width: 400px;
}

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

.close-login-popup {
  float: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 25px;
}

.dashboard-right-logo {
  background: transparent !important;
  border: 1px solid #3BA39C !important;
}

#landingp-right-area {
  background: #FD9731;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 65%;
}

#landingp-right-area iframe {
  width: 465px;
  height: 300px;
  margin: 0 20px;
}

.login-media {
    width: 950px;
    height: 100%;
    object-fit: contain;
    margin: auto;
    display: flex;
    align-items: center;
}

.login {
  padding: 0;
  overflow-x: hidden;
}

.login #content-td {
  padding: 0 !important;
  width: 35% !important;
  display: block;
}

.login #content-td>p {
  text-align: center;
}

.login #content-td>p:last-of-type {
  margin-bottom: 20px;
}

.login #td_footer {
  display: block;
  width: 90%;
  padding: 15px 30px !important;
  font-size: 12px !important;
  line-height: 1.8em !important;
  font-weight: lighter !important;
  position: relative;
  z-index: -9;
}

.login #register {
  width: 350px;
  position: relative;
  /* z-index: -9; */
}

.login #register input.password {
  -webkit-text-security: disc;
}

.login #logo {
  width: 100% !important;
  text-align: center !important;
  display: block !important;
}

.login #nav {
  width: 35%;
  display: block;
  margin-top: 90px;
  position: relative;
  /* z-index: -9; */
}

.login #content-table {
  width: 100%;
}

.laptop-image {
  width: 900px;
  height: 450px;
  object-fit: contain;
  margin: 200px auto;
  display: block;
}



.customer #login-table-wrap {
  width: 350px;
  display: block;
  margin: 0 auto;
}

.login-btn {
  position: absolute;
  top: 30px;
  right: 70px;
  background: transparent;
  border: 2px solid #febe56;
  padding: 15px 20px;
  border-radius: 15%;
  -moz-border-radius: 15%;
  -webkit-border-radius: 15%;
  -ms-border-radius: 15%;
  font-weight: 700;
}

.login-btn:hover {
  cursor: pointer;
  color: #fff;
  background: #febe56;
  transition: all .2s ease;
}

.login-btn:focus {
  outline: none;
}

.login #register form input {
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 2px solid #c9c9c9;
  outline: none;
  margin: 5px 0;
  width: 330px !important;
}

.login #login form input {
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #c9c9c9;
  outline: none;
  margin: 5px 0;
  width: 95% !important;
  z-index: 9999999999;
}

.login .table_cell_1 {
  background: transparent;
  padding: 0;
  border: none;
}

.login #logo img {
  width: 380px;
}

.login .footer_hr {
  height: 20px;
  width: 40%;
  float: left;
  border-top: 1px solid #d8d4d1;
}

.login .table_text {
  margin: 5px 0;
  display: block;
  color: #707070;
  font-weight: 600;
  font-size: 13px;
}

.login #register form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #707070;
  font-size: 12px;
  opacity: 1;
  /* Firefox */
  font-weight: bold;
}

.login #register form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #707070;
}

.login #register form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #707070;
}

.login #register form .login_button {
  background: #3ba39c;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 350px !important;
  border: none;
}

.login #login form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #707070;
  font-size: 13px;
  opacity: 1;
  /* Firefox */
}

.login #login form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #707070;
}

.login #login form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #707070;
}

.login #login form [type="submit"] {
  background: #3ba39c;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100% !important;
  margin-top: -15px;
}

.login #register form .login_button:hover {
  background: #fff;
  color: #3ba39c;
  outline: 1px solid #3ba39c;
  border-radius: 5px;
  cursor: pointer;
  transition: all .3s ease;
}

.login #login form [type="submit"]:hover {
  background: #fff;
  color: #3ba39c;
  border: 1px solid #3ba39c;
  border-radius: 5px;
  cursor: pointer;
  transition: all .3s ease;
}

.login #register>p {
  font-size: 13px;
}

.phone-logo {
  display: none;
}

.phone-logo>img {
  width: 50%;
}

/* Customer - Dashboard styling */



.dashboard-content-wrapper {
  width: 100%;
}

.dashboard-content-left {
  width: 70%;
  padding-right: 30px;
  display: block;
  float: left;
  box-sizing: border-box;
}

.dashboard-content-left .content img {
  width: 100%;
}

.dashboard-content-right {
  /* width: 29%; */
  display: block;
  float: right;
}



.dashboard-welcome-box {
  margin-bottom: 100px;
}

.dash-welcome-title {
  font-size: 21px;
  font-family: 'Montserrat', sans-serif !important;
  letter-spacing: 0.5px;
}

.dash-welcome-text {
  font-size: 14px;
  text-align: justify;
  line-height: 1.6em;
  font-family: 'Montserrat', sans-serif;
}

.lense-squares-area {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}

.lense-squares-area > div {
  font-size: 12px !important;
}

.lense-square-box {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.lifestyle {
  background: #49AC4F;
}

.exercise {
  background: #E0622F;
}

.nutrition {
  background: #F3B53E;
}

.sleep {
  background: #497FAB;
}

.wellness {
  background: #3ba39c;
}

.main .ebook_products_div,
.box_div {
  border: none;
  background: #f0f0f0;
  padding: 1em 0;
  text-align: center;
  color: #111;
  border: none;
}

body div.toplinks .link.current {
  background: #3ba39c;
  color: #fff;
}

.main div.score_container .header {
  padding: 10px 0;
  background-color: unset;
  font-size: 18pt;
  color: #111;
  border: 1px solid transparent;
}

.main div.note_container {
  border-bottom: 1px solid transparent;
}

.main a.button,
input.button {
  background-color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  color: #555 !important;
  border: 1px solid #f0f0f0 !important;
  padding: 20px !important;
  margin-top: 10px;
}

body .reply_button .button:hover {
  cursor: pointer;
  color: #fff !important;
  background: #3ba39c !important;
  transition: all .2s ease !important;
}

.main div.viewall a:hover {
  transition: .3s all ease;
  color: #3ba39c !important;
}

.score_right_div .viewall:hover {
  cursor: pointer;
  color: #fff !important;
  background: #3ba39c !important;
  transition: all .2s ease !important;
}

.main .links_list a:hover {
  color: #3ba39c !important;
}

body div.note.admin {
  border: none !important;
}

.main div.note.admin .from {
  color: #555;
}

.main div.note.admin {
  background-color: white;
  border: 1px solid #f0f0f0 !important;
  ;
  overflow: hidden;
}

.ebook-title {
  margin-top: 10px;
}

.main .dashboard-content-right div.score_right_div.content img {
  padding: 0 0 0 10px;
  object-fit: contain;
  width: 100%;
}

.main .links_list {
  background-color: transparent;
  font-size: 14px;
  line-height: 20px;
  padding: 40px;
  margin: 10px 0;
  border: none;
  width: 70%;
  padding-right: 20px;
  position: relative;
  top: -0px;
}

.main .links_list a {
  color: #111;
}

.main div.score_right_div {
  background-color: #f1f1f1;
  border: none;
  border-radius: 0px;
  padding: 10px;
}

.main div.links_list h2 {
  color: #111;
  font-size: 16px;
}

.main .links_list li {
  padding: 5px 0;
}

.main div.score_container {
  clear: both;
  border: none;
  margin-bottom: 10px;
}

.main .dashboard-content-left .score_container:last-of-type .header {
  margin: 0px 0 0;
}

.main .dashboard-right-logo {
  position: relative;
}

.main .dashboard-right-logo img {
  margin: auto;
  padding: 0 !important;
}

.main div.reply_container textarea {
  border: 1px solid #f0f0f0;
  font-family: inherit !important;
  font-size: inherit;
}

html .main div.reply_container textarea::placeholder {
  color: #555;
}

.main div.goal {
  color: black;
  border-bottom: 0px solid #f0f0f0;
  min-height: 70px;
  margin-bottom: 10px;
  background: #f0f0f0;
  padding: 15px;
}

.main div.note.customer {
  border: 1px solid #f0f0f0;
  border-radius: 0;
  float: none;
}

.main div.note.customer .date {
  color: #555;
}

.main .number {
  color: #fd9731;
  font-size: 22px;
  font-weight: bold;
}

.main .goal-text {
  display: block;
  margin-top: 15px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2em;
}

.main div.goal:last-child {
  border-bottom: none;
  margin-bottom: 50px;
}

#goals-section .header {
  padding: 0 !important;
  margin-bottom: 25px;
}

#goals-section .content {
  padding: 0 !important;
}

body div.score_container .header {
  padding: 10px 20px;
  background-color: #fff;
  font-size: 12px;
  border: 0px;
}

body div.note.customer {
  border: none;
  border-radius: 0px;
}

body div.note.customer .date {
  color: #555;
}

body div.note.admin .from {
  color: #555;
}

body div.note.admin {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0px;
  border-radius: 0px !important;
}

html [type="submit"] {
  border-radius: 0 !important;
}

#lens-score-graph {
  position: relative;
  top: 0px;
}

#lens-score-graph .content {
  padding-left: 0 !important;
}

.score-container .header {
  padding-left: 0 !important;
}

#notes-section {
  margin-top: 80px;
}

body h1,
h2,
h3,
h4,
h5,
h6 {
  color: #555;
}

.customer .table_header_2 {
  padding: 4px;
  font-size: 8pt;
  color: #111;
  font-weight: bold;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  background-color: #f0f0f0;
}

.note_container .userimage img {
  height: 80px;
  width: 80px;
  object-fit: cover;
}

#logo {
  margin-left: -5px !important;
}

#notes-section .content {
  padding: 0 !important;
}

#notes-section .note {}

#footer_links a:hover {
  color: #3ba39c;
}

div.toplinks .link:hover {
  color: #3ba39c;
}

/* Questionnaire Page */

.questionnaire_table .odd {
  background-color: #fff;
}

.questionnaire_table .even {
  background-color: #fff;
}

.questionnaires .lense-squares-area {
  width: 80%;
  margin-bottom: 20px;
  vertical-align: top;
  margin: 50px auto 0;
}

.questionnaires .header-exercise,
.header-lifestyle,
.header-goals,
.header-nutrition,
.header-sleep {
  font-size: 25px !important;
  letter-spacing: 1px !important;
  display: flex !important;
  margin: 30px 0 0 !important;
}

.questionnaire_subheader {
  font-size: 14px;
  color: #9f9f9f;
  width: 100%;
}

.questionnaires .header-exercise {
  color: #E0622F;
}

.questionnaires .header-lifestyle {
  color: #49AC4F;
}

.questionnaires .header-goals {
  color: #3ba39c;
}

.questionnaires .header-nutrition {
  color: #F3B53E;
}

.questionnaires .header-sleep {
  color: #497FAB;
}

.questionnaires .header-lifestyle::after {
  width: 50%;
  height: 2px;
  background: #49AC4F;
  content: "";
  display: inline-block;
  margin-left: 25px;
  flex-grow: 1;
  position: relative;
  top: 9px;
}

.questionnaires .header-exercise::after {
  width: 50%;
  height: 2px;
  background: #E0622F;
  content: "";
  display: inline-block;
  margin-left: 25px;
  flex-grow: 1;
  position: relative;
  top: 9px;
}

.questionnaires .header-nutrition::after {
  width: 50%;
  height: 2px;
  background: #F3B53E;
  content: "";
  display: inline-block;
  margin-left: 25px;
  flex-grow: 1;
  position: relative;
  top: 9px;
}

.questionnaires .header-sleep::after {
  width: 50%;
  height: 2px;
  background: #497FAB;
  content: "";
  display: inline-block;
  margin-left: 25px;
  flex-grow: 1;
  position: relative;
  top: 9px;
}

.questionnaires .header-goals::after {
  width: 50%;
  height: 2px;
  background: #3ba39c;
  content: "";
  display: inline-block;
  margin-left: 25px;
  flex-grow: 1;
  position: relative;
  top: 9px;
}

.questionnaire_header_tr {
  background-color: white;
}

.questionnaires .questionnaire_table tr:nth-child(2) span {
  color: green;
}

.questionnaires .questionnaire_table tr:nth-child(3) span {
  color: blue;
}

.questionnaires .questionnaire_table input[type="text"] {
  border-radius: 5px !important;
}

.questionnaire_table {
  background-color: #fff;
}

.questionnaire_field_container select {
  padding: 7.5px !important;
  border-radius: 5px !important;
  font-size: 14px;
}

.questionnaire_field_container select:hover {
  cursor: pointer;
}

.questionnaire_buttons_div [type="submit"] {
  float: right;
  color: #fff;
  background: #3BA39C;
  padding: 15px 35px;
  border: 1px solid transparent;
  height: auto;
  font-family: 'Montserrat', sans-serif !important;
  letter-spacing: 1px;
  font-size: 14px;
  border-radius: 5px !important;
}

.questionnaire_buttons_div [type="submit"]:hover {
  color: #3BA39C;
  border: 1px solid #3BA39C;
  transition: .3s ease background;
  background: #fff;
  cursor: pointer;
}

.questionnaire_table_inline td {
  padding-right: 0;
  padding-left: 0;
  line-height: 1.8em;
}

.questionnaire_column_cell input[type="radio"],
input[type="checkbox"] {
  height: 15px;
  width: 15px;
}

.questionnaire_field_container .slider-header {
  float: left;
  color: #3BA39C;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  word-spacing: 999px;
}

.questionnaire_field_container .slider-header.first {
  text-align: left;
}

.questionnaire_field_container .slider-header.last {
  text-align: right;
}

.questionnaire-questions-tr {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 15px 0;
  align-items: center;
}

.td-left {
  flex: 1;
}

.td-right {
  flex: 2;
  padding-left: 60px !important;
  display: flex;
  align-items: center;
}

html .questionnaire_table td {
  padding-right: 30px;
  text-align: justify;
}

.questionnaire_field_container input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  margin-top: 10px;
  background: #f1f1f1;
  outline: none;
  opacity: 0.65;
  -webkit-transition: .2s;
  transition: opacity .2s;
  cursor: pointer;
}

.questionnaire_field_container input[type="range"]:hover {
  opacity: 1;
  cursor: pointer;
}

.questionnaire_field_container input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 30px;
  background: #3BA39C;
  cursor: pointer;
  border-radius: 5px;
}

.questionnaire_field_container input[type="range"]::-moz-range-thumb {
  width: 25px;
  height: 35px;
  background: #3BA39C;
  cursor: pointer;
}

html .questionnaire_table input[type="text"],
select {
  box-shadow: none;
  border: 1px solid #a0a0a0;
}

html .questionnaire_table .inner-container {
  padding-right: 0;
}

html a.button {
  background: #3BA39C;
  color: #fff;
  border: none;
  border-radius: 5px;
}

html a.button:hover {
  border: 1px solid #3BA39C;
  color: #3BA39C;
  background: transparent;
  transition: .3s ease all;
}

@media only screen and (max-width: 1440px) {
  
  #landingp-right-area iframe {
  width: 47%;
  height: 300px;
  margin: 0 2%;
}

.login-media {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: auto;
    display: flex;
    align-items: center;
}
  
}


@media screen and ( max-width: 1300px) {
  .login #landingp-right-area {
    width: 50%;
  }
  .login .laptop-image {
    width: 450px;
    height: 400px;
  }
  
 #landingp-right-area iframe {
  width: 80%;
  height: 300px;
  margin: 5% 0;
}
  
    
 #landingp-right-area iframe:first-of-type {
  margin-top: 140px;
}

.login-media {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

  
  .login #nav {
    width: 50%;
  }
  .login #login-table-wrap {
    width: 350px;
  }
  .login .footer-tr+tr {
    width: 50%;
  }
  .login .footer_hr {
    width: 50%;
  }
  .login #content-td {
    width: 50% !important;
  }
  .login .footer-tr+tr {
    width: 50%;
  }
  .login #td_footer {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  .login .footer-tr {
    width: 50%;
    display: block;
  }
  .login .footer_hr {
    width: 100%;
  }
  
  .login #logo img {
    width: 300px;
  }
  .login #login-table-wrap {
    width: 270px;
  }
  .login #register form input {
    width: 260px !important;
  }
  .login #register form .login_button {
    background: #3ba39c;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px !important;
  }
  .login .footer-tr {
    width: 50%;
    display: block;
  }
  .login .footer_hr {
    width: 100%;
  }
}

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

  .questionnaires table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 95%;
    margin: 0 auto;
  }
  
  html .login #landingp-right-area {
    padding: 0 !important;
  }
  
  #nav div {
    text-align: center !important;
  }
  .dashboard-welcome-box {
    margin-bottom: 50px;
  }
  .main div.toplinks {
    position: absolute;
    top: 130px;
    width: 885px;
    padding-top: 5px;
    z-index: 1;
    text-align: right;
  }
  .questionnaire_field_container select {
    width: 99% !important;
    float: right;
  }
  .main #content-td h1:first-of-type {
    text-align: center;
    margin-top: 60px;
  }
  #content-td h1:first-of-type {
    text-align: center;
    margin-top: 20px;
  }
  .dashboard-content-left>h1 {
    margin-top: 0 !important;
  }
  th,
  td {
    text-align: left;
    padding: 8px;
  }
  #content-td h1:first-of-type {
    text-align: center;
  }
  .customer .dashboard-content-left {
    width: 65%;
  }
  .customer .dashboard-content-right {
    width: 25%;
  }
}

@media screen and ( max-width: 900px) {
  tbody {
    width: 100% !important;
  }
  .questionnaires #nav,
  #nav #logo {
    width: 100% !important;
    position: relative;
  }
  .questionnaires #content-td h1:first-of-type {
    margin-top: 30px;
  }
  html .questionnaire_table td {
    padding-right: 0px;
    text-align: justify;
  }
  html .questionnaire_table input[type="text"] {
    box-shadow: none;
    border: 1px solid #a0a0a0;
  }
  .main div.toplinks {
    position: absolute;
    top: 125px;
    width: 100%;
    padding-top: 5px;
    z-index: 1;
    text-align: center;
    left: 0;
  }
  .questionnaire_field_container select {
    padding: 7.5px !important;
    border-radius: 5px !important;
    font-size: 14px;
    width: 101% !important;
  }
  #goals-section {
    width: 98%;
    margin: 0 auto;
  }
}

@media only screen and ( max-width: 850px) {
  
 html .login #landingp-right-area {
    height: auto;
  }
  
  html .login #landingp-right-area iframe:first-of-type {
    margin-top: 130px;
  }
  
   html .login #landingp-right-area iframe:last-of-type {
   padding-bottom: 20px;
  }
  
  #landingp-right-area iframe {
    margin: 20px;
  }
  
  .login #register {
    width: 350px;
    position: relative;
    z-index: -9;
    display: block;
}
  
  
  .td-right {
    flex: 2;
    padding-left: 60px !important;
    display: block;
    align-items: center;
  }
  .site-wrapper {
    overflow-x: hidden;
  }
  .questionnaires #content-td h1:first-of-type {
    margin-top: 10px !important;
    line-height: 1.4em;
  }
  .lense-squares-area~p {
    margin-top: 30px !important;
  }
  .main div.note.customer {
    border: none;
    margin-left: 0px;
    border-radius: 0;
  }
  .main div.note.customer {
    float: none;
  }
  .questionnaire-questions-tr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 15px 0;
  }
  table,
  #content-td {
    width: 100%;
  }
  .questionnaire-questions-tr>td {
    width: 100%;
  }
  .questionnaires .header-exercise,
  .header-lifestyle,
  .header-goals,
  .header-nutrition,
  .header-sleep {
    font-size: 25px !important;
    letter-spacing: 1px !important;
    display: flex !important;
    flex-direction: column;
    margin: 30px 0 20px !important;
  }
  .questionnaires .header-exercise::after {
    width: 100%;
    display: inline-block;
    margin-left: 0px;
    flex-grow: 1;
    position: relative;
    top: 9px;
  }
  .questionnaires .header-lifestyle::after {
    width: 100%;
    display: inline-block;
    margin-left: 0px;
    flex-grow: 1;
    position: relative;
    top: 9px;
  }
  .questionnaires .header-goals::after {
    width: 100%;
    display: inline-block;
    margin-left: 0px;
    flex-grow: 1;
    position: relative;
    top: 9px;
  }
  .questionnaires .header-nutrition::after {
    width: 100%;
    display: inline-block;
    margin-left: 0px;
    flex-grow: 1;
    position: relative;
    top: 9px;
  }
  .questionnaires .header-sleep::after {
    width: 100%;
    display: inline-block;
    margin-left: 0px;
    flex-grow: 1;
    position: relative;
    top: 9px;
  }
  html .td-right {
    flex: 2;
    padding-left: 0px !important;
  }
  .questionnaires .questionnaire_table input[type="text"] {
    padding: 5px 0;
    width: 100% !important;
  }
  html .questionnaire_table td {
    padding-right: 0px;
    text-align: justify;
    padding-left: 0;
  }
  .questionnaire_field_container select {
    width: 100% !important;
  }
  .questionnaire_field_container {
    width: 100% !important;
    display: block;
    text-align: left !important;
    margin: 10px 0;
  }
  .questionnaire_field_container .inner-container {
    font-size: 14px;
  }
  .questionnaire_buttons_div [type="submit"] {
    float: none;
    width: 95%;
  }
  html .customer #nav>div {
    text-align: center !important;
  }
  .customer div.toplinks {
    position: static;
    top: 130px;
    width: 100%;
  }
  .cms div.toplinks {
    position: static;
    top: 130px;
    width: 100%;
  }
  html .questionnaries #nav>div {
    text-align: center !important;
  }
  .questionnaires div.toplinks {
    position: absolute;
    top: -15px;
    width: 100%;
    left: 270px;
  }
  .questionnaires #content-td h1:first-of-type {
    margin-top: 60px;
  }
  .customer .ebook_products_div,
  .box_div {
    margin-top: 10px;
  }
  .customer .dash-welcome-text {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  .customer .dashboard-content-left {
    width: 65%;
  }
  .customer .dashboard-content-right {
    width: 25%;
  }
  .customer .note_container .admin {
    width: 350px;
  }
/*   .customer .lense-squares-area {
    width: 500px;
  } */
  .customer div.reply_container textarea {
    border: 1px solid #f0f0f0;
    width: 435px;
  }
  .score #score-table-wrap *:not(img) {
    width: 100% !important;
    display: block;
    box-sizing: border-box;
  }
}

@media only screen and ( max-width: 800px ) {
  .login #register {
    width: 350px;
    position: relative;
    z-index: 5;
    margin-top: 400px;
    display: block;
}
  .login #login-table-wrap {
    width: 50% !important;
}
  
  #landingp-right-area iframe {
    width: 90%;
  }

}


@media screen and ( max-width: 700px) {
  
  html .login #landingp-right-area {
    height: auto;
  }
  
  html .login #landingp-right-area iframe:first-of-type {
    margin-top: 130px;
  }
  
   html .login #landingp-right-area iframe:last-of-type {
   padding-bottom: 20px;
  }
  
  #landingp-right-area iframe {
    margin: 20px;
  }
  
  .login #register {
    width: 350px;
    position: relative;
    z-index: -9;
    margin-top: 400px;
    display: block;
}
  
  
  
  
  body div.note.customer {
    background-color: #f0f0f0;
    border: none;
    margin-left: 0px;
    border-radius: 0px;
    width: 95%;
  }
  .customer .dashboard-content-left {
    width: 80%;
    float: none;
    margin: 0 auto;
    padding: 0;
  }
  .main div.note.customer {
    background-color: #f0f0f0;
    border: none;
    margin-left: 0px;
    border-radius: 0;
  }
  .customer .dashboard-content-right {
    width: 70%;
    margin: 0 auto;
    float: none;
  }
  .customer .dashboard-content-left .content img {
    width: 100%;
  }
  .customer .score_container .header {
    text-align: left;
    margin-bottom: 25px;
  }
  .customer #notes-section {
    margin-top: 80px;
    width: %;
    margin: 50px auto 30px;
  }
  .customer .note_container .admin {
    width: 79%;
  }
  .customer .note_container .userimage img {
    height: 80px;
    width: 80px !important;
    object-fit: cover;
  }
  .customer .dashboard-content-right div.score_right_div.content img {
    padding: 0;
    object-fit: contain;
    width: 150px;
    height: 150px;
    float: none;
  }
  html .customer .dashboard-content-right .dashboard-right-logo img {
    width: 100% !important;
  }
  .customer .dashboard-content-right .score_right_div.content {
    height: auto;
    padding: 25px;
  }
  #lens-score-graph .content {
    padding: 0 !important;
  }
/*   .customer .dashboard-content-left .lense-squares-area {
    width: 100%;
    display: flex;
    justify-content: center;
  } */
  html,
  body {
    width: 100%;
  }
  .customer table,
  tr,
  th,
  td,
  tbody {
    width: 95% !important;
    margin: 0 auto;
  }
}

@media screen and ( max-width: 550px) {
  html .main *:not(.slider-header)*:not(.lens-square-box) {
    width: 98% !important;
    margin: 0 auto;
    box-sizing: border-box;
  }
  html .main * tr {
    width: 99% !important;
    margin: 0 auto !important;
    box-sizing: border-box;
  }
  html .reminder *:not(.slider-header) {
    width: 99% !important;
    margin: 0 auto;
    box-sizing: border-box;
  }
  html .reminder * tr {
    width: 99% !important;
    margin: 0 auto !important;
    box-sizing: border-box;
  }
  html .notes *:not(.slider-header) {
    width: 99% !important;
    margin: 0 auto;
    box-sizing: border-box;
  }
  html .notes * tr {
    width: 99% !important;
    margin: 0 auto !important;
    box-sizing: border-box;
  }
  html *:not(.slider-header)*:not(.login) {
    width: 100% !important;
    margin: 0 auto;
    box-sizing: border-box;
  }
  html * tr {
    width: 99% !important;
    margin: 0 auto !important;
    box-sizing: border-box;
  }
  .questionnaire_subheader {
    margin: 10px 0 !important;
  }
  .questionnaires .questionnaire_table input[type="text"] {
    margin: 10px 0;
  }
  .questionnaire-questions-tr {
    margin: 5px 0 !important;
  }
  .questionnaire_field_container input[type="range"] {
    margin-top: 15px;
  }
  .questionnaires .lense-squares-area {
    display: none !important;
  }
  #goals-section .header {
    margin-top: 50px;
  }
  .main .goal-text {
    font-size: 23px;
  }
  .main .ebook_products_div,
  .box_div {
    border: none;
    background: #f0f0f0;
    padding: 1em 0;
    text-align: center;
    color: #111;
    border: none;
    padding: 20px;
  }
  .customer .dashboard-content-left .lense-squares-area {
    margin-top: 30px;
  }
  html .customer #notes-section * {
    width: 100% !important;
    box-sizing: border-box;
  }
  html .customer .dashboard-content-left {
    padding: 0 !important;
  }
  html .customer .dashboard-content-right {
    padding: 0 !important;
  }
  html .customer .dashboard-content-right * {
    margin: 20px auto !important;
    padding: 5px 0 !important;
  }
  .customer #content-td {
    padding: 0 !important;
  }
  .customer div.score_right_div .viewall {
    background-color: white;
    font-size: 10px;
    padding: 5px 20px !important;
    border: 1px solid #c9c9c9;
  }
  #td_footer img {
    width: 100px !important;
    object-fit: contain;
  }
  #footer_links a {
    margin-right: 15px;
    margin-left: 15px;
    color: #727272;
    line-height: 1.5em;
  }
  .customer #content-td h1:first-of-type {
    text-align: left;
    margin: 15px 0 15px;
  }
  .customer .dashboard-content-left .score_container:last-of-type .header {
    margin: 10px 0 0;
  }
  .customer div.note_container .userimage {
    display: none;
  }
  .customer div.note.admin {
    margin-left: 0;
    width: 95%;
  }
  .main div.note.customer {
    margin-left: 0;
  }
  body div.note.customer {
    background-color: #f0f0f0;
    border: none;
    margin-left: 0px;
    border-radius: 0px;
  }
}

@media screen and ( max-width: 550px) {
  body {
    overflow-x: hidden;
  }
  .questionnaires *:not(h1, p, span, input["range"]) {
    width: 99.5% !important;
    margin: 0 auto;
  }
  .questionnaire_field_container .slider-header {
    font-size: 10px;
  }
}

@media screen and ( max-width: 800px) {
  table#content-table td#nav #logo {
    grid-area: 2/1;
  }
  table#content-table td#nav #nav-name {
    text-align: left !important;
  }
  table#content-table td#nav {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
  .phone-logo {
    display: block;
    position: absolute;
    top: 30px;
    left: 50px;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: bolder;
    font-family: Oswald;
  }
  #nav div {
    text-align: center !important;
  }
  .login #landingp-right-area {
    width: 100% !important;
    height: 330px;
    position: absolute;
  }
  .login .laptop-image {
    width: 450px;
    height: 400px;
    margin-top: 80px;
  }
  .login #nav {
    width: 50%;
  }
  .login #login-table-wrap {
    width: 350px;
  }
  .login .footer-tr+tr {
    width: 100%;
  }
  .login .footer_hr {
    width: 100%;
  }
  .login #content-td {
    width: 100% !important;
    margin-top: 250px;
  }
  .login #register form input {
    width: 90% !important;
  }
  .login #td_footer {
    width: 90%;
  }
  .login .footer-tr {
    width: 100%;
  }
  .login #register form .login_button {
    width: 95% !important;
  }
}

@media screen and ( max-width: 620px) {
  .phone-logo {
    display: block;
    position: absolute;
    top: 30px;
    left: 50px;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: bolder;
    font-family: Oswald;
    color: #111 !important;
  }
  .login #landingp-right-area {
    width: 100% !important;
    height: 330px;
    position: absolute;
  }
  .login .laptop-image {
    width: 85%;
    height: 400px;
    margin-top: 80px;
  }
  .login-btn {
    right: 35px;
  }
  .login #nav {
    width: 50%;
  }
  .login #login-table-wrap {
    width: 350px;
  }
  .login .footer-tr+tr {
    width: 100%;
  }
  .login .footer_hr {
    width: 100%;
  }
  .login #content-td {
    width: 100% !important;
    margin-top: 250px;
  }
  .login #register form input {
    width: 90% !important;
  }
  .login #td_footer {
    width: 90%;
  }
  .login .footer-tr {
    width: 100%;
  }
  .login #register form .login_button {
    width: 95% !important;
  }
}

@media screen and ( max-width: 500px) {
  .login #register form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #111;
    font-size: 12px;
    padding: 0 0px;
    font-weight: bold;
    opacity: 1;
    /* Firefox */
  }
  
  .login #register {
    width: 350px;
    position: relative;
    z-index: -9;
    margin-top: 400px;
    display: block;
    text-align: center;
}
  
 
#landingp-right-area iframe {
    width: 90%;
    height: 200px;
    margin: 15px 0;
  }
  
  .customer #content-td #register h1:first-of-type {
    text-align: center;
  }
  
  html .login #landingp-right-area {
    padding: 0;
  }
  
  
  .login #login-table-wrap {
    width: 80% !important;
    text-align: center;
}
  
  .login #register {
    margin-top: 450px;
  }
  
  body.login #login {
    width: 70%;
    padding: 30px;
  }
  .login #nav {
    opacity: 0;
  }
  .login #td_footer {
    width: 90%;
    position: relative;
    z-index: -99;
  }
  .login .footer-tr {
    width: 100% !important;
    display: block;
    margin-top: 20px;
  }
  .main div.viewall a {
    font-size: 12px;
    font-weight: normal;
    color: #7a7a7a;
    margin-bottom: 15px;
  }
  .td-left,
  .td-right {
    display: block;
    width: 100%;
    float: none;
  }
  .login #td_footer {
    padding: 5px !important;
  }
  .login #register form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #111;
  }
  .login #register form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #111;
  }
  .login #register form input {
    border: 1px solid #111;
    outline: none;
    margin: 5px 0;
    box-sizing: border-box;
  }
  .login #content-td {
    width: 100% !important;
    margin-top: 250px;
  }
  .login #login-table-wrap {
    width: 85%;
  }
  .login #register {
    width: 100%;
    display: block;
    text-align: center;
    z-index: 1;
  }
  #login-table-wrap>tbody,
  #login-table-wrap>tbody>tr {
    display: block;
    width: 100%;
  }
  .login #register form input {
    width: 99% !important;
  }
}

@media screen and ( max-width: 425px) {
  .questionnaires div.toplinks {
    position: static;
    top: 130px;
    width: 100%;
  }
  .login #landingp-right-area {
    height: 260px;
  }
  .login .laptop-image {
    margin-top: 20px;
  }
  .login #content-td {
    width: 100% !important;
    margin-top: 160px;
  }
  .lense-square-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .tooltip {
    margin-left: 5px !important;
    margin-top: 5px !important;
  }
  
}

@media screen and ( max-width: 374px) {
 
  
}

/*Google Checkout cart code*/

.override #googlecart-widget-head {
  background: #F5E8DF
}

.override .googlecart-widget-item {
  background: #eef9fb
}

.override #googlecart-widget-emptymessage {
  background: #F5E8DF
}

.override .googlecart-widget-removed-message {
  background: #eef9fb
}

.override #googlecart-widget-body {
  background: #F5E8DF
}

.testimonials_div {
  border: 3px solid #e77924;
  background: #F5E8DF;
  padding: 1em;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -opera-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}

/* Dashboard */

div.goals {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}

div.goal .question {
  font-weight: bold;
}

div.dashboard.notes {}

div.links_list h2 {
  color: black;
  font-size: 16px;
}

div.viewall {
  float: right;
  background-color: #ffffff;
  padding: 1px 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -opera-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  white-space: nowrap;
}

div.viewall a {
  font-size: 12px;
  font-weight: normal;
  color: #7a7a7a;
}

/* Notes */

div.notes .header {
  padding: 0px 0 10px 0;
}

div.content .header2 {
  padding: 40px 0 10px 0;
  font-weight: bold;
}

div.content .header2:first-child {
  padding: 0 0 10px 0;
}

div.note_container {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
}

div.note_container .userimage {
  float: left;
}

div.note {
  margin-bottom: 10px;
  padding: 5px;
  padding: 1em;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -opera-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  position: relative;
}

div.note .from {
  font-weight: bold;
  padding-bottom: 10px;
}

div.note.admin .from {
  color: #e77924;
}

div.note .date {
  float: right;
}

div.note.customer .date {
  color: #e77924;
}

div.note.admin {
  background-color: #eef0f2;
  border: 1px solid #cccccc;
}

a.button,
input.button {
  background-color: #e77924;
  padding: 10px 10px;
  color: black;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -opera-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  white-space: normal;
  border: 0;
  cursor: pointer;
}

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

.note:after,
.note:before {
  right: 100%;
  top: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* Input box customisations */

/* Goals/Notes/Score styling */

div.score_right_div {
  background-color: #ececec;
  text-align: center;
  border: 1px solid #c9c9c9;
}

div.score_right_div .title {
  font-weight: bold;
  font-size: 16pt;
  padding: 10px;
}

div.score_right_div img {
  padding: 20px 0;
}

div.score_right_div.content {
  margin-top: 10px;
  padding: 10px;
}

div.score_right_div.content img {
  padding: 0 0 0 10px;
}

div.score_right_div p {
  font-size: 12px;
  line-height: 15px;
  margin-top: 0;
}

div.score_right_div .viewall {
  background-color: white;
  font-size: 10px;
  padding: 5px 20px;
  border: 1px solid #c9c9c9;
}

div.score_container {
  clear: both;
  border: 1px solid #c9c9c9;
  margin-bottom: 10px;
}

div.score_container .header {
  padding: 10px 20px;
  background-color: #e77924;
  font-size: 12px;
}

div.score_container .content {
  background-color: white;
  padding: 10px 20px;
  font-size: 12px;
}

div.goal {
  color: black;
  border-bottom: 1px solid #c9c9c9;
  min-height: 70px;
  margin-bottom: 10px;
}

div.goal:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

div.goal .number {
  padding-right: 10px;
}

div.reply_container {
  min-height: 100px;
}

div.reply_container textarea {
  width: 488px;
  height: 70px;
  margin-right: 10px;
  float: left;
  border-radius: 0px;
  border: 1px solid #f0f0f0;
  outline: none;
  resize: none;
  padding: 10px;
}

div.range-selector {
  text-align: center;
  padding: 10px;
}

div.range-selector input {
  border-radius: 4px;
  border: 1px solid #c0c0c0;
  padding: 5px;
}

.questionnaire_table input[type="text"] {
  border: 1px solid #ccc;
  /* Safari 5, Chrome support border-radius without vendor prefix.
   * FF 3.0/3.5/3.6, Mobile Safari 4.0.4 require vendor prefix.
   * No support in Safari 3/4, IE 6/7/8, Opera 10.0.
   */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  /* Chrome, FF 4.0 support box-shadow without vendor prefix.
   * Safari 3/4/5 and FF 3.5/3.6 require vendor prefix.
   * No support in FF 3.0, IE 6/7/8, Opera 10.0, iPhone 3.
   * change the offsets, blur and color to suit your design.
   */
  -moz-box-shadow: 2px 2px 3px #666;
  -webkit-box-shadow: 2px 2px 3px #666;
  box-shadow: 2px 2px 3px #666;
  /* using a bigger font for demo purposes so the box isn't too small */
  font-size: 20px;
  /* with a big radius/font there needs to be padding left and right
   * otherwise the text is too close to the radius.
   * on a smaller radius/font it may not be necessary
   */
  padding: 4px 0px 4px 7px;
  /* only needed for webkit browsers which show a rectangular outline;
   * others do not do outline when radius used.
   * android browser still displays a big outline
   */
  outline: 0;
  /* this is needed for iOS devices otherwise a shadow/line appears at the
   * top of the input. depending on the ratio of radius to height it will
   * go all the way across the full width of the input and look really messy.
   * ensure the radius is no more than half the full height of the input, 
   * and the following is set, and everything will render well in iOS.
   */
  -webkit-appearance: none;
}

.questionnaire_table input[type="text"]:focus {
  /* supported IE8+ and all other browsers tested.
   * optional, but gives the input focues when selected.
   * change to a color that suits your design.
   */
  border-color: #e77924;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */
  line-height: normal;
  cursor: pointer;
}

div.clear {
  clear: both;
}

/* Range Buttons */

.questionnaire_field_container button {
  background-color: white;
  border: 1px solid black;
  border-radius: 4px;
  padding: 10px 15px 10px 15px;
  margin-right: 10px;
  box-shadow: 2px -2px 3px -2px rgba(0, 0, 0, .75);
  transition: .2s all;
  cursor: pointer;
}

.questionnaire_field_container button:hover {
  color: #099076;
  border: 1px solid #fdaf61;
  box-shadow: 2px -2px 3px -2px rgba(253, 175, 97, .75);
  outline: none;
}

.questionnaire_field_container button:active {
  transform: scale(0.9);
  box-shadow: 2px -2px 3px 0px rgba(253, 175, 97, .75);
}

.select-button {
  color: #099076 !important;
  border: 1px solid #fdaf61 !important;
  box-shadow: 2px -2px 3px -2px rgba(253, 175, 97, .75) !important;
  outline: none !important;
}

.failed-validation-button {
  border: 5px solid #ffcbcb;
}

@media screen and (max-width:770px) {
  #notes-section .note_container .note.admin {
    border-radius: 5px !important;
    margin-left: 0px;
    width: 82% !important;
    margin-bottom: 10px !important;
  }
  .even,
  .odd {
    font-family: 'Montserrat', sans-serif !important;
  }
  #notes-section .note_container .note.customer {
    border-radius: 5px !important;
    margin-left: 0px;
    width: 82% !important;
    margin-bottom: 10px !important;
    background-color: white;
    border: 1px solid #f0f0f0;
  }
}

@media screen and (max-width:550px) {
  .tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-box {
    background: #3ba39c;
    border-radius: 6px;
    max-width: 100px;
    margin-left: 15px,
  }
  .tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content {
    color: white;
    padding: 8px;
  }
  .reminder #nav #logo a img {
    width: 120% !important;
  }
  .reminder #nav .toplinks .link {
    margin-left: 100px;
  }
  .cms.main #nav .toplinks .link {
    margin-left: 100px;
  }
  .customer.questionnaires #nav #logo a img {
    width: 200% !important;
  }
  .questionnaires #content-td h2 {
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .questionnaires #content-td .box_div {
    margin-left: 15px;
  }
  #nav #logo a img {
    width: 120% !important;
  }
  .main #nav .toplinks .link {
    margin-left: 0px;
  }
  #nav .toplinks .link {
    margin-left: 100px;
  }
  #nav .toplinks .link {
    margin-left: 100px;
  }
  .reminder #content-td {
    padding: 10px !important;
  }
  .reminder form {
    margin-top: 20px !important;
  }
  .reminder form .table_header_2 {
    width: 30% !important;
  }
  .reminder .table_cell_1 table tr {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .reminder .table_cell_1 table tr td:nth-child(1) {
    width: 40% !important;
    margin-top: 2px;
  }
  .reminder .table_cell_1 table tr td:nth-child(2) {
    font-size: 11px;
    width: 100% !important;
  }
  form .table_header_2 {
    width: 30% !important;
  }
  .table_cell_1 table tr {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .table_cell_1 table tr td:nth-child(1) {
    width: 40% !important;
    margin-top: 2px;
  }
  .table_cell_1 table tr td:nth-child(2) {
    font-size: 11px;
    width: 100% !important;
  }
  td.dashboard-content-left .score_container {
    width: 79% !important;
    margin-left: 0px;
    text-align: justify;
  }
  td.dashboard-content-left .score_container .header {
    font-size: 15pt;
  }
  td.dashboard-content-left .score_container .summary {
    width: 110% !important;
    margin-left: -15px;
  }
  td.dashboard-content-left .score_container .summary .more-link {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  td.dashboard-content-left .score_container .summary p:first-of-type {
    margin-top: -25px;
  }
  tr.questionnaire-questions-tr td .questionnaire_field_container button:not(:last-child) {
    margin-right: 1%;
  }
  .even,
  .odd {
    font-family: 'Montserrat', sans-serif !important;
  }
  table#content-table td#nav #logo {
    grid-area: 2/1;
  }
  table#content-table td#nav #nav-name {
    text-align: left !important;
  }
  table#content-table td#nav {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
  table#content-table td#nav a img {
    margin-right: 36%;
    margin-left: 5%;
  }
  td#content-td .box_div {
    border-radius: 5px;
    margin-left: 5px;
    width: 80% !important;
  }
  table#content-table td#nav #layer1 {
    display: flex;
  }
  table#content-table td#nav #layer1 a.link {
    margin-top: -8%;
  }
  td #goals-section .content .goal {
    margin-bottom: 3%;
    border-radius: 5px;
    margin-left: 0%;
    width: 82% !important;
  }
  td .dashboard-welcome-box p.dash-welcome-text {
    text-align: justify;
    margin-left: 0;
    width: 85% !important;
  }
  #notes-section .reply_container input.button {
    width: 50% !important;
    margin-top: 3%;
    border-radius: 5px !important;
  }
  #notes-section .note_container .note.admin {
    border-radius: 5px !important;
    margin-left: 0px;
    width: 82% !important;
    margin-bottom: 10px !important;
  }
  #notes-section .note_container .note.customer {
    border-radius: 5px !important;
    margin-left: 0px;
    width: 82% !important;
    margin-bottom: 10px !important;
    background-color: white;
    border: 1px solid #f0f0f0;
  }
  #notes-section .reply_container textarea.reply {
    border-radius: 5px;
    margin-left: 0;
    width: 80% !important;
  }
  table.dashboard-content-wrapper td.dashboard-content-left .lense-squares-area {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 5%;
  }
  /*   #lens-score-graph .content img {
    width: 80% !important;
    margin-right: 85px;
  } */
  .score_right_div.content.dashboard-right-logo {
    margin-left: 0px !important;
    width: 83% !important;
  }
  tr .dashboard-content-right .score_right_div {
    margin-left: 0px !important;
    width: 83%!important;
  }
  .score_right_div.content {
    margin-left: 0px !important;
    width: 80% !important;
  }
  #footer_links {
    margin-left: 0px !important;
    width: 80% !important;
  }
  .dashboard-welcome-box {
    padding-left: 9px !important;
    padding-right: 27px !important;
  }
  td #notes-section .score_container .content {
    margin-left: 2px !important;
  }
  td.dashboard-content-left {
    margin-left: 7px !important;
  }
  td .score_right_div.content h1.ebook-title {
    margin-left: 11px !important;
  }
}

.customer.main .box_div {
  display: none;
  /* hide grey box at top of customer dashboard */
}

.even,
.odd {
  font-family: 'Montserrat', sans-serif !important;
}

.tooltip {
  cursor: pointer;
  color: #ccc;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-box {
  background: #3ba39c;
  border-radius: 6px;
  max-width: 100px;
  margin-left: 15px,
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content {
  color: white;
  padding: 8px;
}

h2.howitworks {
  text-align: center;
  font-size: 30px;
  padding: 20px 0;
}

.howitworks-container {
  background-color: #EBEBEB;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 5px;
}

.howitworks-container > .title {
  padding: 20px 0;
  color: white;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.howitworks-container > .text {
  padding: 10px 40px;
  font-size: 24px;
  line-height: 34px;
}

.timer-wrapper {
  text-align: center;
  padding-bottom: 30px;
}

.timer-wrapper > .timer {
  display: inline-block;
  width: 300px;
  height: 300px;
}

#TB_window {
  position: absolute !important;
}