/*	GLOBAL
--------------------------------*/
body {
	background: #dfeffa url('../images/backgrounds/cross-bg.gif') repeat left top;
	color: #646464;
	font: 100%/1.72em 'Myriad Pro', Verdana, Arial, sans-serif;
}

.wrapper {
	margin: 0 auto;
	max-width: 1600px;
	width: 96.25%;
}

.clr:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clr{
	zoom: 1;
}

.alignRight {
	float: right;
}

.alignLeft {
	float: left;
}

nav ul {
	margin: 0;
}

nav ul li{
	list-style: none;
}

a {
	color: #0063be;
}


/*	HEADER
--------------------------------*/
header {
	background-color: #fff;
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
	min-height: 121px;
}

.topBar {
	min-height: 60px;
}

h1 {
	margin: 0;
}

#logo {
	margin: 17px 0 0 34px;
}

#logo img {
	width: 162px;
}

.topBar .alignRight p,
.topBar nav {
	float: left;
}

.topBar .alignRight p {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: .875em;
	font-style: italic;
	margin: 19px 10px 0 0;
}

.topBar nav {
	font-size: .875em;
	margin-top: 19px;
}

.topBar li {
	float: left;
	margin-left: 30px;
	position: relative;
}

.topBar a {
	display: block;
	text-decoration: none;
}

.topBar a:hover {
	text-decoration: underline;
}

.topBar a.theme {
	background: url('../images/icons/gear.png') no-repeat left center;
	background-size: 15px 15px;
	padding: 0 0 0 22px; 
	text-decoration: none;
}

.topBar a.mail {
	background: url('../images/icons/envelope.png') no-repeat left center;
	background-size: 21px 15px;
	padding-left: 28px; 
}

.topBar .themeSelector {
	padding-bottom: 10px;
}

.topBar .themeSelector ul {
	background-color: #fff;
	box-shadow: 0 0px 5px rgba(0,0,0,.25);
	display: none;
	left: 50%;
	margin-left: -110px;
	padding: 18px 13px 0;
	position: absolute;
	top: 39px;
	width: 194px;
	z-index: 10;
}

.topBar .themeSelector:hover ul,
.topBar .themeSelector:hover .arrow {
	display: block;
}

.lt-ie9 .topBar .themeSelector:hover .arrow {
	display: none;
}

.topBar .themeSelector ul li { 
	margin: 0 5px 10px;
	width: 87px;
}

.topBar .themeSelector ul li p {
	color: #0063be;
	font-size: .875em;
	margin: 0;
} 

.topBar .themeSelector img {
	display: block;
}

.themeSelector .arrow {
	background-color: #fff;
	box-shadow: -2px -2px 2px rgba(0,0,0,.15);
	display: none;
	height: 27px;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	top: 26px; 
	width: 27px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	z-index: 20;
}

.navBar {
	background-color: #f5f5f5;
	border-top: 1px solid #ccc;
	min-height: 60px;
}

/* Top Level Navigation */
.navBar nav {
	border-left: 1px solid #c4c4c4;
	font-size: 1.125em;
}

.navBar nav li {
	border-right: 1px solid #c4c4c4;
	float: left;
	position: relative;
}

.no-touch .navBar nav li:hover,
.no-js .navBar nav li:hover {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
}

.navBar nav li.active {
	background-image: url('../images/backgrounds/active-nav.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}

.navBar nav li a {
	background: url('../images/backgrounds/nav-arrow.png') no-repeat right center;
	background-size: 42px 7px;
	color: #323232;
	display: block;
	height: 42px;
	padding: 18px 50px 0 33px;
	text-decoration: none;
}

.lt-ie9 .navBar nav li a {
	background: url('../images/backgrounds/nav-arrow-sm.png') no-repeat right center;
}

/* Second Level Navigation */
.navBar nav li ul {
	display: none;
	background-color: #fff;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 8px 10px rgba(0,0,0,.25);
	left: 0;
	padding: 10px 0;
	position: absolute;
	top: 60px;
	width: 300px;
}

.navBar nav li:hover ul {
	display: block;
}

.navBar nav li ul li {
	border: none;
	float: none;
	padding-bottom: 4px;
}

.navBar nav li ul li.active{
	background-image: none;
}

.no-touch .navBar nav li ul li:hover,
.no-js .navBar nav li ul li:hover {
	box-shadow: none;
}

.navBar nav li ul li a {
	background: none;
	height: auto;
	line-height: 1.95em;
	padding: 0 0 0 33px;;
}

.lt-ie9 .navBar nav li ul li a {
	background: none;
}

.navBar nav li ul li a:hover {
	background-color: #e5eff8;
}

/* Breadcrumb */
#breadcrumb {
	float: left;
	padding: 19px 0 0 30px;
}

#breadcrumb a {
	padding: 0 5px;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#breadcrumb a.home {
	background: url('../images/icons/home.gif') no-repeat left 4px;
	background-size: 12px 12px;
	display: inline-block;
	height: 16px;
	padding-right: 0;
	text-indent: -9999px;
	width: 12px;
}

