@charset "UTF-8";
/* CSS Document */

body {
	background:#d3e0e8;
	font-size:14px;
	font-weight:300;
	margin:0;
	padding:0;
}

.row {
	max-width:1120px;
	margin:0px auto;
	
}

#home.row {
	width:100%;
	max-width:100%!important;
	height:798px;
	background:url(../img/home-hero.jpg) no-repeat center 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
}


/* ADMIN */

#header {
	background:#2c2c2c;
}

#header #brand {
	width:26%;
	min-width:286px;
}

#header img {
	width:auto;
	height:auto;
}

#header #nav-container {
	width:640px;
}

#header .settings-trigger-container {
	display:none;
}

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

#header nav li {
	float:left;
}

#header nav li a {
	display:block;
	padding:12px 0 0 0;
	line-height:79px;
	text-align:center;
	height:79px;
	text-transform:uppercase;
	color:#d4cfc1;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

#header nav li a span {
	border-right:solid 1px #d4cfc1;
	line-height:55px;
	height:55px;
	display:block;
	padding:0 37px;
	font-size:23px;
	white-space:nowrap;
	font-family:"Oswald";
}

#header nav li a:hover {
	color:#ff6a4b;
}

#header nav li:last-child span {
	border:none;
}

#header nav li.active {
	background:#e9f0f4;
}

#header nav li.active a {
	color:#ff6a4b;
}

#header nav li.active a span {
	border:none;
}

#header .icon-menu {
	width:35px;
	height:35px;
	background:url(../img/sprite.png) no-repeat -60px 0;
	margin:22px 0 0 10px;
}

#header #brand .settings-trigger {
	width:52px;
	height:52px;
	background:url(../img/sprite.png) no-repeat 0 -75px;
	position:absolute;
	right:40px;
	margin-top:13px;
}

#header .settings-trigger.on {
	background-position:0 -134px!important;
}

#header .nav-settings {
	display:none;
}

#header .nav-settings ul {
	width:100%;
}

#header .nav-settings li {
	display:block;
	width:100%;
	clear:both;
	border-bottom:solid 2px #ff6a4b;
}

#header .nav-settings li:last-child {
	border-bottom:none;
}

#header .nav-settings a {
	display:block;
	width:100;
	background:#da5337;
	text-align:center;
	color:#fff;
	line-height:83px;
	height:83px;
	padding:0!important;
	font-size:24px;
}

#header .nav-settings a:hover, #header .nav-settings a.on {
	color:#fcbd43;
}

#header .settings {
	width:125px;
}

#header .settings .icon {
	width:45px;
	height:59px;
	background:url(../img/sprite.png) no-repeat 0 0;
	margin:20px 3px 0 0;
}

#header .settings .user-photo {
	margin-top:6px;
}

#header .settings .user-photo img {
	-webkit-border-radius: 31px;
	-moz-border-radius: 31px;
	border-radius: 31px;
	border:solid 2px #fff;
}

#sub-heading {
	padding:0 0 0 46px;
	background:#e9f0f4;
	width:100%;
}

#sub-heading .row {
	width:1090px;
}

#sub-heading h3 {
	font-family:"Oswald";
	font-size:31px;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	line-height:79px;
	height:79px;
	color:#4d4d4d;
	padding-right:52px;
	float:left;
}

#sub-heading h3 span {
	color:#ff6a4b;
}

.subnav em {
	font-style:normal!important;
}

#sub-heading .subnav {
	list-style:none;
}

#sub-heading .subnav li {
	float:left;
}

#sub-heading .subnav li a {
	display:block;
	line-height:47px;
	height:47px;
	letter-spacing:0px;
	font-size:22px;
	padding:0 27px;
	color:#4d4d4d;
	font-weight:300;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	margin-top:21px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}

#sub-heading .subnav li a:hover {
	color:#ff6a4b;
}

#sub-heading .subnav li.active a {
	background:#ff6a4b;
	color:#fff;
	font-weight:400;
}

#container {
	background:#fff;
	max-width:1120px;
	width:100%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin:0px auto;
	padding:0;
	margin-top:29px;
}

#profile-header {
	padding:0 48px;
}

#grademain {
	float:right;
	background:#26d1e3;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	padding:15px 41px 18px 41px;
	color:#fff;
	font-size:32px;
	font-family:"Oswald";
	font-weight:700;
}

#profile-details {
	margin-top:45px;
	width:70%;
	float:left;
}

#profile-details h2 {
	font-family:"Oswald";
	font-size:30px;
	font-weight:300;
	display:inline-block;
}

