@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Aug 5, 2021, 1:22:15 PM
    Author     : jbailey
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Aug 5, 2021, 1:22:27 PM
    Author     : jbailey
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700&display=swap");
#archive_container {
  display: flex;
  justify-content: space-evenly;
}
#archive_container .archive_col {
  width: 30%;
}
#archive_container h2 {
  background-color: #0073aa;
  padding: 0.5rem 1rem;
  color: white;
}
#archive_container .users_container {
  border: 1px solid #0073aa;
}
#archive_container .users_container .resume_container {
  padding-left: 1rem;
}
#archive_container .users_container .resume_container ul {
  padding-left: 1rem;
}
#archive_container .hide {
  display: none;
}

#filter {
  width: 100%;
  padding-bottom: 1.5rem;
}
#filter thead td {
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  border: 1px solid #333;
}
#filter tbody td {
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  border: 1px solid #333;
}
#filter tbody #control-row td {
  border: 0px;
}
#filter #customDateFilter {
  display: none;
}
#filter label {
  font-size: 15px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
#filter select {
  border-radius: 5px;
  border-color: #333;
  padding: 0.2rem;
}

#filter_buttons {
  display: flex;
  flex-direction: column;
}
#filter_buttons button {
  margin-bottom: 0.5rem;
  display: block;
  color: #fff;
  background-color: #DD1198;
  border-radius: 5px;
}

#dates {
  display: none;
  justify-content: space-between;
  max-width: 30%;
  margin: 0 auto;
  text-align: center;
}
#dates h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
#dates span {
  display: block;
  font-size: 16px;
}

li.group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  max-width: 50%;
}
li.group::before {
  content: "⚄";
  color: darkgreen;
  font-weight: bold;
  font-size: 2rem;
  margin-right: 0.5rem;
}
li.group h3 {
  margin: 0;
}
li.group .stats {
  width: 100%;
}
li.group .stats u {
  color: red;
  font-size: 0.9rem;
}
li.group .stats strong {
  font-weight: bold;
  font-size: 0.9rem;
  padding: 0 0.5rem;
  border: 1px solid #333;
}

.counselor_data {
  background-color: #f2f2f2;
}

#admin_panel {
  width: 75%;
  margin: 0 auto;
  padding: 2rem;
}

#controlPanel {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#controlPanel #totalsContent {
  font-size: 14px;
  margin-left: 1rem;
}

#group_lists #active_groups {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
}
#group_lists #active_groups .target-group {
  position: relative;
  width: 30%;
  font-family: Arial, sans-serif;
  border: 3px solid #FF914D;
  border-radius: 10px;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
#group_lists #active_groups .target-group .status {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.2rem 0.5rem;
  text-transform: uppercase;
  color: white;
  border-top-right-radius: 7px;
}
#group_lists #active_groups .target-group .status.expired {
  background: red;
}
#group_lists #active_groups .target-group .status.active {
  background: green;
}
#group_lists #active_groups .target-group .status.pending {
  background: orange;
}
#group_lists #active_groups .target-group .status.cancelled {
  background: black;
}
#group_lists #active_groups h2 {
  padding: 0.3rem 0.5rem;
  background: green;
  color: white;
  max-width: 50%;
}
#group_lists #expired_groups h2 {
  padding: 0.3rem 0.5rem;
  background: black;
  color: white;
  max-width: 50%;
}

table.table-sortable {
  border-collapse: collapse;
}
table.table-sortable th {
  background: #333;
  color: #fff;
}
table.table-sortable th, table.table-sortable td {
  width: auto;
  border: 1px solid #333;
  padding: 0.5rem 0.6rem;
  max-width: 400px;
}
table.table-sortable td.login {
  background: darkgreen;
  color: white;
}
table.table-sortable td.expired {
  background: red;
  color: black;
}

.jc_detail ul {
  margin-top: 1rem;
}

.job_seekers, .jc_log {
  display: none;
}
.job_seekers .usage_info div, .jc_log .usage_info div {
  min-width: 80px;
}
.job_seekers .usage_info div.date, .jc_log .usage_info div.date {
  min-width: 100px;
}
.job_seekers .usage_info div.status, .jc_log .usage_info div.status {
  min-width: 50px;
}

.job_seekers li.js_info {
  display: flex;
  justify-content: flex-start;
}
.job_seekers li.js_info::before {
  content: "🗎";
  color: #333;
  font-weight: bold;
  font-size: 2rem;
}
.job_seekers li.js_info div {
  margin-right: 1rem;
  padding: 0.2rem 0.5rem;
}
.job_seekers li.js_info div.name {
  min-width: 200px;
  max-width: 200px;
}

.jc_log li.usage_info {
  display: flex;
  justify-content: flex-start;
}
.jc_log li.usage_info div {
  margin-right: 1rem;
  padding: 0.2rem 0.5rem;
}
.jc_log li.usage_info div.LogIn {
  color: white;
  background: green;
}
.jc_log li.usage_info div.LogOut {
  background: black;
  color: white;
}

.jc_nav {
  display: flex;
  justify-content: flex-start;
}
.jc_nav .member_name {
  display: flex;
  justify-content: space-between;
}
.jc_nav .member_title {
  margin: 0.2rem 0.5rem 0 0.2rem;
  padding: 0.2rem 0.5rem;
  background: #ccc;
  border: 1px solid #333;
}
.jc_nav h4 {
  margin: 0.2rem 0 0 0;
  min-width: 200px;
  padding: 0.1rem 0 0 0;
}
.jc_nav div.status {
  min-width: 0.4rem;
  margin: 0.2rem 0.4rem 0 0;
  font-weight: bold;
  padding: 0.1rem 0.3rem 0 0.3rem;
}
.jc_nav div.exp {
  color: green;
}
.jc_nav div.out {
  color: red;
}
.jc_nav div.in {
  background: green;
  color: white;
}

#member_activity td {
  padding: 0.2rem;
  margin: 0.2rem 0;
  border: 1px solid black;
  text-align: center;
}

thead {
  background-color: #FF914D;
  border-radius: 5px;
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

th {
  padding: 1rem;
  font-size: 16px;
}

#group_lists {
  display: flex;
  justify-content: center;
  font-size: 14px;
}

#groupPanel {
  right: 0;
}

#memberPanel {
  right: 20%;
}

.group_row, .member_row, .job_seeker_row {
  cursor: pointer;
}

.job_seeker_row {
  background: #2542BB;
  color: white;
  font-size: 14px;
}
.job_seeker_row td {
  padding: 0.2rem;
  margin: 0.2rem 0;
}

#groupPanel, #memberPanel {
  width: fit-content;
  position: absolute;
  border: 1px solid black;
  border-radius: 5px;
  padding: 1rem;
  margin-left: 1rem;
  background-color: white;
  color: black;
  display: none;
}
#groupPanel td, #memberPanel td {
  cursor: pointer;
  border: 1px solid black;
  padding: 0.2rem;
}
#groupPanel h2, #memberPanel h2 {
  font-size: 25px;
  color: #DD1198 !important;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}
#groupPanel .closer, #memberPanel .closer {
  font-weight: bold;
  padding: 0.2rem;
  border: 1px solid black;
  float: right;
  font-size: 14px;
}

.green {
  background: limegreen;
  color: white;
}

#spinner {
  display: none;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 10rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#spinner img {
  width: 60px;
  height: 60px;
}

.job_seeker_group {
  display: none;
}

#spinner {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  z-index: 1000;
}

#dashboard #spinner {
  top: 0 !important;
  bottom: 0 !important;
}

body.page-id-16668 #content {
  background-color: #ededed !important;
}

#survey_questions li {
  padding-bottom: 1rem;
}
.location_header {
  color:#6EC1E4 !important;
}
#survey_questions li div {
  margin-top: 0.5rem;
}

#survey_questions li div label input {
  margin-right: 0.5rem;
}

#survey_questions li div label {
  margin-right: 1rem;
}

#location {
  margin-top: 1rem;
  margin-left: 0.5rem;
  width: 20rem;
  padding: 0 0.5rem;
}

ol > li::marker {
  font-weight: bold;
}

#survey_button {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 0 1rem;
  font-family: "Barlow Condensed", sans-serif;
  background-color: #BF0D3E !important;
  color: #fff !important;
  border: none !important;
  font-size: 26px !important;
  font-weight: normal !important;
}
#survey_button:hover {
  color: #fff;
}

#survey_button.gsa {
  background-color: #8dc63f !important;
}

#no_tips {
  width: 3rem;
  padding: 0 0 0 1rem !important;
}

#generate_tips, .std_button {
  margin: 1rem auto;
  font-family: "Barlow Condensed", sans-serif;
  background-color: #BF0D3E !important;
  width: fit-content;
  padding: 0 2rem;
  font-weight: normal !important;
  border: none !important;
}
#generate_tips:hover, .std_button:hover {
  color: #ccc;
}
#generate_tips a, .std_button a {
  color: #fff;
}
#generate_tips a:hover, .std_button a:hover {
  color: #ccc;
}

#sustainability_survey {
  padding: 0 5rem 1rem 5rem;
}

#sustainability_survey, #sustainability_prompt, #sustainability_results {
  display: block !important;
}

.standard_box {
  background-color: #fff;
  margin: 3rem auto 0 auto;
  padding: 1rem;
  border: 1px solid #333;
  border-radius: 10px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  width: 80%;
}
.standard_box #choose_type h3 {
  margin-top: 1.5rem;
}
.standard_box h3.header {
  text-align: center;
  color: #041e42;
  font-weight: bold;
  font-size: 28px;
  padding: 1rem 0 0 0;
  margin-bottom: 1rem;
}
.standard_box #all_choices {
  width: 25%;
  min-width: 350px;
}
.standard_box #specific_choices {
  width: 70%;
  min-width: 700px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.standard_box #specific_choices #row {
  display: flex;
  justify-content: space-between;
}
.standard_box #specific_choices #right_col {
  width: 60%;
}
.standard_box #specific_choices #right_col label {
  padding-bottom: 1rem;
}
.standard_box #specific_choices label {
  display: block;
  margin-top: 0.5rem;
}
.standard_box #specific_choices h4 {
  margin: 0.2rem 1rem 0.2rem 0;
  font-size: 18px;
  min-width: 35%;
}
.standard_box #specific_choices select {
  max-height: 60px;
  padding: 0;
}
.standard_box #specific_choices #organizational_sustainability label div, .standard_box #specific_choices #numberOfTips label div {
  width: 40%;
}
.standard_box #choose_tips h3 {
  margin-top: 1.5rem;
}
.standard_box button {
  float: right;
}
.standard_box #specific_choices {
  display: flex;
  flex-direction: column;
}

#print_button {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: normal !important;
  padding: 0 0.5rem;
  background-color: #BF0D3E !important;
  font-size: 16px;
  color: white;
  border: none;
  cursor: pointer;
  margin: 0 0.2rem;
}

.hidden {
  display: none;
}

#status_nav {
  display: flex;
  justify-content: center;
  margin: 1rem auto;
}
#status_nav div {
  border: 1px solid #333;
  font-family: "Barlow Condensed", sans-serif;
  min-width: 160px;
  text-align: center;
  cursor: pointer;
  margin: 0 2rem;
}
#status_nav #stn_saved {
  background-color: #6EC1E4;
}
#status_nav #stn_saved:hover {
  background-color: #ccc;
}
#status_nav #stn_draft {
  background-color: #ccc;
}
#status_nav #stn_draft:hover {
  background-color: #6EC1E4;
}

.tipContainer .content_wrapper {
  padding-bottom: 3rem !important;
}

.tips_container .tip_card_wrap {
  min-width: 300px;
}

#tips_container {
  justify-content: center;
}

.tips_container, .tipContainer {
  justify-content: space-between;
}

.tips_container, .tipContainer, #tips_container {
  display: flex;
  flex-wrap: wrap;
}
.tips_container .tip_card_wrap, .tipContainer .tip_card_wrap, #tips_container .tip_card_wrap {
  width: 30%;
  padding: 0 0.5rem;
}
.tips_container .tip_card_wrap #action_plan_wrapper, .tipContainer .tip_card_wrap #action_plan_wrapper, #tips_container .tip_card_wrap #action_plan_wrapper {
  display: none;
  position: absolute;
  background: white;
  z-index: 1000;
  width: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 1rem;
  border: 1px solid #333;
  border-radius: 10px;
}
.tips_container .tip_card_wrap .implementation_details, .tipContainer .tip_card_wrap .implementation_details, #tips_container .tip_card_wrap .implementation_details {
  width: 300px;
  display: block;
  margin-top: 0.5rem;
}
.tips_container .tip_card_wrap .implementation_wrapper .implement, .tipContainer .tip_card_wrap .implementation_wrapper .implement, #tips_container .tip_card_wrap .implementation_wrapper .implement {
  text-align: center;
  background-color: #6EC1E4;
}
.tips_container .tip_card_wrap .implementation_wrapper .implement h3, .tips_container .tip_card_wrap .implementation_wrapper .implement div, .tipContainer .tip_card_wrap .implementation_wrapper .implement h3, .tipContainer .tip_card_wrap .implementation_wrapper .implement div, #tips_container .tip_card_wrap .implementation_wrapper .implement h3, #tips_container .tip_card_wrap .implementation_wrapper .implement div {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #6EC1E4;
  color: #000;
  font-size: 18px;
  padding: 0 0.5rem;
  margin: 0;
}
.tips_container .tip_card_wrap .implementation_wrapper .implement h3, .tipContainer .tip_card_wrap .implementation_wrapper .implement h3, #tips_container .tip_card_wrap .implementation_wrapper .implement h3 {
  margin-top: 0.1rem;
}
.tips_container .tip_card_wrap .implementation_details label, .tipContainer .tip_card_wrap .implementation_details label, #tips_container .tip_card_wrap .implementation_details label {
  width: 45%;
}
.tips_container .tip_card_wrap .implementation_details b, .tipContainer .tip_card_wrap .implementation_details b, #tips_container .tip_card_wrap .implementation_details b {
  padding-top: 0.5rem;
}
.tips_container .tip_card_wrap .implementation_details input, .tipContainer .tip_card_wrap .implementation_details input, #tips_container .tip_card_wrap .implementation_details input {
  padding: 0 0.2rem;
}
.tips_container .tip_card_wrap .implementation_nav, .tipContainer .tip_card_wrap .implementation_nav, #tips_container .tip_card_wrap .implementation_nav {
  display: flex;
  justify-content: center;
  margin: 1rem;
}
.tips_container .tip_card_wrap .implementation_details .implementation_row, .tipContainer .tip_card_wrap .implementation_details .implementation_row, #tips_container .tip_card_wrap .implementation_details .implementation_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.tips_container .tip_card_wrap .implementation_nav button, .tipContainer .tip_card_wrap .implementation_nav button, #tips_container .tip_card_wrap .implementation_nav button {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: normal !important;
  padding: 0 0.5rem;
  background-color: #BF0D3E !important;
  font-size: 16px;
  color: white;
  border: none;
  cursor: pointer;
  margin: 1.3rem 1rem 0 1rem;
  height: fit-content;
}
#print_checkbox span {

                  display: inline-block;
          vertical-align: middle;
          margin:1rem 0;
          width:40px !important;
          height:40px !important;
          font-size:30px !important;
        }

