.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE < 8 */

/* RESETS */
/**********************************************************************/
html, body, ul, li, img, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    overflow-y: scroll;
}

body {
    min-width: 100%;
    padding: 0 0 50px 0;
    background: #f5f5f5 url(../images/fabric_of_squares_gray.png) repeat 0 0;
}

ul {
    list-style-type: none;
}

img {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}

/* UTILITIES */
/**********************************************************************/
.left   {float: left}
.right  {float: right}
.center {margin: 0 auto; text-align: center;}
.clear {clear: both}

/* HEADINGS & TEXT */
/**********************************************************************/
h1 {
    font-size: 26px;
    font-weight: 700;
    color: #0079c1;
    float: left;
    margin-top:13px;
}

h2 {
    margin: 0 0 20px 8px;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    float: left;
}

h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fc6e03;
}

label {
    height: 34px;
    color: #999;
    line-height: 34px;
}

p.leads {
    margin: 0 0 30px 0;
    font-size: 18px;
    font-weight: 700;
    color: #0079c1;
    clear: both;
}

.align-center{
    text-align: center;
}

/* LOGO CONTAINER & LOGO */
/**********************************************************************/
.container-logo {
    float: right;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.container-logo img {
    width: 160px;
    float: right;
	align-items:baseline;
}

/* CONTAINER & COLUMNS */
/**********************************************************************/
.container {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 8px #E5E5E5;
    margin: 15px auto 0;
    overflow: hidden;
    padding: 15px 20px 20px;
    width: 984px;
}

.container-background {
    /*background: transparent url(../images/rightcol.gif) no-repeat 511px 135px;*/
    overflow: hidden;
}

.col-a {
    width: 470px;
    padding: 0 20px 0 0;
    border-right: 1px solid #e5e5e5;
}

.col-b {
    min-height: 440px;
    width: 473px;
    padding: 0 0 0 20px;
    position: relative;
    z-index: 1;
}

.col-b:before {
    display: block;
    content: '';
    height:855px;
    width:474px;
    position: absolute;
    right:0;
    top:0px;
    z-index:-1;
    background-color: #E8F4F9;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(255,255,255,.5) 5px, rgba(255,255,255,.5) 10px);
    opacity: 1;
}

/* HEADER */
/**********************************************************************/
.header {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}

/* CIRCLE NUMBER */
/**********************************************************************/
.circle {
    height: 29px;
    width: 29px;
    margin: 0;
    padding: 0;
    background: #fc6e03;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    position: relative;
    float: left;
}

.circle span {
    display: block;
    position: absolute;
    top: 0;
    left: 0.55em;
}

/* TABS */
/**********************************************************************/
ul.tabs {
    display: block;
    clear: both;
}

ul.tabs li {
    width: 146px;
    margin: 0 2px -1px 0;
    padding: 6px 0;
    font-size: 14px;
    text-align: center;
    background: #e5e5e5 url(../images/tab.png) repeat-x 0 5px;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
   float: left;
    color: #000000;
    font-weight: bold;
}

ul.tabs li.current {
    background: #fff;
    color: #0079c1;
    position: relative;
    z-index: 10;
    font-weight: bold;
}

.panes {
    min-height: 260px;
    padding: 20px 20px 0 20px;
    border: 1px solid #e5e5e5;
    clear: both;
}

/* COLUMN A BLOCKS */
/**********************************************************************/
.col-a .block {
    margin: 10px 0 0 0;
    padding: 0 0 15px 0;
    border-bottom: 0px solid #e5e5e5;
    clear: both;
}

.col-a .block p {
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.col-a .block.margin {
    margin: 20px 21px 0 21px;
}

.col-a .block.margin-bottom {
    margin: 20px 21px 10px 21px;
}

.col-a .block.noline {
    border: none;
}

.col-a .block.totals {
    margin: 0 0 10px 0;
    padding: 20px 0 0 0;
    overflow: hidden;
}

.col-a .block.totals p {
    padding: 10px 0;
}

.col-a .block.totals p + p {
    margin: 5px 0 15px 0;
    padding: 5px 12px;
    background: #d2edf7;
    border-radius: 3px;
    font-weight: 700;
}

/* COLUMN B BLOCKS */
/**********************************************************************/
.col-b .block {
    margin: 0;
    padding: 15px 0 15px 0;
    border-bottom: 1px dotted #8FCFE9;
    clear: both;
    overflow: hidden;
}

.col-b .block.noline {
    border: none;
}

.col-b .block.first-block {
    padding: 5px 0;
}

.col-b .block.last-block {
    padding: 20px 0 0 0;
}

.col-b .block h3 {
    margin: 0 0 0 21px;
}

.the-chart {
    width: 225px;
    float: left;
}

.the-chart p {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
}

.the-text {
    width: 248px;
    float: right;
}

.the-text p.roi {
    margin: 79px 0 0 30px;
    font-size: 26px;
    font-weight: 700;
    color: #fc6e03;
}

.the-text p {
    font-size: 20px;
    line-height: 36px;
}

.the-text img {
    margin: 0 10px 0 0;
}

.the-text ul {
    margin: 65px 0 0 0;
    display: block;
    overflow: hidden;
}

.the-text ul li {
    width: 155px;
    margin: 2px 0;
    float: left;
}

.the-text ul li.list-number {
    width: 90px;
}

/* KENDO OVERRIDES */
/**********************************************************************/
.k-numerictextbox {
    width: 35%;
    float: right;
}

.k-numeric-wrap .k-input {
    text-align: center;
}

.slider {
    width: 418px;
    margin: 0 auto;
    display: block;
}

.k-slider-horizontal {
    font-size: 14px;
    width: 100% !important;
}

.k-slider-horizontal .k-slider-bottomright .k-tick {
    background-position: 0 -156px;
}

.k-slider-horizontal .k-slider-bottomright .k-tick.k-tick-large {
    background-position: center -65px;
}

.k-slider-horizontal .k-slider-bottomright .k-tick.k-tick-large.k-first,
.k-slider-horizontal .k-slider-bottomright .k-tick.k-tick-large.k-last {
    background: none;
}

.k-slider-horizontal .k-label {
    display: none;
}

.k-select .k-link:nth-child(1) {
    margin-top:-2px;
}

.k-numerictextbox .k-select .k-link span.k-i-arrow-n {
    background-position: 0 0 ;
}

/* HIGHCHARTS OVERRIDES */
/**********************************************************************/
#chart-roi,
#chart-totalreturn {
    height: 225px;
    width: 225px;
    margin: 0;
    padding: 0;
}

.highcharts-tooltip + text {
    display: none;
}

.highcharts-data-labels rect {
    padding: 20px 0 0 0;
    stroke: none !important;
    fill: none !important;
}

.highcharts-axis-labels text {
    color: transparent !important;
    fill: transparent !important;
}

.highcharts-data-labels text {
    font-family: 'Lato', sans-serif !important;
    font-size: 26px !important;
    color: #333 !important;
    fill: #333 !important;
}

.highcharts-data-labels text tspan {
    margin: 100px 0 0 0;
}

/* FOOTER */
/**********************************************************************/
.disclaimer {
    color: #A0A0A0;
    font-size: 12px;
    font-style: italic;
    text-align: center;
    margin-top: 1rem;
}
