/**********************************************************************************************************
*                                   WELLNESS ABSOLUTES
***********************************************************************************************************/
#scorecard_drop_container_what {
  display: none;
}

#scorecard_drop_container_who {
  display: none;
}

#scorecard_drop_container_when {
  display: none;
}

#sbu_selector {
  background-color: #fff;
}

#region_selector {
  background-color: #fff;
}

#country_selector {
  background-color: #fff;
}

.comparison_report_selections {
  background-color: #00566C;
  transition: background-color 0.5s ease;
}

.comparison_report_selections:hover {
  background-color: #29A4C4;
  transition: background-color 0.5s ease;
}

.scorecard_modal {
  width: 800px;
  height: 415px;
  background-color: #fff;
  border: 2px solid #29a4c4;
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  margin: auto;
}

#wellness_leaders_table td {
  height: 40px;
  vertical-align: middle;
}

.modal_box {
  background-color: #fff;
  border: 11px solid #29A4C4;
  border-radius: 5px;
  left: 0;
  margin: auto;
  width: 780px;
  height: 290px;
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  bottom: 0;
}

.scorecard_program_thumbs {
  float: left;
  text-decoration: none !important;
}

.absolutes_up_arrow_education {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #99ca3c;
  left: 100px;
  position: relative;
  top: -15px;
}

.absolutes_up_arrow_messaging {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #99ca3c;
  left: 325px;
  position: relative;
  top: -15px;
}

.absolutes_up_arrow_event {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #99ca3c;
  left: 550px;
  position: relative;
  top: -15px;
}

.absolutes_up_arrow_foods {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #99ca3c;
  left: 775px;
  position: relative;
  top: -15px;
}

.absolutes_up_arrow_cancerscreen {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #F3732E;
  left: 70px;
  position: relative;
  top: -15px;
}

.absolutes_up_arrow_bioscreen {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #F3732E;
  left: 255px;
  position: relative;
  top: -15px;
}

.absolutes_up_arrow_exam {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #F3732E;
  left: 435px;
  position: relative;
  top: -15px;
}

.absolutes_up_arrow_vaccination {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #F3732E;
  left: 620px;
  position: relative;
  top: -15px;
}

.absolutes_up_arrow_otherscreening {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #F3732E;
  left: 800px;
  position: relative;
  top: -15px;
}

.absolutes_up_arrow_sports {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #29a4c4;
  left: 130px;
  position: relative;
  top: -15px;
}

.absolutes_up_arrow_walkrun {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #29a4c4;
  left: 430px;
  position: relative;
  top: -15px;
}

.absolutes_up_arrow_exercise {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #29a4c4;
  left: 730px;
  position: relative;
  top: -15px;
}

.absolutes_up_arrow_stresseducation {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #8f2e90;
  left: 130px;
  position: relative;
  top: -15px;
}

.absolutes_up_arrow_stressmessaging {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #8f2e90;
  left: 430px;
  position: relative;
  top: -15px;
}

.absolutes_up_arrow_stressevent {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #8f2e90;
  left: 730px;
  position: relative;
  top: -15px;
}

#thanks_for_suggestions_modal {
  display: none;
}

#upload_newletter {
  display: none;
}

#download_comparison_report {
  display: none;
}

#scorecard_nav_icon_leader_modal {
  display: none;
}

#send_email_leader_content {
  display: none;
}

#wellness_leaders_content {
  display: none;
}

#edit_wellness_leaders_modal {
  display: none;
}

#dont_see_program_modal {
  display: none;
}

#absolutes_secondary_nav {
  display: none;
}

#absolutes_category_education_options {
  display: none;
}

#absolutes_category_messaging_options {
  display: none;
}

#absolutes_category_event_options {
  display: none;
}

#absolutes_category_foods_options {
  display: none;
}

#absolutes_category_cancerscreen_options {
  display: none;
}

#absolutes_category_bioscreen_options {
  display: none;
}

#absolutes_category_exam_options {
  display: none;
}

#absolutes_category_vaccination_options {
  display: none;
}

#absolutes_category_otherscreening_options {
  display: none;
}

#absolutes_category_sports_options {
  display: none;
}

#absolutes_category_walkrun_options {
  display: none;
}

#absolutes_category_exercise_options {
  display: none;
}

#absolutes_category_education_options {
  display: none;
}

#absolutes_category_messaging_options {
  display: none;
}

#absolutes_category_event_options {
  display: none;
}

#absolutes_category_stresseducation_options {
  display: none;
}

#absolutes_category_stressmessaging_options {
  display: none;
}

#absolutes_category_stressevent_options {
  display: none;
}

#absolutes_nutrition_options {
  display: none;
}

#absolutes_screening_options {
  display: none;
}

#absolutes_activity_options {
  display: none;
}

#absolutes_stress_options {
  display: none;
}

#scorecard_video_modal_container {
  display: none;
}

#scorecard_site_selection_drop {
  display: none;
}

#show_more_entries {
  display: none;
}

#wrong_file_type {
  display: none;
}

#no_file_uploaded {
  display: none;
}

#file_upload_success {
  display: none;
}

#file_to_big {
  display: none;
}

#load_scorecard_event_materials {
  display: none;
}

#scorecard_support_materials {
  display: none;
}

#all_scorecard_notes {
  display: none;
}

#scorecard_support_materials_content_addrow {
  display: none;
}

#scorecard_notes_content_addrow {
  display: none;
}

.scorecard_tiles {
  display: none;
}


#scorecard_tour_video_modal_bkd {
  position: fixed;
  z-index: 9998;
  background-color: #000;
  opacity: .7;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: none;
}

#scorecard_tour_modal_window {
  width: 828px;
  height: 510px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #29a4c4;
  margin: auto;
  border-radius: 5px;
}

#scorecard_tour_modal_window_close_container {
  width: 100%;
  height: 35px;
  margin: 0 auto;
  padding: 0;
}

#scorecard_tour_modal_window_close_container h2 {
  color: #fff;
  font-weight: normal;
  float: left;
  padding: 0;
  margin: 5px 0 5px 0;
  line-height: 1.5;
}

.scorecard_tour_modal_window_close {
  text-align: right;
  margin: 0 20px 0 0;
  padding: 0 0 0 0;
  line-height: 1;
  font-size: 40px;
  float: right;
}

.scorecard_tour_modal_window_close a {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}

.scorecard_tour_modal_window_close a:hover {
  text-decoration: none;
  color: #fff;
  opacity: .7;
}

#scorecard_tour_video {
  border-radius: 3px;
  background-color: #EBEBEB;
  padding: 5px;
}

#scorecard_tour_modal_video_container {
  width: 776px;
  height: 432px;
  margin: 0 auto;
}




#scorecard_site_selection_drop h1:hover {
  background-color: #00566C;
  cursor: pointer;
  transition: background-color 0.5s ease;
}

.scorecard_site_selection_drop_container {
  width: 120px;
  height: 35px;
  background-color: #29A4C4;
  cursor: pointer;
  transition: background-color 0.5s ease;
}

.scorecard_site_selection_drop_container:hover {
  width: 120px;
  height: 35px;
  background-color: #00566C;
  cursor: pointer;
  transition: background-color 0.5s ease;
}

.NOO_enter_weight_buttons {
  display: none;
  width: 120px;
  height: 35px;
  background-color: #29A4C4;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.5s ease;
  margin: 10px 0 0 10px;
  font-size: 13px;
  text-align: center;
  line-height: 2.5;
}

.NOO_enter_weight_buttons:hover {
  width: 120px;
  height: 35px;
  background-color: #00566C;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.5s ease;
  margin: 10px 0 0 10px;
  font-size: 13px;
  text-align: center;
  line-height: 2.5;
}

#NOO_enter_weight_content {
  display: none;
  margin-top: 20px;
}

.NOO_enter_weight_header {
  width: 910px;
  height: 40px;
  margin: 0 auto;
  background-color: #29A4C4;
}

#NOO_enter_weight_info {
  width: 910px;
  margin: 0 auto;
  display: none;
}

.search_employee_input_icon_mag {
  width: 30px;
  height: 30px;
  background: url(../images/challenges/mag_glass.png) no-repeat center #7b7b7b;
}

.NOO_add_weight_btns {
  width: 155px;
  height: 30px;
  background-color: #cbcbcb;
  float: left;
  margin: 5px 10px 0 0;
  color: white;
  text-align: center;
  border: none;
}

.NOO_submit_weight_btns {
  width: 100px;
  height: 30px;
  background-color: #29a4c4;
  float: left;
  margin: 5px 10px 0 0;
  color: white;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.5s ease;
  cursor: pointer;
}

.NOO_submit_weight_btns:hover {
  width: 100px;
  height: 30px;
  background-color: #00566C;
  float: left;
  margin: 5px 10px 0 0;
  color: white;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.5s ease;
  cursor: pointer;
}


.NOO_employee_entries {
  opacity: 1;
  border-bottom: 2px solid #cbcbcb;
  border-left: 2px solid #cbcbcb;
  border-right: 2px solid #cbcbcb;
}

.NOO_employee_entries:hover {
  opacity: .8;
  border-bottom: 2px solid #cbcbcb;
  border-left: 2px solid #cbcbcb;
  border-right: 2px solid #cbcbcb;
}

.NOO_enter_weight_modal {
  width: 300px;
  height: 100px;
  background-color: #fff;
  border: 2px solid #99ca3c;
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  margin: auto;
  display: block;
}

.NOO_enter_weight_modal_header {
  width: 100%;
  height: 35px;
  background-color: #99ca3c;
}

.NOO_edit_employee_info_modal {
  width: 950px;
  height: 215px;
  background-color: #fff;
  border: 2px solid #99ca3c;
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  margin: auto;
  display: block;
}

.NOO_edit_employee_info_modal_header {
  width: 100%;
  height: 35px;
  background-color: #99ca3c;
}

#NOO_edit_employee_info {
  display: none;
}


#NOO_enter_start_weight_modal {
  display: none;
  height: 90px;
}

#NOO_enter_end_weight_modal {
  display: none;
  height: 90px;
}

#NOO_enter_start_weight_table {
  background-color: #29A4C4;
  transition: background-color 0.5s ease;
  cursor: pointer;
}

#NOO_enter_start_weight_table:hover {
  background-color: #00566C;
  transition: background-color 0.5s ease;
  cursor: pointer;
}

#NOO_enter_end_weight_table {
  background-color: #29A4C4;
  transition: background-color 0.5s ease;
  cursor: pointer;
}

#NOO_enter_end_weight_table:hover {
  background-color: #00566C;
  transition: background-color 0.5s ease;
  cursor: pointer;
}

#NOO_add_employee_drop {
  display: none;
  left: 190px;
  width: 390px;
  border: 1px solid #cbcbcb;
  margin-top: 3px;
  position: absolute;
  z-index: 2;
}

.NOO_add_employee_search_row {
  position: relative;
  transition: background-color 0.5s ease;
}

.NOO_add_employee_search_row:hover {
  position: relative;
  background-color: #F2F2F2;
  transition: background-color 0.5s ease;
}



.group-span-filestyle {
  background-color: #adadad;
  color: #fff;
  font-size: 12px;
  padding: 7px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}

.submit_materials {
  border: none;
  background-color: #29A4C4;
  color: #fff;
  font-size: 12px;
  padding: 9px;
}

#add_program_content_wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

#add_program_content {
  width: 600px;
  margin: 105px auto;
}

#add_program_mast {
  width: 960px;
  margin: 0 auto;
  height: 200px;
  position: relative;
  z-index: 1
}

#add_program_mast_content {
  width: 600px;
  height: 200px;
  margin: -60px auto;
  position: relative;
  z-index: 2;
}

.add_program_mast_text {
  width: 440px;
}

#scorecard_add_program_form {
  position: relative;
  z-index: 5;
}

.scorecard_add_program_form_input_text input {
  width: 615px;
  padding-left: 5px;
}

.scorecard_add_program_form_input_text textarea {
  width: 615px;
  padding-left: 5px;
}