.tips_container .tip_card_wrap .implementation_nav #print_checkbox, .tipContainer .tip_card_wrap .implementation_nav #print_checkbox, #tips_container .tip_card_wrap .implementation_nav #print_checkbox {
  color: #BF0D3E;
}
.tips_container .tip_card_wrap .implementation_nav #print_checkbox label, .tipContainer .tip_card_wrap .implementation_nav #print_checkbox label, #tips_container .tip_card_wrap .implementation_nav #print_checkbox label {
  font-size: 3rem;
}
.tips_container .tip_card, .tipContainer .tip_card, #tips_container .tip_card {
  margin: 1rem 0;
}
.tips_container .tip_card:first-of-type, .tipContainer .tip_card:first-of-type, #tips_container .tip_card:first-of-type {
  display: block;
}
.tips_container .tip_card .wrapper, .tips_container .tip_card .image_wrapper, .tipContainer .tip_card .wrapper, .tipContainer .tip_card .image_wrapper, #tips_container .tip_card .wrapper, #tips_container .tip_card .image_wrapper {
  padding: 0 0.5rem;
}
.tips_container .tip_card .image_wrapper .art, .tipContainer .tip_card .image_wrapper .art, #tips_container .tip_card .image_wrapper .art {
  width: 40%;
  padding: 0;
  margin: 0 auto 1rem auto;
}
.tips_container .tip_card .wrapper, .tipContainer .tip_card .wrapper, #tips_container .tip_card .wrapper {
  display: flex;
  justify-content: flex-start;
  margin-top: -1.8rem;
}
.tips_container .tip_card .title, .tipContainer .tip_card .title, #tips_container .tip_card .title {
  font-weight: bold;
  text-transform: normal;
  margin-bottom: 1rem;
  text-align: center;
}
.tips_container .tip_card .attributes, .tipContainer .tip_card .attributes, #tips_container .tip_card .attributes {
  display: flex;
  width: 95%;
  font-size: 0.7rem;
}
.tips_container .tip_card .attributes .impact, .tips_container .tip_card .attributes .difficulty, .tipContainer .tip_card .attributes .impact, .tipContainer .tip_card .attributes .difficulty, #tips_container .tip_card .attributes .impact, #tips_container .tip_card .attributes .difficulty {
  width: 50%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0.2rem 0.5rem;
  font-weight: bold;
}
.tips_container .tip_card .attributes .impact, .tipContainer .tip_card .attributes .impact, #tips_container .tip_card .attributes .impact {
  color: #000;
  background: #ccc;
}
.tips_container .tip_card .attributes .impact span, .tipContainer .tip_card .attributes .impact span, #tips_container .tip_card .attributes .impact span {
  color: #000;
}
.tips_container .tip_card .difficulty, .tipContainer .tip_card .difficulty, #tips_container .tip_card .difficulty {
  color: white;
  background: rgb(0, 0, 0);
}
.tips_container .tip_card .difficulty span, .tipContainer .tip_card .difficulty span, #tips_container .tip_card .difficulty span {
  color: white;
}
.tips_container .tip_card .drivers, .tipContainer .tip_card .drivers, #tips_container .tip_card .drivers {
  background: #ccc;
  margin-top: 1rem;
  padding: 0.1rem 0 0 0.5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.tips_container .tip_card .drivers .driver_art, .tipContainer .tip_card .drivers .driver_art, #tips_container .tip_card .drivers .driver_art {
  width: 20px !important;
  padding-top: 5px;
}
.tips_container .title_wrapper, .tipContainer .title_wrapper, #tips_container .title_wrapper {
  display: flex;
  justify-content: center;
  background-color: #041e42;
  text-transform: uppercase;
}
.tips_container .title_wrapper div, .tipContainer .title_wrapper div, #tips_container .title_wrapper div {
  color: #fff;
  font-size: 18px;
  padding: 0.5rem 0;
}
.tips_container .art_wrapper, .tipContainer .art_wrapper, #tips_container .art_wrapper {
  width: 15%;
}
.tips_container .content_wrapper, .tipContainer .content_wrapper, #tips_container .content_wrapper {
  padding-bottom: 2rem;
  margin-top: 0.5rem;
}
.tips_container .content_wrapper .impact_category div, .tipContainer .content_wrapper .impact_category div, #tips_container .content_wrapper .impact_category div {
  height: fit-content;
  min-height: 4rem;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.1;
  font-size: 20px;
  font-family: "Barlow Condensed", sans-serif;
}
.tips_container .content_wrapper .tip_inner_box, .tipContainer .content_wrapper .tip_inner_box, #tips_container .content_wrapper .tip_inner_box {
  width: 95%;
  margin: 0 auto;
}
.tips_container .content_wrapper .tip_inner_box .title, .tipContainer .content_wrapper .tip_inner_box .title, #tips_container .content_wrapper .tip_inner_box .title {
  font-size: 18px;
  line-height: 1;
}
.tips_container .content_wrapper .tip_inner_box .copy_row, .tipContainer .content_wrapper .tip_inner_box .copy_row, #tips_container .content_wrapper .tip_inner_box .copy_row {
  position: relative;
  margin-top: 0.5rem;
}
.tips_container .content_wrapper .tip_inner_box .copy_row .copy_color, .tipContainer .content_wrapper .tip_inner_box .copy_row .copy_color, #tips_container .content_wrapper .tip_inner_box .copy_row .copy_color {
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
}
.tips_container .content_wrapper .tip_inner_box .copy_row .copy_text, .tipContainer .content_wrapper .tip_inner_box .copy_row .copy_text, #tips_container .content_wrapper .tip_inner_box .copy_row .copy_text {
  line-height: 1.2;
  padding: 0 0.5rem 1rem 0.5rem;
  font-size: 14px;
  color: black;
  height: 8rem;
}
.tips_container .content_wrapper .action_button_wrapper, .tips_container .content_wrapper .financial_button_wrapper, .tipContainer .content_wrapper .action_button_wrapper, .tipContainer .content_wrapper .financial_button_wrapper, #tips_container .content_wrapper .action_button_wrapper, #tips_container .content_wrapper .financial_button_wrapper {
  text-align: center;
}
.tips_container .content_wrapper .financial_button_wrapper, .tipContainer .content_wrapper .financial_button_wrapper, #tips_container .content_wrapper .financial_button_wrapper {
  margin-bottom: 1rem;
}
.tips_container .content_wrapper .financial_plan, .tipContainer .content_wrapper .financial_plan, #tips_container .content_wrapper .financial_plan {
  padding-bottom: 2rem;
  width: 85%;
  margin: 0 auto;
}
.tips_container .content_wrapper .toggle_plan, .tipContainer .content_wrapper .toggle_plan, #tips_container .content_wrapper .toggle_plan {
  background-color: #6EC1E4 !important;
  width: 90%;
  color: #000 !important;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 0.5rem auto;
}
.tips_container .content_wrapper .toggle_plan button, .tips_container .content_wrapper .toggle_plan div, .tipContainer .content_wrapper .toggle_plan button, .tipContainer .content_wrapper .toggle_plan div, #tips_container .content_wrapper .toggle_plan button, #tips_container .content_wrapper .toggle_plan div {
  background-color: #6EC1E4 !important;
  padding: 0 0.5rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  border: none !important;
  font-size: 16px !important;
  color: #000 !important;
}
.tips_container .content_wrapper .toggle_plan button:hover, .tips_container .content_wrapper .toggle_plan div:hover, .tipContainer .content_wrapper .toggle_plan button:hover, .tipContainer .content_wrapper .toggle_plan div:hover, #tips_container .content_wrapper .toggle_plan button:hover, #tips_container .content_wrapper .toggle_plan div:hover {
  color: #fff;
}
.tips_container .content_wrapper .financial_plan, .tipContainer .content_wrapper .financial_plan, #tips_container .content_wrapper .financial_plan {
  font-size: 14px;
}
.tips_container .content_wrapper .action_plan, .tipContainer .content_wrapper .action_plan, #tips_container .content_wrapper .action_plan {
  display: none;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
.tips_container .content_wrapper .action_plan a, .tipContainer .content_wrapper .action_plan a, #tips_container .content_wrapper .action_plan a {
  color: blue;
}
.tips_container .content_wrapper .action_plan .action_plan_title, .tipContainer .content_wrapper .action_plan .action_plan_title, #tips_container .content_wrapper .action_plan .action_plan_title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.tips_container .content_wrapper .action_plan .action_plan_list ul, .tipContainer .content_wrapper .action_plan .action_plan_list ul, #tips_container .content_wrapper .action_plan .action_plan_list ul {
  margin-left: 0;
  padding-left: 16px;
}
.tips_container .content_wrapper .action_plan .action_plan_list ul li, .tipContainer .content_wrapper .action_plan .action_plan_list ul li, #tips_container .content_wrapper .action_plan .action_plan_list ul li {
  font-size: 14px;
}

.tip_card_wrap.gsa .implementation_nav button {
  background-color: #8dc63f !important;
}

.tip_teaser {
  text-align: center;
  padding: 2rem 0;
  background: blue;
}

#tips_search_form {
  padding-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  background: red;
}
#tips_search_form .search_row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#tips_search_form .tip_search {
  width: 25%;
}
#tips_search_form .tip_search label {
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding: 0.2rem 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  vertical-align: top;
}
#tips_search_form .tip_search .input_row {
  display: flex;
  justify-content: flex-start;
  padding: 0 0 0 1rem;
}
#tips_search_form .tip_search .input_row .input_radio {
  padding-top: 0.7rem;
}
#tips_search_form .tip_search .input_row .input_radio input {
  transform: scale(2);
}
#tips_search_form .tip_search .input_row .input_name, #tips_search_form .tip_search .input_row .input_name_radio {
  text-transform: capitalize;
}
#tips_search_form .tip_search .input_row .input_name_radio {
  padding-top: 0.7rem;
}
#tips_search_form .tip_search .input_row .input_artwork {
  padding-top: 0.9rem;
  width: 30px;
}
#tips_search_form .tip_search .input_row input, #tips_search_form .tip_search .input_row .input_artwork {
  margin-right: 1rem;
}
#tips_search_form .submit_tips_search {
  padding: 0.5rem 3rem;
  margin-top: 1.5rem;
}
#tips_search_form #impact_category label {
  background-color: rgb(12, 91, 95);
}
#tips_search_form #driver label {
  background-color: grey;
}
#tips_search_form #size_of_impact label {
  background-color: #39AFAA;
}
#tips_search_form #difficulty label {
  background-color: #000000;
}

.tip_row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.tip_row .tip_intro {
  max-width: 100%;
  margin: 0 auto;
  border-top: 3px solid #39AFAA;
  padding-top: 2rem;
}
.tip_row .tip_intro p {
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 3rem;
}

.greyed {
  background: #ccc;
}

.search_preview_notice {
  margin-bottom: 2rem;
}
.search_preview_notice .text, .search_preview_notice h2 {
  color: red !important;
}

.passcode_fail {
  text-align: center;
  padding: 2rem 0;
}

.tip_card {
  background-color: transparent;
  min-height: 300px;
  margin-bottom: 1rem;
  perspective: 1000px;
}
.tip_card .tip_card_inner {
  position: relative;
  width: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.tip_card .tip_card_inner .tip_front, .tip_card .tip_card_inner .tip_back {
  /*position:absolute;*/
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 3px 6px 4px #777;
}
.tip_card .tip_card_inner .tip_front {
  background-color: white;
  color: black;
  max-height: 300px;
  border: 1px solid #000000;
}
.tip_card .tip_card_inner .tip_back {
  background-color: white;
  transform: rotateY(180deg);
  margin-top: -308px;
}
.tip_card .tip_card_inner .tip_back .attributes {
  display: flex;
  width: 95%;
}
.tip_card .tip_card_inner .tip_back .attributes .impact, .tip_card .tip_card_inner .tip_back .attributes .difficulty {
  width: 50%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0.2rem 0.5rem;
}
.tip_card .tip_card_inner .tip_back .attributes .impact span, .tip_card .tip_card_inner .tip_back .attributes .difficulty span {
  font-size: 0.8rem;
}
.tip_card .tip_card_inner .tip_back .attributes .impact svg, .tip_card .tip_card_inner .tip_back .attributes .difficulty svg {
  margin-left: 0.2rem;
}
.tip_card .tip_card_inner .tip_back .attributes .difficulty {
  color: white;
}
.tip_card .tip_card_inner .tip_back .attributes .difficulty span {
  color: white;
}
.tip_card .tip_card_inner .tip_back .attributes .impact {
  background: #39AFAA;
  color: #000;
  font-size: 0.8rem;
}
.tip_card .tip_card_inner .tip_back .attributes .impact span {
  color: #000;
}
.tip_card .tip_card_inner .tip_back .attributes .impact svg circle.filled {
  fill: #000000;
}
.tip_card .tip_card_inner .tip_back .attributes .difficulty {
  background: #000000;
  color: white;
  font-size: 0.8rem;
}
.tip_card .tip_card_inner .tip_back .attributes .difficulty circle.filled {
  fill: #29ABE3;
}
.tip_card .tip_card_inner .tip_back .tip_inner_box {
  border: 1px solid #ccc;
}
.tip_card .tip_card_inner .tip_back .tip_inner_box .title {
  font-weight: bold;
}
.tip_card .tip_card_inner .tip_back .tip_inner_box .drivers {
  background: #ccc;
  padding: 0.1rem 0 0 0.5rem;
}
.tip_card .tip_card_inner .tip_back .tip_inner_box .drivers .driver_art {
  width: 20px !important;
}
.tip_card .tip_card_inner .tip_back .tip_inner_box .drivers .print {
  margin-left: auto;
  margin-right: 0.5rem;
  font-size: 1.2rem;
  color: #0C5B5F;
  text-decoration: underline;
}
.tip_card .tip_card_inner .tip_back .tip_inner_box .drivers .print:hover {
  color: #ff8159;
}
.tip_card .tip_card_inner .tip_back .tip_inner_box .impact_category div {
  font-weight: bold;
  text-align: center;
}
.tip_card .tip_card_inner .tip_back .tip_inner_box .title {
  text-align: center;
  line-height: 1;
  padding: 0 1rem 0.5rem 1rem;
  min-height: 76px;
}
.tip_card .tip_card_inner .tip_back .tip_inner_box .read_more {
  text-decoration: underline;
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
  color: rgb(166, 51, 51);
}
.tip_card .tip_card_inner .tip_back .tip_inner_box .art {
  margin: 0 auto;
  padding: 2rem 1.5rem;
}
.tip_card .tip_card_inner .tip_back .tip_inner_box .art img {
  height: 55px;
}
.tip_card .tip_card_inner .tip_back .tip_inner_box .copy_row {
  display: none;
  flex-wrap: wrap;
  padding: 1.5rem 0;
}
.tip_card .tip_card_inner .tip_back .tip_inner_box .copy_row .copy_text {
  min-width: 10%;
  font-size: 1rem;
  padding: 0.2rem 0.5rem;
  text-align: left;
}

body.sorting-tips .tip_card_inner, body.single-sfwd-topic .tip_card_inner {
  transition: unset;
  transform-style: unset;
}
body.sorting-tips .tip_card_inner .tip_front, body.sorting-tips .tip_card_inner .tip_back, body.single-sfwd-topic .tip_card_inner .tip_front, body.single-sfwd-topic .tip_card_inner .tip_back {
  -webkit-backface-visibility: unset;
  backface-visibility: unset;
}
body.sorting-tips .tip_card_inner .tip_back, body.single-sfwd-topic .tip_card_inner .tip_back {
  transform: unset;
  margin-top: unset;
}
body.sorting-tips .tip_card_inner .tip_front, body.single-sfwd-topic .tip_card_inner .tip_front {
  display: none;
}
body.sorting-tips .in_box, body.single-sfwd-topic .in_box {
  position: relative;
  width: 60%;
  margin: 1rem auto 0 auto;
  padding: 0.4rem 0.4rem 0 0.4rem;
  border: 1px solid black;
  cursor: pointer;
  height: 100px;
  box-shadow: 3px 6px 4px #777;
  background-color: white;
  z-index: 10;
}
body.sorting-tips .in_box img.icon, body.single-sfwd-topic .in_box img.icon {
  height: 60px;
  margin: 0 auto;
  display: block;
}
body.sorting-tips .in_box .info, body.single-sfwd-topic .in_box .info {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
}
body.sorting-tips .in_box .info .drivers .driver_art, body.single-sfwd-topic .in_box .info .drivers .driver_art {
  width: 16px;
}
body.sorting-tips .in_box .info .drivers .driver_art img, body.single-sfwd-topic .in_box .info .drivers .driver_art img {
  display: block;
}
body.sorting-tips .in_box .info .drivers .print, body.single-sfwd-topic .in_box .info .drivers .print {
  display: none;
}
body.sorting-tips .in_box .info .attributes, body.single-sfwd-topic .in_box .info .attributes {
  display: flex;
  justify-content: flex-start;
  font-size: 12px;
}
body.sorting-tips .in_box .info .attributes .impact, body.single-sfwd-topic .in_box .info .attributes .impact {
  background-color: #39AFAA;
}
body.sorting-tips .in_box .info .attributes .difficulty, body.single-sfwd-topic .in_box .info .attributes .difficulty {
  background-color: #000;
}
body.sorting-tips .in_box .info .attributes .impact, body.sorting-tips .in_box .info .attributes .difficulty, body.single-sfwd-topic .in_box .info .attributes .impact, body.single-sfwd-topic .in_box .info .attributes .difficulty {
  color: #fff;
  padding: 0.1rem 0.2rem;
}
body.sorting-tips .in_box .info .attributes .impact span, body.sorting-tips .in_box .info .attributes .difficulty span, body.single-sfwd-topic .in_box .info .attributes .impact span, body.single-sfwd-topic .in_box .info .attributes .difficulty span {
  display: none;
}

.transform_rotate {
  transform: rotateY(180deg);
}

.drivers {
  display: flex;
}
.drivers .driver_art {
  margin-right: 0.3rem;
}

.driver_svg {
  max-width: 100px;
}

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

#tip_dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
#tip_dots .tip_dot {
  font-size: 36px;
  margin: 0 0.1rem;
}

