.timelineBg {
    display:block;
    width:100%;
    height:40px;
    margin-left:11px;

}

.timeline{
    text-align:center;
}

.timeline span.timelineLink {
    /*    background-color:#008fff;*/
    background-color:#FFC708;
    /*box-shadow: 1px 1px 9px darkgray;*/
    display:block;
    font-size:20px;
    font-weight:bold;
    padding-top:5px;
    border-radius:20px;
    width: 35px;
    height:35px;
    text-align:center;
    color:#fff;
    z-index:10;
}

.timeline span.timelineCurrent{
    background-color:#FFC708;
    box-shadow: 1px 1px 3px darkgray;
    display:block;
    font-size:20px;
    font-weight:bold;
    padding-top:5px;
    border-radius:20px;
    /*width: 40px;*/
    width: 35px;
    /*    height:40px;*/
    height:35px;
    text-align:center;
    color:#fff;
    z-index:10;
}

.timeline span.timelineDisabled {
    /*background-color:#b3bed1;*/
    border: 4px solid #D1D2D1;
    border-radius: 20px;
    color: #D1D2D1;
    display: block;
    font-size: 20px;
    font-weight: bold;
    /*height: 40px;*/
    height: 35px;
    /*padding-top: 1px;*/
    text-align: center;
    /*width: 40px;*/
    width: 35px;
    z-index: 10;
}

.pieWrapper{
    /*    margin-bottom:50px;*/
    margin-bottom:15px;
}

.pieHeader{
    margin-top:50px;
    background: url(../../uploads/assets/pieHeader.png) no-repeat;
    padding: 4px 0 0 30px;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:5px;
    height:20px;
    font-weight:bold;
}

.pieValue{
    margin-top:-10px;
    padding: 0px 0 0 30px;
    font-size:50px;
    height:20px;
    font-weight:bold;

}

.pieCanvas, .pieCanvasBig{
    margin-top:100px;
    display:block;
    width:100%;
    height:auto;
}

.chart-legend  {
    list-style: none;
    /*margin-top:30px;*/
}

.chart-legend  li {
    display: block;
    position: relative;
    margin: 10px 30px 10px 0;
    border-radius: 5px;
    padding: 0px 8px 2px 28px;
    font-size: 14px;
    cursor: default;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
    width:auto;
}

.chart-legend  li:hover {
    background-color: #fafafa;
}

.chart-legend  li span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

.segmented-control {
    position: relative;
    display: inline-block;
    border: 1px solid currentColor;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    overflow: hidden;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-tap-highlight-color: transparent;
}

.segmented-control > input {
    position: absolute;
    left: -10000px;
    opacity: 0;
}

.segmented-control > input[type='checkbox'] ~ label {
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    -webkit-transition-duration: 0;
    transition-duration: 0;
}

.segmented-control > input[type='checkbox'] ~ label:before {
    opacity: 0;
}

.segmented-control > input:disabled:nth-child(1) ~ label:nth-of-type(1) {
    opacity: 0.3;
    cursor: not-allowed;
}

.segmented-control > input:nth-child(1):checked ~ label:nth-of-type(1):after, .segmented-control > input:nth-child(1):checked ~ label:nth-of-type(1):before {
    opacity: 1;
}

.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1) ~ label:before {
    left: 0%;
}

.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:before {
    left: 0%;
}

.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:before {
    left: 0%;
}

.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
    left: 0%;
}

.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
    left: 0%;
}

.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
    left: 0%;
}

.segmented-control > input:disabled:nth-child(2) ~ label:nth-of-type(2) {
    opacity: 0.3;
    cursor: not-allowed;
}

.segmented-control > input:nth-child(2):checked ~ label:nth-of-type(2):after, .segmented-control > input:nth-child(2):checked ~ label:nth-of-type(2):before {
    opacity: 1;
}

.segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:before {
    left: 50%;
}

.segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:before {
    left: 33.33333%;
}

.segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
    left: 25%;
}

.segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
    left: 20%;
}

.segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
    left: 16.66667%;
}

.segmented-control > input:disabled:nth-child(3) ~ label:nth-of-type(3) {
    opacity: 0.3;
    cursor: not-allowed;
}

.segmented-control > input:nth-child(3):checked ~ label:nth-of-type(3):after, .segmented-control > input:nth-child(3):checked ~ label:nth-of-type(3):before {
    opacity: 1;
}

.segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:before {
    left: 66.66667%;
}

.segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
    left: 50%;
}

.segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
    left: 40%;
}

.segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
    left: 33.33333%;
}

.segmented-control > input:disabled:nth-child(4) ~ label:nth-of-type(4) {
    opacity: 0.3;
    cursor: not-allowed;
}

.segmented-control > input:nth-child(4):checked ~ label:nth-of-type(4):after, .segmented-control > input:nth-child(4):checked ~ label:nth-of-type(4):before {
    opacity: 1;
}

.segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
    left: 75.0%;
}

.segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
    left: 60%;
}

.segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
    left: 50%;
}

.segmented-control > input:disabled:nth-child(5) ~ label:nth-of-type(5) {
    opacity: 0.3;
    cursor: not-allowed;
}

.segmented-control > input:nth-child(5):checked ~ label:nth-of-type(5):after, .segmented-control > input:nth-child(5):checked ~ label:nth-of-type(5):before {
    opacity: 1;
}

.segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
    left: 80%;
}

.segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
    left: 66.66667%;
}

.segmented-control > input:disabled:nth-child(6) ~ label:nth-of-type(6) {
    opacity: 0.3;
    cursor: not-allowed;
}

.segmented-control > input:nth-child(6):checked ~ label:nth-of-type(6):after, .segmented-control > input:nth-child(6):checked ~ label:nth-of-type(6):before {
    opacity: 1;
}

.segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
    left: 83.33333%;
}

.segmented-control > label {
    display: inline-block;
    padding: 0 .71em;
    cursor: pointer;
    float: left;
    line-height: 3em;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    -moz-transition-property: none;
    -o-transition-property: none;
    -webkit-transition-property: none;
    transition-property: none;
    -moz-transition-duration: inherit;
    -o-transition-duration: inherit;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -moz-transition-timing-function: inherit;
    -o-transition-timing-function: inherit;
    -webkit-transition-timing-function: inherit;
    transition-timing-function: inherit;
}

.segmented-control > label:before, .segmented-control > label:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.segmented-control > label:after {
    color: white;
    content: attr(data-value);
    text-align: center;
    padding: inherit;
    z-index: 10;
    font-style: inherit;
    text-decoration: inherit;
    font-weight: inherit;
    opacity: 0;
    -moz-transition-property: opacity, left;
    -o-transition-property: opacity, left;
    -webkit-transition-property: opacity, left;
    transition-property: opacity, left;
    -moz-transition-duration: inherit;
    -o-transition-duration: inherit;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -moz-transition-timing-function: inherit;
    -o-transition-timing-function: inherit;
    -webkit-transition-timing-function: inherit;
    transition-timing-function: inherit;
}

