@charset "UTF-8";
/* CSS Document */
body {
	background-repeat:repeat-x;
	background:url('../img/bg-body.png') repeat-x 0 0 #fff;
	font-family: 'Lato', sans-serif;
	color:#6d6d6d;
	padding:0;
}

.bg1 {
    background-color: #fff;
}

.bg2 {
    background-color: #0cb5c6;
}

.bg-report {
	background-image:url(../img/bg-report.png);
}

h1.coming-soon {
	font-size:100px;
	line-height:260px;
	width:100%;
	border:solid 1px #ccc;
	margin:20px 20px 100px 20px;
	text-transform:uppercase;
	doisplay:block;
	text-align:center;
}

.header {
	width:100%;
	background:#0193ad;
}

.header header {
	width:100%;
	max-width:1312px;
	margin:0px auto;
	padding:0 20px;
}

.header .user-wrapper {
	color:#fff;
	vertical-align:middle;
	width:486px;
}

.header header a {
	color:#fff;
	line-height:28px;
}

.header header .welcome {
	padding-left:40px;
	line-height:28px;
	display:inline-block;
	background-image:url(../img/user-icon@2x.png);
	background-repeat:no-repeat;
	background-size:contain;
}

.header header .username {
	padding-right:20px;
	margin-right:20px;
	line-height:28px;
	position:relative;
}

.header header .account {
	position:relative;
	width:230px;
	float:right;
	padding-top:22px;
}

.ddown-menu {
	position:absolute;
	top:50px;
	left:0;
	display:none;
	z-index:2;
	background:url(../img/top-ddown@2x.png) no-repeat 0 0;
	background-size:cover;
	width:222px;
	padding-top:20px;
}


.ddown-menu ul {
	width:100%;
	margin:0;
	list-style:none;
	background:#fff;
	border:solid 1px #e1e6e3;
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-top:0;
	padding:0 12px 0 12px;

	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.20);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.20);
}

.ddown-menu ul li {
	border-bottom:solid 1px #e1e6e3;
}

.ddown-menu ul li:last-child {
	border:0;
}

.ddown-menu ul li a {
	color:#404049;
	text-align:center;
	display:block;
	padding:0 20px;
	font-size:15px;
	line-height:36px;
}

.ddown-menu ul li a:hover {
	color:#0193ad;
}

.header header .username span {
	width:14px;
	display:inline-block;
	height:9px;
	background-image:url(../img/carrot@2x.png);
	background-repeat:no-repeat;
	background-size:cover;
	margin-left:14px;
	line-height:28px;
}

.ddown-menu.small {
	top:50px;
	background:url(../img/ddown-top2@2x.png) no-repeat 0 0 transparent!important;
	background-size:contain!important;
	width:208px;
	padding-top:20px;
	left:58px;
}

.ddown-menu p {
	padding:13px 10px 0 10px;
	text-align:center;
	font-size:15px;
}

.ddown-menu p span {
	display:block;
	clear:both;
	font-size:28px;
}

.header header .icon-username {
	width:27px;
	height:28px;
	display:inline-block;
	line-height:28px;
}

.nav-wrapper {
	width:100%;
	background:#fff;
	padding:0 20px;
}

.header nav {
	line-height:60px;
	width:100%;
	max-width:1153px;
	margin:0px auto;
}

.header nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

.header nav li {
	display:inline-block;
	position:relative;
}

.header nav li:last-child a {
	padding-right:0;
}

.header nav a {
	display:block;
	line-height:54px;
	color:#616161;
	padding:0 40px;
	font-weight:600;
	position:relative;
	font-size:16px;
}

.header nav a:hover {
	color:#0193ad;
}

.header nav li.on a {
	display:inline-block;
	border-bottom:solid 6px #07b6c7;
	color:#0193ad;
	font-weight:800;
}

.header nav li .ddown-menu {
	margin:0px auto;
	left:-30px;
  right:0;
}

.header nav li:hover .ddown-menu {
	display:block;
}

.header nav li .ddown-menu li {
	display:block;
	width:100%;
}

