/***********************************************************************************************
COLOR PALLETTES

GREEN: #99ca3c;
BLUE: #29a4c4;
DARK BLUE: #1c4b5c;
CHOCOLATE BROWN: #330c09;
LIGHTER BROWN: #88362f;
CORAL PINK:#d88e88;

************************************************************************************************/
/***********************************************************************************************
FONT INFORMATION

Google Font:

HTML STANDAR
<link href='http://fonts.googleapis.com/css?family=Lato:400,300,300italic,100,100italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>

JAVASCRIPT:
<script type="text/javascript">
  WebFontConfig = {
    google: { families: [ 'Lato:400,300,300italic,100,100italic,400italic,700,700italic,900,900italic:latin' ] }
  };
  (function() {
    var wf = document.createElement('script');
    wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
      '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
    wf.type = 'text/javascript';
    wf.async = 'true';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(wf, s);
  })(); </script>


CSS CODE:
font-family: 'Lato', sans-serif;
@import url(http://fonts.googleapis.com/css?family=Lato:400,300,300italic,100,100italic,400italic,700,700italic,900,900italic);


************************************************************************************************/

@import url(http://fonts.googleapis.com/css?family=Lato:400,300,300italic,100,100italic,400italic,700,700italic,900,900italic);
/***********************************************************************************************
CSS STYLE RESET
************************************************************************************************/
@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Lato', sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  color: #000;
}

a {
  text-decoration: none;
}

h1 {
  margin: 0 0 0 0;
  font-size: 40px;
  color: #fff;
  font-family: 'Lato', sans-serif;
}

h1 span {
  font-size: 22px;
  text-transform: uppercase;
}

/***********************************************************************************************
BULK STYLING
************************************************************************************************/
.break {
  display: block;
}

.clearbox {
  clear: both;
}

.clearRight {
  clear: right;
}

.clearLeft {
  clear: left;
}

.pos_rel {
  position: relative;
}

.position {
  position: absolute;
}

.float_right {
  float: right;
}

.float_left {
  float: left;
}

.dis_inline {
  display: inline;
}

.dis_block {
  display: block;
}

.txt_cap {
  text-transform: uppercase;
}

.txt_bold {
  font-weight: bold;
}

.textleft {
  text-align: left;
}

.textcenter {
  text-align: center;
}

.textright {
  text-align: right;
}

.fs_10 {
  font-size: 10px;
}

.fs_12 {
  font-size: 12px;
}

.fs_13 {
  font-size: 13px;
}

.fs_14 {
  font-size: 14px;
}

.fs_15 {
  font-size: 15px;
}

.fs_16 {
  font-size: 16px;
}

.fs_18 {
  font-size: 18px;
}

.fs_21 {
  font-size: 21px;
}

.fs_22 {
  font-size: 22px;
}

.fs_24 {
  font-size: 24px;
}

.fs_25 {
  font-size: 25px;
}

.fs_28 {
  font-size: 28px;
}

.fs_32 {
  font-size: 32px;
}

.fs_49 {
  font-size: 49px;
}

.lh_0 {
  line-height: 0;
}

.lh_1 {
  line-height: 1;
}

.lh_2 {
  line-height: 2;
}

.lh_4 {
  line-height: 4;
}

.lh_6 {
  line-height: 6;
}

.lh_8 {
  line-height: 8;
}

.lh_10 {
  line-height: 10;
}

.lh_12 {
  line-height: 12;
}

.lh_13 {
  line-height: 13;
}

.lh_15 {
  line-height: 15;
}

.lh_17 {
  line-height: 17;
}

.lh_19 {
  line-height: 19;
}

.lh_21 {
  line-height: 21;
}

.lh_24 {
  line-height: 24;
}

.lh_28 {
  line-height: 28;
}

.lh_36 {
  line-height: 36;
}

.lh_56 {
  line-height: 56;
}

.floatShim15 {
  width: 15px;
  height: 40px;
}