.segmented-control > label:after, .segmented-control > label {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.segmented-control > label:before {
    content: '';
    color: inherit;
    background: currentColor;
    -moz-transition-property: left;
    -o-transition-property: left;
    -webkit-transition-property: left;
    transition-property: left;
    -moz-transition-duration: inherit;
    -o-transition-duration: inherit;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -moz-transition-timing-function: inherit;
    -o-transition-timing-function: inherit;
    -webkit-transition-timing-function: inherit;
    transition-timing-function: inherit;
}

.segmented-control > label:first-of-type:nth-last-of-type(1), .segmented-control > label:first-of-type:nth-last-of-type(1):after, .segmented-control > label:first-of-type:nth-last-of-type(1):before, .segmented-control > label:first-of-type:nth-last-of-type(1) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(1) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(1) ~ label:before {
    width: 100%;
}
.segmented-control > label:first-of-type:nth-last-of-type(2), .segmented-control > label:first-of-type:nth-last-of-type(2):after, .segmented-control > label:first-of-type:nth-last-of-type(2):before, .segmented-control > label:first-of-type:nth-last-of-type(2) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(2) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(2) ~ label:before {
    width: 50%;
}
.segmented-control > label:first-of-type:nth-last-of-type(3), .segmented-control > label:first-of-type:nth-last-of-type(3):after, .segmented-control > label:first-of-type:nth-last-of-type(3):before, .segmented-control > label:first-of-type:nth-last-of-type(3) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(3) ~ label:before {
    width: 33.33333%;
}
.segmented-control > label:first-of-type:nth-last-of-type(4), .segmented-control > label:first-of-type:nth-last-of-type(4):after, .segmented-control > label:first-of-type:nth-last-of-type(4):before, .segmented-control > label:first-of-type:nth-last-of-type(4) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(4) ~ label:before {
    width: 25%;
}
.segmented-control > label:first-of-type:nth-last-of-type(5), .segmented-control > label:first-of-type:nth-last-of-type(5):after, .segmented-control > label:first-of-type:nth-last-of-type(5):before, .segmented-control > label:first-of-type:nth-last-of-type(5) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(5) ~ label:before {
    width: 20%;
}
.segmented-control > label:first-of-type:nth-last-of-type(6), .segmented-control > label:first-of-type:nth-last-of-type(6):after, .segmented-control > label:first-of-type:nth-last-of-type(6):before, .segmented-control > label:first-of-type:nth-last-of-type(6) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(6) ~ label:before {
    width: 16.66667%;
}
.segmented-control.italic, .segmented-control .italic {
    font-style: italic;
}
.segmented-control.bold, .segmented-control .bold {
    font-weight: bold;
}
.segmented-control.underline, .segmented-control .underline {
    text-decoration: underline;
}
.segmented-control.line-through, .segmented-control .line-through {
    text-decoration: line-through;
}

body {
    background:#f2f2f2;
    font-family: "Karla",Helvetica,Arial,sans-serif;
    overflow-x: hidden;
}

.toolTipImage{
    /*position:absolute;*/
    /*    right:15px;
        top:15px;*/
    width: 25px;
}

.tooltip-arrow,
.red-tooltip + .tooltip > .tooltip-inner {
    font-size:16px;
}

.navbar{
    background: #ffc708;
    height:142px;
    border:0;
    border-radius:0;
}

.navbar-default {
    border-color: transparent;
    background-color: transparent;
    /*    padding: 5px 10px 10px 10px;*/
    padding: 5px 10px 5px 10px;
    text-align:center;
    margin:0;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #403300;
}

.navbar-default .navbar-collapse {
}

.navbar-default .navbar-toggle {
    /*    background: #fff; */
    background: #FFCA00; 
    border:0;
}

.navbar-default .navbar-toggle .icon-bar {
    /*background-color: #ffc708;*/
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    /*background: #403300;*/ 
    background: #6D7680; 
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-weight: 400;
    /*color: #fff;*/
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #fff;
    background-color:#6D6E70;
}

.navbar-default .nav li:nth-last-child(3) a:hover,
.navbar-default .nav li:nth-last-child(3) a:focus {
    outline: 0;
    color: #6d6e70;
    background-color:transparent;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #fff;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #403300;
}

#logo{
    width:150px;
    /*    width:179px;*/
    /*height:51px;*/
    height:40px;
    margin: -13px 0 0 -15px;
}

#title{
    /*background:#ffc708;*/
    /*    height:150px;*/
    height:95px;
}

.pageTitle{
    background:#fff;
    margin:auto;
    /*    height:150px;*/
    height:95px;
    padding:0;
}

.pageTitleLeft{
    /*    padding: 20px 0 0 0;*/
    padding: 10px 0 0 0;
    text-align:center;
    color:#000;
    font-size:20px;
}