#profile-details h2.age {
	margin-right:48px;
}

#profile-details h2 span {
	color:#ff6a4b;
}

#profile-details h3 {
	font-family:"Oswald";
	font-size:39px;
	font-weight:300;
	text-transform:uppercase;
}

#profile-details img {
	-webkit-border-radius: 91px;
	-moz-border-radius: 91px;
	border-radius: 91px;
	float:left;
	margin-right:38px;
	margin-bottom:53px;
}

.intro {
	font-size:29px;
	font-family:"Oswald";
	color:#4d4d4d;
	line-height:38px;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	padding:22px 0 37px 0;
	margin:0 48px;
}

.intro strong {
	font-weight:400;
}

.description {
	font-size:30px;
	font-weight:400;
	line-height:34px;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

#report {
	background:#f6f6f6;
}

#report .row {
	padding: 0 48px;
}

#report h1 {
	margin:0;
	padding:0;
	line-height:78px;
	color:#4f4f4f;
	font-size:32px;
	text-transform:uppercase;
	font-family:"Oswald";
	font-weight:400;
	border-bottom:solid 6px #fff;
}

#report h1 strong {
	color:#ff6a4c;
	font-weight:400;
}

#report #report-container {
	width:100%;
	display:block;
	position:relative;
	height:auto;
}

#report-graph {
	display:block;
	position:relative;
	top:0;
	left:0;
	width:100%;
	z-index:0;
}

#report-graph div {
	height:70px;
	border-bottom:solid 6px #fff;
	display:block;
	clear:both;
	width:100%!important;
	position:relative;
}

#report-graph div:last-child {
	border:none;
}

#report-data {
	z-index:2;
	position:absolute;
	top:0;
	text-align:center;
}

#report-data .bar {
	width:12%;
	background:#c1c1c1;
	min-height:70px;
	margin:0 2%;
	vertical-align:text-bottom;
	display: inline-block;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

#report-data .bar span {
	color:#fff;
	font-family:"Oswald";
	font-size:26px;
	text-transform:uppercase;
	font-weight:700;
	display:block;
	padding-top:38px;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

#report-data .bar.item-1 {
	background:#30e775;
}

#report-data .bar.item-2 {
	background:#8d68dc;
}

#report-data .bar.item-3 {
	background:#26d1e3;
}

#report-data .bar.item-4 {
	background:#fc4b43;
}

#report-data .bar.item-5 {
	background:#30e775;
}

#report-data .bar.item-6 {
	background:#fbbd42;
}

#report-data .bar.grade-1 {
	height:70px;
}

#report-data .bar.grade-2 {
	height:140px;
}

#report-data .bar.grade-3 {
	height:210px;
}

#report-data .bar.grade-4 {
	height:280px;
}

#report-data .bar.grade-5 {
	height:350px;
}

#report-data {
	position:absolute;
	width:100%;
	height:auto;
	bottom:0;
}

#suggestions {
	padding:19px 48px 50px 48px;;
	color:#fff;
}

#suggestions h1, #suggestions h2, #suggestions h3 {
	color:#fff;
	text-transform:uppercase;
	font-family:"Oswald";
	display:inline-block;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

#suggestions h1 {
	font-size:39px;
	font-weight:400;
	padding-bottom:2px;
	padding-right:5px;
}

#suggestions h2 {
	font-size:32px;
	font-weight:300;
}

#suggestions.category-1 {
	background-color:#fc4b43;
}

#category-features {
	padding-top:8px;
}

#category-features h3 {
	padding-bottom:6px;
	display:block;
	font-size:29px;
}

#category-features .columns .hr {
	border-top:solid 1px #fff;
	background:none;
	height:20px;
	display:block;
	clear:both;
}

#category-features .columns {
	padding-left:0;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

#category-features .feature {
	padding-bottom:25px;
	border-bottom:solid 1px #fff;
	margin-bottom:30px;
}

#category-features .articles .feature {
	padding-bottom:0px;
	margin-bottom:20px;
}

#category-features .media .feature {
	padding-bottom:20px;
	margin-bottom:20px;
	text-align:center;
	border:none;
}

#category-features .feature:last-child {
	border:none;
}

#category-features .columns.media img {
	border:none;
	margin-bottom:5px;
}

#category-features .columns img {
	border:solid 5px #fff;
	margin-bottom:3px;
}

#category-features .columns a {
	text-decoration:underline;
	font-weight:800;
	color:#fff;
	font-size:17px;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	margin-bottom:8px;
	display:inline-block;
}