.header nav li .ddown-menu a {
	width:100%;
	display:block;
}

.header nav a span.arrow {
	display: inline-block;
	width:14px;
	height:10px;
	line-height:20px;
	vertical-align: middle;
	margin-left:8px;
	background:url('../img/arrow-menu@2x.png') no-repeat right 0;
	background-size: contain;
}

.header nav a:hover .arrow {
	background:url('../img/arrow-menu-on@2x.png') no-repeat right 0;
	background-size: contain;
}

.header nav .tag {
	font-size:15px;
	font-weight:500;
	color:#0cb5c6;
}

.header nav .count {
	background:#ff6265;
	color:#fff;
	text-align:center;
	width:20px;
	line-height:20px!important;
	height:20px!important;
	font-size:12px;
	font-weight:800;
	padding:0;
	display:block;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	position:absolute;
	top:14px;
	right:18px;
}

.header .monitoring {
	line-height:44px;
	width:237px;
	display:inline-block;
	background:url(../img/shield@2x.png) no-repeat 0 0;
	background-size:contain;
	text-align:left;
	padding-left:50px;
	margin-right:0px;
	padding-top:2px;
	float:left;
	margin-top:13px;
	font-size:15px;
}

.full-wrapper {
    width:100%;
		padding:0 20px;
}

.full-wrapper .wrapper {
    width:100%;
    max-width: 1180px;
    margin:0px auto;
}

.content-block {
	display:block;
	border:solid 1px #ccc;
	width:100%;
	max-width:1161px;
	padding:50px 42px 30px 42px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	margin:0px auto;
	margin-bottom: 50px;
	margin-top: 50px;
	position:relative;
	background:#fff;
}

.content-block h2 {
	font-size:28px!important;
	padding-bottom: 31px;
}

.content-block h2 {
	font-size:35px;
	color:#404049;
	font-weight:700;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	font-family: 'Lato', sans-serif;
	line-height:34px;
	text-align:left;
	display:block;
	clear:both;
	width:100%;
	padding-bottom:27px;
}

.content-block h2 i {
	font-style: normal;
}

.full-content-scoresense {
	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
		opacity: 0;
	  filter: alpha(opacity=0); /* For IE8 and earlier */
}

