/* Normalize */
@import url("normalize.css");

/* Reusable */
@import url("reusable.css");

/* Plugins */
@import url("plugins.css");

@import url("//fonts.googleapis.com/css?family=Dancing+Script");


/* Base
========================================================================== */

/**
 * Html
 */

html {
    overflow-x: hidden;
}

/**
 * Body
 */

body {
    min-width: 320px;
    font: 18px/24px "Open Sans", Arial;
    color: #313131;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/**
 * Links
 */

a {
    text-decoration: none;
    color: #d9534f;
    transition: color 200ms ease, text-shadow 200ms ease, background-color 200ms ease, box-shadow 200ms ease, border-color 200ms ease, opacity 200ms ease;
    -webkit-transition: color 200ms ease, text-shadow 200ms ease, background-color 200ms ease, box-shadow 200ms ease, border-color 200ms ease, opacity 200ms ease;
}

a:hover {
    text-decoration: none;
    color: #b73a36;
}

/**
 * Selection
 */

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

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


/* Loader
========================================================================== */

/**
 * Loader
 */

#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1e75bb;
    z-index: 999;
}

#loader .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    animation: rotate 2.0s infinite linear;
    -webkit-animation: rotate 2.0s infinite linear;
}

#loader .spinner .dot1,
#loader .spinner .dot2 {
    display: block;
    position: absolute;
    top: 0;
    width: 60%;
    height: 60%;
    background: #fff;
    border-radius: 100%;
    animation: bounce 2.0s infinite ease-in-out;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
}

#loader .spinner .dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1.0s;
    -webkit-animation-delay: -1.0s;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0.0)
    }
    50% {
        transform: scale(1.0)
    }
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

/**
 * Secondary 30Day Challenge Loader
 */

#challenge_loader {
    position: fixed;
    left: 50%;
    top: 50%;
    background: #1e75bb;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    padding: 5px;
    color: #fff;
    text-align: center;
}

#top_loader_text{
    /*position: absolute;*/
    /*top: 0;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*left: 0;*/
    /*right: 0;*/
    /*padding: 20px;*/
    position: absolute;
    top: 37%;
    left: 0;
    right: 0;
    vertical-align: middle;
}
#bottom_loader_text{
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding: 20px;
}

#challenge_loader .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    animation: rotate 2.0s infinite linear;
    -webkit-animation: rotate 2.0s infinite linear;
}

#challenge_loader .spinner .dot1,
#challenge_loader .spinner .dot2 {
    display: block;
    position: absolute;
    top: 0;
    width: 60%;
    height: 60%;
    background: #fff;
    border-radius: 100%;
    animation: bounce 2.0s infinite ease-in-out;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
}

#challenge_loader .spinner .dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1.0s;
    -webkit-animation-delay: -1.0s;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0.0)
    }
    50% {
        transform: scale(1.0)
    }
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}



/* Header
========================================================================== */

/**
 * Header
 */

/* Header top */

#header .top {
    position: relative;
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #dddddd;
}

/* Header logo */

#header h1 {
    float: left;
}

#header h1 a {
    display: block;
    width: 240px;
    height: 40px;
    background: url(../images/surya-success_logo.png);
}

/* Header navigation */

#header nav {
    float: right;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
}

#header nav a {
    color: #313131;
}

#header nav a:hover {
    opacity: 0.8;
}

#header nav li {
    float: left;
    position: relative;
    padding: 0 0 0 25px;
}

#header nav li:first-child {
    padding-left: 0;
}

#header nav img {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    margin: 0 0 0 5px;
    border-radius: 100%;
}

/* Header navigation dropdown */

#header nav .more {
    display: inline-block;
    width: 20px;
    height: 12px;
    vertical-align: middle;
    background: url(../images/dropdown.png);
    cursor: pointer;
}

#header nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 130px;
    font-weight: 400;
    line-height: 30px;
    white-space: nowrap;
    padding: 10px 20px;
    background: #f3f7fb;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    z-index: 500;
}

#header nav li:hover ul {
    display: block;
}

#header nav ul ul li {
    float: none;
    padding-left: 0;
}

#header nav ul ul a {
    color: #313131;
}

/* Header slider */

#header .slider {
    position: relative;
    height: 700px;
}

/* Header slider slides */

#header .slider .slides {
    position: relative;
    height: 100%;
    color: #d9534f;
    z-index: 50;
}

#header .slider .slides li {
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

#header .slider .slides img {
    display: block;
    width: 100%;
}

#header .slides article {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
}

