@font-face {
	font-family: 'ArialNova';
  	src: url('fonts/ArialNova-Regular.woff2') format('woff2'),
		 url('fonts/ArialNova-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'ArialNova';
  	src: url('fonts/ArialNova-Bold.woff2') format('woff2'),
		 url('fonts/ArialNova-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	}

* 	{
	margin:0;
	}
	
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin:0;
    padding:0;
	border:none;
	}
html {
    
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	}
	
body {
	color: #333;
	font-family:ArialNova, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	margin:0px;
	padding:0px;
	font-weight:400;
	}	
		
* html #wrapper {
	height:100%;
	} 
	
table {
    border-collapse:collapse;
    border-spacing:0;
	}
	
fieldset, img {
    border:0 none;
	}
	
address, caption, cite, code, dfn, em, strong, th, var {
    font-style:normal;
    font-weight:normal;
	}
	
ol, ul {
	list-style-type:none;
	padding-left: 15px;
	font-size: 14px;
	margin-bottom: 15px;
	}

ul li, ul li p {
	margin-bottom: 5px;
	}

caption, th {
    text-align:left;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: 'ArialNova';
    font-size:100%;
	color:#000;
	font-weight: 700;
	padding-bottom: 10px;
	}
br{
	margin-top:-5px;
}
	
q:before, q:after {
    content:"";
	}
	
abbr, acronym {
    border:0 none;
	}
	
strong {
	font-weight:bold;
	}
	
em {
    font-style:italic;
	}

a {
	color: #005ead;
	text-decoration:none;
	outline:none;
	}
	
a:hover {
	
	text-decoration:none;
	}

a:focus {
	outline:none;
	}

p {
	line-height: 24px;
	margin-bottom: 10px;
	}	

/* ClearFix */
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	}

/*#container:after {
	content:" ";
	display:block;
	clear:both;
	}*/
	
.clearfix:after {
    content:"."; 
    display:block; 
    height:0px; 
    clear:both; 
    visibility:hidden;
	}
	
.clearfix {
	display:inline-table;
	}
	
/* Hides from IE-mac \*/
.clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */


article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display:block; 	}
audio, canvas, video { display:inline-block; *display:inline; *zoom:1; 	}
audio:not([controls]) { display:none; 	}
[hidden] { display:none; 	}


#main-wrapper{
	max-width:1200px;
	height:auto;
	margin:0px auto;
	padding: 0px 15px;
}
.logo {
	width:500px;
	margin: 130px auto 15px auto;
	text-align: center;
	float:right;
}
.main-content{
	max-width:1106px;
	margin: 0px auto;
	height:500px;
	
}
.txt{
	color: #0c0c0c;
    line-height: 20px;
    padding-left: 52px;
    padding-top: 81px;
    text-align: left;
    max-width: 470px;
}
.txt a{
	color:#005ead;
	text-decoration:underline;
}
.head{
	color:#005ead;
    }
    
.updated-info-text {
	color: #0c0c0c;
    position: relative;
    display: block;
    font-size: 16px;
    padding: 0px 50px 50px;
    }

.updated-info-text p {
    line-height:22px;
    }

.uc-navbar {
	position: relative;
	display: block;
	padding: 0px 50px 50px;
	}

.uc-navbar ul {
	padding: 0px 0px;
	margin: 0px -15px;
	list-style-type: none;
	}

.uc-navbar ul li {
	padding: 0px 15px;
	margin-bottom: 20px;
	line-height: 16px;
	vertical-align: top;
	display: inline-block;
	border-right: 1px solid #cfcfcf;
	}

.uc-navbar ul li:last-child {
	border: none;
	}

.uc-navbar ul li a {
	font-size: 16px;
	}

.uc-navbar ul li a:hover {
	color: #000000;
	}

.inner-content-box {
	position: relative;
	display: block;
	max-width:1106px;
	margin: 0px auto;
	padding: 50px 0px;
	}

.inner-logo {
	position: relative;
	display: block;
	margin-bottom: 25px;
	}

.inner-logo img {
	max-height: 130px;
	}

.inner-banner-section {
	position: relative;
	display: block;
	margin-bottom: 30px;
	}

.inner-banner-section figure {
	position: relative;
	display: block;
	}	

.inner-banner-section figure img {
	width: 100%;
	}

.inner-page-title {
	position: relative;
	display: block;
	font-size: 18px;
	color: #ffffff;
	padding: 10px 20px;
	background: #005ead;
	}	