/*
Theme Name: Institute On Governance
Theme URI: http://oakcomputing.com
Author: OAK Computing
Author URI: http://oakcomputing.com
Description: Default theme for the Institute On Governance website
Version: 0.1
*/

/* Custom Fonts */
@media print { 
	.iogtop, .top-links, .above-slider, .link-list, .sliderframe, .breadcrumbs, footer, aside, .six.columns.bottom-margin {
		display: none !important;
	}
	.eight.columns.content, .logo {
		width: 100%;
		padding: 0;
		margin: 0;
	}
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('fonts/proximanova-semibold-webfont.eot');
    src: url('fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('fonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-semibold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* General Resets */
body {
	font-family: 'Proxima Nova', Helvetica, sans-serif;
	color: #5f5f5f;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Proxima Nova', Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 30px;
	color: #272727;
}

h2, h2 > a, h3, h3 > a {
	color: #0d7ed5;
}
 
h2 {
	font-size: 30px;
	margin: 8px 0;
}

h3 {
	font-size: 21px;
}

h4 {
	text-transform: uppercase;
	color: #aeaeae;
	font-size: 21px;
	margin: 8px 0;	
}

	h4 a {
		color: #aeaeae;
	}

strong {
	font-family: 'Proxima Nova Bold', Helvetica, sans-serif;
	font-weight: normal;
}

p {
	margin: 5px 0;
}

form {
	margin: 0;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.widecolumn {
	width: 960px;
	margin: 0 auto;
	padding-right: 1px;
}

input[type=text], input.date-picker {
	border: 1px solid #ececec;
	border-top: 2px solid;
	-moz-border-top-colors: #d2d2d2 #ececec;
	margin: 0;
	border-radius: 6px;
	box-shadow: none;
	color: #333;
	height: 40px;
}

#gform_submit_button_1 {
	padding:10px 20px;
}

input.date-picker {
	width: 110px;
	padding-left: 10px;
	font-size: 14px;
	font-family: 'Proxima Nova';
}

.ui-datepicker-trigger {
	margin-left: -25px;
	margin-bottom: -3px;
	margin-right: 25px;
	cursor: pointer;
}

.ui-datepicker-trigger:last-child {
	margin-right: 0;
}

input[type=submit] {
	border: 0;
}

table tbody tr td {
	color: inherit;
	padding: 0;
	line-height: 1.6;
}

table td img {
	max-width: inherit;
}

table {
	border: 0;
}

.aligncenter {
	text-align: center;
	margin: 0 auto;
}

.alignleft {
	text-align: left;
	float: left;
}

.alignright {
	text-align: right;
	float: right;
}


/* Colours */

.blue {
	background: #35b9d0;
}
.blue_box {
	border:1px solid #35b9d0;
	border-bottom:4px solid #35b9d0;
}
.blue_border {
	border:3px solid #35b9d0;
}
.green {
	background: #6dad31;
}
.green_border {
	border:3px solid #6dad31;
}
.green_box {
	border:1px solid #6dad31;
	border-bottom:4px solid #6dad31;
}
.purple {
	background: #915682;
}
.purple_border {
	border:3px solid #915682;
}
.purple_box {
	border:1px solid #915682;
	border-bottom:4px solid #915682;
}
.orange {
	background: #f57216;
}
.orange_border {
	border:3px solid #f57216;
}
.orange_box {
	border:1px solid #f57216;
	border-bottom:4px solid #f57216;
}
.rainbow {
	background: url('images/rainbow-bucket.png');
}
.no_pr{padding-right:0;}
ul#tweets li{display:none;margin-bottom:0;}
/* General Margins */

.v-margin {
	margin-top: 16px;
	margin-bottom: 16px;
}

.top-margin {
	margin-top: 16px;
}

.bottom-margin {
	margin-bottom: 16px;
}

/* Top Page Rainbow */

.iogtop {
	background: url('images/iog-top.png') repeat;
	height: 4px;
	width: 100%;
}

/* Top Links */

.top-links {
	margin-top: 60px;
}

	.top-links > ul > li > a {
		font-size: 13px;
		color: #5F5F5F;
	}

ul.inline-list, ul.link-list {
	margin: 0 0 17px 0;
 	display: inline-block;
}

	ul.inline-list > li, ul.link-list > li {
		margin-left: 0 !important;
		margin-right: 14px;
	}
/* Navigation */

.above-slider {
	position: relative;
	z-index: 999;
}

.nav-bar {
	background: #FFFFFF;
	font-family: 'Proxima Nova Bold';
	font-weight: normal;
}

	.nav-bar > li {
		border: none;
	}

	.nav-bar > li > a:first-child {
		font-size: 17px !important;
		color: #000000;
		text-transform: uppercase;
	}

	.nav-bar > li:last-child {
		border-right: 0;
	}

	.nav-bar > li:hover > a {
		color: #FFFFFF;
	}

	.nav-bar > li:hover > ul > li > a {
		color: #000000;
	}

	.nav-bar > li.has-flyout > a:first-child {
		padding-right: 20px;
	}

		.nav-bar > li.has-flyout > a:first-child:after {
			display: none;
		}

		.nav-bar > li:hover > ul > li > a {
			color: #FFFFFF;
		}

		.nav-bar > li > ul, ul.flyout {
			border: 0 !important;
			margin-top: -1px;
			margin-left: 1px;
			box-shadow: none !important;
		}

			.nav-bar > li > ul > li, ul.flyout > li {
				border: 0 !important;
				background: none !important;
			}

				.nav-bar > li > ul > li > a, ul.flyout > li > a {
					box-shadow: none !important;
					background: none !important;
					border: 0 !important;
					padding: 12px 20px;
					font-size: 18px;
				}

					.nav-bar > li > ul > li:hover > a, ul.flyout > li:hover > a {
						background: rgba(0, 0, 0, 0.1) !important;
					}

/* Menu Colours */
	.nav-bar li.green, .nav-bar li.blue, .nav-bar li.purple, .nav-bar li.orange, .nav-bar li.rainbow {
		background: none;
	}

		.nav-bar li.green:hover, .nav-bar li.green:hover ul {
			background: #6dad31;
		}

		.nav-bar li.blue:hover, .nav-bar li.blue:hover ul {
			background: #35b9d0;
		}

		.nav-bar li.purple:hover, .nav-bar li.purple:hover ul {
			background: #915682;
		}

		.nav-bar li.orange:hover, .nav-bar li.orange:hover ul {
			background: #f57216;
		}

		.nav-bar li.rainbow:hover, .nav-bar li.rainbow:hover ul {
			background: url('images/rainbow-bucket.png');
		}

/* Panel */

.panel {
	margin: 0 0 4px 0;
}

/* Buckets */

.buckets > .four.columns {
	width: 314px;
}

	.buckets > .columns > .bucket {
		margin: 0 auto;
	}

.buckets > .six.columns {
	width: 48%;
	margin: 0 29px 12px 0;
}

	.buckets > .six.columns .bucket img {
		width: 455px;
		height: 221px;
	}

	.buckets > .six.columns:last-child {
		float: left;
	}

.buckets > .columns {
	padding: 16px;
	margin: 0 25px 12px 0;
}

	.buckets > .four.columns:nth-child(3n+3) {
		margin-right: 0;
	}

	.buckets > .six.columns:nth-child(2n+2) {
		margin-right: 0;
	}

.buckets > .columns:hover {
	box-shadow: 0 0 5px 3px #e4e4e4;
}

	.buckets > .columns.widget_oak_mailchimp:hover {
		box-shadow: none;
	}

.buckets p {
	margin: 10px 0 0 0;
	height: 65px;
	font-size: 13px;
}

	.buckets.large p {
		height: 45px;
	}

.bucket {
	height: 172px;
	width: 282px;
}

	.bucket h3 {
		font-family: 'Proxima Nova Bold', Helvetica, sans-serif;
		margin: 0;
		color: #FFFFFF;
		padding: 14px 0 14px 18px;
		text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
	}

.buckets.large .bucket {
	width: 455px;
	height: 276px;
}

/* Search Input */

.search {
	height: 39px;
	border: 1px solid #d2d2d2;
	border-radius: 6px;
	width: 216px;
}

	.search input[type=text] {
		border: 0;
		height: 36px;
		width: 174px;
		box-shadow: none;
		color: #AAAAAA;
		border-radius: 5px 0 0 5px;
		padding-left: 10px;
		float: left;
	}

	.search-icon {
		display: inline-block;
		background: url('images/search-button.png') no-repeat 0 9px;
		width: 40px;
		height: 37px;
		padding: 10px;
		border: 0;
		cursor: pointer;
	}

/* Announcement */

.announcement {
	border: 0;
	color: #FFFFFF;
	padding-left: 70px;
	background-image: url('images/loudspeaker.png');
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

	.announcement div {
		width: 100%;
		height: 100%;
	}
	
	.announcement h3 {
		color: #FFFFFF;
		margin: 0 0 5px 0;
		font-size: 22px;
	}

	.announcement p {
		margin: 5px 0 0 0;
	}

	.announcement a {
		color: #FFFFFF;
	}

/* Buttons */ 
.register_link{padding-top: 7px !important;}
.button {
	padding: 8px 6px;
	color: #FFFFFF !important;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
	font-size: 16px;
	display: inline-block;
	background-color: #0d7ed6;
	height: 38px;
	font-family: 'Proxima Nova';
	cursor: pointer;
}

	.button:hover {
		text-decoration: none;
		background-color: #464AA4;
	}

a.button {
	padding: 10px;
	margin-left: 10px;
}

.button.large { 
	line-height: 1.6;
	min-width: 610px;
	padding: 12px;
	height: auto;
	margin: 16px 0 0 0;
}

	.button.large span {
		display: block;
		font-size: 18px;
		margin-left: 70px;
	}

		.button.large .downloadicon {
			float: left;
			display: block;
			padding: 8px 20px 0 10px;
		}

.button.medium {
	line-height: 1.6;
	min-width: 538px;
	padding: 12px;
	height: auto;
	margin: 0;
}

	.button.medium span {
		display: block;
		font-size: 14px;
		margin-left: 70px;
	}

		.button.medium .downloadicon {
			float: left;
			display: block;
			padding: 8px 20px 0 10px;
		}

/* Pagination */

.pagination {
	text-align: center;
	font-size: 18px;
}

	.pagination a, .pagination span {
		padding: 5px 10px;
	}

	.pagination span.current, .pagination a:hover {
		background: #0d7ed6;
		color: #FFFFFF;
	}

/* Breadcrumbs */

ul.breadcrumbs {
    background: none;
    border: 0;
    border-radius: 0;
    padding: 0;
}
	
	ul.breadcrumbs > li {
		text-transform: uppercase;
	}

	ul.breadcrumbs > li > a {
		font-size: 14px;

	}

/* Slides */

.royalSlider { 
	overflow: hidden 
}

.sliderframe {
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 10px #000;
}

	.sliderframe.short {
		height: 250px;
	}

		.sliderframe div {
			width: 100%;
			height: 100%;
			display: inline-block;
			/* IE9 SVG, needs conditional override of 'filter' to 'none' */
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 85%, rgba(0,0,0,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(85%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 85%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 85%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 85%,rgba(0,0,0,1) 100%); /* IE10+ */
			background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 85%,rgba(0,0,0,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
		}

	.sliderframe h1 {
		color: #FFFFFF;
		font-size: 74px;
		font-family: 'Proxima Nova Bold';
		margin: 0;
		position: absolute;
		bottom: 10px;
		left: 20px;
		display: inline-block;	
	}

		.sliderframe h1 span {
			font-size: 50px;
			margin-top: -30px;
			display: block;
		}

	.sliderframe.short h1 {
		padding: 155px 0 0 35px;
	}

	.rsDefault .rsBullets {
		background: none !important;
	}

	.rsDefault .rsBullet {
		border: 1px solid #000;
	}

/* Content */

.content {
	padding-right: 34px;
}

	.content p {
		margin: 5px 0 20px 0;
	}

	.content h1 {
		margin-top: 0;
	}

	.content h3 {
		color: #5f5f5f;
	}

	.content time {
		display: inline-block;
		margin: 5px 0 14px 0;
		color: #BBBBBB;
	}

	.content ul, .content ol {
		padding-left: 40px;
		margin-left: 0;
	}

	.content img.size-full {
		width: 100%;
	}

article {
	margin-bottom: 40px;
}

.wp-caption-text {
	font-size: 11px;
}

.wp-caption {
	max-width: 100% !important;
}

	.wp-caption.alignleft {
		margin: 0 12px 0 0;
	}

	.wp-caption.alignright {
		margin: 0 0 0 12px;
	}

/* Widget Box */

.widget {
	background: #FFFFFF;
	display: block;
	border: 1px solid #e7e7e7;
	margin-bottom: 60px;
}

	.widget h3 {
		display: block;
		width: 100%;
		color: #FFFFFF;
		margin: 0;
		text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
		padding: 10px;
		text-align: left;
		background: #0d7ed6;
		/*background: #B9B9B9;*/
	}

		.widget h3 .more {
			font-size: 14px;
			text-shadow: none;
			color: #FFFFFF;
			margin: 5px 0;
			float: right;
		}

	.widget h4 {
		text-transform: none;
	}

	.widget ul {
		list-style: none;
		padding: 0 16px;
		margin: 6px 0;
	}

		.widget ul li {
			font-size: 16px;
			padding: 10px 0;
			line-height: 1.2;
			display: inline-block;
			width: 100%;
		}

			.widget.widget_oak_latest_updates ul li a, .widget .twitter-meta a {
				font-size: 18px;
			}

	.widget time {
		display: block;
		font-size: 12px;
	}

.widget.blue, .widget_twitter {
	border-bottom: 3px solid #35b9d0;
}

	.widget.blue h3, .widget_twitter h3 {
		background: #35b9d0;
	}

.widget.green {
	border-bottom: 3px solid #6dad31;
}

	.widget.green h3 {
		background: #6dad31;
	}

.widget.purple {
	border-bottom: 3px solid #915682;
}

	.widget.purple h3 {
		background: #915682;
	}

.widget.orange {
	border-bottom: 3px solid #f57216;
}

	.widget.orange h3 {
		background: #f57216;
	}

/* Authors */
#categories {
	list-style: none;
	display: inline-block;
	width: 100%;
	padding: 0;
	margin-bottom: 30px;
	padding: 20px 30px;
}

#categories li {
	float: left;
	padding: 4px 0;
	font-size: 14px;
}

#categories li:after {
	content: "|";
	padding: 0 12px;
	color: #9ADCE8;
}

#categories a {
	color: #FFFFFF;
}

#categories li.active-tag a {
	color: #000000;
}