#header .slides h2 {
    font-size: 50px;
    line-height: 52px;
    padding: 0 0 20px 0;
}

#header .slides h2 span {
    display: block;
    font-weight: 400;
    font-size: 30px;
    line-height: 32px;
}

/* Header slider slides positions */

#header .slides .one article {
    top: 20px;
    text-align: center;
}

#header .slides .two article span {
    display: inline-block;
}

#header .slides .three article span.right {
    padding: 0 0 0 110px;
}

/* Header slider arrows */

#header .slider .arrows {
    display: block;
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 0;
    background: url(../images/slider-arrows.png);
    opacity: 0.5;
    z-index: 100;
}

#header .slider .arrows:hover {
    opacity: 1;
}

#header .slider .arrows.previous {
    left: 30px;
    background-position: 0 0;
}

#header .slider .arrows.next {
    right: 30px;
    background-position: -60px 0;
}

/* Header slider button */

#header .slider .button {
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 280px;
    margin: 0 0 0 -140px;
    z-index: 200;
}

/* Header profile */

#header .profile {
    padding: 20px 0;
    background: #1e75bb;
    border-top: 1px solid #fff;
}

#header .profile .cnt {
    position: relative;
    min-height: 230px;
}

/* Header profile thumbnail */

#header .profile .thumbnail {
    position: absolute;
    top: 0;
    left: 20px;
    width: 230px;
    height: 230px;
    padding: 10px;
}

#header .profile .thumbnail br,
#header .profile .thumbnail .file-input {
    display: none !important;
    visibility: hidden;
}

#header .profile .thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 10px #cadff0;
    border-radius: 100%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    overflow: hidden;
}

#header .profile .thumbnail a:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

#header .profile .thumbnail a img {
    display: block;
    width: 100%;
}

#header .profile .thumbnail .camera {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 53px;
    margin: -25px 0 0 -35px;
    background: url(../images/profile-image.png);
    opacity: 0;
    filter: alpha(opacity="0"); /* IE 8 */
    visibility: hidden;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

#header .profile .thumbnail a:hover .camera {
    opacity: 1;
    filter: alpha(opacity="100"); /* IE 8 */
    visibility: visible;
}

/* Header profile details */

#header .profile .details {
    padding: 0 0 0 260px;
}

#header .profile .details h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    padding: 60px 0 0 0;
}

#header .profile .details a {
    color: #fff;
}

#header .profile .details a:hover {
    opacity: 0.8;
}

#header .profile .details li {
    float: left;
    padding: 0 20px 0 0;
}


/* Main
========================================================================== */

/**
 * Main
 */

/* Main section */

#main section.why-us {
    background-image: url(../images/section/why-us.jpg);
}

#main section.what-if {
    background-image: url(../images/section/what-if.jpg);
}

#main section.how-does {
    background-image: url(../images/section/how-does.jpg);
}

.has-error span.ui-checkbox {
background: url(../images/checkbox/red.png);
}
.has-error span.ui-checkbox-checked {
background: url(../images/checkbox/checked-red.png);
}

/**
 * Seen
 */

#seen {
    position: relative;
    box-shadow: 0 -3px 3px rgba(30,117,187,0.2);
    z-index: 50;
}

#seen .cnt {
    max-width: none;
}

#seen ul {
    margin: 0 -85px 0 0;
}

#seen li {
    float: left;
    line-height: 77px;
    padding: 0 85px 0 0;
}

#seen img {
    display: inline-block;
    height: 46px;
    vertical-align: middle;
}

#seen .abc {
    height: 70px;
}

#seen .boston {
    height: 33px;
}

/**
 * Enroll
 */

#enroll {
    padding: 60px 0 40px 0;
    background: #e6e6e6;
}

#enroll .cnt {
    max-width: 900px;
}

/* Entroll column */

#enroll .column {
    float: left;
    width: 33.33%;
    background: #fdfdfd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#enroll .column.first {
    border-radius: 10px 10px 0 10px;
}

#enroll .column.middle {
    position: relative;
    padding: 0 0 20px 0;
    background: #fff;
    z-index: 200;
}

#enroll .column.last {
    border-radius: 10px 10px 10px 0;
}

/* Entroll column header */

#enroll .column header {
    text-align: center;
    padding: 20px 0;
    background: #1e75bb;
}

#enroll .column.first header {
    border-radius: 10px 0 0 0;
}

#enroll .column.middle header {
    margin: -20px 0 0 0;
    padding: 30px 0;
    background: #26a9e0;
    border-radius: 10px 10px 0 0;
}

