/*
Theme Name: Pathways to Prosperity
Theme URI: http://oakcomputing.com
Author: OAK Computing
Author URI: http://oakcomputing.com
Description: Default theme for the Pathways to Prosperity website
Version: 0.1
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  line-height: 1.4;
  letter-spacing: 0.2px;
}

body { 
	font-family: 'Lato', sans-serif; 
	font-size: 13px;
	color: #666666;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block; 
}

h1, h2, h3, h4, h5, h6, h3 span {
	line-height: 1.2
}

ol, ul { 
	list-style: none; 
}

blockquote, q { 
	quotes: none; 
}

blockquote:before, blockquote:after, 
q:before, q:after { 
	content: ''; content: none; 
}

strong { 
	font-weight: bold; 
} 

input { 
	outline: none; 
	font-family: 'Lato',​ sans-serif;
	font-size: 12px;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}

img { 
	border: 0; 
	max-width: 100%; 
}

a { 
	text-decoration: none; 
}

	a:hover { 
		text-decoration: underline; 
	}


.left {
	float: left;
}

.right {
	float: right;
}

.aligncenter {
	margin: 0 auto;
	display: block;
}

.alignleft {
	float: left;
	display: block;
	clear: both;
	margin: 10px 10px 10px 0;
}

.wp-caption {
	padding: 10px 0 10px 10px;
	padding-rights: 10px;
	background: #efefef;
}

.alignright {
	float: right;
	display: block;
	clear: both;
	margin: 10px 0 10px 10px;
}

.loadmore {
	text-align: center;
	display: block;
	clear: both;
}

/* Futura Font */

