/*
Theme Name: Cantlie theme
Theme URI: --
Description: Custom theme for Cantlie! 
Version: 1.0
Author: Kate@Goosebumps
Author URI: http://getgoosebumps.com.au

*/


html {
	margin: 0;
	padding: 0;
	background: #424242;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight: 400;
	background: #fff;
	color: #30353c;
}

/*---------------------------------------------------------General + Text styles

Source Sans Pro from Google fonts */	

h1, h2, h3, h4, h5 {
	color: #f88b2b;
}

h1 {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 43px;
	line-height: 68px;
	letter-spacing: 0.15px;
	font-weight: 400;
	text-transform: none;
	margin: 0 0 45px 0;
	display: inline-block;
}

h2 {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	text-transform: none;
	font-size: 38px;
	line-height: 32px;
	letter-spacing: -0.35px;
	font-weight: 400;
	margin: 0 0 30px 0;
}

	.content h2 {
		color: #f88b2b;
		font-size: 24px;
		margin: 0 0 20px;
	}

h3 {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #30353c;
	text-transform: none;
	letter-spacing: 0.5px;
	font-weight: 400;
	margin: 0 0 15px;
}

	.content h3 {
		font-size: 19px;
		font-weight: 600;
		clear: right;
	}


	h3 a {
		color: #30353c;
		font-weight: 400;
	}

h4 {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 17.5px;
	line-height: 19px;
	font-weight: 600;
	margin: 0 0 10px 0;
	color: #30353c;
}

h5 {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 10px 0;
	color: #30353c;
}

p,
.content .wpbb-job-fields-wrapper p:first-of-type,
.content .wpbb-job-tax-wrapper p:first-of-type,
.content .details p:first-of-type,
.content table p:first-of-type,
.archive p:first-of-type  {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 17.5px;
	font-style: normal;
	line-height: 22px;
	font-weight: 300;
	color: #30353c;
	margin: 0 0 20px 0;
}

	#main article.content p.intro {
		font-family: 'Source Sans Pro', Arial, sans-serif;
		font-weight: 400;
		font-size: 18px;
		line-height: 20px;
		color: #30353c;
	}
	
	.content p:first-of-type { 
		/*font-family: 'Source Sans Pro', Arial, sans-serif;
		font-weight: 400;
		font-size: 20px;
		line-height: 24px;
		color: #30353c;*/
		clear:both;
		text-align: left;
	}
	
	p strong {
		font-family: 'Source Sans Pro', Arial, sans-serif;
		font-weight: 600;
	}
	
	p a {
		color: #30353c;
	}

span.meta {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: 400;
	font-style: italic;
	color: #868686;
}
	
blockquote {
	width: 90%;
	padding: 25px 5%;
	margin: 25px 0;
	background: #f5f5f5;
}

	blockquote p {
		margin: 0;
	}
		
.content ul {
	/*margin: 0 0 35px 15px;
	padding: 0;*/
	margin: 0 0 35px 0;
}

	.content ul li {
		font-family: 'Source Sans Pro', Arial, sans-serif;
		font-size: 17.5px;
		font-style: normal;
		line-height: 22px;
		font-weight: 300;
		/*font-weight: 300;*/
		color: #30353c;
		margin: 0 0 10px 0;
	}

a {
	text-decoration:  none;
	color: #f88b2b;
}

	.content a {
		border-bottom: 1px solid #ffeed6;
	}
	
		a:hover {
			color: #DF6800;
		}
		
		.content a:hover {
			border-bottom: 1px solid #ffd9a2;
		}
	
	a img,
	a:hover img,
	.content a img,
	.content a:hover img,
	.content a.nohover,
	.content a.nohover:hover {
		border: none;
		text-decoration: none;
	}
	
	.content a {
		color: #f88b2b;
		border-bottom: 1px solid #ffeac0;
	}
	
		.content a:hover {
			color: #f88b2b;
			border-bottom: 1px solid #ffc451;
		}
		
		.content a.pdf {
			border: none;
			background: url(images/pdf-icon.gif) 0 1px no-repeat;
			padding: 0 0 0 16px;
		}
		
			.content a.pdf:hover {
				border: none;
			}
		
table {
	border: none;
	font-size: 13px;
	line-height: 17px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #115157;
	margin: 0 0 30px 0;
	padding: 0;
}

	table tr th {
		font-size: 12px;
		text-transform: uppercase;
		text-align: center;
		vertical-align: top;
	}
	
		table tr th span {
			text-transform: none;
		}
	
	table tr td,
	table tr th {
		border-bottom: none;
		border-right: none;
		padding: 3px 6px;
		text-align: left;
		vertical-align: top;
	}
		
		table tr td:last-child,
		table tr th:last-child {
			border-right: none;
		}
	
		table tr:last-child td {
			border-bottom: none;
		}


.hidden {
	display: none;
}
	

/*---------------------------------------------------------Transitions*/

a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all  0.5s ease;
	-o-transition: all  0.5s ease;
	transition: all  0.5s ease;/*
	-webkit-filter: blur(0px);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/
	backface-visibility: hidden;
	-webkit-backface-visibility: visible !important;
	-webkit-perspective: 0px !important; 
	-webkit-transform: translate3d(0,0,0);
}

 {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}


/*---------------------------------------------------------Buttons*/ 

.home a.btn.orange,
a.btn {
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	background: #30353c;
	padding: 6px 12px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.home a.btn.orange {
	background: #f88b2c;
	float: none;
	display: inline-block;
	/*margin: 5px 20px 0 20px;
	padding: 0px 10px 0px 10px;*/
	/*line-height: 30px;
	height: 30px;*/
	zoom:1;
	margin: 5px 10px;
	padding: 10px 20px;
    height: auto;
    font-size: 20px;
    line-height: 1.4em;
} 


/*---------------------------------------------------------Clearfix*/

.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}



/*---------------------------------------------------------Wrapper / Inner*/
		
.strip {
	width: 100%;
	margin: 0 auto;
	clear: both;
	position: relative;
	overflow: hidden;
}

		.strip.grey {
			background: #f5f5f5;
		}

	.strip .inner,
	.inner {
		width: 1024px;
		margin: 0 auto;
		padding: 110px 0;
	}
	
	
	