.full-content-scoresense.active {
	display:block;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

/* Main Heading */
.main-heading {
	background:#fde7e7;
}
.main-heading .col1 {
		width:15%;
		float: left;
}

.main-heading .col2 {
		width:84%;
		float: right;
}
/* // Main Heading */

.intro-content {
	padding:20px 20px 24px 20px;
	width:100%;
	max-width:1195px;
	margin:0px auto;
}

.intro-content h1 {
	font-size:42px;
	color:#404049;
	font-weight:700;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	font-family: 'Lato', sans-serif;
	line-height:46px;
	text-align:center;
	display:block;
	clear:both;
	width:100%;
	padding-bottom:47px;
}

.intro-content h1 span {
	font-weight:400;
	font-size:24px;
	line-height:36px!important;
	display: block;
	padding-top:10px;
}


.ScrollSceneIndicators { z-index: 9999999 !important;top:0; }

.slider-wrapper h2 span {
	font-weight:400;
	font-size:30px;
}

.intro-content span {
	font-weight:400;
}

/* COUNTDOWN */
.countdown {
	padding:152px 0 250px 0;
	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
		background: #f7fbfc;
		height:100%;
}
.countdown h1 {
	font-size:36px;
	color:#404049;
	font-weight:700;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	font-family: 'Lato', sans-serif;
	line-height:38px;
	display:block;
	clear:both;
	width:100%;
	padding-bottom:10px;
}

.countdown h2 {
	font-size:29px;
	color:#75757c;
	font-weight:500;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	font-family: 'Lato', sans-serif;
	line-height:32px;
	display:block;
	clear:both;
	width:100%;
	padding-bottom:27px;
}

.intro-timer {
	position: relative;
	max-width: 930px;
	width:100%;
	margin:0px auto;
}

.intro-timer table  {
	width:100%;
	max-width:1030px;
	margin:0px auto;
	border:none;
	background:none;
	height:100px;
	position: relative;
	z-index: 2;
}

.intro-timer tbody {
	border:none;
	background:none;
}

.intro-timer tr {
	width:100%;
	border:none;
	background:none;
}

.intro-timer td {
	border:none;
	background:none;
	text-align: center;
	width:20%;
	height:165px;
	position: relative;
}

.intro-timer .img-wrapper {
	border:solid 4px #f7fbfc;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	display:inline-block;
	margin:0px auto;
	position: relative;
}

.intro-timer .img-wrapper.large {
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;
}

.intro-timer table .intro-counter-image {
	background:none;
	width:72px;
	height:72px;
	display:block;
	position: relative;
	-webkit-border-radius: 53px;
	-moz-border-radius: 53px;
	border-radius: 53px;
	border:solid 4px #b1b1bc;
	margin:0px auto;
	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
		position: relative;
		z-index: 1;
}

.intro-timer table .intro-counter-image img {
	width:72px;
	height:72px;
	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
		box-shadow: 0 0 0 15px blue inset;
		position: relative;
		z-index: 1;
		-webkit-border-radius: 36px;
		-moz-border-radius: 36px;
		border-radius: 36px;
}

.intro-timer table .intro-counter-image.on {

}



.intro-timer table td span {
	font-size:17px;
	color:#b1b1bc;
	display: block;
	clear:both;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.intro-timer table td span.active {
	font-size:20px;
	color:#616161;
}

.intro-timer table td span.large {
	font-size:20px;
}

.intro-timer table .intro-counter-image.large {
	width:105px;
	height:105px;
}

.intro-timer table .intro-counter-image.active {
	border:solid 4px #27d69b;
}

.intro-timer .bar {
	width:100%;
	max-width:760px;
	margin:0px auto;
	height:7px;
	background:#b1b1bc;
	position: absolute;
	top:0;
	z-index: 1;
	left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
	top:40%;
}

.intro-timer .bar-indicator {
	width:0%;
	height:7px;
	background:#27d69b;
	display:block;
	height:100%;
	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.intro-timer .bar-indicator.twenty {
	width:25%;
}

.intro-timer .bar-indicator.forty {
	width:50%;
}

.intro-timer .bar-indicator.sixty {
	width:70%;
}

.intro-timer .bar-indicator.full {
	width:100%;
}


/* //COUNTDOWN */


/* STANDOUT */
.standout {
	background:url(../img/bg-standout.png) no-repeat center 49%;
}
.standout h3 {
	font-size:14px;
	text-transform: uppercase;
	font-weight: 800;
	color:#858596;
	display: block;
	clear: both;
	text-align: center;
	margin:0;
	padding: 0 0 10px 0;
}

.standout .columns {
	position:relative;
	padding-left:0;
	padding-right:0;
}

.standout .wrapper {
	position:relative;
	height:auto;
	max-height: 246px;
}

.standout .wrapper img {
	display: block;
}

.standout .wrapper .large {

}

.standout .item {
	width:87px;
	height:87px;
	display: block;
	clear:both;
	border:solid 2px #ef5e5e;
	border-radius: 44px;
	-moz-border-radius: 44px;
	-webkit-border-radius: 44px;
	text-align: center;
	padding-top:18px;
	margin:0px auto;
}

.standout .percent {
	display:block;
	clear: both;
	font-size:29px;
	color:#ef5e5e;
	line-height: 29px;
	font-weight: 500;
	margin:0;
}

.standout .eval {
	display:block;
	clear: both;
	font-size:16px;
	line-height: 16px;
}

.standout .text {
	display:block;
	clear: both;
	font-size:14px;
	line-height: 16px;
	font-weight: 500;
	text-align: center;
	padding:6px 0 0 0;
	display: none;
}

.standout .amount {
	display:block;
	clear: both;
	font-size:32px;
	line-height: 32px;
	font-weight: 500;
	text-align: center;
	color:#60606d;
	padding:6px 0 0 0;
	display: none;
}

.standout .wrapper.active {
	border:solid 1px #e1e6e3;
	position:absolute;
	width:120%;
	height:200px;
	left:-25%;
}

.standout .active .eval, .standout .active .text, .standout .active .amount {
	display:block;
}
/* // STANDOUT */

/* HIGH IMPACT */
#analysis {
	position: relative;
}

#analysis h2 {
	font-size:36px;
	color:#404049;
	font-weight:700;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	font-family: 'Lato', sans-serif;
	line-height:34px;
	text-align:left;
	display:block;
	clear:both;
	width:100%;
	padding-bottom:27px;
}

#analysis h2 i {
    font-style: normal;
}