@font-face {
    font-family: 'Futura Medium';
    src: url('fonts/futura-webfont.eot');
    src: url('fonts/futura-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura-webfont.woff') format('woff'),
         url('fonts/futura-webfont.svg#FuturaMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Futura Light';
    src: url('fonts/futura-light-webfont.eot');
    src: url('fonts/futura-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura-light-webfont.woff') format('woff'),
         url('fonts/futura-light-webfont.svg#FuturaLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Buttons */ 

.button {
	padding: 4px 6px 4px 20px;
	color: #FFFFFF !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	display: inline-block;
	background: #2E3192;
	border: 4px double #212370;
	background-image: url('images/arrow.png');
	background-position: 7px 9px;
	background-repeat: no-repeat;
}

	.button:hover {
		text-decoration: none;
		background-color: #6F7BA7;
	}

	.button + .button {
		margin-left: 1px;
	}

.button.large { 
	min-width: 580px;
	background: #fff; 
	color: #666 !important;
	font-size: 14px;
	padding: 12px 12px 5px 12px;
	border: 4px double #2e3192;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 10px 0;
	display: block;
	overflow: hidden;
}

	.button.large .mime {
		float: left;
		background: #fff;
		padding: 13px 30px 13px 0;
		min-width: 175px;
	}

		.button.large .mime img {
			width: 27px;
			float: left;
			padding: 0 10px 0 0;
		}

		.button.large .mime img.videoicon {
			padding: 7px 10px 0 0;
		}

	.button.large .mime p {
		padding: 0;
		margin: 4px 0;
	}

	.button.large span {
		display: block;
		font-weight: bold;
		background: url('images/download.png') no-repeat left middle;
	}

		.button.large .downloadicon {
			float: left;
			margin-right: 15px;
		}

		.button.large p {
			font-size: 14px;
			margin-bottom: 5px;
		}

.content .button a {
	color: #666;
}

/* Clearfix */

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* IE6/7 support */
.clearfix {
	*zoom: 1;
}

.fullwidth {
	width: 100%;
}

.fullcol {
	margin: auto;
	width: 940px;
}

/* Header */

/*
header {
	height: 470px;
	width: 100%;
	background-image: -ms-linear-gradient(top, #F2762A 0%, #FAB235 30%, #FAB235 60%, #F0661D 100%);
	background-image: -moz-linear-gradient(top, #F2762A 0%, #FAB235 30%, #FAB235 60%, #F0661D 100%);
	background-image: -o-linear-gradient(top, #F2762A 0%, #FAB235 30%, #FAB235 60%, #F0661D 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F2762A), color-stop(0.3, #FAB235), color-stop(0.6, #FAB235), color-stop(1, #F0661D));
	background-image: -webkit-linear-gradient(top, #F2762A 0%, #FAB235 30%, #FAB235 60%, #F0661D 100%);
	background-image: linear-gradient(to bottom, #F2762A 0%, #FAB235 30%, #FAB235 60%, #F0661D 100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FAB235,EndColorStr=#F2762A);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FAB235,EndColorStr=#F2762A)";
	background-color: #F2762A;
}
*/

.header {
	height: 470px;
	width: 100%;
	background-image: -ms-linear-gradient(top, #F06820 0%, #F79B4D 30%, #F79B4D 80%, #F06820 100%);
	background-image: -moz-linear-gradient(top, #F06820 0%, #F79B4D 30%, #F79B4D 80%, #F06820 100%);
	background-image: -o-linear-gradient(top, #F06820 0%, #F79B4D 30%, #F79B4D 80%, #F06820 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F06820), color-stop(0.3, #F79B4D), color-stop(0.8, #F79B4D), color-stop(1, #F06820));
	background-image: -webkit-linear-gradient(top, #F06820 0%, #F79B4D 30%, #F79B4D 80%, #F06820 100%);
	background-image: linear-gradient(to bottom, #F06820 0%, #F79B4D 30%, #F79B4D 80%, #F06820 100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#F79B4D,EndColorStr=#F06820);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#F79B4D,EndColorStr=#F06820)";
	background-color: #F06820;
}

	.header .glow {
		background: url('images/glow-swoosh.png') no-repeat center top;
		height: 568px;
	}

	.header .logo {
		height: 160px;
		margin: 10px auto;
	}

		.header .logo img {
			float: left;
			padding: 10px 30px 0 0;
		}

		/* Original Layout */
		/*
		.header .logo h1 {
			font-family: 'Futura Light';
			font-weight: normal;
			font-size: 42px;
			color: #1e297d;
		}
		*/

		/* Client Requested Changes */
		.header .logo h1 a {
			font-family: 'Futura Medium';
			font-weight: normal;
			font-size: 42px;
			color: #1e297d;
		}

			.header .logo h1 a:hover {
				text-decoration: none;
			}

			.header .logo h1 span {
				font-family: 'Futura Medium';
			}

		.header .logo p {
			font-family: 'Futura Light';
			font-size: 26px;
			color: #FFFFFF;
			margin: 10px 0;
		}

.shadow {
	box-shadow: 0px 15px 25px #6B6B6B;
	-webkit-box-shadow: 0px 15px 25px #6B6B6B;
	-moz-box-shadow: 0px 15px 25px #6B6B6B;
	-o-box-shadow: 0px 15px 25px #6B6B6B;
	height: 400px;
	background: #EBEBEB;
	margin-top: -200px;
}

.container {
	background: #FFFFFF;
	display: inline-block;
}

/* Regional Navigation */

nav.top {
	height: 40px;
}

	nav.top .icon {
		background-position: 15px 6px;	
		background-repeat: no-repeat;	
	}

		/* Client Requested Changes */
		/*
		nav.top .icon.p2p {
			background-image: url('images/icon-p2p.png');
		}

		nav.top .icon.atlantic {
			background-image: url('images/icon-atlantic.png');
		}

		nav.top .icon.ontario {
			background-image: url('images/icon-ontario.png');
		}

		nav.top .icon.quebec {
			background-image: url('images/icon-quebec.png');
		}

		nav.top .icon.bc {
			background-image: url('images/icon-bc.png');
		}

		nav.top .icon.prairies {
			background-image: url('images/icon-prairies.png');
		}
		*/

	nav.top .topnav {
		float: right;
	}

	nav.top ul {
		float: left;
	}

	nav.top ul li {
		float: left;
		position: relative;
		display: inline;
	}

		nav.top ul.menu li:first-child a {
			padding-right: 20px;
			background-image: url('images/downarrow.png');
			background-repeat: no-repeat;
			background-position: 130px;
		}

			nav.top ul.menu li:first-child:hover a {
				padding-right: 20px;
				background-image: url('images/downarrow-hover.png');
				background-repeat: no-repeat;
				background-position: 130px;
			}

		nav.top ul.menu li ul li:first-child a {
			padding-right: 0;
			padding-left: 10px;
			background-image: none;
		}

			nav.top ul.menu li ul li:first-child:hover a {
				padding-right: 0;
				padding-left: 10px;
				background-image: none;
			}

		nav.top ul li a {
			color: #FFFFFF;
			font-family: 'Lato', sans-serif;
			font-size: 13px;
			padding: 10px;
			display: block;
			white-space: nowrap;
			text-align: center;
		}

			nav.top ul.menu li:first-child {
				width: 150px;
			} 

				nav.top ul.menu li:nth-child(2) ul, nav.top ul.menu li:nth-child(2) ul li:first-child {
					width: 140px;
				}

		nav.top ul li:hover a {
			color: #1e297d;
			background: #efefeb;
			text-decoration: none;
			border-top: 1px solid #7072af;
			border-left: 1px solid #7072af;
			border-right: 1px solid #7072af;
			border-bottom: 0;
			position: relative;
			z-index: 9999;
			padding: 9px;
		}

			nav.top ul li:hover a {
				border-bottom: 0;
			}

			nav.top ul li:hover ul {
				display: block;
			}
		
			nav.top ul li ul {
				background: #efefeb;
				display: none;
				height: auto;
				padding: 0;
				top: 36px;
				right: 0;
				border: 0;
				position: absolute;
				z-index: 9998;
				width: 148px;
				border: 1px solid #7072af;
			}
						
				/* Original Layout */
				/*
				nav.top ul li ul li {
					float: none;
					border: 0;
					margin: 0;
					font-weight: normal;
					padding: 8px 10px 8px 30px;
					font-size: 12px;
					text-align: left;
				}
				*/

				/* Client Requested Changes */
				nav.top ul.menu li ul li {
					float: none;
					border: 0;
					margin: 0;
					font-weight: normal;
					padding: 8px 20px 8px 14px;
					font-size: 12px;
				}

					nav.top ul.menu li ul li a {
						background-image: none;
						padding-right: 0;
						text-transform: none;
						height: 20px;
						color: #2e3192;
						border: 0;
						width: 109px;
						display: inline-block;
						text-align: left;
					}

					nav.top ul.menu li:first-child ul li a, nav.top ul.menu li:first-child:hover ul li a, nav.top ul.menu li:first-child ul li:hover a {
						padding-right: 0;
						background: none;
						padding: 1px 0 0 0=1px;
					}

					nav.top ul li:hover ul li a {
						border: 0;
						color: #565656;
						background: transparent;
					}

					nav.top ul li ul li:hover {
						background: url("images/hoverblock.png") no-repeat scroll 8px 10px;
			    		color: #2E3192;
					}

/* Primary Navigation */

nav.primary {
	height: 60px;
	background-image: -ms-linear-gradient(bottom, #EBEBEB 0%, #FFFFFF 30%); /* IE10 Consumer Preview */ 
	background-image: -moz-linear-gradient(bottom, #EBEBEB 0%, #FFFFFF 30%); /* Mozilla Firefox */ 
	background-image: -o-linear-gradient(bottom, #EBEBEB 0%, #FFFFFF 30%); /* Opera */ 
	background-image: -webkit-gradient(inear, left bottom, left top, color-stop(0, #EBEBEB), color-stop(0.3, #FFFFFF)); /* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-linear-gradient(bottom, #EBEBEB 0%, #FFFFFF 30%); /* Webkit (Chrome 11+) */ 
	background-image: linear-gradient(to top, #EBEBEB 0%, #FFFFFF 30%); /* W3C Markup, IE10 Release Preview */ 
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFF,EndColorStr=#EBEBEB);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFF,EndColorStr=#EBEBEB)";
	background-color: #EBEBEB;
}

	nav.primary ul {
		margin: auto;
		text-align:center;
		display: block;
	}

	nav.primary ul li {
		position: relative;
		display: inline-block;
		z-index: 4000;
		width: auto;
	}

		nav.primary ul li a {
			display: block;
			color: #393c52;
			font-family: 'Lato', sans-serif;
			text-transform: uppercase;
			padding: 20px 18px;
			height: 20px;
			font-size: 14px;
		}

		nav.primary ul li:hover a {
			color: #FFFFFF;
			text-decoration: none;
			background-image: -ms-linear-gradient(bottom, #1D1F76 0%, #4A4DA7 100%);
			background-image: -moz-linear-gradient(bottom, #1D1F76 0%, #4A4DA7 100%);
			background-image: -o-linear-gradient(bottom, #1D1F76 0%, #4A4DA7 100%);
			background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1D1F76), color-stop(1, #4A4DA7));
			background-image: -webkit-linear-gradient(bottom, #1D1F76 0%, #4A4DA7 100%);
			background-image: linear-gradient(to top, #1D1F76 0%, #4A4DA7 100%);
			filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4A4DA7,EndColorStr=#1D1F76);
			-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4A4DA7,EndColorStr=#1D1F76)";
		}

		nav.primary ul li:hover ul li a {
			-ms-filter: none;
			filter: none;
		}

			nav.primary ul li:hover ul {
				display: block;
				z-index: 100;
				position: absolute;
			}

			nav.primary ul li:hover ul li ul {
				display: none;
			}

			nav.primary ul li ul li:hover ul {
				display: block;
			}
		
			nav.primary ul li ul {
				background: #FFFFFF;
				display: none;
				height: auto;
				padding: 0;
				border: 0;
				text-align: left;
				position: absolute;
				z-index: 5000;
				width: 250px;
				border-bottom: 1px solid #9ca8d3;
				border-left: 1px solid #9ca8d3;
				border-right: 1px solid #9ca8d3;
			}

				nav.primary ul li ul li ul {
					display: none;
					height: auto;
					padding: 0;
					top: -35px;
					left: 250px;
					border: 0;
					position: absolute;
					z-index: 9999;
					width: 250px;
					border: 1px solid #9ca8d3;
				}
			
				nav.primary ul li ul li {
					float: none;
					border: 0;
					margin: 0;
					font-weight: normal;
				    padding: 0;
					font-size: 12px;
					text-align: left;
					width: 100%;
				}

					nav.primary ul li ul li a {
						padding-right: 0;
						background: none;
						text-transform: none;
						height: auto;
						padding: 15px 20px;
						color: #2e3192;
					}

					nav.primary ul li:hover ul li a {
						color: #2e3192;
						background-image: none;
					}

					nav.primary ul li ul li a:hover {
						background: #f7f7f7 url('images/hoverblock.png') no-repeat 8px 20px;
						color: #2e3192;

					}

/* Forms */

.submiticon {
	color: #FFFFFF !important;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	font-size: 12px;
	display: inline-block;
	background-color: #2E3192;
	border: 4px double #212370;
	background-image: url('images/arrow.png');
	background-position: 6px;
	background-repeat: no-repeat;
	width: 27px;
	height: 28px;
	float: left;
	cursor: pointer;
	margin-left: -2px;
}

	.submiticon:hover {
		text-decoration: none;
		background-color: #6F7BA7;
	}

input[type=text] {
	border: 1px solid #d0d0d0;
	padding: 6px;
	height: 28px;
	float: left;
	width: 145px;
}

/* Search Form */

.search {
	width: 201px;
}

	.search.left-sidebar {
		float: left;
		padding: 34px;	
	}

	.search.right-sidebar {
		float: right;
		padding: 30px 17px 30px 0;	
	}

	.search input.search-input {
		width: 162px;
	}

/* Sidebars */ 

aside.leftsidebar {
	width: 184px;
	padding: 34px 0 0 34px;
	float: left;
}

aside.rightsidebar {
	background: #ebebeb;
	padding: 17px;
	width: 184px;
	min-height: 1000px;
	float: right;
}

/* Client Requested Changes */
aside.secondary {
	padding: 34px 0 0 34px;
	float: left;
	width: 184px;
}

	aside.secondary input[type="text"] {
		border: 1px solid #d0d0d0;
	}

	aside.secondary li.or {
		padding: 10px 0;
		display: block;
		color: #9D0000;
	}

		aside.secondary li.or div {
			font-size: 16px;
			margin-bottom: -15px;
			width: 100%;
			height: 20px;
			text-align: center;
			background-color: #FFFFFF;
		}

		aside.secondary li.or hr {
			border-style: dotted;
			opacity: 0.3;
			color: #999999;
		}


	/* Original Layout */
	/*
	aside.rightsidebar .bucket p, aside.rightsidebar .bucket a {
		display: none;
	}
	*/

	/* Sidebar Buckets */
	aside .widget {
		margin-bottom: 20px;
		padding-top: 20px;
	}	

		aside .widget.widget_oak_featured_video h3 {
			font-size: 13px;
			font-weight: normal;
			color: #666666;
			line-height: 1.4;
		}

		aside .widget:last-child {
			margin-bottom: 0;
		}

		aside.rightsidebar .widget:first-child {
			padding-top: 0;
		}

	/* Original Layout */
	/*
	aside .widget h3 {
		color: #9d0000;
		font-size: 26px;
		margin-bottom: 10px;
	}
	*/

	/* Client Requested Changes */
	aside .widget h3 {
		color: #9d0000;
		font-size: 22px;
		margin-bottom: 10px;
	}

	/* Client Requested Changes */
	aside.rightsidebar .widget h3 {
		text-transform: uppercase;
	}

	aside.rightsidebar .widget.widget_oak_mailchimp h3 {
		text-transform: none;
		font-size: 24px;
	}

	/* Original Layout */
	/*
	aside .widget h3 span {
		font-weight: 100;
		font-size: 20px;
	}
	*/

	/* Client Requested Changes */
	aside .widget h3 span {
		font-weight: 100;
		font-size: 17px;
	}

	aside .widget p {
		font-size: 12px;
		margin: 17px 0;
	}

		aside .widget p .button {
			font-style: normal;
		}

		/* Buckets */

		.content .widget .bucket {
			width: 630px;
			min-height: 120px;
			padding: 10px;
			border-radius: 10px;
		}

		.content .widget .bucket h3 {
			display: inline-block;
			width: 410px;
			margin-top: 5px;
		}

		.content .widget .bucket p {
			color: #fff;
			padding-left: 10px;
		}

		.content .widget .bucket .iconspace {
			float: left;
			width: 175px;
			height: 115px;
			border-radius: 10px 10px 10px 10px;
			background: #fff;
			margin-right: 10px;
			margin-bottom: 10px;
			vertical-align: top;
			display: inline-block;
		}

		.content .widget .bucket .iconspace img {
			margin-top: -18px;
			margin-bottom: 0px;
			border: 0;
			box-shadow: none;
		}

		aside .widget .bucket {
			width: 160px;
		}

		aside .widget .bucket, 
		.content .widget  .bucket {
		    border-radius: 10px;
		    margin: 0 auto;
		    padding: 12px;
			background: #6f7ba7; 
			background: -moz-linear-gradient(top,  #9eabd9 0%, #6f7ba7 85%, #3e4a74 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9eabd9), color-stop(85%,#6f7ba7), color-stop(100%,#3e4a74)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #9eabd9 0%,#6f7ba7 85%,#3e4a74 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #9eabd9 0%,#6f7ba7 85%,#3e4a74 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #9eabd9 0%,#6f7ba7 85%,#3e4a74 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #9eabd9 0%,#6f7ba7 85%,#3e4a74 100%); /* W3C */
		}

			aside .widget .bucket .iconspace {
				background: #FFFFFF;
			    border-radius: 8px;
			    height: 45px;
			    margin: -9px -9px 10px;
			    width: 178px;
			    display: inline-block;
			}	

				aside .widget .bucket .iconspace img {
					margin-top: -26px;
				}

			aside .widget .bucket h3, .content .widget .bucket h3 {
				color: #FFFFFF;
				font-size: 17px;
				font-family: 'Lato', sans-serif;
				text-shadow: #000000 0px 1px 1px;
			}

			aside .widget .bucket p, .content .widget .bucket p {
				margin: 6px 0 12px 0;
				font-style: normal;
				color: #000000;
		    	font-size: 11px;
			}

			aside .widget .bucket .button, .content .widget .bucket .button {
				width: 126px;
			}

.success {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #D0D0D0;
    clear: both;
    display: inline-block;
    font-size: 12px;
    margin: 0 0 20px;
    padding: 20px;
    width: 580px;
}

/* Content */

#content {
	padding: 34px;
}

	#content h2 {
		color: #9d0000;
		font-size: 26px;
		margin: 10px 0;
		width: 620px;
		display: inline-block;
	}

.content {
	padding: 34px 34px 0 34px;
	width: 436px;
	float: left;
}

	.content.wide {
		width: 654px;
	}

	.content article {
		margin: 0 0 20px 0;
		display: inline-block;
		width: 654px;
	}

		.content .breadcrumbs {
			display: block;
			width: 440px;
			float: left;
			margin: 0 0 10px 0;
			list-style: none;
			font-size: 13px;
		}

			.content .breadcrumbs li {
				float: left;
				margin: 0;
				white-space: nowrap;
			}

			.content .breadcrumbs li:after {
				content: ">";
				padding: 0 6px;
				font-family: Arial;
				color: #d0d0d0;
			}

			.content .breadcrumbs li:last-child:after {
				content: "";
			}

		.content .blurb p {
			margin: 15px 0;
		}

		.content article h3 {
			margin: 20px 0 10px 0;
		}

		.content article p {
			display: block;
		}

		.content article .media {
			float: left;
			display: inline-block;
			margin-right: 10px;
		}

		.content article .media .caption {
			float: none;
			clear: both;
			font-size: 11px;
			display: block;
		}

		.content article time {
			display: inline-block;
			font-size: 14px;
		}

		.content article time:after {
			clear: both;
			content: ":";
		}

		.content.archive .media {
			float: left;
			display: inline-block;
		}

		.content.archive .media img {
			max-width: 150px;
			height: auto;
			border: 1px solid #FFFFFF;
			box-shadow: 0 0 2px #707070;
		}

		.content.archive time {
			display: block;
			font-size: 13px;
			margin-right: 4px;
		}

		.content.archive time:after {
			clear: both;
			content: "";
		}

		.content.archive p {
			display: block;
		}

		.content.archive .excerpt {
			display: block;
		}

		.content.archive .excerpt ul {
			padding-top: 2px;
			margin-left: 0;
			list-style-position: inside;
		}

		.content article .attachments {
			margin: 10px 0;
		}

		.content .video {
			list-style: none;
			margin: 20px 0;
		}

			.content .videos ul.video li {
				width: 620px;
			}

		/* Single Article */
		
		.content.single article time {
			float: none;
			color: #3d4973;
			font-size: 14px;
			text-transform: uppercase;
			display: inline-block;
		}

		.content.single article time:after {
			content: "";
		}

	/* Front Page Content Widgets */

	.content .widget {
		margin: 15px 0;
	}

		.content .widget.widget_oak_latest_updates, .content .widget.widget_oak_whats_new, .content .widget.widget_oak_front_page_highlight {
			margin: 0 0 50px 0;
			display: inline-block;
			width: 436px;
		}

		.content .widget:last-child {
			margin: 15px 0 0 0;
		}

		/* Original Layout */
		/*
		.content .widget time:after {
			padding: 10px;
			content: "|";
		}
		*/

		/* Client Requested Changes */
		.content .widget time {
			float: left;
			display: block;
			margin-right: 3px;
			font-size: 13px;
			text-transform: none;
		}

		/* Client Requested Changes */
		.content .widget time:after {
			content: ":";
		}

		.content .widget .media {
			width: 150px;
			display: block;
			float: left;
			margin: 15px 15px 0 0;
		}

		.content .widget img {
			border: 1px solid #FFFFFF;
			box-shadow: 0 0 2px #707070;
			float: none;
			clear: both;
		}

		.content .widget .caption {
			float: none;
			clear: both;
			font-size: 11px;
		}

		.content .widget p.nowrap {
			width: 299px;
			float: left;
		}

		/* Client Requested Changes */
		.content .widget h2 {
			text-transform: uppercase;
			font-size: 22px;
			margin: 0;
		}

		.content .widget .moredivider {
			clear: both;
			min-height: 40px;
		}

		.content .widget .moredivider .button {
			margin-top: 12px;
		}

	.content section {
		display: inline-block;
  		width: 654px;
  		word-wrap: break-word;
	}

	.content a {
		color: #1e297d;
	}

		.content section a {
			color: #9D0000;
		}

	.content h2 {
		color: #9d0000;
		font-size: 26px;
		margin: 10px 0;
		width: 654px;
		display: inline-block;
	}
	
	/* Original Layout */
	/*
	.content h3 {
		color: #3d4973;
		font-size: 14px;
		font-weight: bold;
		margin-top: -2px;
	}
	*/

	/* Client Requested Changes */
	.content h3 {
		color: #3d4973;
		font-size: 16px;
		font-weight: bold;
		margin-top: 10px;
	}

	.content ul, .content ol {
		margin-left: 18px;
	}

	.content ol {
		list-style: decimal outside;
	}

	.content ul {
		list-style: disc; outside;
	}

		.content li {
			margin: 10px 0;
		}

	.content em {
		font-style: italic;
	}

	.content blockquote {
		padding-left: 30px;
		font-style: italic;
	}

	.content p {
		margin: 10px 0;
		display: block;
	}

	.content hr {
		border: 1px solid #deddea;
		margin: 6px 0;
	}

		.content hr.noruler {
			border: 0;
			background: 0;
			clear: both;
			margin: 0;
			padding: 0;
			display: inline-block;
		}

	.content.ebulletin article {
		width: 310px;
		float: left;
	}

	.content.ebulletin .ebrow {
		display: inline-block;
		width: 620px;
	}

#comments-form p {
	margin: 10px 0;
	display: inline-block;
	width: 100%;
}
	
	#comments-form label {
		margin-left: 10px;
	}

	#comments-form input[type=text] {
		width: 300px;
	}

	#comments-form textarea {
		border: 1px solid #D0D0D0;
		width: 90%;
	}

/* Pagination */

.pagination {
	clear: both;
}

/* Datatables Pagination */
.dataTables_length {
	width: 170px;
	margin-bottom: 20px;
	float: left;
	text-align: left;
}

.dataTables_info {
	margin: 20px 0px;
}

.dataTables_empty {
	width: 100%;
}

	.content a.page-numbers, 
	.content span.page-numbers.current, 
	.paging_full_numbers span.paginate_button, 
	.paging_full_numbers span.paginate_active,
	.paging_full_numbers a {
		padding: 4px 6px;
		margin: 0 1px;
		color: #FFFFFF !important;
		border-radius: 4px;
		font-size: 12px;
		display: inline-block;
		background-color: #2E3192;
		border: 4px double #212370;
		cursor: pointer;
	}

	.content span.page-numbers {
		padding: 8px;
	}

		.content a.page-numbers:hover, .paging_full_numbers span.paginate_button:hover, .paging_full_numbers a.paginate_button:hover {
			background-color: #6F7BA7;
			text-decoration: none;
		}

		.content span.page-numbers.current, .paging_full_numbers span.paginate_active, .paging_full_numbers a.paginate_active{
			background-color: #F2762A;
			border: 4px double #FAB235;
		}

/* Member Area */

#content.member-area h1 {
	margin-bottom: 25px;	
}

	#content.member-area hr {
		margin: 15px 0;
	}

	#content.member-area article {
		padding: 0 0 0 2px;
	}
	
	#content.member-area article h2 {
		color: #b02725;
		font-weight: 200;
	}

	#content.member-area article span {
		font-size: 11px;
		color: #858585;
	}

	#content.member-area article .button {
		float: left;
		margin: 0 10px 0 0;
	}

aside.member-area {
	float: left;
	min-height: 500px;
}

	aside.member-area h2 {
		color: #b02725;
		font-weight: 200;
		font-size: 20px;
		margin-bottom: 20px;
		width: 252px;
	}

	aside.member-area label {
		font-size: 13px;
		color: #545353;
		display: block;
	}

		aside.member-area .search input.searchicon {
			background-color: #FFFFFF;
			background-image: url('images/searchicon.png');
			background-repeat: no-repeat;
			background-position: center center;
			float: left;
			width: 22px;
			height: 34px;
			border: 0;
			display: block;
			cursor: pointer;
		}

	aside.member-area input.date-picker {
		background-image: url('images/calendar-icon.png');
		background-repeat: no-repeat;
		background-position: 6px;
		width: 58px;
		padding: 6px 6px 6px 22px;
		border: 1px solid #d0d0d0;
	}

/* Local Immigration Partnerships */

.content .expandable {
	display: none;
}
.content .expandable.show {
	display: block;
}

/* Group Listings */

	.content .grouplisting p {
		margin-left: 18px;
		margin-top: -5px;
		font-weight: 200;
		font-style: italic;

	}

	.content .grouplisting h1 {
		font-size: 24px;
		padding: 8px 0;
		color: #2e3192;
	}

		.content .grouplisting h1 .expand {
			font-size: 14px;
			cursor: pointer;
		}

	.content .grouplisting h2 {
		font-size: 21px;
		padding: 8px 0 8px 8px;
		margin: 0;
	}

		.content .grouplisting h2 .expand {
			font-size: 14px;
			cursor: pointer;
		}

	.content .grouplisting h3 {
		font-size: 17px;
		padding: 10px 0 10px 16px;
		margin: 0;
		font-weight: normal;
		color: #666666;
	}

		.content .grouplisting h3 .expand {
			font-size: 14px;
			cursor: pointer;
		}

	.content .grouplisting h4 {
		font-size: 15px;
		padding: 5px 0 10px 24px;
		color: #3D4973;
	}	

		.content .grouplisting h4 .expand {
			font-size: 12px;
			cursor: pointer;
		}

	.content .grouplisting h5 {
		font-size: 14px;
		font-weight: bold;
		min-height: 22px;
		padding-top: 2px;
	}

		.content .grouplisting h5.partners {
			float: left;
		}

	.content .grouplisting .expandable ul {
		list-style: none;
		margin: 0 0 20px 0;
		border-bottom: 1px solid #DEDDEA;
	}

		.content .grouplisting .expandable ul ul {
			margin: 0;
			border: 0;
		}

		.content .grouplisting .expandable ul li.entry {
			padding: 12px 0;
			border-top: 1px solid #DEDDEA;
			z-index: -1;
			min-height: 20px;
			margin: 0;
		}

			.content .grouplisting .expandable ul li.entry:hover{
				background: #EBEBEB;
			}

			.content .grouplisting .expandable ul li.entry.nohover:hover{
				background: #FFFFFF;
			}

		.content .grouplisting .expandable ul li.entry .number{
			float: left;
			margin-right: 10px;
			width: 24px;
			height: 20px;
			text-align: center;
			background: #DDD;
			padding-top: 2px;
		}
	
		.content .grouplisting .expandable ul li.entry p {
			color: #2e3192;
		}

	.content .grouplisting .expandable ul li.entry .unimap {
		float: right;
		margin-right: 20px;
		background-image: url('images/icon-web.png');
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 22px;
		padding-right: 10px;
		padding-top: 4px;
		padding-bottom: 2px;
	}

	.communityicon {
		display: inline-block;
		background-repeat: no-repeat;
		background-position: left center;
		padding: 3px 20px 3px 30px;
		white-space: nowrap;
		margin: 4px 0 0;
	}

	.grouplisting .communityicon {
		background-position: 32px;
	}

	.grouplisting .communityicon a {
		margin-left: 32px;
	}

		.communityicon a {
			color: #9D0000;
		}

		.communityicon.citywebsite {
			background-image: url('images/icon-citywebsite.png');
			min-width: 150px;
		}

		.communityicon.immigrationportal {
			background-image: url('images/icon-immigrationportal.png');
			width: 100%;
		}

		.communityicon.lipwebsite {
			background-image: url('images/icon-web.png');
			min-width: 150px;
		}

		.communityicon.newsletter {
			background-image: url('images/icon-newsletter.png');
			min-width: 150px;
		}

		.communityicon.representative {
			background-image: url('images/icon-partnersite.png');
			min-width: 150px;
		}

	ul.portalwrapper .communityicon {
		padding: 0 20px 0 30px;
		margin: 5px 0;
	}

		.dataentry .communityicon.weblink.right {
			position: relative;
			right: 0;
			padding: 3px 0 3px 30px;
 		}

/* Video Page */

#sb-overlay {
	opacity: 0.8 !important;
}

#loadingicon {
    color: #1E297D;
    display: block;
    text-align: center;
    padding: 20px 0;
    width: 654px;
}

	#loadingicon h3 {
		margin-top: 0;
	}

	#loadingicon hr {
		margin-top: 25px;
	}

.videothumb {
	position: relative;
}

	.videothumb .icon {
		background-image: url('images/playoverlay.png');
		background-position: 50% 50%;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 999;
		width: 100%;
		height: 100%;
	}



#videopost {
	text-align: center;
	margin: 40px 0;
}

.content .videos ul {
	margin: 0;
	padding: 0;	
	display: block;
	width: 700px;
	clear: both;
}

	.content .videos .featured-videos {
		text-align: center;
		margin: 0 auto;
		display: block;
	}

	.content .videos .featured-videos ul {
		margin: 0 auto;
		text-align: center;
		width: 315px;
	}

		.content .videos .featured-videos.wide ul {
			width: 630px;
		}

	.content .videos .featured-videos ul li {
		list-style: none;
		display: block;
		width: 300px;
		margin: 20px 20px 5px 0;
	}

		.content .videos .featured-videos ul li:nth-child(2) {
			margin-right: 0;
		}

		.content .videos .featured-videos ul li img {
			width: 300px !important;
			height: 225px !important;
		}

	.content .videos ul li {
		list-style: none;
		display: block;
		float: left;
		width: 192px;
		margin: 20px 22px 5px 0;
	}

		.content .videos ul li img {
			width: 192px !important;
			height: 144px !important;
		}

	.content .videos ul li:nth-child(3) {
		margin-right: 0;
	}

.content .videos .videofeature {
	margin: 20px 0 50px;
}

.content .videos h3 {
	margin: 10px 0;
	display: inline-block;
}

aside.searchbar { 
	font-size: 11px;
	overflow: visible;
	color: #333;
	min-height: 900px;
}

	aside.searchbar .widget {
		padding-top: 0;
	}

	aside.searchbar p {
		padding: 5px;
	}

	aside.searchbar img {
		text-align: center;
	}
	
	aside.searchbar ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
		width: 180px;
	}

		aside.searchbar ul li {
			display: inline-block;
			width: 100%;
			margin-bottom: 25px;
		}
		
		aside.searchbar ul li ul li a {
			display: block;
		}
	
	aside.searchbar h3 {
		text-transform: none;
		font-family: 'Lato', sans-serif;
		font-size: 16px;
	}

	aside.searchbar input#keywords, aside.searchbar input#namesearch {
		width: 140px;
	}

	aside.searchbar select {
		width: 100%;
		height: 26px;
	}
	

/* Footer */

.footer {
	height: 113px;
	background: #ebebeb;
	font-size: 16px;
	font-weight: 300;
	margin: 34px 0 0 0;
	width: 100%;
}

	.footer div {
		padding: 34px;
	}

	.footer .oak {
		float: right;
		width: 380px;
	}

		.footer .oak a {
			color: #707070;	
			display: block;
			margin: 12px;
			text-align: right;
		}

		.footer .oak a img {
			float: right;
			margin: -5px 0 0 6px;
		}

		.footer .oak a:hover {
			text-decoration: none;
			color: #A0A0A0;
		}

			.footer .oak a:hover img {
				opacity: 0.7;
			}

/* Google Search Results */

.gsc-search-box {
	display: none;
}

.gsc-result-info {
	padding-left: 0 !important;
}

#cse img {
	box-shadow: none;
}