/*---------------------------------------------------------Header*/

					
header.strip {
	height: 115px;
	overflow: visible;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.5);
	
	/*background: #404040;
	background: -webkit-gradient(linear, left top, left bottom, from(#535353), to(#404040)); 
	background: -webkit-linear-gradient(top, #535353, #404040); 
	background:    -moz-linear-gradient(top, #535353, #404040); 
	background:     -ms-linear-gradient(top, #535353, #404040); 
	background:      -o-linear-gradient(top, #535353, #404040); 
	background:         linear-gradient(top, #535353, #404040); */

	background: #30353b;
}

	header.strip .inner {
		padding: 0;
		width: 1170px;
	}
	
		h1#logo {
			margin: 15px 0 0;
			padding: 0;
			float: left;
			display: inline-block;
			width: 224px;
			height: 77px;
		}
		
			h1#logo a {
				width: 224px;
				height: 77px;
				display: block;
				background: url(images/logo.png) top left no-repeat;
				background-size: 224px 77px;
				margin: 0;
				
				text-indent: -999px;
				font-size: 0;
				color: #FFF;
			}

		header nav {
			float: right;
		}
		
			header nav ul {
				margin: 0;
				padding: 0;
				list-style: none;
				position: relative;
				max-width: 100%;			
			}
			
				header nav ul li {
					font-family: 'Source Sans Pro', Arial, sans-serif;
					font-size: 19px;
					line-height: 115px;
					font-weight: 300;
					margin: 0 0 0 24px;
					display: inline-block;
					float: left;
					position: relative;
				}
					
					header nav ul li.page-item-2 {
						display: none;
					}
					
						header nav ul li a {
							color: #fff;
						}
					
						header nav ul li a:hover,
						header nav ul li.current_page_item a {
							color: #FF8F2C;
						}
						
			
				
			/*Dropdown*/
							
			header nav ul li ul {
				display: none;
				position: absolute;
				z-index: 9000;
				width: 180px !important;
				max-width: 180px; 
				float: left;
				left: 50%;
				margin: 0 0 0 -90px;
				padding: 10px 2%;
				color: #fff;
				
				background: rgba(64,64,64,0.9);
			}
			
				header nav ul li ul li {
					display: block;
					float: none;
					margin: 0;
					padding: 0 8px;
					text-align: center;
					line-height: 12px;
				}
				
						header nav ul li ul li:last-child {
							border: none;
						}
				
					header nav ul li ul li a,
					header nav ul li.current_page_item ul li a,
					header nav ul li.current_page_parent ul li a {
						display: inline-block;
						font-size: 17px;
						line-height: 17px;
						color: #FFF !important;
						border: none !important;
						margin: 10px 0;
						padding: 0;
						background: none;
					}
					
						header nav ul li:hover ul, 
						header nav ul li ul:hover {
							display: block;
							border: none;
						}
			
				header nav ul li ul li a:hover,
				header nav ul li ul li.current_page_item a,
				header nav ul li ul li.current_page_parent a {
					color: #f88b2b !important;
					border: none;
					background: none;
				}
						
			/*Social*/
	
			header nav ul li.social {
				display: inline-block;
				list-style: none;
				margin: 40px 0 0 12px;
				padding: 0;
				float: left;
			}
			
				header nav ul li.social a {
					display: block;
					text-indent: -999px;
					font-size: 0;
					color: #FFF;
					background: url(images/social.png) top left no-repeat;
					width: 34px;
					height: 34px;
					/*-webkit-filter: blur(0px);
					filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
		 			*/
		 		}
				
					header nav ul li.social.twitter {
						margin: 40px 0 0 44px;
					}
				
					header nav ul li.social.linkedin a {
						background: url(images/social.png) top center no-repeat;
					}
				
					header nav ul li.social.facebook a {
						background: url(images/social.png) top right no-repeat;
					}
					
						header nav ul li.social a:hover {
							opacity: 0.8;
						}
						
			
				
			
/*---------------------------------------------------------Home*/			
	
.home .inner.group.content {
	padding-bottom: 40px;
}

.home .inner .group.services{
	margin-bottom: 90px;
    border-bottom: 1px solid #cccccc;
    clear: both;
    padding-bottom: 60px;
}

/*------------------------Custom strip style: Banners */	

.home .strip.banner {
	height: 367px;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
}

	.home .banner img {
		width: 2560px;
		height: auto;
		padding: 0;
		margin-left: -1280px;
		left: 50%;
		top: auto;
		position: absolute;
	}

	.home .banner .inner {
	    /*width: 100%;*/
	    width:78%;
	    margin: 0 auto;
	    height: 155px;
	    padding: 165px 0 230px;
	    /* margin-left: -325px; */
	    position: relative;
	    text-align: center;
	    left: 0px;
	}
				
			.home h1#tagline {
				font-size: 76px;
				line-height: 80px;
				font-weight: 600;
				text-transform: none;
				color: #fff;
				letter-spacing: -2px;
				text-align: center;
				text-shadow: 0 0 3px rgba(0,0,0,0.7);
			}
	

.strip.banner {
	height: 265px;
} 

	.banner .inner {
		height: 150px;
		padding: 70px 0 30px;
		background: none;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -512px;
		z-index: 2;
	}
		
			.banner img {
				position: absolute;
				width: 2560px;
				height: auto;
				left: 50%;
				margin-left: -1280px;
			}

			.banner h1 {
				margin: 0 0 15px;
			}
			
			.content h1 {
				color: #30353c;
				text-align: left;
				display: block;
				/*float: left;*/
				clear: both;
				width: 100%;
				line-height: 43px;
			}

			p.intro, p.intro:first-of-type {
				font-size:  22px;
			}
			
			nav.breadcrumbs {
				font-size: 13px;
				line-height: 22px;
				letter-spacing: 0.5px;
				text-transform: uppercase;
				color: #30353c;
			}
			
			nav.breadcrumbs.right {
				float: right;
			}
			
			nav.breadcrumbs.left {
				margin: 0 0 40px;
			}
			
				nav.breadcrumbs a {
					color: #696d71;
					text-decoration: none;
					border-bottom: 1px solid #b1b3b7;
				}
			
					nav.breadcrumbs a:hover {
						color: #30353c;
						border-bottom: 1px solid #92969e;
					}
			
			
/*------------------------Custom strip style: Intro */

.strip.intro {
}

	.strip.intro .inner {
		text-align: center;
		/*padding:  20px 0 90px;*/
		padding: 20px 0 60px;
	}
	
		.intro .inner .inner {
			/*width: 80%;
			padding: 0 3% 0;*/
			margin: 0 auto 60px;
			border-bottom: 1px solid #cccccc;
		}

			.intro .inner .inner h2 {
				font-size: 38px;
				line-height: 40px;
			}

			/*.intro .inner .inner h3 {
				font-size: 23px;
			}

			.intro .inner .inner p {
				font-size: 18.5px;
				line-height: 26px;
			} ----------------------- OLD home page text styles */

			.intro .inner .inner p {
				font-size: 19px;
				line-height: 25px;
				color: #30353c;
				letter-spacing: 0;
				font-weight: 400;
			}

	
	
		.intro ul {
			list-style: none;
			margin: 0 auto;
			padding: 0;
			text-align: center;
			width: -webkit-fit-content;
      		width: -moz-fit-content;
            width: fit-content;
		}
		
			.intro ul li {
				display: inline-block;
				float: left;
				width: 25%;
				margin: 0 4.15%;
			}
			
				.intro ul li img {
					margin: 0 auto 10px;
				}

				.intro ul li p {
					font-size: 16.5px;
					line-height: 20px;
					margin: 0 0 50px;
					/*min-height: 180px;*//*???*/
					text-align: left;
				}

					.intro ul li#page-60 p {
						min-height: 150px;
					}

					.intro ul li#page-63 a.btn,
					.intro ul li#page-60 a.btn,
					.intro ul li#page-131 a.btn {
						color: #FFF;
					}
				
				.intro ul li#page-63 h3 a,
				.intro ul li#page-63 a.btn:hover {
					color: #39b54a;
				}
				
				.intro ul li#page-60 h3 a,
				.intro ul li#page-60 a.btn:hover {
					color: #f88b2b;
				}
				
				.intro ul li#page-131 h3 a,
				.intro ul li#page-131 a.btn:hover {
					color: #4777bb;
				}
				