.sort_box .icon_wrap, .chart_bucket .icon_wrap {
  display: flex;
  justify-content: flex-start;
  width: fit-content;
  min-width: 156px;
  padding: 0.3rem 0.4rem 0.3rem 0.4rem;
  margin: 0 auto;
  height: 50px;
  border-radius: 2px;
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.8);
}
.sort_box .icon_wrap div.fas, .chart_bucket .icon_wrap div.fas {
  font-size: 26px;
  padding-top: 6%;
}
.sort_box .icon_wrap h2, .chart_bucket .icon_wrap h2 {
  font-size: 15px !important;
  color: black !important;
  margin: 0 0 0 0.4rem;
  padding-top: 9%;
}
.sort_box .icon_wrap h2:hover, .chart_bucket .icon_wrap h2:hover {
  color: white !important;
  opacity: 0.9;
}

.chart_bucket {
  cursor: pointer;
}

#willnot_bucket .icon_wrap h2 {
  padding-top: 2%;
}

#view_list {
  background: transparent;
}

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

@keyframes dashboard_up {
  from {
    left: 100%;
  }
  to {
    left: 0%;
  }
}
.trigger_dashboard_up {
  animation-name: dashboard_up;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

#sorted_tips_prev, #sorted_tips_next {
  color: #F47920;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0.5rem !important;
  cursor: pointer;
}
#sorted_tips_prev:hover, #sorted_tips_next:hover {
  color: #97BB6B;
}

#sorted_tips_next {
  text-align: right;
}

.dashboard {
  position: relative;
}
.dashboard .tip_list {
  display: none;
}
.dashboard #tip_choice {
  display: none;
  position: absolute;
  background: #9ed3f3;
  color: black;
  top: 4.9rem;
  left: 0rem;
  width: 100%;
  padding: 1rem 1.5rem;
  box-shadow: 3px 6px 4px #777;
  z-index: 30;
}
.dashboard #tip_choice .choice_feedback {
  line-height: 1.2;
  font-size: 18px;
  font-weight: 500;
}
.dashboard #tip_choice #close_tip_choice {
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
  background: #9ed3f3;
  color: black;
  padding: 0.1rem;
  text-align: center;
  font-size: 16px;
}
.dashboard #tip_choice #close_tip_choice:hover {
  background-color: white;
  color: blue;
}

#chart_of_results {
  position: relative;
  display: table;
  margin-left: 2rem;
  width: 100%;
  border-radius: 8px;
}
#chart_of_results #watermark {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  font-size: 54px;
  text-align: center;
  color: #654321;
  font-weight: bold;
  opacity: 0.1;
}
#chart_of_results #chart_body {
  display: table-row-group;
}
#chart_of_results #chart_body .chart_cell {
  display: table-cell;
  padding: 0.5rem;
  vertical-align: top;
  width: 33%;
  border-top: 2px solid #654321;
}
#chart_of_results #chart_header {
  display: table-header-group;
}
#chart_of_results #chart_header .chart_cell {
  display: table-cell;
  padding: 0;
  border: none;
  padding: 0.5rem 0.5rem;
  vertical-align: top;
}
#chart_of_results .chart_row {
  display: table-row;
}

@media only screen and (max-width: 950px) {
  #specific_choices {
    min-width: initial !important;
  }
  #specific_choices #row {
    display: block !important;
    max-width: none !important;
    width: 95% !important;
  }
  .tip_card_wrap {
    width: 48% !important;
  }
}
@media only screen and (max-width: 650px) {
  #specific_choices {
    width: 98% !important;
  }
  #specific_choices #right_col {
    width: 98% !important;
  }
  .tip_card_wrap {
    width: 98% !important;
  }
  #sustainability_survey {
    margin: 0 auto !important;
    padding: 0.5rem !important;
    width: 98% !important;
  }
  form.sustainability-measures-survey p {
    padding: 0 !important;
  }
  #location {
    width: 95% !important;
  }
  #survey_questions {
    padding-left: 1.4rem;
  }
  #tips_search_mobile {
    display: block;
  }
  .tip_search label {
    font-size: 1.2rem !important;
    padding: 0.2rem 1rem !important;
  }
  .sortable {
    width: 100% !important;
  }
}
@media only screen and (max-width: 414px) {
  .tip_card .tip_card_inner .tip_front, .tip_card .tip_card_inner .tip_back {
    box-shadow: none;
  }
  .tip_card .tip_card_inner .tip_back .attributes {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .search_row, .submit_tips_search {
    display: flex !important;
  }
  .tip_card .print {
    display: none;
  }
  .search_row.mobile, .submit_tips_search.mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .search_row, .submit_tips_search {
    display: none !important;
  }
  .search_row.mobile, .submit_tips_search.mobile {
    display: flex !important;
    flex-wrap: wrap;
  }
  .search_row.mobile .tip_search, .submit_tips_search.mobile .tip_search {
    width: 45% !important;
  }
  .search_row.mobile .tip_search label, .submit_tips_search.mobile .tip_search label {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .search_row.mobile .tip_search .input_row, .submit_tips_search.mobile .tip_search .input_row {
    padding-left: 0px !important;
    width: 90%;
    margin: 0 auto;
  }
  .search_row.mobile .tip_search select, .submit_tips_search.mobile .tip_search select {
    margin-bottom: 0.5rem;
  }
  .search_row.mobile .tip_search .button, .submit_tips_search.mobile .tip_search .button {
    width: 90% !important;
    margin: 0 auto 2rem auto !important;
    text-align: center !important;
  }
}
@media print {
  .elementor-location-header, .elementor-location-footer {
    display: none !important;
  }
  .search_preview_notice, #tips_search, #tips_search_mobile, #tip_banner, #tip_h1, .tip_teaser {
    display: none !important;
  }
  .tip_card {
    padding-bottom: 20rem;
  }
  .tip_card .tip_front, .tip_card .print, .tip_card .read_more {
    display: none !important;
  }
  .tip_card .copy_row {
    display: block !important;
  }
  .tip_card .tip_back {
    min-height: 600px !important;
    margin-top: 100px !important;
  }
  .tip_card .impact {
    border: 1px solid black;
    background: #39AFAA;
    color: white;
  }
  .tip_card .difficulty {
    border: 1px solid black;
    background: #000000;
    color: white;
  }
}
#example_form_opener {
  color: blue;
  cursor: pointer;
}

.example_form {
  display: none;
  max-width: 50% !important;
  border: 2px solid #333 !important;
  position: absolute;
  right: 0;
  top: -5rem;
}

body.sorting-tips .tip_card_wrap, body.single-sfwd-topic .tip_card_wrap {
  display: none;
}
body.sorting-tips .tip_card_wrap .tip_row, body.single-sfwd-topic .tip_card_wrap .tip_row {
  font-size: 16px;
  padding-top: 0.5rem;
  background: #ccc;
}
body.sorting-tips .tip_card_wrap:first-child, body.single-sfwd-topic .tip_card_wrap:first-child {
  display: block;
}

body.single-sfwd-topic .full_tips .tip_card_wrap {
  display: block !important;
  width: 48%;
  margin-bottom: 1rem;
}
body.single-sfwd-topic .full_tips .tip_card_wrap:first-child {
  display: block;
}

#chart_header #is_bucket .icon_wrap {
  background-color: #97bb6b;
}
#chart_header #will_bucket .icon_wrap {
  background-color: #fbb040;
}
#chart_header #willnot_bucket .icon_wrap {
  background-color: #F47920;
}

.transform_rotate {
  transform: unset;
}

p.instructions, div.instructions {
  font-size: 1.2rem;
}
p.instructions span.view_list, div.instructions span.view_list {
  cursor: pointer;
  color: #c36;
}
p.instructions span.view_list:hover, div.instructions span.view_list:hover {
  color: #336;
}

#dashboard_wrapper {
  background: white;
}

.tip_instructions {
  width: 80%;
  margin:1rem auto;
  font-size: 16px;
}

.return_button {
  background-color: #BF0D3E !important;
  border: none !important;
  width: fit-content;
  padding: 0 0.5rem;
  border-radius: 5px;
  margin: 2rem auto;
  text-transform: uppercase;
  font-family: "Barlow Condensed", serif;
  color: #041e42;
}
.return_button a {
  color: #fff;
  font-size: 24px;
}
.return_button a:hover {
  color: #ccc;
}