#analysis h2 span {
	font-size:23px;
}

#analysis .sliders {
	width:100%;
	float:left;
}

#analysis .cc-wrapper {
	padding-bottom:49px;
}

#analysis .cc-wrapper .col1 {
	width:100%;
}

#analysis .col1 {
	width:65%;
	float:left;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	padding-top:17px;
}

#analysis .col2 {
	width:30%;
	float:right;

}

#analysis .col1 .percentage {
	display:block;
	font-size:60px;
	color:#ff6265;
	line-height:60px;
	font-weight:400;
}

#analysis table {
	width:100%;
	padding:0;
	margin:0;
	border:0!important;
}

#analysis tbody {
	border:0;
}

#analysis tr {
	background:none;
}

#analysis td {
	padding:0;
}

#analysis .cc-description .cc, #analysis .cc-description .limit {
	background:none;
	font-weight:600;
	padding:0;
	font-size:17px;
	color:#60606d;
	display:block;
	width:auto;
}

#analysis .cc-description .cc span, #analysis .cc-description .limit span {
	font-size:22px;
	color:#3f3f48;
	font-weight:400;
}

#analysis .graph-line {
	display:block;
	height:10px;
	width:100%;
	border:none;
	background:#e4ebeb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#analysis .graph-bar {
	display:block;
	height:10px;
	width:87%;
	border:none;
	background:#94dbe8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    transition: all 1s ease;
}

#analysis #bar1 {
    width:0;
		background:#94dbe8;
}

#analysis #bar2 {
    width:0;
}

#analysis #bar1.active {
    width:87%;
}

#analysis #bar2.active {
    width:71%;
}

#analysis .content .col2 {
	width:73%;
	float:right;
	padding-top:26px;
}



.highlight {
	color:#0193ad;
}

.highlight2 {
    color:#ff6265;
}

.last-score {
	display:block;
	padding-bottom:6px;
	color:#b1b5b5;
	font-weight:700;
}

/* SCORES GRAPH */
.scores {
	width:76%;
	margin:0px auto;
	color:#60606d;
}

.scores.scores-wrapper {
	width:69.8%!important;
}

.scores .large-4 {
	width:33%;
}

.scores .large-4:last-child {
	padding-right:0;
}

.scores img {
	display:block;
	margin:0px auto;
}

.scores span.num {
	font-size:76px;
	line-height:80px;
	position:relative;
}

.scores sup {
	font-size:17px;
	vertical-align:super;
	color:#31dda8;
	font-weight:700;
	display:none;
	top:26px;
	position:absolute;
}

.scores sup.neg {
	color:#ff6265;
}

.scores .rating {
	display:block;
	color:#31cbdb;
	font-weight:800;
	line-height:15px;
	padding-top:10px;
}

.graph {
	padding:37px 0 20px 0;
	position:relative;
	height:88px;
	width:98.6%;
	margin:0px auto!important;
	float:none;
}

.graph .columns {
	font-size:16px;
	color:#fff;
	line-height:31px;
	font-weight:700;
	position:relative;
	transition: all 0.5s ease;
	padding:0;
	float:left;
	height:100%;
}

.graph .column-wrapper {
	position:absolute;
	bottom:0;
	height:14px;
	width:100%;
	transition: all 0.5s ease;
	display:table-cell;
	vertical-align:bottom;
	padding:0 1px;
}