#enroll .column.last header {
    border-radius: 0 10px 0 0;
}

#enroll .column header h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}

/* Entroll column enroll */

#enroll .column .enroll {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    color: #26a9e0;
    padding: 20px 20px 10px 20px;
}

#enroll .column .enroll strong {
    font-size: 26px;
}

#enroll .column .enroll .icon {
    display: block;
    width: 100px;
    height: 100px;
    margin: 20px auto;
}

#enroll .column .enroll .icon.entrepreneur {
    background: url(../images/enroll-entrepreneur.png);
}

#enroll .column .enroll .icon.executive {
    background: url(../images/enroll-executive.png);
}

#enroll .column .enroll .icon.organization {
    background: url(../images/enroll-organization.png);
}

#enroll .column .enroll .button {
    display: block;
    width: 100%;
}

/* Entroll column list */

#enroll .column .list {
    font-size: 15px;
    line-height: 22px;
}

#enroll .column .list strong {
    color: #26a9e0;
}

#enroll .column .list ul > li {
    position: relative;
    padding: 15px 0 15px 30px;
    margin: 0 10px;
    border-top: 1px solid #cfcfcf;
}

#enroll .column .list ul > li:first-child {
    border-top: 0;
}

#enroll .column .list ul > li:before {
    position: absolute;
    top: 15px;
    left: 0;
    width: 25px;
    height: 22px;
    content: "";
    background: url(../images/enroll-check.png);
}

/* Entroll column list ordered */

#enroll .column .list ol {
    padding: 0 0 0 20px;
}

#enroll .column .list ol li {
    list-style: decimal;
}

/* Entroll column toggle */

#enroll .column .toggle {
    display: none;
    text-align: center;
    padding: 0 0 20px 0;
}

#enroll .column .toggle a {
    color: #26a9e0;
}

#enroll .column .toggle a:hover {
    color: #1e75bb;
}

#enroll .column .toggle a:after {
    background-image: url(../images/enroll-arrow.png);
}

/**
 * Dashboard
 */

#dashboard {
    padding: 40px 0;
}

#dashboard .cnt {
    position: relative;
}

/* Dashboard typography */

#dashboard h1 {
    font-size: 30px;
    line-height: 36px;
    padding: 0 0 20px 0;
}

#dashboard h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    padding: 0 0 20px 0;
}

#dashboard h2.subtitle {
    font-size: 20px;
    line-height: 26px;
    color: #1e75bb;
    margin: -10px 0 0 0;
}

#dashboard p {
    max-width: 560px;
    padding: 0 0 20px 0;
}

#dashboard p.help-block {
    padding: 0;
}

#dashboard p.warning {
    color: #d9534f;
}

#dashboard .thank-you p {
    color: #090;
}

#dashboard .thank-you .button {
    width: 220px;
    margin: 0 10px 0 0;
}

/* Dashboard login */

#dashboard .login .submit .button {
    margin: 0 15px 0 0;
}

/* Dashboard cart */

#dashboard .cart .form {
    max-width: none;
}

/* Dashboard cart table */

#dashboard .cart .background {
    padding: 0;
}

#dashboard .cart table {
    width: 100%;
}

#dashboard .cart table th {
    width: 10%;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 20px;
    background: #eee;
}

#dashboard .cart table th:first-child {
    width: 80%;
    text-align: left;
}

#dashboard .cart table td {
    text-align: center;
    vertical-align: top;
    padding: 20px;
}

#dashboard .cart table td:first-child {
    text-align: left;
}

/* Dashboard cart table elements */

#dashboard .cart table td h2 {
    line-height: 30px;
    padding: 5px 0;
}

#dashboard .cart table td a {
    text-decoration: underline;
    color: #d9534f;
}

#dashboard .cart table td a:hover {
    color: #b73a36;
}

#dashboard .cart table td p {
    padding-bottom: 10px;
}

#dashboard .cart table td strong {
    font-size: 115%;
    line-height: 40px;
}

#dashboard .cart table td input[type="text"],
#dashboard .cart table td input[type="number"] {
    display: inline-block;
    width: 70px;
    line-height: 38px;
    height: 40px;
}

#dashboard .cart table td input[readonly] {
    background: none;
    border: 0;
    font-size: 115%;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    color: #313131;
}

/* Dashboard cart total */

#dashboard .cart table .total {
    line-height: 40px;
}

#dashboard .cart table .total td {
    vertical-align: bottom;
    padding: 0 20px;
}