body.user-dashboard #content, body.user-dashboard #dashboard_nav, body.beawares-dashboard #content, body.beawares-dashboard #dashboard_nav, body.sorted-tips-dashboard #content, body.sorted-tips-dashboard #dashboard_nav, body.your-action-plan-worksheets #content, body.your-action-plan-worksheets #dashboard_nav, body.beawares-assessment-results #content, body.beawares-assessment-results #dashboard_nav, body.beawares-post-assessment-results #content, body.beawares-post-assessment-results #dashboard_nav, body.beawares-emissions #content, body.beawares-emissions #dashboard_nav {
  min-height: 75vh;
}
body.user-dashboard #content h3, body.user-dashboard #dashboard_nav h3, body.beawares-dashboard #content h3, body.beawares-dashboard #dashboard_nav h3, body.sorted-tips-dashboard #content h3, body.sorted-tips-dashboard #dashboard_nav h3, body.your-action-plan-worksheets #content h3, body.your-action-plan-worksheets #dashboard_nav h3, body.beawares-assessment-results #content h3, body.beawares-assessment-results #dashboard_nav h3, body.beawares-post-assessment-results #content h3, body.beawares-post-assessment-results #dashboard_nav h3, body.beawares-emissions #content h3, body.beawares-emissions #dashboard_nav h3 {
  font-size: 18px;
  margin-left: 1rem;
  font-weight: bold;
  padding-top: 1rem;
}
body.user-dashboard #footer, body.beawares-dashboard #footer, body.sorted-tips-dashboard #footer, body.your-action-plan-worksheets #footer, body.beawares-assessment-results #footer, body.beawares-post-assessment-results #footer, body.beawares-emissions #footer {
  margin-top: 0 !important;
}
body.user-dashboard #content_dashboard, body.beawares-dashboard #content_dashboard, body.sorted-tips-dashboard #content_dashboard, body.your-action-plan-worksheets #content_dashboard, body.beawares-assessment-results #content_dashboard, body.beawares-post-assessment-results #content_dashboard, body.beawares-emissions #content_dashboard {
  padding-top: 0rem;
  background: white;
}
body.user-dashboard #content_dashboard .sorted_tips_header, body.user-dashboard #content_dashboard .action_plan_header, body.user-dashboard #content_dashboard .beawares_header, body.beawares-dashboard #content_dashboard .sorted_tips_header, body.beawares-dashboard #content_dashboard .action_plan_header, body.beawares-dashboard #content_dashboard .beawares_header, body.sorted-tips-dashboard #content_dashboard .sorted_tips_header, body.sorted-tips-dashboard #content_dashboard .action_plan_header, body.sorted-tips-dashboard #content_dashboard .beawares_header, body.your-action-plan-worksheets #content_dashboard .sorted_tips_header, body.your-action-plan-worksheets #content_dashboard .action_plan_header, body.your-action-plan-worksheets #content_dashboard .beawares_header, body.beawares-assessment-results #content_dashboard .sorted_tips_header, body.beawares-assessment-results #content_dashboard .action_plan_header, body.beawares-assessment-results #content_dashboard .beawares_header, body.beawares-post-assessment-results #content_dashboard .sorted_tips_header, body.beawares-post-assessment-results #content_dashboard .action_plan_header, body.beawares-post-assessment-results #content_dashboard .beawares_header, body.beawares-emissions #content_dashboard .sorted_tips_header, body.beawares-emissions #content_dashboard .action_plan_header, body.beawares-emissions #content_dashboard .beawares_header {
  background: #F3F4F5;
  padding: 2rem 2rem 1.2rem 2rem;
  margin-top: -0.5rem;
  margin-left: -0.5rem !important;
  margin-bottom: 1rem;
}
body.user-dashboard #content_dashboard .sorted_tips_header .line_thru_h2, body.user-dashboard #content_dashboard .action_plan_header .line_thru_h2, body.user-dashboard #content_dashboard .beawares_header .line_thru_h2, body.beawares-dashboard #content_dashboard .sorted_tips_header .line_thru_h2, body.beawares-dashboard #content_dashboard .action_plan_header .line_thru_h2, body.beawares-dashboard #content_dashboard .beawares_header .line_thru_h2, body.sorted-tips-dashboard #content_dashboard .sorted_tips_header .line_thru_h2, body.sorted-tips-dashboard #content_dashboard .action_plan_header .line_thru_h2, body.sorted-tips-dashboard #content_dashboard .beawares_header .line_thru_h2, body.your-action-plan-worksheets #content_dashboard .sorted_tips_header .line_thru_h2, body.your-action-plan-worksheets #content_dashboard .action_plan_header .line_thru_h2, body.your-action-plan-worksheets #content_dashboard .beawares_header .line_thru_h2, body.beawares-assessment-results #content_dashboard .sorted_tips_header .line_thru_h2, body.beawares-assessment-results #content_dashboard .action_plan_header .line_thru_h2, body.beawares-assessment-results #content_dashboard .beawares_header .line_thru_h2, body.beawares-post-assessment-results #content_dashboard .sorted_tips_header .line_thru_h2, body.beawares-post-assessment-results #content_dashboard .action_plan_header .line_thru_h2, body.beawares-post-assessment-results #content_dashboard .beawares_header .line_thru_h2, body.beawares-emissions #content_dashboard .sorted_tips_header .line_thru_h2, body.beawares-emissions #content_dashboard .action_plan_header .line_thru_h2, body.beawares-emissions #content_dashboard .beawares_header .line_thru_h2 {
  background: #F3F4F5;
}
body.user-dashboard #content_dashboard .sorted_tips_header .line_thru_h2 h2, body.user-dashboard #content_dashboard .action_plan_header .line_thru_h2 h2, body.user-dashboard #content_dashboard .beawares_header .line_thru_h2 h2, body.beawares-dashboard #content_dashboard .sorted_tips_header .line_thru_h2 h2, body.beawares-dashboard #content_dashboard .action_plan_header .line_thru_h2 h2, body.beawares-dashboard #content_dashboard .beawares_header .line_thru_h2 h2, body.sorted-tips-dashboard #content_dashboard .sorted_tips_header .line_thru_h2 h2, body.sorted-tips-dashboard #content_dashboard .action_plan_header .line_thru_h2 h2, body.sorted-tips-dashboard #content_dashboard .beawares_header .line_thru_h2 h2, body.your-action-plan-worksheets #content_dashboard .sorted_tips_header .line_thru_h2 h2, body.your-action-plan-worksheets #content_dashboard .action_plan_header .line_thru_h2 h2, body.your-action-plan-worksheets #content_dashboard .beawares_header .line_thru_h2 h2, body.beawares-assessment-results #content_dashboard .sorted_tips_header .line_thru_h2 h2, body.beawares-assessment-results #content_dashboard .action_plan_header .line_thru_h2 h2, body.beawares-assessment-results #content_dashboard .beawares_header .line_thru_h2 h2, body.beawares-post-assessment-results #content_dashboard .sorted_tips_header .line_thru_h2 h2, body.beawares-post-assessment-results #content_dashboard .action_plan_header .line_thru_h2 h2, body.beawares-post-assessment-results #content_dashboard .beawares_header .line_thru_h2 h2, body.beawares-emissions #content_dashboard .sorted_tips_header .line_thru_h2 h2, body.beawares-emissions #content_dashboard .action_plan_header .line_thru_h2 h2, body.beawares-emissions #content_dashboard .beawares_header .line_thru_h2 h2 {
  background: #F3F4F5;
  z-index: 100;
  position: relative;
  padding: 0 1rem;
}
body.user-dashboard #content_dashboard .sorted_tips_header .line_thru_hr hr, body.user-dashboard #content_dashboard .action_plan_header .line_thru_hr hr, body.user-dashboard #content_dashboard .beawares_header .line_thru_hr hr, body.beawares-dashboard #content_dashboard .sorted_tips_header .line_thru_hr hr, body.beawares-dashboard #content_dashboard .action_plan_header .line_thru_hr hr, body.beawares-dashboard #content_dashboard .beawares_header .line_thru_hr hr, body.sorted-tips-dashboard #content_dashboard .sorted_tips_header .line_thru_hr hr, body.sorted-tips-dashboard #content_dashboard .action_plan_header .line_thru_hr hr, body.sorted-tips-dashboard #content_dashboard .beawares_header .line_thru_hr hr, body.your-action-plan-worksheets #content_dashboard .sorted_tips_header .line_thru_hr hr, body.your-action-plan-worksheets #content_dashboard .action_plan_header .line_thru_hr hr, body.your-action-plan-worksheets #content_dashboard .beawares_header .line_thru_hr hr, body.beawares-assessment-results #content_dashboard .sorted_tips_header .line_thru_hr hr, body.beawares-assessment-results #content_dashboard .action_plan_header .line_thru_hr hr, body.beawares-assessment-results #content_dashboard .beawares_header .line_thru_hr hr, body.beawares-post-assessment-results #content_dashboard .sorted_tips_header .line_thru_hr hr, body.beawares-post-assessment-results #content_dashboard .action_plan_header .line_thru_hr hr, body.beawares-post-assessment-results #content_dashboard .beawares_header .line_thru_hr hr, body.beawares-emissions #content_dashboard .sorted_tips_header .line_thru_hr hr, body.beawares-emissions #content_dashboard .action_plan_header .line_thru_hr hr, body.beawares-emissions #content_dashboard .beawares_header .line_thru_hr hr {
  top: 1.8rem;
}
body.user-dashboard #content_dashboard .sorted_tips_header .content, body.user-dashboard #content_dashboard .action_plan_header .content, body.user-dashboard #content_dashboard .beawares_header .content, body.beawares-dashboard #content_dashboard .sorted_tips_header .content, body.beawares-dashboard #content_dashboard .action_plan_header .content, body.beawares-dashboard #content_dashboard .beawares_header .content, body.sorted-tips-dashboard #content_dashboard .sorted_tips_header .content, body.sorted-tips-dashboard #content_dashboard .action_plan_header .content, body.sorted-tips-dashboard #content_dashboard .beawares_header .content, body.your-action-plan-worksheets #content_dashboard .sorted_tips_header .content, body.your-action-plan-worksheets #content_dashboard .action_plan_header .content, body.your-action-plan-worksheets #content_dashboard .beawares_header .content, body.beawares-assessment-results #content_dashboard .sorted_tips_header .content, body.beawares-assessment-results #content_dashboard .action_plan_header .content, body.beawares-assessment-results #content_dashboard .beawares_header .content, body.beawares-post-assessment-results #content_dashboard .sorted_tips_header .content, body.beawares-post-assessment-results #content_dashboard .action_plan_header .content, body.beawares-post-assessment-results #content_dashboard .beawares_header .content, body.beawares-emissions #content_dashboard .sorted_tips_header .content, body.beawares-emissions #content_dashboard .action_plan_header .content, body.beawares-emissions #content_dashboard .beawares_header .content {
  font-size: 18px;
  padding-bottom: 1rem;
}
body.user-dashboard #dashboard_nav_wrapper, body.beawares-dashboard #dashboard_nav_wrapper, body.sorted-tips-dashboard #dashboard_nav_wrapper, body.your-action-plan-worksheets #dashboard_nav_wrapper, body.beawares-assessment-results #dashboard_nav_wrapper, body.beawares-post-assessment-results #dashboard_nav_wrapper, body.beawares-emissions #dashboard_nav_wrapper {
  width: 280px !important;
  background: linear-gradient(135deg, #c6e3e9 0%, #c6e3e9 5%, transparent 5%, transparent 10%, #c6e3e9 10%, #c6e3e9 15%, transparent 15%, transparent 20%, #c6e3e9 20%, #c6e3e9 25%, transparent 25%, transparent 30%, #c6e3e9 30%, #c6e3e9 35%, transparent 35%, transparent 40%, #c6e3e9 40%, #c6e3e9 45%, transparent 45%, transparent 50%, #c6e3e9 50%, #c6e3e9 55%, transparent 55%, transparent 60%, #c6e3e9 60%, #c6e3e9 65%, transparent 65%, transparent 70%, #c6e3e9 70%, #c6e3e9 75%, transparent 70%, transparent 80%, #c6e3e9 80%, #c6e3e9 85%, transparent 85%, transparent 90%, #c6e3e9 90%, #c6e3e9 95%, transparent 95%);
  background-size: 0.4em 0.4em;
  background-color: #ffffff;
  opacity: 1;
}
body.user-dashboard #dashboard_nav_wrapper #dashboard_nav, body.beawares-dashboard #dashboard_nav_wrapper #dashboard_nav, body.sorted-tips-dashboard #dashboard_nav_wrapper #dashboard_nav, body.your-action-plan-worksheets #dashboard_nav_wrapper #dashboard_nav, body.beawares-assessment-results #dashboard_nav_wrapper #dashboard_nav, body.beawares-post-assessment-results #dashboard_nav_wrapper #dashboard_nav, body.beawares-emissions #dashboard_nav_wrapper #dashboard_nav {
  position: fixed;
  width: 280px;
}
body.user-dashboard #dashboard_nav_wrapper #nav_header, body.beawares-dashboard #dashboard_nav_wrapper #nav_header, body.sorted-tips-dashboard #dashboard_nav_wrapper #nav_header, body.your-action-plan-worksheets #dashboard_nav_wrapper #nav_header, body.beawares-assessment-results #dashboard_nav_wrapper #nav_header, body.beawares-post-assessment-results #dashboard_nav_wrapper #nav_header, body.beawares-emissions #dashboard_nav_wrapper #nav_header {
  background-color: rgb(12, 91, 95);
}
body.user-dashboard #dashboard_nav_wrapper ul, body.beawares-dashboard #dashboard_nav_wrapper ul, body.sorted-tips-dashboard #dashboard_nav_wrapper ul, body.your-action-plan-worksheets #dashboard_nav_wrapper ul, body.beawares-assessment-results #dashboard_nav_wrapper ul, body.beawares-post-assessment-results #dashboard_nav_wrapper ul, body.beawares-emissions #dashboard_nav_wrapper ul {
  padding-left: 0;
}
body.user-dashboard #dashboard_nav_wrapper ul li, body.beawares-dashboard #dashboard_nav_wrapper ul li, body.sorted-tips-dashboard #dashboard_nav_wrapper ul li, body.your-action-plan-worksheets #dashboard_nav_wrapper ul li, body.beawares-assessment-results #dashboard_nav_wrapper ul li, body.beawares-post-assessment-results #dashboard_nav_wrapper ul li, body.beawares-emissions #dashboard_nav_wrapper ul li {
  list-style-type: none;
}
body.user-dashboard #dashboard_nav_wrapper ul.primary li, body.beawares-dashboard #dashboard_nav_wrapper ul.primary li, body.sorted-tips-dashboard #dashboard_nav_wrapper ul.primary li, body.your-action-plan-worksheets #dashboard_nav_wrapper ul.primary li, body.beawares-assessment-results #dashboard_nav_wrapper ul.primary li, body.beawares-post-assessment-results #dashboard_nav_wrapper ul.primary li, body.beawares-emissions #dashboard_nav_wrapper ul.primary li {
  background: white;
}
body.user-dashboard #dashboard_nav_wrapper ul.primary li:first-of-type a, body.beawares-dashboard #dashboard_nav_wrapper ul.primary li:first-of-type a, body.sorted-tips-dashboard #dashboard_nav_wrapper ul.primary li:first-of-type a, body.your-action-plan-worksheets #dashboard_nav_wrapper ul.primary li:first-of-type a, body.beawares-assessment-results #dashboard_nav_wrapper ul.primary li:first-of-type a, body.beawares-post-assessment-results #dashboard_nav_wrapper ul.primary li:first-of-type a, body.beawares-emissions #dashboard_nav_wrapper ul.primary li:first-of-type a {
  margin-top: 0;
}
body.user-dashboard #dashboard_nav_wrapper ul.primary li:last-of-type a, body.beawares-dashboard #dashboard_nav_wrapper ul.primary li:last-of-type a, body.sorted-tips-dashboard #dashboard_nav_wrapper ul.primary li:last-of-type a, body.your-action-plan-worksheets #dashboard_nav_wrapper ul.primary li:last-of-type a, body.beawares-assessment-results #dashboard_nav_wrapper ul.primary li:last-of-type a, body.beawares-post-assessment-results #dashboard_nav_wrapper ul.primary li:last-of-type a, body.beawares-emissions #dashboard_nav_wrapper ul.primary li:last-of-type a {
  margin-bottom: 0;
}
body.user-dashboard #dashboard_nav_wrapper ul.secondary, body.beawares-dashboard #dashboard_nav_wrapper ul.secondary, body.sorted-tips-dashboard #dashboard_nav_wrapper ul.secondary, body.your-action-plan-worksheets #dashboard_nav_wrapper ul.secondary, body.beawares-assessment-results #dashboard_nav_wrapper ul.secondary, body.beawares-post-assessment-results #dashboard_nav_wrapper ul.secondary, body.beawares-emissions #dashboard_nav_wrapper ul.secondary {
  background: white;
}
body.user-dashboard #dashboard_nav_wrapper ul.secondary li, body.beawares-dashboard #dashboard_nav_wrapper ul.secondary li, body.sorted-tips-dashboard #dashboard_nav_wrapper ul.secondary li, body.your-action-plan-worksheets #dashboard_nav_wrapper ul.secondary li, body.beawares-assessment-results #dashboard_nav_wrapper ul.secondary li, body.beawares-post-assessment-results #dashboard_nav_wrapper ul.secondary li, body.beawares-emissions #dashboard_nav_wrapper ul.secondary li {
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0.3rem 0;
  margin: 0.4rem 0;
  font-weight: bold;
}
body.user-dashboard #dashboard_nav_wrapper ul.secondary li a, body.beawares-dashboard #dashboard_nav_wrapper ul.secondary li a, body.sorted-tips-dashboard #dashboard_nav_wrapper ul.secondary li a, body.your-action-plan-worksheets #dashboard_nav_wrapper ul.secondary li a, body.beawares-assessment-results #dashboard_nav_wrapper ul.secondary li a, body.beawares-post-assessment-results #dashboard_nav_wrapper ul.secondary li a, body.beawares-emissions #dashboard_nav_wrapper ul.secondary li a {
  padding-left: 1rem !important;
}
body.user-dashboard #dashboard_nav_wrapper ul.secondary li svg, body.beawares-dashboard #dashboard_nav_wrapper ul.secondary li svg, body.sorted-tips-dashboard #dashboard_nav_wrapper ul.secondary li svg, body.your-action-plan-worksheets #dashboard_nav_wrapper ul.secondary li svg, body.beawares-assessment-results #dashboard_nav_wrapper ul.secondary li svg, body.beawares-post-assessment-results #dashboard_nav_wrapper ul.secondary li svg, body.beawares-emissions #dashboard_nav_wrapper ul.secondary li svg {
  margin-right: 0.5rem;
  height: 35px;
}
body.user-dashboard #dashboard_nav_wrapper ul.secondary li svg path, body.beawares-dashboard #dashboard_nav_wrapper ul.secondary li svg path, body.sorted-tips-dashboard #dashboard_nav_wrapper ul.secondary li svg path, body.your-action-plan-worksheets #dashboard_nav_wrapper ul.secondary li svg path, body.beawares-assessment-results #dashboard_nav_wrapper ul.secondary li svg path, body.beawares-post-assessment-results #dashboard_nav_wrapper ul.secondary li svg path, body.beawares-emissions #dashboard_nav_wrapper ul.secondary li svg path {
  stroke: #333;
}
body.user-dashboard #dashboard_nav_wrapper ul.secondary li div, body.beawares-dashboard #dashboard_nav_wrapper ul.secondary li div, body.sorted-tips-dashboard #dashboard_nav_wrapper ul.secondary li div, body.your-action-plan-worksheets #dashboard_nav_wrapper ul.secondary li div, body.beawares-assessment-results #dashboard_nav_wrapper ul.secondary li div, body.beawares-post-assessment-results #dashboard_nav_wrapper ul.secondary li div, body.beawares-emissions #dashboard_nav_wrapper ul.secondary li div {
  margin-top: 10px;
}
body.user-dashboard #dashboard_nav_wrapper ul.secondary li:hover, body.beawares-dashboard #dashboard_nav_wrapper ul.secondary li:hover, body.sorted-tips-dashboard #dashboard_nav_wrapper ul.secondary li:hover, body.your-action-plan-worksheets #dashboard_nav_wrapper ul.secondary li:hover, body.beawares-assessment-results #dashboard_nav_wrapper ul.secondary li:hover, body.beawares-post-assessment-results #dashboard_nav_wrapper ul.secondary li:hover, body.beawares-emissions #dashboard_nav_wrapper ul.secondary li:hover {
  border: 1px solid #333;
}
body.user-dashboard #dashboard_nav_wrapper ul.secondary li:last-of-type, body.beawares-dashboard #dashboard_nav_wrapper ul.secondary li:last-of-type, body.sorted-tips-dashboard #dashboard_nav_wrapper ul.secondary li:last-of-type, body.your-action-plan-worksheets #dashboard_nav_wrapper ul.secondary li:last-of-type, body.beawares-assessment-results #dashboard_nav_wrapper ul.secondary li:last-of-type, body.beawares-post-assessment-results #dashboard_nav_wrapper ul.secondary li:last-of-type, body.beawares-emissions #dashboard_nav_wrapper ul.secondary li:last-of-type {
  margin-bottom: 0;
}
body.user-dashboard #dashboard_nav_wrapper ul.secondary #is_bucket, body.beawares-dashboard #dashboard_nav_wrapper ul.secondary #is_bucket, body.sorted-tips-dashboard #dashboard_nav_wrapper ul.secondary #is_bucket, body.your-action-plan-worksheets #dashboard_nav_wrapper ul.secondary #is_bucket, body.beawares-assessment-results #dashboard_nav_wrapper ul.secondary #is_bucket, body.beawares-post-assessment-results #dashboard_nav_wrapper ul.secondary #is_bucket, body.beawares-emissions #dashboard_nav_wrapper ul.secondary #is_bucket {
  background-color: #92CD79;
}
body.user-dashboard #dashboard_nav_wrapper ul.secondary #will_bucket, body.beawares-dashboard #dashboard_nav_wrapper ul.secondary #will_bucket, body.sorted-tips-dashboard #dashboard_nav_wrapper ul.secondary #will_bucket, body.your-action-plan-worksheets #dashboard_nav_wrapper ul.secondary #will_bucket, body.beawares-assessment-results #dashboard_nav_wrapper ul.secondary #will_bucket, body.beawares-post-assessment-results #dashboard_nav_wrapper ul.secondary #will_bucket, body.beawares-emissions #dashboard_nav_wrapper ul.secondary #will_bucket {
  background-color: rgb(255, 198, 0);
}
body.user-dashboard #dashboard_nav_wrapper ul.secondary #willnot_bucket, body.beawares-dashboard #dashboard_nav_wrapper ul.secondary #willnot_bucket, body.sorted-tips-dashboard #dashboard_nav_wrapper ul.secondary #willnot_bucket, body.your-action-plan-worksheets #dashboard_nav_wrapper ul.secondary #willnot_bucket, body.beawares-assessment-results #dashboard_nav_wrapper ul.secondary #willnot_bucket, body.beawares-post-assessment-results #dashboard_nav_wrapper ul.secondary #willnot_bucket, body.beawares-emissions #dashboard_nav_wrapper ul.secondary #willnot_bucket {
  background-color: #ff8159;
}
body.user-dashboard #dashboard_nav_wrapper ul.secondary #unused_bucket, body.beawares-dashboard #dashboard_nav_wrapper ul.secondary #unused_bucket, body.sorted-tips-dashboard #dashboard_nav_wrapper ul.secondary #unused_bucket, body.your-action-plan-worksheets #dashboard_nav_wrapper ul.secondary #unused_bucket, body.beawares-assessment-results #dashboard_nav_wrapper ul.secondary #unused_bucket, body.beawares-post-assessment-results #dashboard_nav_wrapper ul.secondary #unused_bucket, body.beawares-emissions #dashboard_nav_wrapper ul.secondary #unused_bucket {
  background-color: #ccc;
}
body.user-dashboard #dashboard_nav_wrapper ul.secondary #view_list, body.beawares-dashboard #dashboard_nav_wrapper ul.secondary #view_list, body.sorted-tips-dashboard #dashboard_nav_wrapper ul.secondary #view_list, body.your-action-plan-worksheets #dashboard_nav_wrapper ul.secondary #view_list, body.beawares-assessment-results #dashboard_nav_wrapper ul.secondary #view_list, body.beawares-post-assessment-results #dashboard_nav_wrapper ul.secondary #view_list, body.beawares-emissions #dashboard_nav_wrapper ul.secondary #view_list {
  background-color: #E2F4FA;
}
body.user-dashboard #dashboard_nav_wrapper ul.primary li a, body.beawares-dashboard #dashboard_nav_wrapper ul.primary li a, body.sorted-tips-dashboard #dashboard_nav_wrapper ul.primary li a, body.your-action-plan-worksheets #dashboard_nav_wrapper ul.primary li a, body.beawares-assessment-results #dashboard_nav_wrapper ul.primary li a, body.beawares-post-assessment-results #dashboard_nav_wrapper ul.primary li a, body.beawares-emissions #dashboard_nav_wrapper ul.primary li a {
  text-transform: none !important;
  background: #9a9a9a !important;
  border: none !important;
  border-radius: unset !important;
  color: black !important;
  font-weight: bold;
  font-size: 13px !important;
  padding: 0.5rem 0 0.5rem 1rem;
  width: 100%;
  text-align: left;
  margin: 0.5rem 0;
  display: inline-block;
}
body.user-dashboard #dashboard_nav_wrapper ul.primary li a:hover, body.beawares-dashboard #dashboard_nav_wrapper ul.primary li a:hover, body.sorted-tips-dashboard #dashboard_nav_wrapper ul.primary li a:hover, body.your-action-plan-worksheets #dashboard_nav_wrapper ul.primary li a:hover, body.beawares-assessment-results #dashboard_nav_wrapper ul.primary li a:hover, body.beawares-post-assessment-results #dashboard_nav_wrapper ul.primary li a:hover, body.beawares-emissions #dashboard_nav_wrapper ul.primary li a:hover {
  color: white !important;
  background: #bbb !important;
  border-radius: unset !important;
  border: unset !important;
}
@keyframes animateBorder {
  from {
    border-color: white;
  }
  to {
    border-color: yellow;
  }
}
body.user-dashboard .intentions, body.beawares-dashboard .intentions, body.sorted-tips-dashboard .intentions, body.your-action-plan-worksheets .intentions, body.beawares-assessment-results .intentions, body.beawares-post-assessment-results .intentions, body.beawares-emissions .intentions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
body.user-dashboard .intentions .intention, body.beawares-dashboard .intentions .intention, body.sorted-tips-dashboard .intentions .intention, body.your-action-plan-worksheets .intentions .intention, body.beawares-assessment-results .intentions .intention, body.beawares-post-assessment-results .intentions .intention, body.beawares-emissions .intentions .intention {
  display: none;
  min-height: 200px;
  /*
        .tip:first-of-type {
          .tip_list {
            margin-top: 3rem;
          }
        }*/
}
body.user-dashboard .intentions .intention .container_title, body.beawares-dashboard .intentions .intention .container_title, body.sorted-tips-dashboard .intentions .intention .container_title, body.your-action-plan-worksheets .intentions .intention .container_title, body.beawares-assessment-results .intentions .intention .container_title, body.beawares-post-assessment-results .intentions .intention .container_title, body.beawares-emissions .intentions .intention .container_title {
  width: 100%;
  z-index: 100;
}
body.user-dashboard .intentions .intention .tip .tip_card, body.beawares-dashboard .intentions .intention .tip .tip_card, body.sorted-tips-dashboard .intentions .intention .tip .tip_card, body.your-action-plan-worksheets .intentions .intention .tip .tip_card, body.beawares-assessment-results .intentions .intention .tip .tip_card, body.beawares-post-assessment-results .intentions .intention .tip .tip_card, body.beawares-emissions .intentions .intention .tip .tip_card {
  margin-top: 3rem;
  background-color: #fff;
  border: 1px solid #333;
}
body.user-dashboard .intentions .intention .tip .tip_card:first-of-type, body.beawares-dashboard .intentions .intention .tip .tip_card:first-of-type, body.sorted-tips-dashboard .intentions .intention .tip .tip_card:first-of-type, body.your-action-plan-worksheets .intentions .intention .tip .tip_card:first-of-type, body.beawares-assessment-results .intentions .intention .tip .tip_card:first-of-type, body.beawares-post-assessment-results .intentions .intention .tip .tip_card:first-of-type, body.beawares-emissions .intentions .intention .tip .tip_card:first-of-type {
  display: block;
}
body.user-dashboard .intentions .intention .tip .tip_card .wrapper, body.user-dashboard .intentions .intention .tip .tip_card .image_wrapper, body.beawares-dashboard .intentions .intention .tip .tip_card .wrapper, body.beawares-dashboard .intentions .intention .tip .tip_card .image_wrapper, body.sorted-tips-dashboard .intentions .intention .tip .tip_card .wrapper, body.sorted-tips-dashboard .intentions .intention .tip .tip_card .image_wrapper, body.your-action-plan-worksheets .intentions .intention .tip .tip_card .wrapper, body.your-action-plan-worksheets .intentions .intention .tip .tip_card .image_wrapper, body.beawares-assessment-results .intentions .intention .tip .tip_card .wrapper, body.beawares-assessment-results .intentions .intention .tip .tip_card .image_wrapper, body.beawares-post-assessment-results .intentions .intention .tip .tip_card .wrapper, body.beawares-post-assessment-results .intentions .intention .tip .tip_card .image_wrapper, body.beawares-emissions .intentions .intention .tip .tip_card .wrapper, body.beawares-emissions .intentions .intention .tip .tip_card .image_wrapper {
  padding: 0 2rem;
}
body.user-dashboard .intentions .intention .tip .tip_card .image_wrapper .art, body.beawares-dashboard .intentions .intention .tip .tip_card .image_wrapper .art, body.sorted-tips-dashboard .intentions .intention .tip .tip_card .image_wrapper .art, body.your-action-plan-worksheets .intentions .intention .tip .tip_card .image_wrapper .art, body.beawares-assessment-results .intentions .intention .tip .tip_card .image_wrapper .art, body.beawares-post-assessment-results .intentions .intention .tip .tip_card .image_wrapper .art, body.beawares-emissions .intentions .intention .tip .tip_card .image_wrapper .art {
  width: 40%;
  padding: 0.8rem 0;
  margin: 0 auto;
}
body.user-dashboard .intentions .intention .tip .tip_card .wrapper, body.beawares-dashboard .intentions .intention .tip .tip_card .wrapper, body.sorted-tips-dashboard .intentions .intention .tip .tip_card .wrapper, body.your-action-plan-worksheets .intentions .intention .tip .tip_card .wrapper, body.beawares-assessment-results .intentions .intention .tip .tip_card .wrapper, body.beawares-post-assessment-results .intentions .intention .tip .tip_card .wrapper, body.beawares-emissions .intentions .intention .tip .tip_card .wrapper {
  display: flex;
  justify-content: flex-start;
  margin-top: -1.8rem;
}
body.user-dashboard .intentions .intention .tip .tip_card .title, body.beawares-dashboard .intentions .intention .tip .tip_card .title, body.sorted-tips-dashboard .intentions .intention .tip .tip_card .title, body.your-action-plan-worksheets .intentions .intention .tip .tip_card .title, body.beawares-assessment-results .intentions .intention .tip .tip_card .title, body.beawares-post-assessment-results .intentions .intention .tip .tip_card .title, body.beawares-emissions .intentions .intention .tip .tip_card .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-align: center;
}
body.user-dashboard .intentions .intention .tip .tip_card .attributes, body.beawares-dashboard .intentions .intention .tip .tip_card .attributes, body.sorted-tips-dashboard .intentions .intention .tip .tip_card .attributes, body.your-action-plan-worksheets .intentions .intention .tip .tip_card .attributes, body.beawares-assessment-results .intentions .intention .tip .tip_card .attributes, body.beawares-post-assessment-results .intentions .intention .tip .tip_card .attributes, body.beawares-emissions .intentions .intention .tip .tip_card .attributes {
  display: flex;
  width: 95%;
  font-size: 0.7rem;
}
body.user-dashboard .intentions .intention .tip .tip_card .attributes .impact, body.user-dashboard .intentions .intention .tip .tip_card .attributes .difficulty, body.beawares-dashboard .intentions .intention .tip .tip_card .attributes .impact, body.beawares-dashboard .intentions .intention .tip .tip_card .attributes .difficulty, body.sorted-tips-dashboard .intentions .intention .tip .tip_card .attributes .impact, body.sorted-tips-dashboard .intentions .intention .tip .tip_card .attributes .difficulty, body.your-action-plan-worksheets .intentions .intention .tip .tip_card .attributes .impact, body.your-action-plan-worksheets .intentions .intention .tip .tip_card .attributes .difficulty, body.beawares-assessment-results .intentions .intention .tip .tip_card .attributes .impact, body.beawares-assessment-results .intentions .intention .tip .tip_card .attributes .difficulty, body.beawares-post-assessment-results .intentions .intention .tip .tip_card .attributes .impact, body.beawares-post-assessment-results .intentions .intention .tip .tip_card .attributes .difficulty, body.beawares-emissions .intentions .intention .tip .tip_card .attributes .impact, body.beawares-emissions .intentions .intention .tip .tip_card .attributes .difficulty {
  width: 50%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0.2rem 0.5rem;
}
body.user-dashboard .intentions .intention .tip .tip_card .attributes .impact, body.beawares-dashboard .intentions .intention .tip .tip_card .attributes .impact, body.sorted-tips-dashboard .intentions .intention .tip .tip_card .attributes .impact, body.your-action-plan-worksheets .intentions .intention .tip .tip_card .attributes .impact, body.beawares-assessment-results .intentions .intention .tip .tip_card .attributes .impact, body.beawares-post-assessment-results .intentions .intention .tip .tip_card .attributes .impact, body.beawares-emissions .intentions .intention .tip .tip_card .attributes .impact {
  color: black;
  background: #39AFAA;
}
body.user-dashboard .intentions .intention .tip .tip_card .attributes .impact span, body.beawares-dashboard .intentions .intention .tip .tip_card .attributes .impact span, body.sorted-tips-dashboard .intentions .intention .tip .tip_card .attributes .impact span, body.your-action-plan-worksheets .intentions .intention .tip .tip_card .attributes .impact span, body.beawares-assessment-results .intentions .intention .tip .tip_card .attributes .impact span, body.beawares-post-assessment-results .intentions .intention .tip .tip_card .attributes .impact span, body.beawares-emissions .intentions .intention .tip .tip_card .attributes .impact span {
  color: black;
}
body.user-dashboard .intentions .intention .tip .tip_card .difficulty, body.beawares-dashboard .intentions .intention .tip .tip_card .difficulty, body.sorted-tips-dashboard .intentions .intention .tip .tip_card .difficulty, body.your-action-plan-worksheets .intentions .intention .tip .tip_card .difficulty, body.beawares-assessment-results .intentions .intention .tip .tip_card .difficulty, body.beawares-post-assessment-results .intentions .intention .tip .tip_card .difficulty, body.beawares-emissions .intentions .intention .tip .tip_card .difficulty {
  color: white;
  background: rgb(0, 0, 0);
}
body.user-dashboard .intentions .intention .tip .tip_card .difficulty span, body.beawares-dashboard .intentions .intention .tip .tip_card .difficulty span, body.sorted-tips-dashboard .intentions .intention .tip .tip_card .difficulty span, body.your-action-plan-worksheets .intentions .intention .tip .tip_card .difficulty span, body.beawares-assessment-results .intentions .intention .tip .tip_card .difficulty span, body.beawares-post-assessment-results .intentions .intention .tip .tip_card .difficulty span, body.beawares-emissions .intentions .intention .tip .tip_card .difficulty span {
  color: white;
}
body.user-dashboard .intentions .intention .tip .tip_card .drivers, body.beawares-dashboard .intentions .intention .tip .tip_card .drivers, body.sorted-tips-dashboard .intentions .intention .tip .tip_card .drivers, body.your-action-plan-worksheets .intentions .intention .tip .tip_card .drivers, body.beawares-assessment-results .intentions .intention .tip .tip_card .drivers, body.beawares-post-assessment-results .intentions .intention .tip .tip_card .drivers, body.beawares-emissions .intentions .intention .tip .tip_card .drivers {
  background: #ccc;
  padding: 0.1rem 0 0 0.5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
}
body.user-dashboard .intentions .intention .tip .tip_card .drivers .driver_art, body.beawares-dashboard .intentions .intention .tip .tip_card .drivers .driver_art, body.sorted-tips-dashboard .intentions .intention .tip .tip_card .drivers .driver_art, body.your-action-plan-worksheets .intentions .intention .tip .tip_card .drivers .driver_art, body.beawares-assessment-results .intentions .intention .tip .tip_card .drivers .driver_art, body.beawares-post-assessment-results .intentions .intention .tip .tip_card .drivers .driver_art, body.beawares-emissions .intentions .intention .tip .tip_card .drivers .driver_art {
  width: 20px !important;
  padding-top: 5px;
}
body.user-dashboard .intentions .intention .tip .title_wrapper, body.beawares-dashboard .intentions .intention .tip .title_wrapper, body.sorted-tips-dashboard .intentions .intention .tip .title_wrapper, body.your-action-plan-worksheets .intentions .intention .tip .title_wrapper, body.beawares-assessment-results .intentions .intention .tip .title_wrapper, body.beawares-post-assessment-results .intentions .intention .tip .title_wrapper, body.beawares-emissions .intentions .intention .tip .title_wrapper {
  display: flex;
  justify-content: center;
  background-color: #4c8cee;
  text-transform: uppercase;
}
body.user-dashboard .intentions .intention .tip .title_wrapper div, body.beawares-dashboard .intentions .intention .tip .title_wrapper div, body.sorted-tips-dashboard .intentions .intention .tip .title_wrapper div, body.your-action-plan-worksheets .intentions .intention .tip .title_wrapper div, body.beawares-assessment-results .intentions .intention .tip .title_wrapper div, body.beawares-post-assessment-results .intentions .intention .tip .title_wrapper div, body.beawares-emissions .intentions .intention .tip .title_wrapper div {
  color: #fff;
}
body.user-dashboard .intentions .intention .tip .art_wrapper, body.beawares-dashboard .intentions .intention .tip .art_wrapper, body.sorted-tips-dashboard .intentions .intention .tip .art_wrapper, body.your-action-plan-worksheets .intentions .intention .tip .art_wrapper, body.beawares-assessment-results .intentions .intention .tip .art_wrapper, body.beawares-post-assessment-results .intentions .intention .tip .art_wrapper, body.beawares-emissions .intentions .intention .tip .art_wrapper {
  width: 15%;
}
body.user-dashboard .intentions .intention .tip .content_wrapper .impact_category div, body.beawares-dashboard .intentions .intention .tip .content_wrapper .impact_category div, body.sorted-tips-dashboard .intentions .intention .tip .content_wrapper .impact_category div, body.your-action-plan-worksheets .intentions .intention .tip .content_wrapper .impact_category div, body.beawares-assessment-results .intentions .intention .tip .content_wrapper .impact_category div, body.beawares-post-assessment-results .intentions .intention .tip .content_wrapper .impact_category div, body.beawares-emissions .intentions .intention .tip .content_wrapper .impact_category div {
  margin: 0 auto;
  font-weight: bold;
}
body.user-dashboard .intentions .intention .tip .content_wrapper .tip_inner_box, body.beawares-dashboard .intentions .intention .tip .content_wrapper .tip_inner_box, body.sorted-tips-dashboard .intentions .intention .tip .content_wrapper .tip_inner_box, body.your-action-plan-worksheets .intentions .intention .tip .content_wrapper .tip_inner_box, body.beawares-assessment-results .intentions .intention .tip .content_wrapper .tip_inner_box, body.beawares-post-assessment-results .intentions .intention .tip .content_wrapper .tip_inner_box, body.beawares-emissions .intentions .intention .tip .content_wrapper .tip_inner_box {
  width: 95%;
  margin: 0 auto;
}
body.user-dashboard .intentions .intention .tip .content_wrapper .tip_inner_box .title, body.beawares-dashboard .intentions .intention .tip .content_wrapper .tip_inner_box .title, body.sorted-tips-dashboard .intentions .intention .tip .content_wrapper .tip_inner_box .title, body.your-action-plan-worksheets .intentions .intention .tip .content_wrapper .tip_inner_box .title, body.beawares-assessment-results .intentions .intention .tip .content_wrapper .tip_inner_box .title, body.beawares-post-assessment-results .intentions .intention .tip .content_wrapper .tip_inner_box .title, body.beawares-emissions .intentions .intention .tip .content_wrapper .tip_inner_box .title {
  font-size: 18px;
  line-height: 1;
}
body.user-dashboard .intentions .intention .tip .content_wrapper .tip_inner_box .copy_row, body.beawares-dashboard .intentions .intention .tip .content_wrapper .tip_inner_box .copy_row, body.sorted-tips-dashboard .intentions .intention .tip .content_wrapper .tip_inner_box .copy_row, body.your-action-plan-worksheets .intentions .intention .tip .content_wrapper .tip_inner_box .copy_row, body.beawares-assessment-results .intentions .intention .tip .content_wrapper .tip_inner_box .copy_row, body.beawares-post-assessment-results .intentions .intention .tip .content_wrapper .tip_inner_box .copy_row, body.beawares-emissions .intentions .intention .tip .content_wrapper .tip_inner_box .copy_row {
  position: relative;
  margin-top: 0.5rem;
}
body.user-dashboard .intentions .intention .tip .content_wrapper .tip_inner_box .copy_row .copy_color, body.beawares-dashboard .intentions .intention .tip .content_wrapper .tip_inner_box .copy_row .copy_color, body.sorted-tips-dashboard .intentions .intention .tip .content_wrapper .tip_inner_box .copy_row .copy_color, body.your-action-plan-worksheets .intentions .intention .tip .content_wrapper .tip_inner_box .copy_row .copy_color, body.beawares-assessment-results .intentions .intention .tip .content_wrapper .tip_inner_box .copy_row .copy_color, body.beawares-post-assessment-results .intentions .intention .tip .content_wrapper .tip_inner_box .copy_row .copy_color, body.beawares-emissions .intentions .intention .tip .content_wrapper .tip_inner_box .copy_row .copy_color {
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
}
body.user-dashboard .intentions .intention .tip .content_wrapper .tip_inner_box .copy_row .copy_text, body.beawares-dashboard .intentions .intention .tip .content_wrapper .tip_inner_box .copy_row .copy_text, body.sorted-tips-dashboard .intentions .intention .tip .content_wrapper .tip_inner_box .copy_row .copy_text, body.your-action-plan-worksheets .intentions .intention .tip .content_wrapper .tip_inner_box .copy_row .copy_text, body.beawares-assessment-results .intentions .intention .tip .content_wrapper .tip_inner_box .copy_row .copy_text, body.beawares-post-assessment-results .intentions .intention .tip .content_wrapper .tip_inner_box .copy_row .copy_text, body.beawares-emissions .intentions .intention .tip .content_wrapper .tip_inner_box .copy_row .copy_text {
  line-height: 1.2;
  padding: 0.2rem 0.5rem;
  font-size: 14px;
  color: black;
}
body.user-dashboard .intentions .intention .tip .content_wrapper #action_button_wrapper, body.beawares-dashboard .intentions .intention .tip .content_wrapper #action_button_wrapper, body.sorted-tips-dashboard .intentions .intention .tip .content_wrapper #action_button_wrapper, body.your-action-plan-worksheets .intentions .intention .tip .content_wrapper #action_button_wrapper, body.beawares-assessment-results .intentions .intention .tip .content_wrapper #action_button_wrapper, body.beawares-post-assessment-results .intentions .intention .tip .content_wrapper #action_button_wrapper, body.beawares-emissions .intentions .intention .tip .content_wrapper #action_button_wrapper {
  text-align: center;
}
body.user-dashboard .intentions .intention .tip .content_wrapper .toggle_plan, body.beawares-dashboard .intentions .intention .tip .content_wrapper .toggle_plan, body.sorted-tips-dashboard .intentions .intention .tip .content_wrapper .toggle_plan, body.your-action-plan-worksheets .intentions .intention .tip .content_wrapper .toggle_plan, body.beawares-assessment-results .intentions .intention .tip .content_wrapper .toggle_plan, body.beawares-post-assessment-results .intentions .intention .tip .content_wrapper .toggle_plan, body.beawares-emissions .intentions .intention .tip .content_wrapper .toggle_plan {
  margin: 0.5rem auto;
  padding: 0 0.5rem;
  background-color: #BF0D3E !important;
  color: #fff !important;
  border: none !important;
  font-size: 16px !important;
}
body.user-dashboard .intentions .intention .tip .content_wrapper .toggle_plan:hover, body.beawares-dashboard .intentions .intention .tip .content_wrapper .toggle_plan:hover, body.sorted-tips-dashboard .intentions .intention .tip .content_wrapper .toggle_plan:hover, body.your-action-plan-worksheets .intentions .intention .tip .content_wrapper .toggle_plan:hover, body.beawares-assessment-results .intentions .intention .tip .content_wrapper .toggle_plan:hover, body.beawares-post-assessment-results .intentions .intention .tip .content_wrapper .toggle_plan:hover, body.beawares-emissions .intentions .intention .tip .content_wrapper .toggle_plan:hover {
  color: #fff;
}
body.user-dashboard .intentions .intention .tip .content_wrapper .action_plan, body.beawares-dashboard .intentions .intention .tip .content_wrapper .action_plan, body.sorted-tips-dashboard .intentions .intention .tip .content_wrapper .action_plan, body.your-action-plan-worksheets .intentions .intention .tip .content_wrapper .action_plan, body.beawares-assessment-results .intentions .intention .tip .content_wrapper .action_plan, body.beawares-post-assessment-results .intentions .intention .tip .content_wrapper .action_plan, body.beawares-emissions .intentions .intention .tip .content_wrapper .action_plan {
  display: none;
  padding: 0 1rem;
  margin-bottom: 2rem;
  font-size: 14px;
}
body.user-dashboard .intentions .intention .tip .content_wrapper .action_plan a, body.beawares-dashboard .intentions .intention .tip .content_wrapper .action_plan a, body.sorted-tips-dashboard .intentions .intention .tip .content_wrapper .action_plan a, body.your-action-plan-worksheets .intentions .intention .tip .content_wrapper .action_plan a, body.beawares-assessment-results .intentions .intention .tip .content_wrapper .action_plan a, body.beawares-post-assessment-results .intentions .intention .tip .content_wrapper .action_plan a, body.beawares-emissions .intentions .intention .tip .content_wrapper .action_plan a {
  color: blue;
}
body.user-dashboard .intentions .intention .tip .content_wrapper .action_plan .action_plan_title, body.beawares-dashboard .intentions .intention .tip .content_wrapper .action_plan .action_plan_title, body.sorted-tips-dashboard .intentions .intention .tip .content_wrapper .action_plan .action_plan_title, body.your-action-plan-worksheets .intentions .intention .tip .content_wrapper .action_plan .action_plan_title, body.beawares-assessment-results .intentions .intention .tip .content_wrapper .action_plan .action_plan_title, body.beawares-post-assessment-results .intentions .intention .tip .content_wrapper .action_plan .action_plan_title, body.beawares-emissions .intentions .intention .tip .content_wrapper .action_plan .action_plan_title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
body.user-dashboard .intentions .intention .tip .content_wrapper .action_plan .action_plan_list ul, body.beawares-dashboard .intentions .intention .tip .content_wrapper .action_plan .action_plan_list ul, body.sorted-tips-dashboard .intentions .intention .tip .content_wrapper .action_plan .action_plan_list ul, body.your-action-plan-worksheets .intentions .intention .tip .content_wrapper .action_plan .action_plan_list ul, body.beawares-assessment-results .intentions .intention .tip .content_wrapper .action_plan .action_plan_list ul, body.beawares-post-assessment-results .intentions .intention .tip .content_wrapper .action_plan .action_plan_list ul, body.beawares-emissions .intentions .intention .tip .content_wrapper .action_plan .action_plan_list ul {
  margin-left: 0;
  padding-left: 16px;
}
body.user-dashboard .intentions .intention .tip .content_wrapper .action_plan .action_plan_list ul li, body.beawares-dashboard .intentions .intention .tip .content_wrapper .action_plan .action_plan_list ul li, body.sorted-tips-dashboard .intentions .intention .tip .content_wrapper .action_plan .action_plan_list ul li, body.your-action-plan-worksheets .intentions .intention .tip .content_wrapper .action_plan .action_plan_list ul li, body.beawares-assessment-results .intentions .intention .tip .content_wrapper .action_plan .action_plan_list ul li, body.beawares-post-assessment-results .intentions .intention .tip .content_wrapper .action_plan .action_plan_list ul li, body.beawares-emissions .intentions .intention .tip .content_wrapper .action_plan .action_plan_list ul li {
  font-size: 13px;
}
body.user-dashboard .intentions #first_intention, body.beawares-dashboard .intentions #first_intention, body.sorted-tips-dashboard .intentions #first_intention, body.your-action-plan-worksheets .intentions #first_intention, body.beawares-assessment-results .intentions #first_intention, body.beawares-post-assessment-results .intentions #first_intention, body.beawares-emissions .intentions #first_intention {
  display: block;
}
body.user-dashboard .unsorted, body.beawares-dashboard .unsorted, body.sorted-tips-dashboard .unsorted, body.your-action-plan-worksheets .unsorted, body.beawares-assessment-results .unsorted, body.beawares-post-assessment-results .unsorted, body.beawares-emissions .unsorted {
  width: 49%;
}
body.user-dashboard .sorted_tips, body.beawares-dashboard .sorted_tips, body.sorted-tips-dashboard .sorted_tips, body.your-action-plan-worksheets .sorted_tips, body.beawares-assessment-results .sorted_tips, body.beawares-post-assessment-results .sorted_tips, body.beawares-emissions .sorted_tips {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 2rem;
}
body.user-dashboard #is_container .container_title, body.beawares-dashboard #is_container .container_title, body.sorted-tips-dashboard #is_container .container_title, body.your-action-plan-worksheets #is_container .container_title, body.beawares-assessment-results #is_container .container_title, body.beawares-post-assessment-results #is_container .container_title, body.beawares-emissions #is_container .container_title {
  background-color: rgb(151, 187, 107);
}
body.user-dashboard #will_container .container_title, body.beawares-dashboard #will_container .container_title, body.sorted-tips-dashboard #will_container .container_title, body.your-action-plan-worksheets #will_container .container_title, body.beawares-assessment-results #will_container .container_title, body.beawares-post-assessment-results #will_container .container_title, body.beawares-emissions #will_container .container_title {
  background-color: rgb(255, 198, 0);
}
body.user-dashboard #willnot_container .container_title, body.beawares-dashboard #willnot_container .container_title, body.sorted-tips-dashboard #willnot_container .container_title, body.your-action-plan-worksheets #willnot_container .container_title, body.beawares-assessment-results #willnot_container .container_title, body.beawares-post-assessment-results #willnot_container .container_title, body.beawares-emissions #willnot_container .container_title {
  background-color: #ff8159;
}
body.user-dashboard #goingto_container .container_title, body.beawares-dashboard #goingto_container .container_title, body.sorted-tips-dashboard #goingto_container .container_title, body.your-action-plan-worksheets #goingto_container .container_title, body.beawares-assessment-results #goingto_container .container_title, body.beawares-post-assessment-results #goingto_container .container_title, body.beawares-emissions #goingto_container .container_title {
  background-color: #88D3EE;
}
body.user-dashboard #unsorted_container .container_title, body.beawares-dashboard #unsorted_container .container_title, body.sorted-tips-dashboard #unsorted_container .container_title, body.your-action-plan-worksheets #unsorted_container .container_title, body.beawares-assessment-results #unsorted_container .container_title, body.beawares-post-assessment-results #unsorted_container .container_title, body.beawares-emissions #unsorted_container .container_title {
  background-color: #ccc;
}
body.user-dashboard .tipContainer, body.beawares-dashboard .tipContainer, body.sorted-tips-dashboard .tipContainer, body.your-action-plan-worksheets .tipContainer, body.beawares-assessment-results .tipContainer, body.beawares-post-assessment-results .tipContainer, body.beawares-emissions .tipContainer {
  position: relative;
  z-index: 150;
  background: white;
  display: block;
  padding: 0.7rem 0;
  min-height: 100px;
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
}
body.user-dashboard .tipContainer .container_title, body.beawares-dashboard .tipContainer .container_title, body.sorted-tips-dashboard .tipContainer .container_title, body.your-action-plan-worksheets .tipContainer .container_title, body.beawares-assessment-results .tipContainer .container_title, body.beawares-post-assessment-results .tipContainer .container_title, body.beawares-emissions .tipContainer .container_title {
  width: 100%;
  margin: 0 auto 1rem auto;
  padding: 0.4rem 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
body.user-dashboard .tipContainer .tip.text, body.beawares-dashboard .tipContainer .tip.text, body.sorted-tips-dashboard .tipContainer .tip.text, body.your-action-plan-worksheets .tipContainer .tip.text, body.beawares-assessment-results .tipContainer .tip.text, body.beawares-post-assessment-results .tipContainer .tip.text, body.beawares-emissions .tipContainer .tip.text {
  width: 100%;
}
body.user-dashboard .tipContainer .tip, body.beawares-dashboard .tipContainer .tip, body.sorted-tips-dashboard .tipContainer .tip, body.your-action-plan-worksheets .tipContainer .tip, body.beawares-assessment-results .tipContainer .tip, body.beawares-post-assessment-results .tipContainer .tip, body.beawares-emissions .tipContainer .tip {
  list-style-type: none;
  padding: 0.4rem;
  height: fit-content;
  width: 48%;
}
body.user-dashboard .tipContainer .tip .tip_list, body.beawares-dashboard .tipContainer .tip .tip_list, body.sorted-tips-dashboard .tipContainer .tip .tip_list, body.your-action-plan-worksheets .tipContainer .tip .tip_list, body.beawares-assessment-results .tipContainer .tip .tip_list, body.beawares-post-assessment-results .tipContainer .tip .tip_list, body.beawares-emissions .tipContainer .tip .tip_list {
  display: none;
}
body.user-dashboard .tipContainer .tip .tip_card, body.beawares-dashboard .tipContainer .tip .tip_card, body.sorted-tips-dashboard .tipContainer .tip .tip_card, body.your-action-plan-worksheets .tipContainer .tip .tip_card, body.beawares-assessment-results .tipContainer .tip .tip_card, body.beawares-post-assessment-results .tipContainer .tip .tip_card, body.beawares-emissions .tipContainer .tip .tip_card {
  min-height: 80px;
  padding-top: 0.5rem;
  width: 100%;
}
body.user-dashboard .tipContainer .tip .tip_card .tip_box, body.beawares-dashboard .tipContainer .tip .tip_card .tip_box, body.sorted-tips-dashboard .tipContainer .tip .tip_card .tip_box, body.your-action-plan-worksheets .tipContainer .tip .tip_card .tip_box, body.beawares-assessment-results .tipContainer .tip .tip_card .tip_box, body.beawares-post-assessment-results .tipContainer .tip .tip_card .tip_box, body.beawares-emissions .tipContainer .tip .tip_card .tip_box {
  padding-top: 0.2rem;
}
body.user-dashboard .tipContainer .tip .tip_card .tip_front, body.beawares-dashboard .tipContainer .tip .tip_card .tip_front, body.sorted-tips-dashboard .tipContainer .tip .tip_card .tip_front, body.your-action-plan-worksheets .tipContainer .tip .tip_card .tip_front, body.beawares-assessment-results .tipContainer .tip .tip_card .tip_front, body.beawares-post-assessment-results .tipContainer .tip .tip_card .tip_front, body.beawares-emissions .tipContainer .tip .tip_card .tip_front {
  display: none;
}
body.user-dashboard .tipContainer .tip .tip_card .tip_back, body.beawares-dashboard .tipContainer .tip .tip_card .tip_back, body.sorted-tips-dashboard .tipContainer .tip .tip_card .tip_back, body.your-action-plan-worksheets .tipContainer .tip .tip_card .tip_back, body.beawares-assessment-results .tipContainer .tip .tip_card .tip_back, body.beawares-post-assessment-results .tipContainer .tip .tip_card .tip_back, body.beawares-emissions .tipContainer .tip .tip_card .tip_back {
  transform: unset;
  margin-top: 0;
}
body.user-dashboard .tipContainer .tip .tip_card .tip_back .tip_inner_box .title, body.beawares-dashboard .tipContainer .tip .tip_card .tip_back .tip_inner_box .title, body.sorted-tips-dashboard .tipContainer .tip .tip_card .tip_back .tip_inner_box .title, body.your-action-plan-worksheets .tipContainer .tip .tip_card .tip_back .tip_inner_box .title, body.beawares-assessment-results .tipContainer .tip .tip_card .tip_back .tip_inner_box .title, body.beawares-post-assessment-results .tipContainer .tip .tip_card .tip_back .tip_inner_box .title, body.beawares-emissions .tipContainer .tip .tip_card .tip_back .tip_inner_box .title {
  font-size: 18px !important;
}
body.user-dashboard .tipContainer .tip .tip_card .tip_back .tip_inner_box .art, body.beawares-dashboard .tipContainer .tip .tip_card .tip_back .tip_inner_box .art, body.sorted-tips-dashboard .tipContainer .tip .tip_card .tip_back .tip_inner_box .art, body.your-action-plan-worksheets .tipContainer .tip .tip_card .tip_back .tip_inner_box .art, body.beawares-assessment-results .tipContainer .tip .tip_card .tip_back .tip_inner_box .art, body.beawares-post-assessment-results .tipContainer .tip .tip_card .tip_back .tip_inner_box .art, body.beawares-emissions .tipContainer .tip .tip_card .tip_back .tip_inner_box .art {
  padding: 1rem 1.5rem !important;
}
body.user-dashboard .tipContainer .tip .tip_card .tip_back .tip_inner_box .art img, body.beawares-dashboard .tipContainer .tip .tip_card .tip_back .tip_inner_box .art img, body.sorted-tips-dashboard .tipContainer .tip .tip_card .tip_back .tip_inner_box .art img, body.your-action-plan-worksheets .tipContainer .tip .tip_card .tip_back .tip_inner_box .art img, body.beawares-assessment-results .tipContainer .tip .tip_card .tip_back .tip_inner_box .art img, body.beawares-post-assessment-results .tipContainer .tip .tip_card .tip_back .tip_inner_box .art img, body.beawares-emissions .tipContainer .tip .tip_card .tip_back .tip_inner_box .art img {
  height: 45px;
}
body.user-dashboard .tipContainer .tip .tip_card .tip_back .impact_category div, body.beawares-dashboard .tipContainer .tip .tip_card .tip_back .impact_category div, body.sorted-tips-dashboard .tipContainer .tip .tip_card .tip_back .impact_category div, body.your-action-plan-worksheets .tipContainer .tip .tip_card .tip_back .impact_category div, body.beawares-assessment-results .tipContainer .tip .tip_card .tip_back .impact_category div, body.beawares-post-assessment-results .tipContainer .tip .tip_card .tip_back .impact_category div, body.beawares-emissions .tipContainer .tip .tip_card .tip_back .impact_category div {
  font-size: 16px;
}
body.user-dashboard .viewList, body.beawares-dashboard .viewList, body.sorted-tips-dashboard .viewList, body.your-action-plan-worksheets .viewList, body.beawares-assessment-results .viewList, body.beawares-post-assessment-results .viewList, body.beawares-emissions .viewList {
  display: block !important;
}
body.user-dashboard .viewList .tip_card, body.beawares-dashboard .viewList .tip_card, body.sorted-tips-dashboard .viewList .tip_card, body.your-action-plan-worksheets .viewList .tip_card, body.beawares-assessment-results .viewList .tip_card, body.beawares-post-assessment-results .viewList .tip_card, body.beawares-emissions .viewList .tip_card {
  display: none;
}
body.user-dashboard .viewList .tip_list, body.beawares-dashboard .viewList .tip_list, body.sorted-tips-dashboard .viewList .tip_list, body.your-action-plan-worksheets .viewList .tip_list, body.beawares-assessment-results .viewList .tip_list, body.beawares-post-assessment-results .viewList .tip_list, body.beawares-emissions .viewList .tip_list {
  display: block !important;
}
body.user-dashboard #is_container, body.beawares-dashboard #is_container, body.sorted-tips-dashboard #is_container, body.your-action-plan-worksheets #is_container, body.beawares-assessment-results #is_container, body.beawares-post-assessment-results #is_container, body.beawares-emissions #is_container {
  display: flex;
}