.graph .columns span {
	font-size:14px;
	color:#fff;
	line-height:14px;
	font-weight:700;
	position:relative;
	display:table;
	padding:0 17px;
	text-align: center!important;
}

.graph .columns span i {
	display:none;
}

.graph .selected-final {
	bottom:2px!important;
	height:100%;
	z-index:2;
}

.graph .selected-final span {
	padding-top:0px!important;
	transition: all 0.3s ease;
}

.graph .selected-final span i {
	display:block;
	font-size:16px;
	line-height:13px;
	padding-bottom: 6px;
	transition: all 0.1s ease;
	font-style: normal;
}

.graph .selected-large {
	bottom:35px;
}

.graph .selected-large div {
	bottom:35px;
	border-radius: 6px 6px 0px 0px!important;
	-moz-border-radius: 6px 6px 0px 0px!important;
	-webkit-border-radius: 6px 6px 0px 0px!important;
}

.graph .selected-large span {
	padding-top:35px;
	transition: all 0.6s ease;
	display:block;
	text-align:center;
}

.graph .selected {
	line-height:41px;
	padding-top:5px;
	margin-top:0;
}

.graph .selected span {
	font-size:20px;
}

.graph .label {
	background:none;
}

.graph .label span {
	color:#808091;
	width:auto;
	font-size: 14px;
	line-height:20px;
	width:30%;
	text-transform: none!important;
}

.graph .bg1 {
	background:#ef5e5e;
}

.graph .bg2 {
	background:#fc8860;
}

.graph .bg3 {
	background:#ffae6c;
}

.graph .bg4 {
	background:#ffc271;
}

.graph .bg5 {
	background:#27d69b;
}

.graph .bg6 {
	background:#04b76e;
}

.graph .legend-scores .columns span {
	padding:0 6px;
}

#rating1 {
	border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	border: 0px solid #000000;
}

#rating6 {
	border-radius: 0px 8px 8px 0px;
	-moz-border-radius: 0px 8px 8px 0px;
	-webkit-border-radius: 0px 8px 8px 0px;
	border: 0px solid #000000;
}
/* /SCORES GRAPH */

#high-impact {
	padding:15px 17px;
	margin-bottom: 70px;
}
#high-impact .col1 {
	width:20.8%;
	float:left;
	padding-top:23px;
}

#high-impact .col2 {
	width:45%;
	float:left;
	padding-top:34px;
}

#high-impact .col3 {
	width:29.5%;
	float:right;
}

#high-impact h2 {
	font-size:32px;
	color:#404049;
	font-weight:700;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	font-family: 'Lato', sans-serif;
	line-height:45px;
	text-align:left;
	display:block;
	clear:both;
	width:100%;
	padding-bottom:19px;
}

#high-impact p {
	padding:0;
	margin:0;
	font-size:25px;
	color:#404049;
	font-weight:500;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	font-family: 'Lato', sans-serif;
	line-height:34px;
	text-align:left;
	display:block;
	clear:both;
	width:100%;
}

#high-impact .action-link {
	display:inline-block;
	line-height: 52px;
	height:52px;
	position: absolute;
	left: -9999px;
  right: -9999px;
  margin: auto;
	width:266px;
	bottom:-25px;
	z-index:2;
	margin-top:26px;
	padding:0 57px;
	color:#fff;
	font-size:18px;
	font-weight: 600;
	background-color: #ff6265;
	margin:0px auto;
	border-radius: 26px;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
}

.high-impact .legend ul {
	margin:0!important;
	padding:0!important;
	list-style: none;
	display: block;
	width: 100%;
	font-size:14px;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

.high-impact .legend li {
	display: inline-block;
	float:left;
	width: 25%;
}

.high-impact .legend i {
	display: inline-block;
	width:11px;
	height:11px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #ef5e5e;
	margin-right:4px;
}

.high-impact .legend .fair i {
	background-color: #fc8860;
}

.high-impact .legend .good i {
	background-color: #ffbe5f;
}

.high-impact .legend .great i {
	background-color: #27d69b;
}

#high-impact2 {
	padding:43px 77px 47px 65px;
	margin-bottom: 70px;
}