.profiles h2 {
	margin: 20px 0;
}

.profiles .author {
	display: none;
	height: 0;
}

.profiles .author.isotope-item {
	text-align: center;
	display: inline-block;
	height: 290px;
}

	.profiles .author ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

		.profiles .author ul li {
			box-shadow: 1px 1px 2px #E6E6E6;
			width: 142px;
			height: 270px;
			padding: 10px;
			text-align: center;
		}

			.profiles .author ul li a.photo {
				display: block;
				width: 122px;
				height: 162px;
				text-align: center;
			}

		.profiles .author .title {
			font-size: 10px;
			color: #666666;
			line-height: 1.2;
			height: 46px;
			overflow: hidden;
		}
			
	.profiles .author:hover li {
		background: #6DAD31 !important;
		box-shadow: none;
		cursor: pointer;
	}

		.profiles .author.team:hover li, .profiles .author.equipe:hover li {
			background: #35B9D0 !important;
		}

		.profiles .author.associates:hover li, .profiles .author.associes:hover li {
			background: #FF7006 !important;
		}

		.profiles .author.board-of-directors:hover li,  .profiles .author.conseil-dadministration:hover li {
			background: #915682 !important;
		}

		.profiles .author:hover h4 a {
			color: #FFFFFF;
			background: none !important;
			text-decoration: none;
		}

		.profiles .author:hover .title {
			color: #FFFFFF;
		}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
}

