/* CNW header footer */
/* header */
.cnw-css section {
	min-width: 1170px;
}

.cnw-css a, .cnw-css.footer p {
        color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 11px;
}

.cnw-css a:hover {
	text-decoration: underline;
}

.cnw-css.header li {
	float: left;
}

.cnw-css section > div {
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.cnw-css.header section:first-child {
        background-color: #f07b05;
        color: #fff;
	height: 35px;
}

.cnw-css.header section:first-child a {
	font-size: 11px;
	display: block;;
}

.cnw-css.header section:first-child li {
	margin-top: 10px;
	padding: 0 8px;
}

.cnw-css.header section:first-child li + li {
	border-left: 1px solid #ffffff;
}

.cnw-css.header section::after {
	content: '';
	display: block;
	clear: both;
}

.cnw-css.header section:first-child ul:first-child {
	float: left;
}

.cnw-css.header section:first-child ul:last-child {
	float: right;
}

.cnw-css.header #send-news-release {
	margin-top: 0;
	background-color: #5bc0de;
	border: 0;
	line-height: 35px;
}

.cnw-css.header section:last-child {
        background-color: #053a4f;
        border-bottom: 6px solid #81ccdd;
}

.cnw-css.header section:last-child div > ul > li > a {
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	padding: 30px 15px;
	font-family: DINWeb-Medium, Verdana, Helvetica, sans-serif;
}

.cnw-css.header section:last-child div a,
.cnw-css.header section:last-child div ul {
	float: left;
}

.cnw-css.header section:last-child img {
	max-width: 185px;
	border: 0px; /*for IE*/
	margin: 15px 0;
}

.cnw-css .dropdown {
	position: relative;
}

.cnw-css.header section #signIn-dropdown-list,
.cnw-css.header section #fin-dropdown-list {
	display: none;
	border-radius: 4px;
	position: absolute;
}

.cnw-css.header #fin-dropdown-list {
	top: 120px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background-color: #ffffff;
	color: #333333;
	z-index: 100;
}

.cnw-css.header #fin-dropdown-list > li {
	clear: both;
	padding: 2px 5px;
}

.cnw-css #fin-dropdown-list li a {
	color: #333333;
	white-space: nowrap;
	padding: 5px 15px;
	font-size: 14px;
}

.cnw-css #signIn-dropdown-list {
	background-color: #f07b05;
	min-width: 140px;
	padding-bottom: 10px;
	border: none;
	right: 0;
}

.cnw-css #signIn-dropdown-list li {
	border: 0;
}

.cnw-css #signIn-dropdown-list li a {
	padding: 2px 5px;
}

/* footer */
.cnw-css.footer {
	clear: both;
	background-color: #f07b05;
	overflow: hidden;
	height: 45px;
}

.cnw-css.footer section {
	margin-top: 15px;
}

.cnw-css.footer ul {
	float: right;
}

.cnw-css.footer ul li {
	float: left; 
	padding: 0 5px;
	border-right: 1px solid #ffffff;
}

.cnw-css.footer ul li a {
	display: block;
}

.cnw-css.footer li:last-child {
	border: 0;
}

.cnw-css.footer p {
	float: left;
}