.upload_messages {
  width: 500px;
  height: 60px;
  background-color: #fff;
  border: 2px solid #29a4c4;
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.upload_messages_left {
  float: left;
  width: 15%;
  height: 100%;
  background-color: #95E9FF;
}

.upload_messages_right {
  float: left;
  width: 85%;
  height: 100%;
  background-color: #29a4c4;
}



.scorecard_program_icon {
  width: 140px;
  height: 140px;
}

.scorecard_notes {
  width: 650px;
}

.scorecard_note_posting_header {
  border-bottom: 2px solid #29a4c4;
}

.scorecard_support_materials_thumb {
  width: 100px;
  height: 100px;
}

.scorecard_support_materials_content {
  width: 830px;
  padding-left: 70px;
  overflow: hidden;
}

.scorecard_support_materials_thumb_container {
  float: left;
  margin-top: 15px;
  margin-right: 23px;
}



.scorecard_upload_btn {
  height: 40px;
  width: 150px;
}

.scorecard_upload_btn input {
  width: 100%;
  height: 100%;
  background: transparent;
  text-align: center;
  border: none;
  color: #fff;
}

.scorecard_upload_btn p {
  width: 100%;
  height: 100%;
  line-height: 3;
  color: #fff;
  text-align: center;
}

.scorecard_submit_btn {
  height: 40px;
  width: 150px;
}

.scorecard_submit_btn p {
  width: 100%;
  height: 100%;
  line-height: 3;
  color: #fff;
  text-align: center;
}

.pts_structure_left_col {
  width: 140px;
  height:
}

.assigning_points_content {
  width: 760px;
  height: 390px;
  margin: 15px auto;
}

.pts_structure_col {
  width: 240px;
  height: 335px;
  background-color: #eeeeee;
  margin-right: 18px;
  border-bottom: 10px solid #ade1ef;
}

.pts_structure_top {
  height: 65px;
  width: 100%;
  background-color: #ade1ef;
}

.pts_structure_top h1 {
  height: 50px;
  background-color: #29A4C4;
  text-align: center;
  font-size: 18px;
}

.pts_structure_bottom {}

.scorecard_header {
  width: 960px;
  margin: 0 auto;
  background-color: #29a4c4;
  height: 40px;
  position: relative;
  box-shadow: 0px 0px 10px 0px #666;
}

.absolutes_tiles_container {
  width: 920px;
  margin-top: 20px
}

.absolutes_tiles_row {
  width: 100%;
}

.absolutes_tile {
  width: 220px;
  height: 125px;
  float: left;
  margin-right: 12px;
  cursor: pointer;
}


/*ENGLISH*/
#absolutes_screenings_tile {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/absolute_squares_screening.png);
  background-repeat: no-repeat;
}

#absolutes_screenings_tile:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/absolute_squares_screening.png);
  background-repeat: no-repeat;
  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_screenings_tile a {
  display: block;
  height: 125px;
}

#absolutes_screenings_tile:hover {
  height: 180px;
}

#absolutes_activity_tile {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/absolute_squares_exercise.png);
  background-repeat: no-repeat;
}

#absolutes_activity_tile:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/absolute_squares_exercise.png);
  background-repeat: no-repeat;
  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_activity_tile a {
  display: block;
  height: 125px;
}

#absolutes_activity_tile:hover {
  height: 180px;
}

#absolutes_stress_tile {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/absolute_squares_stress.png);
  background-repeat: no-repeat;
}

#absolutes_stress_tile:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/absolute_squares_stress.png);
  background-repeat: no-repeat;
  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_stress_tile a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_stress_tile:hover {
  height: 180px;
}

#absolutes_nutrition_tile {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/absolute_squares_nutrition.png);
  background-repeat: no-repeat;
}

#absolutes_nutrition_tile:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/absolute_squares_nutrition.png);
  background-repeat: no-repeat;
  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_nutrition_tile a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_nutrition_tile:hover {
  height: 180px;
}



/*AR*/
#absolutes_screenings_tile_AR {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_AR.png);
  background-repeat: no-repeat;
}

#absolutes_screenings_tile_AR:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_AR.png);
  background-repeat: no-repeat;
  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_screenings_tile_AR a {
  display: block;
  height: 125px;
}

#absolutes_screenings_tile_AR:hover {
  height: 180px;
}

#absolutes_activity_tile_AR {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_AR.png);
  background-repeat: no-repeat;
}

#absolutes_activity_tile_AR:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_AR.png);
  background-repeat: no-repeat;
  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_activity_tile_AR a {
  display: block;
  height: 125px;
}

#absolutes_activity_tile_AR:hover {
  height: 180px;
}

#absolutes_stress_tile_AR {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_AR.png);
  background-repeat: no-repeat;
}

#absolutes_stress_tile_AR:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_AR.png);
  background-repeat: no-repeat;
  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_stress_tile_AR a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_stress_tile_AR:hover {
  height: 180px;
}

#absolutes_nutrition_tile_AR {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_AR.png);
  background-repeat: no-repeat;
}

#absolutes_nutrition_tile_AR:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_AR.png);
  background-repeat: no-repeat;
  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_nutrition_tile_AR a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_nutrition_tile_AR:hover {
  height: 180px;
}




/*BPT*/
#absolutes_screenings_tile_BPT {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_BPT.png);
  background-repeat: no-repeat;
}

#absolutes_screenings_tile_BPT:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_BPT.png);
  background-repeat: no-repeat;
  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_screenings_tile_BPT a {
  display: block;
  height: 125px;
}

#absolutes_screenings_tile_BPT:hover {
  height: 180px;
}

#absolutes_activity_tile_BPT {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_BPT.png);
  background-repeat: no-repeat;
}

#absolutes_activity_tile_BPT:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_BPT.png);
  background-repeat: no-repeat;
  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_activity_tile_BPT a {
  display: block;
  height: 125px;
}

#absolutes_activity_tile_BPT:hover {
  height: 180px;
}

#absolutes_stress_tile_BPT {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_BPT.png);
  background-repeat: no-repeat;
}

#absolutes_stress_tile_BPT:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_BPT.png);
  background-repeat: no-repeat;
  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_stress_tile_BPT a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_stress_tile_BPT:hover {
  height: 180px;
}

#absolutes_nutrition_tile_BPT {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_BPT.png);
  background-repeat: no-repeat;
}

#absolutes_nutrition_tile_BPT:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_BPT.png);
  background-repeat: no-repeat;
  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_nutrition_tile_BPT a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_nutrition_tile_BPT:hover {
  height: 180px;
}


/*EPT*/
#absolutes_screenings_tile_EPT {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_EPT.png);
  background-repeat: no-repeat;
}

#absolutes_screenings_tile_EPT:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_EPT.png);
  background-repeat: no-repeat;
  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_screenings_tile_EPT a {
  display: block;
  height: 125px;
}

#absolutes_screenings_tile_EPT:hover {
  height: 180px;
}

#absolutes_activity_tile_EPT {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_EPT.png);
  background-repeat: no-repeat;
}

#absolutes_activity_tile_EPT:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_EPT.png);
  background-repeat: no-repeat;
  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_activity_tile_EPT a {
  display: block;
  height: 125px;
}

#absolutes_activity_tile_EPT:hover {
  height: 180px;
}

#absolutes_stress_tile_EPT {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_EPT.png);
  background-repeat: no-repeat;
}

#absolutes_stress_tile_EPT:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_EPT.png);
  background-repeat: no-repeat;
  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_stress_tile_EPT a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_stress_tile_EPT:hover {
  height: 180px;
}

#absolutes_nutrition_tile_EPT {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_EPT.png);
  background-repeat: no-repeat;
}

#absolutes_nutrition_tile_EPT:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_EPT.png);
  background-repeat: no-repeat;
  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_nutrition_tile_EPT a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_nutrition_tile_EPT:hover {
  height: 180px;
}



/*CZ*/
#absolutes_screenings_tile_CZ {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_CZ.png);
  background-repeat: no-repeat;
}

#absolutes_screenings_tile_CZ:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_CZ.png);
  background-repeat: no-repeat;
  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_screenings_tile_CZ a {
  display: block;
  height: 125px;
}

#absolutes_screenings_tile_CZ:hover {
  height: 180px;
}

#absolutes_activity_tile_CZ {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_CZ.png);
  background-repeat: no-repeat;
}

#absolutes_activity_tile_CZ:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_CZ.png);
  background-repeat: no-repeat;
  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_activity_tile_CZ a {
  display: block;
  height: 125px;
}

#absolutes_activity_tile_CZ:hover {
  height: 180px;
}

#absolutes_stress_tile_CZ {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_CZ.png);
  background-repeat: no-repeat;
}

#absolutes_stress_tile_CZ:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_CZ.png);
  background-repeat: no-repeat;
  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_stress_tile_CZ a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_stress_tile_CZ:hover {
  height: 180px;
}

#absolutes_nutrition_tile_CZ {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_CZ.png);
  background-repeat: no-repeat;
}

#absolutes_nutrition_tile_CZ:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_CZ.png);
  background-repeat: no-repeat;
  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_nutrition_tile_CZ a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_nutrition_tile_CZ:hover {
  height: 180px;
}


/*DE*/
#absolutes_screenings_tile_DE {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_DE.png);
  background-repeat: no-repeat;
}

#absolutes_screenings_tile_DE:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_DE.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_screenings_tile_DE a {
  display: block;
  height: 125px;
}

#absolutes_screenings_tile_DE:hover {
  height: 180px;
}

#absolutes_activity_tile_DE {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_DE.png);
  background-repeat: no-repeat;
}

#absolutes_activity_tile_DE:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_DE.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_activity_tile_DE a {
  display: block;
  height: 125px;
}

#absolutes_activity_tile_DE:hover {
  height: 180px;
}

#absolutes_stress_tile_DE {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_DE.png);
  background-repeat: no-repeat;
}

#absolutes_stress_tile_DE:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_DE.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_stress_tile_DE a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_stress_tile_DE:hover {
  height: 180px;
}

#absolutes_nutrition_tile_DE {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_DE.png);
  background-repeat: no-repeat;
}

#absolutes_nutrition_tile_DE:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_DE.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_nutrition_tile_DE a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_nutrition_tile_DE:hover {
  height: 180px;
}


/*DN*/
#absolutes_screenings_tile_DN {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_DN.png);
  background-repeat: no-repeat;
}

#absolutes_screenings_tile_DN:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_DN.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_screenings_tile_DN a {
  display: block;
  height: 125px;
}

#absolutes_screenings_tile_DN:hover {
  height: 180px;
}

#absolutes_activity_tile_DN {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_DN.png);
  background-repeat: no-repeat;
}

#absolutes_activity_tile_DN:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_DN.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_activity_tile_DN a {
  display: block;
  height: 125px;
}

#absolutes_activity_tile_DN:hover {
  height: 180px;
}

#absolutes_stress_tile_DN {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_DN.png);
  background-repeat: no-repeat;
}

#absolutes_stress_tile_DN:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_DN.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_stress_tile_DN a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_stress_tile_DN:hover {
  height: 180px;
}

#absolutes_nutrition_tile_DN {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_DN.png);
  background-repeat: no-repeat;
}

#absolutes_nutrition_tile_DN:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_DN.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_nutrition_tile_DN a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_nutrition_tile_DN:hover {
  height: 180px;
}



/*ESE*/
#absolutes_screenings_tile_ESE {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_ESE.png);
  background-repeat: no-repeat;
}

#absolutes_screenings_tile_ESE:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_ESE.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_screenings_tile_ESE a {
  display: block;
  height: 125px;
}

#absolutes_screenings_tile_ESE:hover {
  height: 180px;
}

#absolutes_activity_tile_ESE {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_ESE.png);
  background-repeat: no-repeat;
}

#absolutes_activity_tile_ESE:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_ESE.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_activity_tile_ESE a {
  display: block;
  height: 125px;
}

#absolutes_activity_tile_ESE:hover {
  height: 180px;
}

#absolutes_stress_tile_ESE {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_ESE.png);
  background-repeat: no-repeat;
}

#absolutes_stress_tile_ESE:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_ESE.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_stress_tile_ESE a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_stress_tile_ESE:hover {
  height: 180px;
}

#absolutes_nutrition_tile_ESE {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_ESE.png);
  background-repeat: no-repeat;
}

#absolutes_nutrition_tile_ESE:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_ESE.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_nutrition_tile_ESE a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_nutrition_tile_ESE:hover {
  height: 180px;
}



/*ESM*/
#absolutes_screenings_tile_ESM {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_ESM.png);
  background-repeat: no-repeat;
}

#absolutes_screenings_tile_ESM:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_ESM.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_screenings_tile_ESM a {
  display: block;
  height: 125px;
}

#absolutes_screenings_tile_ESM:hover {
  height: 180px;
}

#absolutes_activity_tile_ESM {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_ESM.png);
  background-repeat: no-repeat;
}

#absolutes_activity_tile_ESM:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_ESM.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_activity_tile_ESM a {
  display: block;
  height: 125px;
}

#absolutes_activity_tile_ESM:hover {
  height: 180px;
}

#absolutes_stress_tile_ESM {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_ESM.png);
  background-repeat: no-repeat;
}

#absolutes_stress_tile_ESM:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_ESM.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_stress_tile_ESM a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_stress_tile_ESM:hover {
  height: 180px;
}

#absolutes_nutrition_tile_ESM {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_ESM.png);
  background-repeat: no-repeat;
}

#absolutes_nutrition_tile_ESM:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_ESM.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_nutrition_tile_ESM a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_nutrition_tile_ESM:hover {
  height: 180px;
}


/*FR*/
#absolutes_screenings_tile_FR {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_FR.png);
  background-repeat: no-repeat;
}