.pageTitleFull{
    padding: 60px 0 0 0;
    text-align:center;
    color:#000;
    font-size:28px;
}

.pageTitleRight{
    /*    padding:10px 20px 0 20px;*/
    padding:0px 20px 0 20px;
}

.subTitle{
    background:#000;
    margin:auto;
    padding:0;
    color:#fff;
    padding:20px;
    font-size:18px;
}

.topTabs{
    background:#000;
    padding:0;
    color:#fff;
    font-size:18px;
    height:120px;
}

#tab1 span, #tab2 span, #tab3 span{
    display:none;
}

.pageContent{
    /*background: #fdfdfd url(../../uploads/assets/contentBg.png) repeat-x;*/
    background: #ffffff;
    padding:0 20px 0 20px;
}

.blueFrame{
    border: 2px solid #0a96ff;
    margin-bottom:-2px;
}

.or{
    /*margin-top:-70px;*/
    text-align:center;
}

.productImage{
    padding:30px;
    text-align:center;
}

.radios .radio{
    /*background-color:#fff;*/
    background-color:#F8F8F8;
    height:auto;
    text-align:center;
    font-weight:normal;
}

.radios input[type=radio]{
    display:none;
}

.radios input[type=radio]:checked + .radio{
    background-color:none;
    /*    border:5px solid #0a96ff;*/
    /*border:2px solid darkgray;*/
}

.topRadios .radio{
    padding-top:5px;
    margin-top:0;
    background-color: white;
    color: #6D6E70;
    height:41px;
    text-align:center;
    font-weight:normal;
    /*padding-left: 40px;*/
}

.topRadios input[type=radio]{
    display:none
}

.topRadios input[type=radio]:checked + .radio{
    /*background: #fdfdfd url(../../uploads/assets/contentBg.png) repeat-x;*/
    color:#FBC904;
}

.natureRadios{
    margin-top:30px;
}

.natureRadios .radio{
    padding-top:20px;
    margin-top:0;
    background-color:#008fff;
    height:60px;
    text-align:center;
    font-weight:normal;
}

.natureRadios input[type=radio]{
    display:none
}

.natureRadios input[type=radio]:checked + .radio{
    background: #cccccc;
    color:#000;
}

.navbar{
    height:auto;
}

.intro{
    color:#403300;
    text-align:left;
    font-size:20px;
    font-weight: bold;
    padding:30px 10px 30px 10px;
    font-weight:600;
}


h1{
    color:#403300;
    /*font-size:44px;*/
    font-size:64px;
    font-weight:bold;
}

.rowDivider{
    border-top: 1px solid #d9d8d8;
}

hr.style1{
    border-top: 2px solid #f2f2f2;
}

.segmentLabel, .segmentLabel2{
    color:#666666;
    padding-top:10px;
    font-size:16px;
}

.textContent{
    color:#666666;
    padding:5px 10px;
    font-size:16px;
    height:auto;
}

.segmentControl{
    font-size:18px;
    padding-bottom:10px;
}

.segmentControl2{
    font-size:18px;
    padding-bottom:20px;
}

.incentivesHeader{
    /*border-top: 2px solid #f2f2f2;*/
    /*background: url(../../uploads/assets/incentives.png) no-repeat;*/
    /*margin:auto;*/
    height:100px;
    color:#4d4d4d;
    padding:35px 0 0 0;
    font-size:2.0em;
    /*margin-top:10px;*/
}

.thermostatHeader{
    border-bottom: 2px solid #f2f2f2;
    margin:auto;
    height:100px;
    color:#0a97ff;
    padding:35px 0 0 0px;
    font-size:22px;
    margin-top:10px;
}

.upgradesHeader{
    border-top: 2px solid #f2f2f2;
    background: url(../../uploads/assets/upgrades.png) no-repeat;
    margin:auto;
    height:100px;
    color:#0a97ff;
    padding:35px 0 0 100px;
    font-size:22px;
    margin-top:10px;
}