/*------------------------Custom strip style: Success Stories */
	
.strip.stories {
}

	.strip.stories .inner {
		padding: 60px 0;
	}
	
		.stories h2 {
			color: #30353c;
			text-align: center;
			margin: 0 0 10px;
		}
		
			.stories ul {
				list-style: none;
				margin: 0 auto;
				padding: 0;
				max-width: 730px;
			}
			
				.home .stories ul li {
					display: block;
					float: none;
					margin: 0;
					padding: 0;
				}
			
				.stories ul li {
					float: left;
					margin: 0 0 60px;
				}
		
					.stories img {
						float: right;
						-webkit-border-radius: 50%;
						border-radius: 50%;
						width: 35%;
						height: auto;
					}
					
					.stories li div {
						float: left;
						width: 60%;
						font-weight: 300;
						font-size: 22px;
						line-height: 24px;
						margin: 50px 0 0;
					}
					
						.stories blockquote {
							font-weight: 300;
							font-size: 34px;
							line-height: 36px;
							margin: 0 0 15px;
							padding: 0;
							width: 100%;
							background: none;
						}
					
						.stories p {
							font-weight: 300;
							font-size: 22px;
							line-height: 24px;
						}
						
						.stories p.more {
							font-weight: 400;
							font-size: 17px;
							line-height: 19px;
							margin: 15px 0;
						}
						
							.stories p.more a {
								color: #f88b2b;
							}

/*------------------------3col home*/	


.col3 {
	margin: 30px 0px 0px 0px;
	overflow: hidden ;
	display: block;
}


	.col3 .homecol {
		height: 326px;
	    float: left;
	    width: 28%;
	    margin: 0;
	    height: auto;
	}

	.col3 .homecol h2 {
		color: #30353c;
		font-size: 20px;
		line-height: 33px;
		font-weight: 400;
		padding: 0 0 0 40px;
		text-align: left;
	}

		.col3 .homecol h2 a {
			color: #30353c;
		}


		.col3 .facebook.homecol {
			padding: 0 0px 0 40px;
			height: 402px;
			/*overflow-y: scroll;
			overflow-x: hidden;*/
			overflow: hidden;
			text-align: left;
		}

			.col3 .facebook.homecol h2 {
				background: url(images/icon-facebook.jpg) center left no-repeat;
				margin-bottom: 8px;
			}

		.col3 .facebook.homecol .fts-jal-fb-user-thumb,
		.col3 .facebook.homecol .fts-jal-fb-header,
		.col3 .facebook.homecol .fts-jal-fb-group-header-desc {
			display: none;
		}

		.col3 .facebook.homecol .fts-jal-single-fb-post {
   	 		width: 83%;
   	 		display: none;
   	 		border: 0;
		}

		.col3 .facebook.homecol .fts-jal-single-fb-post:nth-of-type(1) {
			display: block;
		}

		.col3 .facebook.homecol a.fts-powered-by-text {
			display: none !important;
		}

		.col3 .facebook.homecol .fts-jal-fb-message {
			font-weight: normal;
			font-size: 16.5px;
    		line-height: 20px;
    		font-family: 'Source Sans Pro', Arial, sans-serif;
    		font-weight: 300;
		}

		.col3 .twitter.homecol {
			padding: 0 40px 0 40px;
			border-right: 1px solid #cbcbcb;
			border-left: 1px solid #cbcbcb;
		}

			.col3 .twitter.homecol h2 {
				background: url(images/icon-twitter.jpg) center left no-repeat;

			}

			.col3 .twitter.homecol ul.twitterfeed {
				padding: 0;
				margin: 0;
			}

				.col3 .twitter.homecol ul.twitterfeed li {
				    clear: both;
				    padding: 0px 10px;
				    border:0;
				    float: none;
				    display: block;
				    width: auto;
				    min-height: 75px;
				    text-align: left;
				    margin: 0 0 25px 0;
				}

					.col3 .twitter.homecol ul.twitterfeed li p {
						margin: 0;
						padding: 0;
						min-height: initial;
					}

						.col3 .twitter.homecol ul.twitterfeed li p a {
							color: #f88b2b;
						}

		.col3 .news.homecol {
			padding: 0 40px 0 0;
			/*border-right: 1px solid #cbcbcb;*/
		}


		.col3 .news.homecol h2 {
			background: url(images/icon-news.gif) center left no-repeat;
		}

		.col3 .news.homecol ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

			.col3 .news.homecol ul li {
				display: block;
				float: none;
				margin: 1em 0;
				width: auto;
				text-align: left;
			}
	
				.col3 .news.homecol ul li h3 {
					font-size: 18px;
					line-height: 18px;
					margin: 0px 0px 10px 0px;
					text-align: left;
				}
		
				.col3 .news.homecol ul li p {
					/*min-height: auto;*/
					min-height: initial;
					height: initial;
					margin: 0px 0px 5px 0px;
					text-align: left;
				}

				.col3 .news.homecol ul li p.date {
					font-size: 13px;
					text-align: left;
					margin-top: 15px;
				}

				.col3 .news.homecol ul li .read-more {
					font-size: 16px;
					font-weight: 500;
					
				}

				.col3 .news.homecol ul li .read-more:after {
					content: ">>";
					font-size: 10px;
				}




.strip.extras .inner {
	border-top: 1px solid #cccccc;
	padding: 90px 0;
}

.half {
	width: 47%;
	float: left;
	display: inline-block;
	margin: 0 2.5% 0 0;
}

	.half.left {
	}
	
				
		p.date,
		.content p:first-of-type.date,
		ul.feed.people li p.date, 
		.content ul.feed.people li p:first-of-type.date {
			color: #f88b2b;
			text-transform: uppercase;
			letter-spacing: 3px;
			font-size: 13px;
			font-weight: 400;
			margin: 0 0 5px;
		}
	
	.half.right {
		float: right;
		margin: 0 0 0 2.5%;
	}
	
		.half.right.connections {
			width: 59%;
			margin: 0;
		}
		
			.half.right.connections h2 {
				color: #30353c;
				font-size: 22px;
				line-height: 27px;
				font-weight: 400;
			}
			
			ul.partners {
				list-style: none;
				margin: 30px auto 0 auto;
				padding: 0;
				text-align: center;
				width: -webkit-fit-content;
				width: -moz-fit-content;
				width: fit-content;
			}

			.home ul.partners {
				margin: 50px auto 0 auto;
			}
			
				ul.partners li {
					display: inline-block;
					
					margin: 0 20px 15px 0;
				}
			
				.home ul.partners li {
					margin: 0 20px 15px;
				}
				
					ul.partners li:first-child {
						margin: 0 20px 15px 0;
					}
			
					ul.partners li a,
					.content ul.partners li a {
						/*-webkit-filter: blur(0px);
						filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
						*/border-bottom:  none;
					}
						
						ul.partners li a:hover,
						.content ul.partners li a:hover {
							opacity: 0.7;
							border-bottom:  none;
						}

			.half .inner {
				height: 225px;
			}
			
				.half.left .inner {
				}
	
				.half.right .inner {
				}
			

		

	
