* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
    font-family: 'Raleway', sans-serif;
}

ol, ul {
	list-style: none;
}

a {
    outline: 0;
}

html, body{
    height: 100%;
    min-height: 100%;
}

header, #content, footer {
    display: block;
    width: 100%;
}

header img {
    display:block;
}

#wrapper{
	width: 1000px;
    height: auto;
    min-height: 100%;
	margin: 0 auto;
    display: block;
    position: relative;
}

/*
 * #########################################################################################
 */

#nav {
	width: 100%;
    height: 45px;
	background: #3D6086;
    font-size:15px;
	font-weight:bold;
    border-radius: 0 0 8px 8px;
}

ul#navigation {
    height: 100%;
    padding-left: 35px;
    display: inline-block;
	position: relative;
}

ul#navigation li {
    height: 100%;
	display:inline;
	margin:0;
	padding:0;
	float:left;
	position:relative;
}

ul#navigation li a, ul#navigation li p {
    height: 100%;
	padding-left: 25px;
    padding-right: 25px;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
    line-height: 42px;
    cursor: pointer;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}

ul#navigation li a:hover, ul#navigation li p:hover {
	background:#3D6086;
}

ul#navigation li:hover > a , ul#navigation li:hover > p{
	background:#6998b4;
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul {
	visibility:visible;
	opacity:1;
}

/* The drop down menu*/
ul#navigation ul {
	list-style: none;
    margin: 0;
    padding: 0;    
	visibility:hidden;
    position: absolute;
    z-index: 99999;
	width:180px;
	background:#6998b4;
	opacity:0;
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 	
}

ul#navigation ul li {
	clear:both;
	width:100%;
	border:0 none;
	border-bottom:1px solid #c9c9c9;
}

ul#navigation ul li a {
	background:none;
	padding: 3px 15px;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	border: 0 none;
	float: left;
	clear: both;
	width: 150px;
}

ul#navigation ul li a:hover {
    background: #3D6086;
}

/*
 * ############################################################################################
 */

#content{
    width: 960px;
    padding: 30px 20px;
    padding-bottom: 60px;
}
 
#content h1{
    padding-top: 10px;
    font-size: 2em;
    font-weight: unset;
}

#content h2{
    font-weight: bold;
    font-size: 1.2em;
}

#content p{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.kuid-table {
    margin-top: 15px;
    width: 100%;
    background-color: #f5f8fa;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #e1e8ed;
}

.kuid-table tr:nth-child(even){
        background-color: #e5e8ea;
}

.kuid-table p {
    padding: 5px !important;
}

.kuid-table a {
    padding-right: 10px !important;
}

/*
 * ############################################################################################
 */

.assetlist{
    width: 100%;
    background-color: #f5f8fa;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #e1e8ed;
    margin-top: 20px;
}

.asset{
    display: flex;
    padding: 20px 10px;
    border-bottom: 1px solid #e1e8ed;
}

.asset-right {
    flex: 1;
    padding-left: 10px;
}

.asset-right h3 {
    font-size: 18px;
    font-weight: bold;
}

.asset-right h4 {
    font-size: 14px;
    padding-bottom: 10px;
}

.asset-right h5 {
    font-weight: bold;
}

.asset-right p {
    padding-top: 0 !important;
}

.asset-right ul {
    padding-left: 20px;
    list-style: inherit;
}


.asset img{
    display: block;
    margin: auto;
    max-width: 100%;
}

.asset-download img {
    display: inline;
    vertical-align: sub;
    padding-right: 10px;
}

.asset-left{
    flex: 0 0 350px;
    max-width: 350px;
    text-align: center;
    padding-top: 20px;
}

.asset-left-center {
    margin: auto;
}

.asset-left a {
    padding: 10px 40px;
    margin: 4px;
    display: inline-block;
    color: #FFF;
    background-color: #42A345;
    text-decoration: none;
	font-weight:bold;
    border-radius: 14px;
}

.asset-left a:hover {
    background-color: #62C365;
}

/*
 *################################################################################
 */
 
footer{
    width: 980px;
	background: #3D6086;
    padding: 10px 10px;
    position: absolute;
    bottom: 0;
	color:#FFF;
    border-radius: 8px 8px 0 0;
}