#dashboard .cart table .total td:first-child {
    text-align: right;
}

#dashboard .cart table .total strong {
    font-size: 130%;
}

/* Dashboard cart coupon */

#dashboard .cart .coupon {
    clear: both;
    max-width: 560px;
    padding: 0 20px;
}

#dashboard .cart .coupon .button {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}

/* Dashboard cart proceed */

#dashboard .cart .proceed .button {
    float: right;
    margin: 0 20px 0 0;
}

/* Dashboard checkout */

#dashboard .checkout {
    max-width: none;
    margin: 0 -40px 0 0;
}

#dashboard .checkout .background {
    overflow: visible;
}

#dashboard .checkout section {
    float: left;
    width: 50%;
    padding: 0 40px 0 0;
}

#dashboard .checkout section h2 {
    font-weight: 700;
}

#dashboard .checkout section p {
    max-width: none;
}

#dashboard .checkout .secure {
    position: relative;
    padding: 0 40px 0 0;
    margin: 0 0 20px 0;
}

#dashboard .checkout .secure .icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 32px;
    height: 41px;
    margin: -24px 0 0 0;
    background: url(../images/secure.png);
}

#dashboard .checkout .cvv {
    position: relative;
}

#dashboard .checkout .help {
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-indent: 6px;
    color: #0094da;
    border: 2px solid #0094da;
    border-radius: 100%;
    cursor: pointer;
}

#dashboard .checkout .help:hover:after {
    position: absolute;
    bottom: 100%;
    right: -33px;
    width: 238px;
    height: 212px;
    content: "";
    background: url(../images/cvv.png);
}

#dashboard .checkout .options li {
    float: left;
    line-height: 45px;
    padding: 0 0 0 30px;
}

#dashboard .checkout .options li:first-child {
    padding-left: 0;
}

#dashboard .checkout .options label.ui-radio {
    float: left;
    padding-bottom: 0;
    margin: 0 12px 0 0;
}

#dashboard .checkout .options span.ui-radio {
    top: 0;
}

#dashboard .checkout .options img {
    display: block;
    float: left;
    height: 50px;
}

#dashboard .checkout .button {
    float: right;
    margin: 0 20px 0 0;
}

/* Dashboard thank you */

#dashboard .thank-you h2 {
    padding-top: 20px;
}

#dashboard .thank-you ul {
    padding: 0 0 20px 0;
}

/* Dashboard bages */

#dashboard .badges {
    margin: 0 -60px 50px 0;
}

#dashboard .badges li {
    float: left;
    width: 33.33%;
    padding: 0 60px 30px 0;
}

#dashboard .badges div {
    display: block;
    position: relative;
    width: 100%;
    padding: 100% 0 0 0;
    border-radius: 100%;
    border: 1px solid transparent;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

#dashboard .badges div:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

#dashboard .badges span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180px;
    font-size: 22px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    margin: -20px 0 0 -90px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

/* Dashboard badges week */

#dashboard .badges .completed .week1 span,
#dashboard .badges .completed .week2 span,
#dashboard .badges .completed .week3 span,
#dashboard .badges .completed .week4 span,
#dashboard .badges .completed .week5 span,
#dashboard .badges .completed .week6 span,
#dashboard .badges .completed .week7 span,
#dashboard .badges .completed .week8 span,
#dashboard .badges .completed .week9 span,
#dashboard .badges .completed .week10 span,
#dashboard .badges .completed .week11 span,
#dashboard .badges .completed .week12 span {
    color: #fff;
    border-color: #fff;
}

#dashboard .badges .week1,
#dashboard .badges .week1 span {
    color: #1c75bc;
    border-color: #1c75bc;
}

#dashboard .badges .completed .week1 {
    background: #1c75bc;
}

#dashboard .badges .week2,
#dashboard .badges .week2 span {
    color: #2a3a80;
    border-color: #2a3a80;
}

#dashboard .badges .completed .week2 {
    background: #2a3a80;
}

#dashboard .badges .week3,
#dashboard .badges .week3 span {
    color: #005aaa;
    border-color: #005aaa;
}

#dashboard .badges .completed .week3 {
    background: #005aaa;
}

#dashboard .badges .week4,
#dashboard .badges .week4 span {
    color: #ff9100;
    border-color: #ff9100;
}

#dashboard .badges .completed .week4 {
    background: #ff9100;
}

#dashboard .badges .week5,
#dashboard .badges .week5 span {
    color: #ffb600;
    border-color: #ffb600;
}