.color_black {
  color: #000;
}

.color_white {
  color: #FFF;
}

.color_lightgray {
  color: #CCC;
}

.color_darkgray {
  color: #666;
}

.color_green {
  color: #99ca3c;
}

.color_blue {
  color: #29a4c4;
}

.color_darkBlue {
  color: #1c4b5c;
}

.color_brown {
  color: #330c09;
}

.color_lightbrown {
  color: #88362f;
}

.color_coralpink {
  color: #d88e88;
}

.borderradius2 {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.borderradius4 {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.borderradius6 {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.borderradius8 {
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.borderradius10 {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.paddingbottom_0 {
  padding-bottom: 0 !important;
}

.bold {
  font-weight: bold;
}

#index_right_content {}

#mainImage_container {
  padding-left: 35px;
  margin-top: 40px;
}

.header {
  padding-top: 40px;
}

#headerBar_content {
  width: 960px;
  margin: 0 auto;
  background-color: #330c09;
  height: 40px;
}

#headerBar {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
}

#headerBar_left {
  width: 480px;
  height: 40px;
  float: left;
}

#headerBar_left img {
  margin-top: 7px;
}

#headerBar_right {
  width: 480px;
  height: 40px;
  float: right;
}

#headerNav {
  width: 310px;
  height: 40px;
}

#headerNav li {
  width: 100px;
  height: 40px;
  text-align: center;
  background-color: #330c09;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

#headerNav li:hover {
  background-color: #88362f;
}

#headerNav li a {
  color: #fff;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

#headerNav li a:hover {
  color: #d88e88;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.mainContent_chocochallenge {
  width: 960px;
  margin: 0 auto;
  height: 700px;
  background-color: #fff;
  padding-top: 20px;
}

.weekly_content_container {
  width: 660px;
  height: 665px;
  float: right;
}

#sweeetooth {
  padding-top: 30px;
}

#sweeetooth h1 {
  color: #88362F;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 0 20px 0 20px;
  margin-top: 130px;
}

#sweeetooth h2 {
  padding: 0 20px 0 40px;
  font-size: 1em;
  margin: 0;
  color: #D88E88;
}

#sweeetooth p {
  color: #6e6e6e;
  font-size: .9em;
  padding: 0 20px 5px 20px;
  margin-top: 0;
  margin-bottom: 7px;
}

#sweeetooth ul {
  padding: 0 0 0 60px;
  font-size: .8em;
  line-height: 1.6;
  color: #D88E88;
}

#sweeetooth li {
  margin-bottom: 5px;
  line-height: 1.4;
}

#sweeetooth a {
  color: #88362F;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 0 40px;
}

#sweeetooth a:hover {
  color: #6e6e6e;
  font-style: italic;
}

#portioncontrol {
  padding-top: 30px;
}

#portioncontrol h1 {
  color: #88362F;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 0 20px 0 20px;
  margin-top: 130px;
}

#portioncontrol h2 {
  padding: 0 20px 0 40px;
  font-size: 1em;
  margin: 0;
  color: #D88E88;
}

#portioncontrol p {
  color: #6e6e6e;
  font-size: .9em;
  padding: 0 20px 5px 20px;
  margin-top: 0;
  margin-bottom: 7px;
}

#portioncontrol ul {
  padding: 0 0 0 60px;
  font-size: .8em;
  line-height: 1.6;
  color: #D88E88;
}

#portioncontrol li {
  margin-bottom: 5px;
  line-height: 1.4;
}

#portioncontrol a {
  color: #88362F;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 0 40px;
}

#portioncontrol a:hover {
  color: #6e6e6e;
  font-style: italic;
}

#trainbrain {
  padding-top: 30px;
}

#trainbrain h1 {
  color: #88362F;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 0 20px 0 20px;
  margin-top: 130px;
}

#trainbrain h2 {
  padding: 0 20px 0 40px;
  font-size: 1em;
  margin: 0;
  color: #D88E88;
}