.isotope {
    transition-property: height, width;
}

.isotope .isotope-item {
    transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    transition-duration: 0s;
}

.authors {
	margin-bottom: 40px;
	border-top: 3px solid #6dad31;
}

.authors img {
	float: left;
}

.authors .profile {
	float: right;
	width: 74%;
	margin: 0 5px 20px 15px;
}

.authors .profile h4 {
	text-align: left;
	font-size: 16px;
}

	.profile h2 {
		font-size: 18px;
	}

	.profile h4 {
		font-size: 14px;
		color: #272727;
		text-transform: none;
		padding: 10px 0;
		height: 42px;
		display: table-cell;
		vertical-align: middle;
		width: 140px;
		text-align: center;
	}

		.profile h4 a {
			color: #272727;
		}

		.profile h4 a:hover {
			text-decoration: underline;
		}

	.profile p {
		margin: 10px 0;
	}

		.profile .contact {
			margin: 10px 0;
			padding: 0;
			list-style: none;
		}

		.profile .contact li {
			float: left;
			width: auto;
			padding: 0 10px 0 0;
		}

		.profile img.picture {
			box-shadow: 0 0 2px #707070;		
			display: block; 
			margin: 6px 15px 7px 0; 
			float: left;
		}

/* Timeline */

.timeline ul {
	display: block;
	margin: 0;
	padding: 15px 20px;
	border-left: 2px solid #e5e4e4;
	margin-left: 90px;
}