#high-impact2 h2 {
	font-size:27px!important;
	padding-bottom: 31px;
}

#high-impact2 .col1 {
	width:100%;
	float: none;
	display:block;
}

#high-impact2 .col2 {
	width:19.4%;
	float:right;
}

#high-impact2 .sliders {
	width:100%;
	float:left;
}

#high-impact2 .cc-wrapper {
	padding-bottom:30px;
}

#high-impact2 .sliders .col2 {
	width:20.7%;
	float:left;
	text-transform:uppercase;
	font-size:13px;
}

#high-impact2 .sliders .col1 {
	width:78.6%;
	float:left;
	text-align:center;
	font-size:14px;
	font-weight:600;
	padding-top:17px;
}

#high-impact2  .col2 .percentage {
	display:block;
	font-size:49px;
	color:#60606d;
	line-height:60px;
	font-weight:500;
}

#high-impact2 table {
	width:100%;
	padding:0;
	margin:0;
	border:0!important;
}

#high-impact2 tbody {
	border:0;
}

#high-impact2 tr {
	background:none;
}

#high-impact2 td {
	padding:0;
}

#high-impact2 .cc-description .cc {
	background:none;
	font-weight:600;
	padding:0 0 16px 0;
	font-size:19px;
	color:#60606d;
	display:block;
	width:auto;
}

#high-impact2 .cc-description .limit {
	background:none;
	font-weight:600;
	padding:0;
	font-size:13px!important;
	color:#858596;
	display:block;
	width:auto;
}

#high-impact2 .cc-description strong {
	font-weight: 800!important;
}

#high-impact2 .cc-description .cc span, #high-impact2 .cc-description .limit span {
	font-size:22px;
	color:#3f3f48;
	font-weight:400;
}

#high-impact2 .graph-line {
	display:block;
	height:8px;
	width:100%;
	border:none;
	background:#e4ebeb;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#high-impact2 .graph-bar {
	display:block;
	height:10px;
	width:87%;
	border:none;
	background:#ef5e5e;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    transition: all 1s ease;
}

#high-impact2 #bar1 {
    width:0;
		background:#94dbe8;
}

#high-impact2 #bar2 {
    width:0;
		background:#94dbe8;
}

#high-impact2 #bar3 {
    width:0;
		background:#94dbe8;
}

#high-impact2 #bar4 {
    width:0;
		background:#94dbe8;
}

#high-impact2 #bar1.active {
    width:87%;
}

#high-impact2 #bar2.active {
    width:51%;
}

#high-impact2 #bar3.active {
    width:45%;
}

#high-impact2 #bar4.active {
    width:37%;
}

#high-impact2 .content .col2 {
	width:73%;
	float:right;
	padding-top:26px;
}

#high-impact2 .legend {
	background-color: #f9fbfc;
	padding:30px 33px;
}

#high-impact2 .legend ul {
	margin:0!important;
	padding:0!important;
	list-style: none;
	display: block;
	width: 100%;
	font-size:15px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

#high-impact2 .legend li {
	display: block;
	float:left;
	width: 100%;
	padding-bottom:8px;
}

#high-impact2 .legend i {
	display: inline-block;
	width:11px;
	height:11px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #ef5e5e;
	margin-right:4px;
}

#high-impact2 .legend .fair i {
	background-color: #fc8860;
}

#high-impact2 .legend .good i {
	background-color: #ffbe5f;
}

#high-impact2 .legend .great i {
	background-color: #27d69b;
}

#high-impact2 .action-link {
	text-align: center;
}

#high-impact2 .action-link a {
	color:#404049;
	font-size:18px;
	line-height:18px;
	display:inline-block;
	text-align: center;
	position:relative;
	font-weight: 500;
	margin:0px auto!important;
	padding-right:27px;
	background:url('../img/arrow-down@2x.png') no-repeat right 0;
	background-size: contain;
}

