@charset "UTF-8";
/* CSS Document */
body, html {
	height:100%;
	position: relative;
}
body {
	background:#f7fbfc;
	font-family: 'Lato', sans-serif;
	color:#6d6d6d;
	padding:0;
}

video {
  width: 100%    !important;
  height: auto   !important;
}

.bg1 {
    background-color: #fff;
}

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

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

h1, h2, h3, h4 {
	font-family: 'Lato', sans-serif;
}

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

.header {
	width:100%;
	background:#0193ad;
	line-height: 0;
}

.header.sticky {
	position: fixed;
	top:0px;
	z-index:40;
}

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

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

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

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

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

.header header .username .text {
	display:block;
}

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

.header header .account a {
	margin:0;
	display:inline-block;
}

.update-mobile {
	float:left;
	width:245px;
	padding:34px 0 0 21px;
	font-size:14px;
	color:#fff;
}

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


.ddown-menu ul {
	width:100%;
	padding:0;
	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);
	text-align: center;
}

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

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

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

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

.ddown-menu ul li.logo-tu svg {
	width:81px;
	height: auto;
	margin:0px auto;
	line-height:40px;
}

.ddown-menu ul li.logo-eq svg {
	width:69px;
	height: auto;
	margin:0px auto;
}

.ddown-menu ul li.logo-ex svg {
	width:96px;
	height: auto;
	margin:0px auto;
	margin-right:12px;
}

.header header .username i {
	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;
	-webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.05);
}

.nav-content {
	width:100%;
	max-width:1330px;
	margin:0px auto;
}

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

.header nav ul {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	float:left;
}

.header nav li {
	display:inline-block;
	position:relative;
	width:20%;
	float:left;
	text-align: center;
	padding:0 10px;
}

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

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

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

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

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

.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 li .alerts-wrapper {
	display:inline-block;
	position: relative;
	padding: 0 25px;
	line-height: 32px;
}

.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, #footer-mobile .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:0px;
	right:0px;
}

.header .monitoring {
	line-height:38px;
	width:200px;
	display:inline-block;
	background-size:auto;
	text-align:left;
	margin-right:0px;
	padding-top:2px;
	float:left;
	margin-top:13px;
	font-size:15px;
	vertical-align: top;
}

.header .monitoring svg {
	float:left;
	margin-right: 12px;
}

.header .monitoring span {
	font-weight: 800;
	text-decoration: underline;
}

.slide-down-div {
    background:url(../img/bg-slide-down.png);
    padding:0 20px;
    position: relative;
    display: none;
}

.slide-down-div .slide-down-close {
    position: absolute;
    width:40px;
    height:40px;
    top:46px;
    right:46px;
    background:url(../img/slide-down-crop@2x.png) no-repeat;
    background-size: contain;
    
}

.slide-down-div .content {
    max-width:1015px;
    margin:0px auto;
    padding:72px 20px 69px 20px;
}

.slide-down-div .col-1 {
    width:37%;
    float:left;
}

.slide-down-div .col-2 {
    width:56%;
    float:right;
    color:#fff;
}

.slide-down-div .col-2 h2 {
    font-weight: 800;
    font-size:39px;
    line-height: 42px;
}

.slide-down-div .col-2 h3 {
    font-size: 26px;
}

.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: 29px;
	margin-top: 29px;
	position:relative;
	background:#fff;
	-webkit-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.08);
	box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.08);
}

.content-block.padding-less {
	padding-left:0!important;
	padding-right:0!important;
}

.content-block .inner-padding {
	padding-left:42px;
	padding-right:42px;
}

.content-block p {
	font-size:26px;
}

.content-block h1 {
	font-size:31px!important;
	padding-bottom: 32px;
	font-weight: 800;
	color:#60606d;
	padding:0;
}

.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%;
	max-width:1000px;
	margin:0px auto;
}

.countdown .intro-text {
	padding:0 20px;
}
.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 */

/* ALERTS SECTION HOME PAGE*/

#alerts {
	padding:15px 42px 16px 42px;
}

.preferences a {
	display:inline-block;
	float:right;
}


/* RANGES */
#range {
	padding-top:20px;
	padding-bottom:30px;
	display: none;
	font-size:17px;
}

#range .close {
	width:17px;
	height:17px;
	display: block;
	position:absolute;
	background:url(../img/close-range@2x.png) no-repeat 0 0;
	background-size: cover;
	top:21px;
	right:21px;
}

#range h3 {
	font-size:28px;
	font-weight: 800;
	padding-bottom:10px;
}

#range ul {
	display: block;
	list-style: none;
	margin:0;
	padding:0;
}

#range ul li {
	display: inline-block;
	width:33%;
	line-height: 16px;
	padding-bottom:6px;
}

#range ul .bullet {
	display:block;
	float:left;
	width:16px;
	height:16px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background:#37d45c;
	margin-right: 20px;
}

#range ul .range {
	display: inline-block;
	margin-right:30px;
}

#range ul .desc {
	font-weight: 800;
}

#range ul .range2 .bullet {
	background:#33a5ff;
}

#range ul .range3 .bullet {
	background:#ff8d3a;
}

#range ul .range4 .bullet {
	background:#00d19c;
}

#range ul .range5 .bullet {
	background:#46c2f2;
}

#range ul .range6 .bullet {
	background:#ff5252;
}


