/**
 * All of the CSS for your general public-facing functionality should be
 * included in this file.
 */
* {
  box-sizing: border-box;
}
html,
body {
  background-color: lightcoral;
  width: 100%;
  height: 100%;
}
.scu_not_footer {
  background-color: white;
}
/* Smart CheckUp Font Scheme - Begin */
@font-face {
  font-family: "keep_calm_medregular";
  src: url("fonts/keepcalm-medium-webfont.woff2") format("woff2"),
    url("fonts/keepcalm-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "keep_calm_medregular", "Trebuchet MS", Helvetica, sans-serif !important;
  margin: 0 0 !important;
}
/* Smart CheckUp Color Scheme Legacy - Begin */
.scu_color_border {
  border-color: lightcoral !important;
}
.scu_color_input {
  background-color: lightgrey !important;
  color: black !important;
}
/*
.scu_color th, .scu_color th {
	background: #ff7c7c;
	background-color: #ff7c7c;
	color: white;
}
*/
.scu_hover_text_black:hover {
  background-color: white;
  color: black;
}
.scu_hover_color tr:hover {
  background: blue;
  background-color: blue;
  color: white;
}
.scu_hover_inverted:hover {
  background-color: white;
  color: #ff7c7c;
}
.scu_border_color {
  border-color: #ff7c7c;
}
.scu_underline {
  text-decoration: underline;
}
/* Smart CheckUp Color Scheme Legacy - End */
/* Smart CheckUp Color Scheme - Begin */
.scu_color {
  background-color: lightcoral !important;
  color: white !important;
}
.scu_color_inverted {
  background-color: white;
  color: #ff7c7c;
}
thead tr.scu_color {
  background-color: lightcoral !important;
  color: white !important;
}
.scu_color_text {
  color: #f08080 !important;
}
.scu_color_info {
  background-color: lightskyblue !important;
  color: black !important;
}
.scu_color_hover:hover {
  background-color: steelblue !important;
  color: white !important;
}
.scu_color_header {
  background-color: white !important;
  color: black !important;
}
.scu_color_main {
  background-color: white !important;
  color: black !important;
}
.scu_color_page {
  background-color: white !important;
  color: black !important;
}
.scu_color_footer {
  background-color: lightcoral !important;
  color: white !important;
}
.scu_facebook_hover:hover {
  background-color: white !important;
  color: #3b5998 !important;
}
.scu_instagram_hover:hover {
  background-color: white !important;
  color: #405de6 !important;
}
.scu_linkedin_hover:hover {
  background-color: white !important;
  color: #0077b5 !important;
}
.scu_twitter_hover:hover {
  background-color: white !important;
  color: #1da1f2 !important;
}
table {
  border-collapse: collapse;
}
.scu_scroll {
  overflow-y: scroll;
  max-height: 67vh;
  resize: none;
}
.scu_scroll > p {
  word-wrap: break-word;
}
.scu_stage {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.scu_table th {
  background: black;
  color: white;
}
.scu_table tr.scu_table_line:hover {
  background: #ff7c7c;
  color: black;
}
.scu_table th,
.scu_table td {
  border: 1px solid black;
  padding: 14px;
  text-align: center;
  font-size: 14px;
}
.scu_table tr:nth-child(odd) {
  background: white;
  color: black;
}
.scu_table tr:nth-child(even) {
  background: lightgray;
  color: black;
}
.scu_table tr.scu_table_line:hover {
  background: #ff7c7c;
  color: black;
}
.scu_flex {
  display: flex;
}
.scu_flexc {
  display: flex;
  flex-direction: column;
}
.scu_flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.scu_flex_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.scu_flex_hcenter {
  display: flex;
  justify-content: center;
}
.scu_flex_vcenter {
  display: flex;
  align-items: center;
}
.scu_flex_spaced {
  display: flex;
  justify-content: space-around;
}
.scu_flex_justify {
  display: flex;
  justify-content: space-between;
}
.scu_flex_vjustify {
  display: flex;
  align-content: space-between;
}
.scu_flex_first {
  order: -1;
}
.scu_flex_none {
  flex: none;
}
.scu_drop_right {
  right: 0;
}
/* Legacy */
.scu_flexj {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scu_flex_justify {
  display: flex;
  justify-content: space-between;
}
.scu_flexs {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.scu_flexl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.scu_flex_left {
  display: flex;
  justify-content: flex-start;
}
.scu_flexr {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.scu_flex_right {
  display: flex;
  justify-content: flex-end;
}
.scu_flex_top {
  display: flex;
  align-items: flex-start;
}
.scu_flex_bottom {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 600px) {
  h6,
  .scu_tiny {
    font-size: 6px !important;
  }
  h5,
  .scu_small {
    font-size: 7px !important;
  }
  h4,
  .scu_medium {
    font-size: 9px !important;
  }
  h3,
  .scu_large {
    font-size: 10px !important;
  }
  h2,
  .scu_xlarge {
    font-size: 12px !important;
  }
  h1,
  .scu_xxlarge {
    font-size: 18px !important;
  }
  .scu_xxxlarge {
    font-size: 24px !important;
  }
  .scu_jumbo {
    font-size: 32px !important;
  }
  .scu_square_size {
    min-width: 10px !important;
    min-height: 10px !important;
    width: 10px !important;
    height: 10px !important;
  }
  .scu_flexrc {
    display: flex;
    flex-direction: column;
  }
  .scu_zoom:hover {
    transform: scale(
      1.1
    ); /* (110% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }
  .scu_mmargin_lr5 {
    margin-left: 5%;
    margin-right: 5%;
  }
  .scu_rmargin {
    margin: 4px;
  }
  .scu_rpadding {
    padding: 4px;
  }
  .scu_rmarginl {
    margin-left: 4px;
    margin-right: 4px;
  }
  .scu_rmarginr {
    margin-left: 4px;
    margin-right: 4px;
  }
  .scu_rmarginlr {
    margin-left: 4px;
    margin-right: 4px;
  }
  .scu_rmargins {
    margin-left: 4px;
    margin-right: 4px;
  }
  .scu_rlw_33_15 {
    max-width: 33vw;
  }
}
@media screen and (max-width: 992px) and (min-width: 601px) {
  h6,
  .scu_tiny {
    font-size: 7px !important;
  }
  h5,
  .scu_small {
    font-size: 8px !important;
  }
  h4,
  .scu_medium {
    font-size: 10px !important;
  }
  h3,
  .scu_large {
    font-size: 12px !important;
  }
  h2,
  .scu_xlarge {
    font-size: 16px !important;
  }
  h1,
  .scu_xxlarge {
    font-size: 24px !important;
  }
  .scu_xxxlarge {
    font-size: 32px !important;
  }
  .scu_jumbo {
    font-size: 42px !important;
  }
  .scu_square_size {
    min-width: 12px !important;
    min-height: 12px !important;
    width: 12px !important;
    height: 12px !important;
  }
}
@media screen and (min-width: 993px) {
  h6,
  .scu_tiny {
    font-size: 10px !important;
  }
  h5,
  .scu_small {
    font-size: 12px !important;
  }
  h4,
  .scu_medium {
    font-size: 15px !important;
  }
  h3,
  .scu_large {
    font-size: 18px !important;
  }
  h2,
  .scu_xlarge {
    font-size: 24px !important;
  }
  h1,
  .scu_xxlarge {
    font-size: 36px !important;
  }
  .scu_xxxlarge {
    font-size: 48px !important;
  }
  .scu_jumbo {
    font-size: 64px !important;
  }
  .scu_square_size {
    min-width: 18px !important;
    min-height: 18px !important;
    width: 18px !important;
    height: 18px !important;
  }
}
@media screen and (min-width: 601px) {
  .scu_footer_fixed {
    position: fixed;
    bottom: 0vh;
    width: 100%;
    height: 90px;
  }
  .scu_before_footer {
    height: 90px !important;
  }
  .scu_divider {
    border-left: 1px solid white !important;
  }
  .scu_zoom:hover {
    transform: scale(
      1.5
    ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }
  .scu_flexrc {
    display: flex;
  }
  .scu_score_width {
    width: 50%;
  }
  .scu_rmargin_r50 {
    margin-right: 50%;
  }
  .scu_rmargin {
    margin: 8px;
  }
  .scu_rpadding {
    padding: 8px;
  }
  .scu_rmarginl {
    margin-left: 8px;
  }
  .scu_rmarginr {
    margin-right: 8px;
  }
  .scu_rmarginlr {
    margin-left: 8px;
    margin-right: 8px;
  }
  .scu_flex_stretch {
    display: flex;
    align-content: stretch;
  }
  .scu_rlw_33_15 {
    max-width: 15vw;
  }
}
.scu_lw_50 {
  max-width: 50vw;
}
.scu_lw_33 {
  max-width: 33vw;
}
.scu_lw_25 {
  max-width: 25vw;
}
.scu_lw_20 {
  max-width: 20vw;
}
.scu_keep_ratio {
  width: 100%;
  height: auto;
}
.scu_home_background {
  background-color: white;
  background-image: url(images/home-background.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.scu_zoom {
  transition: transform 0.2s; /* Animation */
}
.scu_full_width {
  width: 100%;
}
.scu_half_width {
  width: 50%;
}
.scu_full_height {
  height: 100%;
}
.scu_score {
  margin-left: 50%;
}
.scu_sq_container {
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
}
.scu_sq_content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.scu_hide {
  display: none;
}
.scu_score_margin {
  margin-left: 25%;
  margin-right: 25%;
  margin-bottom: 5%;
}
.scu_button_margin {
  margin-left: 5%;
  margin-right: 5%;
}
.scu_full_viewport {
  width: 100vw;
  height: 100vh;
}
.scu_full_size {
  width: 100%;
  height: 100%;
}
/* */
.scu_switch_left {
  background-color: white;
  color: #ff7c7c;
  border: 0.1em solid #ff7c7c;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  padding: 1em;
  margin: 0;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
}
.scu_switch_right {
  background-color: white;
  color: #ff7c7c;
  border: 0.1em solid #ff7c7c;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  padding: 1em;
  margin: 0;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
}
.scu_switch_left_selected {
  background-color: #ff7c7c;
  color: white;
}
.scu_switch_right_selected {
  background-color: #ff7c7c;
  color: white;
}
/* */
.scu_border_bottom {
  border-bottom: 0.1em solid black;
  padding-bottom: 2em;
  margin-bottom: 1em;
}
.scu_border_top {
  border-top: 0.1em solid black;
  margin-top: 4em;
}
.scu_parts {
  margin: 0em 0em 1em 0em;
}
.scu_first {
  background-color: #ff7c7c;
}
.scu_center_align {
  text-align: center;
}
.scu_bold {
  font-weight: bold;
}
.scu_title {
  padding: 0.5em;
  text-align: center;
  color: white;
  font-size: 2em;
  font-weight: bold;
}
.scu_header {
  margin: 0em 2.5em;
}
.scu_margin_left {
  margin-left: 0.5em;
}
.scu_site_title {
  font-size: 2.5em;
  font-weight: bold;
  color: #ff7c7c;
}
.scu_nav {
  margin: 1em;
}
.scu_fb_title {
  background-color: #ff7c7c;
  padding: 0.5em 1em;
  text-align: center;
  color: white;
  font-size: 1em;
  font-weight: bold;
}
.scu_fb_container {
  border: 0.2em solid #ff7c7c;
  padding: 0em 1em 1em 1em;
}
span.scu_span_title {
  background-color: #ff7c7c;
  padding: 1em;
  display: block;
  text-align: center;
  color: white;
  font-weight: bold;
}
.scu_tab_nav {
  margin: 1em 1em 0em 1em;
}
.scu_tab_message {
  width: 50%;
  border-style: dotted;
  border-color: #ff7c7c;
  border-width: 0.2em 0.2em 0 0.2em;
  background-color: white;
  margin: 1em 1em 0em 1em;
  padding: 1em;
  text-align: center;
}
.scu_tab {
  background-color: #ff7c7c;
}
.scu_message {
  width: 25%;
  background-color: white;
  margin: 1em;
  padding: 1em;
  text-align: center;
}
div.scu_message {
  border: 1em solid #ff7c7c;
  background-color: white;
  padding: 1em;
  display: block;
  text-align: left;
  color: black;
  font-weight: normal;
}
.scu_form {
  background-color: #ff7c7c;
  padding: 1em;
}
.scu_legend {
  padding: 0.5em;
  background-color: white;
  color: black;
  text-align: center;
  font-weight: bold;
}
.scu_fieldset {
  border: 0.2em solid white;
}
a {
  color: #ff7c7c;
}
a :hover {
  color: #2196f3;
}
.scu_score {
  height: 100%;
}
.scu_label,
.scu_label_cr {
  display: inline-block;
  color: black;
  text-align: right;
  font-size: 1em;
  font-weight: bold;
  padding: 1em;
}
.scu_label {
  width: 20em;
}
.scu_label_top {
  color: black;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  padding: 0.5em;
}
.scu_input,
.scu_input_cr {
  display: inline-block;
  box-sizing: border-box;
  background-color: white;
  color: black;
  font-size: 1em;
}
.scu_output {
  width: 20em;
  margin: 1em 1em 1em 1em;
  padding: 1em;
  display: inline-block;
  box-sizing: border-box;
  background-color: lightgray;
  color: black;
  font-size: 1em;
}
.scu_input {
  width: 20em;
  margin: 1em 1em 1em 0em;
  padding: 1em;
}
div.scu_field_group {
  display: inline-block;
  border: 0.1em inset #ff7c7c;
}
.scu_select {
  -webkit-appearance: button;
  background-image: url(images/dropdown-arrow-icon-22.png);
  background-size: auto 100%;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: white;
  color: black;
  width: 20em;
  padding: 1em;
  margin: 2em 2em 2em 0em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1em;
}
select {
  -webkit-appearance: button;
  background-image: url(images/dropdown-arrow-icon-22.png);
  background-size: auto 100%;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: whitesmoke;
  color: black;
  padding: 8px 16px 8px 16px;
}
input {
  background-color: whitesmoke;
  color: black;
}
input[readonly] {
  background-color: white;
}
.scu_button {
  background-color: black;
  border: none;
  color: white;
  padding: 1em;
  margin: 0em;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}
.scu_button_2 {
  border-radius: 3em;
  background-color: #ff7c7c;
  color: white;
  padding: 1em 3em;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}
.scu_button_2_small {
  border-radius: 1.5em;
  background-color: #ff7c7c;
  color: white;
  padding: 0.5em 1.5em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.scu_button:hover {
  background-color: black;
  color: #ff7c7c;
}

.scu_button:disabled {
  background-color: gray;
  color: white;
}
.scu_button_2:disabled {
  background-color: gray;
  color: white;
}
.scu_buttonc {
  background-color: black;
  border: none;
  color: white;
  padding: 1em;
  margin: 1em 0.5em;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}
.scu_buttonc:hover {
  background-color: black;
  color: #ff7c7c;
}
.scu_buttonc:disabled {
  background-color: gray;
  color: white;
}
.scu_tab_button {
  background-color: black;
  border-color: black;
  border-style: solid;
  border-width: 0em 0em 0.2em 0em;
  color: white;
  padding: 1em;
  margin: 0em;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}
.scu_video_button {
  float: left;
  background-color: black;
  border: none;
  outline: none;
  color: white;
  padding: 1em;
  margin: 0em;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  width: 25%;
}
.scu_tab_button:hover,
.scu_video_button:hover {
  background-color: black;
  border-color: black;
  color: #ff7c7c;
}
.scu_tab_button:disabled {
  background-color: gray;
  border-color: gray;
  color: white;
}
.scu_select_tab {
  background-color: #ff7c7c;
  border-color: #ff7c7c;
  color: white;
}
.scu_select_tab:hover {
  background-color: #ff7c7c;
  border-color: #ff7c7c;
  color: white;
}
.scu_notice {
  text-align: center;
}
.scu_one_third {
  width: 33%;
}
.scu_two_thirds {
  width: 67%;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.scu_span_after_button {
  margin: 0em 0em 0em 1em;
}
.scu_table {
  padding: 0em 1em 1em 1em;
  border-collapse: collapse;
}
.scu_table_line:hover {
  background: #ff7c7c;
  color: black;
}
.scu_video_box {
  background: white;
  margin: 1em;
  padding: 1em;
}
.scu_video_nav {
  height: 3.5em;
}
iframe {
  width: 100%;
}
.scu_video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.scu_video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.scu_square {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.scu_square:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.scu_green {
  background-color: green;
  color: white;
}
.scu_red {
  background-color: red;
  color: white;
}
.scu_yellow {
  background-color: yellow;
  color: black;
}
.scu_led {
  padding: 0.2em 0.5em;
  margin: 0em 0.2em 0em 0em;
  font-weight: bold;
}
.scu_select_habit {
  -webkit-appearance: button;
  background-image: url(images/dropdown-arrow-icon-22.png);
  background-size: auto 100%;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: white;
  color: black;
  padding: 0.5em;
  margin: 0.5em 0.5em 1em 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1em;
}
.scu_label_habit {
  display: inline-block;
  color: black;
  font-size: 1em;
  font-weight: bold;
  margin: 0em 0.5em 0.5em 0.5em;
  padding: 0.5em;
}
.scu_recomm {
  display: block;
  box-sizing: border-box;
  font-weight: bold;
  color: black;
  text-align: center;
  font-size: 1.5em;
  margin: 0em 0em 0em 0em;
  padding: 1em;
}
/* Header Login */
#scu_object_header_login {
  float: right;
}
.scu_small_button {
  display: inline-block;
  background-color: black;
  border: none;
  color: white;
  padding: 0.7em;
  margin: 0.7em 0em;
  text-align: center;
  font-size: 0.7em;
  font-weight: bold;
  text-decoration: none;
}
.scu_small_button:hover {
  background-color: black;
  color: #ff7c7c;
}
.scu_samll_button:disabled {
  background-color: grey;
  color: white;
}
#scu_header_user {
  display: inline-block;
  color: white;
}
/* Title Tagline */
.scu_header_title {
  display: inline;
  color: white;
  font-size: 3em;
  font-weight: bold;
}
.scu_header_tagline {
  color: white;
  font-size: 1.2em;
}