.list-group {
    background: transparent;
    width: 100%;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

.styled-select select {
    background: transparent;
    width: 100%;
    padding: 5px;
    font-size: 18px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 40px;
    -webkit-appearance: none;
}

.styled-select {
    padding:0;
    position:relative;
    width: auto;
    overflow: hidden;
    padding-left:5px;
    background: #fdfdfd url(../../uploads/assets/dropArrow.png) top right no-repeat;
    border: 1px solid #ccc;
}

.input1 {
    padding:0;
    padding-top:7px;
    position:relative;
    width: auto;
    overflow: hidden;
    /*    height:40px;*/
    height:35px;
    width:100%;
    /*padding-left:10px;*/
    font-size: 18px;
    margin-top:10px;
    border: 1px solid #ccc;
}

.callToAction{
    /*background: #149dff url(../../uploads/assets/arrowNext.png) top right no-repeat;*/
    background-color:  #14D0AD;
    margin:auto;
    /*    height:90px;*/
    height:65px;
    padding:0;
    color:#fff;
    /*    padding:30px;*/
    padding:15px 30px;
    font-size:20px;
}

.callToAction2{
    background: #0a96ff url(../../uploads/assets/arrowNext.png) center right no-repeat;
    margin:auto;
    padding:0;
    color:#fff;
    padding:20px 100px 20px 20px;
    font-size:16px;
}

.callToAction a, .callToAction2 a{
    color:#fff;
    text-decoration:none;
    background:none;
}

.table1{
    font-size:16px;
    margin-bottom:30px;
    margin-top:30px;
    margin: 30px 0 30px 0;
    width:auto;
}

.tableHeader1{
    color: #fff;
    padding:10px;
}

.cell1{
    border: none;
    /*background-color:#fff;*/
    padding:10px;
    color:#333333;
}

.cell2{
    border: none;
    background-color:#000;
    padding:10px;
    color:#fff;
}

.cell3{
    border: none;
    background-color:#0996ff;
    padding:10px;
    color:#fff;
    font-weight:bold;
}

#buy-osx{
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size:18px;
    margin-left:2px;
    border-radius:40px;
    padding:15px 30px 11px 20px;
    margin-top:30px;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#403300+0,0062c6+100 */
    background: #403300; /* Old browsers */
    background: -moz-linear-gradient(left,  #403300 0%, #0062c6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#403300), color-stop(100%,#0062c6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #403300 0%,#0062c6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #403300 0%,#0062c6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #403300 0%,#0062c6 100%); /* IE10+ */
    background: linear-gradient(to right,  #403300 0%,#0062c6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#403300', endColorstr='#0062c6',GradientType=1 ); /* IE6-9 */
    margin-top:30px;
    margin-bottom:30px;
    display:inline-block;
    width:auto;
    height:80px;
}

#buy-osx img{
    margin-top:-5px;
}

emp, a{
    font-weight:bold;
    color:#403300;
}

.address{
    margin-left:137px;
}

#footer{
    font-weight: normal;
    padding: 40px 0 40px 0;
    color:#959594;
    font-size:12pt;
    text-align:center;
}

#footer h1{
    color:#00b7ff;
    font-weight: bold;
    font-size:24px;
    text-transform:uppercase;
}

#footer p{
    padding:0px 5px 20px 5px;
}

#footer a{
    color:#393939;
    font-weight: 400;
}

#footer .title{
    color:#4e5557;
    font-weight: 400;
    font-size:22px;
}

#footer .author{
    color:#4e5557;
    font-weight: normal;
    font-size:14px;
    font-style:italic;
}

.footerSocial{
    margin-top:15px;
}

#footer .social{
    margin: -10px 0 0 15px; 
}

#footer .copyright{
    color:#4e5557;
    font-weight: bold;
    font-size:16px;

}

.address{
    margin-top:100px;
    margin-left:137px;
    margin-bottom:40px;
    clear:both;
}