body.user-dashboard .intention_nav, body.beawares-dashboard .intention_nav, body.your-action-plan-worksheets .intention_nav, body.beawares-assessment-results .intention_nav, body.beawares-post-assessment-results .intention_nav, body.beawares-emissions .intention_nav {
  display: none;
}
body.user-dashboard .hide_cat, body.beawares-dashboard .hide_cat, body.your-action-plan-worksheets .hide_cat, body.beawares-assessment-results .hide_cat, body.beawares-post-assessment-results .hide_cat, body.beawares-emissions .hide_cat {
  display: none;
}
body.user-dashboard #content_dashboard .beawares_header #instructions, body.beawares-dashboard #content_dashboard .beawares_header #instructions, body.your-action-plan-worksheets #content_dashboard .beawares_header #instructions, body.beawares-assessment-results #content_dashboard .beawares_header #instructions, body.beawares-post-assessment-results #content_dashboard .beawares_header #instructions, body.beawares-emissions #content_dashboard .beawares_header #instructions {
  font-size: 1.2rem;
  text-align: center;
}
body.user-dashboard #content_dashboard .beawares_header #header_img, body.beawares-dashboard #content_dashboard .beawares_header #header_img, body.your-action-plan-worksheets #content_dashboard .beawares_header #header_img, body.beawares-assessment-results #content_dashboard .beawares_header #header_img, body.beawares-post-assessment-results #content_dashboard .beawares_header #header_img, body.beawares-emissions #content_dashboard .beawares_header #header_img {
  width: 90%;
  margin: 0 auto;
}
body.user-dashboard #content_dashboard h2, body.beawares-dashboard #content_dashboard h2, body.your-action-plan-worksheets #content_dashboard h2, body.beawares-assessment-results #content_dashboard h2, body.beawares-post-assessment-results #content_dashboard h2, body.beawares-emissions #content_dashboard h2 {
  text-align: center;
  padding: 2rem 0;
}
body.user-dashboard #content_dashboard #results_intro, body.beawares-dashboard #content_dashboard #results_intro, body.your-action-plan-worksheets #content_dashboard #results_intro, body.beawares-assessment-results #content_dashboard #results_intro, body.beawares-post-assessment-results #content_dashboard #results_intro, body.beawares-emissions #content_dashboard #results_intro {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  font-size: 1.4rem;
}
body.user-dashboard #content_dashboard #results_copy, body.beawares-dashboard #content_dashboard #results_copy, body.your-action-plan-worksheets #content_dashboard #results_copy, body.beawares-assessment-results #content_dashboard #results_copy, body.beawares-post-assessment-results #content_dashboard #results_copy, body.beawares-emissions #content_dashboard #results_copy {
  color: #29ABE3;
  font-weight: bold;
  padding: 1rem 0;
}
body.user-dashboard #content_dashboard #results_detail, body.beawares-dashboard #content_dashboard #results_detail, body.your-action-plan-worksheets #content_dashboard #results_detail, body.beawares-assessment-results #content_dashboard #results_detail, body.beawares-post-assessment-results #content_dashboard #results_detail, body.beawares-emissions #content_dashboard #results_detail {
  padding-bottom: 4rem;
}
body.user-dashboard #content_dashboard #results_detail .bwr_category h3, body.beawares-dashboard #content_dashboard #results_detail .bwr_category h3, body.your-action-plan-worksheets #content_dashboard #results_detail .bwr_category h3, body.beawares-assessment-results #content_dashboard #results_detail .bwr_category h3, body.beawares-post-assessment-results #content_dashboard #results_detail .bwr_category h3, body.beawares-emissions #content_dashboard #results_detail .bwr_category h3 {
  cursor: pointer;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: black;
  background: #92CD79;
  padding: 0.3rem 1rem 0.2rem 1rem;
  margin-bottom: 0;
  margin-left: 0 !important;
  display: flex;
  justify-content: space-between;
}
body.user-dashboard #content_dashboard #results_detail .bwr_category h3:after, body.beawares-dashboard #content_dashboard #results_detail .bwr_category h3:after, body.your-action-plan-worksheets #content_dashboard #results_detail .bwr_category h3:after, body.beawares-assessment-results #content_dashboard #results_detail .bwr_category h3:after, body.beawares-post-assessment-results #content_dashboard #results_detail .bwr_category h3:after, body.beawares-emissions #content_dashboard #results_detail .bwr_category h3:after {
  color: black;
  content: "+";
}
body.user-dashboard #content_dashboard #results_detail .cat_body .sub_questions, body.beawares-dashboard #content_dashboard #results_detail .cat_body .sub_questions, body.your-action-plan-worksheets #content_dashboard #results_detail .cat_body .sub_questions, body.beawares-assessment-results #content_dashboard #results_detail .cat_body .sub_questions, body.beawares-post-assessment-results #content_dashboard #results_detail .cat_body .sub_questions, body.beawares-emissions #content_dashboard #results_detail .cat_body .sub_questions {
  display: none;
}
body.user-dashboard #content_dashboard #results_detail .cat_body .bwr_header_wrap, body.beawares-dashboard #content_dashboard #results_detail .cat_body .bwr_header_wrap, body.your-action-plan-worksheets #content_dashboard #results_detail .cat_body .bwr_header_wrap, body.beawares-assessment-results #content_dashboard #results_detail .cat_body .bwr_header_wrap, body.beawares-post-assessment-results #content_dashboard #results_detail .cat_body .bwr_header_wrap, body.beawares-emissions #content_dashboard #results_detail .cat_body .bwr_header_wrap {
  display: flex;
}
body.user-dashboard #content_dashboard #results_detail .cat_body .bwr_header_wrap .bwr_spacer, body.beawares-dashboard #content_dashboard #results_detail .cat_body .bwr_header_wrap .bwr_spacer, body.your-action-plan-worksheets #content_dashboard #results_detail .cat_body .bwr_header_wrap .bwr_spacer, body.beawares-assessment-results #content_dashboard #results_detail .cat_body .bwr_header_wrap .bwr_spacer, body.beawares-post-assessment-results #content_dashboard #results_detail .cat_body .bwr_header_wrap .bwr_spacer, body.beawares-emissions #content_dashboard #results_detail .cat_body .bwr_header_wrap .bwr_spacer {
  width: 70%;
}
body.user-dashboard #content_dashboard #results_detail .cat_body .bwr_header_wrap .bwr_headers, body.beawares-dashboard #content_dashboard #results_detail .cat_body .bwr_header_wrap .bwr_headers, body.your-action-plan-worksheets #content_dashboard #results_detail .cat_body .bwr_header_wrap .bwr_headers, body.beawares-assessment-results #content_dashboard #results_detail .cat_body .bwr_header_wrap .bwr_headers, body.beawares-post-assessment-results #content_dashboard #results_detail .cat_body .bwr_header_wrap .bwr_headers, body.beawares-emissions #content_dashboard #results_detail .cat_body .bwr_header_wrap .bwr_headers {
  width: 30%;
  display: flex;
  padding-top: 0.5rem;
  justify-content: flex-end;
}
body.user-dashboard #content_dashboard #results_detail .cat_body .bwr_header_wrap .bwr_headers .pre_header, body.user-dashboard #content_dashboard #results_detail .cat_body .bwr_header_wrap .bwr_headers .post_header, body.beawares-dashboard #content_dashboard #results_detail .cat_body .bwr_header_wrap .bwr_headers .pre_header, body.beawares-dashboard #content_dashboard #results_detail .cat_body .bwr_header_wrap .bwr_headers .post_header, body.your-action-plan-worksheets #content_dashboard #results_detail .cat_body .bwr_header_wrap .bwr_headers .pre_header, body.your-action-plan-worksheets #content_dashboard #results_detail .cat_body .bwr_header_wrap .bwr_headers .post_header, body.beawares-assessment-results #content_dashboard #results_detail .cat_body .bwr_header_wrap .bwr_headers .pre_header, body.beawares-assessment-results #content_dashboard #results_detail .cat_body .bwr_header_wrap .bwr_headers .post_header, body.beawares-post-assessment-results #content_dashboard #results_detail .cat_body .bwr_header_wrap .bwr_headers .pre_header, body.beawares-post-assessment-results #content_dashboard #results_detail .cat_body .bwr_header_wrap .bwr_headers .post_header, body.beawares-emissions #content_dashboard #results_detail .cat_body .bwr_header_wrap .bwr_headers .pre_header, body.beawares-emissions #content_dashboard #results_detail .cat_body .bwr_header_wrap .bwr_headers .post_header {
  width: 50%;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}
