@charset "utf-8";
/* CSS Document */

/* Inner Pages CSS - START */

form#form1 {
	max-width: 500px;
}
ul {
	list-style: none;
	list-style-type: inherit;
}
label > span, label > em {
	font-weight: bold;
	color: #DD0000;
}
div#buttonDiv > input#submitBtn1.btn.shadow {
	width: auto;
}

img {
	width: initial !important;
}

.large-pod {
	background-color: #F4F0E8;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 10px;	
    padding-top: 15px;
}

.secondary-nav {
	display: inline;
	float: left;
	margin: 20px 2% 0 0;
	min-height: 1px;
	min-width: 200px;
	max-width: 200px;
}
.secondary-nav ul {
    color: #fff;
    cursor: default;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom-color: transparent;
    font-weight: bold;
	padding: 10px 5px 0 5px;
	background-color: #071D49;
}
.secondary-nav ul li.main {
	padding-left: 0px !important;
}
.secondary-nav ul li {
	background-color: #071D49;	
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;	
	padding-left: 10px;
	border-bottom: thin #FFD100 solid;
}
.secondary-nav ul li.child {
	padding-left: 20px;
}


.secondary-nav ul li:last-child {
  border-bottom: none;
}
.secondary-nav ul li a {
	border-bottom: none;
	color: white;
	display: block;
}
.secondary-nav ul li a:hover {
	text-decoration: underline;
}
.secondary-nav ul li.current {
	background-color: #FFD100;	
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 15px;
	margin-top: -1px;
}
.secondary-nav ul li.current a {
	color: black;
}

nav ul, nav li {
    margin: 0;
    list-style: none;
    list-style-image: none;
}
h1, h2, h3 {
	font-family: "ARURaisonne-DemiBold","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #071D49;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
aside {
	float: right;
	width: 200px;
	margin-left: 15px;
}
.sideImg {
	width: 200px;
	border-radius: 15px;
}
section {
	padding-left: 222px;
	font-size: 14px;
}
	
/* Breadcrumb styles - START */	
.breadcrumb {
	font-size: 13px;
	text-decoration:none;	
}
.breadcrumb a:link, .breadcrumb a:visited {
	border-bottom: none;
	font-weight: bold;
	text-decoration: underline;
}
.breadcrumb a:hover {
	/* border-bottom: 1px solid currentColor; */
	text-decoration: none;	
}	
.breadcrumb a:active {
	border-bottom: none;
}
.breadcrumb img {
	height: 10px;
	width: 15px;
	margin-top: -3px;
}
/* Breadcrumb styles - END */	
	
section a:hover {
	border-bottom: none;
}	

/* Tables START */
table {
    background: #fff;
    border: 1px solid #f4f0e8;
    vertical-align: top;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

tr:nth-child(even) {
	background-color: #F6F6F3;
}

/* Tables END */

/* Forms START */
form {
    border: 0;
    margin: 0;
    padding: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	margin: 1px;
}
fieldset {
    background: #f4f0e8;
    border: 1px solid #f4f0e8;
    padding: 1em;
    border-radius: 4px;
}
/* Forms END */

.lastUpdated {
	float: right;
	margin-top: 30px;
}

/* From Helper CSS File START */
.message {
	/* background:#f7f7f7; - Not accessible */
	font-weight:700;
	margin:0 0 1.615385em 0;
	padding:1em;
}

.message p {
	margin:0;
}

.message ol {
	margin-top:0.807692em;
	margin-bottom:0;
}

.error {
	background:#f5cccc;
	border:1px solid #f0b2b2;
	/* color:#c00; Not accessible with red text */
}

.error a {
	color:#c00;
}

.alert {
	background:#fff;
	border:1px solid #ffd975;
	/* color:#ff8405; Not accessible with red text */
}

.alert.blue {
	background:#a1daf2;
	border:1px solid #579DB1;
	color:#1C2F2F;
	border-radius: 10px;
	max-width: 70%;
}

.alert.blue a {
	font-weight:bold;
	color:black;
	text-decoration:underline;
}

.alert.blue a:hover {
	text-decoration:none;
}

.success {
	/* background:#d5edcc; - Not accessible WCAG */ 
	border:1px solid #acdb99;
	color:#248000;
}
/* From Helper CSS File END */
			
/* Hide Mobile Bits - START */
/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
	section {
		padding-left: 5px;
	}
	.secondary-nav {
		display: none;
		visibility: hidden;
	}
	aside {
		display: none;
		visibility: hidden;
	}
	.align-right {
		text-align: left;
	}
	.lastUpdated {
		display: none;
	}	

}
/* Hide Mobile Bits - END */

[role="tabpanel"] a:visited {
	color: #222222 !important;
}

[role="tabpanel"] a:hover {
	color: #222222 !important;
	text-decoration: none;
}

/* Inner Pages CSS - END */		

/* Print CSS - START */
@media print {
	header {
		display: none !important;
	}
}
/* Print CSS - END */