#NewsContWrapper {
	width: 66%;
	float: left;
}

.NewsContBox {
	font-size: 1em;
	line-height: 1.2;
	width: 100%;
	padding-bottom: 60px;
	clear: both;
}


.NewsContBox h4 {
	font-size: 1.4em;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #00A0E2;
}

.NewsHeader span {
	font-weight: 300;
	display: inline-block;
	padding-right: 10px;
	font-size: 0.9em;
}

.NewsHeader strong {
	border-left: 1px solid #CCC;
	padding-left: 10px;
	display: inline-block;
	font-weight: 300;
	font-size: 0.9em;
}

.NewsImage {
	padding-bottom: 5px;
}

.NewsImage img {
	max-width: 100%;
}

.NewsLink {
	padding-top: 20px;
	clear: both;
}

.NewsLink a {
	background: #00A0E2;
	font-size: 0.85em;
	color: #FFF;
	display: inline-block;
	padding: 7px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 3px;
	text-decoration: none;
}

.NewsLink a:hover {
	background: #004081;
	color: #FFF;
}

.NewsLink i {
	padding-right: 3px;
}


#NewsSideBar {
	width: 30%;
	float: right;
	box-sizing: border-box;
}

#NewsSideBarFixed {
	box-sizing: border-box;
}

#NewsSideBar h4 {
	font-size: 1.1em;
	border-bottom: 1px solid #CCC;
	color: #333;
	padding-bottom: 10px;
	margin-bottom: 15px;
	letter-spacing: 0.05em;
}

#NewsSideBar h4 span {
	font-size: 0.5em;
	color: #999;
	font-weight: 400;
	display: block;
	padding-top: 5px;
}

#NewsSideBar ul {
	padding-left: 15px;
}

#NewsSideBar li {
	padding-bottom: 10px;
}

#NewsSideBar a {
	color: #00A0E2;
	text-decoration: none;
	font-size: 0.9em;
	padding-bottom: 3px;
	display: inline-block;
	border-bottom: 1px dotted #FFF;
}

#NewsSideBar a i {
	padding-right: 5px;
}

#NewsSideBar a:hover {
	border-bottom: 1px dotted #00A0E2;
}

.SideBarBox {
	clear: both;
	padding-bottom: 50px;
}

.SideBarBox form {
	box-sizing: border-box;
	width: 100%;
	max-width: 280px;
	position: relative;
	display: block;
}

.SideBarBox form .select_arrow {
	color: #666;
	font-size: .6em;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right: 10px;
	z-index: 1;
}

.SideBarBox select {
	box-sizing: border-box;
	width: 100%;
	padding: 6px;
	padding-bottom: 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
	font-size: .85em;
	position: relative;
	z-index: 0;
}

.NewsPageNavi {
	clear: both;
	width: 60%;
	margin: auto;
	padding-bottom: 20px;
}

.NewsPageNavi a {
	color: #00A0E2;
	text-decoration: none;
	font-size: 0.8em;
	padding-bottom: 3px;
	display: inline-block;
	border-bottom: 1px dotted #FFF;
}

.NewsPageNavi a:hover {
	border-bottom: 1px dotted #00A0E2;
}

.NewsPageNavi a i {
	padding-right: 5px;
}

.NewsPageNavi .NewsEntryNext a i {
	padding-left: 5px;
	padding-right: 0;
}

.NewsPageNavi .NewsEntryNext {
	text-align: right;
	width: 40%;
}

.NewsPageNavi .NewsEntryPrev {
	text-align: left;
	width: 40%;
}

.NewsPageNavi .NewsEntryHome {
	text-align: center;
}

#ArchiveTitle {
	font-size: 1.4em;
	padding-bottom: 20px;
	color: #00A0E2;
}

.fixed {
	position: fixed;
	top: 145px;
}

.absolute {
	position: absolute;
	bottom: 0;
}