#absolutes_screenings_tile_FR:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_FR.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_screenings_tile_FR a {
  display: block;
  height: 125px;
}

#absolutes_screenings_tile_FR:hover {
  height: 180px;
}

#absolutes_activity_tile_FR {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_FR.png);
  background-repeat: no-repeat;
}

#absolutes_activity_tile_FR:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_FR.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_activity_tile_FR a {
  display: block;
  height: 125px;
}

#absolutes_activity_tile_FR:hover {
  height: 180px;
}

#absolutes_stress_tile_FR {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_FR.png);
  background-repeat: no-repeat;
}

#absolutes_stress_tile_FR:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_FR.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_stress_tile_FR a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_stress_tile_FR:hover {
  height: 180px;
}

#absolutes_nutrition_tile_FR {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_FR.png);
  background-repeat: no-repeat;
}

#absolutes_nutrition_tile_FR:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_FR.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_nutrition_tile_FR a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_nutrition_tile_FR:hover {
  height: 180px;
}


/*FRC*/
#absolutes_screenings_tile_FRC {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_FRC.png);
  background-repeat: no-repeat;
}

#absolutes_screenings_tile_FRC:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_FRC.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_screenings_tile_FRC a {
  display: block;
  height: 125px;
}

#absolutes_screenings_tile_FRC:hover {
  height: 180px;
}

#absolutes_activity_tile_FRC {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_FRC.png);
  background-repeat: no-repeat;
}

#absolutes_activity_tile_FRC:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_FRC.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_activity_tile_FRC a {
  display: block;
  height: 125px;
}

#absolutes_activity_tile_FRC:hover {
  height: 180px;
}

#absolutes_stress_tile_FRC {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_FRC.png);
  background-repeat: no-repeat;
}

#absolutes_stress_tile_FRC:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_FRC.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_stress_tile_FRC a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_stress_tile_FRC:hover {
  height: 180px;
}

#absolutes_nutrition_tile_FRC {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_FRC.png);
  background-repeat: no-repeat;
}

#absolutes_nutrition_tile_FRC:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_FRC.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_nutrition_tile_FRC a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_nutrition_tile_FRC:hover {
  height: 180px;
}


/*HU*/
#absolutes_screenings_tile_HU {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_HU.png);
  background-repeat: no-repeat;
}

#absolutes_screenings_tile_HU:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_HU.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_screenings_tile_HU a {
  display: block;
  height: 125px;
}

#absolutes_screenings_tile_HU:hover {
  height: 180px;
}

#absolutes_activity_tile_HU {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_HU.png);
  background-repeat: no-repeat;
}

#absolutes_activity_tile_HU:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_HU.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_activity_tile_HU a {
  display: block;
  height: 125px;
}

#absolutes_activity_tile_HU:hover {
  height: 180px;
}

#absolutes_stress_tile_HU {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_HU.png);
  background-repeat: no-repeat;
}

#absolutes_stress_tile_HU:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_HU.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_stress_tile_HU a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_stress_tile_HU:hover {
  height: 180px;
}

#absolutes_nutrition_tile_HU {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_HU.png);
  background-repeat: no-repeat;
}

#absolutes_nutrition_tile_HU:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_HU.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_nutrition_tile_HU a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_nutrition_tile_HU:hover {
  height: 180px;
}


/*ID*/
#absolutes_screenings_tile_ID {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_ID.png);
  background-repeat: no-repeat;
}

#absolutes_screenings_tile_ID:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_ID.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_screenings_tile_ID a {
  display: block;
  height: 125px;
}

#absolutes_screenings_tile_ID:hover {
  height: 180px;
}

#absolutes_activity_tile_ID {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_ID.png);
  background-repeat: no-repeat;
}

#absolutes_activity_tile_ID:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_ID.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_activity_tile_ID a {
  display: block;
  height: 125px;
}

#absolutes_activity_tile_ID:hover {
  height: 180px;
}

#absolutes_stress_tile_ID {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_ID.png);
  background-repeat: no-repeat;
}

#absolutes_stress_tile_ID:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_ID.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_stress_tile_ID a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_stress_tile_ID:hover {
  height: 180px;
}

#absolutes_nutrition_tile_ID {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_ID.png);
  background-repeat: no-repeat;
}

#absolutes_nutrition_tile_ID:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_ID.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_nutrition_tile_ID a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_nutrition_tile_ID:hover {
  height: 180px;
}


/*IT*/
#absolutes_screenings_tile_IT {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_IT.png);
  background-repeat: no-repeat;
}

#absolutes_screenings_tile_IT:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_IT.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_screenings_tile_IT a {
  display: block;
  height: 125px;
}

#absolutes_screenings_tile_IT:hover {
  height: 180px;
}

#absolutes_activity_tile_IT {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_IT.png);
  background-repeat: no-repeat;
}

#absolutes_activity_tile_IT:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_IT.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_activity_tile_IT a {
  display: block;
  height: 125px;
}

#absolutes_activity_tile_IT:hover {
  height: 180px;
}

#absolutes_stress_tile_IT {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_IT.png);
  background-repeat: no-repeat;
}

#absolutes_stress_tile_IT:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_IT.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_stress_tile_IT a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_stress_tile_IT:hover {
  height: 180px;
}

#absolutes_nutrition_tile_IT {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_IT.png);
  background-repeat: no-repeat;
}

#absolutes_nutrition_tile_IT:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_IT.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_nutrition_tile_IT a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_nutrition_tile_IT:hover {
  height: 180px;
}



/*ID*/
#absolutes_screenings_tile_ID {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_ID.png);
  background-repeat: no-repeat;
}

#absolutes_screenings_tile_ID:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_ID.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_screenings_tile_ID a {
  display: block;
  height: 125px;
}

#absolutes_screenings_tile_ID:hover {
  height: 180px;
}

#absolutes_activity_tile_ID {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_ID.png);
  background-repeat: no-repeat;
}

#absolutes_activity_tile_ID:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_ID.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_activity_tile_ID a {
  display: block;
  height: 125px;
}

#absolutes_activity_tile_ID:hover {
  height: 180px;
}

#absolutes_stress_tile_ID {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_ID.png);
  background-repeat: no-repeat;
}

#absolutes_stress_tile_ID:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_ID.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_stress_tile_ID a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_stress_tile_ID:hover {
  height: 180px;
}

#absolutes_nutrition_tile_ID {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_ID.png);
  background-repeat: no-repeat;
}

#absolutes_nutrition_tile_ID:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_ID.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_nutrition_tile_ID a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_nutrition_tile_ID:hover {
  height: 180px;
}


/*JA*/
#absolutes_screenings_tile_JA {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_JA.png);
  background-repeat: no-repeat;
}

#absolutes_screenings_tile_JA:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_JA.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_screenings_tile_JA a {
  display: block;
  height: 125px;
}

#absolutes_screenings_tile_JA:hover {
  height: 180px;
}

#absolutes_activity_tile_JA {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_JA.png);
  background-repeat: no-repeat;
}

#absolutes_activity_tile_JA:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_JA.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_activity_tile_JA a {
  display: block;
  height: 125px;
}

#absolutes_activity_tile_JA:hover {
  height: 180px;
}

#absolutes_stress_tile_JA {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_JA.png);
  background-repeat: no-repeat;
}

#absolutes_stress_tile_JA:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_JA.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_stress_tile_JA a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_stress_tile_JA:hover {
  height: 180px;
}

#absolutes_nutrition_tile_JA {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_JA.png);
  background-repeat: no-repeat;
}

#absolutes_nutrition_tile_JA:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_JA.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_nutrition_tile_JA a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_nutrition_tile_JA:hover {
  height: 180px;
}


/*KO*/
#absolutes_screenings_tile_KO {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_KO.png);
  background-repeat: no-repeat;
}

#absolutes_screenings_tile_KO:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_KO.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_screenings_tile_KO a {
  display: block;
  height: 125px;
}

#absolutes_screenings_tile_KO:hover {
  height: 180px;
}

#absolutes_activity_tile_KO {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_KO.png);
  background-repeat: no-repeat;
}

#absolutes_activity_tile_KO:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_KO.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_activity_tile_KO a {
  display: block;
  height: 125px;
}

#absolutes_activity_tile_KO:hover {
  height: 180px;
}

#absolutes_stress_tile_KO {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_KO.png);
  background-repeat: no-repeat;
}

#absolutes_stress_tile_KO:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_KO.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_stress_tile_KO a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_stress_tile_KO:hover {
  height: 180px;
}

#absolutes_nutrition_tile_KO {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_KO.png);
  background-repeat: no-repeat;
}

#absolutes_nutrition_tile_KO:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_KO.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_nutrition_tile_KO a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_nutrition_tile_KO:hover {
  height: 180px;
}



/*MS*/
#absolutes_screenings_tile_MS {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_MS.png);
  background-repeat: no-repeat;
}

#absolutes_screenings_tile_MS:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_MS.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_screenings_tile_MS a {
  display: block;
  height: 125px;
}

#absolutes_screenings_tile_MS:hover {
  height: 180px;
}

#absolutes_activity_tile_MS {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_MS.png);
  background-repeat: no-repeat;
}

#absolutes_activity_tile_MS:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_MS.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_activity_tile_MS a {
  display: block;
  height: 125px;
}

#absolutes_activity_tile_MS:hover {
  height: 180px;
}

#absolutes_stress_tile_MS {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_MS.png);
  background-repeat: no-repeat;
}

#absolutes_stress_tile_MS:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_MS.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_stress_tile_MS a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_stress_tile_MS:hover {
  height: 180px;
}

#absolutes_nutrition_tile_MS {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_MS.png);
  background-repeat: no-repeat;
}

#absolutes_nutrition_tile_MS:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_MS.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_nutrition_tile_MS a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_nutrition_tile_MS:hover {
  height: 180px;
}



/*NL*/
#absolutes_screenings_tile_NL {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_NL.png);
  background-repeat: no-repeat;
}

#absolutes_screenings_tile_NL:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_NL.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_screenings_tile_NL a {
  display: block;
  height: 125px;
}

#absolutes_screenings_tile_NL:hover {
  height: 180px;
}

#absolutes_activity_tile_NL {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_NL.png);
  background-repeat: no-repeat;
}

#absolutes_activity_tile_NL:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_NL.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_activity_tile_NL a {
  display: block;
  height: 125px;
}

#absolutes_activity_tile_NL:hover {
  height: 180px;
}

#absolutes_stress_tile_NL {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_NL.png);
  background-repeat: no-repeat;
}

#absolutes_stress_tile_NL:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_NL.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_stress_tile_NL a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_stress_tile_NL:hover {
  height: 180px;
}

#absolutes_nutrition_tile_NL {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_NL.png);
  background-repeat: no-repeat;
}

#absolutes_nutrition_tile_NL:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_NL.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_nutrition_tile_NL a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_nutrition_tile_NL:hover {
  height: 180px;
}


/*PL*/
#absolutes_screenings_tile_PL {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_PL.png);
  background-repeat: no-repeat;
}

#absolutes_screenings_tile_PL:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_PL.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_screenings_tile_PL a {
  display: block;
  height: 125px;
}

#absolutes_screenings_tile_PL:hover {
  height: 180px;
}

#absolutes_activity_tile_PL {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_PL.png);
  background-repeat: no-repeat;
}

#absolutes_activity_tile_PL:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_PL.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_activity_tile_PL a {
  display: block;
  height: 125px;
}

#absolutes_activity_tile_PL:hover {
  height: 180px;
}

#absolutes_stress_tile_PL {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_PL.png);
  background-repeat: no-repeat;
}

#absolutes_stress_tile_PL:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_PL.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_stress_tile_PL a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_stress_tile_PL:hover {
  height: 180px;
}

#absolutes_nutrition_tile_PL {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_PL.png);
  background-repeat: no-repeat;
}

#absolutes_nutrition_tile_PL:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_PL.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_nutrition_tile_PL a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_nutrition_tile_PL:hover {
  height: 180px;
}


/*RU*/
#absolutes_screenings_tile_RU {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_RU.png);
  background-repeat: no-repeat;
}

#absolutes_screenings_tile_RU:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_RU.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_screenings_tile_RU a {
  display: block;
  height: 125px;
}

#absolutes_screenings_tile_RU:hover {
  height: 180px;
}

#absolutes_activity_tile_RU {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_RU.png);
  background-repeat: no-repeat;
}

#absolutes_activity_tile_RU:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_RU.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_activity_tile_RU a {
  display: block;
  height: 125px;
}

#absolutes_activity_tile_RU:hover {
  height: 180px;
}

#absolutes_stress_tile_RU {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_RU.png);
  background-repeat: no-repeat;
}

#absolutes_stress_tile_RU:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_RU.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_stress_tile_RU a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_stress_tile_RU:hover {
  height: 180px;
}

#absolutes_nutrition_tile_RU {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_RU.png);
  background-repeat: no-repeat;
}