#breadcrumb a:last-child {
	color: #646464;
	cursor: default;
	text-decoration: none;
}

/* Search */
#search {
	padding-top: 10px;
}

#search input {
	float: left;
	-webkit-appearance: none;
}

#search input[type='text'] {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px 0 0 4px;
	font-family: 'Myriad Pro', Verdana, Arial, sans-serif;
	height: 38px;
	line-height: 38px;
	padding: 0 0 0 10px;
	width: 358px;
}

#search input[type='image'] {
	border-radius: 0;
	width: 41px;
}


/*	MAIN CONTENT
--------------------------------*/
#mainContent {
	padding: 20px 0 80px;
}

.columns-1,
.columns-2,
.columns-3 {
	clear: left;
}

.column {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	padding-left: 40px;
}

.column:first-child {
	padding-left: 0;
}

.columns-1 .column {
	width: 100%;
}

.columns-2 .column {
	width: 50%;
}

.columns-2 .narrow {
	width: 30%;
}

.columns-2 .wide {
	width: 70%;
}

.columns-3 .column {
	width: 33.333%;
}

/* Portlets */
.portlet {
	background-color: #fff;
	border-color: #c3c3c3;
	border-radius: 4px;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	margin: 0 0 20px;
}

.portlet h2 {
	background-color: #5eb0e5;
	border-bottom: 1px solid #eaeaea;
	border-radius: 4px 4px 0 0;
	color: #fff;
	font-weight: normal;
	font-size: 0.875em;
	height: 26px;
	margin: 0;
	padding-top: 12px;
}

.portlet h2, .portletContent {
	font-size: 1em;
	padding: 0 18px;
}

.portletContent {
	padding-top: 10px;
}

.portletContent h3 {
	font-size: 1.285em;
	font-weight: normal;
}

.portletContent a {
	text-decoration: none;
}

.portletContent a:hover {
	text-decoration: underline;
}

.portletContent a.btn {
	border: 1px solid #c3c3c3;
	border-radius: 5px;
	color: #323232;
	display: inline-block;
	font-size: 1.25em;
	height: 48px;
	line-height: 48px;
	padding: 0 38px;
	text-decoration: none;
}

.portletContent a.btn:hover {
	background-color: #e5eff8;
}


/*	SMALL SCREEN OVERRIDES
--------------------------------*/
@media only screen and (max-width: 1200px) {
	#search input[type='text'] {
		width: 258px;
	}
}

@media only screen and (max-width: 1023px) {
	#breadcrumb {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	#logo {
		margin: 30px 0 16px;
		text-align: center;
		width: 100%;
	}
	.topBar .alignRight {
		float: none;
	}
	.topBar nav {
		clear: both;
		float: none;
		overflow: hidden;
		padding-bottom: 20px;
		position: relative;
		width: 100%;
	}
	.topBar ul {
		float: left;
		left: 50%;
		position: relative;
		text-align: center;
	}
	.topBar li {
		display: block;
		margin: 0px 8px;
		position: relative;
		right: 50%;
	}
	.topBar a.theme,
	.topBar a.mail {
		background-image: none;
		padding: 0;
	}
	.topBar .themeSelector:hover ul,
	.topBar .themeSelector:hover .arrow {
		display: none;
	}
	.topBar .themeSelector a:hover {
		text-decoration: underline;
	}
	.topBar .alignRight p {
		display: none;
	}
	.navBar .wrapper {
		width: 100%;
	}
	.navBar .alignRight,
	.navBar .alignLeft,
	.navBar nav li {
		float: none;
	}
	.navBar nav,
	.navBar nav li {
		border: none;
	}
	.navBar nav li {
		border-bottom: 1px solid #ccc;
	}
	.navBar nav li:hover {
		box-shadow: none;
	}
	.navBar nav li.active {
		background-image: url('../images/backgrounds/active-nav-vert.gif');
		background-repeat: repeat-y;
	}
	.navBar nav li ul {
		background-color: #fff;
		box-shadow: none;
		border-bottom: 1px solid #ccc;
		border-radius: 0;
		padding: 0;
		width: 100%;
		z-index: 10;
	}
	.navBar nav li ul li {
		padding-bottom: 0;
	}
	.navBar nav li ul li a {
		border-top: 1px solid #ccc;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	#search {
		padding-top: 0;
		margin: 20px auto 0;
		width: 311px;
	}
	#search input {
		margin-bottom: 20px;
	}
	.columns-1 .column, 
	.columns-2 .column,
	.columns-3 .column {
		padding-left: 0;
		width: 100%;
	}
}