* {
	margin: 0;
	padding: 0;
}
html {
	text-align: center;
	font-family: 'Open Sans', arial, sans-serif; 
	font-weight: 400;
	color: #514537;
	background: #f2f2f2;	
}
b, strong, h1, h2, h3 {
	font-weight: 600;
	color: #690510;
}
h1 {
	margin-bottom: 16px;
	font-size: 26px;
}
h2, h3 {
	margin-bottom: 8px;
}
h2 {
	font-size: 22px;
}
a, a img, a b {
	color: #B01022;
	text-decoration: none;
	outline: none;
	border: 0;
}
#wrapper a:hover {
	color: #B00417;
	text-decoration: underline;
}
h2 a {
	color: #690510;
}
body {
	font-size: 16px;
	line-height: 24px;
}
p {
	margin-bottom: 16px;
}
#headerBack {
	position: realtive;
	border-bottom: 3px solid #3f6faa;
}
#headerBar {
	height: 520px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
#secondaryHeader #headerBar {
	height: 200px;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
}
#blogHeader #headerBar {
	height: 120px;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	background: #6B6D70;
}
#logo {
	margin-top: 20px;
	margin-left: 24px;
	float: left;
}
#headerPaginationBar {
	margin: 0 auto;
	height: 25px;
	background: #fff;
	width: 960px;
	border: 1px solid #cfcfcf;
	border-bottom: 0px solid #ccc;
	position: relative;
	top: 3px;
}
#wrapper {
	width: 840px;
	margin: 0px auto;
	text-align: left;
	background: #fff;
	border: 1px solid #cfcfcf;
	border-top: 0px solid #ccc;
	padding: 40px 50px 30px 70px;
}
#prev {
	background: url(images/prev.png) no-repeat;
	width: 30px;
	height: 45px;
	position: absolute;
	left: 16px;
	bottom: 40px;
	display: block;
	opacity: 0.5;
	transition: opacity 0.2s ease;
}
#next {
	background: url(images/next.png) no-repeat;
	width: 30px;
	height: 45px;
	position: absolute;
	right: 16px;
	bottom: 40px;
	display: block;
	opacity: 0.5;
	transition: opacity 0.2s ease;
}
#headerBack a.slideNav:hover {
	opacity: 1.0;
}

div#headerPaginationBar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    bottom: 14px;
}
div#headerPaginationBar ul li {
    width: 26px;
    height: 26px;
    height: 16px;
    display: inline-block;
   	zoom: 1; /* IE 7 Hack */
	*display: inline; /* IE 7 Hack */
    background: url(images/pagination.png) no-repeat left bottom;
    margin-left: 18px;
    cursor: pointer;
}
div#headerPaginationBar ul li:first-child {
    margin-left: 0px;
}
div#headerPaginationBar ul li.pagact {
    background: url(images/pagination.png) no-repeat left top;
}
div.slide {
	width: 960px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	/*border: 1px solid #272727;*/
	clear: both;
	color: #fff;
	text-shadow: 0px 1px 5px #000;
	-webkit-font-smoothing: antialiased;
	visibility:hidden;
	opacity:0;
	transition:visibility 0s linear 0.5s,opacity 0.5s linear;
}
.slide h2 {
	background: #000;
	background: rgba(0,0,0,0.6);
	padding: 12px 26px 4px 36px;
	margin-bottom: 0 !important;
    display: inline-block;
   	zoom: 1; /* IE 7 Hack */
	*display: inline; /* IE 7 Hack */
	position: relative;
	font-size: 26px;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 14px;
}
.slide h2:after {
	content: url(images/triangleShape.png);
	position: absolute;
	top: 0;
	right: -42px;
	opacity: 0.6;
}
.slideText {
	background: #000;
	background: rgba(0,0,0,0.6);
	padding: 14px 64px 12px 62px;
}
div.slideact {
	display: block;
	visibility:visible;
	opacity:1;
	transition-delay:0s;
}
.slide b {
	font-size: 16px;
	color: #fff;
}
.slide p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 6px;
}
#leftColumn {
	float: left;
	width: 500px;
	margin-bottom: 50px;
}
.secondary #leftColumn {
	width: 750px;
}
.secondary ul {
	margin-left: 48px;
	margin-bottom: 18px;
}
.secondary ol {
	margin-left: 48px;
	margin-bottom: 18px;
	font-size: 13px;
}
.secondary ul a, .secondary ol a {
	color: #B00013;
}
.secondary li {
	margin-bottom: 8px;
}
sup {
	line-height: 13px;
	font-size: 11px;
	color: #B00417;
}
#getInTouchButton {
	display: block;
	width: 145px;
	height: 44px;
	background: url(images/getInTouchButton.png) no-repeat left top;
}
#getInTouchButton:hover {
	background-position: left -44px;
}
#getInTouchButton:active {
	background-position: left bottom;
}
#rightColumn {
	float: right;
	width: 300px;
	border-left: 1px solid #c3c3c3;
	margin-bottom: 50px;
}
.secondary #rightColumn {
	display: none;
}
#rightColumn blockquote {
	padding: 20px 30px;
	position: relative;
}
#rightColumn blockquote:before {
	content: url(images/quoteBefore.png);
	position: absolute;
	top: 4px;
	left: 2px;
}
#rightColumn blockquote:after {
	content: url(images/quoteAfter.png);
	position: absolute;
	bottom: 2px;
	right: 4px;
}

