/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 * @modified	April 04, 2018 by RK
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

.clearfix {
    zoom: 1;
}
p {
    font-size: 0.88em;
    color: #6d6e71;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Interra styles
   ========================================================================== */
body {
    font-family: 'Lato', 'sans-serif';
}

a:link, a:visited {
    /*text-decoration: underline;*/
    color: #62A60A;
}

.bold{font-weight:bold;}
.normal{font-weight: normal;}
.underline{ text-decoration: underline;}
div.blue__triangle--right {
    border-bottom: 76px solid transparent;
    border-right: 50px solid #002f86;
    border-top: 70px solid transparent;
    height: 0;
    left: -50px;
    position: absolute;
    top: 0;
    width: 0;
}

/* Buttons and links */
.button, .button--listing, .button--archive {
    line-height: 38px;
    text-align: center;
    background-color: #62A60A;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border: 0;
    padding: 0 10px;
    font-family: 'Lato', 'sans-serif';
    margin: 0 5px;
}
.button a{
    color:#fff;
    text-decoration: none;
}
.button--check-availability{
    margin: 5px 0 5px 0;
}
.button__link:link, .button__link:visited {
    color: #fff;
    text-decoration: none;
}
.button--rec {
    line-height: 31px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #62A60A;
    display: inline-block;
    text-decoration: none;
    padding: 2px 15px;
    font-family: 'Lato', 'sans-serif';
    margin-right: 10px;
    font-weight: 300;
    font-size: .95em;
}
.button--archive {
    float: right;
}
.button--listing, .button--archive {
    font-size: .8em;
    padding: 0 33px 0 10px;
    position: relative;
}
.button--listing:after, .button--archive:after {
    content: url(../images/participant/arrow-right.png);
    position: absolute;
    right: 13px;
    top: 2px;
}
.button__link--rec:link, .button__link--rec:visited {
    color: #62A60A;
    text-decoration: none;
}

/* Logo */
header {
    display: inline-block;
    margin: 15px 0;
}

/* Primary Navigation */
.wrapper {
    width: 922px;
    margin: 0 auto;
}
.primary {
    display: inline-block;
    width: 773px;
    text-align: right;
    margin-top: 40px;
    vertical-align: top;
    font-family: 'Lato', 'sans-serif';
    font-weight: 300;
}
.primary__list {
    margin: 0;
    padding: 0;
}

.primary__item {
    display: inline-block;
    font-size: 1.1em;
    font-weight: 300;
    margin: 0 8px;
    position: relative;
    cursor: default;
}

.primary__link {
    color: #6d6e71;
}

.primary__link:link, .primary__link:visited {
    text-decoration: none;
    color: #6d6e71;
}

.nav-container {
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.nav-container--login {
    border-bottom: 0;
    margin-bottom: 0;
}

/* Utility Navigation */
.utility {
    height: 34px;
    font-family: 'Lato', 'sans-serif';
    font-weight: 300;
    font-size: .75em;
    padding-top: 7px;
    text-align: right;
    background-color: #62A60A;
}
.utility__item {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    color: #fff;
}
.utility__item:first-child > .utility__link:before {
    content: "";
    border-left: none;
}
.utility__list {
    margin: 6px auto 0;
    padding: 0;
}
.utility__link:link, .utility__link:visited {
    color: #fff;
    text-decoration: none;
}
.utility__link:before {
    content: "\00A0";
    height: 1em;
    width: 1px;
    border-left: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 2px;
}

/* Footer */
.footer {
    padding: 20px 0 30px;
    margin: 0 auto;
}

.footer-contact {
    color: #6d6e71;
    font-size: .75em;
    width: 430px;
    float: left;
}

.footer-nav__list {
    margin: 0;
    padding: 0;
}

.footer-nav__item:before {
    content: "\00A0";
    height: 1em;
    width: 1px;
    border-left: 1px solid #6d6e71;
    position: absolute;
    left: 0;
    top: 3px;
}
.footer-nav__item:first-child:before {
    content: "";
    border: none;
}
.footer-nav__link :link, .footer-nav__link :visited {
    text-decoration: none;
    color: #6d6e71;
}

/* Social Icons */

.social {
    display: inline-block;
    margin-top: 40px;
    vertical-align: top;
    margin-left: 23px;
}
.social__list {
    margin: 0;
    padding: 0;
}
.social__item {
    display: inline-block;
    margin-left: 9px;
}

.social__item:first-child {
    margin-left: 30px;
}

.social--footer {
    margin-top: 9px;
    text-align: right;
    margin-right: 15px;
}

/* Main content section */
.main {
    background-color: #f2f3f1;
    padding-bottom: 30px;
}

/*.main--dashboard {
    background-image: url('../images/participant/mainbg.jpg');
    background-repeat: repeat-x;
    background-position: top left;
}*/

.main__title {
    display: block;
    color: #445D71;
    font-size: .75em;
    margin-bottom: 2px;
}

.main__title--name {
    float: left;
    text-align: left;
    color: #445D71;
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    font-style: italic;
}
.main__title--date {
    float: right;
    text-align: right;
    display: block;
    margin-bottom: 5px;
}

.main__heading {
    font-weight: normal;
    font-family: 'Lato', 'sans-serif';
    font-weight: 300;
    font-size: 2em;
    color: #435c71;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    /*border-bottom: 1px dashed #435c71;*/
}

.main__heading--landing {
    margin-bottom: 0;
}

.main__heading--lower {
    text-transform: none;
}

.main__heading--login {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}

/* Sidebar */

.sidebar {
    width: 216px;
    float: left;
    margin-right: 20px;
}

.notify {
    width: 176px;
    height: 101px;
    background-image: url('../images/participant/notifybg.jpg');
    background-repeat: no-repeat;
    margin-bottom: 20px;
    position: relative;
}
.survey__heading {
    font-family: 'Permanent Marker';
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 10px;
}
a.complete__survey{
    color: #ffffff;
    text-decoration: none;
    font-size: 1.2em;
}
a.off__survey{
    color:#6b82b5;
    text-decoration: none;
}
p.survey__description{
    color: #6d6e71;
    font-size: 1.1em;
}
.notify__heading {
    font-family: 'Permanent Marker';
    font-size: 1.4em;
    line-height: 1em;
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.notify__link:link, .notify__link:visited {
    color: #fff;
    text-decoration: none;
}
.notify__amount {
    font-size: .7em;
    background-color: #e11f26;
    width: 15px;
    height: 15px;
    display: block;
    text-align: center;
    padding: 3px;
    border-radius: 10px;
    position: absolute;
    right: 15px;
    top: 10px;
}
.notify__amount:after {
    content: "\00A0";
    width: 25px;
    height: 25px;
    border: 1px solid #e11f26;
    border-radius: 14px;
    position: absolute;
    left: -3px;
    top: -3px;
}

.score {
    background-image: url('../images/participant/scorebg.png');
    background-repeat: no-repeat;
    width: 167px;
    height: 144px;
    text-align: center;
    padding: 20px 5px;
    color: #002F86;
}

.score__heading {
    font-weight: normal;
    font-size: .75em;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    line-height: 1em;
}

.score__link {
    font-size: .75em;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1em;
}

.score__amount {
    display: block;
    font-size: 4.5em;
    font-weight: 900;
    line-height: .85em;
    margin-bottom: 10px;
}
.score__grade {
    display: block;
    font-size: 2.5em;
    font-weight: 900;
    line-height: .85em;
}

.score__link:link, .score__link:visited {
    color: #002F86;
    text-decoration: none;
}
.blog {
    margin-top: 30px;
    width: 190px;
}
.blog__heading {
    margin: 5px 0;
    font-weight: 300;
    font-family: 'Lato', 'sans-serif';
    color: #435c71;
}
.blog__date {
    color: #6d6e71;
    font-size: .9em;
}
.blog__date--highlight {
    font-style: italic;
    font-weight: 700;
    color: #002F86;
}
.blog__text {
    color: #6d6e71;
    font-size: .9em;
    margin: 0 0 10px;
    font-weight: 300;
    padding: 0;
}
.blog__title {
    margin: 0;
    line-height: 1;
}
.blog__link {
    font-size: .9em;
    font-weight: normal;
}
.blog__link:link, .blog__link:visited {
    text-decoration: none;
}
.column {
    width: 686px;
    float: left;
    position: relative;
}

.big__column {
    width: 986px;
    float: left;
    position: relative;
}

.column__margin--top{margin-top:20px;}

/* Logs navigation */

.logs__list {
    margin: 30px 0 45px 0;
    padding: 0;
    background: url("../images/participant/logbg.png") no-repeat scroll 0 0;
    width: 646px;
    min-height: 118px;
    height: auto;
    position: relative;
}
.logs__list:after {
    content: url('../images/participant/iggy.png');
    position: absolute;
    top: -55px;
    right: -90px;
}
.logs__link:link, .logs__link:visited {
    text-decoration: none;
    color: #002F86;
    font-size: .8em;
    display: block;
    /*	padding-top: 90px;*/
}
.logs__item {
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
    width: 145px;
}

ul.logs__options .logs__item{
    margin-left: 25px;
    margin-bottom: 10px;
}
.logs__tagline {
    font-family: 'Permanent Marker', sans-serif;
    font-size: 1.3em;
    line-height: 1em;
    display: block;
    color: #002F86;
    width: 130px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    position: absolute;
    top: 59px;
    right: 85px;
}
/*Announcements */
div.announcement__buttons{
    display: block;
    text-align: right;

}
h3.announcement__heading{
    margin-left: 0;
}
/* Recommendations */
.rec {
    border-bottom: 1px solid #c8cacf;
    padding: 30px 0;
}
.rec:last-of-type {
    border-bottom: none;
}

.rec__image {
    display: block;
    float: left;
    margin-right: 20px;
}

.rec__heading {
    margin: 0;
    font-weight: 300;
    font-family: 'Lato', 'sans-serif';
    color: #435c71;
}

.rec__summary, article.rec p, article.rec li {
    font-size: 0.9em;
    color: #6d6e71;
    margin-top: 0;
}

.rec__link:link, .rec__link:visited {
    text-decoration: none;
}

.rec__buttons {
    float: right;
    width: 430px;
    margin: 20px;
    text-align: right;
}

/* Listings */
.listing {
    width: 300px;
    float: left;
    min-height: 200px;
    padding-right: 20px;
    margin-top: 20px;
}
.listing__container {
    border-top: 1px solid #c8cacf;
    margin-top: 20px;
}
.listing__container h2{
    font-size: 1.3em;
}
.listing:first-of-type {
    border-right: 1px solid #c8cacf;
    margin-right: 20px;
}

.listing__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.listing__item {
    margin-bottom: 7px;
}
.listing__date {
    display: block;
    text-transform: uppercase;
    font-size: .75em;
    color: #6d6e71;
}
.listing__location {
    display: block;
    font-size: .75em;
    font-style: italic;
    font-weight: 700;
    color: #002F86;
}
.listing__title:link, .listing__title:visited {
    text-decoration: none;
}
div.listing__title{
    color: #62A60A;
}

/* Feature Boxes */
.feature {
    width: 287px;
    height: 112px;
    background-color: #fff;
    background-image: url('../images/participant/featurebg.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 15px 5px;
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
    text-align: center;
}
.feature:first-child {
    margin-left: 0;
}
.feature__heading {
    font-weight: 400;
    font-size: .9em;
    text-transform: uppercase;
    text-align: center;
    color: #002F86;
    margin: 0;
}
.feature__amount {
    font-size: 4.5em;
    font-weight: 900;
    color: #002F86;
    display: block;
    line-height: 1.1em;
    text-align: center;
}
.feature__grade, .feature__left--bottom{
    font-size: 0.6em;
    text-transform: uppercase;
    text-align: left;
    color: #002F86;
    line-height: 3em;
    float: left;
    margin-left: 5px;
}
.feature__overall--risk, .feature__right--bottom{
    font-size: 0.6em;
    text-transform: uppercase;
    text-align: right;
    color: #002F86;
    line-height: 3em;
    float: right;
    margin-right: 5px;
}

.feature__link {
    font-size: 0.8em;
    text-transform: uppercase;
}

.feature__link:link, .feature__link:visited {
    color: #002F86;
    text-decoration: none;
}
/* Incentive level */
.level {
    background-image: url('../images/participant/level.png');
    background-repeat: no-repeat;
    background-position: top center;
    width: 272px;
    padding-top: 27px;
    margin: 17px auto 10px;
    position: relative;
}
a#incentive_info{
    text-decoration: none;
}
.level__label {
    display: inline-block;
    color: #002F86;
    font-size: 0.7em;
    font-weight: bold;
}
.level__label:first-child {
    margin-left: 10px;
}
.level__label--number {
    font-size: 1.1em;
    font-weight: 900;
    color: #002F86;
    margin-left: 5px;
    margin-right: 18px;
}
.level__indicator {
    background-image: url('../images/participant/indicator.png');
    background-repeat: no-repeat;
    width: 21px;
    height: 26px;
    position: absolute;
    top: 0;
    /* To account for width of indicator when left positioning using percents */
    margin-left: -21px;
}

/*Index modal form*/
#hra-dialog select{
    width:250px;
    padding:3px 5px 3px 15px;
    color:#435c71;
    font-size:1em;
    margin-top:1em;
}

#hra__buttons{
    clear:both;
    margin: 1em 0 2em 0;
}
/* Login */

.login {
    width: 581px;
    height: 550px;
    margin: 0 auto;
    background-color: #e5e5e2;
    position: relative;
}
.signup {
    min-height: 400px;
    margin: 20px auto 0;
    background-color: #e5e5e2;
    position: relative;
    padding-bottom: 20px;
}
p.info__text--signup{
    margin: 5px 10px 5px 25px;
    color: #5E5E5E;
    width: 550px;
}
.reset__password {
    width: 581px;
    min-height: 500px;
    margin: 0 auto;
    background-color: #e5e5e2;
    position: relative;
}
ul.password__instructions{
    padding: 0 5px 0 25px;
}

.unsubscribe__email {
    width: 581px;
    height: 250px;
    margin: 0 auto;
    background-color: #e5e5e2;
    position: relative;
}

.login__heading {
    font-weight: normal;
    width: 100%;
    margin: 0;
    background-color: #61a60e;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 57px;
}
.signup__heading {
    font-weight: normal;
    width: 100%;
    margin: 0;
    background-color: #61a60e;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 5px;
}

.login__label {
    color: #455e71;
    display: block;
    float: left;
    font-size: 0.8em;
    font-weight: 600;
    height: 39px;
    line-height: 15px;
    margin-left: 41px;
    margin-right: 15px;
    margin-top: 10px;
    width: 210px;
}

.login__input {
    width: 207px;
    height: 33px;
    margin-bottom: 15px;
    margin-right: 100px;
}
.login__select {
    width: 89px;
    height: 33px;
}
.select__box{
    margin-bottom: 15px;
    margin-right: 140px;
}
.login__submit {
    display: block;
    position: absolute;
    right: 137px;
    z-index: 1000;
}

.login__text {
    font-size: .70em;
    width: 300px;
    margin-left: 35px;
}
.login__disclaimer {
    font-size: .60em;
    margin-left: 35px;
}

.login__iggy {
    position: absolute;
    top: 16px;
    right: -134px;
}
.reset__choose_method p {
    color: #000;
    line-height: 10px;
}

p.forgot__reset--here{
    width: 275px;
    line-height: 22px;
}
span.forgot__reset--here{
    font-size: 1.20em;
}
div.login p.red_text{
    padding-left: 10px;
}
div.login p.login__warning{
    font-weight: normal;
    line-height: 22px;
    padding-left: 41px;
    width: 500px;
    font-style: italic;
}
div.signup p.login__warning{
    font-weight: normal;
    line-height: 22px;
    padding-left: 35px;
    width: 500px;
    font-style: italic;
}
p.forgot__password--top{
    padding: 0 10px;
}
p.no__email{
    margin:0 0 10px 145px;
}
/* Info boxes */

.left__info {
    width: 205px;
    background-color: #e5e5e2;
    margin-top: 20px;
    padding-bottom: 10px;
}
.empty__left--info {
    width: 205px;
    background-color: transparent;
    margin-top: 20px;
    padding-bottom: 10px;
}

.info__heading {
    font-family: 'Permanent Marker', sans-serif;
    font-weight: normal;
    width: 195px;
    background-color: #61a60e;
    color: #fff;
    padding: 10px 0 10px 10px;
    margin: 0;
    font-size: 1em;
    /*	min-height: 40px;*/
}

.info__text {
    margin: 5px 10px 5px 15px;
    color: #5E5E5E;
}

.info__text p{padding:0 0 10px 0;}
p.info__text{
    margin: 5px 10px 5px 30px;
}
.info__text ul{margin:0;
               padding:0 0 0 1em;}

.info__text ul li{margin:0;
                  padding:0 0 1em 0;
}

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

.info__item {
    font-size: .9em;
    margin: 5px 0;
    color: #455e71;
}

.info__label {
    color: #5E5E5E;
    margin-top: 10px;
}

.info__value {
    color: #002F86;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

div.sidebar li.info__item--current{
    margin: 10px 0 0;
    padding: 0 0 0 15px;
    list-style-type: none;
    font-weight:bold;
    background-image: url(../images/participant/assessment-bullet.png);
    background-repeat: no-repeat;
}
.left__info h3{
    font-size: 0.85em;
}
div.ui-pnotify dl.info__list dt.info__label{
    font-size: 2em;
    /*text-align: center;*/
}
div.ui-pnotify dl.info__list dd.info__value{
    font-size: 1.5em;
    /*text-align: center;*/
}
div.ui-pnotify dl.info__list{
    font-size: 0.7em;
}
/* Inner Content Area */
.inner {
    background-color: #fff;
    overflow: hidden;
}

.inner__heading {
    font-weight: normal;
    width: 666px;
    margin: 0;
    background-color: #61a60e;
    color: #fff;
    padding: 5px 0 5px 30px;
}
.big__column .inner__heading{
    width: 946px;
}
.inner__dialogheading {
    font-weight: normal;
    margin: 0;
    background-color: #61a60e;
    color: #fff;
    padding: 5px 0 5px 30px;
    text-align: left;
    width: 666px;
}

.inner__subheading {
    color: #455E71;
    font-weight: normal;
    padding-left: 35px;
    margin: 5px 5px 5px 0;
    font-size: 1.1em;
}

.inner__subheading--center {
    color: #455E71;
    font-weight: normal;
    text-align:center;
    margin: 5px 0;
    font-size: 1.1em;
}

/** Bubble tables*/
table.info__box {
    margin: 0 30px 15px 30px;
}

table.info__box th {
    background-color: #62a60a;
    font-weight: bold;
    font-size: 1.2em;
    color: #FFFFFF;
}

table.info__box .cell__medium{
    border-right: 1px solid rgba(94,94,94,.2);
    text-align: center;
    padding: 10px 0;
    width: 155px;

}
table.info__box .cell__small{
    border-right: 1px solid rgba(94,94,94,.2);
    text-align: center;
    padding: 10px 0;
    width: 100px;

}
tr.separator-row {
    background: #0FA0C6;
    height: 20px;
    margin: 0;
    padding: 5px;
    font-weight: bold;
    font-size: 1.2em;
    color: #ffffff;
}

table.info__box tr:nth-child(odd) td {
    background-color: #f2f2f0;
}

table.info__box tr:nth-child(even) td {
    background-color: #ebebeb;
}

table.info__box td {
    color: #455E71;
    padding: 10px 12px;
    font-size: 1.2em;
}
div#assessment__form table.info__box{
    margin: 0 0 15px 0;
}
div#assessment__form table.info__box th, div#assessment__form table.info__box td{
    font-size: 1em;
}
div#assessment__form table.info__box .cell__medium{
    width: 480px;

}
div#assessment__form table.info__box .cell__small{
    width: 145px;
}
/**
 * Vticker
 */