/* 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-message-wrapper {
	text-align: center;
    padding:35px 0 55px 0;
    width:485px;
    margin:0px auto;
}

.scores-message-wrapper img {
	display:block;
}
.scores-message {
	display:inline-block;
	color:#b3b3bc;
	line-height: 27px;
	background:#fff;
	padding:0 31px;
	font-size:12px;
	margin:0px auto;
}

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

.scores.scores-wrapper {
	width:69.8%!important;
	padding-bottom:25px;
}

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

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

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

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

.scores .wrapper-ex {
	height:auto;
}

.scores .wrapper-ex svg {
	margin:0 auto;
	margin-top:25px;
	margin-bottom: 0;
}

.scores .wrapper-eq {
	height:auto;
}

.scores .wrapper-eq svg {
	margin:0 auto;
	margin-top:48px;
	margin-bottom:10px;
}

.scores .wrapper-tu {
	height:auto;
}

.scores .wrapper-tu svg {
	margin:0 auto;
	margin-top:32px;
	margin-bottom:14px;
}

.scores a {
	color:#60606d;
}

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

.scores span.num.ex {
	line-height:60px;
}

.scores sup {
	font-size:17px;
	vertical-align:super;
	color:#31dda8;
	font-weight:700;
	visibility:hidden;
	top:20px;
	right:-35px;
	position:absolute;
	line-height:14px;
}

.scores sup.neg {
	color:#ff6265;
	right:-20px;
}

.scores .eval {
	display:none;
	padding:0 0;
	color:#33a5ff;
	line-height:19px;
	border:solid 1px #33a5ff;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	font-size: 15px;
}

.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:8px!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;
	padding-bottom:12px;
}

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

.graph .selected-hover {
	bottom:26px;
	-moz-transition: none!important;
	-webkit-transition: none!important;
	-o-transition: color 0 ease-in;
	transition: none!important;
}

.graph .selected-hover div {
	bottom:0;
	border-radius: 6px 6px 0px 0px!important;
	-moz-border-radius: 6px 6px 0px 0px!important;
	-webkit-border-radius: 6px 6px 0px 0px!important;
	height:40px;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;

}

.graph .selected-hover span {
	padding-top:0px;
	display:block;
	text-align:center;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
}

.graph .selected-hover span i {
	display:block;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
	font-size:16px;
	line-height:15px;
	transition: all 0.1s ease;
	font-style: normal;
}

.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:url(../img/bg-good.png) repeat-x 0 0;
}

.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;
}

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

#high-impact {
	padding:15px 0 28px 0;
	margin-bottom: 30px;
}
#high-impact .content-block-inner {
	padding:10px 59px 0px 59px;
}

#high-impact .content-block-inner.inner1 {
	padding:10px 23px 0px 23px;
}

#high-impact .col1 {
	width:20.8%;
	float:left;
	padding:35px 20px 0 0;
}

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

#high-impact .col3 {
	width:31.6%;
	float:right;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:22px 25px 16px 25px;
	text-align: center;
}

#high-impact .col3 p {
	padding:32px 24px 19px 14px;
	text-align: center;
	font-size:18px;
	font-weight: 600;
	line-height: 24px;
	color:#60606d;
}

#high-impact .col3  span {
	display: block;
	font-size: 28px;
	font-weight: 700;
}

#high-impact h2 {
	font-size:31px!important;
	color:#404049;
	font-weight:700;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	font-family: 'Lato', sans-serif;
	line-height:38px;
	text-align:left;
	display:block;
	clear:both;
	width:100%;
	padding-bottom:36px;
	margin-bottom: 33px;
	border-bottom: solid 1px #e1e6e3;
}

#high-impact h3 {
	font-size:26px;
	padding-bottom:8px;
}

#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;
}

.graph .col span {
	display:block;
	clear:both;
	font-size:30px;
	font-weight: 800;
	line-height:30px;
	padding-bottom: 5px;

}

.graph .col {
	font-size:15px;
}

#high-impact .graph {
	padding-top:2px;
}

#high-impact .graph .subcol1 {
	width:35%;
	float:left;
	margin-top:3px;
	border-right:solid 1px #e8ecea;
}

#high-impact .graph .subcol2 {
	width:35.8%;
	margin-top:6px;
	text-align: center;
	float:left;
	padding-bottom:10px;
}

#high-impact .graph .subcol3 {
	width:28%;
	text-align: right;
	float:right;
}

#high-impact .graph .subcol3 span {
	display:block;
	color:#ff5252;
	font-size:68px;
	line-height:68px;
}



#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;
}

/* BAR GRAPH */
#high-impact .common-graph-wrapper {
	padding-top:15px;
	padding-bottom:10px;
}

.common-graph-line {
	display:block;
	height:9px;
	width:100%;
	border:none;
	background:#e4ebeb;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	clear:both;
	position:relative;
}

.common-graph-line .graph-bar {
	display:block;
	height:9px;
	width:0%;
	border:none;
	background:#ef5e5e;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    transition: all 1s ease;
}

#bar-high-impact {

}

.common-graph-line .indicator {
	width:19px;
	height:10px;
	position:absolute;
	top:-14px;
	left:0;
	display:block;
	background: url(../img/slider-arrow-only@2x.png) no-repeat 0 center;
	background-size:cover;
	z-index:2;
	transition: all 1s ease;
}

#bar-high-impact .graph-bar.active {
	width:78%;
}

#bar-high-impact .indicator.active {
	left:75.8%;
}

/* 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 0;
}

.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 */

/* NEW HOME REPORTS */
.reports-infobox-container {
	padding-top:34px;
}


.reports-infobox {
	background: #d9eefc;
	padding:28px 35px 8px 35px;
	display: block;
	width:100%;
	max-width: 1170px;
	margin:0px auto;
	margin-bottom:15px;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.reports-infobox-img {
    width:4.2%;
    float:left;
}

.reports-infobox-text {
    width:93%;
    float:left;
}

.refresh-img {
    width:12.6%;
    float:left;
}

.refresh-text {
    width:45.3%;
    float:left;
    color:#60606d;
    font-size: 23px;
}

.refresh-text h2 {
    font-size: 22px;
    margin:0;
    padding: 0;
    color:#60606d;
}

.refresh-btn {
    width:33%;
    float:right;
    margin-right:1.4%;
}

.refresh-btn a {
    color:#fff;
    font-size:22px;
    text-align: center;
    display: block;
    line-height: 49px;
    background: #ff8d3a;
    -webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
    font-weight: 600;
}


#reports-section {
	padding: 35px 59px 39px 59px;
}

#reports-section h1 {
	padding-bottom:0px;
	margin:0;
}

#reports-section p {
	line-height: 30px;
}

#reports-section .report-items {
	display:block;
	margin:0;
	padding:17px 0 40px 0;
	width:96%;
	margin:0px auto;
	background:url(../img/bar-reveal-bg.png) repeat-x 0 70px;
}
#reports-section .report-items li {
	width:22.6%;
	display: inline-block;
	float:left;
}

#reports-section .report-items li span {
	display: block;
	clear:both;
	float:none;
}

#reports-section .report-items li:first-child {
	width:16.1%;
	display: inline-block;
}

#reports-section .report-items li:first-child a {
	float:left;
}

#reports-section .report-items li:last-child {
	width:16.1%;
	display: inline-block;
}

#reports-section .report-items li:last-child a {
	float:right;
}

#reports-section .report-items li a, #reports-section .report-items-mobile li a {
	width:104px;
	height: 104px;
	display: block;
	margin: 0px auto;
	background: #fff;
	-webkit-border-radius: 52px;
	-moz-border-radius: 52px;
	border-radius: 52px;
	position: relative;
	z-index: 2;
}

#reports-section .report-items-mobile {
	list-style: none;
	margin:0;
	padding:0 0 12px 0;
}

#reports-section .report-items-mobile .custom-label {
	line-height:18px;
	padding-left:14px;
	font-weight: 800;
	color:#60606d;
	float:left;
	width:180px;
	text-align: left;
	padding-top:40px;
}

#reports-section .report-items-mobile li a {
	float:left;
	background: url(../img/icon-10items@2x.png) no-repeat center 0;
	background-size: cover;
}

#reports-section .report-items li .icon-auto {
	background: url(../img/icon-auto@2x.png) no-repeat center 0;
	background-size: cover;
}