.gsc-results .gsc-cursor-box {
	margin: 15px 0 !important;
}

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
	margin: 10px 0;
}

/* Find an Expert */

#expertwrap #sector {
	height: 72px;
	font-size: 12px;
	padding: 5px 0;
	color: #666;
	font-family: Arial,Helvetica,sans-serif;
}

#expertwrap #data_table {
	display: none;
	width: 100% !important;
}

#expertwrap #data_table thead {
	display: none;
}

#expertwrap .dataTables_top {
	display: block;
	width: 100%;
	clear: both;
}
#expertwrap #data_table_info {
	display: none;
}

#expertwrap .dataTables_wrapper {
	display: none;
}

#expertwrap .dataTables_paginate {
	float: right;
}

#expertwrap .detail-section {
	margin-bottom: 30px;
	display: none;
}

#expertwrap .detail-section hr {
	margin-top: 0px;
}

#expertwrap .dataform {
	width: 640px;
	clear: both;
}

#expertwrap .dataform .databutton {
	display: inline-block;
}

#expertwrap .dataform .element {
	width: 270px;
	margin-bottom: 10px;
}

#expertwrap .sortselection {
	display: none;
}

#expertwrap .sortselection a {
	margin-left: 10px;
	color:  #9D0000;
}

#expertwrap .sortselection a:hover {
	color:  #000;
}