#category-features .columns p {
	padding-bottom:0px;
}

#category-features .articles {
	padding-left:50px;
	padding-right:50px;
}

#category-features .articles .feature a {
	font-size:21px;
	-webkit-font-smoothing: antialiased;
	font-weight:500;
	line-height:24px;
  	-moz-osx-font-smoothing: grayscale;
}

#category-features .columns a:hover {
	text-decoration:none;
}

#category-features .columns p {
	font-size:16px;
	font-weight:400;
	line-height:17px;
}

#category-features .rating-label {
	display:inline-block;
	line-height:30px;
	float:left;
	padding-right:15px;
}

#category-features .columns span {
	float:left;
	padding-top:6px;
}

#category-features .columns span span {
	display:inline-block;
	width:20px;
	height:20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
	background-color:#000;
	line-height:20px;
	margin-right:9px;
}

#category-features .columns .active {
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	background-color:#fff;
}

.success  {
	color:#30e775;
}

.error {
	color:#CC0000;
}

#footer {
	width:100%;
	background:url('../img/logo-footer.png') no-repeat center bottom #ff6a4b;
	padding-bottom:164px;
}

#footer .row {
	width:100%;
	padding:0;
	margin:0px auto
}

#footer ul {
	text-align:center;
	padding-top:30px;
	width:100%;
	margin:0px auto!important;
}

#footer ul li {
	display:inline-block;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#fff;
}

#footer ul li a {
	font-size:14px;
	line-height:14px;
	color:#fff;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	font-weight:700;
	padding:0 18px 0 22px;
	border-right:solid 1px #fff;
	display:inline-block;
	
}

#footer ul li:last-child a {
	border:none;
}

.hr {
	height:4px;
	background:url(../img/sprite.png) repeat-x 0 -491px;
}

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

@media only screen and (max-width: 71.8em) {
	#header #nav-container {
		width:580px;
	}
	#header nav li a span {
		padding:0 30px;
	}
	
}

@media only screen and (max-width: 62em) {
	#header #nav-container {
		width:480px;
	}
	#header nav li a span {
		padding:0 20px;
		font-size:21px;
	}
	
	#sub-heading .row {
		width:100%;
	}
	
	#sub-heading h3 {
		font-size:26px;
		line-height:70px;
		height:70px;
		padding-right:0px;
	}
	
	#sub-heading .subnav li a {
		line-height:38px;
		height:38px;
		font-size:19px;
		padding:0 18px;
		margin-top:21px;
	}
}

@media only screen and (max-width: 61.9em) {
	#header #nav-container {
		width:480px;
	}
	#header nav li a span {
		padding:0 20px;
		font-size:21px;
	}
	
	#profile-details {
		margin-top:45px;
		width:100%;
		float:none;
		padding-bottom:30px;
		clear:both;
	}
	
	#report-data .bar span {
		font-size:20px;
	}
}

@media only screen and (max-width: 55.5em) {
	.settings {
		display:none;
	}
	
	#header #nav-container, #header #nav-wrapper {
		width:100%;
		display:block;
		clear:both;
	}
	
	#header #brand {
		width:100%;
		min-width:100%;
		background:#ff6a4b;
	}
	
	#header #brand .settings-trigger-container {
		display:block;
	}
	
	#header nav ul {
		text-align:center;
		width:100%!important;
	}
	
	#header nav li {
		float:none;
		display:inline-block;
		width:25%;
		float:left;
	}
	
	#header nav li a span {
		padding-left:40px;
		padding-right:40px;
	}
}

