.page-title {
		margin-top: 1em;
		font-size: 36px;
	}
	
	.social-links a {
		display: inline-block;
		vertical-align: middle;
		color: #CCC;
		opacity: .5;
		background-repeat: no-repeat;
		font-family: 'Montserrat', sans-serif;
	}
	.social-links a:hover {
		opacity: 1;
	}
	.social-links a.lang {
		font-weight: bold;
		font-size: 18px;
	}

	.social-links a.social {
		text-indent: 99px;
		overflow: hidden;
		width: 32px;
		height: 32px;
		background-size: contain;
		margin: 0 5px;
	}
	
	.social-links a.social.twitter   {background-image: url(graphics/social-twitter.svg);}
	.social-links a.social.facebook  {background-image: url(graphics/social-facebook.svg);}
	.social-links a.social.instagram {background-image: url(graphics/social-instagram.svg);}

	.alignleft {float: left;margin-right: 20px;}
	.alignright {float: right;margin-left: 20px;}

	table {font-size: 12px;}
	@media (min-width:600px) {
		table {font-size: 18px;}
	}

	  /***********************************/
	 /***   SITE HEADER & NAVIGATION  ***/
	/***********************************/

	#site-header {
		display: block;
		background: white;
		position: relative;
		top: 0;
		width: 100%;
		min-height: 50px;
		box-shadow: 0 0 20px rgba(0,0,0,0.3);
		z-index: 2;
		font-family: 'Montserrat', sans-serif;
	}


	.site-brand {display: block;padding: 10px 0;}
	.site-brand img {
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}



	#website-navigation {
		top: 50px;
		right: 0;
		background: white;
		transition: 500ms;
		overflow: hidden;
	}
	#website-navigation ul a {
		display: block;
		padding: 3px 10px;
		color: #555;
		text-align: center;	
	}
	#website-navigation ul a:hover {
		color: #000;
		background: #EEE;
	}
	#website-navigation ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#website-navigation>ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	#website-navigation>ul>li {
		flex-grow: 1;
	}
	li.menu-item-has-children>a:after {
	    content: "";
	    width: 0;
	    height: 0;
	    border-style: solid;
	    border-width: 6px 4px 0 4px;
	    border-color: currentColor transparent transparent transparent;
	    margin: 0 0 4px 8px;
	    display: inline-block;
	    transition: 500ms;
	}
	li.menu-item-has-children:hover>a:after {
		transform: rotate(180deg);
	}

	#website-navigation ul ul {
		background: white;
		position: absolute;
		width: 80%;
		left: 10%;
		max-height: 0px;
		transition: box-shadow .25s, max-height .5s cubic-bezier(0.075, 0.820, 0.165, 1.000);   
		overflow: hidden;
	}

	/* hover states are disabled on when touch events are detected */
	body:not(.touch) #website-navigation ul li.menu-item-has-children:hover>a,
	#website-navigation ul li.menu-item-has-children.open>a {
		background: white;
		position: relative;
		z-index: 2;
	}
	body:not(.touch) #website-navigation ul li.menu-item-has-children:hover ul,
	#website-navigation ul li.menu-item-has-children.open ul {
		display: block;
		max-height: 500px;
		transition-timing-function: ease-out;
		box-shadow: 0 0 200px rgba(0,0,0,0.66);
	}

	.social-links {
		text-align: center;
	}
	.social-links .lang {color: #e62e8b;opacity:1;}

	@media (min-width:800px) {
		
		#site-header .container {
			display: flex;
			align-items: flex-end;
		}
		#website-navigation {flex-grow: 1;}

		#site-header .social-links {
			text-align: right;
			padding: 0px 46px 15px 0;
		}

		/*#website-navigation ul li.menu-item-has-children:hover>a:hover {
			background: #EEE;
		}*/
		#website-navigation ul ul {
			width: auto;
			left: auto;
		}
		#website-navigation ul ul a {
			text-align: left;
		}
		#website-navigation ul li.menu-item-has-children ul {
			box-shadow: 0 0 150px rgba(0,0,0,0.25) !important;
		}
	}

	/* For browser that don't support flexbox */
	#website-navigation>ul {text-align: right;}
	#website-navigation>ul>li {
		display: inline-block;
	}

	#site-footer {
		padding:20px 0;
		background: #555;
		color: white;
	}


  /*********************************/
 /******   HOMEPAGE HEADER   ******/