#dashboard .badges .completed .week5 {
    background: #ffb600;
}

#dashboard .badges .week6,
#dashboard .badges .week6 span {
    color: #27aae1;
    border-color: #27aae1;
}

#dashboard .badges .completed .week6 {
    background: #27aae1;
}

#dashboard .badges .week7,
#dashboard .badges .week7 span {
    color: #2e4c92;
    border-color: #2e4c92;
}

#dashboard .badges .completed .week7 {
    background: #2e4c92;
}

#dashboard .badges .week8,
#dashboard .badges .week8 span {
    color: #359fb4;
    border-color: #359fb4;
}

#dashboard .badges .completed .week8 {
    background: #359fb4;
}

#dashboard .badges .week9,
#dashboard .badges .week9 span {
    color: #d61f33;
    border-color: #d61f33;
}

#dashboard .badges .completed .week9 {
    background: #d61f33;
}

#dashboard .badges .week10,
#dashboard .badges .week10 span {
    color: #c42026;
    border-color: #c42026;
}

#dashboard .badges .completed .week10 {
    background: #c42026;
}

#dashboard .badges .week11,
#dashboard .badges .week11 span {
    color: #d71e47;
    border-color: #d71e47;
}

#dashboard .badges .completed .week11 {
    background: #d71e47;
}

#dashboard .badges .week12,
#dashboard .badges .week12 span {
    color: #4d2e83;
    border-color: #4d2e83;
}

#dashboard .badges .completed .week12 {
    background: #4d2e83;
}

/* Dashboard courses */

#dashboard .courses {
    margin: 0 -1px 0 0;
}

#dashboard .courses .course {
    float: left;
    width: 33.33%;
    padding: 0 1px 1px 0;
}

/* Dashboard questions */

#dashboard .questions fieldset {
    padding: 0 0 40px 0;
    margin: 0;
}

#dashboard .questions legend {
    display: block;
    position: relative;
    font-size: 30px;
    line-height: 36px;
    color: #1e75bb;
    padding: 0 0 10px 0;
}

#dashboard .questions li {
    position: relative;
    padding: 0 0 8px 0;
}

#dashboard .questions span.ui-checkbox {
    background-image: url(../images/checkbox/red.png);
}

#dashboard .questions span.ui-checkbox.ui-checkbox-checked {
    background-image: url(../images/checkbox/checked-red.png);
}

#dashboard .questions .submit {
    text-align: right;
    padding: 20px 0 0 0;
    border-top: 1px solid #ddd;
}

/* Dashboard track */

#dashboard .track fieldset {
    padding: 0;
    margin: 40px 0 0 0;
}

#dashboard .track legend {
    display: block;
    position: relative;
    font-size: 30px;
    line-height: 36px;
    color: #1e75bb;
    padding: 0 0 20px 0;
}

#dashboard .track .cols {
    line-height: 100px;
    text-align: center;
    color: #4e5663;
    padding: 30px;
    border: 1px solid #ddd;
}

#dashboard .track .col {
    float: left;
    width: 33.33%;
    border-left: 1px solid #ddd;
}

#dashboard .track .col:first-child {
    border-left: 0;
}

#dashboard .track label {
    font-weight: 700;
    font-size: 20px;
}

#dashboard .track ul {
    height: 100px;
}

#dashboard .track li {
    display: inline-block;
    padding: 0 0 0 20px;
}

#dashboard .track li:first-child {
    padding-left: 0;
}

#dashboard .track .submit {
    text-align: right;
    padding: 20px 0 0 0;
    margin: 40px 0 0 0;
    border-top: 1px solid #ddd;
}

#dashboard .track span.ui-radio {
    top: 0;
    width: 30px;
    height: 30px;
    margin: 0;
    background: url(../images/radio/radio.png);
    border: 0;
    border-radius: 0;
}

#dashboard .track .after span.ui-radio {
    top: 0;
    width: 30px;
    height: 30px;
    margin: 0;
    background: url(../images/radio/radio_after.png);
    border: 0;
    border-radius: 0;
}

#dashboard .track span.ui-radio:after {
    display: none;
}

#dashboard .track .good span.ui-radio.ui-radio-checked,
#dashboard .track .good span.ui-radio.ui-radio-hover {
    background-position: 0 -30px;
}

#dashboard .track .same span.ui-radio {
    background-position: -30px 0;
}

#dashboard .track .same span.ui-radio.ui-radio-checked,
#dashboard .track .same span.ui-radio.ui-radio-hover {
    background-position: -30px -30px;
}