.timeline ul li div {
	font-family: 'Proxima Nova Bold';
	margin-left: -101px;
	/*margin-left: -120px;width: 107px;*/
	width: 88px;
	padding-right: 20px;
	margin-top: 2px;
	background: url('images/bullet.png') no-repeat right 0;
	float: left;
	display: inline;
	text-align: center;
}

.timeline ul li a {
	font-size: 14px;
}

.timeline ul li {
	color: #000000;
	padding: 15px 0;
}

/* Archive */

.content ul.archive {
	border-left: 2px solid #e7e7e7;
	margin-left: 20px;
	list-style: none;
	margin-top: 5px;
	padding-left: 0;
}

	.content ul.archive li {
		padding-bottom: 40px;
	}

	.content ul.archive .eventblock {
		margin-left: -25px;
		margin-top: -1px;
		font-size: 15px;
	}

		.content ul.archive .eventblock:after {
			background: url('images/divet.png');
		    content: "";
		    display: block;
		    height: 15px;
		    margin: -28px 45px;
		    width: 7px;
		}

	.content ul.archive .contentbox {
		display: inline-block;
		width: 560px;
		margin-left: 10px;
		margin-top: 8px;
	}

/* Event */
.event_reg_table{background:none;margin: 15px 15px 15px 15px;width: 95%;}
.event_reg_table td{ vertical-align:middle; background:none;font-size: 18px;color: #AAAAAA;}
.event_reg_table tbody tr:nth-child(even){background:none;}

.eventblock {
	display: block;
	width: 51px; 
	height: 50px;
	padding: 5px;
	color: #FFFFFF;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	float: left;
	margin: 6px 12px 0 0;
}
	.eventblock span {
		margin: 2px 0 4px 0;
		text-transform: uppercase;
		display: block;
		font-size: 18px;
		font-family: 'Proxima Nova Bold', Helvetica, sans-serif;
	}

.additionaldates {
	background: url('images/additional-dates.png') no-repeat 0 2px;
	padding: 0 0 0 50px;
	line-height: 1.4;
	font-size: 14px;
	letter-spacing: -0.2px;
	margin: 0;
 }

 	.additionaldates span {
 		color: #5F5F5F;
 		font-size: 16px;
 	 	font-family: 'Proxima Nova Bold', Helvetica, sans-serif;
	}

ul.archive hr {
	margin: 10px 0;
}

.event {
	display: block;
	float: left;
	width: 234px;
}

	.event h3 {
		margin: 5px 0;
	}

	.event p {
		margin: 0;
	}

/* Footer Strip */

.strip {
	margin-top: 50px;
}

	.strip p {
		font-size: 18px;
	} 

	.strip .newsletter-form{
		float: right;
		padding-right: 0;
	}

	.strip .newsletter-form input[type=text] {
		width: 200px;
		border: 1px solid #d2d2d2;
		margin: 0;
	}

	.strip input[type=submit] {
		margin-left: 10px;
	}

	.strip a.button {
		margin-left: 0;
	}

/* Newsletter Bucket */

.newsletter-success {
	display: none;
}

.newsletter {
	padding: 0 20px;
	color: #FFFFFF;
}
#mc4wp_email,	.newsletter-form input[type=text] {
		width: 148px;
		height: 37px;
		border: 0;
		border-radius: 6px;
		border-top: 1px solid #2c98ab;
		box-shadow: none;
		color: #AAAAAA;
		float: left;
	}

	.newsletter_submit,.newsletter-form input[type=submit] {
		border: 0;width: 90px;
		padding: 8px 3px !important;
		font-size: 13px !important;
		float: right !important;
	}
	.mc4wp-alert{clear:both;}