#absolutes_nutrition_tile_RU:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_RU.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_nutrition_tile_RU a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_nutrition_tile_RU:hover {
  height: 180px;
}


/*TH*/
#absolutes_screenings_tile_TH {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_TH.png);
  background-repeat: no-repeat;
}

#absolutes_screenings_tile_TH:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_TH.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_screenings_tile_TH a {
  display: block;
  height: 125px;
}

#absolutes_screenings_tile_TH:hover {
  height: 180px;
}

#absolutes_activity_tile_TH {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_TH.png);
  background-repeat: no-repeat;
}

#absolutes_activity_tile_TH:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_TH.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_activity_tile_TH a {
  display: block;
  height: 125px;
}

#absolutes_activity_tile_TH:hover {
  height: 180px;
}

#absolutes_stress_tile_TH {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_TH.png);
  background-repeat: no-repeat;
}

#absolutes_stress_tile_TH:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_TH.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_stress_tile_TH a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_stress_tile_TH:hover {
  height: 180px;
}

#absolutes_nutrition_tile_TH {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_TH.png);
  background-repeat: no-repeat;
}

#absolutes_nutrition_tile_TH:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_TH.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_nutrition_tile_TH a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_nutrition_tile_TH:hover {
  height: 180px;
}


/*TR*/
#absolutes_screenings_tile_TR {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_TR.png);
  background-repeat: no-repeat;
}

#absolutes_screenings_tile_TR:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_TR.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_screenings_tile_TR a {
  display: block;
  height: 125px;
}

#absolutes_screenings_tile_TR:hover {
  height: 180px;
}

#absolutes_activity_tile_TR {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_TR.png);
  background-repeat: no-repeat;
}

#absolutes_activity_tile_TR:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_TR.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_activity_tile_TR a {
  display: block;
  height: 125px;
}

#absolutes_activity_tile_TR:hover {
  height: 180px;
}

#absolutes_stress_tile_TR {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_TR.png);
  background-repeat: no-repeat;
}

#absolutes_stress_tile_TR:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_TR.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_stress_tile_TR a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_stress_tile_TR:hover {
  height: 180px;
}

#absolutes_nutrition_tile_TR {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_TR.png);
  background-repeat: no-repeat;
}

#absolutes_nutrition_tile_TR:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_TR.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_nutrition_tile_TR a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_nutrition_tile_TR:hover {
  height: 180px;
}


/*ZHS*/
#absolutes_screenings_tile_ZHS {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_ZHS.png);
  background-repeat: no-repeat;
}

#absolutes_screenings_tile_ZHS:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_screening_ZHS.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_screenings_tile_ZHS a {
  display: block;
  height: 125px;
}

#absolutes_screenings_tile_ZHS:hover {
  height: 180px;
}

#absolutes_activity_tile_ZHS {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_ZHS.png);
  background-repeat: no-repeat;
}

#absolutes_activity_tile_ZHS:hover {
  width: 220px;
  height: 125px;
  float: left;
  background-image: url(../images/translations/absolute_squares_exercise_ZHS.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_activity_tile_ZHS a {
  display: block;
  height: 125px;
}

#absolutes_activity_tile_ZHS:hover {
  height: 180px;
}

#absolutes_stress_tile_ZHS {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_ZHS.png);
  background-repeat: no-repeat;
}

#absolutes_stress_tile_ZHS:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_stress_ZHS.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_stress_tile_ZHS a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_stress_tile_ZHS:hover {
  height: 180px;
}

#absolutes_nutrition_tile_ZHS {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_ZHS.png);
  background-repeat: no-repeat;
}

#absolutes_nutrition_tile_ZHS:hover {
  width: 220px;
  height: 125px;
  float: right;
  background-image: url(../images/translations/absolute_squares_nutrition_ZHS.png);
  background-repeat: no-repeat;

  opacity: .7;
  transition: opacity 0.5s ease;
}

#absolutes_nutrition_tile_ZHS a {
  display: block;
  height: 125px;
  opacity: 1;
}

#absolutes_nutrition_tile_ZHS:hover {
  height: 180px;
}



.absolute_charts {
  width: 100%;
  margin-bottom: 30px;
}

.absolute_charts_print {
  width: 60%;
  margin: 0 auto;
}

.absolute_charts h1 {
  margin: 20px 0 0 0;
  text-transform: uppercase;
  color: #29a4c4;
  font-size: 2em;
  line-height: 1;
}

.absolute_charts p {
  margin: 0 0 15px 0;
  color: #000;
  line-height: 1.4;
}

.absolute_tables {
  width: 100%;
  margin-bottom: 30px;
}

.wellness_absolute_entries_header {
  width: 915px;
  height: 45px;
  margin: 0 auto;
}

.absolute_table_row {
  width: 920px;
  height: 40px;
  background-color: #f2f2f2;
  color: #fff;
}

.absolute_table_row2 {
  width: 915px;
  height: 40px;
  color: #fff;
}

.absolute_table_date {
  width: 85px;
}

.absolute_table_category {
  width: 100px;
}

.absolute_table_activity {
  width: 365px;
}

.absolute_table_activity2 {
  width: 300px;
}

.absolute_table_participation {
  width: 150px;
}

.absolute_table_points {
  width: 65px;
}

.absolute_table_delete {
  width: 65px;
}


/***** styles for whitelabel Scorecard page: Absolute Entries table - styles are on scorecard_update_wl.js *****/
.absolute_table_date_wl {
  width: 130px;
}

.absolute_table_category_wl {
  width: 120px;
}

.absolute_table_activity_wl {
  width: 365px;
}

.absolute_table_activity2_wl {
  width: 280px;
}

.absolute_table_participation_wl {
  width: 190px;
}

.absolute_table_points_wl {
  width: 80px;
}

.absolute_table_delete_wl {
  width: 100px;
}


#absolute_table_delete_confirm {
  width: 400px;
  height: 170px;
  background-color: #fff;
  border: 2px solid #99ca3c;
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  margin: auto;
  display: none;
}

.absolute_table_delete_confirm_header {
  height: 35px;
  width: 100%;
  background-color: #99ca3c;
}

.absolute_table_delete_confirm_header h1 {
  font-size: 14px;
  line-height: 2.3;
  color: #fff;
  padding: 0 0 0 0;
  float: left;
  margin: 0 0 0 0;
}

.absolute_charts_left {
  width: 63%;
  float: left;
}

#absolute_charts_site_locations {
  background-color: #29a4c4;
  height: 45px;
  margin-bottom: 0;
}

#absolute_charts_site_locations a {
  opacity: 1;
  text-decoration: none;
  color: #fff;
}

#absolute_charts_site_locations a:hover {
  opacity: .6;
  text-decoration: none;
  color: #fff;
}

#absolute_charts_site_locations h1 {
  line-height: 45px;
  margin: 0 0 0 0;
  color: #fff;
  font-weight: normal;
  font-size: 22px;
  text-transform: uppercase;
  float: left;
}

#absolute_charts_site_locations h2 {
  line-height: 35px;
  font-size: 50px;
  margin: 0 0 0 0;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  float: right;
  height: 45px;
  background-color: #007C9D;
  padding-left: 10px;
}

#absolute_charts_site_rankings {
  background-color: #29a4c4;
  height: 45px;
  margin-bottom: 0;
}

#absolute_charts_site_rankings a {
  opacity: 1;
  text-decoration: none;
  color: #fff;
}

#absolute_charts_site_rankings a:hover {
  opacity: .6;
  text-decoration: none;
  color: #fff;
}

#absolute_charts_site_rankings h1 {
  line-height: 45px;
  margin: 0 0 0 0;
  color: #fff;
  font-weight: normal;
  font-size: 22px;
  text-transform: uppercase;
  float: left;
}

#absolute_charts_site_rankings h2 {
  line-height: 35px;
  font-size: 50px;
  margin: 0 0 0 0;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  float: right;
  height: 45px;
  background-color: #007C9D;
  padding-left: 10px;
}

.article_archives_body {
  width: 740px;
  float: left;
}

.recent_articles_container {
  width: 740px;
  float: left;
}

.recent_articles_header {
  width: 100%;
  height: 35px;
  background-color: #29a4c4;
  cursor: pointer;
}

.recent_articles_header h2 {
  font-size: 40px;
  line-height: .7;
  height: 35px;
  background-color: #007C9D;
  padding-left: 10px;
}

.recent_articles_monthly_content {
  display: none;
}

.recent_articles_monthly_content h2 {
  font-size: 18px;
  color: #99ca3c;
  font-weight: normal;
  text-align: left;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 1;
}

#recent_articles_2014 div {
  font-size: 14px;
}

#wellness_charts_category_participation {
  background-color: #29a4c4;
  height: 45px;
  margin-bottom: 0;
}

#wellness_charts_category_participation a {
  opacity: 1;
  text-decoration: none;
  color: #fff;
}

#wellness_charts_category_participation a:hover {
  opacity: .6;
  text-decoration: none;
  color: #fff;
}

#wellness_charts_category_participation h1 {
  line-height: 45px;
  margin: 0 0 0 0;
  color: #fff;
  font-weight: normal;
  font-size: 22px;
  text-transform: uppercase;
  float: left;
}

#wellness_charts_category_participation h2 {
  line-height: 35px;
  font-size: 50px;
  margin: 0 0 0 0;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  float: right;
}

#wellness_charts_category_participation2 {
  background-color: #29a4c4;
  height: 45px;
  margin-bottom: 0;
}

#wellness_charts_category_participation2 a {
  opacity: 1;
  text-decoration: none;
  color: #fff;
}

#wellness_charts_category_participation2 a:hover {
  opacity: .6;
  text-decoration: none;
  color: #fff;
}

#wellness_charts_category_participation2 h1 {
  line-height: 45px;
  margin: 0 0 0 0;
  color: #fff;
  font-weight: normal;
  font-size: 22px;
  text-transform: uppercase;
  float: left;
}

#wellness_charts_category_participation2 h2 {
  line-height: 35px;
  font-size: 50px;
  margin: 0 0 0 0;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  float: right;
}

#show_chart_category_participation {
  cursor: pointer;
}

#open_general_chart_container_chart {
  float: right;
}


#wellness_challenge_admin_wrapper .wellness_challenge_charting_container div .wellness_challenge_charting_header_left h1 {
  margin: 0 0 0 0;
  color: #fff;
  font-weight: normal;
  font-size: 22px;
  line-height: 2;
  height: 45px;
  display: block;
}


.absolute_charts_spacer_right {
  width: 10px;
  height: 45px;
  float: right;
  background-color: #007C9D;
}

.absolute_charts_spacer_left {
  width: 20px;
  height: 45px;
  float: left;
}

.absolute_charts_right {
  width: 35%;
  float: right;
}

.absolute_charts_right_print {
  margin: 0 auto;
}

#absolute_charts_participation {
  background-color: #29a4c4;
  height: 45px;
  margin-bottom: 0;
}

#absolute_charts_participation a {
  opacity: 1;
  text-decoration: none;
  color: #fff;
}

#absolute_charts_participation a:hover {
  opacity: .6;
  text-decoration: none;
  color: #fff;
}

#absolute_charts_participation h1 {
  line-height: 45px;
  margin: 0 0 0 0;
  color: #fff;
  font-weight: normal;
  font-size: 22px;
  text-transform: uppercase;
  float: left;
}

#absolute_charts_participation h2 {
  line-height: 35px;
  font-size: 50px;
  margin: 0 0 0 0;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  float: right;
  height: 45px;
  background-color: #007C9D;
  padding-left: 10px;
}

/* begin Aflac styles for Scorecard */

.aflac_charts_right {
  width: 100%;
  float: left;
}

.aflac_charts_spacer_left {
  width: 20px;
  height: 45px;
  float: left;
}

.aflac_charts_spacer_right {
  width: 10px;
  height: 45px;
  float: right;
  background-color: #007C9D;
}

.aflac_charts_right_print {
  margin: 0 auto;
}

#aflac_charts_participation {
  background-color: #29a4c4;
  height: 45px;
  margin-bottom: 0;
}

#aflac_charts_participation a {
  opacity: 1;
  text-decoration: none;
  color: #fff;
}

#aflac_charts_participation a:hover {
  opacity: .6;
  text-decoration: none;
  color: #fff;
}

#aflac_charts_participation h1 {
  line-height: 45px;
  margin: 0 0 0 0;
  color: #fff;
  font-weight: normal;
  font-size: 22px;
  text-transform: uppercase;
  float: left;
}

#aflac_charts_participation h2 {
  line-height: 35px;
  font-size: 50px;
  margin: 0 0 0 0;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  float: right;
  height: 45px;
  background-color: #007C9D;
  padding-left: 10px;
}

/*#show_aflac_absolutes_participation         {display: none;}*/
#aflac_absolutes_participation {
  display: none;
}