#reports-section .report-items li .icon-real-estate {
	background: url(../img/icon-real-estate@2x.png) no-repeat center 0;
	background-size: cover;
}

#reports-section .report-items li .icon-cc {
	background: url(../img/icon-credit-cards@2x.png) no-repeat center 0;
	background-size: cover;
}

#reports-section .report-items li .student-loans {
	background: url(../img/icon-student-loans@2x.png) no-repeat center 0;
	background-size: cover;
}

#reports-section .report-items li .other-loans {
	background: url(../img/icon-other-loans@2x.png) no-repeat center 0;
	background-size: cover;
}

#reports-section .report-items li a span {
	display:block;
	width:22px;
	position: absolute;
	bottom:-10px;
	text-align: center;
	line-height: 22px;
	background:#fff;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	height:22px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	color:#616161;
	font-weight: 800;
	font-size:20px;
}

#reports-section .report-items li .custom-label {
	padding-top:16px;
}

#reports-section .report-items li:first-child .custom-label, #reports-section .report-items li:last-child .custom-label {
	width:104px;
	text-align: center;
}

#reports-section .report-items li:last-child .custom-label {
	float:right;
}

#reports-section .report-items-mobile {
	display:none;
}

#reports-section .action-link {
	display: inline-block;
	color:#ff8d3a;
	border:solid 2px #ff8d3a;
	line-height:48px;
	text-align: center;
	padding:0 87px;
	margin:0px auto!important;
	float:none;
	font-size:18px;
	font-weight: 800;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}

/* TIP */
.tip-wrapper {
	padding:0 59px;
}
.tip {
	margin-top: 43px;
	color:#60606d;
	background: #fff8e8;
	padding:20px 25px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.tip strong {
	color:#60606d;
}

.tip a {
	color:#60606d;
	text-decoration: underline;
}

/* REVEAL */
#reveal {
	padding:26px 0 0 0;
	display: none;
}


#reveal .ratings-wrapper {
	padding:0 30px 0 30px;
}

#reveal .credits {
	display: block;
	float:right;
	width:40%;
	text-align: right;
	font-size:14px;
	line-height:34px;
}

#reveal .credits img {
	float: right;
}

#reveal .credit-bottom {
	display: none;
	width:100%;
	text-align: center;
	float:none;
	clear: both;
	line-height: 26px;
}

#reveal .credit-bottom img, #reveal .credit-bottom span {
	display: inline-block;
	float:none;
}

#reveal .credit-bottom span {
	padding-top:10px;
	vertical-align: middle;
}

#reveal .ratings {
	display:block;
	clear:both;
	padding:84px 0 41px 0;
	width:100;
	margin:0px auto;
	background:url(../img/bar-reveal-bg.png) repeat-x 0 60% #fff;
	color:#60606d;
}

#reveal h2 {
	color:#60606d;
	border:0;
	margin:0;
	padding:0 0 3px 0;
	width:60%;
	float:left;
}

#reveal h3 {
	font-size:32px!important;
	color:#60606d;
	font-weight: 800;
	padding-bottom: 25px;
}

#reveal h4 {
	font-size:25px!important;
	color:#60606d;
	font-weight: 800;
	padding-bottom:3px;
	margin:0;
	line-height:25px;
}

#reveal p {
	color:#60606d;
}

#reveal .intro {
	font-size:25px;
	font-weight: 500;
	padding:0 0 20px 0;
}

#high-impact .action-link-improve {
	text-align: center;
	padding-top: 42px;
}

#high-impact .action-link-improve a {
	line-height:60px;
	padding:0 32px;
	display: inline-block;
	color:#fff;
	background:#00d9a1;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-size:18px;
	font-weight: 600;
	margin:0px auto;
	margin-bottom:17px;
}

#high-impact .arrow-show-up {
	display:block;
	clear:both;
	height:14px;
	background: url(../img/arrow-show@2x.png) no-repeat center 0;
	background-size: contain;
	margin-top:20px;
	margin-bottom:15px;
}

#high-impact .arrow-show-down {
	display:block;
	clear:both;
	height:14px;
	background: url(../img/arrow-show-down@2x.png) no-repeat center 0;
	background-size: contain;
}

#reveal .ratings li {
	display: block;
	float:left;
	border:solid 2px #e1e6e3;
	width:20.2%;
	padding:21px 14px 14px 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	margin-right:6.4%;
	background:#fff;
	height:165px;
}

#reveal .ratings li:last-child {
	float:right;
	margin-right: 0;
}

#reveal .ratings li.active {
	border:solid 2px #f25757;
}

#reveal .ratings #revrating-1.active {
	border:solid 2px #f25757!important;
}

#reveal .ratings #revrating-2.active {
	border:solid 2px #f7822d;
}

#reveal .ratings #revrating-3.active {
	border:solid 2px #3b95db;
}

#reveal .ratings #revrating-4.active {
	border:solid 2px #56cc72;
}

#reveal .ratings li:last-child{
	margin-right:0;
}

#reveal .indicator-wrapper {
	z-index:3;
	margin-top:-93px;
}

#reveal .ratings .indicator, #reveal .ratings .indicator-blank {
	text-transform: uppercase;
	text-align: center;
	display: block;
	font-weight: 800;
	padding-bottom:14px;
	background: url(../img/reveal-indicator.png) no-repeat center bottom;
	margin-bottom:6px;
}

#reveal .ratings .indicator-blank {
	background:none!important;
}

#reveal .ratings .rating {
	display:block;
	line-height:50px;
	color:#fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding:0 10%;
}

#reveal .ratings .num {
	/*width:48%;
	text-align: left;
	float:left;
	*/
	font-weight:800;
	font-size: 25px;
}

#reveal .ratings .rate {
	/*
	width:48%;
	text-align: right;
	float: right;
	*/
	font-size:25px;
}

#reveal .ratings .score-container {
	display:none;
	transition: all 1s ease;
	height:113px;
	padding-top:23px;
}

#reveal .ratings .spinner {
	display:none;
	transition: all 1s ease;
	width:100%;
	height:113px;
	padding-top:10px;
	text-align: center;
}

#reveal .ratings .spinner img {
	margin:0px auto;
	float: none;
	margin-top:15px;
}

#reveal .ratings .score {
	font-weight:500;
	font-size: 57px;
	display: block;
	text-align: center;
	line-height:57px;
	padding-bottom:9px;
	position: relative;
}

#reveal .ratings .score .diff {
	font-weight:500;
	font-size: 18px;
	display: block;
	text-align: center;
	line-height:20px;
	position: absolute;
	top:0;
	right:0;
}

#reveal .ratings #revrating-1 .score {
	font-size:70px;
	line-height: 70px;
	padding-bottom:4px;
}