#trainbrain p {
  color: #6e6e6e;
  font-size: .9em;
  padding: 0 20px 5px 20px;
  margin-top: 0;
  margin-bottom: 7px;
}

#trainbrain ul {
  padding: 0 0 0 60px;
  font-size: .8em;
  line-height: 1.6;
  color: #D88E88;
}

#trainbrain li {
  margin-bottom: 5px;
  line-height: 1.4;
}

#trainbrain a {
  color: #88362F;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 0 40px;
}

#trainbrain a:hover {
  color: #6e6e6e;
  font-style: italic;
}

#tastechallenge {
  padding-top: 30px;
}

#tastechallenge h1 {
  color: #88362F;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 0 20px 0 20px;
  margin-top: 130px;
}

#tastechallenge h2 {
  padding: 0 20px 0 40px;
  font-size: 1em;
  margin: 0;
  color: #D88E88;
}

#tastechallenge p {
  color: #6e6e6e;
  font-size: .9em;
  padding: 0 20px 5px 20px;
  margin-top: 0;
  margin-bottom: 7px;
}

#tastechallenge ul {
  padding: 0 0 0 60px;
  font-size: .8em;
  line-height: 1.6;
  color: #D88E88;
}

#tastechallenge li {
  margin-bottom: 5px;
  line-height: 1.4;
}

#tastechallenge a {
  color: #88362F;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 0 40px;
}

#tastechallenge a:hover {
  color: #6e6e6e;
  font-style: italic;
}

#howmuch {
  padding-top: 30px;
}

#howmuch h1 {
  color: #88362F;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 0 20px 0 20px;
  margin-top: 130px;
}

#howmuch h2 {
  padding: 0 20px 0 40px;
  font-size: 1em;
  margin: 0;
  color: #6e6e6e !important;
}

#howmuch p {
  color: #6e6e6e;
  font-size: .9em;
  padding: 0 20px 5px 20px;
  margin-top: 0;
  margin-bottom: 7px;
}

#howmuch ul {
  padding: 0 0 0 60px;
  font-size: .8em;
  line-height: 1.6;
  color: #6e6e6e !important;
}

#howmuch li {
  margin-bottom: 5px;
  line-height: 1.4;
}

#howmuch a {
  color: #88362F;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 0 40px;
}

#howmuch a:hover {
  color: #6e6e6e;
  font-style: italic;
}

#metabolism {
  padding-top: 30px;
}

#metabolism h1 {
  color: #88362F;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 0 20px 0 20px;
  margin-top: 130px;
}

#metabolism h2 {
  padding: 0 20px 0 40px;
  font-size: 1em;
  margin: 0;
  color: #D88E88;
}

#metabolism p {
  color: #6e6e6e;
  font-size: .9em;
  padding: 0 20px 5px 20px;
  margin-top: 0;
  margin-bottom: 7px;
}

#metabolism ul {
  padding: 0 0 0 60px;
  font-size: .8em;
  line-height: 1.6;
  color: #D88E88;
}

#metabolism li {
  margin-bottom: 5px;
  line-height: 1.4;
}

#metabolism a {
  color: #88362F;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 0 40px;
}

#metabolism a:hover {
  color: #6e6e6e;
  font-style: italic;
}

#meditate {
  padding-top: 30px;
}

#meditate h1 {
  color: #88362F;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 0 20px 0 20px;
  margin-top: 130px;
}

#meditate h2 {
  padding: 0 20px 0 40px;
  font-size: 1em;
  margin: 0;
  color: #D88E88;
}

#meditate p {
  color: #6e6e6e;
  font-size: .9em;
  padding: 0 20px 5px 20px;
  margin-top: 0;
  margin-bottom: 7px;
}

#meditate ul {
  padding: 0 0 0 60px;
  font-size: .8em;
  line-height: 1.6;
  color: #D88E88;
}

