/*
	Six i's - Home stylesheet
	
	Responsive media queries are at the end.
	
*/

.header {
	padding: 0;
	background:none;
	height:180px;
}

.header img {
	display:block;
	height:100%;
}

.header h1 {
	float: left;
	color:#808084;
	display:block;
	font-size:3em;
	padding:0 0 0 40px;
	margin:0;
	font-weight:600;
	line-height: 1em;
	text-indent:0;
}

.header ul {
	margin:0;
	display:block;
	clear:left;
	padding:0 0 0 40px;
}

.header ul.sixis li {
	float:left;
	margin-right:5px;
	font-weight: 600;
	font-size: 1.05em;
}

.identify {
	color:#009ddc;
}

.ignite {
	color:#cd7067;
}

.implement {
	color:#716fb3;
}

.improve {
	color:#23b0a5;
}

.invest {
	color:#7ac142;
}

.investigate {
	color:#c70750;
}

#content {
	background-color:#e1e5e5;
	height:100%;
}

.sixis_circle {
	float: right;
	position: fixed;
	top: 0;
	right: 0;
	background-image: url(/images/six-is-circle.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 640px;
	height: 640px;
	background-position: 80px -50px;
}

@media all and (max-width: 1020px) {
	.sixis_circle {
		width: 540px;
		height: 540px;
	}
}

@media all and (max-width: 920px) {
	.sixis_circle {
		width: 460px;
		height: 460px;
		top: 30px;
		background-position: 40px 0;
	}
}

@media all and (max-width: 840px) {
    .sixis_circle {
        display: none;
    }

    .text_page .header {
        width: 100%;
    }
}
.rte.summary {
	font-family: 'Raleway', sans-serif;
	padding:40px 60px 0;
	width:50%;
	min-width:400px;
	font-weight:500;
	color:#212121;
	font-size:36px;
}

#page {
  min-height: 100%;
}
#page:after {
  content: "";
  display: block;
}

.login {
	padding:0 40px 40px 60px;
}

.login_form input[type=text], .login_form input[type=password], .login_form input[type=checkbox] {
	padding: 10px 15px;
	width: 250px;
	font-size: 1.2em;
	margin: 15px 0 10px 0;
	border-radius:3px;
	display:block;
}

.rememberme label {
	font-size:0.825em;
	font-weight:600;
	margin-left:5px;
}

.login_form input[type="checkbox"] {
	width:auto;
	display: inline;
	position: relative;
	top: 2px;
	left: 5px;
}

.login_form input[type="submit"], .login_form button {
	font-size: 1.2em;
	width:200px;
	border-radius: 3px;
}

.password input {
	margin-bottom:0;
}

.user_info {
	padding:10px 20px 10px 50px;
	text-decoration:none;
	background-color:#23b0a5;
	color:#FFFFFF;
	background-image:url('/images/sys_users.png');
	background-repeat:no-repeat;
	background-position:15px 50%;
	background-size:24px 24px;
	margin-bottom:10px;
	
	height: 60px;
	float: left;
}

.goto_account_home {
	padding:23px 10px 10px 18px;
	text-decoration:none;
	background-color:#23b0a5;
	color:#FFFFFF;	
	margin-bottom:10px;
	margin-left:5px;	
	height: 47px;
	font-size: 24px;
	color:#ffffff;
	float: left;
	text-decoration: none;
}

.goto_account_home:visited {
	color:#ffffff;
}

.goto_account_home:hover {
	background-color: #7ac142;
	color: #FFFFFF;
	transition: background-color ease 0.5s;
	text-decoration: none;
}

.user_info .logout {
	padding-top: 10px;
}
.user_info .logout a {
	color: #ffffff;
}


/*

	TABLET VIEW STYLES - MAX WIDTH 420px
	
	Updated styles for responsive view in tablets
*/

/* START OF TABLET VIEW MEDIA QUERY */

@media all and (max-width: 420px) {

	.sixis_circle {
		width: 320px;
		height: 320px;
	}
	
} /* END OF TABLET VIEW MEDIA QUERY */