#reveal .ratings #revrating-1 .score-container {
	padding-top: 17px;
}

#reveal .ratings .rating.bg1 {
	background:#f25757;
}

#reveal .ratings .rating.bg2 {
	background:#f7822d;
}

#reveal .ratings .rating.bg3 {
	background:#3b95db;
}

#reveal .ratings .rating.bg4 {
	background: #56cc72;
}

#reveal .ratings .icon-container {
	display: block;
	padding-top:10px;
	display:block;
	height:123px;
}

#reveal .ratings .icon {
	display:block;
	line-height: 55px;
	height:55px;
	width:110px;
	margin:0px auto;
	background:url(../img/reveal-icon@2x.png) no-repeat 0 0;
	background-size: cover;
	margin-bottom: 18px;
}

#revrating-3 .icon {
	background:url(../img/reveal-icon-2@2x.png) no-repeat 0 0!important;
	background-size: cover!important;
}

#revrating-4 .icon {
	background:url(../img/reveal-icon-3@2x.png) no-repeat 0 0!important;
	background-size: cover!important;
}

#reveal .ratings .icon-container a {
	display: block;
	padding-top:10px;
	color:#f7822d;
	font-size:15px;
	font-weight: 700;
	text-decoration: none;
}


#reveal .ratings .icon-container a:hover {
	text-decoration: none;
}

#reveal .actions {
	display:block;
	clear: both;
	margin:0;
	padding:0 0 42px 0;
	list-style: none;
}

#reveal .actions li {
	float:left;
	width:33%;
	padding-right:6%;
	position: relative;
}

#reveal .actions .content {
	padding:0 0 0 35px;
	display:block;
}

#reveal .actions .content p {
	font-size: 18px;
	line-height: 26px;
	padding-right:25px;
}

#reveal .actions .content .amount {
	font-size: 19px;
}

#reveal .actions .bar {
	float:left;
	background:#56cc72;
	width:13px;
	height:100%;
	display:block;
	bottom:0;
	position: absolute;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#reveal .score .diff.highlight {
	color:#56cc72;
}

#reveal .content-rev1 .highlight {
	color:#f7822d;
}

#reveal .content-rev2 .highlight {
	color:#f7822d;
}

#reveal .content-rev2 .bar {
	background:#f7822d;
}

#reveal .content-rev3 .highlight {
	color:#3b95db;
}

#reveal .content-rev3 .bar {
	background:#3b95db;
}

#reveal #revrating-4 .score .highlight {
	color:#56cc72!important;
}

#reveal .content-rev4 .bar {
	background:#56cc72;
}

#high-impact .content-rev .tip {
	padding:20px 25px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#high-impact .content-rev2 .tip {
	background:#f7822d;
}

#high-impact .content-rev3 .tip {
	background:#3b95db;
}

#high-impact .content-rev4 .tip {
	background:#fff8e8;
}

#high-impact .content-rev4 .highlight {
	color:#56cc72;
}

.content-rev {
	display: none;
}

.content-rev.active {
	display: block;
}

#reveal img {
	float:left;
}

#high-impact .tip p {
	width:90%;
	float:right;
	font-size:20px;
	line-height:27px;
}

.action-link-popup {
	display: block;
	clear:both;
	text-align: center;
	padding:0 0 20px;
}

.action-link-popup a {
	color:#60606d;
	font-size: 18px;
	font-weight: 600;
	text-decoration: underline;
}

.action-link-popup a:hover {
	text-decoration: none;
}


/* 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
}


/* APP WRAPPER */
.app-wrapper {
	width:100%;
	background: #05c9de; /* Old browsers */
	background: -moz-linear-gradient(top,  #05c9de 0%, #0193ad 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #05c9de 0%,#0193ad 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #05c9de 0%,#0193ad 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05c9de', endColorstr='#0193ad',GradientType=0 ); /* IE6-9 */
	padding:0 20px;
}

.app-content {
	width:100%;
	max-width: 1179px;
	margin:0px auto;
	padding:26px 59px;
}

.app-content .main-image {
	float:right;
}

.app-content .content {
	width:68%;
	float:left;
	font-size:25px;
	color:#fff;
	font-weight: 600;
}

.app-content .content img {
	display: inline-block;
	float:left;
	margin-right:35px;
}

.app-content .content p {
	padding:25px 0 16px 0;
	line-height: 42px;
	font-weight: 400;
}

/* MOBILE CSR */
#mobile-csr {
	display:none;
	margin-right: 30px;
	color:#404049;
}

#mobile-csr .content {
	width:63.6%;
	float:right;
}

#mobile-csr p {
	font-size:20px;
	line-height: 22px;
}

#mobile-csr span {
	color:#60606d;
	font-size:27px;
	font-weight: 800;
}

#mobile-csr img {
	width:28%;
	float:left;
}

/* // MOBILE CSR */



/* 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);
  }
}

/* MOBILE MENU */
.overlay-menu {
	background:#fff;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	right:0;
	bottom:0;
	padding:114px 0 100px 0;
	z-index:5;
	display:none;
	margin-bottom:40px;
}

.overlay-header {
	background: #f7fbfc;
	border:solid 1px #e1e6e3;
	padding:10px 0 28px 0!important;
}

.overlay-header li {
	display:block;
	width:100%;
	text-align: center;
}

.overlay-header li a {
	text-align: center;
	font-size:22px;
	line-height:40px;
}

.overlay-header li:last-child a {
	color:#0193ad;
}

.overlay-header .account {
	display:block;
	background-size: contain;
	line-height: 50px;
}

.overlay-menu ul {
	list-style:none;
	line-height:48px;
	padding:0;
	margin:0;
}

.overlay-menu a {
	color:#616161;
	display:block;
	text-align: left;
	font-size: 25px;
	font-weight: 500;
	line-height:80px;
	border-left:solid 8px #fff;
	padding-left:52px;
}

.overlay-menu a.on {
	color:#0cb5c6;
	border-left:solid 8px #0cb5c6;
	font-weight: 700;
}

.overlay-menu ul 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;
}

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

.overlay-menu li:last-child ul {
	padding-bottom: 100px;
}

.overlay-menu li ul li {
	width:100%;
	display:block;
	text-align:left;
}

.overlay-menu li ul li a {
	width:100%;
	display:block;
	text-align:left;
	padding-left:98px;
}

.overlay-menu .logo-tu svg {
	width:118px;
	height:auto;
}

.overlay-menu .logo-eq svg {
	width:101px;
	height:auto;
}

.overlay-menu .logo-ex svg {
	width:122px;
	height:auto;
}

/* VIDEOS */
.video-mobile {
	width:200px;
	height: auto;
	margin:0px auto;
}


/* //PULSE */

/* GENERIC ACCORDION */
.content-accordion-wrapper {
	display: block;
	clear: both;
	width:100%;
}