#aflac_absolutes_participation h1 {
  color: #919191;
  font-size: 24px;
  margin-left: 20px;
  margin-top: 0;
}

#aflac_absolutes_participation p {
  line-height: 0;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-left: 20px;
}

#aflac_absolutes_participation h2 {
  line-height: 1;
  text-transform: uppercase;
  font-size: 20px;
}

#aflac_absolutes_participation_print {
  border: 1px #bcbcbc solid;
}

#aflac_absolutes_participation_print h1 {
  color: #919191;
  font-size: 30px;
  margin: 0 0 0 20px;
  text-align: center;
  line-height: 1;
}

#aflac_absolutes_participation_print p {
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 0 20px;
  text-align: center;
  color: #000;
}

#aflac_absolutes_participation_print h2 {
  line-height: 1;
  text-transform: uppercase;
  font-size: 20px;
}

/* end Aflac styles for Scorecard */


.selection_submit_btn {
  text-align: center;
  line-height: 1.9;
  padding: 0px 10px;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  background-color: #29a4c4;
  border: none;
  height: 35px;
  width: 100px;
  cursor: pointer;
}

.selection_submit_btn:hover {
  text-align: center;
  line-height: 1.9;
  padding: 0px 10px;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  background-color: #007C9D;
  border: none;
  height: 35px;
  width: 100px;
  cursor: pointer;
  transition: background-color 0.5s ease;
}


#wrapper div.scorecard_points_dash {
  margin: 0 auto;
  width: 920px;
  border-top: 2px #bcbcbc solid;
  border-bottom: 2px #bcbcbc solid;
  margin-bottom: 5px;
}

#wrapper div.scorecard_points_dash h1 {
  text-align: left;
  display: inline;
  color: #29a4c4;
  text-transform: uppercase;
}

#points {
  font-size: 55px;
  display: inline;
  float: right;
  margin: 0;
  color: #29a4c4;
  line-height: 1;
}

.points_title {
  font-size: 16px;
  display: inline;
  float: right;
  margin: 0;
  color: #000;
}

#nutrition {
  margin-left: 20px;
  margin-top: 20px;
}

#nutrition a {
  display: inline;
  float: left;
  width: 125px;
  height: 125px;
  margin: 0 10px 10px 10px;
  background-color: #99ca3c;
  opacity: 1;
}

#nutrition a:hover {
  opacity: .6;
}

#nutrition h3 {
  margin: 0 0 0 0;
  text-transform: uppercase;
  color: #666666;
  font-size: 20px;
  line-height: 1;
}

#nutrition p {
  margin: 0 20px 10px 0;
  color: #000;
  line-height: 1.4;
}

#activity {
  margin-left: 20px;
  margin-top: 20px;
}

#activity a {
  display: inline;
  float: left;
  width: 125px;
  height: 125px;
  margin: 0 10px 10px 10px;
  background-color: #007e9d;
  opacity: 1;
}

#activity a:hover {
  opacity: .6;
}

#activity h3 {
  margin: 0 0 0 0;
  text-transform: uppercase;
  color: #666666;
  font-size: 20px;
  line-height: 1;
}

#activity p {
  margin: 0 20px 10px 0;
  color: #000;
  line-height: 1.4;
}

#stress {
  margin-left: 20px;
  margin-top: 20px;
}

#stress a {
  display: inline;
  float: left;
  width: 125px;
  height: 125px;
  margin: 0 10px 10px 10px;
  background-color: #8f2d90;
  opacity: 1;
}

#stress a:hover {
  opacity: .6;
}

#stress h3 {
  margin: 0 0 0 0;
  text-transform: uppercase;
  color: #666666;
  font-size: 20px;
  line-height: 1;
}

#stress p {
  margin: 0 20px 10px 0;
  color: #000;
  line-height: 1.4;
}

#screen {
  margin-left: 20px;
  margin-top: 20px;
}

#screen a {
  display: inline;
  float: left;
  width: 125px;
  height: 125px;
  margin: 0 10px 10px 10px;
  opacity: 1;
}

#screen a:hover {
  opacity: .6;
}

#screen h3 {
  margin: 0 0 0 0;
  text-transform: uppercase;
  color: #666666;
  font-size: 20px;
  line-height: 1;
}

#screen p {
  margin: 0 20px 10px 0;
  color: #000;
  line-height: 1.4;
}

#participation h3 {
  margin: 0 0 0 10px;
  text-transform: uppercase;
  color: #666666;
  font-size: 15px;
  line-height: 1;
}

#participationpoints {
  margin: 0 0 0 10px;
}

.absolute_selection_container {
  margin-top: 20px;
}

.absolute_selection_container_left {
  width: 225px;
  float: left;
  background-color: #000;
  height: 225px;
}

.absolute_selection_container_right {
  width: 690px;
  height: 225px;
  float: left;
  position: relative;
}

.absolute_selection_container_leftspacer {
  width: 2%;
  float: left;
  height: 225px;
}

.absolute_selection_container_rightspacer {
  width: 2%;
  float: right;
  height: 225px;
}

.absolute_selection_name {
  margin: 0 0 5px 10px;
  color: #29a4c4;
  font-size: 18px;
  line-height: 1;
  padding-right: 10px;
  text-transform: uppercase;
}

.absolute_selection_container_right h2.absolute_selection_length {
  margin: 0 0 5px 10px;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  line-height: 1;
  font-style: italic;
  padding-right: 10px;
}

.absolute_selection_container_right p.absolute_selection_description {
  margin: 0 0 0 10px;
  color: #777777;
  font-size: 15px;
  line-height: 1.3;
  padding-right: 10px;
}

.absolute_selection_container_right_copy {
  width: 520px;
  height: 225px;
}

.absolute_selection_container_right_points {
  width: 170px;
  height: 225px;
}

#addbutton {
  margin: 5px 0 0 10px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: red;
  opacity: 1;
}

#addbutton:hover {
  opacity: .6;
}

#addbutton a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

#addbutton a span {
  font-size: 20px;
}

.goback {
  margin-left: 20px;
  margin-top: 10px;
  width: 30%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #29a4c4;
  opacity: 1;
}

.goback:hover {
  opacity: .6;
}

.goback a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

.back_btn_spacer {
  height: 35px;
  width: 25px;
}

#screen .goback {
  margin: 10px 0 0 0;
  width: 27%;
  height: 35px;
  line-height: 35px;
  text-align: left;
  background-color: #29a4c4;
  opacity: 1;
}

#screen .goback:hover {
  opacity: .6;
}

#screen .goback a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

#nutrition .goback {
  margin: 10px 0 0 0;
  width: 27%;
  height: 35px;
  line-height: 35px;
  text-align: left;
  background-color: #29a4c4;
  opacity: 1;
}

#nutrition .goback:hover {
  opacity: .6;
}

#nutrition .goback a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #29a4c4;
}

#activity .goback {
  margin: 10px 0 0 0;
  width: 27%;
  height: 35px;
  line-height: 35px;
  text-align: left;
  background-color: #29a4c4;
  opacity: 1;
}

#activity .goback:hover {
  opacity: .6;
}

#activity .goback a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #29a4c4;
}

#stress .goback {
  margin: 10px 0 0 0;
  width: 27%;
  height: 35px;
  line-height: 35px;
  text-align: left;
  background-color: #29a4c4;
  opacity: 1;
}

#stress .goback:hover {
  opacity: .6;
}

#stress .goback a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #29a4c4;
}

#screen .goback {
  margin: 10px 0 0 0;
  width: 27%;
  height: 35px;
  line-height: 35px;
  text-align: left;
  background-color: #29a4c4;
  opacity: 1;
}

#screen .goback:hover {
  opacity: .6;
}

#screen .goback a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #29a4c4;
}

.activity_points_text {
  color: red;
  font-size: 17px;
}

#show_chart_absolutes_points {
  display: none;
}

#chart_absolutes_points {
  display: none;
  border: 1px #bcbcbc solid;
  padding-top: 15px;
}

.chart_absolutes_points_left {
  float: left;
  width: 60%;
}

#chart_absolutes_points .chart_absolutes_points_left div p {
  font-size: 14px;
  line-height: 1;
  margin-left: 30px;
}

.chart_absolutes_points_right {
  float: right;
  width: 37%;
}

#chart_absolutes_points .chart_absolutes_points_right h1 {
  font-size: 18px;
  margin-top: 0;
  color: #3a3a3c;
}


.chart_absolutes_key {
  border: 1px solid #cbcbcb;
  margin-top: 30px;
}


#chart4_labels_container {
  position: absolute;
  margin-top: 45px;
  z-index: 1;
  font-size: 13px;
}

.chart4_labels_container_start {
  position: relative;
  left: 78px;
  top: 35px;
}

.chart4_labels_container_top {
  position: relative;
  left: 164px;
  top: 46px;
}

.chart4_labels_container_left {
  position: relative;
  top: 15px;
  left: 0px;
}

.chart4_labels_container_right {
  position: relative;
  left: 164px;
  top: 54px;
}

.chart4_labels_container_bottom {
  position: relative;
  top: 7px;
  left: 5px;
}

#chart4_labels_container_print {
  position: absolute;
  z-index: 1;
  font-size: 13px;
}

.chart4_labels_container_start_print txt_cap {
  position: relative;
  left: 78px;
  top: 50px;
}

.chart4_labels_container_top_print txt_cap {
  position: relative;
  left: 162px;
  top: 60px;
}

.chart4_labels_container_left_print txt_cap {
  position: relative;
  top: 26px;
  left: 2px
}

.chart4_labels_container_right_print txt_cap {
  position: relative;
  left: 160px;
  top: 55px;
}

.chart4_labels_container_bottom_print txt_cap {
  position: relative;
  top: 21px;
  left: 12px;
}

#show_chart_absolutes_locations {
  display: none;
}

#chart_absolutes_locations {
  display: none;
  border: 1px #bcbcbc solid;
  padding-top: 10px;
}

#chart_absolutes_locations_left {
  float: left;
  width: 60%;
}



#chart_absolutes_locations_left #chart_absolutes_locations_diamond_level p {
  text-align: right;
  color: #fff;
  font-size: 35px;
  opacity: .5;
  padding-top: 5px;
  display: none;
}

#chart_absolutes_locations_left #chart_absolutes_locations_gold_level p {
  text-align: right;
  color: #fff;
  font-size: 35px;
  opacity: .5;
  display: none;
}

#chart_absolutes_locations_left #chart_absolutes_locations_silver_level p {
  text-align: right;
  color: #fff;
  font-size: 30px;
  opacity: .5;
  display: none;
}


#chart_absolutes_locations_left #chart_absolutes_locations_bronze_level p {
  text-align: right;
  color: #fff;
  font-size: 30px;
  opacity: .5;
  display: none;
}

#chart_absolutes_locations_left #chart_absolutes_locations_begin_level p {
  text-align: right;
  font-size: 50px;
  opacity: .3;
  line-height: 2.5;
  display: none;
}


#chart_absolutes_locations_left_print #chart_absolutes_locations_diamond_level_print p {
  text-align: right;
  color: #fff;
  font-size: 35px;
  opacity: .5;
  display: none;
}


#chart_absolutes_locations_left_print #chart_absolutes_locations_gold_level_print p {
  text-align: right;
  color: #fff;
  font-size: 35px;
  opacity: .5;
  line-height: 1;
  padding-top: 3px;
  display: none;
}


#chart_absolutes_locations_left_print #chart_absolutes_locations_silver_level_print p {
  text-align: right;
  color: #fff;
  font-size: 35px;
  opacity: .5;
  line-height: 1;
  padding-top: 3px;
  display: none;
}


#chart_absolutes_locations_left_print #chart_absolutes_locations_bronze_level_print p {
  text-align: right;
  color: #fff;
  font-size: 35px;
  opacity: .5;
  line-height: 1;
  padding-top: 3px;
  display: none;
}

#chart_absolutes_locations_left_print #chart_absolutes_locations_begin_level_print p {
  text-align: right;
  font-size: 40px;
  opacity: .3;
  line-height: 1.4;
  padding-right: 10px;
  display: none;
}


#chart_absolutes_locations_right {
  float: right;
  width: 25%;
}

#chartsitepoints_container {
  width: 100px;
  height: 100px;
  background-color: #EEEEEE;
  border: 2px solid #e0e0e0;
  color: #29a4c4;
  margin: 0 50px 0 0;
}

#chartsitepoints_container p {
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  color: #3a3a3c;
}

#chartsitepoints {
  text-align: center;
  padding-top: 17px;
  font-size: 37px;
  line-height: 1;
}

#charttopsitepoints_container {
  width: 100px;
  height: 100px;
  background-color: #EEEEEE;
  border: 2px solid #e0e0e0;
  margin: 0 50px 0 0;
  color: #29a4c4;
}

#charttopsitepoints_container p {
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  color: #3a3a3c;
}

#charttopsitepoints {
  text-align: center;
  padding-top: 17px;
  font-size: 37px;
  line-height: 1;
}

