@import url(session.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);

@font-face {
	font-family: "Segoe Remap";
	font-style: normal;
	font-weight: 400;
	src: local("Segoe UI");
}

@font-face {
	font-family: "Segoe Remap";
	font-style: normal;
	font-weight: 600;
	src: local("Segoe UI Semibold");
}

@font-face {
	font-family: "Segoe Remap";
	font-style: normal;
	font-weight: 700;
	src: local("Segoe UI Bold");
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Segoe Remap', 'Open Sans', sans-serif;
	font-weight: 400;
	background-color: #fafafa;
	color: #7992A7;
	font-size: 14px;
	line-height: 20px;
}

a {
	text-decoration: none;
	color: #3A76A7;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h3 {
	font-size: 14px;
	line-height: 20px;
	color: #3A76A7;
	text-transform: uppercase;
}

#page > footer h3 a {
	font-weight: bold;
	color: #3A76A7;
}

input { outline: none; }

hr {
	color: #ebebeb;
	background-color: #ebebeb;
	border: 0;
	height: 1px;
}

.wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
}

#page {
	margin-bottom: 30px;
}

#page > header {
	height: 65px;
	border-bottom: solid 1px #9f9f9f;
	background-color: #FFFFFF; background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#e2e5ea));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #e2e5ea);
	background-image: -moz-linear-gradient(top, #FFFFFF, #e2e5ea);
	background-image: -ms-linear-gradient(top, #FFFFFF, #e2e5ea);
	background-image: -o-linear-gradient(top, #FFFFFF, #e2e5ea);
	background-image: linear-gradient(to bottom, #FFFFFF, #e2e5ea);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFFFFF, endColorstr=#e2e5ea);

}

#page > footer > * {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

/*
#page > footer .address {
	width: 25%;
	margin-left: 0;
}
*/

#page > footer h3 {
	text-transform: uppercase;
	margin: 0 0 15px;
}

#page > footer {
	font-size: 0;
	color: #9a9a9a;
}

#page > footer a {
	font-weight: normal;
}

#nav-footer {
	display: flex;
	margin: 30px auto;
	color: #9a9a9a;
}

#nav-footer > * {
	flex: 1 1 auto;
	margin-right: 20px;
	box-sizing: border-box;
}

#nav-footer a {
	font-weight: normal;
	color: #9a9a9a;
}

#copyright-footer > * {
	width: 50%;
}

.copyright {
	color: #3a76a7;
}

#copyright-footer .privacy-links {
	text-align: right;
}

#logo {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	width: 140px;
	font-size: 2em;
	font-weight: 700;
	border: 0;
}

#footer-logo {
	display: block;
	width: 230px;
	font-size: 2em;
	font-weight: 700;
	margin-bottom: 15px;
}

#branding-footer {
	margin: 30px auto;
	border-bottom: solid 1px #ccc;
	padding: 0 15px;
	box-sizing: border-box;
}

#branding-footer .social-links {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
	float: right;
}

#branding-footer .social-links li {
	display: inline-block;
}

#branding-footer .social-links li a {
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #96999C;
	font-size: 22px;
	color: #fafafa;
	border-radius: 100%;
	text-align: center;
	margin-left: 15px;
}

.nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

#nav-footer .nav li {
	line-height: 22px;
}

.horiz-nav li {
	display: inline-block;
	padding: 0 14px;
}

#account-nav {
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 10;
}

/* App Launcher */


#launch-app-container {
	position: relative;
}

#launcher-options {
	display: none;
	list-style-type: none;
	position: absolute;
	background-color: #fff;
	box-shadow: 0 0 6px #ccc;
	border-radius: 5px;
	padding-left: 0;
	margin: 0;
	text-align: center;

	/* height of button + height of arrow */
	top: 44px;

	/* 158 - 65 (half of menu from half of button) + padding-left */
	left: -79px;
}

#launcher-options:after {
	content: '';
	position: absolute;
	left: 151px; /* Half of width of #launcher-options minus half of arrow width */
	top: -9px;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 9px;
	border-color: transparent transparent white transparent;
	background: none;
}

#launcher-options li {
	display: block;
	padding: 0;
}

#launcher-options li a {
	display: block;
	width: 316px; /* Halve this to align box to Launcher button */
}

#launcher-options li:hover a {
	background-color: #ebf1f6;
}

#launcher-options li a img {
	border: 0;
	display: inline-block;
	margin: 0 auto;
	padding: 18px 45px;
	vertical-align: middle;
}


#launch-app-button {
	display: inline-block;
	width: 130px;
	height: 35px;
	line-height: 35px;
	color: #EBF1F6;
	background-color: #3a6c91;
	text-align: center;
	font-weight: 600;
/*	padding: 0 15px;*/
	text-decoration: none;
	border-radius: 3px;
}

#launch-app-button:hover {
	color: white;
}

#launch-app-button img {
	border: 0;
	vertical-align: text-bottom;
}





#doc-header {
	height: 58px;
}

#email-this-document {
	position: absolute;
	bottom: 10px;
	left: 0;
	font-weight: normal;
}

#print-this-document {
	position: absolute;
	bottom: 10px;
	right: 0;
	font-weight: normal;
}

.content {
	border: solid 1px #e1e1e1;
	background-color: #ffffff;
}

#pagebody {
	position: relative;
}

#pagebody .content {
	margin-top: 58px;
}

.security-check-content {
	margin: 0 30px;
}

#security-check-page {
	color: #000;
	line-height: 22px;
	font-size: 13px;

	padding: 35px;
}

#security-check-icon {
	margin-left: 35px;
}

#security-check-page h1 {
	margin-top: 0;
	font-size: 26px;
}

#security-check-page a {
	color: #749fc1;
}

#security-check-page hr {
	clear: right;
	margin: 35px 0;
}
