﻿/* Global

   ============================================================================================== */

/* Headings */

body {
	color: #222222;
	font: normal 12px/normal Arial, Tahoma, sans-serif;
}
.page-wrapper {
	background-color: #e9e9e9;
	}
h1, h2, h3, h4, h5 {
	font-family: 'Ubuntu', sans-serif;
}
h1 {
	color: #1d2022;
	font-size: 40px;
	font-weight: 100;
	margin-bottom: 30px;
	margin-left: 20px;
}
h2 {
	color: #404040;
	font-size: 26px;
	margin-bottom: 10px;
	padding: 10px 20px;
}

	.missing-info h2 {
		font-size: 16px;
	}
		.missing-info h2 em {
			color: #0092e7;
			font-style:normal;
		}
h3 {
	font-size: 20px;
	color: #182f38;
	font-weight: bold;
	border: none;
	padding: 10px 20px;
}
	 h3.error {
		color: #f00;
	}
	.actions-container h3{
		color: #90d1f7;
	}

h4 {
	color: #174560;
	font: normal 18px 'Ubuntu', sans-serif;
	padding: 0px 20px;
}
	h4 a {
		font: normal 16px 'Ubuntu', sans-serif;
	}
h5 {
	color: #174560;
    font-weight: bold;
}
h6 {
	color: #656565;
	font-weight: 13px;
}
p {
	margin: 10px 20px;
	line-height: 1.50em;
}

a {
	color: #C00000;
	outline: 0;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited, a:active {
	text-decoration: none;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
li {
	line-height: 1.35em;
}

@media screen and (max-width: 960px) {
	body {
		font: normal 14px/normal Arial, Tahoma, sans-serif;
	}
	h1 {
	    font: normal 24px/normal 'Ubuntu', sans-serif;
		margin-bottom: 10px;
		margin-left: 0px;
	}
	h3 {
	    font: bold 18px/normal 'Ubuntu', sans-serif;
	}

}

@media screen and (max-width: 720px) {
	.action-alerts h2 {
		font: normal 14px Arial,sans-serif;
	}
	.action-alerts h3 {
		font-size:16px;
		color: #0092e7;
	}
}

@media print {
	body {
        background: none !important; /* Brute force since user agents all print differently. */
        color: #2b2b2b;
        font-size: 11pt;
	}
	h1 {
		font-size: 20pt;
	}
	h2 {
		font-size: 14pt;
	}

	h3 {
		font-size: 16pt;
	}
	.identity .logo {
		text-indent: 0;
		font-size: 22pt;
	}
}