.accordion-section-generic {
	border-top:solid 1px #dde1de;
}

.accordion-section-generic .pin-wrapper {
	width:133px!important;
}


.opened .accordion-section-generic .pin-wrapper {
	border-bottom:none;
}

.accordion-section-title-generic.active .pin-wrapper {
	border-bottom: none;
}

.accordion-section-generic.add-indicator {
	border-left:solid 5px #dbf3fc;
}

.accordion-generic, .accordion-generic * {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
}
 
/*----- Section Titles -----*/

.alert-container {
	border-bottom:solid 1px #e0e3e1;
}
.accordion-section-title-generic {
    width:100%;
    display:block;
    /*border-bottom:solid 1px #e0e3e1;*/
	border-left:solid 5px #dbf3fc;
}

.opened .accordion-section-title-generic {
    border-bottom:none;
}

.accordion-section-title-generic.toggle-arrow {
	width:90px;
	text-align: center;
	height:10px;
    margin-top:20px;
}

.accordion-section-title-generic.add-indicator {
	border-left:solid 5px #dbf3fc;
}

.accordion-section-title-generic.active {
    border-bottom:none;
}

.accordion-section-title-generic img {
    float:left;
}
 
/*----- Section Content -----*/
.accordion-section-content-generic {
    display:none;
}

.accordion-section-content-generic.add-indicator {
	border-left:solid 5px #dbf3fc;
}

.reports-factors .accordion-section-content-generic.add-indicator {
	border-left:0!important;
}



.accordion-section-toggle {
    width: 25px;
    height: 15px;
    background: url(../img/arrow-toggle-sr@2x.png) no-repeat 0 0;
    background-size: cover;
    display: inline-block;
	margin:0px auto;
    margin-top: 10px;
}

.accordion-section-title-generic.active .accordion-section-toggle {
    background: url(../img/arrow-toggle-sr-close@2x.png) no-repeat 0 0;
    background-size: cover;
	display: inline-block;
}

.


/*----- Section Titles -----*/
.accordion-section-title {
    width:25px;
	height: 15px;
	background:url(../img/arrow-toggle-sr@2x.png) no-repeat 0 0;
	background-size: cover;
	display: block;
	float:right;
	margin-top:19px;
	margin-right:45px;
}

.accordion-section-title.active {
	background:url(../img/arrow-toggle-sr-close@2x.png) no-repeat 0 0;
	background-size: cover;
}
 
/*----- Section Content -----*/
.accordion-section-content {
    display:none;
}

.accordion-section-content .content-wrapper  {
	width:93%;
	float:right;
	border-top:solid 1px #e2e5e3;
	padding:35px 5% 30px 0;
}

.accordion-section-content-generic .content-wrapper  {
	width:88.3%;
	float:right;
	border-top:solid 1px #e2e5e3;
	padding:35px 5% 50px 0;
}



#credit-checks .accordion-section-content .content-wrapper p, .accordion-section-content-generic .content-wrapper p {
	font-size:17px;
}

.accordion-section-content .column, .accordion-section-content-generic .column {
	display: block;
	clear:both;
}

.accordion-section-content .columns, .accordion-section-content .column, .accordion-section-content-generic .columns, .accordion-section-content-generic .column {
	padding-left:0;
}

.accordion-section-content .columns, .accordion-section-content-generic .columns {
	padding-bottom: 15px;
}

.accordion-section-content .tip2-wrapper, .accordion-section-content-generic .tip2-wrapper {
	padding-top:40px;
	display: block;
}

.accordion-section-content .tip2, .accordion-section-content-generic .tip2 {
	display: block;
	clear:both;
	background: #fff8e8;
	border-left: solid 6px #fadaa3;
	padding:23px 35px 10px 35px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.accordion-section-content .tip2 strong, .accordion-section-content-generic .tip2 strong {
	color:#161726;
}


/* FORMS */
.select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #c9cfcb;
    width: 277px;
    border-radius: 19px;
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
    overflow: hidden;
    background-color: #fff;
	line-height: 37px;
	height: 37px;
    background: #fff url("../img/select-arrow-down@2x.png") no-repeat right 0;
	background-size: contain;
}

.select-style select {
    padding: 0 35px;
	color:#606060;
    width: 130%;
	line-height: 37px;
	height:37px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}


/* //SLIDESHOW */
.footer {
	padding:40px 20px 80px 20px;
	width:100%;
	background:#fff;
}

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

#footer-mobile {
	display:inline-block;
	position:fixed;
	z-index:10;
	height:73px;
	background: #fff;
	border:solid 1px #e1e6e3;
	bottom:0;
	text-align: center;
	width: 100%;
	color:#616161;
	font-size: 19px;
	font-weight: 700;
}

#footer-mobile button {
	display:block;
	margin:0px auto;
	color:#fff;
	background: #0cb5c6;
	width:33%;
	text-align: center;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	margin-top:-16px;
	padding:15px 0;
	position: absolute;
	z-index: 2;
	left:0;
	right:0;
	-webkit-box-shadow: 7px 10px 7px -5px rgba(0,0,0,0.15);
	-moz-box-shadow: 7px 10px 7px -5px rgba(0,0,0,0.15);
	box-shadow: 7px 10px 7px -5px rgba(0,0,0,0.15);
}

#footer-mobile button span {
	display:inline-block;
	padding:0 0px 0 40px!important;
	background:url('../img/btn-menu@2x.png') no-repeat 0 0;
	line-height: 19px;
	background-size: contain;
	font-size:18px;
	font-weight: 800;
}

#footer-mobile button i {
	font-style: normal;
}

#footer-mobile .menu-button-wrapper {
	width:100%;
	display: block;
	margin:0px auto;
}


#footer-mobile .menu-button-wrapper div {
	width:35%;
	text-align: center;
	padding:0 0px 0 0;
	padding-top:20px;
}



#footer-mobile div span {
	display:inline-block;
	position: relative;
	padding:0 24px;
}

#close-mobile {
	display:inline-block;
	z-index:10;
	height:73px;
	background: #fff;
	bottom:0;
	text-align: center;
	width: 100%;
	color:#616161;
	font-size: 19px;
	font-weight: 700;
}

#close-mobile .close-menu {
	width:80%;
	line-height: 50px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-webkit-box-shadow: 7px 10px 7px -5px rgba(0,0,0,0.15);
	-moz-box-shadow: 7px 10px 7px -5px rgba(0,0,0,0.15);
	box-shadow: 7px 10px 7px -5px rgba(0,0,0,0.15);
	margin:0px auto;
	text-align: center;
	max-width:340px;
	display:block;
}

#close-mobile .close-menu span {
	padding:0 40px;
	display: inline-block;
	background: url(../img/close@2x.png) no-repeat 0 0;
	background-size: contain;
	color:#0cb5c6;
	font-size:26px;
	font-weight: 800;
}