#dashboard .track .bad span.ui-radio {
    background-position: -60px 0;
}

#dashboard .track .bad span.ui-radio.ui-radio-checked,
#dashboard .track .bad span.ui-radio.ui-radio-hover {
    background-position: -60px -30px;
}

/* Dashboard exercises */

#dashboard .exercises p {
    padding-bottom: 10px;
}

#dashboard .exercises ul {
    padding: 0 0 30px 0;
}

#dashboard .exercises li {
    position: relative;
    margin: 0 0 5px 0;
}

/* Dashboard exercises description */

#dashboard .exercises .description {
    position: relative;
    padding: 0 0 30px 0;
}

#dashboard .exercises .description h2 {
    color: #1e75bb;
    padding-bottom: 10px;
}

#dashboard .track-button {
    position: absolute;
    top: -12px;
    right: 20px;
}

/* Dashboard exercises overview */

#dashboard .exercises .overview.first {
    padding-bottom: 20px;
}

#dashboard .exercises .overview li {
    padding-left: 30px;
}

#dashboard .exercises .overview .time {
    display: inline-block;
    position: relative;
    padding: 0 0 0 25px;
    margin: 5px 0 0 5px;
}

#dashboard .exercises .overview .time:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    content: "";
    margin: -9px 0 0 0;
    background: url(../images/time.png);
}

#dashboard .exercises .overview .important {
    text-transform: uppercase;
    text-decoration: underline;
    color: #1e75bb;
}

#dashboard .exercises .overview .check {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 19px;
    height: 18px;
    vertical-align: middle;
    margin: 0 5px 0 0;
    background: url(../images/checkbox/checked-blue.png) -19px 0;
}

/* Dashboard exercises list */

#dashboard .exercises .list li {
    position: relative;
    padding: 0 0 0 15px;
}

#dashboard .exercises .list li:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    content: "";
    background: #1e75bb;
    border-radius: 100%;
}

/* Dashboard exercises desc */

#dashboard .exercises .desc li {
    position: relative;
    padding: 0 0 0 15px;
}

#dashboard .exercises .desc li:before {
    position: absolute;
    top: 12px;
    left: 0;
    width: 4px;
    height: 2px;
    content: "";
    background: #313131;
}

/* Dashboard exercises exercise */

#dashboard .exercises .exercise {
    padding: 40px 0 0 0;
    border-top: 1px solid #ddd;
}

#dashboard .exercises .exercise .col {
    float: left;
    width: 50%;
    padding: 0 0 0 40px;
}

#dashboard .exercises .exercise .col:first-child {
    padding-left: 0;
}

#dashboard .exercises .exercise .col img {
    display: block;
    width: 100%;
}

#dashboard .exercises .exercise .col .list {
    color: #1e75bb;
}

/* Dashboard exercises submit */

#dashboard .exercises .submit {
    text-align: right;
    padding: 20px 0 0 0;
    margin: 40px 0 0 0;
    border-top: 1px solid #ddd;
}

#dashboard .c-scroll p {
    max-width: none;
}

/**
 * Certificate
 */

#certificate img {
    display: block;
    max-width: 100%;
}

/**
 * Sidebar
 */

#sidebar {
    float: left;
    width: 280px;
}

#sidebar .course .title {
    line-height: 30px;
    padding: 10px 0;
}

/**
 * Content
 */

#content {
    position: relative;
    float: left;
    width: 840px;
    padding: 0 0 0 40px;
}

#content .button.top.right {
    position: absolute;
    top: 0;
    right: 0;
}

.charts {
    text-align: center;
    padding-top: 60px;
    overflow: hidden;
    margin: 0 -30px;
}

.chart {
    position: relative;
    float: left;
    width: 33.33%;
    font-size: 100px;
    line-height: 280px;
    margin: 0 0 90px 0;
    text-align: center;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -140px;
}

.chart strong {
    position: absolute;
    top: -70px;
    left: 0;
    color: #1e75bb;
    font-size: 32px;
    font-weight: normal;
    width: 100%;
    line-height: 60px;
}

#dashboard #badges h2,
#dashboard #certificate h2{
    font-size: 32px;
    color: #1e75bb;
    line-height: 38px;
}

/**
 * Certificate countdown
 */

.certificate-countdown {
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    font-family: "Dancing Script", Arial;
    color: #1d75bc;
    padding: 10px;
    border: 10px solid #1d75bc;
}

.certificate-countdown .inner {
    padding: 23% 10px;
    border: 1px solid #1d75bc;
}