body.user-dashboard #content_dashboard #results_detail .cat_body ul, body.beawares-dashboard #content_dashboard #results_detail .cat_body ul, body.your-action-plan-worksheets #content_dashboard #results_detail .cat_body ul, body.beawares-assessment-results #content_dashboard #results_detail .cat_body ul, body.beawares-post-assessment-results #content_dashboard #results_detail .cat_body ul, body.beawares-emissions #content_dashboard #results_detail .cat_body ul {
  padding-left: 0px;
}
body.user-dashboard #content_dashboard #results_detail .cat_body ul li, body.beawares-dashboard #content_dashboard #results_detail .cat_body ul li, body.your-action-plan-worksheets #content_dashboard #results_detail .cat_body ul li, body.beawares-assessment-results #content_dashboard #results_detail .cat_body ul li, body.beawares-post-assessment-results #content_dashboard #results_detail .cat_body ul li, body.beawares-emissions #content_dashboard #results_detail .cat_body ul li {
  list-style-type: none;
  padding-top: 0.5rem;
}
body.user-dashboard #content_dashboard #results_detail .cat_body ul li .question_wrapper, body.beawares-dashboard #content_dashboard #results_detail .cat_body ul li .question_wrapper, body.your-action-plan-worksheets #content_dashboard #results_detail .cat_body ul li .question_wrapper, body.beawares-assessment-results #content_dashboard #results_detail .cat_body ul li .question_wrapper, body.beawares-post-assessment-results #content_dashboard #results_detail .cat_body ul li .question_wrapper, body.beawares-emissions #content_dashboard #results_detail .cat_body ul li .question_wrapper {
  display: flex;
  justify-content: space-between;
}
body.user-dashboard #content_dashboard #results_detail .cat_body ul li .question_wrapper .question, body.beawares-dashboard #content_dashboard #results_detail .cat_body ul li .question_wrapper .question, body.your-action-plan-worksheets #content_dashboard #results_detail .cat_body ul li .question_wrapper .question, body.beawares-assessment-results #content_dashboard #results_detail .cat_body ul li .question_wrapper .question, body.beawares-post-assessment-results #content_dashboard #results_detail .cat_body ul li .question_wrapper .question, body.beawares-emissions #content_dashboard #results_detail .cat_body ul li .question_wrapper .question {
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
  width: 70%;
}
body.user-dashboard #content_dashboard #results_detail .cat_body ul li .question_wrapper .units, body.beawares-dashboard #content_dashboard #results_detail .cat_body ul li .question_wrapper .units, body.your-action-plan-worksheets #content_dashboard #results_detail .cat_body ul li .question_wrapper .units, body.beawares-assessment-results #content_dashboard #results_detail .cat_body ul li .question_wrapper .units, body.beawares-post-assessment-results #content_dashboard #results_detail .cat_body ul li .question_wrapper .units, body.beawares-emissions #content_dashboard #results_detail .cat_body ul li .question_wrapper .units {
  font-size: 1rem;
  text-align: right;
  width: 30%;
  display: flex;
  justify-content: space-between;
}
body.user-dashboard #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .pre_assess, body.user-dashboard #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .post_assess, body.beawares-dashboard #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .pre_assess, body.beawares-dashboard #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .post_assess, body.your-action-plan-worksheets #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .pre_assess, body.your-action-plan-worksheets #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .post_assess, body.beawares-assessment-results #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .pre_assess, body.beawares-assessment-results #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .post_assess, body.beawares-post-assessment-results #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .pre_assess, body.beawares-post-assessment-results #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .post_assess, body.beawares-emissions #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .pre_assess, body.beawares-emissions #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .post_assess {
  width: 50%;
  text-align: center;
  text-align: left;
  padding: 0.2rem 0.2rem 0.2rem 0.5rem;
  font-size: 13px;
}
body.user-dashboard #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .pre_assess select, body.user-dashboard #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .post_assess select, body.beawares-dashboard #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .pre_assess select, body.beawares-dashboard #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .post_assess select, body.your-action-plan-worksheets #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .pre_assess select, body.your-action-plan-worksheets #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .post_assess select, body.beawares-assessment-results #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .pre_assess select, body.beawares-assessment-results #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .post_assess select, body.beawares-post-assessment-results #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .pre_assess select, body.beawares-post-assessment-results #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .post_assess select, body.beawares-emissions #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .pre_assess select, body.beawares-emissions #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .post_assess select {
  font-size: 13px;
}
body.user-dashboard #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .pre_assess, body.beawares-dashboard #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .pre_assess, body.your-action-plan-worksheets #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .pre_assess, body.beawares-assessment-results #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .pre_assess, body.beawares-post-assessment-results #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .pre_assess, body.beawares-emissions #content_dashboard #results_detail .cat_body ul li .question_wrapper .units .pre_assess {
  background-color: #71C59C;
}
body.user-dashboard #content_dashboard #results_detail .cat_body ul li .question_wrapper.main .question, body.beawares-dashboard #content_dashboard #results_detail .cat_body ul li .question_wrapper.main .question, body.your-action-plan-worksheets #content_dashboard #results_detail .cat_body ul li .question_wrapper.main .question, body.beawares-assessment-results #content_dashboard #results_detail .cat_body ul li .question_wrapper.main .question, body.beawares-post-assessment-results #content_dashboard #results_detail .cat_body ul li .question_wrapper.main .question, body.beawares-emissions #content_dashboard #results_detail .cat_body ul li .question_wrapper.main .question {
  cursor: pointer;
}
body.user-dashboard #content_dashboard #results_detail .cat_body ul li .question_wrapper.main .question:after, body.beawares-dashboard #content_dashboard #results_detail .cat_body ul li .question_wrapper.main .question:after, body.your-action-plan-worksheets #content_dashboard #results_detail .cat_body ul li .question_wrapper.main .question:after, body.beawares-assessment-results #content_dashboard #results_detail .cat_body ul li .question_wrapper.main .question:after, body.beawares-post-assessment-results #content_dashboard #results_detail .cat_body ul li .question_wrapper.main .question:after, body.beawares-emissions #content_dashboard #results_detail .cat_body ul li .question_wrapper.main .question:after {
  content: "▼";
  font-weight: bold;
}
body.user-dashboard #content_dashboard #results_detail .cat_body ul li .question_wrapper.main .question.up:after, body.beawares-dashboard #content_dashboard #results_detail .cat_body ul li .question_wrapper.main .question.up:after, body.your-action-plan-worksheets #content_dashboard #results_detail .cat_body ul li .question_wrapper.main .question.up:after, body.beawares-assessment-results #content_dashboard #results_detail .cat_body ul li .question_wrapper.main .question.up:after, body.beawares-post-assessment-results #content_dashboard #results_detail .cat_body ul li .question_wrapper.main .question.up:after, body.beawares-emissions #content_dashboard #results_detail .cat_body ul li .question_wrapper.main .question.up:after {
  content: "▲";
}
body.user-dashboard #content_dashboard #results_detail .cat_body ul ul li, body.beawares-dashboard #content_dashboard #results_detail .cat_body ul ul li, body.your-action-plan-worksheets #content_dashboard #results_detail .cat_body ul ul li, body.beawares-assessment-results #content_dashboard #results_detail .cat_body ul ul li, body.beawares-post-assessment-results #content_dashboard #results_detail .cat_body ul ul li, body.beawares-emissions #content_dashboard #results_detail .cat_body ul ul li {
  list-style-type: none;
  padding-top: 0 !important;
}
body.user-dashboard #content_dashboard #results_detail .cat_body ul ul li .question_wrapper .question, body.beawares-dashboard #content_dashboard #results_detail .cat_body ul ul li .question_wrapper .question, body.your-action-plan-worksheets #content_dashboard #results_detail .cat_body ul ul li .question_wrapper .question, body.beawares-assessment-results #content_dashboard #results_detail .cat_body ul ul li .question_wrapper .question, body.beawares-post-assessment-results #content_dashboard #results_detail .cat_body ul ul li .question_wrapper .question, body.beawares-emissions #content_dashboard #results_detail .cat_body ul ul li .question_wrapper .question {
  font-weight: normal !important;
  padding-left: 1rem;
}
body.user-dashboard #content_dashboard #results_detail .cat_body ul ul li .question_wrapper .units .pre_assess, body.beawares-dashboard #content_dashboard #results_detail .cat_body ul ul li .question_wrapper .units .pre_assess, body.your-action-plan-worksheets #content_dashboard #results_detail .cat_body ul ul li .question_wrapper .units .pre_assess, body.beawares-assessment-results #content_dashboard #results_detail .cat_body ul ul li .question_wrapper .units .pre_assess, body.beawares-post-assessment-results #content_dashboard #results_detail .cat_body ul ul li .question_wrapper .units .pre_assess, body.beawares-emissions #content_dashboard #results_detail .cat_body ul ul li .question_wrapper .units .pre_assess {
  padding-left: 1rem;
}