.fancybox-close {
	background-image:url(../img/fancy-close-custom@2x.png);
	background-size:cover;
	width:49px;
	height:49px;
}

.show {
	display:block!important;
}

.header nav li.show-1124 {
	display: none;
}

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

.padding-top-76 {
	padding-top:76px;
}

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

.hr-thin {
	display:block;
	clear:both;
	height:1px;
	width:100%;
	background:#e1e6e3;
	margin:38px 0 38px 0;
}

.returnfalse {
	cursor:default;
}

.header nav li .ddown-menu a.returnfalse:hover {
	background:#fff;
}

/*
Initial Loading Animation
*/
#bodymovin{
	background-color:#f7fbfc;
	width:90%;
	height:90%;
	display:block;
	overflow: hidden;
	transform: translate3d(0,0,0);
	text-align: center;
	opacity: 1;
	margin:0px auto;
	max-width: 1000px;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.show-1024 {
	display:none!important;
}
.hide-1024 {
	display:inline-block!important;
}

.show-860 {
	display:none!important;
}
.hide-860 {
	display:block!important;
}

.show-768 {
	display:none!important;
}
.hide-768 {
	display:block!important;
}

.hide-380 {
	display:inline-block;
}

.show-on-mobile {
	display:none!important;
}

.nopadding {
	padding:0!important;
}

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

	.header nav .count {
			right:0;
	}
}
@media screen and (max-width:1124px){
	#high-impact .graph .subcol3 span {
		display: block;
		color: #ff5252;
		font-size: 58px;
		line-height: 58px;
	}
}

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

	#reveal .ratings .num {
		font-size: 20px;
	}

	#reveal .ratings .rate {
		font-size:16px;
	}

	#reveal .ratings .score .diff {
		right: -10px;
	}

}

@media screen and (max-width:1023px){
	.header .monitoring {
		float:right;

	}

	.header .user-wrapper {
		width:200px;
	}
	.show-1024 {
		display:block!important;
	}
	.hide-1024 {
		display:none!important;
	}

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

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

	.scores span.num sup {
		line-height:12px!important;
	}

	.scores img {
		height:50px;
		width:auto;
	}

	#reveal h2 {
		padding-bottom:0!important;
		margin-bottom: 0!important;
	}

	#reveal .ratings .icon-container a {
		padding-top:17px;
	}

	#reveal .ratings .icon {
		margin-bottom:28px;
	}

	#reveal .ratings-wrapper {
		padding: 0;
	}

	#reveal .ratings li {
		width:22.4%;
		margin-right:3.4%;
		height:178px;
	}

	#reveal .ratings .score .diff {
		position:relative;
		display: block;
		clear:both;
		right:auto;
	}

	#reveal .ratings .num {
		font-size: 19px;
	}

	#reveal .ratings .rate {
		font-size:19px;
	}

	#reveal .ratings #revrating-1 .score {
		padding-bottom: 22px;
	}

	#high-impact .common-graph-wrapper {
		padding-top:50px;
		display:block;
	}

	#high-impact h2 {
		padding-bottom:21px;
		font-size:29px!important;
		line-height:38px;
		margin-bottom: 21px;
	}

	#high-impact .graph .col {
		width:50%;
	}

	#high-impact .col2 {
		width:46.6%;
		padding-top:24px;
	}

	#high-impact .col3 {
		padding-top:27px;
		padding-bottom:35px;
		width:28%;
	}

	#high-impact .col3  p {
		font-size: 17px;
		line-height: 22px;
		padding-top: 24px;
	}

	#high-impact .col3  span {
		font-size: 22px;
	}

	#high-impact .common-graph-wrapper {
		padding-top:65px;
		display:block;
	}

	.common-graph-line .indicator {
		background:url(../img/slider-arrow@2x.png) no-repeat 0 0;
		background-size:cover;
		width:76px;
		height:57px;
		top:-62px;
	}

	#high-impact .tip p {
		width: 87%;
	}

	#bar-high-impact .indicator.active {
		left:74%;
	}

	#high-impact .action-link-improve {
		padding-top: 12px;
	}

	.tip-wrapper {
		padding: 0 32px;
	}

	.app-content {
		padding:28px 20px;
	}

	.app-content .content img {
		display: inline-block;
		float:none;
		margin:0px auto;
	}

	.app-content .content {
		width:100%;
		float:none;
		text-align:center;
		padding-left:15%;
		padding-right:15%;
	}

	.app-content .main-image {
		float:none;
		margin:0px auto;
		display: block;
		width:25%;
	}

	#reports-section {
		padding: 40px 32px 40px 32px;
	}

	#high-impact .content-block-inner {
		padding: 10px 32px 0px 32px;
	}

	.break-1023 {
		display: block;
	}
}

@media screen and (max-width:860px){
	#reveal .ratings .num {
		font-size: 17px;
	}

	#reveal .ratings .score {
		font-size:52px;
		line-height: 52px;
	}

	#reveal .ratings .rate {
		font-size:17px;
	}



	#reveal .ratings .score-container {
		font-size:14px;
		padding-top:28px;
	}

	#reveal .ratings .icon-container a {
		font-size:14px;
	}

	#reports-section h1 {
		padding-bottom:5px;
	}

	#reports-section p {
		padding-bottom:13px;
	}

	#reports-section .report-items {
		background-position: 0 58px;
		padding-bottom: 47px;
	}

	#reports-section .report-items li {
		width:22%;
		display: inline-block;
		float:left;
	}

	#reports-section .report-items li:first-child {
		width:17%;
		display: inline-block;
	}

	#reports-section .report-items li:last-child {
		width:17%;
		display: inline-block;
	}

	#reports-section .report-items li a {
		width:81px;
		height:81px;
	}

	#high-impact {
	    padding: 26px;
	}

	#high-impact .content-block-inner {
		padding:10px 3px 0px 3px;
	}

	#high-impact .col1 {
		padding-top:7px;
		width:23.3%;
	}

	#high-impact .col3 {
		display:none;
	}

	#high-impact .col3  span {
		font-size: 21px;
	}
	#high-impact h2 {
		font-size:28px!important;
		line-height:34px;
	}

	#high-impact h2 img {
		margin-right:11px;
	}

	#high-impact .common-graph-wrapper {
		display:block;
	}

	#high-impact .col2 {
		width:76.6%;
		float:right;
		padding-top:0px;
		padding-bottom: 20px;
		padding-left:0;
	}

	#high-impact h3 {
		padding-bottom: 21px;
	}

	#range ul li {
		width:49%;
	}

	#mobile-csr {
		display: block;
	}
	
	.hide-860 {
		display: none!important;
	}
	
	.show-860 {
		display: block!important;
	}
}