/* Content
---------------------------------------------------------------------------------*/


.strip.content {
}

	.content.inner {
		padding: 60px 0 70px;
	}

	article.content {
		width: 65%;
		float: left;
		margin: 0;
	}
	
		article.content.wide {
			width: 90%;
			border: none;
			clear: both;
			float: left;
		}
			
		
/*-------------------------- Sidebar styles*/
	
	aside#sidebar {
		width: 30%;
		margin: 0;
		padding: 0 0 0 5%;
		float: right;
	}
	
		aside#sidebar nav {
			margin: 0 0 25px;
			padding: 0;
			width: 100%;
			background: none;
			text-align: center;
		}
		
			aside#sidebar nav ul {
				list-style: none;
				margin: 0;
				padding: 0;
				width: 100%;
				-webkit-border-radius: 5px;
				border-radius: 5px;
				overflow: hidden;
			}
			
				aside#sidebar nav ul li {
					font-size: 17px;
					line-height: 20px;
					font-family: "proxima-nova-n4", "proxima-nova", Arial, sans-serif;
					font-weight: 400;
					text-transform: none;
					text-align: center;
					
					display: block;
					width: 100%;
					margin: 0;
					padding: 0;
				}
			
					aside#sidebar nav ul li a {
						display: block;
						width: 90%;
						padding: 20px 5%;
						background: #f5f5f5;
					
						color: #231f20;
						border: none;
						border-bottom: 1px solid #e1dfda;
					}
						
							aside#sidebar nav ul li:last-child a,
							aside#sidebar nav ul li:last-child a:hover {
								border-bottom: none;
							}
			
						aside#sidebar nav ul li a:hover, 
						aside#sidebar nav ul li a:active, 
						aside#sidebar nav ul li a:focus,
						aside#sidebar nav ul li.current_page_parent a, 
						aside#sidebar nav ul li.current_page_item a,
						aside#sidebar nav ul li.current_page_parent a:hover,
						aside#sidebar nav ul li.current_page_item a:hover,
						aside#sidebar nav ul li.current_page_parent a:active,
						aside#sidebar nav ul li.current_page_item a:active,
						aside#sidebar nav ul li.current_page_parent a:focus,
						aside#sidebar nav ul li.current_page_item a:focus,
						aside#sidebar nav ul li.current_page_parent a:hover,
						aside#sidebar nav ul li.current_page_item a:hover,
						aside#sidebar nav ul li.current_page_parent a:active,
						aside#sidebar nav ul li.current_page_item a:active,
						aside#sidebar nav ul li.current_page_parent a:focus,
						aside#sidebar nav ul li.current_page_item a:focus,
						aside#sidebar nav ul li a:hover, 
						aside#sidebar nav ul li.current_page_item a {
							background: #f8b11b;
							color: #000;
						}
			
								aside#sidebar nav ul li.current_page_parent li a:hover, aside#sidebar nav ul li.current_page_parent li a:active, aside#sidebar nav ul li.current_page_parent li a:focus {
								}
						
						aside#sidebar nav ul ul {
							display: none;
						}
		
			aside#sidebar #newsbox {
				margin: 0 0 25px 0;
				padding: 35px 12%;
				width: 76%;
				background: #f5f5f5;
				text-align: center;
			}
			
				aside#sidebar #newsbox h2 {
					color:#30353c;
				}
			
				aside#sidebar #newsbox h3 {
					letter-spacing: 0;
				}
		
				aside#sidebar ul#news-feed {
					margin: 0 0 15px;
					padding: 0;
					width: 100%;
					list-style: none;
				}
				
					aside#sidebar ul#news-feed li {
						width: 100%;
						text-align: center;
					}
				
						aside#sidebar ul#news-feed li p {
							font-size: 14.5px;
							line-height: 17px;
						}

							aside#sidebar ul#news-feed li p.message {
								display: none;
							}
						
							aside#sidebar ul#news-feed p.date,
							aside#sidebar ul#news-feed .content p:first-of-type.date {
								color: #5c5c5c;
								font-size: 12px;
								letter-spacing: 2px;
							}
				
						aside#sidebar ul#news-feed li a.more {
							color: #f88b2b;
							font-size: 16px;
						}
		
/*-------------------------- Job single: Sidebar styles*/

.single-cpt_jobs aside#sidebar {
	margin: 70px 0 0;
	/*margin-top: 62px;*/
}

	.single-cpt_jobs aside#sidebar .details {
		margin: 0 0 25px;
		padding: 0;
		width: 100%;
		background: none;
		text-align: center;
	}
	
		.single-cpt_jobs aside#sidebar .details ul {
			list-style: none;
			margin: 0;
			padding: 0;
			width: 100%;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			overflow: hidden;
		}
		
			.single-cpt_jobs aside#sidebar li {
				font-size: 17px;
				line-height: 20px;
				font-family: "proxima-nova-n4", "proxima-nova", Arial, sans-serif;
				font-weight: 400;
				text-transform: none;
				text-align: left;
				
				display: block;
				width: 90%;
				padding: 20px 5%;
				margin: 0;
				background: #f5f5f5;
				border: none;
				border-bottom: 1px solid #e1dfda;
			}

				.single-cpt_jobs .content aside#sidebar .details li h3,
				.single-cpt_jobs aside#sidebar .details li p,
				.single-cpt_jobs aside#sidebar .details li p:first-of-type {
					margin: 0 0 3px;
				}

	a.btn.orange {
		float: left;
		border: none;
		text-align: center;
		font-size: 20px;
		line-height: 50px;
		color: #fff;
		height: 50px;
		padding: 0 16px;
		margin: 0 0 20px;
		
		-webkit-border-radius: 3px;
		border-radius: 3px;
		
		background: #f3931f;
	}

		a.btn.orange:hover {
			background: #f07100;
			color: #fff;
			border-bottom:  none;
		}

	/*.single-cpt_jobs  img { margin: 0 15px 25px 0; }*/
	.single-cpt_jobs .job-logo img{
		max-width: 100%;
		height: auto;
		float: right;
    	margin: 0 0 25px 25px;
	}

	form#gform_2 {
		display: none;
	}
				
			
		
/*-------------------------- Board/team*/


.content ul.feed.people,
.content ul.feed {
	list-style: none;
	margin: 0 0 50px 0;
	padding: 0;
}

	.content ul.feed.people li,
	.content ul.feed li {
		display: block;
		margin: 0 0 30px;
		padding: 20px 0 30px;
		border-bottom: 1px solid #DDDDDD;
	}

				.content ul.feed.people li, .content ul.feed li:last-child {
					border:  none;
				}
	
			.content ul.feed.people li:first-of-type 
			.content ul.feed li:first-of-type{
				padding: 0 0 30px;
			}
	
		ul.feed.people li img,
		.single-board .content img,
		ul.feed li img {
			float: left;
			margin: 0 30px 40px 0;
			width: 150px;
			height: 150px;
			-webkit-border-radius: 75px;
			border-radius: 75px;
			border: 4px solid #E4E4E4;
		}
			.single-board .content img {
				margin: 0 30px 20px 0;
			}

			ul.feed.jobs li img {
				-webkit-border-radius: 0;
				border-radius: 0;
				border: none;
			}
			ul.feed.jobs li div{
				overflow: hidden;
			}
		
		ul.feed.people li h3,
		ul.feed li h3 {
			margin: 0 0 10px;
			text-transform: none;
			font-size: 20px;
			letter-spacing: 0;
			font-weight: 400;
		}
		
		ul.feed.people li h4,
		ul.feed li h4 {
			margin: 0 0 10px;
			text-transform: uppercase;
			letter-spacing: 0.5px;
			color: #a1a1a1;
		}
		
		ul.feed.people li p,
		.content ul.feed.people li p:first-of-type,
		ul.feed li p,
		.content ul.feed li p:first-of-type {
			font-size: 16px;
			line-height: 19px;
			margin: 5px 0;
			font-weight: 300;
		}