#expertwrap .dataTables_processing {
	display: none;
}

#expertwrap .dataentry {
	width: 654px;
	padding: 5px 0;
	word-wrap: break-word;
}

	#expertwrap .dataentry .iconlinkright {
		display: inline-block;
	}

#expertwrap .datacol {
	width: 280px;
	float:left;
	color: #666;
}

#expertwrap .datatab {
	border-top: 1px solid #d0d0d0;
	width: 650px;
	padding-top: 20px;
	border-bottom: 1px solid #fff; /* hides the border for the element below*/
	z-index: 1;
	position: relative;
}

#expertwrap .datatab-small {
	width: 350px;
}

#expertwrap .datainput {
	float: left;
	width: 320px;
	margin: 10px 0;
}

#expertwrap .datatab h1 {
	font-size: 20px;
	color: #1E297D;
	text-transform: none;
	width: 532px;
	margin-bottom: 10px;
	float: left;
}

#expertwrap .datatab.observatory h1 {
	width: 654px;
}

#expertwrap .datatab .unimap {
	margin-left: 200px;
}

#expertwrap .datagroup img {
	float: left;
	z-index: 2;
	position: relative;
	background: #fff;
	margin: 15px 15px 15px 0px;
}

#expertwrap .datagroup {
	padding: 0;
	width: 654px;
}