@media screen and (max-width:767px){
	.show-860 {
		display:block!important;
	}
	.hide-768 {
		display:none!important;
	}

	.show-on-mobile {
		display:block;
	}
	
	.countdown {
		padding-top:80px;
	}
	
	.countdown {
		padding-top:60px;
	}
	
	.countdown h1 {
		font-size:26px;
		line-height: 30px;
	}
	
	.countdown h2 {
		font-size:23px;
		line-height: 28px;
	}
	

	.intro-content {
		padding: 0;
	}
	.scores.scores-wrapper {
		width:100%!important;
		background: #ffffff;
		border-bottom:solid 1px #e1e6e3;
		padding-bottom: 0!important;
	}

	.scores.scores-wrapper .large-4 {
		border-right:solid 1px #e1e6e3;
		padding-bottom: 25px;
	}

	.scores.scores-wrapper .large-4:last-child() {
		border-right:none;
	}

	.scores span.num {
		position: relative;
	}

	.scores span.num span {
		clear:both;
		margin:0;
	}

	.scores sup {
		position: relative;
		top:4px;
		right:auto!important;
		clear: both;
		text-align: center;
		display: block;
		visibility: hidden;
		line-height: 16px;
		margin:0;
		padding:0;
		height:16px;

	}

	.scores span.num sup {
		line-height:12px;
	}

	.scores .graph {
		display:none;
	}

	.scores .eval {
		display:block;
		clear:both;
		width:65%;
		margin:0px auto;
		margin-top:22px;
	}

	.scores-message-wrapper {
		padding-top:20px;
	}

	.scores-message {
		background:none;
	}

	.content-block {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	#high-impact {
		margin-bottom: 20px;
	}

	#reveal .credit-bottom {
		display:block;
	}

	#reveal h2 {
		float:none;
		padding-bottom:0;
	}

	#reveal .ratings li {
		padding-left:0;
		padding-right: 0;
		min-height:150px;
	}

	#reveal .ratings .score .diff {
		padding-top: 11px;
		padding-bottom: 2px;
		display: block;
	}

	#reveal .ratings #revrating-1 .score-container {
		padding-top: 26px;
	}

	#reveal .ratings .score-container {
		padding-top: 24px;
	}

	#reveal .ratings .icon-container {
		padding-top: 33px;
	}



	#reveal .ratings .score {
		font-size: 53px;
		line-height: 53px;
	}

	#revrating-1 .score {
		padding-bottom: 32px!important;
		display: block;
	}

	#reveal .ratings .icon-container a {
		padding-top:7px;
	}

	#reveal .ratings .rating {
		width:100%;
		display: block;
		padding:0 15%;
	}

	#reveal .ratings #revrating-1 .score {
		font-size: 61px;
		line-height: 61px;
	}

	#reveal .ratings .icon {
		line-height: 41px;
		height: 42px;
		width: 86px;
		margin-bottom:37px;
	}

	#reveal .actions li {
		float: none;
		width: 100%;
		padding-right: 0;
		position: relative;
		display: block;
		clear: both;
		padding-top:0;
		margin-bottom:36px;
	}

	.graph .col span {
		font-size:28px;
		line-height:28px;
	}




	#high-impact .content-block-inner.inner1 {
		padding: 10px 0px 0px 0px;
	}
	.graph .col span {
		padding-bottom: 11px;
	}

	.tip-wrapper {
		padding:0 0;
	}

	#high-impact .tip {
		margin-top:0;
	}

	#high-impact .tip p {
		width: 84%;
	}

	#reports-section .report-items li {
		width:20.8%;
		display: inline-block;
		float:left;
	}

	#reports-section .report-items li:first-child {
		width:18.8%;
		display: inline-block;
	}

	#reports-section .report-items li:last-child {
		width:18.8%;
		display: inline-block;
	}

	.show-on-mobile {
		display:block;
	}

	.show-768 {
		display:block!important;
	}
	.hide-768 {
		display:none!important;
	}
}

@media screen and (max-width:768px){
	.app-content p {
		font-weight: 500;
		font-size: 22px;
	}

	#high-impact h2 {
		font-size:30px!important;
		line-height:34px;
		padding-bottom: 30px;
		display: block;
		width:100%;
		float:none;
	}
}