/*********************************/

	body.home {background: white;}

	#homepage-header {
		position: relative;
		font-family: 'Montserrat', sans-serif;
	}
	#homepage-header:before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 350px;
		background: #f3c100;
		z-index: -1;
	}
	#homepage-header .hero {
		padding-top: 350px;
		position: relative;
		overflow: hidden;
	}
	#homepage-header .bg-pics {
	    position: absolute;
	    top: 0;
	    height: 100%;
	    width: 100%;
	    z-index: -1;
	   }
	#homepage-header .hero img.bg {
	    position: absolute;
	    z-index: -1;
	    min-height: 350px;
	    min-width: 100%;
	    top: 0;
	    left: 50%;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	}

	#homepage-header .hero .tagline {
		position: absolute;
		top: 0;
		height: 350px;
		width: 100%;
	}
	#homepage-header .hero .tagline div {
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 20px;
		font-size: 40px;
		text-align: center;
		color: white;
		text-shadow: 2px 2px 0 black, 0 0 8px black;
		font-family: 'Handlee', cursive;
	}
	#homepage-header .hero .intro {
		padding: 20px;
		text-align: center;
		background: rgba(12,153,80,1);
		color: white;
		font-size: 24px;
	}

	#homepage-header .hero .intro .call-to-action {
		padding-top: 20px;
	}

	@media (min-width: 800px) {
		#homepage-header:before {height: 450px;}
		#homepage-header .hero {padding-top: 450px;}
		#homepage-header .hero .tagline {height: 450px;}


		#homepage-header .hero img.bg {
			min-height: 100%;
			min-width: 100%;
			max-width: none;
		    top: 50%;
		    left: 50%;
		    transform: translateY(-50%) translateX(-50%);
		    -webkit-transform: translateY(-50%) translateX(-50%);
		}
		#homepage-header .hero .intro {
			background: rgba(12,153,80,.8);
		}
	}

	.video-thumbnail {display: none;}

	@media (min-width: 800px) {
		.video-thumbnail {
			display: block;
			position: absolute;
			top: 50px;
			right: 50px;
			z-index: 5;
		}
		.video-thumbnail img {
			width: 300px;
		}
	}

  /***********************************/
 /******   HOMEPAGE PROGRAMS   ******/
/***********************************/

	#section-programs {
		padding: 30px 0;
		color: white;
	}
	#section-programs .program {
		background: #F00;
		margin: 10px;		
		text-align: center;
		border-radius: 10px;
		overflow: hidden;
	}
	#section-programs .program img {
		width: 100%;
	}
	#section-programs .program .desc {
		padding: 10px;
	}
	#section-programs .program .desc h2 {
		margin: -40px 30px 0 30px;
		background-color: #dfb100;
		position: relative;
		border-radius: 5px 5px 0 0; 
		padding-top: 5px;
		font-weight: normal;
		font-size: 22px;
	}
	#section-programs .program .desc dl {
		display: flex;
		flex-wrap: wrap;
		line-height: 30px;
		font-family: 'Montserrat', sans-serif;
	}
	#section-programs .program .desc dt,
	#section-programs .program .desc dd {
		width: 60%;
		margin: 0;
		text-align: left;
		
	}
	#section-programs .program .desc dt {
		text-align: right;
		width: 40%;
		opacity: .5;
		padding-right: 10px;
		font-size: 14px;
		padding-top: 2px;		
	}
	#section-programs .program:nth-child(1),
	#section-programs .program:nth-child(1) .desc h2 {background-color: #108ccf}
	#section-programs .program:nth-child(2),
	#section-programs .program:nth-child(2) .desc h2 {background-color: #e62e8b}
	#section-programs .program:nth-child(3),
	#section-programs .program:nth-child(3) .desc h2 {background-color: #dfb100}

	@media (min-width: 700px) {
		#section-programs .programs {
			display: flex;
			justify-content: space-around;
			font-size: 18px;
		}
		#section-programs .program {
			flex-grow: 1;
			max-width: 300px;
		}

		#section-programs .program {
			padding-bottom: 50px;
			position: relative;
		}
		#section-programs .program .desc {
			padding: 10px 20px;
		}
		#section-programs .program .btn {
			position: absolute;
			bottom: 20px;
			margin: auto;
			left: 50%;
			display: block;
			margin-left: -100px;
			width: 200px;
		}

		/*#section-programs .program:first-child {
			margin-left: 0; 
		}
		#section-programs .program:last-child {
			margin-right: 0; 
		}*/
	}

  /********************************/
 /******   HOMEPAGE STAFF   ******/
/********************************/

	#section-staff {
		background-color: #9fd1ec;
		padding: 30px 0;
	}

	#section-staff .people {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	#section-staff .people a {
		width: 50%;
		text-align: center;
		color: #555;
		padding: 10px 20px;
		border-radius: 50%;
		font-size: 14px;
	}
	#section-staff .people a:hover {
		background-color: rgba(255,255,255,.5);

	}
	#section-staff .people a h3 {
		margin: 0;
		color: #e62e8b;
	}
	#section-staff .people a img {
		border-radius: 50%;
		width: 100%;
	}
	@media (min-width: 400px) {
		#section-staff .people a {
			width: 33%;
		}
	}
	@media (min-width: 800px) {
		#section-staff .people a {
			width: 20%;
		}
	}
	@media (min-width: 1200px) {
		#section-staff .people {
			flex-wrap: nowrap;
		}
		#section-staff .people a {
			width: auto;
		}
		#section-staff .people a h3 {
			font-size: 14px;
		}
	}

  /**********************************/
 /******   HOMEPAGE CONNECT   ******/