@media (min-width: 375px) { /*iphone6*/
    .textContent{
     padding:5px 10px;   
    }
    header {
        height:780px;
        margin:0;
    }
/*    .textContent{
     padding:5px 10px;   
    }*/
}

@media (min-width: 414px) { /*iphone6plus*/
    .textContent{
     padding:10px 20px;   
    }
    .timelineBg {
        margin-left:0;

    }
    
}

@media (min-width: 768px) { 
    .textContent{
     padding:20px 20px;   
    }
    .pieCanvas{
        margin-top:100px;
        display:block;
        width:250px;
        height:250px;
    }

    .pieCanvasBig{
        margin-top:100px;
        display:block;
        width:300px;
        height:300px;
    }

    #js-legend3{
        margin-top:50px;
    }
    #js-legend3 li{
        float: left;
    }
    #js-legend4{
        margin-top:150px;
    }

    .toolTipImage{
        /*position:absolute;*/
        right:15px;
        top:20px;
    }

    #logo{
        /*        width:179px;
                height:51px;*/
        width:150px;
        height:40px;
        /*        margin: 39px 0 0 0;*/
        margin: 0px 0 0 0;
    }

    .navbar-default {
        border-color: transparent;
        background:none;
        height:150px;
    }

    a:hover {
        text-decoration:none;
    }

    .navbar-default .navbar-brand {

        color: #fed136;
        position:absolute;
        top:0px;
    }

    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus,
    .navbar-default .navbar-brand:active,
    .navbar-default .navbar-brand.active {
        color: #403300;
    }

    .navbar-default .navbar-collapse {
        /*        padding-top:45px;*/
        padding-top:10px;
        border-color: rgba(255,255,255,.02);
    }

    .navbar-default .navbar-toggle {
        border-color: #fed136;
        background-color: #fed136;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #fed136;
    }

    .nav:firstchild{
        border-radius: 0;
    }

    .navbar-default .nav li a {
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
        height:40px;
        padding:14px 5px 0 5px;
        background:none;
        border-left:1px solid #fff;
        border-right: none;
        border-top:1px solid #fff;
        border-bottom:1px solid #fff;

        font-size:14px;

    }

    .navbar-default .nav li a {
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
        height:40px;
        padding:14px 5px 0 5px;
        background:none;
        border-left:1px solid #fff;
        border-right: none;
        border-top:1px solid #fff;
        border-bottom:1px solid #fff;
        font-size:14px;	
    }

    .navbar-default .nav li a:hover,
    .navbar-default .nav li a:focus {
        outline: 0;
        color: #403300;
        background: #fff; 
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 0;
        color: #fff;
        background-color: #fed136;
    }

    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        color: #fff;
        background-color: #403300;

    }

    ul.nav > li:nth-child(2) a{
        border-radius: 27px 0 0 27px;
        padding:15px 5px 0 15px;

    }

    ul.nav > li:last-child a{
        border-radius: 0 27px 27px 0;
        padding:15px 15px 0 15px;
        border-right:1px solid #fff;
    }

    .navbar{
        /*background: #ffc708;*/
        /*        height:150px;*/
        height:70px;
        border:0;
        border-radius:0;
    }

    .navbar-default .nav li a {
        border:none;
        /*        font-size:16px;*/
        font-size:15px;
        /*        height:50px;*/
        height:35px;
        /*padding:15px 25px 0 25px;*/
        padding:7px 15px;
        text-transform:none;
        color:#6D6E70;
        font-weight:normal;

    }

    .navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
        background:none;
        color:#6D6E70;
    }

    ul.nav > li:nth-child(2) a{
        border-radius: 27px 0 0 27px;
        padding:15px 25px 0 25px;
    }

    ul.nav > li:last-child a{
        border-radius: 25px;
        border: 1px solid #6D6E70;
        /*padding:15px 20px;*/
        padding:7px 15px;
        text-transform:uppercase;
        color:#6D6E70;
        /*font-weight:bold;*/
    }

    ul.nav > li:last-child a:hover,ul.nav > li:last-child a:focus {
        background:#6D6E70;
        color:#fff;
        border-color: #6D6E70;
    }

    ul.nav > li:nth-last-child(2) a{
        border-radius: 25px;
        border: 1px solid #6D6E70;
        /*padding:15px 20px;*/
        padding:7px 15px;
        text-transform:uppercase;
        color:#6D6E70;
        /*font-weight:bold;*/
    }

    ul.nav > li:nth-last-child(2) a:hover,ul.nav > li:nth-last-child(2) a:focus {
        background:#6D6E70;
        color:#fff;
        border-color: #6D6E70;
    }

    #title{
        /*background:#ffc708;*/
        /*        height:150px;*/
        height:60px;
    }

    .pageTitle{
        background:#fff;
        margin:auto;
        /*        height:150px;*/
        height:60px;
        padding:0;
        /*box-shadow: 0 0 2px gray;  09 Oct */
    }

    .pageTitleLeft, .pageTitleFull{
        /*        padding: 60px 0 0 50px;*/
        padding: 17px 0 0 50px;

        /*        color:#000;*/
        color:#6D6E70;
        /*        font-size: 29px;*/
        font-size: 20px;
        font-weight: lighter;
        text-align:left;

    }

    .message{
        /*background:#000;*/
        margin:auto;
        height:80px;
        color:#fff;
        padding:30px 0 0 50px;
        font-size:22px;
    }

    .pageTitleRight{
        /*        padding-top:50px;*/
        padding-top:15px;
        padding-left:30px;
        padding-right:60px;
    }

    .subTitle{
        background:#000;
        margin:auto;
        /*height:90px;*/
        min-height:45px;
        color:#fff;
        padding:30px 0 0 40px;
        font-size:18px;
        /*box-shadow: 0 2px 2px gray;  09 Oct */
    }

    .topTabs{
        background:#000;
        padding:0;
        color:#fff;
        font-size:16px;
        /*        height:120px;*/
        height:50px;
        margin-bottom:0;
        /*        box-shadow: 0 2px 2px gray;  09 Oct */
    }

    #tab1 span, #tab2 span, #tab3 span{
        display: block;
        padding-left: 75px;
        /*        padding-top: 15px;*/
        padding-top: 4px;
        text-align: left;
    }

    .pageContent{
        background-color: #ffffff;
        /*background: #fdfdfd url(../../uploads/assets/contentBg.png) repeat-x;*/
        padding-left:50px;
        padding-right:50px;
        /*        box-shadow: 0 2px 2px gray;  09 Oct */
    }

    .rowDivider{
        border-top: 2px solid #f2f2f2;
    }

    .segmentLabel{
        color:#666666;
        padding-top:10px;
        padding-right:20px;
        text-align:right;
        font-size:18px;
        /*        height:90px;*/
        height:70px;
    }

    .sectionHeader{
        margin:auto;
        height:100px;
        color:#0a97ff;
        padding:35px 0 0 0;
        font-size:22px;

    }

    .incentivesHeader{
        /*border-top: 2px solid #f2f2f2;*/
        /*background: url(../../uploads/assets/incentives.png) no-repeat;*/
        /*margin:auto;*/
        height:100px;
        color:#4d4d4d;
        padding:35px 0 0 0;
        font-size:2.0em;
        /*margin-top:10px;*/
    }

    .upgradesHeader{
        border-top: 2px solid #f2f2f2;
        background: url(../../uploads/assets/upgrades.png) no-repeat;
        margin:auto;
        height:100px;
        color:#0a97ff;
        padding:35px 0 0 100px;
        font-size:22px;
        margin-top:10px;
    }

    .segmentLabel2{
        color:#666666;
        padding-top:35px;
        padding-bottom:35px;
        padding-right:20px;
        text-align:right;
        font-size:18px;
        height:90px;
    }

    .segmentControl{
        padding-top:15px;
        font-size:16px;
        height:70px;
    }

    .segmentControl2{
        padding-top:5px;
        font-size:18px;
        height:auto;
        padding-bottom:5px;
    }

    .callToAction{
        /*        background: #14D0AD url(../../uploads/assets/arrowNext.png) top right no-repeat;*/
        background-color:  #14D0AD;
        margin:auto;
        /*        height:90px;*/
/*        height:65px;*/
height:55px;
        padding:0;
        color:#fff;
        padding:10px 30px;
        font-size:20px;
        /*        box-shadow: 0px 0px 2px gray;  09 Oct */
    }

    .table1{
        font-size:16px;
        margin-bottom:30px;
        margin-top:30px;
        margin: 30px 0 30px 0;
        width:auto;
    }

    .tableHeader1{
        color: #fff;
        padding:10px;

    }

    .cell1{
        border: 1px solid lightgray;
        /*background-color:#fff;*/
        padding:10px;
        color:#333333;
    }

    .cell2{
        border: 1px solid lightgray;
        background-color:#000;
        padding:10px;
        color:#fff;
        border-bottom: none;

    }

    .cell3{
        border: 1px solid #047cd6;
        background-color:#0996ff;
        padding:10px;
        color:#fff;
        font-weight:bold;
    }

    .callToAction2{
        background: #0a96ff url(../../uploads/assets/arrowNext.png) center right no-repeat;
        margin:auto;
        padding:0;
        color:#fff;
        padding:20px 100px 20px 20px;
        font-size:16px;
    }

    .callToAction a{
        color:#fff;
    }

    .intro{
        font-size:28px;
    }

    .address{
        margin-left:137px;
    }

    #footer {
        color: #959594;
        font-size: 11pt;
        font-weight: normal;
        line-height: 1.5;
        padding: 10px 20px;
        text-align: left;
    }

    .footerSocial{
        text-align:right;
        margin-top:0px;
    }

}