#chartpointslevel_container {
  width: 100px;
  height: 100px;
  background-color: #CBDDE6;
  border: 2px solid #AAC8D6;
  margin: 0 0 0 0;
  color: #29a4c4;
}

#chartpointslevel_container p {
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  color: #3a3a3c;
}

#chartpointslevel {
  text-align: center;
  padding-top: 30px;
  font-size: 22px;
  line-height: 1;
}





#wellness_charts_category_participation_content2 .participation_breakdown_right .color_blue {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

#wellness_charts_category_participation_content2 .participation_breakdown_right .color_orange {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

#wellness_charts_category_participation_content2 .participation_breakdown_right .color_green {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

#wellness_charts_category_participation_content2 .participation_breakdown_right .color_purple {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}


.site_totals_percent {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.participation_breakdown_left {
  float: left;
  width: 140px;
}

.participation_breakdown_right {
  float: right;
  width: 170px;
}

.participation_breakdown_right_print {
  float: right;
  width: 280px;
}

.participation_breakdown_left_print {
  float: left;
  width: 240px;
}


#show_chart_absolutes_participation {
  display: none;
}

#chart_absolutes_participation {
  display: none;
}

#chart_absolutes_participation h1 {
  color: #919191;
  font-size: 24px;
  margin-left: 20px;
  margin-top: 0;
}

#chart_absolutes_participation p {
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-left: 20px;
}

#chart_absolutes_participation h2 {
  line-height: 1;
  text-transform: uppercase;
  font-size: 20px;
}

#chart_absolutes_participation_print {
  border: 1px #bcbcbc solid;
}

#chart_absolutes_participation_print h1 {
  color: #919191;
  font-size: 30px;
  margin: 0 0 0 20px;
  text-align: center;
  line-height: 1;
}

#chart_absolutes_participation_print p {
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 0 20px;
  text-align: center;
  color: #000;
}

#chart_absolutes_participation_print h2 {
  line-height: 1;
  text-transform: uppercase;
  font-size: 20px;
}

#myChart {
  margin-top: 20px;
}

#myChart2 {
  margin-left: 10px;
}

#myChart3 {
  margin-left: 20px;
}

#myChart4_container {
  margin: 0 auto;
}

#myChart4 {
  margin-top: -15px;
  margin-left: 37px;
}


#current_points {
  font-size: 13px;
  line-height: 1;
  color: #000;
  margin-bottom: 0;
  margin-right: 10px;
}

#activitychallenge {
  line-height: 1;
  text-transform: uppercase;
  text-align: right;
  color: #29A4C4;
}

#fitnesschallenge {
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
  color: #1DA4C5;
  margin-top: 7px;
}

#weightlosschallenge {
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
  color: #FF8C00;
  margin-top: 17px;
}

#screeningchallenge {
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
  color: #F3732E;
}

#nutritionchallenge {
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
  color: #99CA3D;
  margin-top: 14px;
}

#stresschallenge {
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
  color: #8F2E90;
  margin-top: 15px;
}

#chart_absolutes_participation p.view_chart_btn {
  margin: 15px auto;
}

.view_chart_btn {
  width: 125px;
  height: 25px;
}

.view_chart_btn a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 1.9;
  text-decoration: none;
  color: #fff;
  background-color: #29a4c4;
  font-size: 13px;
}

.viewpoints_btn a:hover {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 2;
  text-decoration: none;
  color: #fff;
  background-color: #29a4c4;
  opacity: .6;
}

.print_chart_btn {
  width: 125px;
  height: 25px;
}

.print_chart_btn a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 1.9;
  text-decoration: none;
  color: #fff;
  background-color: red;
  font-size: 13px;
}

.print_chart_btn a:hover {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 2;
  text-decoration: none;
  color: #fff;
  background-color: red;
  opacity: .6;
}

.mask_bkd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: none;
  z-index: 10000;
}

#popup_points_content {
  width: 800px;
  height: 415px;
  background-color: #fff;
  border: 2px solid #29a4c4;
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  margin: auto;
  display: none;
}

#assigning_points_container {
  margin: 0 auto;
  width: 460px;
}

.popup_points_header {
  height: 35px;
  width: 100%;
  background-color: #29A4C4;
}

.popup_points_header h1 {
  height: 35px;
  color: #fff;
  line-height: 1.7;
  margin: 0 0 0 0;
  font-size: 18px;
}

.close_scorecard_points_table {
  cursor: pointer;
  color: #fff;
  font-size: 30px;
}



#assigning_points_container {
  margin: 0 auto;
  width: 100%;
}

#assigning_points_container h1 {
  margin: 0 0 0 0;
  padding: 10px 0 0 10px;
  line-height: 1;
  color: #29a4c4;
  font-size: 20px;
}

#assigning_points_container h2 {
  margin: 15px 0 0 0;
  padding: 5px 0 0 20px;
  line-height: 1;
  color: #666666;
  font-size: 17px;
}

#assigning_points_container p {
  margin: 0 0 0 0;
  padding: 5px 0 0 20px;
  line-height: 1.3;
  color: #000;
  font-size: 14px;
  text-align: left;
}

#assigning_points_container .subtext {
  text-align: left;
  padding-top: 0px;
}

#assigning_points_container .assigning_points_container_left {
  float: left;
}

#assigning_points_container .assigning_points_container_left p {
  margin-left: 25px;
}

#assigning_points_container .assigning_points_container_right {
  float: right;
}

.points_breakdown {
  line-height: 1.3;
  text-align: left;
}

#assigning_points_container .points_particpation {
  line-height: 1.3;
  margin-left: 40px;
  text-align: left;
}

#assigning_points_copy {
  margin: 10px 0 10px 0;
}

#assigning_points_copy:hover {
  margin: 10px 0 10px 0;
}

#assigning_points_copy h2 {
  margin: 0 0 0 20px;
  color: #666666;
  line-height: 1.2;
}

#assigning_points_copy p {
  margin: 0 10px 5px 20px;
  line-height: 1.3;
  color: #000;
}

#assigning_points_copy a {
  margin: 0 0 0 20px;
  text-decoration: none;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background-color: #29a4c4;
  padding: 5px 10px 5px 10px;
  display: block;
  width: 200px;
  height: 30px;
}

#assigning_points_copy a:hover {
  opacity: .6;
}


.x_close {
  text-align: right;
}

.x_close:hover {
  text-align: right;
  opacity: .6;
}

.x_close_scorecard {
  text-align: right;
  margin-left: 60px;
}

.x_close_scorecard:hover {
  text-align: right;
  margin-left: 60px;
  opacity: .6;
}

/**********************************************************************************************************
*                                   WELLNESS CATALOG
***********************************************************************************************************/
.scorecard_chart_row {
  border-bottom: 1px solid #F2F2F2;
}

#challenge_chart_content {
  display: none;
}

#first_week_content {
  display: none;
}

#second_week_content {
  display: none;
}

#third_week_content {
  display: none;
}

#fourth_week_content {
  display: none;
}

#jan_month_content {
  display: none;
}

#feb_month_content {
  display: none;
}

#mar_month_content {
  display: none;
}

#quarter_one {
  display: none;
  border: 1px solid #cbcbcb;
  border-top: 0px;
}

#quarter_two {
  display: none;
  border: 1px solid #cbcbcb;
  border-top: 0px;
}

#quarter_three {
  display: none;
  border: 1px solid #cbcbcb;
  border-top: 0px;
}

#quarter_four {
  display: none;
  border: 1px solid #cbcbcb;
  border-top: 0px;
}

#year_to_date {
  display: none;
  border: 1px solid #cbcbcb;
  border-top: 0px;
}

#quarter_one_header {
  opacity: .8;
  transition: opacity 0.5s ease;
  border: 1px solid #00566C;
  border-bottom: 0px;
}

#quarter_two_header {
  opacity: .8;
  transition: opacity 0.5s ease;
  border: 1px solid #00566C;
  border-bottom: 0px;
}

#quarter_three_header {
  opacity: .8;
  transition: opacity 0.5s ease;
  border: 1px solid #00566C;
  border-bottom: 0px;
}

#quarter_four_header {
  opacity: .8;
  transition: opacity 0.5s ease;
  border: 1px solid #00566C;
  border-bottom: 0px;
}

#year_to_date_header {
  opacity: .8;
  transition: opacity 0.5s ease;
  border: 1px solid #00566C;
  border-bottom: 0px;
}

#quarter_one_header:hover {
  opacity: .6;
  transition: opacity 0.5s ease;
}

#quarter_two_header:hover {
  opacity: .6;
  transition: opacity 0.5s ease;
}

#quarter_three_header:hover {
  opacity: .6;
  transition: opacity 0.5s ease;
}

#quarter_four_header:hover {
  opacity: .6;
  transition: opacity 0.5s ease;
}

#year_to_date_header:hover {
  opacity: .6;
  transition: opacity 0.5s ease;
}

#scorecard_nav_icons div img {
  opacity: 1;
}

#scorecard_nav_icons div img:hover {
  opacity: .8;
}

.mainNav_newdrop {
  height: 30px;
  background-color: #29a4c4;
  width: 960px;
  position: relative;
  z-index: 999;
}

.mainNav_newdrop div {
  float: left;
  width: 120px;
}

.mainNav_newdrop p {
  height: 30px;
  margin: 0 0 0 0;
  font-size: 14px;
  line-height: 2.1;
  padding: 0 5px 0 5px;
  text-align: center;
}

.mainNav_newdrop p:hover {
  background-color: #00566C;
  transition: background-color 0.5s ease;
  text-align: center;
}

.mainNav_newdrop a {
  height: 100%;
  color: #fff !important;
  display: block;
  padding: 0 5px 0 5px;
}

.main_nav_drop_container {
  background-color: #29a4c4;
  position: absolute;
  z-index: 1000;
}

.main_nav_drop_container p {
  font-size: 12px;
  text-align: left;
  margin: z 0 0 0 0;
  padding: 0 0 0 3px;
  border-bottom: 1px #208faa solid;
}

.main_nav_drop_container p:hover {
  font-size: 12px;
  text-align: left;
  margin: 0 0 0 0;
  padding: 0 0 0 3px;
}

.sec_nav_drop_container {
  background-color: #29a4c4;
  position: absolute;
  z-index: 1000;
}

.sec_nav_drop_container p {
  font-size: 12px;
  text-align: left;
  margin: 0 0 0 0;
  padding: 0 0 0 3px;
  border-bottom: 1px #208faa solid;
}

.sec_nav_drop_container p:hover {
  font-size: 12px;
  text-align: left;
  margin: 0 0 0 0;
  padding: 0 0 0 3px;
}

#path_resources {
  display: none;
  margin-top: -25px;
  margin-left: 120px;
}

#programs_drop {
  display: none;
  width: 150px;
}

#helptools_drop {
  display: none;
  width: 150px;
}

#resources_drop {
  display: none;
  width: 150px;
}

#recipes_drop {
  display: none;
  width: 150px;
}

#programs_drop2 {
  display: none;
  width: 150px;
}

#helptools_drop2 {
  display: none;
  width: 150px;
}

#resources_drop2 {
  display: none;
  width: 150px;
}

#recipes_drop2 {
  display: none;
  width: 150px;
}

#mainNav .catalog_nav_logo {
  width: 75px;
  height: 48px;
  background-color: #000;
  margin-top: -20px;
  margin-right: 0px;
  background: url(../images/icon_wellness_catalog.png) no-repeat;
}

#mainNav .catalog_nav_logo:hover {
  width: 75px;
  height: 48px;
  background-color: #000;
  margin-top: -20px;
  margin-right: 0px;
  background: url(../images/icon_wellness_catalog.png) no-repeat;
  opacity: .7;
}

#mainNav .catalog_nav_logo a {
  width: 100%;
  height: 100%;
  display: block;
}

#mainNav .catalog_nav_logo a:hover {
  width: 100%;
  height: 100%;
  display: block;
}

.wellnesscatalog_wrapper {
  min-height: 800px;
}

#wrapper div.catalog_points_dash {
  margin: 20px auto;
  width: 920px;
  border-top: 2px #bcbcbc solid;
  border-bottom: 2px #bcbcbc solid;
  margin-bottom: 5px;
}

#wrapper div.catalog_points_dash h1 {
  text-align: left;
  display: inline;
  color: #29a4c4;
  text-transform: uppercase;
  float: left;
  margin: 0;
}

#points1 {
  font-size: 50px;
  display: inline;
  float: right;
  margin: 0;
  color: #29a4c4;
  line-height: 1;
}

.points_title {
  font-size: 16px;
  display: inline;
  float: right;
  margin: 0;
  color: #bcbcbc;
}

#purpose_content {
  position: absolute;
  top: 25%;
  left: 37%;
  width: 500px;
  height: 200px;
  border: 2px solid #29a4c4;
  background-color: #fff;
  cursor: pointer;
  z-index: 10001;
  display: none;
  border-radius: 10px;
}