#high-impact2 .action-link a.active {
	background:url('../img/arrow-up@2x.png') no-repeat right 0;
	background-size: contain;
}


/* CALCULATOR */
#calculator1 {
	position: relative!important;
}

#calculator1 .col1 {
	float:right;
	width:72%;
	padding:0;
}

#calculator1 .col2 {
	float:left;
	width:23.5%;
	padding:7px 0 0 0;
	text-align: center;
	background-color:#f9fbfc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    transition: all 1s ease;
}

#calculator1 .slider {
	margin-bottom:17px;
}

.calculator {
	padding-bottom: 17px;
	padding-top: 9px;
}

.calculator-wrapper {
    position: relative;
    height:450px;
}

.calculator h2 {
	font-size:26px;
	padding-bottom: 27px!important;
}

#calculator1 {
    display:block;
    position: absolute;
    z-index:1;
    width:100%;
}

.custom-slide {
    width:100%;
    height:100%;
    display: block;
}

.calculator .col1 {
	float:left;
	width:58%;
	position:relative;
}

.slider {
	background-color:#ceeef4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.slider-1-wrapper, .slider-2-wrapper {
	position:relative;
	padding:120px 0 0 0;
	display:block;
}

.slider-handle {
	width:36px;
	height:36px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	background-color:#0193ad;
	border:solid 2px #fff;
}

.slider-fill {
	background-color:#0193ad;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.slider-box {
	width:249px;
	position:absolute;
	height:125px;
	top:0;
	z-index:5;
	margin-left: -200px;
	background:url(../img/bg-box@2x.png) no-repeat top center;
	background-size:contain;
	text-align: center;
	padding-top:12px;
	color:#60606d;
}

#box2 {
	margin-left: -194px;
}

#box3 {
	margin-left:45%;
	background:url(../img/bg-goals-pointer@2x.png) no-repeat 0 left;
}

.slider-box div {
	width:49%;
	text-align:center;
	margin-top:15px;
}

.slider-box div:first-child {
	border-right:solid 1px #ccc;
	width:51%
}

.slider-box .cc1limit, .slider-box .cc2limit, .slider-box .cc3limit {
	font-size:32px;
	font-weight:500;
	font-family: 'Lato', sans-serif;
	line-height:32px;
}

.cc1payment, .cc2payment,.cc3payment {
	font-size:34px;
	font-weight:500;
	font-family: 'Lato', sans-serif;
	color:#0193ad;
	line-height:34px;
}

.cc1payment em, .cc2payment em, .cc3payment em {
	font-style:normal;
}


.calculator .col2 {
	float:right;
	width:35%;
}

.calculator .col2 span {
	color:#60606d;
	font-size:13px;
	text-transform:uppercase;
	font-weight:700;
}

.calculator .score-wrapper {
	position: relative;
	display: block;
}

.calculator .col2 h1 {
	font-size:80px!important;
	color:#60606d!important;
	font-family: 'Lato', sans-serif;
	font-weight:400!important;
	line-height:80px;
	display: block;
	position: relative;
	width:100%;
	margin:0;
	padding:0 0 14px 0;
}

.calculator .col2 .score-wrapper sup {
	font-size:17px!important;
	display:block;
	position:absolute;
	top:20px;
	right:26px;
	color:#31dda8;
}

.calculator .col2 .score-wrapper sup i {
font-style: normal;
	color:#31dda8;
}

.calculator .col2 .score-wrapper sup .neg {
	color:#ff6265;
}

.calculator .col2 .reset {
	font-size:16px!important;
	display:block;
	line-height: 28px;
	background-color: #fff;
	color:#0193ad;
	width:80%;
	margin:0px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:12px;
}

.calculator .col2 h2 {
	font-size:110px!important;
	color:#60606d!important;
	font-family: 'Lato', sans-serif;
	font-weight:300!important;
	line-height:120px;
	text-align:left;
}

.calculator .col2 h2 strong {
	font-weight:300!important;
}