#expertwrap .datagroup .thumbnail {
	min-width: 102px;
	height: 128px;
	margin-top: 25px;
	background-image: url('images/experts/placeholder.jpg');
}

#expertwrap .dataheading {
	margin: 5px 0;
}

#expertwrap .dataheading span {
	color: #1E297D;
	font-weight: bold; 
	margin: 4px 0;
}

.detail-section ul li {
	margin: 4px 0;
}

.large_bucket {
	width: 634px;
	height: 200px;
	padding: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #6f7ba7; 
	background: -moz-linear-gradient(top,  #9eabd9 0%, #6f7ba7 75%, #3e4a74 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9eabd9), color-stop(75%,#6f7ba7), color-stop(100%,#3e4a74)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9eabd9 0%,#6f7ba7 75%,#3e4a74 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9eabd9 0%,#6f7ba7 75%,#3e4a74 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9eabd9 0%,#6f7ba7 75%,#3e4a74 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9eabd9 0%,#6f7ba7 75%,#3e4a74 100%); /* W3C */
	margin-top: 10px;
	margin-bottom: 20px;
}

.large_bucket p {
	color: #fff;
	padding-left: 10px;
}

.large_bucket h3 {
	text-transform: none;
	font-size: 18px;
	font-weight: normal;
	text-shadow: #000 1px 1px 1px;
	color: #fff;
	background: none;
	border: none;
	padding: 10px 0 0 10px;
}

.large_bucket .report {
	float: left;
	color: #fff;
	margin: 5px 10px 10px 10px;
	width: 100%;
}

.large_bucket .report li {
	display: block;
	float: left;
	width: 50%;
	margin: 2px 0;
}

.obsselect .datainput select {
	width: 200px;
}

.obsselect {
	display: inline-block;
}

#expertwrap {
	display: inline-block;
	width: 100%;
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	nav.primary ul li a {
		padding: 20px 14px;
	}
	.search input.search-input {
		width: 155px;
	}
	input[type="text"] {
		width: 140px;
	}
}