/*--------------------------------------------------- Pagination */

.content .pagination ul {
	margin:0 0 47px;
	padding:0;
	list-style:none;
	text-align:left;
	color:#30353c;
}
	.content .pagination ul li {
		font-family: "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
		font-weight: 300;
		line-height:22px;
		display:inline;
		margin:0 10px;
		font-size: 16px;
		color: #30353c;
	}
		.content .pagination ul li a {
			color:#30353c;
		}
			.content .pagination ul li a:hover {
				text-decoration:none;
				color:#f88b2b;
			}
		.content .pagination ul .prev,
		.content .pagination ul .next {
			margin:0 16px;
			vertical-align:middle;
		}
		.content .pagination ul .first {
			margin:0 5px 0 0;
			vertical-align:middle;
		}
		.content .pagination ul .last {
			margin:0 0 0 5px;
			vertical-align:middle;
		}
	.content .pagination ul span {margin:0 5px;}
	.content .pagination ul strong,
	.content .pagination ul li.active a {
		color:#ee784f;
		font-weight:normal;
	}
	.content .pagination ul .first a,
	.content .pagination ul .last a {
		vertical-align:middle;
		margin:-9px 0 0;
		text-indent:-9999px;
		display:inline-block;
		width:11px;
		height:10px;
		background: url(images/sprite.png) no-repeat -99px -138px;
	}
	.content .pagination ul .first a:hover,
	.content .pagination ul .last a:hover,
	.content .pagination ul .prev a:hover,
	.content .pagination ul .next a:hover {opacity:0.8;}
	.content .pagination ul .last a {background-position:-134px -120px;}
	.content .pagination ul .prev a,
	.content .pagination ul .next a {
		vertical-align:middle;
		margin:-9px 0 0;
		text-indent:-9999px;
		display:inline-block;
		width:6px;
		height:10px;
		background: url(images/sprite.png) no-repeat -137px -138px;
	}
	.content .pagination ul .next a {background-position:-101px -120px;}
		

						
		


	
	/*------------------------ Contact page */	
	
		.google-maps {
			position: relative;
			padding-bottom: 75%; // This is the aspect ratio
			height: 0;
			overflow: hidden;
		}
		
		.google-maps iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100% !important;
			height: 290px;
		}

		iframe {
			margin: 0 0 30px 0;
		}
		
	/*------------------------ Contact form */	
	
	.wpcf7-form,
	form {
		margin: 0 0 30px;
		padding: 0;
		float: left;
		position: relative;
		width: 100%;
	}
	
		.wpcf7-form h3,
		form h3 {
			clear: both;
			text-transform: none;
			margin: 0 0 10px 0;
		}
	
			.wpcf7-form h3 span {
				color: #bcbbb4;
				margin: 0 0 0 3px;
				font-size: 28px;
				line-height: 18px;
			}
		
		.wpcf7-form input[type="text"],
		.wpcf7-form input[type="email"],
		.wpcf7-form textarea,
		.wpcf7-form select,
		form input[type="text"],
		form input[type="email"],
		form textarea,
		form select {
			width: 95%;
			padding: 3% 2%;
			background: #f6f6f6;
			border: none; 
			-webkit-border-radius: 3px;
			border-radius: 3px;
			color: #363636;
			font-size: 16px;
			line-height: 18px;
			font-family: 'Source Sans Pro', Arial, sans-serif;
			-webkit-appearance: none;
		}
		
			span.wpcf7-list-item {
				margin: 0 !important;
			}
			
				.wpcf7-form input[type="checkbox"] {
					width: 20px;
					margin: 0;
				}
		
			.wpcf7-form textarea {
				height: 120px;
				margin: 0 0 25px;
			}
			
			article.content p.req {
				color: #326a85;
				font-size: 0.750em;
			}
			
			img.wpcf7-captchac {
				width: 120px;
				height: 40px;
			}
			
			.wpcf7-form input[type="text"].wpcf7-captchar {
				width: 50%;
				float: right;
			}
		
			.wpcf7-form input.wpcf7-submit,
			form input[type="submit"] {
				float: left;
				border: none;
				text-align: center;
				font-size: 20px;
				line-height: 50px;
				color: #fff;
				height: 50px;
				width: 30%;
				padding: 0 16px;
				opacity: 0.8;
				
				-webkit-border-radius: 3px;
				border-radius: 3px;
				
				background: #f3931f;
			}
		
				.wpcf7-form input.wpcf7-submit:hover, 
				.wpcf7-form input.wpcf7-submit:active, 
				.wpcf7-form input.wpcf7-submit:focus,
				form input[type="submit"]:hover, 
				form input[type="submit"]:active, 
				form input[type="submit"]:focus {
					opacity: 1;
				}
				
			div.wpcf7-response-output,
			div.wpcf7-mail-sent-ok,
			span.wpcf7-not-valid-tip { 
				float: left;
				width: 94%; 
				padding: 12px 3% !important;
				margin: 40px 0 0 !important;
				border: none;
				-webkit-border-radius: 5px;
    			border-radius: 5px;
				background: #5D9732;
				
				text-transform: none;
				font-size: 0.813em;
				line-height: 18px;
				color: #02263c;
			}
			
				div.wpcf7-validation-errors,
				div.wpcf7-mail-sent-ok {
					border: none !important;
				}
				
				span.wpcf7-not-valid-tip {
					border: 1px solid #F49248 !important;
				}
			
			div.wpcf7 img.ajax-loader {
				margin: 0 0 0 30px !important;
			}
	
	
/*---------------------------------------------------------Footer*/

footer {
	width: 100%;
	margin: 0 auto;
	background: #424242;
}