#purpose_content h1 {
  text-align: left;
  margin: 15px 15px 0 15px;
  line-height: 1;
  color: #29a4c4;
  font-size: 26px;
}

#purpose_content h2 {
  text-align: right;
  margin: 10px 15px 0 0;
  color: #29a4c4;
  font-size: 22px;
  line-height: 1;
}

#purpose_content p {
  text-align: left;
  margin: 0 15px 0 15px;
  line-height: 1.5;
  font-size: 15px;
  color: #898989;
}

#purpose_content a {
  color: red;
}

#purpose_content a:hover {
  color: #99ca3c;
}

#guidelines_content {
  position: absolute;
  top: 25%;
  left: 37%;
  width: 500px;
  height: 280px;
  border: 2px solid #29a4c4;
  background-color: #fff;
  cursor: pointer;
  z-index: 10001;
  display: none;
  border-radius: 10px;
}

#guidelines_content h1 {
  text-align: left;
  margin: 15px 15px 0 15px;
  line-height: 1;
  color: #29a4c4;
  font-size: 26px;
}

#guidelines_content h2 {
  text-align: right;
  margin: 10px 15px 0 0;
  color: #29a4c4;
  font-size: 22px;
  line-height: 1;
}

#guidelines_content p {
  text-align: left;
  margin: 0 15px 0 15px;
  line-height: 1.5;
  font-size: 15px;
  color: #898989;
}

#guidelines_content a {
  color: red;
}

#guidelines_content a:hover {
  color: #99ca3c;
}

#expect_content {
  position: absolute;
  top: 25%;
  left: 37%;
  width: 500px;
  height: 260px;
  border: 2px solid #29a4c4;
  background-color: #fff;
  cursor: pointer;
  z-index: 10001;
  display: none;
  border-radius: 10px;
}

#expect_content h1 {
  text-align: left;
  margin: 15px 15px 0 15px;
  line-height: 1;
  color: #29a4c4;
  font-size: 26px;
}

#expect_content h2 {
  text-align: right;
  margin: 10px 15px 0 0;
  color: #29a4c4;
  font-size: 22px;
  line-height: 1;
}

#expect_content p {
  text-align: left;
  margin: 0 15px 0 15px;
  line-height: 1.5;
  font-size: 15px;
  color: #898989;
}

#expect_content a {
  color: red;
}

#expect_content a:hover {
  color: #99ca3c;
}

#turnin_content {
  position: absolute;
  top: 25%;
  left: 37%;
  width: 500px;
  height: 420px;
  border: 2px solid #29a4c4;
  background-color: #fff;
  cursor: pointer;
  z-index: 10001;
  display: none;
  border-radius: 10px;
}

#turnin_content h1 {
  text-align: left;
  margin: 15px 15px 0 15px;
  line-height: 1;
  color: #29a4c4;
  font-size: 26px;
}

#turnin_content h2 {
  text-align: right;
  margin: 10px 15px 0 0;
  color: #29a4c4;
  font-size: 22px;
  line-height: 1;
}

#turnin_content p {
  text-align: left;
  margin: 0 15px 0 15px;
  line-height: 1.5;
  font-size: 15px;
  color: #898989;
}

#turnin_content a {
  color: red;
}

#turnin_content a:hover {
  color: #99ca3c;
}

#twitter_content {
  position: absolute;
  top: 25%;
  left: 37%;
  width: 500px;
  height: 180px;
  border: 2px solid #29a4c4;
  background-color: #fff;
  cursor: pointer;
  z-index: 10001;
  display: none;
  border-radius: 10px;
}

#twitter_content h1 {
  text-align: left;
  margin: 15px 15px 0 15px;
  line-height: 1;
  color: #29a4c4;
  font-size: 26px;
}

#twitter_content h2 {
  text-align: right;
  margin: 10px 15px 0 0;
  color: #29a4c4;
  font-size: 22px;
  line-height: 1;
}

#twitter_content p {
  text-align: left;
  margin: 0 15px 0 15px;
  line-height: 1.5;
  font-size: 15px;
  color: #898989;
}

#twitter_content a {
  color: red;
}

#twitter_content a:hover {
  color: #99ca3c;
}

#incentive_content {
  position: absolute;
  top: 25%;
  left: 37%;
  width: 500px;
  height: 260px;
  border: 2px solid #29a4c4;
  background-color: #fff;
  cursor: pointer;
  z-index: 10001;
  display: none;
  border-radius: 10px;
}

#incentive_content h1 {
  text-align: left;
  margin: 15px 15px 0 15px;
  line-height: 1;
  color: #29a4c4;
  font-size: 26px;
}

#incentive_content h2 {
  text-align: right;
  margin: 10px 15px 0 0;
  color: #29a4c4;
  font-size: 22px;
  line-height: 1;
}

#incentive_content p {
  text-align: left;
  margin: 0 15px 0 15px;
  line-height: 1.5;
  font-size: 15px;
  color: #898989;
}

#incentive_content a {
  color: red;
}

#incentive_content a:hover {
  color: #99ca3c;
}

#mainpage_catalog_info_buttons {
  margin-top: 15px;
}

.main_catalog_info_button {
  width: 125px;
  height: 30px;
  line-height: 2;
  float: left;
  margin-right: 20px;
}

.main_catalog_info_button_plus {
  font-weight: bolder;
  margin-left: 5px;
}

.main_catalog_button_spacer {
  width: 50px;
  height: 30px;
  float: left;
}

#purpose {
  text-decoration: none;
  color: #fff;
  background-color: #29a4c4;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 1;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
}

#purpose:hover {
  text-decoration: none;
  color: #fff;
  background-color: #29a4c4;
  display: block;
  height: 100%;
  width: 100%;
  opacity: .6;
}

#guidelines {
  text-decoration: none;
  color: #fff;
  background-color: #29a4c4;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 1;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
}

#guidelines:hover {
  text-decoration: none;
  color: #fff;
  background-color: #29a4c4;
  display: block;
  height: 100%;
  width: 100%;
  opacity: .6;
}

#expect {
  text-decoration: none;
  color: #fff;
  background-color: #29a4c4;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 1;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
}

#expect:hover {
  text-decoration: none;
  color: #fff;
  background-color: #29a4c4;
  display: block;
  height: 100%;
  width: 100%;
  opacity: .6;
}

#turnin {
  text-decoration: none;
  color: #fff;
  background-color: #29a4c4;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 1;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
}

#turnin:hover {
  text-decoration: none;
  color: #fff;
  background-color: #29a4c4;
  display: block;
  height: 100%;
  width: 100%;
  opacity: .6;
}

#twitter {
  text-decoration: none;
  color: #fff;
  background-color: #29a4c4;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 1;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
}

#twitter:hover {
  text-decoration: none;
  color: #fff;
  background-color: #29a4c4;
  display: block;
  height: 100%;
  width: 100%;
  opacity: .6;
}

#incentive {
  text-decoration: none;
  color: #fff;
  background-color: #29a4c4;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 1;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
}

#incentive:hover {
  text-decoration: none;
  color: #fff;
  background-color: #29a4c4;
  display: block;
  height: 100%;
  width: 100%;
  opacity: .6;
}

#catalog_sections_nav_container {
  margin: 20px auto;
  width: 920px;
}

#catalog_sections_nav_activities {
  width: 450px;
  height: 240px;
}

#catalog_sections_nav_activities:hover {
  width: 450px;
  height: 240px;
}

#catalog_sections_nav_activities_left {
  float: left;
}

#catalog_sections_nav_activities_left {
  float: left;
}

#catalog_sections_nav_activities_left h1 {
  margin: 30px 0 0 0;
  line-height: 1;
  text-align: right;
  color: #29a4c4;
  font-size: 20px;
  width: 275px;
}

#catalog_sections_nav_activities_left h1 a {
  margin: 30px 0 0 0;
  line-height: 1;
  text-align: right;
  color: #29a4c4;
  font-size: 20px;
  width: 275px;
}

#catalog_sections_nav_activities_left h1 a:hover {
  color: #29a4c4;
  opacity: .6;
}

#catalog_sections_nav_activities_left h2 {
  margin: 0 0 0 0;
  line-height: 1;
  text-align: right;
  color: #29a4c4;
  font-size: 13px;
  font-style: italic;
  width: 275px;
}

#catalog_sections_nav_activities_left h2 a {
  margin: 0 0 0 0;
  line-height: 1;
  text-align: right;
  color: #29a4c4;
  font-size: 13px;
  font-style: italic;
  width: 275px;
}

#catalog_sections_nav_activities_left h2 a:hover {
  color: #29a4c4;
  opacity: .6;
}

#catalog_sections_nav_activities_left p {
  margin: 5px 0 0 0;
  line-height: 1;
  text-align: right;
  color: #898989;
  font-size: 15px;
  width: 275px;
}

#catalog_sections_nav_activities_left a {
  text-decoration: none;
  color: red;
  font-size: 12px;
  font-weight: bold;
}

#catalog_sections_nav_activities_left a:hover {
  text-decoration: none;
  color: #99ca3c;
}

#catalog_sections_nav_activities_right {
  float: right;
  float: right;
  background: url(../images/icon_activities.png) no-repeat;
  width: 170px;
  height: 240px;
}

#catalog_sections_nav_activities_right a {
  display: block;
  height: 100%;
  width: 100%;
  opacity: 1;
}

#catalog_sections_nav_activities_right:hover {
  opacity: .6;
}

#catalog_sections_nav_bonus {
  width: 450px;
  height: 240px;
}

#catalog_sections_nav_bonus:hover {
  width: 450px;
  height: 240px;
}

#catalog_sections_nav_bonus_left {
  float: left;
}

#catalog_sections_nav_bonus_left a {
  display: block;
  height: 100%;
  width: 100%;
  opacity: 1;
}

#catalog_sections_nav_bonus_left h1 {
  margin: 30px 0 0 0;
  line-height: 1;
  text-align: right;
  color: #29a4c4;
  font-size: 20px;
  width: 275px;
}

#catalog_sections_nav_bonus_left h1 a {
  margin: 30px 0 0 0;
  line-height: 1;
  text-align: right;
  color: #29a4c4;
  font-size: 20px;
  width: 275px;
}

#catalog_sections_nav_bonus_left h1 a:hover {
  color: #29a4c4;
  opacity: .6;
}

#catalog_sections_nav_bonus_left h2 {
  margin: 0 0 0 0;
  line-height: 1;
  text-align: right;
  color: #29a4c4;
  font-size: 13px;
  font-style: italic;
  width: 275px;
}

#catalog_sections_nav_bonus_left h2 a {
  margin: 0 0 0 0;
  line-height: 1;
  text-align: right;
  color: #29a4c4;
  font-size: 13px;
  font-style: italic;
  width: 275px;
}

#catalog_sections_nav_bonus_left h2 a:hover {
  color: #29a4c4;
  opacity: .6;
}

#catalog_sections_nav_bonus_left p {
  margin: 5px 0 0 0;
  line-height: 1;
  text-align: right;
  color: #898989;
  font-size: 15px;
  width: 275px;
}

#catalog_sections_nav_bonus_left a {
  text-decoration: none;
  color: red;
  font-size: 12px;
  font-weight: bold;
}

#catalog_sections_nav_bonus_left a:hover {
  text-decoration: none;
  color: #99ca3c;
}

#catalog_sections_nav_bonus_right {
  float: right;
  background: url(../images/icon_bonus_stuff.png) no-repeat;
  width: 170px;
  height: 240px;
  margin-top: 20px;
}

#catalog_sections_nav_bonus_right:hover {
  opacity: .6;
}

#catalog_sections_nav_bonus_right a {
  display: block;
  height: 100%;
  width: 100%;
  opacity: 1;
}

#viewpoints_btn {
  text-decoration: none;
  color: #fff;
  background-color: #29a4c4;
  display: block;
  width: 200px;
  height: 35px;
  opacity: 1;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
}

#viewpoints_btn:hover {
  opacity: .6;
}

#viewpoints_btn a {
  height: 100%;
  width: 100%;
  display: block;
  text-decoration: none;
  line-height: 35px;
  color: #fff;
}


.catalog_items_content {
  width: 100%;
  margin: 0 auto;
}

.catalog_items_content_left {
  width: 225px;
  height: 225px;
  float: left;
}

.catalog_items_content_left img {}

.catalog_items_content_right {
  float: right;
  width: 730px;
}


#health .catalog_items_content_right h1 {
  margin: 15px 0 0 0;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  line-height: 1;
  text-align: left;
}

#health .catalog_items_content_right h2 {
  margin: 0 30px 5px 0;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
}

#health .catalog_items_content_right h3 {
  margin: 15px 30px 0 0;
  text-transform: uppercase;
  color: #666666;
  font-size: 14px;
  line-height: 1;
  ;
  text-align: left;
}

