@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:40px;
	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;
}

.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 40px 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);
}

.main-heading {
    font-size:20px;
    line-height: 26px;
    font-weight: 800;
    padding-bottom:7px;
    border-bottom:solid 5px #32a4fe;
    color:#404049;
    display:inline-block;
}

.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-wrapper {
    width:100%;
    box-shadow: 0 4px 8px #f1f6f7,
                0 -4px 8px #f1f6f7;
    border-top:solid 1px #e4e7e6;
    border-bottom: solid 1px #e4e7e6;
    margin-top:10px;
    margin-bottom:40px;
    background-color: #fff;
    padding:0;
}

.full-content-block {
	max-width:1050px;
	width:100%;
	margin:0px auto;
	padding: 50px 0 40px 0;
}

.full-content-block .main-heading {
    font-size:20px;
    line-height: 26px;
    font-weight: 800;
    padding-bottom:7px;
    border-bottom:solid 5px #32a4fe;
    color:#404049;
    display: inline-block;
    margin-bottom: 30px;
    clear: both;
}

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



/* SCORE */
.score-wrapper {
    width:835px;
    margin:0px auto;
    padding:49px 0 0 0;
}

.score-wrapper .col1 {
    float:left;
}

.score-wrapper .col2 {
    float:left;
}

.score-wrapper .col3 {
    float:left;
    padding-top:9px;
}

.score-wrapper .score {
    display: block;
    font-size:79px;
    font-weight: 300;
    line-height:110px;
    color:#60606d;
    padding-bottom:5px;
    font-family: 'Open Sans', sans-serif;
}

.score-wrapper .col1 svg {
	height: auto;
	margin:0px auto;
}

.score-wrapper .col2 {
    padding-top:23px;
}

.score-wrapper .col1 svg {
	margin:0px auto;
}

.score-wrapper .col3 svg {
	line-height: 75px;
}

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

.score-wrapper .action-link {
    padding-top:10px;
}

.score-wrapper .score-bar {
    position: relative;
}

.score-bar .point {
    display:block;
    position: absolute;
    top:0;
    left:0;
    font-size:1px;
    height:20px;
    width: 20px;
    line-height:4px;
    border:solid 5px #ff5252;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    z-index:2;
    background: #ffffff;
}

.score-wrapper .score-bar ul {
    margin:0;
    padding:5px 0;
    list-style: none;
    position: relative;
}

.score-wrapper .score-bar ul li {
    width:14.8%;
    margin-right:2.2%;
    background-color:#ff5252;
    display:block;
    float:left;
    height: 9px;
}

.score-wrapper .score-bar ul li span.rating2 {
    background:#ff8d3a;
}

.score-wrapper .score-bar ul li:first-child {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.score-wrapper .score-bar ul li:last-child {
    margin-right:0;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background:#37d45c;
}

.score-wrapper .score-bar ul li:nth-child(2) {
    background:#ff8d3a;
}

.score-wrapper .score-bar ul li:nth-child(3) {
    background:#46c2f2;
}

.score-wrapper .score-bar ul li:nth-child(4) {
    background:#2699f3;
}

.score-wrapper .score-bar ul li:nth-child(5) {
    background:#00d9a1;
}

.score-wrapper .score-range {
    position: relative;
    font-size:14px;
    display: block;
    clear:both;
    padding-top:4px;
}

.summary {
    display: block;
    width:100%;
    margin:0px auto;
    max-width:855px;
    background: url(../img/bg-summary.png) no-repeat;
    background-size: cover;
    text-align: center;
    font-size: 25px;
    color:#404049;
    height:123px;
    margin-top:25px;
}

.summary a {
    color:#404049;
    font-weight: 800;
    line-height:32px;
    display: inline-block;
    padding-top:38px;
}

.summary a span {
    border-bottom: solid 3px #31a3fe;
    display: block;
}




/* CREDIT CARD OFFER */



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


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

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

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

.returnfalse {
	cursor:default;
}

.header nav li .ddown-menu a.returnfalse:hover {
	background:#fff;
}
.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;
	}
}