@media (min-width: 1024px) { 
    .textContent{
     padding:30px 30px;   
    }
    .pieCanvas{
        margin-top:100px;
        display:block;
        width:350px;
        height:350px;
    }


    .pieCanvasBig{
        margin-top:100px;
        display:block;
        width:500px;
        height:500px;
    }

}

/* 
        Generic Styling, for Desktops/Laptops 
*/
table { 
    width: 100%; 
    border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
    background: #eee; 
}
th { 
    background: #333; 
    color: white; 
    font-weight: bold; 
}
td, th { 
    padding: 5px; 
    border: 1px solid #ccc; 
    text-align: left; 
}

.segmentControlAddress{
    /*padding-top:15px;*/
    font-size:18px;
    height:auto;
    padding-bottom:5px;
}

.segmentLabelAddress{
    color:#666666;
    padding-top:15px;
    padding-right:20px;
    text-align:right;
    font-size:18px;
    /*height:90px;*/
}

#facebook{
    background: transparent url(../../../public/uploads/assets/facebook.png) no-repeat center;
    height: 32px;
    width: 32px;
    float: right;
    margin: 0 5px;
}
#twitter{
    background: transparent url(../../../public/uploads/assets/twitter.png) no-repeat center;
    height: 32px;
    width: 32px;
    float: right;
    margin: 0 5px;
}
#linkedin{
    background: transparent url(../../../public/uploads/assets/linkedin.png) no-repeat center;
    height: 32px;
    width: 32px;
    float: right;
    margin: 0 5px;
}
#facebook:hover,#facebook:focus{
    background: transparent url(../../../public/uploads/assets/facebook_org.png) no-repeat center;
    height: 32px;
    width: 32px;
    float: right;
    margin: 0 5px;
}
#twitter:hover,#twitter:focus{
    background: transparent url(../../../public/uploads/assets/twitter_org.png) no-repeat center;
    height: 32px;
    width: 32px;
    float: right;
    margin: 0 5px;
}
#linkedin:hover,#linkedin:focus{
    background: transparent url(../../../public/uploads/assets/linkedin_org.png) no-repeat center;
    height: 32px;
    width: 32px;
    float: right;
    margin: 0 5px;
}