.calculator .col2 .totalpayment {
	color:#0193ad!important;
}

.cc-description .cc {
	font-size:17px;
	font-weight:700;
	padding-left:54px;
	width:60%;
	float:left;
	background:url(../img/icon-cc@2x.png) no-repeat 0 0;
	background-size:contain;
}

.cc-description .limit {
	color:#9797a0!important;
	font-size: 16px!important;
	font-weight: 600!important;
	float:right;
	width:30%;
	text-align:right;
}

.slider-wrapper .action-link {
    display:block;
    clear: both;
    margin:0px auto;
    line-height:61px;
    width:475px;
    text-align: center;
    color:#fff;
    background-color:#31dda8;
    font-size:23px;
    font-weight: 700;
    -webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
}

.slider-wrapper .action-link-2 {
    display:block;
    clear: both;
    margin:0px auto;
    line-height:61px;
    width:475px;
    text-align: center;
    color:#31dda8;
    font-size:23px;
    font-weight: 700;
    -webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
}
/* /CALCULATOR */

/* TIP */
.tip {
	margin-top: 32px;
}


/* GOALS */
#goals {
	padding:0;
	margin:0;
	list-style: none;
}

#goals li {
	display:inline-block;
	width:25%;
	padding:0 17px;
	text-align: center;
}

#goals li a {
	display: block;
	line-height: 27px;
	padding:0;
	text-align: center;
	width: 100%;
	border:solid 2px #27d69b;
	color: #27d69b;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}

#goals #scale-2 {
	border:solid 2px #ffbe5f;
	color: #ffbe5f;
}

#goals #scale-3 {
	border:solid 2px #fc8860;
	color: #fc8860;
}

#goals #scale-4 {
	border:solid 2px #ef5e5e;
	color: #ef5e5e;
}



.main-action-link {
	text-align: center;
	display:block;
	width:100%;
	padding-bottom:85px;
}

.main-action-link a {
	display:inline-block;
	border:solid 1px #ccc;
	text-align:center;
	font-size:20px;
	line-height:20px;
	padding:31px 47px;
	margin:0px auto;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
	color:#0cb5c6;
	font-weight: 600;
}

.main-action-link a span {
	display:inline-block;
	width:9px;
	height:19px;
	margin-left:16px;
	background:url('../img/arrow-right-link@2x.png') no-repeat 0 3px;
	background-size:contain;
}


.full-content {
	max-width:1305px;
	width:100%;
	margin:0px auto;
	padding-top:70px
}



/* PULSE */
.header .monitoring .pulse {
  display: inline-block;
  margin:6px 0 0 15px;
  width: 10px;
  height: 10px;
  line-height:10px;
  border-radius: 7px;
  background: #31dda8;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(49,221,168, 1);
  animation: pulse 2s infinite;
  animation-iteration-count:1;
}
.header .monitoring .pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(49,221,168, 0.9);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(49,221,168, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(49,221,168, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(49,221,168, 0.3);
    box-shadow: 0 0 0 0 rgba(49,221,168, 0.5);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, .6);
      box-shadow: 0 0 0 10px rgba(49,221,168, .5);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(49,221,168, .9);
      box-shadow: 0 0 0 0 rgba(204,169,44, .5);
  }
}


/* //PULSE */

/* //SLIDESHOW */
.footer {
	padding:100px 20px 0 20px
}

.footer footer {
	max-width:1307px;
	width:100%;
	margin:0px auto;
	display:block;
}

.show {
	display:block!important;
}

.border {
	border:solid 1px #cc0000!important;
}

.hr {
	display:block;
	clear:both;
	height:2px;
	width:100%;
	background:#e1e6e3;
	margin:42px 0 42px 0;
}

@media screen and (max-width:1310px){
	.header nav a {
		padding:0 30px!important;
	}
	.header nav .count {
			right:0;
}

@media screen and (max-width:1110px){
	.header nav a {
		padding:0 16px!important;
	}
	.small-tab {
		width:25%;
		height:auto;
	}
}