footer.strip .inner {
	padding: 0;
}
			
		footer ul.top.row li.menu-item,
		footer ul li h3 {
			font-size: 19px;
			line-height: 18px;
			font-weight: 300;
			color: #d8d8d8;
		}
		
			footer ul li a {
				color: #d8d8d8;
				border-bottom: 1px solid #424242;
			}
			
			footer ul li a:hover {
				color: #fff;
				text-decoration: none;
				border-bottom: 1px solid #5d5d5d;
			}

	footer ul {
		margin: 0;
		padding: 0;
		list-style: none;
		color: #d8d8d8;
		width: 100%;
		display: block;
	}
	
		footer ul li {
			font-size: 14px;
			line-height: 14px;
			color: #d8d8d8;
			margin: 0 0 5px;
			display: inline-block;
			float: left;
		}
	
			footer ul.top.row li.menu-item {
				width: 15%;
				margin: 0 5% 0 0;
				padding: 50px 0 0;
			}
			
				footer ul ul.sub-menu {
					padding: 15px 0 0;
				}
	
				footer ul.top.row ul.sub-menu li.menu-item {
					font-size: 14px;
					margin: 0 0 5px;
					padding: 0;
					width: 100%;
				}
	
			footer ul li.contact {
				width: 15%;
				margin: 0 5% 0 0;
				padding: 50px 0 0;
			}
	
				footer ul li.contact p {
					font-size: 14px;
					color: #d8d8d8;
					line-height: 22px;
					margin: 0;
				}
	
			footer ul li.search {
				width: 29%;
				margin: 0;
				padding: 50px 5% 150px 5%;
				float: right;
	
				background: #424242;
				background: -webkit-gradient(linear, left top, left bottom, from(#3a3a3a), to(#424242)); /* Saf4+, Chrome */
				background: -webkit-linear-gradient(top, #3a3a3a, #424242); /* Chrome 10+, Saf5.1+ */
				background:    -moz-linear-gradient(top, #3a3a3a, #424242); /* FF3.6+ */
				background:     -ms-linear-gradient(top, #3a3a3a, #424242); /* IE10 */
				background:      -o-linear-gradient(top, #3a3a3a, #424242); /* Opera 11.10+ */
				background:         linear-gradient(top, #3a3a3a, #424242); /* W3C */
			}
			
			article.content form#search {
				width: 100%;
				max-width: 400px;
				float: left;
				display: block;
			}
			
				footer ul li.search input,
				article.content form#search input {
					color: #363636;
					float: left;
					background: #fff;
					border: none;
					-webkit-border-radius: 8px;
					border-radius: 8px;
					height: 35px;
					width: 77%;
					padding: 0 5%;
					margin: 0;
					font-size: 15px;
					line-height: 35px;
					font-weight: 300;
				}
				
				article.content form#search input {
					border: 1px solid #cfcfcf;
				}
				
				footer ul li.search input#go,
				article.content form#search input#go {
					text-indent: -999px;
					font-size: 0;
					color: #fff;
					background: url(images/search-go.png) center left no-repeat;
					width: 20px;
					height: 35px;
					padding: 0;
					margin: 0 0 0 10px;
					line-height: 35px;
					border: none;
					-webkit-border-radius: 0;
					border-radius: 0;
					text-align: center;
				}
				
				article.content form#search input#go {
					background: url(images/search-go.png) center right no-repeat;
					width: 20px;
					height: 35px;
				}
				
			article.content ol.searchResults {
				margin: 50px 0;
			}

	footer ul.bottom.row {
		margin: 0 auto 50px;
		padding: 0;
		list-style: none;
		color: #d8d8d8;
		width: 100%;
		display: block;
		text-align: center;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
	
		footer ul.bottom.row li,
		footer ul.bottom.row li.menu-item {
			font-size: 14px;
			line-height: 14px;
			color: #888c92;
			margin: 0 5px 5px 0;
			padding: 0 5px 0 0;
			border-right: 1px solid #888c92;
			display: inline-block;
			float: left;
		}
		
				footer ul.bottom.row li.copyright {
					margin: 0 0 5px 0;
					padding: 0;
					border: none;
				}
	
			footer ul.bottom.row li a {
				color: #888c92;
			}
	
			footer ul.bottom.row li a:hover {
				color: #fff;
			}
		
	

	
/*------------------------Footer GB credit */
	
		#credit {
			position: fixed;
			bottom: 20px;
			right: 35px;
			z-index: 2000;
		}
		
			#credit a {
				text-transform: uppercase;
				font-size: 11px;
				line-height: 30px;
				letter-spacing: 0.3px;
				color: #a1a1a1;
				float: left;
				opacity: 0.25;
				/* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
				/* IE 5-7 */ filter: alpha(opacity=25);
				/* Netscape */ -moz-opacity: 0.25;
				/* Safari 1.x */ -khtml-opacity: 0.25;
				
			}
				
				#credit a span#gb {
					text-indent: -999px;
					font-size: 0;
					color: #000;
					
					width: 30px;
					height: 30px;
					display: inline-block;
					background: url(images/gb-icon.png) top left no-repeat;
					float: left;
					margin: 0 10px 0 0;
				}
				
				#credit a:hover {
					opacity: 1;
					/* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
					/* IE 5-7 */ filter: alpha(opacity=100);
					/* Netscape */ -moz-opacity: 1;
					/* Safari 1.x */ -khtml-opacity: 1;
				}


.connections {
	text-align: center;
}
	
		
/*----------------------------------------------------- IMAGE STYLES */



p img {
	padding: 0;
	max-width: 100%;
	height: auto;
	margin: 0;
	}

img.centered,
img.aligncenter {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	}

img.alignright {
	padding: 0 0 15px 15px;
	display: inline;
	}

img.alignleft,
img.attachment-alignleft {
	margin: 0 15px 15px 0;
	float: left;
	display: inline;
	}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
	}

.alignleft,
.attachment-alignleft {
	float: left;
	margin: 0 15px 15px 0;
	}
	
.wp-caption {
	background: none;
	padding: 2px 0 10px 0;
}

.wp-caption-text {
	width: 100%;
	margin: 5px 5px 0 0;
	font-size: 11px;
	line-height: 11px;
	color: #999999;
}

img.round {
	-webkit-border-radius: 95px;
	border-radius: 95px; 
	border: 3px solid #e6aa7d;
	padding: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	img.round {
		border: none;
	} 
}


/*----------------------------------------------------- RESPONSIVE STYLES */

/*Safari & Chrome specific styles */

@media screen and (-webkit-min-device-pixel-ratio:0) {

}


@media only screen and (max-width : 1440px) {

		
header.strip {
	height: 100px;
}	

	h1#logo {   
		height: 52px;
		width: 150px;
		margin: 20px 0 0;
		
	}

		h1#logo a { 
			height: 52px;
			width: 150px;
			background: url(images/logo-small.png) top left no-repeat;
			background-size: 150px 52px;
		}

		header nav ul li {
			line-height: 100px;
		}

			header nav ul li.social {
			    margin: 35px 0 0 12px;
			}

				header nav ul li.social.twitter {
				    margin: 35px 0 0 44px;
				}