#meditate li {
  margin-bottom: 5px;
  line-height: 1.4;
}

#meditate a {
  color: #88362F;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 0 40px;
}

#meditate a:hover {
  color: #6e6e6e;
  font-style: italic;
}

#bloodpressure {
  padding-top: 30px;
}

#bloodpressure h1 {
  color: #88362F;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 0 20px 0 20px;
  margin-top: 130px;
}

#bloodpressure h2 {
  padding: 0 20px 0 40px;
  font-size: 1em;
  margin: 0;
  color: #D88E88;
}

#bloodpressure p {
  color: #6e6e6e;
  font-size: .9em;
  padding: 0 20px 5px 20px;
  margin-top: 0;
  margin-bottom: 7px;
}

#bloodpressure ul {
  padding: 0 0 0 60px;
  font-size: .8em;
  line-height: 1.6;
  color: #D88E88;
}

#bloodpressure li {
  margin-bottom: 5px;
  line-height: 1.4;
}

#bloodpressure a {
  color: #88362F;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 0 40px;
}

#bloodpressure a:hover {
  color: #6e6e6e;
  font-style: italic;
}

#cleanplate {
  padding-top: 30px;
}

#cleanplate h1 {
  color: #88362F;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 0 20px 0 20px;
  margin-top: 130px;
}

#cleanplate h2 {
  padding: 0 20px 0 40px;
  font-size: 1em;
  margin: 0;
  color: #D88E88;
}

#cleanplate p {
  color: #6e6e6e;
  font-size: .9em;
  padding: 0 20px 5px 20px;
  margin-top: 0;
  margin-bottom: 7px;
}

#cleanplate ul {
  padding: 0 0 0 60px;
  font-size: .8em;
  line-height: 1.6;
  color: #D88E88;
}

#cleanplate li {
  margin-bottom: 5px;
  line-height: 1.4;
}

#cleanplate a {
  color: #88362F;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 0 40px;
}

#cleanplate a:hover {
  color: #6e6e6e;
  font-style: italic;
}

#finalcheckup {
  padding-top: 30px;
}

#finalcheckup h1 {
  color: #88362F;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 0 20px 0 20px;
  margin-top: 130px;
}

#finalcheckup h2 {
  padding: 0 20px 0 40px;
  font-size: 1em;
  margin: 0;
  color: #D88E88;
}

#finalcheckup p {
  color: #6e6e6e;
  font-size: .9em;
  padding: 0 20px 5px 20px;
  margin-top: 0;
  margin-bottom: 7px;
}

#finalcheckup ul {
  padding: 0 0 0 60px;
  font-size: .8em;
  line-height: 1.6;
  color: #D88E88;
}

#finalcheckup li {
  margin-bottom: 5px;
  line-height: 1.4;
}

#finalcheckup a {
  color: #88362F;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 0 40px;
}

#finalcheckup a:hover {
  color: #6e6e6e;
  font-style: italic;
}

#finishchallenge {
  padding-top: 30px;
}

#finishchallenge h1 {
  color: #88362F;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 0 20px 0 20px;
  margin-top: 130px;
}

#finishchallenge h2 {
  padding: 0 20px 0 40px;
  font-size: 1em;
  margin: 0;
  color: #D88E88;
}

#finishchallenge p {
  color: #6e6e6e;
  font-size: .9em;
  padding: 0 20px 5px 20px;
  margin-top: 0;
  margin-bottom: 7px;
}

#finishchallenge ul {
  padding: 0 0 0 60px;
  font-size: .8em;
  line-height: 1.6;
  color: #D88E88;
}

#finishchallenge li {
  margin-bottom: 5px;
  line-height: 1.4;
}

#finishchallenge a {
  color: #88362F;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 0 40px;
}

#finishchallenge a:hover {
  color: #6e6e6e;
  font-style: italic;
}

.download_workbook {
  margin-left: 60px;
  height: 75px;
}