/* Footer
========================================================================== */

/**
 * Footer
 */

#footer {
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    padding: 60px 0 50px 0;
    background: #4e5663;
}

#footer .cnt {
    max-width: 900px;
}

.success-flow-footer-h6{
    font-size: 34px !important;
    line-height: 40px !important;
}

#footer h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #26a9e0;
    padding: 0 0 10px 0;
}



#footer h6 a {
    color: #26a9e0;
}

#footer p {
    padding: 0 0 10px 0;
}

#footer li {
    padding: 0 0 10px 0;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    opacity: 0.8;
}

/* Footer column */

#footer .column {
    float: left;
    width: 50%;
    padding: 0 0 30px 0;
}

/* Footer white */

#footer.white {
    color: #313131;
    padding: 0 0 20px 0;
    background: #fff;
}

#footer.white a {
    color: #313131;
    font-weight: bold;
}

#footer.white .cnt {
    max-width: none;
}

#footer.white .cnt br {
    display: none;
}

/* Footer copyright */

#footer .copyright {
    clear: both;
    padding: 30px 0 0 0;
    border-top: 1px solid #9ca0a8;
}

#footer .copyright br {
    display: none;   
}

#footer .copyright a {
    font-weight: 700;
}

/* Thirty Day Challenge */
.site-30-day-challenge .form{
    margin: auto auto 100px auto;
}
.site-30-day-challenge .ss-form-desc{
    max-width: 560px;
    margin: auto;
}
.site-30-day-challenge .thank-you p{
    margin: auto;
}




/* Helper Classes */
.text-center{
    text-align: center;
}
.hidden{
    display: none;
}

/* 30 Day Challenge */
#header .logo-nolink {
    display: block;
    width: 240px;
    height: 40px;
    background: url(../images/surya-success_logo.png);
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.custom-30-challenge-img-responsive{
    width: 100%;
    height: auto;
    max-height: 300px;
    max-width: 839px;
}

.custom-30-bottom-border{
    border-bottom:solid 2px #2275B8;
    line-height: 0px;
    margin-bottom:30px;
}

.custom-30-day-challenge-form small{
    font:18px/24px "Open Sans", Arial;
    opacity: .75;
}
.custom-30-day-challenge-form h2{
    line-height:15px !important;
}
.custom-30-day-challenge-form .row{
    /*margin-right: -15px;*/
    /*margin-left: -15px;*/
}
.custom-30-day-challenge-form .col-md-6{
    width: 50%;
    float: left;
    padding:0px 10px 0px 0px;
}

.custom-30-day-challenge-form .col-md-6-right{
    width: 50%;
    float: left;
    padding:0px 0px 0px 0px;
}

.custom-30-day-intro-text{
    line-height:28px;
}

.custom-30-day-challenge-form .off-color{
    color: #6D9EEB;
}

.custom-30-challenge-pull-right{
    float: right;
}

.custom-30-h2, .field-thirtydaychallengeform-how_stress_impacting_life label.control-label{
    display: block;
    position: relative;
    font-size: 26px !important;
    line-height: 36px;
    color: #1e75bb;
    padding: 0 0 10px 0;
}

.field-thirtydaychallengeform-what_would_you_improve label.control-label{
    font-size:16px;
    color: #1e75bb;
    opacity: .75;
    margin-bottom:12px;
}

.custom-30-day-challenge-form{
}

.custom-30-small{
    color: #1e75bb;
    margin-bottom:20px;
    display: block;
}

.force-center{
    text-align: center;
}
.custom-30-bottom-border
.site-30-day-challenge{
    padding: 0px 0 40px 0 !important;
}
.site-30-day-challenge .thank-you-success{
    color: #313131;
    margin-top: 10px;
}

.site-30-day-challenge .thank-you-success .text-center{
    margin:auto;
    line-height: 28px;
}

.custom-30-challenge-pull-right.disabled{
    background-color: #CCCCCC;
}

#vcita-calendar{
    background-image: url(../images/thirtydaychallenge/30DayChallenge_Calendar_1-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.footer-leading-edge{
    padding: 0 0 30px 0;
}


.success-flow-one-column{
    width: 100%;
    max-width: 100% !important;
}

.success-flow-one-column .column{
    width: 75% !important;
    margin: auto;
}

.testimonial-container{
    margin-bottom:15px;
}

.testimonial-container:last-child {
    margin-bottom:0px;
}

.testimonial-container .bubble{
    border: dotted #d9534f 1px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:35px;
    background-color: #fff;
    padding:15px;
}

.testimonial-container hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d9534f;
    margin: .5em 0;
    padding: 0;
}