#leftColumn blockquote {
	font-style: italic;
	padding: 32px;
	border: 1px dotted #ccc;
	margin-bottom: 16px;
}
cite {
	display: block;
	text-align: right;
	margin-top: 8px;
	font-style: normal;
	font-size: 14px;
	line-height: 16px;
}
#blogContent {
	float: right;
	width: 600px;
	margin-bottom: 40px;
}
#blogContent h1 {
	border-bottom: 1px solid #C3C3C3;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
#blogContent img {
	border: 1px solid #C3C3C3;
	padding: 2px;
}
#blogContent h2 {
	margin-bottom: 16px;
}
#blogContent h2 img {
	position: relative;
	top: 6px;
	border: 0;
}
.entry {
	margin-bottom: 30px;
	border-bottom: 1px solid #C3C3C3;
	padding-bottom: 20px;
}
#blogSidebar {
	float: left;
	width: 200px;
	margin-bottom: 40px;
	list-style-type: none;
}
#blogSidebar .widget {
	margin-bottom: 30px;
}
#blogSidebar ul {
	list-style-type: none;
}
#blogSidebar li {
	margin-bottom: 5px;
}
.alignleft {
	float: left;
	margin: 0 16px 4px 0;
}
.alignright {
	float: right;
	margin: 0 0 4px 16px;
}
.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto 16px;
}
.wp-caption-text {
	font-size: 12px;
	margin-bottom: 4px;
}
.blogReturn {
	text-align: center;
}
#footer {
	clear: both;
	min-height: 100px;
	position: relative;
}
#footer a {
	color: #690510;
}
#logoIcon {
	display: block;
	position: absolute;
	left: -30px;
	top: 25px;
}
#hudsonLogo {
	position: absolute;
	right: 177px;
	top: 0;
}
#ifcLogo {
	position: absolute;
	right: 20px;
	top: 0;
}
#footerInfo {
	position: absolute;
	left: 50px;
	top: 34px;
	font-size: 14px;
}
#footerInfo a {
	font-weight: bold;
}
#credits {
	padding: 40px 40px 60px;
	font-size: 13px;
	color: #464648;
}
#siteBy {
	color: #464648;
	border-bottom: 1px dotted;
}
#siteBy:hover {
	color: #B01022;
	border-bottom: 1px solid;
}
#nav {
	position: absolute;
	top: 37px;
	right: 17px;
}
#nav li {
	list-style-type: none;
	display: inline-block;
   	zoom: 1; /* IE 7 Hack */
	*display: inline; /* IE 7 Hack */
	position: relative;
}
#nav a {
    display: inline-block;
   	zoom: 1; /* IE 7 Hack */
	*display: inline; /* IE 7 Hack */
	padding: 10px 15px;
	font-weight: 600;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0px 1px 2px #3C3C3C;
	font-size: 14px;
}
#nav a:hover, #nav .current-menu-item > a {
	color: #690510;
	text-shadow: 0px 1px 10px #fff;
}
.hidden {
	display: none;
	margin-left: 30px;
}
.spacer {
	height: 8px;
}
.showHide small {
	font-size: 14px;
}
.showHideNote {
	display: block;
	font-size: 12px;
	margin-left: 30px;
	margin-top: -4px;
}
.hide {
	display: block;
	margin-bottom: 16px;
	font-size: 14px;
	font-weight: 600;
}	
#mobileNav {
	display: none;
}
#clickHereImage {
	display: block;
	width: 300px;
	height: 300px;
	background: url(images/COS_SampleImage.png) no-repeat;
	border: none;
	margin: 0 auto;
}
.Download input {
	background: #476c98;
	border: 1px solid #d8d8d8;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 15px 20px;
	color: #ffffff;
	font-size: 16px;
	-moz-box-shadow:    0px 2px 3px #d8d8d8;
	-webkit-box-shadow: 0px 2px 3px #d8d8d8;
	box-shadow: 0px 2px 3px #d8d8d8;
}
/* ----------------------------- Desktop Styles --------------- */
@media only screen and (min-width:769px) {
	html {

	}
	#wrapper {
	
	}		
	#headerBar {
	
	}
	div.slide {
	
	}
	#nav {
		display: block !important;
	}
	#nav ul {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
	}
	#nav ul li {
		display: block;
		padding: 0;
	}
	#nav li:hover ul {
		display: block;
	}
	#nav ul a {
		width: 300px;
		padding: 5px 15px;
	}
}
/* ----------------------------- Tablet Styles --------------- */
@media only screen and (min-width:481px) and (max-width:768px) {
	html {
		-webkit-text-size-adjust: none;
	}
	#mobileNav {
		display: block;
		position: absolute;
		top: 0;
		right: 10px;
		padding: 7px 0;
		width: 170px;
		text-align: center;
		background: #690510;
		color: #fff;
	}
	#mobileNav img {
		margin-right: 6px;
	}
	#nav {
		display: none;
		z-index: 9999;
		top: 38px;
		right: 10px;
		left: initial;
		width: 170px;
		background: #690510;
	}
	#nav a {
		border-bottom: 1px solid #570E16;
		border-top: 1px solid #730F1A;
	}
	#nav li, #nav a {
		display: block;
	}
	#nav a:hover, #nav .current-menu-item > a {
		text-shadow: none;
		background: #fff;
	}
	#nav ul a {
		padding-left: 30px;
	}
	#wrapper {
		width: auto;
		margin: 0px;
		border: 0;
	}
	#headerBar {
		background-position: center top !important;
	}
	#headerBar, div.slide, #leftColumn, #rightColumn {
		width: 100%;
	}
	#secondaryHeader #headerBar, #blogHeader #headerBar {
		border: 0;
	}
	.slide h2:after {
		display: none;
	}
	.slide h2 {
		width: 100%;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	}
	#headerPaginationBar {
		width: 100%;
		border: 0;
	}
	#getInTouchButton {
		margin: 0 auto;
	}
	.secondary #leftColumn, #blogContent {
		width: 100%;
		word-wrap: break-word;
	}
	.alignleft, .alignright, .aligncenter {
		display: block;
		text-align: center;
		margin: 0 auto 16px;
		float: none;
	}
	#footer {
		min-height: 100px;
	}
	#logoIcon, #hudsonLogo, #ifcLogo, #footerInfo {
		position: initial;
		display: inline-block;
		vertical-align: middle;
		margin: 0 auto 10px;
	}
	#footerInfo {
		width: 75%;
	}
	#hudsonLogo, #ifcLogo {
		width: 48%;
		display: inline-block;
   		zoom: 1; /* IE 7 Hack */
		*display: inline; /* IE 7 Hack */
		text-align: center;
	}
	#hudsonLogo img {
		width: 100%;
		max-width: 162px;
	}
	#ifcLogo img {
		width: 100%;
		max-width: 122px;
	}
	
}