.download_workbook img {
  opacity: 1;
  margin-top: 5px;
  float: left;
}

.download_workbook img:hover {
  opacity: .8;
  float: left;
}

.text_spacing {
  padding: 0 60px 0 0;
}

.tipindent {
  margin-left: 10px;
}

.weekly_content_container #sweeetooth .rotate_word_header {
  font-size: 30px;
  color: #D88E88;
  font-size: bolder;
  position: absolute;
  z-index: 9999;
}

.weekly_content_container #portioncontrol .rotate_word_header {
  font-size: 30px;
  color: #D88E88;
  font-size: bolder;
  position: absolute;
  z-index: 9999;
}

.weekly_content_container #trainbrain .rotate_word_header {
  font-size: 30px;
  color: #D88E88;
  font-size: bolder;
  position: absolute;
  z-index: 9999;
}

.weekly_content_container #tastechallenge .rotate_word_header {
  font-size: 30px;
  color: #D88E88;
  font-size: bolder;
  position: absolute;
  z-index: 9999;
}

.weekly_content_container #metabolism .rotate_word_header {
  font-size: 30px;
  color: #D88E88;
  font-size: bolder;
  position: absolute;
  z-index: 9999;
}

.weekly_content_container #meditate .rotate_word_header {
  font-size: 30px;
  color: #D88E88;
  font-size: bolder;
  position: absolute;
  z-index: 9999;
}

.weekly_content_container #bloodpressure .rotate_word_header {
  font-size: 30px;
  color: #D88E88;
  font-size: bolder;
  position: absolute;
  z-index: 9999;
}

.weekly_content_container #cleanplate .rotate_word_header {
  font-size: 30px;
  color: #D88E88;
  font-size: bolder;
  position: absolute;
  z-index: 9999;
}

.weekly_content_container #finalcheckup .rotate_word_header {
  font-size: 30px;
  color: #D88E88;
  font-size: bolder;
  position: absolute;
  z-index: 9999;
}

.weekly_content_container #finishchallenge .rotate_word_header {
  font-size: 30px;
  color: #D88E88;
  font-size: bolder;
  position: absolute;
  z-index: 9999;
}


.chocolateChallenge_mainContent_container {
  float: right;
}


.checkIn_form_container {
  position: absolute;
  z-index: 9998;
  left: 25%;
  top: 50px;
}

.checkIn_form_container .formContainer {
  width: 400px;
  height: 550px;
  background-color: #29a4c4;
  float: left;
  border: 10px solid #FFFFFF;
}

.checkIn_form_container .doctorContainer {
  width: 300px;
  height: 600px;
  float: left;
}


.checkIn_form_container .formContainer .formContainer_top {
  height: 65px;
  background-color: #1c4b5c;
}

.checkIn_form_container .formContainer .formContainer_top h1 {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
}

.checkIn_form_container .formContainer .formContainer_inputs input {
  margin: 15px 0 0 35px;
  width: 320px;
  height: 25px;
}

.checkIn_form_container .formContainer .formContainer_inputs select {
  margin: 15px 0 0 35px;
  width: 330px;
  height: 25px;
}