.widget_oak_mailchimp,.bucket.newsletter{height: auto;padding-bottom: 10px;}
	.newsletter h3 {
		font-size: 36px;
		padding: 20px 0;
	}

/* Dates */

	.dates .columns {
		font-size: 18px;
		color: #AAAAAA;
		padding-bottom: 6px;
	}

	.eventmeta {
		padding: 10px 0;
	}

/* Social Icons */

.social {
	list-style: none;
	margin: 10px 0;
	height: 32px;
}

	.social > li {
		float: left;
		margin: 0 3px;
	}

/* Expandable Content */

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

.expandable {
	display: none;
}

	.expandable.show {
		display: block;
	}

/* Twitter Widget */

.entry-meta {
	display: block;
	padding: 20px 0;
}

.twitter-avatar {
	float: left;
	width: 90px;
}

	.twitter-meta {
		font-size: 12px;
		color: #AAAAAA;
	}

	.twitter-meta a {
		display: block;
		font-size: 15px;
	}

/* Colorbox */

.instructions {
	display: none;
}

#colorbox .instructions {
	display: block;
}

#colorbox, #colorbox:before, #colorbox:after {
    -moz-box-sizing: content-box !important;
}

#cboxLoadedContent {
	padding: 0 10px;
}

/* Sharing Widget */

#dd_ajax_float {
	width: 62px;
}

/* Google Search Results */

#cse table {
	border: 0;
	margin: 0;
}

#cse table tbody tr td {
	padding: 9px 10px 9px 0;
}

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

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

.gsc-control-cse div {
	line-height: 1.4;
}