div.vticker{
    margin-top: 10px;
}
/* Rewards tables */
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/participant/loading.gif') 50% 50% no-repeat rgb(249,249,249);
}

table.rewards {
    margin: 0 30px 15px 30px;
}
div.provider_contents table.rewards{
    margin: 0;
}
table.rewards th {
    background-color: #d1d0cd;
    font-weight: normal;
    font-size: .9em;
    color: #5E5E5E;
}

table.rewards .rewards__name, table.rewards .rewards__sessions {
    border-right: 1px solid rgba(94,94,94,.2);
    text-align: center;
    padding: 10px 0;
}

table.rewards .rewards__sessions {
    width: 221px;
}

table.rewards .rewards__date {
    text-align: center;
    padding: 10px 0;
    width: 155px;
}

table.rewards .rewards__name {
    text-align: left;
    padding-left: 7px;
    padding-right: 7px;
    width: 190px;
}

table.rewards tr:nth-child(odd) td {
    background-color: #f2f2f0;
}

table.rewards tr:nth-child(even) td {
    background-color: #ebebeb;
}

table.rewards td {
    color: #455E71;
    padding: 10px 12px;
    font-size: .9em;
}

div.total-points-only {
    margin-left: 200px;
}
div.total-points-only .feature{
    background-image: none;
}
.green-fa-content {
    color: #62A60A; }

.red-fa-content {
    color: #AA2D27; }

.white-fa-content {
    color: #FFFFFF; }

.text-no-decoration {
    text-decoration: none !important; }

/* Profile tables */

.profile {
    margin: 20px 30px 15px 30px !important;
}

div.why__change--password{
    padding: 5px 0 5px 50px;
    display: block;
}

/* tabledata tables */

.tabledata {
    margin: 0 30px 30px 30px;
}
p.ab__table{
    margin: 15px 30px 15px 30px;
    font-weight: normal;
}
.tabledata .tabledata__row--title, .tabledata .tabledata__row--data {
    text-align: left;
    padding: 10px 0 10px 35px;
}

.tabledata .tabledata__row--title {
    width: 221px;
}

.tabledata .tabledata__row--data {
    width: 405px;
}

.tabledata .tabledata__name {
    text-align: left;
    padding-left: 15px;
    width: 182px;
}

.tabledata tr:nth-child(even) td {
    background-color: #f1f1ef;
}

.tabledata tr:nth-child(odd) td {
    background-color: #d0cfcc;
}

.tabledata td {
    color: #455E71;
    padding: 10px 12px;
    font-size: .9em;
}

.tabledata input[type="text"], .tabledata input[type="password"]{
    width:250px;
    color: #445d71;
    font-size: .9;
    padding:1px 5px;
}

.tabledata__row--radio {text-align:center !important;}

.tabledata select{
    width:100px;
    color: #445d71;
    font-size: 0.9em;
    padding:1px 5px;
}

.tabledata td.questions select{
    width:262px;
}

.tabledata__button{
    float:left;
    line-height: 1.5em;
    margin: 0 !important;
    padding:5px 10px !important;
}

.tabledata__button--withoutarrow{float:right;
                                 background-color:#62a60a;
                                 margin:10px 30px;
}
.tabledata__button--withoutarrow-signup{
    margin: 0;
    float: left;
}
.tabledata__button--rightarrow{float:right;
                               background-color:#62a60a;
                               margin:10px 30px;
}

.tabledata__button--leftarrow{background-color:#62a60a;
                              margin:20px auto 10px auto;
                              width:100px;
                              height:35px;
                              display:block;
}


.button--arrow{
    width:0;
    height:0;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:10px solid #fff;
    position:relative;
    float:right;
    margin-top:12px;
    margin-right:10px;
}

.button--leftarrow{
    width:0;
    height:0;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-right:10px solid #fff;
    position:relative;
    float:left;
    margin-top:12px;
    margin-left:10px;
}


/*resources*/
#resources {
    margin: 0 30px 30px 30px;
}

.resources__item{width:576px;
                 background-color:#d0cfcc;
                 padding:30px 25px 20px 25px;
                 margin-top:15px;
                 font-size:1em;
}

.resources__item:nth-child(even) {
    background-color: #f1f1ef;
}

/*ie 8 background*/
.resources__item--background{
    background-color: #f1f1ef;
}

.resources__item--icon{float:left;
                       width:110px;
                       display:block;}
.resources__item--icon img{width:100px;
                           height:auto;
                           margin:0 auto;}

.resources__item--text{
    font-size:.9em;
    color:#4e5e71;
    font-weight:normal;
    width:450px;
    float:right;}

.resources__item--text h4{font-size:1em;
                          font-weight:bold;
                          margin:0;
                          padding:0;}

.resources__item--text p{margin:0;
                         padding:0 0 1em 0;}






/*assessment*/
ul.assessment__list{margin:15px;
                    padding:0;
                    font-size:.9em;
                    color:#4e5e71;}

ul.assessment__list li{
    margin:0;
    padding:0 0 13px 13px;
    list-style-type: none;
    line-height: 15px;}

li.assessment__list--item--current{font-weight:bold;
                                   background-image: url(../images/participant/assessment-bullet.png);
                                   background-repeat: no-repeat;
}

#assessment__form {
    margin:30px;
    font-size:.9em;
    color:#4e5e71;
}

.assessment__question{width:626px;
                      font-size:1em;
                      margin-bottom:10px;
}
.assessment__question--label{background-color:#d0cfcc;
                             padding:15px 30px;
}

.assessment__question--input{
    background-color:#f1f1ef;
    padding:15px 30px;
    clear:both;
}

.survey__question--input{
    background-color:#f1f1ef;
    padding:0 30px;
    clear:both;
}

.assessment__question--input--value{padding-left:15px;}

.assessment__progress{text-align:right;}

.assessment__progress .button{margin-right:0;
                              margin-left:15px;}





/* coach aside */
.coach{padding:10px;
       color:#455E71;}

.coach p{margin:0;
         padding:0 0 1em 0;}

.coach__detail--picture img{width:140px;
                            height:auto;
                            border:solid 3px #ffffff;}

.coach__detail--name{font-size:1.2em;
                     padding:5px;}





/*coach modal*/
#coach-dialog{
    overflow-y:scroll;}

.coach__info {clear:both;
              margin-bottom:40px;}

.coach__info--image {width: 150px;
                     float:left;
                     padding:0;
                     margin:10px 10px 10px 0;}

.coach__info--image img{width:124px;
                        height:auto;
                        border:solid 3px #fff;}

.coach__info--text{float:right;
                   padding:0;
                   margin:10px 0 0 0;
                   width:270px;
                   display:block;
                   font-size:.9em;}

.coach__info--text p{margin:0;
                     padding:0 0 1em 0;}

.coach__info--title{font-weight:bold;
                    font-size:1.1em;
                    padding-right:30px;}




/* calender tables */
.calendar__month td{text-align: center;
                    padding:5px 0;}

.calendar__month {
    margin: 10px 30px 0 30px;
    padding:10px 0;
    width:626px;
    background-color:#d0cfcc;
    color:#455E71;
    border-spacing:1px !important;
}
.calendar__month--name{padding:0 5px;}

.calendar__month--name--current{background-color:#ffffff;
                                padding:0 5px;
}

.calendar__dates {
    margin: 0 30px 30px 32px;
    color:#455E71;
    width:626px;
}


table.calendar__dates{
}

.calendar__dates td{
    font-size:.7em;
    vertical-align: top;
    margin:2px 1px;}

td.calendar__dates--closed{width:72px;
                           min-height: 100px;
                           padding:5px;
                           background-color:#d0cfcc;
                           border:solid 1px #d0cfcc;
                           display:inline-block;}

td.calendar__dates--open{width:72px;
                         min-height: 100px;
                         padding:5px;
                         border:solid 1px #d0cfcc;
                         background-color:#ffffff;
                         display:inline-block;}

.dateNumber{font-size:1.2em;
            font-weight:bold;}

h3.calendar__top, h1.calendar__bottom{
    margin: 5px 10px 5px 30px;
}



/* Documents */
.documents__upload{
    background-color:#f1f1ef;
    font-size: 1em;
    margin:15px 30px 30px 30px;
    padding: 15px;
    font-size:1em;
    color:#4e5e71;
}

.documents__inner{
    font-size: 1em;
    margin:0 30px 30px 30px;
    font-size:1em;
    color:#4e5e71;
}

.documents__upload p, .documents__secured p{margin:0;
                                            padding:0 0 1em 0;}

table.documents{font-size:.8em;}
table.documents td{text-align:left;
                   vertical-align: top;
                   padding:5px 5px 25px 5px;}

.documents__row--title{font-weight:bold;}
.documents__row--data .helper{font-size:.8em; padding-left:5px;}
.documents__secured{
    background-color:#f1f1ef;
    font-size: .9em;
    margin:15px 30px;
    padding: 15px;
    font-size:1em;
    color:#4e5e71;
}

.documents select{width:130px;
                  padding:3px 5px 3px 15px ;}

.documents input.file{}

.documents textarea{width:300px;
                    height:150px;}

.notice {color:#a71624;
         font-size:.8em;
         line-height:1.7em;}

.documents__button{float:right;
                   margin:10px 0;}

.documents__button .button{margin-right:0;}

#authorization__content{
    max-height:350px;
    margin:0 -1em 4em 0;
    padding-right:1em;
    overflow-y:scroll;
}

#authorization__footer{
    background-color: #d0cfcc;
    position:absolute;
    bottom:0;
    bottom:0;
    float:left;
    text-align: center;
    width:100%;
    margin:0 -1em;
    padding:10px 0;
}

.authorization__radio{padding-right:30px;}

/** Health and Wellness Videos*/
div.health__videos{
    display: block;
    width: 626px
}
div.health__videos div.video{
    width: 310px;
    float: left;
}
div.health__videos div.video div.video__top{
    display:inline-block;
    width: 270px;
    height: 250px;
    /*white-space: pre-wrap;       CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap;     /* Opera <7 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    word-wrap: break-word;
}
div.health__videos div.video div.description{
    width: 280px;
    white-space: pre-wrap;      /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap;     /* Opera <7 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    word-wrap: break-word;
}
/* Intro section */
.intro {
    width: 673px;
    height: 102px;
    background-repeat: no-repeat;
    background-position: bottom left;
    margin: 50px 0 35px;
    position: relative;
}

.intro:after {
    content: url('../images/participant/iggyinside.png');
    position: absolute;
    top: -55px;
    right: -6px;
}

.intro--rewards {
    background-image: url('../images/participant/rewardsbg.jpg');
}

.intro__text {
    font-family: 'Permanent Marker', sans-serif;
    font-size: 1.5em;
    line-height: .9em;
    display: block;
    color: #002F86;
    width: 275px;
    margin-left: 140px;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    padding-top: 20px;
}

/* More + and Less - Styles*/

.morecontent span {
    display: none;
}
.morelink {
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* ==========================================================================
   Text Hacks.
   Copied from old design
   ========================================================================== */
.blue_text {
    color: #002f86;
    font-weight: bold;
    line-height: 22px;
}
.gray-background{
    background: #808080;
}
.margin__zero{
    margin: 0;
}
.padding__zero {
    padding: 0 !important;
}
.green_text {
    color: green;
    font-weight: bold;
    line-height: 22px;
}
.red_text {
    color: #CC0000;
    font-weight: bold;
    line-height: 22px;
}
.red_required_asterisk {
    color: #CC0000;
    font-weight: bold;
    line-height: 22px;
    padding: 0;
}
.text_align_center{
    text-align: center;
}
.text_align_left{
    text-align: left;
}
.display_inline{
    display: inline;
}
.hidden {
    display: none;
}
.clear {
    clear: both !important
}
.float_left {
    float: left !important
}

.float_right {
    float: right !important
}

/* headings */
h3 {
    color: #2A2978;
    font-size: 100%;
    font-weight: bold;
    display: inline-block;
    margin: 1em 0.5em;
}

h2 {
    /*    display: block;*/
    /*    font-size: 1.17em;*/
    font-weight: bold;
    color: #536376;
    margin: 1em 0;
}

h4 {
    display: inline;
    /*    font-size: 110%;*/
}

h1 {
    color: #7FAC49;
    font-weight: bold;
}
/* ==========================================================================
   bubble div table
   Copied from old design
   ========================================================================== */
#information-popup {
    -moz-border-radius: 6px 6px 6px 6px;
    -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #536376;
    display: none;
    padding: 14px 22px;
    position: relative;
    width: 400px;
    text-align: center;
}
div.blockUI {
    border-radius: 10px;
    box-shadow: 6px 6px 10px #000;
}
div.incentive-limits-info-text{
    font-size:0.7em
}
div.incentive-limits-info-text table.info__box{
    margin: 0;
}
div.form-label {
    width: 150px;
    float: left;
    display: inline;
    clear: left;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
}
div.form-field {
    float: left;
    height: 24px;
    line-height: 24px;
}
div.points-main-page-table-header {
    height: 40px;
    padding: 0;
    margin: 0;
    font-size: 0.75em;
    display: block;
    width: 490px;
}
div.points-main-page-table-header .heading-cell {
    border: 1px solid #000;
    width: 230px;
    padding: 5px;
    font-size: 2em;
    margin: 0;
    float: left;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    background: #334982;
    color: #ffffff;
}
div.points-main-page-table {
    height: 70px;
    padding: 0;
    margin: 0;
    font-size: 1em;
    display: block;
    width: auto;
}
div.points-main-page-table .cell {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    width: 230px;
    padding: 5px;
    margin: 0;
    float: left;
    height: 60px;
    line-height: 60px;
    display: block;
}
div.points-main-page-table .cell .points-inline-table .inline-cell {
    border-right: 1px solid #000;
    width: 70px;
    padding: 0 5px;
    margin: 0;
    float: left;
    height: 60px;
}
div.points-main-page-table .cell .points-inline-table .inline-cell-right {
    width: 120px;
    padding: 0 0 0 10px;
    margin: 0;
    height: 60px;
    line-height: 10px;
    text-align: left;
    float: left;
}
div.points-main-page-table .cell .points-inline-table .inline-cell-right ul {
    width: 100px;
    padding: 5px;
    margin: 5px 0 0 10px;
}
div.bubble-close {
    display: block;
    right: 3px;
    top: 0;
    text-align: right;
    width: auto;
}
div.points-popup-header {
    background: #61a60e no-repeat;
    text-align: center;
    font-variant: small-caps;
    margin-bottom: 5px;
    font-size: 1em;
    height: 20px;
    color: #fff;
    font-weight: bold;
    overflow-y: hidden;
}
div.points-popup {
    background-color: #F7F3F3;
    border: 2px solid #6DB43F;
    padding: 5px;
    font-size: 0.9em;
    width: 400px;
    height: auto;
    min-height: 200px;
    overflow-y: auto;
    float: left;
    display: none;
    text-align: left;
    position: absolute;
    z-index: 100;
}
div.points-popup .content {
    background: none;
    margin: 5px;
    padding: 5px;
    text-align: left;
    width: 370px;
    height: auto;
    font-weight: normal;
    font-variant: normal;
    font-size: 0.9em;
    color: #504B4B;
}
div.points-popup-close {
    position: absolute;
    right: 10px;
    top: 2px;
    margin: 0;
    padding: 0;
}
div.points-popup .link {
    /*    background: url("../images/user/points-link.png") no-repeat scroll 0 0 transparent;*/
    color: #FFFFFF;
    display: block;
    font-size: 1em;
    font-weight: bold;
    /*    height: 128px;*/
    /*    line-height: 128px;*/
    margin: 5px;
    padding: 5px;
    /*    width: 128px;*/
    text-transform: uppercase;
    text-decoration: none;
}
div.points-popup h1{
    font-size: 1em;
}
dt.incentive-requirement-text{
    font-size: 0.8em;
}
table.points-main-page-table {
    border: 1px solid #cac9c9;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
    width: 220px;
}
table.points-main-page-table td, table.points-main-page-table th {
    border: 1px solid #cac9c9;
    margin: 0;
    padding: 3px;
    font-size: 1.3em;
}
#show-stats-div {
    margin: 10px 0;
}

.incentives-setup, .commuter-statistics {
    width: 610px;
    height: auto;
    overflow-y: auto;
    position: relative;
    padding: 20px;
}

.nutrition-guage {
    height: 10px;
    display: inline;
    width: 11px;
    border-right: 1px solid #000000;
    float: left;
    background-color: transparent;
}

.nutrition-guage-right {
    height: 10px;
    display: inline;
    width: 12px;
    float: left;
    background-color: transparent;
}

div#nutrition-graphs, div#activity-graphs {
    display: none;
    width: 600px;
    height: auto;
    padding: 0;
    margin: 0;
}

.grains, .vegetables, .milk, .junk, .activities-graph-container {
    width: 630px;
    height: 300px;
    padding: 0;
    margin: 0 0 0 30px;
}
.activities-graph-container .graph-button {
    position: absolute;
    cursor: pointer;
}

.activities-graph-container div.graph-button {
    font-size: smaller;
    color: #999;
    background-color: #eee;
    padding: 2px;
}
.week-popup {
    display: none;
    text-align: left;
    position: absolute;
    z-index: 1;
    width: 400px !important;
}

.graph-ticks {
    font-weight: bold;
    position: relative;
    left: -10px;
    top: 5px;
    font-size: 11px;
}
.right-table {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #536376;
    width: 580px;
    height: auto;
    overflow: hidden;
    display: block;
    position: relative;
    margin: 10px 0 10px 30px;
    padding: 10px;
}
/* =========================================================================
 Div Table design
*/
#questionnaire-left-panel-categories li.row div.left-cell {
    float: left;
    height: 35px;
    line-height: 15px;
    margin: 0;
    padding: 5px;
    text-align: left;
    width: 100px;
}
#questionnaire-left-panel-categories li.row div.right-cell {
    float: left;
    height: 30px;
    line-height: 10px;
    margin: 0;
    padding: 5px;
    text-align: center;
    width: 30px;
}
select.provider_id{
    text-overflow:ellipsis;
    width: 180px;
}

*{
    outline:none;
}

ul.password__instructions {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.password__instructions li.check:before {
    content: '\f00d';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    padding-right: 5px;
    color: red;
}
ul.password__instructions li.checked:before {
    content: '\f00c';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    padding-right: 5px;
    color: green;
}