/* ----------------------------- Mobile Styles --------------- */
@media only screen and (min-width:0px) and (max-width:480px) {
	html {
		-webkit-text-size-adjust: none;
	}
	#logo {
		float: none;
		margin: 0;
		display: block;
		text-align: center;
		padding-top: 40px;
	}
	#logo img {
		max-width: 100%;
	}
	#mobileNav {
		display: block;
		position: absolute;
		top: 0;
		right: 10px;
		padding: 7px 0;
		width: 170px;
		text-align: center;
		background: #690510;
		color: #fff;
	}
	#mobileNav img {
		margin-right: 6px;
	}
	#nav {
		display: none;
		z-index: 9999;
		position: absolute;
		top: 38px;
		right: 10px;
		width: 170px;
		background: #690510;
	}
	#nav a {
		border-bottom: 1px solid #570E16;
		border-top: 1px solid #730F1A;
	}
	#nav li, #nav a {
		display: block;
	}
	#nav a:hover, #nav .current-menu-item > a {
		text-shadow: none;
		background: #fff;
	}
	#nav ul a {
		padding-left: 30px;
	}
	#wrapper {
		width: auto;
		margin: 0px;
		padding: 20px 30px;
		border: 0;
	}
	#headerBar {
		background-position: center top !important;
		height: 470px;
	}
	#headerBar, div.slide, #leftColumn, #rightColumn {
		width: 100%;
	}
	#secondaryHeader #headerBar, #blogHeader #headerBar {
		border: 0;
	}
	.slide h2:after {
		display: none;
	}
	.slide h2 {
		width: 100%;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	}
	#headerPaginationBar {
		width: 100%;
		border: 0;
	}
	#getInTouchButton {
		margin: 0 auto;
	}
	.secondary #leftColumn, #blogContent {
		width: 100%;
		word-wrap: break-word;
	}
	.secondary ol {
		margin-left: 18px;
	}
	#leftColumn blockquote {
		padding: 10px;
	}
	.alignleft, .alignright, .aligncenter {
		display: block;
		text-align: center;
		margin: 0 auto 16px;
		float: none;
		max-width: 100%;
	}
	.alignleft img, .alignright img, .aligncenter img {
		max-width: 100%;
	}
	#footer {
		
	}
	#logoIcon, #hudsonLogo, #ifcLogo, #footerInfo {
		position: static;
		display: inline-block;
		vertical-align: middle;
		margin: 0 auto 10px;
	}
	#footerInfo {
		width: 65%;
	}
	#hudsonLogo, #ifcLogo {
		width: 48%;
		display: inline-block;
   		zoom: 1; /* IE 7 Hack */
		*display: inline; /* IE 7 Hack */
	}
	#hudsonLogo img {
		width: 100%;
		max-width: 162px;
	}
	#ifcLogo img {
		width: 100%;
		max-width: 122px;
	}
	#prev, #next {
		bottom: 0px;
		width: 15px;
	}
	#next {
		background-position: right top;
	}
	.slide h2 {
		padding: 12px 10px 4px;
	}
	.slideText {
		padding: 14px 10px 32px;
	}
}