#cse img {
	box-shadow: none;
}
.justify{text-align:justify;}
.gsc-results .gsc-cursor-box {
	margin: 15px 0 !important;
}

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
	margin: 10px 0;
}
/* NEW CSS*/
.call2action {padding:18px 25px; height: 130px; overflow:hidden;font-family: "Lato",'Proxima Nova', Helvetica, sans-serif;
background-image: url(icons/arrow.png);background-repeat: no-repeat;background-position: bottom 10px right 10px;cursor:pointer;
}
.call2action p{color:#fff; font-size:18px; font-weight:bold; }
.action_text .more{float:right;margin-bottom:12px;}
.action_text {display:none;padding:25px 25px 35px 25px;font-family: "Lato",'Proxima Nova', Helvetica, sans-serif;}
.action_text h1{font-size:18px; font-weight:bold;}
.action_text, .action_text p{font-size:16px;text-align:justify;}
.section_title{ color:#AEAEAE; text-transform: uppercase;font-weight: bold;font-size:20px;font-family: "Lato",'Proxima Nova', Helvetica, sans-serif;}
.twitter{padding:20px 0px 20px 10px;}
.twitter li{color: #fff;font-size: 18px;padding: 0px 25px 0 60px;background-image: url(icons/twitter.png);background-repeat: no-repeat;background-position: 20px;cursor: pointer;}
.twitter li a {color:#fff; text-decoration:underline;}

.galleryTextThumbs .rsThumbs h5{padding:0 8px !important;font-size:18px !important; font-weight:bold; font-family: "Lato",'Proxima Nova', Helvetica, sans-serif;
    display: table-cell;
    vertical-align:middle;
	}
.replace_slider{display:none;}
.replace_slider a h3{margin:0; padding:10px;color:#fff;}
.homepage_slider .rsNavItem.rsThumb:first-child  {border-top: 1px solid #DBDBDB !important;}
.homepage_slider .rsNavItem.rsThumb {border-bottom: 1px solid #DBDBDB !important;border-right: 1px solid #DBDBDB !important;padding:0; background:#FAFAFA;!important}
.homepage_slider .rsNavItem.rsThumb.rsNavSelected:nth-child(1n)    {/*background:url(images/sliderarrow.png) left center no-repeat;*/background-color:#915682;}
.homepage_slider .rsNavItem.rsThumb.rsNavSelected:nth-child(2n) {/*background:url(images/sliderarrow.png) left center no-repeat;*/background-color:#6dad31;}
.homepage_slider .rsNavItem.rsThumb.rsNavSelected:nth-child(3n) {/*background:url(images/sliderarrow.png) left center no-repeat;*/background-color:#35b9d0;}
.homepage_slider .rsNavItem.rsThumb.rsNavSelected:nth-child(4n) {/*background:url(images/sliderarrow.png) left center no-repeat;*/background-color:#f57216;}
.homepage_slider .rsThumb:nth-child(1n)  .rsTmb h5{color:#915682;}
.homepage_slider .rsThumb:nth-child(2n)  .rsTmb h5{color:#6dad31;}
.homepage_slider .rsThumb:nth-child(3n)  .rsTmb h5{color:#35b9d0;}
.homepage_slider .rsThumb:nth-child(4n)  .rsTmb h5{color:#f57216;}

.homepage_slider .rsSlide:nth-child(1n) {border:2px solid #915682;}
.homepage_slider .rsSlide:nth-child(2n){border:2px solid #6dad31;}
.homepage_slider .rsSlide:nth-child(3n){border:2px solid #35b9d0;}
.homepage_slider .rsSlide:nth-child(4n){border:2px solid #f57216;}

.homepage_slider  .rsNavSelected .rsTmb h5{color:#fff !important;}
.homepage_slider  .rsContent {background:#FAFAFA !important; }
.homepage_slider  .rsTmb {padding:0 !important;display: table-row !important;
height: 80px;}
.homepage_slider .rsOverflow {
background: #F0F0F0 !important;
}
.homepage_buttons {padding: 16px;}
.homepage_slider .new-royalslider-1 .rsThumbsVer {
padding-left: 0 !important;
}
#menu-header-links li:last-child{margin-right:0;}
.slider_text{text-align:justify; padding-right:25px;}
.arrow_more{ background: url('images/arrow_more.png'); display:inline-block; width:20px; height:20px;vertical-align: top;  }
.slider_row {margin: 0 !important; padding:10px;} 
.course_search_ul  {list-style:none; padding:0 !important; margin-bottom:35px;width: 100%;display: table;}
.course_search_ul li {display:table-cell;}
.course_search_ul li.center {padding:10px;}
.course_search_ul li:last-child{padding-right:0;}
.course_search_ul input[type="text"],.course_search_ul  .date-picker,.course_search_ul select{border:1px solid #eee;border-radius:0;}
.course_search_ul select{padding: 10px;}
.course_search_ul select option{padding: 10px;}
.course_search_ul input[type="submit"]{margin-left: -3px;padding: 0 9px;height: 40px; background:#6dad31;}
.course_search_ul .datepicker,.course_search_ul .date-picker{width:100%;}
/*.course_search_ul li:nth-child(3) {
    width:145px;
}
.course_search_ul li:nth-child(5) {
    width:145px;
}*/

.course_month {padding-left: 0;margin-bottom:35px;color:#915682;font-size:33px;text-transform: uppercase;font-family: "Oswald",'Proxima Nova', Helvetica, sans-serif;}
.fc-header-title h2, .course_month {padding-left: 0;color:#915682;font-size:33px;text-transform: uppercase;font-family: "Oswald",'Proxima Nova', Helvetica, sans-serif;}
.fc-button,.fc-button:active,.fc-button:focus{background:none !important;border:none !important;box-shadow:none !important;height:35px !important;}
.course_arrows{text-transform: none;font-size: 31px;}
.course_arrows .prev, .fc-icon-left-single-arrow{background: url(icons/calendar_arrow.png) no-repeat center;cursor: pointer; height:35px;width:35px;padding:0 !important;display:inline-block; margin-left:20px;}
.fc-content {clear: both;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{color:#333 !important; }
table.fc-border-separate, table.fc-border-separate.fc td, .fc th {width: 85px !important;height: 50px !important;}
.fc-event-inner{height: 14px !important;}
.fc-event-hori{border:none !important;border-radius:0 !important;}
table.fc-border-separate { table-layout: fixed; } 
.course_arrows .next, .fc-button-next {background: url(icons/calendar_arrow2.png) no-repeat center !important;cursor: pointer; height:35px;width:35px;display:inline-block;margin-left: -15px;}
.fc-icon-left-single-arrow::after, .fc-icon-right-single-arrow::after{content:none !important;}
.courses_list_view{background-color:#fff;background-image: url(icons/list_grey.png);background-repeat: no-repeat;background-position: center;cursor: pointer; height:32px;width:45px;display:inline-block;border:1px solid #D1D1D1;}
.courses_list_view:hover{background-color:#D1D1D1;background-image: url(icons/list_white.png);}
.courses_cal_view{background-color:#fff;background-image: url(icons/calendar_grey.png);background-repeat: no-repeat;background-position: center;cursor: pointer; height:32px;width:45px;display:inline-block;border:1px solid #D1D1D1;}
.courses_cal_view:hover{background-color:#D1D1D1;background-image: url(icons/calendar_white.png);}
.tright{text-align:right; }
.pad0{padding:0;}
.calview{position:absolute;left:-10000px;}

.Doc{background: url(icons/word.png) no-repeat left center;padding-left: 45px !important;}
.Pdf{background: url(icons/pdf.png) no-repeat left center;padding-left: 45px !important;}
.Xls{background: url(icons/excel.png) no-repeat left center;padding-left: 45px !important;}
.Ppt{background: url(icons/ppt.png) no-repeat left center;padding-left: 45px !important;}

.footer_event_course_list {min-height:925px;}

.center-cropped {
    height:120px;
    width:210px;	
    background-position: center ;
    background-size: cover ;
    background-repeat: no-repeat;margin:0 10px;
	border: 1px solid #666 !important; 
}​
.embed-container {border: 12px solid #eee; position: relative; padding-bottom: 56.25%; overflow: hidden; max-width: 100%; height: auto; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: relative; top: 0; left: 0; width: 100%; min-height: 200px; }
.excerpt_before,.excerpt_after{border: 2px solid #eee;padding:15px;margin-bottom:25px;}
.play_overlay{ width:100%; height:100%; display:inline-block;}
.play_overlay:hover{background:url(play.png) no-repeat  center; }
.media_title{font-weight:800;}
.contact_button{border:none;padding:15px 110px;height: auto;}
.header_btn{border:none;padding:10px 20px 10px 40px;background-position:10px; background-repeat:no-repeat; float:right;}
.header_btn_course{background-image:url(icons/coursecatalogue.png); margin-right:10px;}
.header_btn_media{background-image:url(icons/play.png) ; }
.embed-container {border: 15px solid #eee;}
.block_header{padding: 15px ;}
.block_title{font-size:21px;margin-bottom: 0;color:#fff; font-weight:bold;display:inline-block;}
.block_link{float:right;color:#fff; color: #fff !important;padding: 5px;display:inline-block;}
.block_excerpt{ padding:15px; font-size:14px;line-height: 1.6;margin-bottom:30px;}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrow {background: #DBDBDB; }
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrow:hover {background: #eee;}
.gform_widget input,.gform_widget textarea{ border:1px solid #eee;border-radius:0; width:100% !important;font-size: 14px !important;;
}
.gform_widget .gform_body,.gform_widget .gform_footer{ margin:0 18px !important;}
.gform_wrapper{max-width: 100% !important;}
/* .blue {#35b9d0;
.green {#6dad31;
.purple_border {#915682;
.orange {#f57216;
Media Queries */

/* Phones */

@media only screen and (max-width: 767px) and (min-width: 1px) {
	.nav-bar {
		text-align: center;
	}
	.header_btn_course{margin-right:0;}

	.sliderframe.short {
		height: 116px;
		background-size: 448px 116px;
	}

	.authors ul li img.attachment-profile {
		width: 20%;
	}

	.authors .profile {
		width: 75%;
		margin: 0;
	}

	.rsVideoContainer {
		position: static;
	}

	.content .row .twelve.columns hr {
		border-color: #AAAAAA;
	}

	.content ul.archive {
	    border-left: 0;
	    margin-left: 0;
	    margin-top: 0;
   	}

   	.content ul.archive .eventblock {
   		width: auto;
   		margin: 0 0 14px 0;
   		font-family: 'Proxima Nova Bold',Helvetica,sans-serif;
    	font-size: 18px;
    	height: auto;
   	}

   		.content ul.archive .eventblock span {
   			float: left;
   			margin: 0 5px 0 0;
   		}

   	.content ul.archive .eventblock:after {
   		display: none;
   	}

	.buckets > .four.columns, .buckets > .six.columns {
		width: 100%;
		margin: 0;
	}

		.buckets > .four.columns > p {
			width: 282px;
			margin: 0 auto;
		}

		.buckets > .six.columns > p {
			width: 437px;
			margin: 0 auto;
		}	

		.buckets > .six.columns:last-child {
			float: none;
		}

		.buckets > .columns:hover {
			box-shadow: none;
		}	

	button.button, input.button[type="submit"] {
		width: 85px;
		-webkit-appearance: none;
		border-radius: none;
	}
	
	.homepage_buttons a button{width:100%;}
	.replace_slider{display:block; margin-top:20px;}
	.homepage_slider{display:none;}


	.columns.four h4 {
		margin-top: 40px;
	}

	.columns.strip {
		text-align: left !important;
	}

	.columns.strip .newsletter-form {
		float: left;
		width: 295px;
		padding-left: 0;
	}

	.sliderframe h1 {
		font-size: 40px;
	}

	.search {
		margin: 0 auto;
	}

	.top-links, .logo h1 {
		text-align: center;
	}

	.content {
		padding: 16px;
	}

}
@media only screen and (max-width: 960px) and (min-width: 768px) {

	.homepage_buttons{clear: both;margin: 0 auto;width: 50%;} 
	.widget_oak_mailchimp{width: auto !important;clear: none !important;float: left !important;padding: 15px 43px;}
	.top-links {
		margin-top: 0;
		text-align: center;
	}

	.sliderframe.short {
		height: 200px;
	}

	.sliderframe h1 {
		font-size: 58px;
	}

	ul.inline-list, ul.link-list {
		margin: 0 auto;
		float: none;
	}

	.authors ul li img.attachment-profile {
		width: 10%;
	}

	.authors .profile {
		width: 88%;
		margin: 0;
	}

	.buckets > .six.columns {
		width: 100%;
	}

	.buckets > .four.columns {
		width: 48%;
	}

		.buckets > .four.columns > p {
			width: 282px;
			margin: 0 auto;
		}

		.buckets > .six.columns > p {
			width: 455px;
			margin: 0 auto;
		}

	.buckets > .four.columns:nth-child(3n+3) {
		margin-right: 25px;
	}

	.buckets > .four.columns:nth-child(2n+2) {
		margin-right: 0;
	}

	.buckets > .four.columns:last-child {
		float: none;
		clear: both;
		margin: 0 auto;
		width: 100%;
	}

	aside.column:after, aside.columns:after,
	.content.column:after, .content.columns:after,
	.nine.columns:after,
	.three.columns:after,
	.top-links.columns:after,
	.logo.columns:after {
	    clear: both;
	}

	aside.column:before, aside.columns:before, aside.column:after, aside.columns:after,
	.content.column:before, .content.columns:before, .content.column:after, .content.columns:after,
	.nine.columns:before, .nine.columns:after,
	.three.columns:before, .three.columns:after,
	.top-links.columns:before, .top-links.columns:after,
	.logo.columns:before, .logo.columns:after {
	    content: "";
	    display: table;
	}

	.content, aside, .nine.columns, .three.columns, .top-links, .logo {
		width: 100% !important;
		padding: 16px;
	}

	.top-links, .logo h1 {
		text-align: center;
	}

	.search {
		margin: 0 auto;
	}

	.nav-bar {
		margin: 0 auto;
		width: auto; 
		display: inline-block;
	}

	button.button, input.button[type="submit"] {
		-webkit-appearance: none;
		border-radius: none;
	}
	.above-slider .nine.columns{text-align:center;}
	.nav-bar > li > a:first-child {
		padding: 0 10px;
	}
	
}

@media only screen and (max-width: 1024px) and (min-width: 961px) {
	.buckets > .four.columns {
		width: 31%;
	}
	
/*
@media only screen and (max-width: 801px) and (min-width: 500px) {
	
}*/
}






/*Profile Banner Styles*/

	#fancybox-content #fancybox-frame body{
		font-family:'Proxima Nova', Helvetica, sans-serif !important;
	}

	.banner-container{
		min-height:200px !important;
		overflow-y:hidden !important;
		float: left;
		box-shadow: inset 0 0 12px #000;
	}
	
	.banner-top{
		float:left;
		padding:0 !important;
		margin:0 !important;
		line-height:0 !important;
	}
	
	.banner-top img{
		max-width:100%;
		width:100%;
		padding:0;
		line-height:0 !important;
		position: relative;
		z-index: -1;
	}
	
	.banner-bottom ul{
		margin:0;
		padding:0;
		list-style:none;
		max-height:578px;
		line-height:0 !important;
	}
	
	.banner-bottom li{
		display:inline !important;
		padding:0;
		margin:0;
		float:left;
		width:100%;
		min-height:auto;
		overflow:hidden !important;
		max-height:288.5px !important;
		line-height:0 !important;
	}
	
	.banner-bottom li a{
		line-height:0 !important;
	}
	
	.banner-bottom li a img{
		max-width:100% !important;
		width:100%;
		height:auto;
		overflow:hidden !important;
		margin:0;
		padding:0;
		line-height:0 !important;
	}
	
	.banner-bottom li a img:hover{
		opacity:0.8;
	}
	
	
@media (min-width:320px) { .banner-bottom li{ width:20% !important; height:auto !important;}  }
@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ .banner-bottom li{ width:20%; height:auto !important;}    }
@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ .banner-bottom li{ width:20% !important; height:auto !important;}  }
@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ .banner-bottom li{ width:20% !important; height:30% !important;} }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ .banner-bottom li{ width:20% !important; height:auto !important; } }
@media (min-width:1281px) { /* hi-res laptops and desktops */ .banner-bottom li{ width:10% !important; height:143.5px !important;} }