#health .catalog_items_content_right p {
  text-align: left;
  margin: 0 0 0 0;
  color: #666666;
  font-weight: 16px;
  line-height: 1;
}

#charity .catalog_items_content_right h1 {
  margin: 15px 0 0 0;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  line-height: 1;
  text-align: left;
}

#charity .catalog_items_content_right h2 {
  margin: 0 30px 5px 0;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
}

#charity .catalog_items_content_right h3 {
  margin: 15px 30px 0 0;
  text-transform: uppercase;
  color: #666666;
  font-size: 14px;
  line-height: 1;
  ;
  text-align: left;
}

#charity .catalog_items_content_right p {
  text-align: left;
  margin: 0 0 0 0;
  color: #666666;
  font-weight: 16px;
  line-height: 1;
}

#organ .catalog_items_content_right h1 {
  margin: 15px 0 0 0;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  line-height: 1;
  text-align: left;
}

#organ .catalog_items_content_right h2 {
  margin: 0 30px 5px 0;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
}

#organ .catalog_items_content_right h3 {
  margin: 15px 30px 0 0;
  text-transform: uppercase;
  color: #666666;
  font-size: 14px;
  line-height: 1;
  ;
  text-align: left;
}

#organ .catalog_items_content_right p {
  text-align: left;
  margin: 0 0 0 0;
  color: #000;
  font-weight: 16px;
  line-height: 1;
}

#blood .catalog_items_content_right h1 {
  margin: 15px 0 0 0;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  line-height: 1;
  text-align: left;
}

#blood .catalog_items_content_right h2 {
  margin: 0 30px 5px 0;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
}

#blood .catalog_items_content_right h3 {
  margin: 15px 30px 0 0;
  text-transform: uppercase;
  color: #666666;
  font-size: 14px;
  line-height: 1;
  ;
  text-align: left;
}

#blood .catalog_items_content_right p {
  text-align: left;
  margin: 0 0 0 0;
  color: #666666;
  font-weight: 16px;
  line-height: 1;
}

/*BONUS ICONS STYLING END*/


/*ACTIVITIES ICONS STYLING BEGIN*/
#education .catalog_items_content_right h1 {
  margin: 15px 0 0 0;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  line-height: 1;
  text-align: left;
}

#education .catalog_items_content_right h2 {
  margin: 0 30px 5px 0;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
}

#education .catalog_items_content_right h3 {
  margin: 15px 30px 0 0;
  text-transform: uppercase;
  color: #666666;
  font-size: 14px;
  line-height: 1;
  ;
  text-align: left;
}

#education .catalog_items_content_right p {
  text-align: left;
  margin: 0 0 0 0;
  color: #666666;
  font-weight: 16px;
  line-height: 1;
}

#education .catalog_items_content_right h2 a {
  color: #99ca3c;
}

#education .catalog_items_content_right h2 a:hover {
  color: #29a4c4;
}

#educationform {
  float: left;
}

#educationform p {
  text-align: left;
  margin-left: 40px;
  line-height: 1.5;
}

#educationform .catalog_items_submit_btn_container {
  text-align: left;
  margin-top: 10px;
}

#bp .catalog_items_content_right h1 {
  margin: 15px 0 0 0;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  line-height: 1;
  text-align: left;
}

#bp .catalog_items_content_right h2 {
  margin: 0 30px 5px 0;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
}

#bp .catalog_items_content_right h3 {
  margin: 15px 30px 0 0;
  text-transform: uppercase;
  color: #666666;
  font-size: 14px;
  line-height: 1;
  ;
  text-align: left;
}

#bp .catalog_items_content_right p {
  text-align: left;
  margin: 0 0 0 0;
  color: #666666;
  font-weight: 16px;
  line-height: 1;
}

#bpform .catalog_items_submit_btn_container {
  text-align: left;
}

#dentalexam .catalog_items_content_right h1 {
  margin: 15px 0 0 0;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  line-height: 1;
  text-align: left;
}

#dentalexam .catalog_items_content_right h2 {
  margin: 0 30px 5px 0;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
}

#dentalexam .catalog_items_content_right h3 {
  margin: 15px 30px 0 0;
  text-transform: uppercase;
  color: #666666;
  font-size: 14px;
  line-height: 1;
  ;
  text-align: left;
}

#dentalexam .catalog_items_content_right p {
  text-align: left;
  margin: 0 0 0 0;
  color: #666666;
  font-weight: 16px;
  line-height: 1;
}

#dentalform .catalog_items_submit_btn_container {
  text-align: left;
}

#fitness .catalog_items_content_right h1 {
  margin: 15px 0 0 0;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  line-height: 1;
  text-align: left;
}

#fitness .catalog_items_content_right h2 {
  margin: 0 30px 5px 0;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
}

#fitness .catalog_items_content_right h3 {
  margin: 15px 30px 0 0;
  text-transform: uppercase;
  color: #666666;
  font-size: 14px;
  line-height: 1;
  ;
  text-align: left;
}

#fitness .catalog_items_content_right p {
  text-align: left;
  margin: 0 0 0 0;
  color: #666666;
  font-weight: 16px;
  line-height: 1;
}

#fitnessform .catalog_items_submit_btn_container {
  text-align: left;
}

#physicalexam .catalog_items_content_right h1 {
  margin: 15px 0 0 0;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  line-height: 1;
  text-align: left;
}

#physicalexam .catalog_items_content_right h2 {
  margin: 0 30px 5px 0;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
}

#physicalexam .catalog_items_content_right h3 {
  margin: 15px 30px 0 0;
  text-transform: uppercase;
  color: #666666;
  font-size: 14px;
  line-height: 1;
  text-align: left;
}

#physicalexam .catalog_items_content_right p {
  text-align: left;
  margin: 0 0 0 0;
  color: #666666;
  font-weight: 16px;
  line-height: 1;
}

#physicalform .catalog_items_submit_btn_container {
  text-align: left;
}

#spirit .catalog_items_content_right h1 {
  margin: 15px 0 0 0;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  line-height: 1;
  text-align: left;
}

#spirit .catalog_items_content_right h2 {
  margin: 0 30px 5px 0;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
}

#spirit .catalog_items_content_right h3 {
  margin: 15px 30px 0 0;
  text-transform: uppercase;
  color: #666666;
  font-size: 14px;
  line-height: 1;
  text-align: left;
}

#spirit .catalog_items_content_right p {
  text-align: left;
  margin: 0 0 0 0;
  color: #666666;
  font-weight: 16px;
  line-height: 1.4;
}

#spirit .catalog_items_content_right ul {
  line-height: 1.4;
}

#spirit .catalog_items_content_right li {
  text-align: left;
  font-size: 14px;
  color: #000;
  margin-left: 20px;
}

#spiritform {
  float: left;
}

#spiritform p {
  text-align: left;
  margin-left: 40px;
  line-height: 1.5;
}

#spiritform .catalog_items_submit_btn_container {
  text-align: left;
  margin-top: 10px;
}

#tob .catalog_items_content_right h1 {
  margin: 15px 0 0 0;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  line-height: 1;
  text-align: left;
}

#tob .catalog_items_content_right h2 {
  margin: 0 30px 5px 0;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
}

#tob .catalog_items_content_right h3 {
  margin: 15px 30px 0 0;
  text-transform: uppercase;
  color: #666666;
  font-size: 14px;
  line-height: 1;
  text-align: left;
}

#tob .catalog_items_content_right p {
  text-align: left;
  margin: 0 10px 0 0;
  color: #666666;
  font-weight: 16px;
  line-height: 1;
  float: left;
}

#tobform {
  float: left;
  line-height: 2;
}

#tobform p {
  text-align: left;
  margin-left: 40px;
  line-height: 1.5;
}

#tobform .catalog_items_submit_btn_container {
  text-align: left;
  margin-top: 10px;
}

#visionexam .catalog_items_content_right h1 {
  margin: 15px 0 0 0;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  line-height: 1;
  text-align: left;
}

#visionexam .catalog_items_content_right h2 {
  margin: 0 30px 5px 0;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
}

#visionexam .catalog_items_content_right h3 {
  margin: 15px 30px 0 0;
  text-transform: uppercase;
  color: #666666;
  font-size: 14px;
  line-height: 1;
  text-align: left;
}

#visionexam .catalog_items_content_right p {
  text-align: left;
  margin: 0 0 0 0;
  color: #666666;
  font-weight: 16px;
  line-height: 1;
}

#visionform .catalog_items_submit_btn_container {
  text-align: left;
}

#vote .catalog_items_content_right h1 {
  margin: 15px 0 0 0;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  line-height: 1;
  text-align: left;
}

#vote .catalog_items_content_right h2 {
  margin: 0 30px 5px 0;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
}

#vote .catalog_items_content_right h3 {
  margin: 0 30px 0 0;
  text-transform: uppercase;
  color: #666666;
  font-size: 14px;
  line-height: 1;
  text-align: left;
}

#vote .catalog_items_content_right p {
  text-align: left;
  margin: 0 0 0 0;
  color: #666666;
  font-weight: 16px;
  line-height: 1;
}

#voteform {
  float: left;
}

#voteform p {
  text-align: left;
  margin-left: 40px;
  line-height: 1.5;
}

#voteform .catalog_items_submit_btn_container {
  text-align: left;
}

#weightmanagement .catalog_items_content_right h1 {
  margin: 15px 0 0 0;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  line-height: 1;
  text-align: left;
}

#weightmanagement .catalog_items_content_right h2 {
  margin: 0 30px 5px 0;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
}

#weightmanagement .catalog_items_content_right h3 {
  margin: 15px 30px 0 0;
  text-transform: uppercase;
  color: #666666;
  font-size: 14px;
  line-height: 1;
  ;
  text-align: left;
}

#weightmanagement .catalog_items_content_right p {
  text-align: left;
  margin: 0 0 0 0;
  color: #666666;
  font-weight: 16px;
  line-height: 1;
}

#weightform .catalog_items_submit_btn_container {
  text-align: left;
}

/*ACTIVITIES ICONS STYLING END*/

.catalog_items_submit_btn {
  float: left;
}

.dropdown_title {
  color: #000;
  font-size: 14px;
}

.weighterror_text {
  color: red;
  text-align: left;
  font-size: 12px;
  line-height: 1;
}

.denerror_text {
  color: red;
  text-align: left;
  font-size: 12px;
  line-height: 1;
}

.bperror_text {
  color: red;
  text-align: left;
  font-size: 12px;
  line-height: 1;
}

.bp2error_text {
  color: red;
  text-align: left;
  font-size: 12px;
  line-height: 1;
}

.voteerror_text {
  color: red;
  text-align: left;
  font-size: 12px;
  line-height: 1;
}

.viserror_text {
  color: red;
  text-align: left;
  font-size: 12px;
  line-height: 1;
}


.table_leftcolumn {
  width: 300px;
}

#pointsviewtable table {
  border: 5px solid #fff;
  box-shadow: 0 0 0 3px #e8e8e8;
}

#pointsviewtable table td {
  border: 1px solid #e8e8e8;
}

#pointsviewtable .points {
  font-size: 40px;
  margin: 0;
  color: #29a4c4;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

#pointsviewtable .point_total {
  font-size: 40px;
  margin: 0;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

#pointsviewtable .point_row_title {
  font-size: 17px;
  color: #B8B8B8;
  text-transform: uppercase;
}

#pointsviewtable .point_row_total {
  color: #fff;
  text-transform: uppercase;
}

#pointsviewtable .catalog_column_title {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

#pointsviewtable2 table {
  border: 5px solid #fff;
  box-shadow: 0 0 0 3px #e8e8e8;
}

#pointsviewtable2 table td {
  border: 1px solid #e8e8e8;
}

#pointsviewtable2 .points {
  font-size: 40px;
  margin: 0;
  color: #29a4c4;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

#pointsviewtable2 .point_total {
  font-size: 40px;
  margin: 0;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

#pointsviewtable2 .point_row_title {
  font-size: 17px;
  color: #B8B8B8;
  text-transform: uppercase;
}

#pointsviewtable2 .point_row_total {
  color: #fff;
  text-transform: uppercase;
}

#pointsviewtable2 .catalog_column_title {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.tablecolumn_grey {
  background-color: #f4f4f4;
}

.tablecolumn_blue {
  background-color: #29a4c4;
  color: #fff;
}

.turnin_btn {
  margin-left: 20px;
  margin-top: 10px;
  width: 30%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #99ca3c;
  opacity: 1;
  float: left;
}

.turnin_btn:hover {
  opacity: .6;
}

.turnin_btn a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

.turnin_btn_spacer1 {
  width: 19%;
  height: 35px;
  float: left;
}

.turnin_btn_spacer2 {
  width: 20px;
  height: 35px;
  float: left;
}

.turnin_btn_plus {
  font-weight: bolder;
  margin-left: 15px;
}