@media only screen and (max-width: 45em) {
	#report .row {
		padding: 0 0;
	}
	
	#report-container {
		padding:0;
	}
	
	#report-graph {
		height:auto;
		border-bottom:solid 6px #fff;
		border-top:0;
	}
	
	#report-graph div {
		width:20%!important;
		border-right:solid 6px #fff;
		border-bottom:0;
		float:left;
		margin:0;
		clear:none;
		height:916px;
		position:relative;
	}
	
	#report-data {
		text-align:right;
		border:none!important;
	}
	
	#report-data .bar {
		background:#c1c1c1;
		min-height:auto;
		height:124px;
		margin:30px 0 0 0;
		float:left;
		display:block;
		clear:both;
		vertical-align:top;
		-webkit-border-top-right-radius: 25px;
		-webkit-border-bottom-right-radius: 25px;
		-moz-border-radius-topright: 25px;
		-moz-border-radius-bottomright: 25px;
		border-top-right-radius: 25px;
		border-bottom-right-radius: 25px;
		-webkit-border-top-left-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-bottomleft: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	
	#report-data .bar span {
		padding-top:0;
		padding-right:20px;
		font-size:26px!important;
	}
	
	#report-data .bar.grade-1 {
		width:20%;
		height:124px!important;
	}
	
	#report-data .bar.grade-2 {
		width:40%;
		height:124px!important;
	}
	
	#report-data .bar.grade-3 {
		width:60%;
		height:124px!important;
	}
	
	#report-data .bar.grade-4 {
		width:80%;
		height:124px!important;
	}
	
	#report-data .bar.grade-5 {
		width:100%;
		height:124px!important;
	}
	
	#report-data .bar span {
		font-size:26px;
		display:block;
		padding-top:0px;
		line-height:124px;
	}
	
	#report-data .bar.item-1 {
		background:#30e775;
	}
	
	#report-data .bar.item-2 {
		background:#8d68dc;
	}
	
	#report-data .bar.item-3 {
		background:#26d1e3;
	}
	
	#report-data .bar.item-4 {
		background:#fc4b43;
	}
	
	#report-data .bar.item-5 {
		background:#30e775;
	}
	
	#report-data .bar.item-6 {
		background:#fbbd42;
	}
	
	#report-data .bar.grade-1 {
		height:70px;
	}
	
	#report-data .bar.grade-2 {
		height:140px;
	}
	
	#report-data .bar.grade-3 {
		height:210px;
	}
	
	#report-data .bar.grade-4 {
		height:280px;
	}
	
	#report-data .bar.grade-5 {
		height:350px;
	}
}

@media only screen and (max-width: 40em) {
	
	#container {
		width:100%;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		padding:0!important;
	}
	
	#header #nav-container ul li {
		display:block;
		clear:both;
		width:100%;
		border-bottom:solid 1px #d4cfc1;
	}
	
	#header #nav-container ul li.active {
		border-bottom:none;
	}
	
	#header nav li a {
		line-height:64px;
		height:64px;
	}
	
	#header nav a:hover span {
		color:#ff6a4b;
	}
	
	#header nav li a span {
		line-height:35px;
		height:35px;
		border:none;
		font-size:25px;
		color:#fff;
	}
	
	#header nav .active a span {
		color:#ff6a4b;
	}
	
	
	#sub-heading {
		padding:0 0 0 0px;
	}
	
	#sub-heading h3 {
		padding-left:20px;
		float:none;
		display:block;
		clear:both;
	}
	
	#sub-heading .row {
		padding:0 0px;
	}
	
	#sub-heading .subnav {
		width:100%;
		margin:0px auto!important;
		margin-left:20px;
		margin-right:20px;
		padding-bottom:20px;
	}
	
	#sub-heading .subnav li {
		float:none!important;
		display:block!important;
		clear:both;
		text-align:center;
		width:92%;
		padding:0;
		margin:0px auto!important;
	}
	
	#sub-heading .subnav li a {
		display:block;
		padding:0;
		margin-top:0px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	
	#profile-header {
		margin:0 20px;
		width:auto;
	}
	
	#profile-details {
		text-align:center;
		padding-top:26px;
	}
	
	#profile-details h2 {
		margin:0;
	}
	
	#profile-details img {
		margin:0 px auto!important;
		float:none;
		margin-right:0;
		margin-bottom:23px;
	}
	
	#category-features .articles {
		padding-left:0px;
		padding-right:0px;
	}
	
	
	
	.intro {
		margin:0 0;
		padding-left:20px;
		padding-right:20px;
	}
	
	#suggestions {
		padding:19px 20px 30px 20px;
		color:#fff;
	}
	
	#report h1 {
		padding-left:20px;
		padding-right:20px;
		padding-top:20px;
		line-height:48px;
		padding-bottom:30px;

	}
	
	#report-graph {
		padding:20px 0 20px 0!important;
		padding-left:0!important;
	}
	
	#report-container {
		padding:0!important;
	}
	
	#profile-header {
		padding-left:0!important;
		padding-right:0!important;
	}
}

@media only screen and (max-width: 30em) {
	
	#header #brand {
		height:70px;
	}
	
	#header #brand img {
		width:220px;
		margin-top:4px;
	}
	
	#header #brand .settings-trigger {
		margin-top:8px;
	}
	
	#header img {
		margin-top:0px;
	}
	
	#report-data .bar span {
		padding-right:10px;
		font-size:22px!important;
	}
	
	#report-data .bar.grade-1 span {
		padding-right:10px;
		font-size:15px!important;
	}
}