.testimonial-container .company{
    color: #d9534f;
}

.testimonial-container .testimony-quote{
    font: 400 18px/28px "Marck Script", Arial;
    color:#000;
}

.testimonial-container img{
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    width: 100px;
    margin-top:-5px;
    position: relative;
    z-index: 100;
}


.testimonial-container .down-arrow{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #d9544f transparent transparent transparent;
    margin: auto;
    position: relative;
    z-index: 999;
}

#enroll .column.adjust{
    margin-left: 28%;
    width: 37% !important;
    max-width: 550px;
    min-width: 470px;
}

.success-flow-sqeeze {
    width: 70%;
    margin: auto;
}

.testimonials-column-right{
    float: left;
    text-align: center;
    width: 21%;
    padding: 0px 20px;
    margin: -20px 0 0 0;
}


.success-list{

}

#enroll .column .success-list {
    font-size: 15px;
    line-height: 22px;
}

#enroll .column .success-list strong {
    color: #26a9e0;
}

#enroll .column .success-list ul > li {
    position: relative;
    padding: 15px 0 15px 30px;
    margin: 0 10px;
    border-top: 1px solid #cfcfcf;
}

#enroll .column .success-list ul > li:first-child {
    border-top: 0;
}

#enroll .column .success-list ul > li:before {
    position: absolute;
    top: 15px;
    left: 0;
    width: 25px;
    height: 22px;
    content: "";
    background: url(../images/enroll-check.png);
}

.thirty-day-challenge-success-list{

}

.thirty-day-challenge-success-list strong{
    color: #26a9e0;
}

.thirty-day-challenge-success-list ul > li{
    position: relative;
    padding: 15px 0 15px 30px;
    margin: 0 10px;
    border-top: 1px solid #cfcfcf;
}

.thirty-day-challenge-success-list ul ul > li{
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0;
    border-top: none;
}

.thirty-day-challenge-success-list ul > li:first-child{
    border-top: 0;
}

.thirty-day-challenge-success-list ul ul {
    margin-left: -32px;
}

.thirty-day-challenge-success-list p:before {
    position: absolute;
    top: 15px;
    left: 0;
    width: 25px;
    height: 22px;
    content: "";
    background: url(../images/enroll-check.png);
}

/* Entroll column list ordered */

#enroll .column .success-list ol {
    padding: 0 0 0 20px;
}

#enroll .column .success-list ol li {
    list-style: decimal;
}
.successchallenge {
    text-align: center;
    color: #1e75bb;
    padding: 0 0 10px 0;
}
.successchallenge h3 {
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    margin: 0 0 0 0;
}
.successchallenge h3:after{
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 3px;
    content: "";
    margin: 0 0 0 -25px;
    background: #d9534f;
}

.successchallenge-subheader{
    font-weight: normal;
    padding: 0 0 10px 0 !important;
}

.successchallenge-subheader-date-message{
    margin-top:10px;
    color: #1e75bb;
}

.challenge-top-banner-button{
    position: inherit !important;
    width: 280px !important;
    margin: 14px 0 0 0px !important;
    left: auto !important;
}

.success-flow-promo-msg h3{
    margin-bottom: 20px;
    color: #d9534f;
    font-weight:normal;
    line-height: 38px;
    font-size: 30px;
}
.success-flow-promo-msg h3 strong{
    font-size: 34px !important;
}

.thirty-day-challenge-get-started{
    text-align: center;
}

.thirty-day-challenge-get-started .header{
    color: #1e75bb;
}

.thirty-day-challenge-get-started .sub-header{
    color: #1e75bb;
}

.success-flow-icon{
    margin:6px auto !important;
}

.spots-left{
    margin-bottom:3px !important;
}

.challenge-flow-checkout .force-center{
    text-align: unset;
}

@media only screen and (max-width: 479px) {

    .custom-30-day-challenge-form .col-md-6{
        width: 100%;
        float: left;
        padding:0px 0px 0px 0px;
    }

    .custom-30-day-challenge-form .col-md-6-right{
        width: 100%;
        float: left;
        padding:0px 0px 0px 0px;
    }
    .custom-30-small{
        font-size:14px !important;
    }

    .custom-30-challenge-pull-right{
        width: 100%;
        display: block;
        float: none;
    }


}

.quote-adjust span{
    font-size:28px;
}

/*
 Misc
*/
.color-black{
    color: #000;
}