.strip .inner, .inner {
	max-width: 94%;
	width: 94%;
	padding: 80px 3%;
}

	header.strip .inner,
	footer.strip .inner {
		padding: 0 3%;
		max-width: 94%;
		width: 94%;
	}
	
	.home .strip.banner {
		height: 310px;
	}
		
		.banner .inner {
			width: 94%;
			margin-left: -50%;
			padding: 90px 3%;
			height: auto;
		}
	
		.home .banner .inner {
			height: 150px;
			/*max-width: 50%;
			padding: 90px 25%;*/
			/*width: 40%;*/
			width:48%;
			max-width: 94%;
			padding: 36px 3%;
			margin-left: 0;
			left: auto;
			position: relative;
		}
		
				.home h1#tagline {
					/*font-size: 4.5vw;
					line-height: 4.5vw;*/
					font-size: 4.45vw;
    				line-height: 4.45vw;
					letter-spacing: 0;
					margin-bottom: 0;
					text-align: left;
					text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
				}

	.home .strip.banner {
		height: 218px;
	}
	
		.home .banner img {
			width: 1440px;
			height: auto;
			margin-left: -720px;
		}

	.strip.banner {
		height: 149px;
	}

		.banner img {
			width: 1440px;
			height: 149px;
			margin-left: -720px;
		}
		
	.inner.content {
		padding: 50px 3%;
	}
	
	.strip.stories .inner {
		padding: 60px 3%;
		max-width: 94%;
	}
	
	h2 {
		font-size: 32px;
		line-height: 30px;
		margin: 0 0 20px;
	}
	
	h3, .intro .inner .inner h3 {
		font-size: 18px;
		line-height: 22px;
	}
	
	p {
		font-size: 15px;
		line-height: 19px;
		font-weight: 400;
	}

	.intro .inner .inner p {
		font-size: 19px;
		line-height: 25px;
		color: #30353c;
		letter-spacing: 0;
		font-weight: 400;
	}

	/* WTH?? */
	/*.intro ul li p,
	.intro ul li#page-60 p {
		min-height: 165px;
	}*/
	
	footer ul.top.row li.menu-item, 
	footer ul li h3 {
		font-size: 15px;
		line-height: 16px;
	}
	
	footer ul li.contact p,
	footer ul.top.row ul.sub-menu li.menu-item {
		font-size: 12.5px;
		line-height: 18px;
	}
	
}


@media only screen and (max-width : 1100px) {
	

	
		
			header nav ul li {
				font-size: 16px;
				line-height: 100px;
				margin: 0 0 0 15px;
			}
			
			header nav ul li ul li a, 
			header nav ul li.current_page_item ul li a, 
			header nav ul li.current_page_parent ul li a {
				font-size: 15px;
			}
			
			header nav ul li.social {
				margin: 35px 0 0 12px;
			}
			
			header nav ul li.social.twitter {
				margin: 35px 0 0 44px;
			}


	/* ??? */
	/*.intro ul li p {
		min-height: 200px;
	}*/
	
	.intro ul li#page-60 p {
		min-height: 180px;
	}

	/*.col3 {
		margin: 0px 0px 50px 0px;
		overflow: hidden ;
	}
*/

	.col3 .homecol {
		min-height: 360px;
	    float: left;
	    width: 26%;
	    margin: 0;
	}

	.col3 .homecol h2 {
		font-size: 17px;
	}
	
}


@media only screen and (max-width : 870px) {
	
	header.strip .inner {
		width: 100%;
		max-width: 100%;
		padding: 0;
		text-align: center;
	}
	
		h1#logo {
			margin: 15px auto 0;
			float: none;
		}
	
			header nav ul li.social,
			header nav ul li.social a,
			header nav ul:hover li.social,
			header nav ul:hover li.social a {
				display: none;
			}


	
/* ------------------------------------------------------------
PRIMARY switch to nav and layout for tablet/smart-phone screens 
--------------------------------------------------------------- */	
	
		header nav {
			position: relative;
			min-height: 50px;
			margin: 15px 0 0;
			padding: 0;
			width: 100%;
			z-index: 6666;
		}
		
			header nav ul {
				width: 100%;
				padding: 5px 0;
				margin: 0;
				position: absolute;
				top: 0;
				left: 0;
				background: #39393a url(images/icon-menu.png) no-repeat 15px 26px;
				left: 0;
				z-index: 4000;
				text-align: left;
			}
			
				header nav ul li {
					display: none; /* hide all <li> items */
					margin: 0;
					padding: 0;
					border-right: none;
					width: 100%;
					float: left;
					line-height: 16px;
				}
				
					header nav ul li.current_page_item,
					.home header nav ul li#home,
					header nav ul li.current_page_parent,
					header nav ul li.current_page_ancestor,
					header nav ul li.page-item-2.current_page_item,
					.single-post header nav ul li.page-item-7,
					.single-cpt_jobs header nav ul li.page-item-6 {
						display: block; /* show only current <li> item */
						height: auto !important;
					}
		
					header nav ul li.page-item-18,
					header nav ul li.page-item-18 a,
					header nav ul li.page-item-18 a:hover {
						display: none;
					}
					
					header nav ul li.page-item-2 {
						height: auto !important;
					}
					
					header nav ul li.home {
						display: inline-block;
					}
					
						header nav ul li a {
							display: inline-block;
							margin: 12px 5px 10px 45px;
							padding: 5px 0;
							text-align: left;
							font-size: 20px;
							line-height: 20px;
							width: auto;
							color: #fff;
						}
					
							header nav ul li a:hover {
								color: #ff9232;
							}
						
						header nav ul li.current_page_item a,
						header nav ul li.current_page_parent a,
						header nav ul li.current_page_ancestor a,
						header nav ul li.page-item-2 a,
						header nav ul li.page-item-2.current_page_item a, 
						header nav ul li.page-item-2 a:hover {
							background: none;
							color: #fff;
						}
						
						header nav ul li.page-item-2 a {
							text-indent: 0;
							font-size: 20px;
							height: auto;
							width: auto;
							display: inline-block;
							margin: 12px 5px 10px 45px; /* 23/935 */
							
							background: none;
							position: relative;
							top: 0;
							opacity: 1;
						}
				
				header nav ul:hover {
					background-image: none;
				}
				
				header nav ul:hover li {
					display: block;
				}
				
				header nav ul:hover .current_page_item,
				header nav ul:hover .current_page_parent,
				header nav ul:hover .current_page_ancestor,
				.home header nav ul:hover li#home,
				.single-post header nav ul li.page-item-7 a,
				.single-cpt_jobs header nav ul li.page-item-6 a {
					background: url(images/icon-check.png) no-repeat 15px 20px;
				}

			/*Second level*/
			
			header nav ul:hover li ul {
				display: block;
			}
			
			header nav ul li ul {
				margin: 0 0 0 20px;
				margin-left: 0;
				padding: 0;
				width: 100% !important;
				max-width: 100%;
				position: relative;
				left: auto;
				float: none;
				background: none;
			}
			
				header nav ul li ul li {
					text-align: left;
					padding: 0;
				}
				
					header nav ul li ul li a,
					header nav ul li.current_page_item ul li a, 
					header nav ul li.current_page_parent ul li a {
						font-size: 15.5px;
						margin: 12px 5px 10px 65px;
					}
		
	.strip .inner, .inner, .strip.banner.intro .inner {
		padding: 90px 3% 50px;
	}
	
		.banner h1 {
			font-size: 32px;
			line-height: 38px;
			margin: 0 0 20px;
		}
	
	
	.strip .inner, 
	.inner, 
	.strip.banner.intro .inner {
		padding: 50px 3% 0;
		width: 94%;
	}
	
		.strip.intro > .inner { 
			padding: 50px 3%;
		}
	
		.strip.extras > .inner { 
			padding: 50px 3%;
		}
	
		
	.features a.circle,
	.features a.circle.center,
	.features a.circle.right {
		position: relative;
		margin: 0 auto 30px;
		left: 0;
		display: block;
		
	}
	
	footer ul {
		margin: 0 0 50px;
	}
	
		.columns {
			-moz-column-count: 1;
			-moz-column-gap: 0;
			-webkit-column-count: 1;
			-webkit-column-gap: 0;
			clear: both;
			margin: 0;
		}
		
			.columns.two {
				-moz-column-count: 1;
				-moz-column-gap: 0;
				-webkit-column-count: 1;
				-webkit-column-gap: 0;
				clear: both;
			}
	
		a.register-button.home {
			font-size: 19.5px;
			line-height: 30px;
			height: auto;
			padding: 15px 0;
			margin: 30px auto 80px;
			position: relative;
			left: 0;
		}

	/* ??? */
	/*.intro ul li p {
		min-height: 240px;
	}*/
	/*.intro ul li#page-60 p {
		min-height: 218px;
	}*/



	/*.col3 {
		margin: 0px 0px 50px 0px;
		overflow: hidden ;
	}
*/

	.col3 .homecol {
		/*min-height: 360px;*/
	    float: none;
	    width: 100%;
	    /*margin: 0;*/
	    height: auto;
	    min-height: auto;
	    border-bottom: 1px solid #cbcbcb;
	    margin-bottom: 50px;

	}

	.col3 .homecol h2 {
		font-size: 22px;
	}

	.col3 .facebook.homecol,
	.col3 .twitter.homecol {
		padding: 0;
		border-left: 0;
		border-right: 0;
	}

	/*.col3 .homecol h2 {
		font-size: 17px;
	}*/



	

}