/**********************************/

	#homepage-connect {}
.blog_single p{
	margin:15px 0;
}
.blog_single h2,.blog_single h2 span{
	font-size: 26px !important;
  line-height: 1.4;
	font-weight:bold;
	margin:10px 0;
}
.blog_single h2 strong{
	font-size: 26px !important;
}
.blog_single b{
	font-size: 18px;
  line-height: 1.4;
}
.blog_single strong{
	font-size: 18px;
  line-height: 1.4;
	margin:10px 0;
}



	.news-list .news-item {
		color: black;
		display: block;
		position: relative;
		padding: 10px 10px 10px 225px;
		font-size: 14px;
		padding-bottom: 20px;
		min-height: 170px;
	}
	.news-list .news-item:hover {
		background: #FFD;
	}

	.news-list .news-item img {
		position: absolute;
		width: 200px;
		left: 10px;
		max-height: 150px;
	}

	.news-list .news-item h3 {
		color: #e62e8b;
		margin: 0;
		font-size:16px;
		font-weight:500;
		line-height: 1.3;
	}
	.news-list .news-item .date {
		display:block;
		color:#777;
		padding-bottom: .5em;
	}
	.news-list .news-item .text:after,
	.news-archive article .summary:after {
		content: " Read more »";
  font-weight: bold;
  display: block;
  font-size: 13px;
  letter-spacing: 0.01em;
  text-align: right;
		margin-top:5px;
	}
	.news-list footer {
		text-align: center;
	}
.news-list .news-item img {
  width: 130px;
}

.news-list .news-item {
  padding: 10px 10px 10px 165px;
}
.news-list .text{
	line-height:1.7;
	
}
	@media (min-width: 800px) {
	.news-list .news-item {
		padding: 10px 10px 10px 225px;
	}
	.news-list .news-item img {
		width: 200px;
	}
		
		#homepage-connect .container {
			display: flex;
		}
		#homepage-connect .container>div {
			width: 50%;
			padding: 15px;
			margin: 0 auto;
		}
	.news-list .news-item h3 {
		font-size:20px;
	}

	}

	#homepage-connect .social-links {
		text-align: center;
		padding: 0 0 20px 0;
	}
	#homepage-connect .social-links a {
		width: 100px;
		background-size: 64px;
		background-position: top center;
		margin: 0 10px;
		padding-top: 74px;
		text-indent: 0;
		height: auto;
		text-align: center;
		color: black;
	}


	.instagram-pics {text-align: center;}
	.instagram-pics a {display: inline-block;}
	.instagram-pics img {
		width: 120px;
		height: 120px;
	}

	#campus-locations {
		background-color: #f5abd1;
	}
	#campus-locations .campus {
		padding: 10px;
		overflow: hidden;
		clear: both;
		font-family: 'Montserrat', sans-serif;
		max-width: 700px;
		display: flex;
align-items: center;
		 justify-content: space-between;
		
	}
#campus-locations .campus .f-box{
	width: 49%;
	
}
	#campus-locations strong {text-transform:uppercase;padding-bottom:10px;}
	#campus-locations img {display: block;}
	@media (min-width: 900px) {
		#campus-locations img {
			float: left;
			margin-right: 10px;
		}
	}

	@media (min-width: 500px) {
		#campus-locations .campus-list {
			display: flex;
			padding: 40px 0;
			justify-content: center;
		}

}
@media (max-width: 500px) {
		#campus-locations .campus {
			display:block;
		}
		#campus-locations .campus .f-box{
	width: 100%;
	margin-bottom: 10px;
	}		
		
		
}




  /***************************/
 /******   OPEN PAGE   ******/
/***************************/
	
	.entry-header-image {
		height: 450px;
		background-size: cover;
		background-position: center;

	}


	aside.staff-picture {
		text-align: center;
	}
	@media (min-width: 800px) {

		aside.staff-picture {
			
			float: left;
			padding: 0 20px 20px 0; 

		}
		aside.staff-picture img {
			max-width: 200px;
		}
	}
	.single-person .main-content {
		clear: both;
	}

	.news-archive .news-item {
		margin-bottom: 2em; 
		color: inherit;
		display: block;
	}
	.blog-navigation {
		text-align: center;
		margin: 2em 0; 
	}
	.blog-navigation a:after {content: ""}

.btn {
		display: inline-block;
		background: #e62e8b;
		padding: 10px 30px;
		color: white;
		font-size: 18px;
		text-transform: uppercase;
		position: relative;
		overflow: hidden;
		transition: .5s;
		z-index: 1;
		font-family: 'Montserrat', sans-serif;
	}
	.btn:before {
		content: "";
		display: block;
		position: absolute;
		height: 0;
		width: 100%;
		background: white;
		transition: .5s;
		top: 50%;
		left: 0;
		opacity: 0;
		z-index: -1;
	}
	.btn:hover {color:#e62e8b;}
	.btn:hover:before {
		height: 100%;
		width: 100%;
		top:0;
		opacity: 1;
	}
	.btn:after {
		content: " »";
	}