body.beawares-dashboard #dashboard_nav li.beawares, body.beawares-assessment-results #dashboard_nav li.beawares, body.beawares-post-assessment-results #dashboard_nav li.beawares, body.beawares-emissions #dashboard_nav li.beawares {
  margin: 0 !important;
  padding: 0 0.3rem;
}
body.beawares-dashboard #dashboard_nav li.beawares:hover, body.beawares-assessment-results #dashboard_nav li.beawares:hover, body.beawares-post-assessment-results #dashboard_nav li.beawares:hover, body.beawares-emissions #dashboard_nav li.beawares:hover {
  border: none !important;
}
body.beawares-dashboard #dashboard_nav li.beawares a, body.beawares-assessment-results #dashboard_nav li.beawares a, body.beawares-post-assessment-results #dashboard_nav li.beawares a, body.beawares-emissions #dashboard_nav li.beawares a {
  margin: 0 !important;
  padding: 0.3rem !important;
}
body.beawares-dashboard #dashboard_nav #beawares_pre_link a, body.beawares-assessment-results #dashboard_nav #beawares_pre_link a, body.beawares-post-assessment-results #dashboard_nav #beawares_pre_link a, body.beawares-emissions #dashboard_nav #beawares_pre_link a {
  background-color: rgb(113, 197, 156) !important;
}
body.beawares-dashboard #dashboard_nav #beawares_post_link a, body.beawares-assessment-results #dashboard_nav #beawares_post_link a, body.beawares-post-assessment-results #dashboard_nav #beawares_post_link a, body.beawares-emissions #dashboard_nav #beawares_post_link a {
  background-color: rgb(252, 128, 76) !important;
}
body.beawares-dashboard #dashboard_nav #beawares_progress_link a, body.beawares-assessment-results #dashboard_nav #beawares_progress_link a, body.beawares-post-assessment-results #dashboard_nav #beawares_progress_link a, body.beawares-emissions #dashboard_nav #beawares_progress_link a {
  background-color: rgb(191, 226, 58) !important;
}
body.beawares-dashboard div.instructions img, body.beawares-assessment-results div.instructions img, body.beawares-post-assessment-results div.instructions img, body.beawares-emissions div.instructions img {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}