@media screen and (max-width:659px){
	#reveal .ratings {
		background:none;
		padding-top:20px;
		width:100%;
		padding-bottom:5px;
	}


	#reveal .ratings li {
		display:block;
		clear:both;
		margin:0px auto;
		float:none;
		margin-top:56px;
		width:100%;
		height:auto;
		min-height:auto;
	}

	#reveal .ratings .icon {
		line-height: 55px;
		height: 55px;
		width: 110px;
	}

	#reveal .ratings .indicator {
    	font-size: 18px;
	}

	#revrating-1 .score {
		padding-bottom: 2px!important;
		display: block;
	}

	#reveal .ratings .num, #reveal .ratings .rate {
		font-size:25px;
	}

	#reveal .ratings .score-container {
    	font-size: 16px;
		height:auto;
		padding-top:8px;
	}

	#reveal .ratings #revrating-1 .score-container {
		padding-top: 6px;
	}

	#reveal .ratings .icon-container {
		padding-top: 2px;
		height:auto;
	}
	#reveal .ratings .rating {
		width:80%;
		margin:0px auto;
	}

	#reveal .ratings .icon {
		margin-bottom: 2px;
	}

	.action-link-popup {
		padding-top:15px;
	}

	#high-impact .arrow-show-up {
		margin-bottom: 0;
	}

	#reports-section .report-items {
		display:none;
	}

	#reports-section .report-items-mobile {
		display:block;
	}

	#reports-section .action-link {
		display: block;
		color:#ff8d3a;
		border:solid 2px #ff8d3a;
		line-height:38px;
		padding-left:0;
		padding-right: 0;
		font-size:18px;
	}

	#reports-section h1 {
		font-size:25px!important;
	}

	#reports-section p {
		line-height: 21px;
		font-size:18px;
	}

	.content-rev {
		padding-top:20px;;
	}

	.app-content .content {
		padding-left:10%;
		padding-right:10%;
	}
}

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

	#range ul li {
		width:100%;
		display: block;
		clear:both;
		padding-bottom: 22px;
	}

	#high-impact {
	    padding: 26px 0;
	}

	#high-impact .tip {
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}

	#high-impact .tip p {
		font-size:15px;
		line-height: 22px;
		width:80%;
	}

	#high-impact .tip p a {
		display:block;
	}

	#high-impact h2 {
		font-size:28px!important;
		line-height:34px;
		display:block;
		text-align: center;
	}

	#high-impact h2 img {
		width:25%!important;
		margin-bottom:20px;
	}

	#high-impact .content-block-inner.inner1 {
		padding: 10px 32px 0px 32px;
	}

	#reveal {
		padding-left: 23px;
		padding-right: 23px;
	}
	
	#reveal .credits {
		float:right;
		width:100%;
		text-align: left;
	}

	#reveal h2 {
		text-align: left;
	}

	#reveal .actions li {
		margin-bottom: 13px;
	}

	#reveal .actions .content .amount {
		font-weight: 800;
		font-size: 18px;
	}

	#high-impact .graph .subcol1 {
		text-align: center;
	}

	.graph .col span {
		font-size: 30px;
		line-height: 30px;
	}

	#high-impact .col1 {
		width:100%;
		text-align: center;
		float:none;
		padding-top:20px;
	}
	
	

	#high-impact .col1 img {
		margin:0px auto;
		width: 180px;
		height:auto;
		display:none!important;
	}

	#high-impact .col2 {
		padding-right: 0;
		border:0;
		width:100%;
	}

	#high-impact .col3 p {
		font-size:20px;
		line-height: 26px;
	}
	#high-impact .col3  span {
		font-size: 28px;
	}

	#bar-high-impact .indicator.active {
		left:75%;
	}

	#mobile-csr p {
		font-size:18px;
		line-height: 21px;
	}

	.fancybox-close {
		display: none;
	}

	.action-link-popup {
		display:block;
	}

	.app-content .main-image {
		width:35%;
	}

	.app-content .content img {
		display:block;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:480px){
	.header .monitoring {
		display: none;
	}
	
	.countdown {
		padding-top:60px;
	}
	
	.countdown h1 {
		font-size:24px;
	}
	
	.countdown h2 {
		font-size:20px;
	}
	
	.scores span.num {
		font-size:44px;
		line-height:46px!important;
	}

	.scores img {
		height:35px;
		width:auto;
	}

	.scores svg {
		margin:0 auto;
		margin-top:15px;
		margin-bottom: 0;
		width:80%;
		height:auto;
	}

	.scores .wrapper-ex svg {
		margin:0 auto;
		margin-top:25px;
		margin-bottom: 0;
		width:80%;
		height:auto;
	}

	.scores .wrapper-eq svg {
		margin:0 auto;
		margin-top:40px;
		margin-bottom: 0;
		width:80%;
		height:auto;
	}

	.scores .wrapper-tu {
		height:210px;
	}

	.scores .wrapper-eq {
		height:210px;
	}



	.scores .svg-wrapper {
		height:80px;
		border:solid 1px #fff;
		display: block;
		clear:both;
	}

	#high-impact {
	    padding: 14px;
	}

	#high-impact h2 {
		font-size:22px!important;
		line-height:26px;
	}

	#high-impact h3 {
		font-size: 22px;
	}

	#high-impact h2 img {
		width:120px!important;
		display:block!important;
		clear:both;
		float:none!important;
		margin-right: none;
		height: auto;
		margin:0px auto;
	}

	#high-impact .graph .subcol1 span, #high-impact .graph .subcol2 span {
		font-size:22px;
	}

	#high-impact .graph .subcol1, #high-impact .graph .subcol2  {
		padding-left:10px;
		padding-right:10px;
	}

	#bar-high-impact .indicator.active {
		left:73%;
	}

	#high-impact .action-link-improve a {
		line-height: 40px;
		padding: 0;
		width:100%;
		display: block;
		font-size: 16px;
	}

	#high-impact .tip img {
		width:20%;
	}

	#high-impact .tip p {
		width:76%;
	}

	#reports-section .report-items-mobile .custom-label {
		width:120px;
	}

	.fancybox-wrap {
		width:100%!important;
		margin-top:-40px;
		left:0!important;
		width:100%!important;
		bottom:0!important;
		height: 100%!important;
	}

	.fancybox-skin, .fancybox-outer, .fancybox-inner {
		height:100%!important;
		width:100%!important;
	}

	#reveal .intro {
		font-size:18px;
		line-height:21px;
	}

	#reveal .actions .content {
		padding:0;
	}

	#reveal .actions .bar {
		display:none;
	}

	#reveal .actions .content p {
		font-weight: 400;
		font-size: 18px;
	}

	#reveal .content-rev h3 {
		padding-bottom: 5px;
		font-size: 18px!important;
		line-height:24px;
	}

	#reveal .content-rev h4 {
		padding-bottom: 0;
		font-size: 18px!important;
	}

	#reveal .content-rev2 h4 {
		color:#f7822d;
	}

	#reveal .content-rev3 h4 {
		color:#3b95db;
	}

	#reveal .content-rev4 h4 {
		color:#50ca6d;
	}

	#mobile-csr {
		padding-left:20px;
		padding-right: 20px;
	}

	#mobile-csr .content {
		width:60%;
		float:right;
	}

	#mobile-csr img {
		width:32.9%;
		float:left;
	}

	#mobile-csr p {
		font-size:17px;
	}

	#mobile-csr span {
		font-size:18px;
	}

	#reports-section .action-link {
		font-size:15px;
	}

	#reports-section p {
		font-size:17px;
	}

	.app-content p {
		font-size: 16px;
		line-height: 22px!important;
	}

	#footer-mobile .menu-button-wrapper div {
		width:50%;
		font-size:17px;
	}

	#footer-mobile button {
		width:40px;
		height:40px;
		padding:0;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		background-position: center 10px;
	}

	#footer-mobile button span {
		height:26px;
		width:23px;
		padding:0!important;
		background-position:0 5px;
	}

	#footer-mobile button span i {
		display: none;
	}
}

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

}

@media screen and (max-width:380px){
	.hide-380 {
		display:none!important;
	}
	.scores span.num {
		font-size:40px;
		line-height:44px;
	}

	.scores img {
		height:30px;
		width:auto;
	}

	.scores .eval {
		display:inline-block;
		padding:0 15px;
		color:#33a5ff;
		line-height:20px;
		font-size:12px;
	}
	.app-content p {
		font-weight: 500!important;
		font-size: 18px;
		line-height:19px!important;
	}
	.app-content .content img {
		display: block;
		float:none;
		margin:0px auto;
		margin-bottom:20px;
	}
	.overlay-header .account img {
		width:51px;
		height:51px;
	}
	.overlay-header .account span {
		display:block;
		clear:both;
		line-height: 30px;
	}

	#high-impact .action-link-improve a {
		font-size: 14px;
	}

	#high-impact .graph .subcol1 span, #high-impact .graph .subcol2 span {
		font-size:18px;
	}

	#high-impact .col3  span {
		font-size: 26px;
	}

	#bar-high-impact .indicator.active {
		left:71%;
	}
	
	#reveal .ratings .num, #reveal .ratings .rate {
		font-size: 18px;
	}

	#high-impact .col3  span {
		font-size: 24px;
	}

	#reports-section .report-items-mobile .custom-label {
		width:90px;
		padding-top:24px;
	}

	#range ul li .desc, #range ul li .range {
		font-size:14px;
	}
}