@media only screen and (max-width : 790px) {

	.single-cpt_jobs .job-logo img{
		max-width: 50%;
	}
	
	.home .strip.banner {
		height: 151px;
		margin-top: 64px;
	}
	
		.home .banner img {
			width: 1000px;
			height: auto;
			margin-left: -500px;
		}
	
		.home strip.banner .inner,
		.home .banner .inner {
			height: 120px;
			max-width: 98%;
			/*width: 85%;
			padding: 18px 7.5% 25px;*/
			width: 90%;
    		padding: 16px 5%;
		}
		
			.home h1#tagline {
				/*font-size: 7vw;
				line-height: 8.5vw;*/
				font-size: 6vw;
    			line-height: 6vw;
				letter-spacing: 0;
				text-align: center;
		}
	
	.intro ul li {
		margin: 0 5% 80px;
		width: 90%;
	}

		.intro ul li p,
		.intro ul li#page-60 p {
			min-height: auto;
			margin: 0 0 25px;
		}
	
	.stories img {
		float: none;
		width: 40%;
		margin: 20px 30% 0;
	}
	
	.stories li div {
		display: inline-block;
		float: none;
		width: 80%;
		margin: 50px 10% 0;
		text-align: center;
	}
	
	footer ul.top.row li.menu-item,
	footer ul li.contact {
		width: 25%;
		margin: 50px 2.5% 30px;
		padding: 0;
		text-align: center;
	}
	
	footer ul li.search {
		width: 80%;
		margin: 0 10% 30px;
		padding: 0;
		clear: both;
		text-align: center;
		background: none;
	}
	
	.half,
	.half.left,
	.half.right,
	.half.left.news,
	.half.right.connections {
		width: 100%;
		margin: 0 0 50px;
		padding: 0;
		border: none;
	}
	
		.half.left.news {
			padding: 0 0 50px;
			border-bottom: 1px solid #cccccc;
		}
	
	.half.left .inner,
	.half.right .inner,
	.half.left.news .inner,
	.half.right.connections .inner {
		max-width: 94%;
		width: 94%;
		height: auto;
		padding: 80px 3% 100px;
		position: relative;
	}
	
		article.content.wide {
			width: 100%;
		}
		
		.half.right a#text {
			position: relative;
			right: 0;
			margin: 30px 0 0;
		}
		
		.half .inner img {
			width: 70%;
			height: auto;
		}
		
	.content ul.feed.people li {
		text-align: center;
	}
		
		ul.feed.people li img, .single-board .content img {
			margin: 0 auto 30px;
			float: none;
		}
	
		
}

@media only screen and (max-width : 640px) {
	
	.home .strip.banner {
	    height: 151px;
	    margin-top: 84px;
	}

	.home .banner .inner {
		/*padding-top: 70px;*/
		padding-top: 50px;
	}

	.home .strip.intro > .inner {
		padding-top: 0px;
	}

	ul.feed.jobs li img{
		width: 25%;
    	height: auto;
    	margin: 0 5% 0.5em 0;
	}
		ul.feed.jobs li div{
			overflow: visible;
		}
	
	footer ul.top.row li.menu-item,
	footer ul li.contact,
	footer ul li.search {
		width: 80%;
		margin: 0 10% 30px;
	}
	
		footer ul.top.row li.menu-item:first-child {
			margin: 50px 10% 30px;
		}
	
	footer ul.top.row li.menu-item, 
	footer ul li h3 {
		font-size: 22px;
		line-height: 20px;
	}
	
	footer ul li.contact p,
	footer ul.top.row ul.sub-menu li.menu-item {
		font-size: 16px;
		line-height: 20px;
	}
	
	footer ul.bottom.row li, footer ul.bottom.row li.menu-item {
		border: none;
		float: none;
		text-align: center;
	}
	
	ul.partners li,
	ul.partners li:first-child {
		width: 100%;
		margin: 0 auto 15px auto;
		float: none;
		text-align: center;
	}
	
	#page-heading {
		height: 100px;
	}
	
		#page-heading .inner {
			position: relative;
			left: 0;
			top: 0;
			margin-left: 0;
		}

		#page-heading img {
			width: 1000px;
			height: 104px;
			margin-left: -500px;
		}
		
	aside#sidebar {
		display: none;
	}
	
	article.content {
		width: 94%;
	}
		
	.inner.content {
		padding: 20px 3%;
	}

	nav.breadcrumbs {
		font-size:  11px;
	}

	h1 {
		font-size:  32px;
		line-height:  35px;
		margin:  0 0 15px;
	}
			
	
	
}


/* Retina logo */	
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	
	
		h1#logo {   
			height: 52px;
			width: 150px;
			
		}
		
			h1#logo a { 
				height: 52px;
				width: 150px;
				background: url(images/logo-small@2x.png) top left no-repeat;
				background-size: 150px 52px;
			}
			
		.half.left.news h2 {
			background: url(images/icon-news@2x.gif) center left no-repeat;
			background-size: 27px 27px;
		}
	
}


/* Responsive */	
@media only screen and (max-width : 335px) {

	.single-cpt_jobs .job-logo img{
		max-width: 90%;
    	float: none;
    	margin: 1em 5%;
	}

	.home .banner img {
		margin-left: -650px;
	}

	.intro .inner .inner {
		padding: 0;
		width: 100%;
	}

	h2 {
		font-size: 22px;
		line-height: 26px;
	}

	.intro .inner .inner p {
		font-size:  16px;
		line-height:  20px;
	}

	.half.left.news ul li h3 {
		font-size:  18px;
	}

	.home ul.partners li {
		margin: 0 0 15px;
	}

}