.checkIn_form_container .formContainer .formContainer_inputs .submit_Checkin {
  height: 50px;
  background-color: #1C4B5C;
  width: 335px;
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.checkIn_form_container .formContainer .formContainer_inputs .submit_Checkin:hover {
  height: 50px;
  background-color: #bcbcbc;
  width: 335px;
  color: #1C4B5C;
  font-size: 25px;
  text-transform: uppercase;
  cursor: pointer;
}

.checkIn_form_container .formContainer .formContainer_inputs p {
  color: #fff;
  font-size: 25px;
  margin-left: 20px;
  font-weight: bold;
}

.footer_container {
  width: 100%;
  height: 50px;
}

.footer {
  width: 960px;
  margin: 0 auto;
  height: 50px;
  background-color: #330C09;
  position: relative;
}

.footer_content {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  padding-top: 5px;
}

.footer_content p {
  color: #fff;
  display: inline;
  width: 200px;
  margin: 0 auto;
  text-align: 0 auto;
  font-size: 11px;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #D88E88;
}

input {
  border: 0;
}

input[type="text"] {
  color: #bcbcbc;
  padding-left: 10px;
}

input[type="text"]:focus {
  color: #29a4c4;
}

select {
  color: #bcbcbc;
  padding-left: 10px;
  padding-top: 3px;
}

select:focus {
  color: #29a4c4;
}

input[type='text']:hover {
  -moz-box-shadow: 0px 0px 4px #ffffff;
  -webkit-box-shadow: 0px 0px 4px #ffffff;
  box-shadow: 0px 0px 4px #ffffff;
}

.formContainer_inputs .inputLabels {
  margin: 35px 0 0 0;
  line-height: 1;
}

.docOffice_img_container {
  margin: 0 auto;
}

html body div.wrapper div.mainContent_intitialCheck img.mainContent_intitialCheck_bg {
  margin: 0 auto;
}

html {
  background: url(../images/chocolateSpoon_25opacity_1024x683.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#medBag {
  margin: 17px 25px 0 0;
  float: left;
}

#chocolateChallenge_footer {
  width: 100%;
  height: 300px;
  background-color: #330c09;
  position: relative;
}

/***********************************************************************************************
LEFT DASHBOARD STYLING
************************************************************************************************/
.chocolateChallenge_mainContent_container .dashboard_container {
  width: 300px;
  background-color: #d88e88;
  padding-top: 20px;
  float: left;
  height: 680px;
}

.chocolateChallenge_mainContent_container .dashboard_container h1 {
  height: 55px;
  width: 300px;
  background-color: #88362f;
  text-transform: uppercase;
  text-align: center;
  line-height: 55px;
  font-size: 28px;
  font-weight: 400;
}

html body div.wrapper div.mainContent_chocochallenge div.chocolateChallenge_mainContent_container div.dashboard_container div.dashCheckup img {
  opacity: 1;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

html body div.wrapper div.mainContent_chocochallenge div.chocolateChallenge_mainContent_container div.dashboard_container div.dashCheckup img:hover {
  opacity: .5;
}

#checkIn_reveal_toggle {
  margin-left: 300px;
}

.chocolateChallenge_mainContent_container .dashboard_container .dashCheckup {
  margin: 0 auto;
  width: 115px;
  padding: 35px 0 20px 0;
}

.chocolateChallenge_mainContent_container .dashboard_container .challenge_tiles {
  margin: 0 auto;
  width: 300px;
  background-color: #d88e88;
}

.chocolateChallenge_mainContent_container .dashboard_container .challenge_tiles_row {
  margin: 0 auto;
  width: 300px;
  height: 95px;
}

.chocolateChallenge_mainContent_container .dashboard_container .challenge_tiles_row .challenge_column {
  width: 100px;
  height: 85px;
  float: left;
  padding: 5px 0 5px 0;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.chocolateChallenge_mainContent_container .dashboard_container .challenge_tiles_row .challenge_column:hover {
  width: 100px;
  height: 85px;
  background-color: #88362f;
  float: left;
  padding: 5px 0 5px 0;
}

.chocolateChallenge_mainContent_container .dashboard_container .challenge_tiles_row .active_button_column {
  background-color: #88362f !important;
}

.chocolateChallenge_mainContent_container .dashboard_container .challenge_tiles_row .challenge_column p {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  margin-top: -5px;
  text-align: center;
  text-transform: uppercase;
}

.chocolateChallenge_mainContent_container .dashboard_container #connect_image_container {
  width: 300px;
  height: 250px;
  background-color: #D88E88;
}

.chocolateChallenge_mainContent_container .dashboard_container #connect_image_container img {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.chocolateChallenge_mainContent_container .dashboard_container #connect_image_container img:hover {
  opacity: .7;
}