body.your-action-plan-worksheets ul.secondary.beawares, body.sorted-tips-dashboard ul.secondary.beawares, body.user-dashboard ul.secondary.beawares {
  display: none;
}

body.sorted-tips-dashboard #dashboard_nav ul.primary li.sorted-tips-dashboard a, body.your-action-plan-worksheets #dashboard_nav ul.primary li.sorted-tips-dashboard a {
  border: 2px solid black !important;
}

body.sorted-tips-dashboard li.tip.text .title strong {
  display: none;
  text-decoration: underline;
  padding-bottom: 0.6rem;
}
body.sorted-tips-dashboard li.tip.text .title div::before {
  content: "•";
  padding-right: 15px;
}
body.sorted-tips-dashboard li.tip.new_cat.text .title strong {
  display: block;
}

body.your-action-plan-worksheets #content_dashboard, body.user-dashboard #content_dashboard {
  height: 100vh;
}

body.your-action-plan-worksheets .action_plan_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 2rem;
}
body.your-action-plan-worksheets .action_plan_wrapper .action_plan {
  width: 32%;
  margin-top: 2rem;
  width: 25%;
  display: block;
}
body.your-action-plan-worksheets .action_plan_wrapper .action_plan em {
  display: none;
}
body.your-action-plan-worksheets .action_plan_wrapper .action_plan img {
  height: fit-content !important;
}
body.your-action-plan-worksheets .action_plan_wrapper .action_plan .tip_list {
  display: none;
  width: 48% !important;
  margin-right: 0 !important;
}
body.your-action-plan-worksheets .action_plan_wrapper .tips_for_action {
  flex-wrap: wrap;
}
body.your-action-plan-worksheets .action_plan_wrapper .tips_for_action li {
  list-style-type: none;
  font-size: 17px;
  padding: 0.2rem;
  margin-top: 0.5rem;
}
body.your-action-plan-worksheets .action_plan_wrapper .tips_for_action li div.title {
  font-weight: bold;
}
body.your-action-plan-worksheets .action_plan_wrapper .tips_for_action li div.actions span {
  cursor: pointer;
  color: blue;
}
body.your-action-plan-worksheets .action_plan_wrapper .tips_for_action .submit_actions_wrapper {
  padding: 0 2rem 2rem 2rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 1.5rem;
}
body.your-action-plan-worksheets .action_plan_wrapper .tips_for_action .submit_actions_wrapper .add_action_to_going {
  padding: 0 0.4rem;
}
body.your-action-plan-worksheets .action_plan_wrapper form.actions {
  width: 75%;
}

body.beawares-assessment-results .bwr_headers {
  justify-content: flex-start !important;
}
body.beawares-assessment-results .bwr_headers .post_header, body.beawares-assessment-results .bwr_headers .post_assess {
  display: none;
}

body.beawares-dashboard #content_dashboard {
  height: 100vh;
}

body.beawares-emissions #equivalencies .equivalency_copy {
  border-bottom: 1px solid #333;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}
body.beawares-emissions #equivalencies .equivalency_copy .icon_wrapper {
  padding-top: 1rem;
  display: flex;
  justify-content: flex-start;
  height: fit-content;
  flex-wrap: wrap;
}
body.beawares-emissions #equivalencies .equivalency_copy .icon_wrapper .icon {
  height: 53px;
  width: 53px;
  margin-right: 20px;
}
body.beawares-emissions #equivalencies .equivalency_copy .icon_wrapper .divisor {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
body.beawares-emissions #equivalencies .equivalency_copy .icon_wrapper.phone {
  min-height: 130px;
  margin-bottom: 3rem;
}
body.beawares-emissions #equivalencies .equivalency_copy .icon_wrapper.phone .icon {
  height: 33px;
  width: 33px;
  margin-bottom: 0.9rem;
}
body.beawares-emissions #equivalencies .equivalency_copy .icon_wrapper.bathtub .key_icon svg {
  width: 3rem !important;
}
body.beawares-emissions #equivalencies .equivalency_copy .icon_wrapper.miles {
  margin-bottom: 2rem;
}
body.beawares-emissions #equivalencies .equivalency_copy .icon_wrapper.miles .key_icon {
  width: 7rem !important;
}
body.beawares-emissions #equivalencies .equivalency_copy .icon_wrapper.miles .key_icon svg {
  width: 5rem !important;
}
body.beawares-emissions #equivalencies .equivalency_copy .icon_wrapper.miles .icon {
  height: 33px;
  width: 123px;
}
body.beawares-emissions #equivalencies .equivalency_copy .icon_wrapper.bathtub {
  padding-bottom: 1rem;
}
body.beawares-emissions #equivalencies .equivalency_copy .icon_wrapper.bathtub .icon {
  height: 83px;
  width: 83px;
}
body.beawares-emissions #equivalencies .equivalency_copy .key_wrap {
  flex-basis: 100%;
  margin-bottom: 1.5rem;
}
body.beawares-emissions #equivalencies .equivalency_copy .key_wrap .key {
  width: 25rem;
  padding: 0.5rem 0.5rem 0 0.5rem;
  border: 1px solid #ccc;
  display: flex;
  justify-content: flex-start;
}
body.beawares-emissions #equivalencies .equivalency_copy .key_wrap .key .key_icon {
  width: 4rem;
}
body.beawares-emissions #equivalencies .equivalency_copy .key_wrap .key .key_icon svg {
  width: 2rem;
}
body.beawares-emissions #equivalencies .equivalency_copy .key_wrap .key .key_divisor {
  padding-left: 2rem;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 0.4rem;
}

.tip_list.selected {
  display: block;
}

.action_plan {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 1rem;
  font-size: 18px;
}
.action_plan .tips_for_action {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.action_plan p {
  margin-top: 1rem;
  margin-bottom: 0;
}
.action_plan em {
  font-size: 18px;
  margin-left: 1rem;
  display: block;
}
.action_plan .tip_list .arr {
  display: none;
}
.action_plan .tip_list.selected .arr {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  display: block;
  font-size: 40px;
  color: green;
}
.action_plan .tip_list {
  position: relative;
  font-size: 13px;
  margin-top: 1rem;
  margin-right: 1rem;
  width: 25%;
  list-style-type: none;
  background-color: white;
  max-height: 200px;
  margin-bottom: 2rem;
  color: #000;
  text-align: center;
  padding: 1rem;
  border: 1px solid #333;
  font-weight: bold;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
}
.action_plan .tip_list img {
  max-height: 30%;
  display: block;
  margin: 0 auto 1rem auto;
}
.action_plan .tip_list .action_nav {
  position: absolute;
  width: 100%;
  bottom: -2rem;
  left: 0;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
}
.action_plan .tip_list .action_nav .a_nav {
  cursor: pointer;
  border: 1px solid #ff8159;
  border-radius: 2px;
  background: #ff8159;
  color: white;
  padding: 0 0.3rem;
}
.action_plan .tip_list .action_nav .a_nav:hover {
  color: #ff8159;
  background: white;
}
.action_plan .actions .closer {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #333;
  background: white;
  color: black;
  padding: 0 0.5rem;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.action_plan .actions .closer:hover {
  background: wheat;
  color: red;
}
.action_plan .actions .action_inputs {
  width: 100%;
  font-weight: bold;
}
.action_plan .actions .action_inputs textarea {
  margin-bottom: 1rem;
  background-color: white;
}
.action_plan .actions .action_inputs .action {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.action_plan .actions .action_inputs .tip.action {
  margin-top: 0 !important;
}
.action_plan .actions .action_inputs .tip .value {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  padding: 2rem 0;
  color: #0C5C63;
}
.action_plan .actions .action_inputs .head, .action_plan .actions .action_inputs .value {
  width: 100%;
}
.action_plan .actions .submit_actions_wrapper {
  margin: unset;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.action_plan .actions .submit_actions_wrapper div.button {
  padding: 0 1rem;
}

form.actions {
  display: block;
  position: absolute;
  top: 4rem;
  border: 1px solid #333;
  background: white;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 1rem;
  z-index: 100;
}
form.actions .print_form {
  border: 1px solid black;
  width: fit-content;
  padding: 0 0.4rem;
  text-transform: uppercase;
  float: right;
}
form.actions .closer {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #333;
  background: white;
  color: black;
  padding: 0 0.5rem;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
form.actions .closer:hover {
  background: wheat;
  color: red;
}
form.actions .action_inputs {
  padding: 0 2rem 2rem 2rem;
}
form.actions .action_inputs .value {
  display: none;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
}
form.actions .action_inputs .value .print_only {
  display: block;
  visibility: hidden;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: normal;
}
form.actions .action_inputs .value textarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
}
form.actions .action_inputs .tip .value {
  display: block;
}
form.actions .head {
  font-weight: bold;
  font-size: 16px;
  margin: 1rem 0 0 0;
  cursor: pointer;
  background: #ccc;
  padding: 0.2rem 0.5rem;
  display: flex;
  justify-content: space-between;
}
form.actions .head:after {
  content: "▼";
  font-weight: bold;
}

@media screen and (max-width: 1313px) {
  .dashboard {
    flex-wrap: wrap;
  }
  .dashboard .tips_container {
    width: 100%;
  }
  .tip_card {
    width: auto;
    padding: 0 0.5rem;
    min-height: 0 !important;
  }
  .tip_card .tip_inner_box .art {
    padding: 1rem 1rem 0 1rem !important;
  }
  #chart_of_results {
    margin-left: 0 !important;
    height: 500px;
  }
  #chart_of_results .sorted_tips_nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #chart_of_results .sorted_tips_nav #sorted_tips_prev, #chart_of_results .sorted_tips_nav #sorted_tips_next {
    width: 50%;
  }
  .icon_wrap {
    min-width: 100px !important;
  }
}
@media screen and (max-width: 890px) {
  .dashboard {
    display: block !important;
  }
  .line_thru_h2 h2 {
    font-size: 26px !important;
  }
  #sorted_tips_prev :after, #sorted_tips_next :after {
    content: "";
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
  }
  #chart_of_results {
    margin-left: 0 !important;
  }
  #chart_of_results .chart_row .chart_cell .icon_wrap {
    min-width: 0;
  }
  #chart_of_results .chart_row .chart_cell .in_box {
    height: auto !important;
  }
  #chart_of_results .chart_row .chart_cell .in_box .info {
    display: none !important;
  }
}
/* print styles */
.print_only {
  display: none;
}

@media only print {
  .print_only {
    display: block !important;
    visibility: visible !important;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
  }
  p.instructions {
    display: none;
  }
  body.sorted-tips-dashboard #dashboard_wrapper div.elementor-column-gap-default {
    background: white !important;
  }
  body.sorted-tips-dashboard #dashboard_nav_wrapper, body.sorted-tips-dashboard .sorted_tips_header {
    display: none !important;
  }
  body.sorted-tips-dashboard .tip_card {
    display: none !important;
  }
  body.sorted-tips-dashboard .tip_list {
    display: block !important;
  }
  body.your-action-plan-worksheets * {
    background: white !important;
  }
  body.your-action-plan-worksheets #dashboard_nav_wrapper, body.your-action-plan-worksheets .action_plan_header, body.your-action-plan-worksheets .action_plan_wrapper div.title, body.your-action-plan-worksheets .action_plan_wrapper div.actions, body.your-action-plan-worksheets .action_plan img, body.your-action-plan-worksheets form.actions {
    display: none;
  }
  body.your-action-plan-worksheets .action_inputs .value.action_value {
    display: block !important;
  }
  body.your-action-plan-worksheets .action_inputs .value.action_value textarea {
    display: none !important;
  }
  body.your-action-plan-worksheets .action_plan_wrapper .tips_for_action form.actions .head:after {
    display: none;
  }
  body.your-action-plan-worksheets .print_action_worksheet {
    display: block !important;
    width: 800px !important;
    position: relative !important;
    top: unset !important;
    margin: 0 auto !important;
  }
  body.your-action-plan-worksheets .print_action_worksheet img {
    display: block !important;
    filter: grayscale(1);
    margin-bottom: 1rem;
  }
  body.your-action-plan-worksheets .print_action_worksheet .closer, body.your-action-plan-worksheets .print_action_worksheet .submit_actions_wrapper, body.your-action-plan-worksheets .print_action_worksheet .print_form {
    display: none !important;
  }
  body.your-action-plan-worksheets .print_action_worksheet .action_inputs textarea {
    display: none !important;
  }
  body.determine-sustainability-measures-you-will-take-3 {
    visibility: hidden;
  }
  body.determine-sustainability-measures-you-will-take-3 #action_form_2681 {
    display: block;
    visibility: visible;
  }
}

/*# sourceMappingURL=sust_tips.css.map */
