/*   
Theme Name: CAMD Main College Site (Child Theme)
Theme URI: http://www.northeastern.edu/camd/
Description: This is the child theme for the MAIN CAMD site. It is a CHILD THEME, meaning you need the theme's parent in order for it to function propoerly—the parent is called "CAMD Parent" and should appear below in the list of available themes (if it does not, this will not work!) **Note: You CANNOT simply replicate this theme—it requires dependent code licenses that are owned and distributed by Hifinit Design Group. Please contact Alex Turnwall at alex@turnwall.com should you have any questions. Parts of this code are copyright © 2009-2014 Alex Turnwall, Hifinit Design Group.

Author: Alex Turnwall, Hifinit Design Group
Author URI: http://www.turnwall.com
Template: camd_parent
Version: 2.10
Tags: camd_parent

This theme is a CHILD theme of the parent CAMD theme, meaning it must have the original parent theme present to function correctly.

*/

@import url("../camd_parent/style.css");



/***************************  Homepage Styles  ******************************/
.skew {
	-moz-transform: skewY(-5deg);
	-webkit-transform: skewY(-5deg);
	transform: skewY(-5deg);
}
.skewin {
	-moz-transform: skewY(5deg);
	-webkit-transform: skewY(5deg);
	transform: skewY(5deg);
}

body.page-template-temp-home-new-php {
	overflow-x: hidden;
	max-width: 100%;
}


.camdhome-toprow {
	background-color: #333;
	color:#FFF;
}
.hometop-slider {
	min-height: 390px;
	width:100%;
	background-color: #424242;
}
.hometop-feature-message {
	background-color: #33cc33; /* was  6FAA1B */
	padding: 45px 30px 35px;
	float: right;
	display: block;
	opacity: 0.93;
	margin: -180px 40px 0 0;
	width: 470px;
	-moz-transform: skewY(-5deg);
	-webkit-transform: skewY(-5deg);
	transform: skewY(-5deg);
}
.hometop-feature-message p {
	color:#FFF;
	font-size:20px;
	padding:0;
	margin:0;
	-moz-transform: skewY(5deg);
	-webkit-transform: skewY(5deg);
	transform: skewY(5deg);
}
.camdhome-toprow h2 {
	color:#FFF;
	font-size:42px;
	font-weight:lighter;
}
.whiterow {
	background-color:#FFF;
	padding:50px 0 30px;
}
.greyrow {
	padding:50px 0 50px;
}
.darkrow {
	padding: 50px 0 50px;
	background-color: #1B1B1B;
}
.darkrow p{
	color:#CCC;
}
.about-top h1 {
	color:#FFF;
	font-size:3.4em;
	line-height:115%;
}
.darkrow h2 {
	color:#FFF;
	font-size:2.0em;
	line-height:115%;
}
.about-top h2 {
	color:#FFF;
	font-size:2.5em;
	line-height:115%;
}
.about-top h3,
.darkrow h3 {
	color:#FFF;
}
.home-event-contain {
	width:88%;
	float: left;
	background-color: #fff;
}
.home-event-head-contain {
	width: 12%;
	float: right;
}
.home-event-head {
	display: block;
	color: #FFF;
	float: left;
	padding: 20px 6% 0px;
	width: 84%;
	margin-left: 4%;
	position:relative;
	z-index:10;
}
.home-news-head h2,
.home-news-head h3, 
.home-event-head h2,
.home-event-head h3 {
	color:#FFF;
	font-weight:bold;
	margin-bottom:10px;	
	font-size: 1.6em;
}
a.allbtn {
	color: #fff;
	opacity: 0.7;
}
a.allbtn:hover {
	opacity: 1.0;
}
.home-event {
	float:left;
	display:block;
	color:#999;
	width:220px;
	padding:10px;
	min-height:130px;
}
.home-event:hover {
	color:#666;
	background-color:#F4F4F4;
}
.home-newsfeature {
	background-color: #9999ff; /* was FF9900 */
	overflow: hidden;
}
.home-news-head-contain {
	width: 12%;
	float: left;
}
.home-news-head {
	float: left;
	display: block;
	padding: 20px 6% 0px;
	width: 84%;
	margin-right: 4%;
	color: #FFF;
	position:relative;
	z-index:10;
}
.home-newsfeature ul.slides{
	height: 100%;
}
.home-newsfeature ul.slides li {
	margin: 0 5px 0 0;
	height: 100%;
	position: relative;
    height: 309px;
    overflow: hidden;
}
.home-newsfeature ul.slides li a {
	color: #3e3e3e;
	height: 100%;
	opacity:0.8;
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 5px;
	-moz-transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.home-newsfeature ul.slides li a span {
	padding:20px 8% 30px;
	float:left;
	display:block;
	font-size: 1.05em;
}
.home-newsfeature ul.slides li a:hover {
	opacity:1.0;
	background-color: #fff;
}


/*******************************   About Page Style  ********************************/
#firstarrow {
	background-color: #FFF;
	margin: -115px auto 0;
	clear: both;
	width: 130px;
	height: 130px;
	background-image: url(images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#firstarrow:hover {
	background-color:#F60;
}
.about-nav {
	position: fixed;
	z-index:100;
	top: 0;
	background-color: rgba(0,0,0,0.8);
	height:30px;
	overflow:visible;
}
.about-nav a {
	display: inline-block;
	color: #868686;
	text-transform: uppercase;
	font-size: 11px;
	padding: 5px 9px 7px;
	letter-spacing: 0.05em;
	margin: 0;
	float: left;
	-webkit-transition: all 0.4s ease 0.0s;
	-moz-transition: all 0.4s ease 0.0s;
	transition: all 0.4s ease 0.0s;
	
}
ul#aboutnav li.current a {
	color: #FFF;
	background-color:#000;
	border-top:4px solid #3CC;
}
.about-nav a:hover {
	color:#FFF;
}
ul#aboutnav, ul#aboutnav li {
	list-style:none;
	padding:0;
	margin:0;
}
.about-top {
	min-height: 200px;
	background-color: transparent;
	background-color: rgba(0,0,0,0.6);
	color: #FFF;
	padding: 90px 0 60px;
}
a.circle {
	color:#333;
	background-color:#CC0;
	border-radius:50%;
	display:block;
	height:70px;
	width:70px;
	text-align:center;
	font-size:36px;
	line-height:100%;
	font-weight:bold;
	margin-bottom:20px;
	display: table;
}
a.circle span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#about-overview{
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.9);
	box-shadow: 0 0 20px rgba(0,0,0,0.9);
}
#about-academics {
	padding:60px 0 100px;
	background-color:rgba(0,0,0,0.7);
}
#about-academics a {
	color:#FFF;
}
#about-faculty {
	padding:45px 0;
}
.about-global-head {
	padding: 50px 0 10px;
	background-color: #02A7C8;
	background-color:rgba(0,153,204,0.7);
	z-index: 2;
	position: relative;
}
#about-global h2 {
	color:#FFF;
}
#about-apply {
	background-color: #82cfc1;
	padding-bottom: 50px;
	-moz-box-shadow: inset 0 0 20px rgba(0,0,0,0.6);
	-webkit-box-shadow: inset 0 0 20px rgba(0,0,0,0.6);
	box-shadow: inset 0 0 20px rgba(0,0,0,0.6);
}
.about-coop-videos {
	background-color:#666;
	width:100%;
	min-height:300px;
}
.about-coop-videos-inner {
	padding:30px;
}
.people-grid {
	width:90%;
	float:right;
}
.people-grid a {
	display:block;
	height:133px;
	background-color:#999;
	float:left;
	width:33.333%;
	color:#FFF;
	overflow:hidden;
	font-size:14px;
}
.people-grid a img {
	float:left;
}
.people-grid a h4 {
	color:#FFF;
	margin-bottom:8px;
}
.people-grid a:nth-of-type(2n) {
	background-color: #6F6F6F;
}
.people-grid a span {
	display: block;
	background-color: #3CC;
	background-color: rgba(0,204,204,0.9);
	float: left;
	width: 90%;
	height: 110px;
	padding: 20px 5%;
	color: #FFF;
	position: relative;
	margin-top: 0px;
	line-height:115%;
	-webkit-transition: all 0.5s ease 0.0s;
	-moz-transition: all 0.5s ease 0.0s;
	transition: all 0.5s ease 0.0s;
}
.people-grid a:hover span {
	margin-top:-133px;
}
body.page-template-temp-about-scroll-php {
	background-image: url(images/aboutbg.jpg);
	background-size: cover;
}
.about-scroll-smicons {
	float:left;
	width:100%;
	margin:30px 0 0;
}
/****  End About Page Styles *****/




/********************************** 
FlexSlider Necessary Styles
*********************************/

body.page-template-temp-home-new-php #toprow-slider .flex-caption {
	padding: 0;	
	margin-left: 30px;
	width:440px;
	right:auto;
	bottom:18%;
	background-color: transparent;
}
body.page-template-temp-home-new-php #toprow-slider .flex-caption h3 { 
	font-size:2.2em;
	text-shadow: 2px 1px 1px rgba(0,0,0, 0.6);
}
body.page-template-temp-home-new-php #toprow-slider .flex-caption p { 
	font-size:1.2em;
	text-shadow: 2px 1px 1px rgba(0,0,0, 0.6);
}


/************ Second "news" flexslider **************/
#newsrow-slider {
	margin:0;
	padding:0;
	display:block;
	z-index:1;
	position:relative;
	width: 88%;
	float: right;
	background-color: #f2f2f2;
}
.carouselnav {
	display:block;
}

/* FlexSlider Default Theme
*********************************/

#newsrow-slider .flex-viewport {
	max-height: 2000px; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	transition: all 1s ease;
}
#newsrow-slider .loading .flex-viewport {max-height: 300px;}
#newsrow-slider .flexslider .slides {zoom: 1;}

#newsrow-slider .carousel li {
	margin-right:5px;
}


/* Direction Nav */
#newsrow-slider .flex-direction-nav {*height: 0;}
#newsrow-slider .flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
#newsrow-slider .flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
#newsrow-slider .flex-direction-nav .flex-prev {left: -36px;}
#newsrow-slider .flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
#newsrow-slider .flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
#newsrow-slider .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}


/* Control Nav */
#newsrow-slider .flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
#newsrow-slider .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
#newsrow-slider .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
#newsrow-slider .flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
#newsrow-slider .flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

#newsrow-slider .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
#newsrow-slider .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
#newsrow-slider .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
#newsrow-slider .flex-control-thumbs img:hover {opacity: 1;}
#newsrow-slider .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

a.flex-disabled {
	opacity: 0.0 !important; 
	display:none;
	cursor:default !important;
	width:0 !important;
	height:0 !important;
}


.home-eventsrow {
	background-color: #3399ff; /* was 02A8C5 */
	overflow: hidden;
	height: auto;
}
.home-eventsrow .cfa-event-slider {
	background-color: #fff;
	height: auto;
	margin: 0;
}
	
	
/******** Academics Program Page Styles *************/

body.page-template-temp-departments-php .page-header {
	border-bottom: none;
    margin-bottom: 0px;
    padding: 40px 0;
}
.dept-section {
	background-color: #EBEBEB;
	padding: 40px 0;
}
.dept-link {
	border: 1px solid;
	border-color: #E9E9E9;
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	display: block;
	background-color: #FFF;
}
.dept-link img {
	border: none;
	padding:0;
	margin:0;
	float:left;
	width: 100%;
}
.dept-link-in {
	padding-top:20px;
}
.dept-tri {
    border-bottom: 20px solid transparent;
    border-right: 20px solid #FFF;
    border-top: 20px solid transparent;
    height: 0px;
    width: 0px;
	float:left;
	margin:0 0 0 -40px;
}

/************************* Apply Page Styles (Move to Parent theme when ready) *************************/

body.page-template-temp-admissions-php .pageback {
    padding: 0;
}
body.page-template-temp-admissions-php .page-header {
	border-bottom:none;
	margin-bottom: 0;
	padding:30px 0 0;
}
.page-row-feature {
	border-bottom: 1px solid #CCC;
	padding:0 0 10px;
	margin-bottom:30px;
}
.apply-main {
	padding:30px 0 20px;
}
.apply-ctasections {
	padding: 20px 0;
	background-color: #EFEFEF;
}
.apply-page-box {
	min-height: 150px;
	padding: 25px;
	border: 1px solid #CCC;
	margin: 0 0 20px;
	overflow: hidden;
}
.apply-page-box h3,
.apply-page-box p {
	color: #9F9F9F;
}
	

	
/******** Global Section Styles *************/	
#about-global {
    padding: 0 0 80px;
    height: 539px;
    background-color: #EBFAFF;
    background-color: rgba(255,255,255,0.96);
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.4);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.4);
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
.globe-mapcontainer {
    position: absolute;
    bottom: 0;
    top: 98px;
    left: 50%;
    margin-left: -600px;
    z-index: 1;
    display: block;
    width: 1200px;
    height: 518px;
    background-image: url(images/worldmap-lg-dk.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.globe-marker {
	height: 30px;
	width: 30px;
	border: 5px solid;
	border-color: #FE4B1C;
	border-radius: 50%;
	display: block;
	position:absolute;
	opacity:0.6;
	/*
	-moz-transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
	transition:opacity 0.4s ease 0s;
	*/
	
}
.globe-marker:hover {
	opacity:1.0;
}
.globe-mark-popup {
	background-color:#FFF;
	border:1px solid #CCC;
	width:200px;
	padding:15px 15px 5px;
	min-height:100px;
	position:absolute;
	z-index:10 !important;
	pointer-events:none;
	border-radius:4px;
	margin:-40px 0 0 10px;
	-moz-box-shadow: -3px 3px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: -3px 3px 10px rgba(0,0,0,0.5);
	box-shadow: -3px 3px 10px rgba(0,0,0,0.5);
	opacity:0.0;
	transition:margin 0.4s ease, opacity 0.4s ease;
}
.globe-mark-popup img {
	width:100%;
}
.globe-marker:hover .globe-mark-popup {
	opacity:1.0;
	margin:-40px 0 0 30px;
	pointer-events:all;
}
.globe-mark-tri {
	border-bottom: 15px solid transparent;
    border-right: 15px solid #FFF;
    border-top: 15px solid transparent;
    height: 0px;
    width: 0px;
	float:left;
	margin:23px 0 0 -28px;
	clear:none;
}
.globe-mark-content {
	float:left;
}
/*

y: add 100
x: add 140

*/


#globe-boston {
	top:130px;
	left:290px;
}
#globe-ny {
	top:140px;
	left:250px;
}
#globe-ny-2 {
	top:150px;
	left:270px;
}
#globe-ny-3 {
	top:140px;
	left:280px;
}
#globe-venice {
	top:130px;
	left:570px;
}
#globe-berlin {
	top:100px;
	left:570px;
}
#globe-amman {
	top:175px;
	left:655px;
}
#globe-london {
	top:97px;
	left:520px;
}
#globe-washingtondc {
	top:170px;
	left:245px;
}
#globe-cuba {
	top:224px;
	left:220px;
}
#globe-shanghai {
	top:190px;
	left:970px;
}


#globe-seattle {
	top:115px;
	left:115px;
}
#globe-losangeles {
	top:170px;
	left:100px;
}
#globe-shanghai-2 {
	top:180px;
	left:960px;
}
#globe-capetown {
	top:460px;
	left:590px;
}
#globe-capetown-2 {
	top:455px;
	left:610px;
}
#globe-capetown .globe-mark-popup,
#globe-capetown-2 .globe-mark-popup {
	margin-top:-140px;
}
#globe-sanjose {
	top:264px;
	left:200px;
}
#globe-madrid {
	top:150px;
	left:520px;
}
#globe-madrid-2 {
	top:155px;
	left:505px;
}
#globe-ireland {
	top:87px;
	left:500px;
}



/******** Global Section Styles *************/	

body.page-template-temp-graduate-main-php .page-header,
body.page-template-temp-graduate-php .page-header {
	margin:10px 0 0;
}
body.page-template-temp-graduate-main-php .entry-content {
	margin: 0 0 10px;
}
a.grad-programs-list {
	padding: 15px 5%;
	background-color: #E5E5E5;
	display: block;
	float: left;
	margin-bottom: 5px;
	width: 90%;
	color: #333;
}
a.grad-programs-list:hover {
	background-color: #CDCDCD;
}
a.grad-programs-list span {
	color:#999;
	min-width: 120px;
	float:left;
}
.grad-sidebar {
	background-color: #F0F0F0;
	float: right;
	margin: 10px -40px 0 0;
	width: 320px;
}
.inner-gradsidebar {
	padding:25px 7%;
	float:left;
}
.inner-gradsidebar p {
	font-size:0.85em;
}
a.grad-applylink {
	padding: 15px 5%;
	float: left;
	width: 90%;
	color: #FFF;
	font-weight: bold;
	background: #9999ff url(images/white-arrow-right.png) no-repeat 90% center; /* was f90  */
}
a.grad-applylink:hover {
	background-color: #5858fa; /* was EF4E02 */
}
a.grad-loginlink {
	background: #CCC url(images/white-arrow-right.png) no-repeat 90% center;
	padding:15px 5%;
	float:left;
	width:90%;
	color:#FFF;
	font-weight:bold;
}
a.grad-loginlink:hover, a.grad-morelink:hover {
	background-color:#999;
}
a.grad-morelink {
	background-color:#666;
	padding:15px 5%;
	float:left;
	width:90%;
	color:#FFF;
}
body.page-template-temp-graduate-main-php .academic-programs-list h2 {
	padding-left:30px;
}
body.page-template-temp-graduate-main-php .program-hentry-contain {
	width:44%;
	margin-left:4%;
	float:left;
	clear:none;
}



.home-highlights {
	background-color: #fff;
	text-align: center;
	padding: 20px;
}
.home-highlights-contain {
	width:100%;
	margin-left:-10px;
}
a.home-highlights-item {
	width:25%;
	margin:0;
	padding:30px 0;
	height: auto;
	float:left;
	display:block;
	background-color: #fff;
}
a.home-highlights-item:hover {
	margin-top:0px;
}
.home-highlights-item span.hhi-inside,
.home-highlights-item:hover span.hhi-inside,
.home-highlights-item span.hhi-inside span.arrow,
.home-highlights-item h3,
.home-highlights-item p {
	background-color: transparent;
	transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
}
.home-highlights-item span.hhi-inside {
	width: 100%;
}
.home-highlights-item:hover span.hhi-inside {
	/*padding-bottom:3px;*/
}
.home-highlights-item span.hhi-inside span.arrow {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: block;
	float: left;
	background-color: #FFF;
	border: 1px solid #666;
	margin: -10px 0 6px 0;
	padding:0;
	opacity:0.5;
	background-image: url(images/smarr.png);
	background-repeat: no-repeat;
	background-position: center center;
}
a.home-highlights-item:hover span.hhi-inside span.arrow {
	/*margin:-11px 0 4px 0;*/
	opacity:1.0;
	-webkit-transform:rotate(-90deg);
}
body.page-template-temp-home-new-php .home-highlights-item h3 {
	color: #636363;
	font-size: 1.1em;
	letter-spacing: 0.02em;
}
body.page-template-temp-home-new-php .home-highlights-item p {
	color: #838383;
	font-size:0.9em;
}


/* Apply Section Colors */
body.page-id-6 .second-nav-contain-empty {
	background-color: #9d2402;
}
.main-navigation.camd-main-nav li#menu-item-7448.current-menu-item a span {
	border-bottom-color: #9d2402;
}

/* Home Section Headers */
.home-eventsrow a.event-item {
	height: auto;
	background-color: #fff;
	margin: 0 4px 0 0;
	padding:20px 0;
}
.home-eventsrow .event-item-head {
	background-color: transparent;
	padding: 20px 5%;
	width: 90%;
	min-height: 190px;
	color: #999;
}
.home-eventsrow .event-item-head .excerpt {
	height: auto;
}
.home-eventsrow .event-item-head h4 {
	color: #505050;
	font-weight: normal;
	font-size: 1.2em;
}
.home-eventsrow .event-item-head p {
	font-size: 0.9em;
	line-height: 120%;
}
.home-eventsrow a.event-item:hover .event-item-head {
	margin-top: 0px;
}
.home-eventsrow a.event-item:hover .excerpt {
	height: auto;
}







/***************************  Giving Section  ******************************/

body.page-template-temp-giving-home-php {
	background-image: none;
	background-color: #e8e8e8;
}
body.page-template-temp-giving-pages-php {
	background-image: none;
	background-color: #fff;
}
body.page-template-temp-giving-home-php .pageback,
body.page-template-temp-giving-pages-php .pageback {
	box-shadow: none;
}
body.page-template-temp-giving-pages-php .above-site-content {
	min-height: 290px;;
	height: auto
}
body.page-template-temp-giving-home-php #toprow-slider .flex-caption h3,
body.page-template-temp-giving-pages-php .page-header h1  {
	font-size: 3.4em;
	line-height: 105%;
	margin-bottom: 0.4em;
	color: #fff;
}
body.page-template-temp-giving-home-php #toprow-slider .flex-caption p,
body.page-template-temp-giving-pages-php .page-header p {
	font-size: 1.2em;
	line-height: 145%;
	color: #b4b4b4;
}

body.page-template-temp-giving-pages-php .pageimage {
	position:relative;
	z-index:1;
	min-height: 380px;
	height: auto;
	background-color: #646464;
	background-repeat:no-repeat;
	background-size: cover; 
}
body.page-template-temp-giving-pages-php .page-header {
	border-bottom: none;
	float: left;
	padding: 30px 40px;
	width: 620px;
	position: relative;
}

body.page-template-temp-giving-pages-php .page-header h1, 
body.page-template-temp-giving-pages-php .page-header p {
	padding: 16px 26px;
	width: auto;
	float: left;
	margin: 0;
	background-color: #383838;
	/*background-color: #fff;*/
	/*background-color: rgba(56, 56, 56, 0.9);*/
} 
body.page-template-temp-giving-home-php h1,
body.page-template-temp-giving-home-php h2,
body.page-template-temp-giving-home-php h3,
body.page-template-temp-giving-home-php h4,
body.page-template-temp-giving-pages-php h1,
body.page-template-temp-giving-pages-php h2,
body.page-template-temp-giving-pages-php h3,
body.page-template-temp-giving-pages-php h4 {
	font-family: Baskerville, Garamond, "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-weight: normal;
}
body.page-template-temp-giving-home-php h2 {
	font-size: 3.2em;
	line-height: 105%;
}
body.page-template-temp-giving-home-php p.introp {
	font-size: 1.3em;
}
body.page-template-temp-giving-pages-php h2 {
	font-size: 3.0em;
}
body.page-template-temp-giving-home-php h3,
body.page-template-temp-giving-pages-php h3 {
	font-size: 2.0em;
	margin-top: 0.4em;
	margin-bottom: 0.5em;
}
body.page-template-temp-giving-home-php h4,
body.page-template-temp-giving-pages-php h4 {
	font-size: 1.4em;
	margin-bottom: 0.4em;
}
.main-navigation li.menu-giving.current_page_item a:after,
.main-navigation li.menu-giving.current-page-ancestor a:after {
	border-bottom-color: #9999ff; /* was ff8d00 */
	transition: all 0.5s ease;
}
body.page-template-temp-giving-home-php .second-nav-contain,
body.page-template-temp-giving-pages-php .second-nav-contain {
	background-color: #9999ff; /* was ff8d00 */
	height: 62px;
}
body.page-template-temp-giving-home-php .second-nav-placeholder,
body.page-template-temp-giving-pages-php .second-nav-placeholder {
	height: 62px;
	position: relative;
}
.fixnav {
	position: fixed;
	top:0;
	z-index: 999;
}
body.page-template-temp-giving-home-php .second-nav-contain ul.second-nav li a,
body.page-template-temp-giving-pages-php .second-nav-contain ul.second-nav li a {
	color: #ddddff;  /* was ffdcbc */
	padding:20px 8px 16px;
}
.cta-second-nav a {
	font-weight: bold;
	font-size: 0.9em !important;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin: 12px 0px 0px 14px;
	padding:10px 16px !important;
	line-height: 100% !important;
	border-radius: 4px;
	border:2px solid #fff;
	color: #fff !important;
}
.cta-second-nav a:hover {
	background-color: #5858fa;  /* was f47700 */
}
body.page-template-temp-giving-home-php #toprow-slider .flex-caption {
	width: 620px;
	bottom: 16%;
	right: auto;
	left:10px;
	padding: 30px 40px;
	background-color: #383838;
}
body.page-template-temp-giving-home-php .slidenav {
	margin: -50px 0 0 30px;
}
.giving-footer {
	padding: 40px 0 60px;
	background-color: #9999ff; /* was FF9900 */
	color: #fff;
}
.giving-footer h2 {
	color: #fff;
}
.giving-footer p {
	color: #fff;
	font-size: 1.3em;
	line-height: 145%;
}

.giving-footer a.cta-button-clear {
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin: 30px 0px 0px;
	padding:20px 26px;
	line-height: 100%;
	border-radius: 4px;
	border:2px solid #fff;
	color: #fff !important;
	float: left;
	display: block;
}
.giving-footer a.cta-button-clear:hover {
	background-color: #5858fa;  /* was f47700 */
}
.important-message {
	padding: 20px 24px;
	background-color: transparent;
	float: left;
	display: block;
	border-radius:8px;
	margin-top: 30px;
	border: 3px solid #fff;
	cursor: pointer;
}
.important-message:hover {
	background-color: #ffffff;
}
.important-message p,
.important-message h4 {
	margin:0;
	color: #868686;
	font-size: 1.1em;
}
.important-message-popup {
	background-color: #fff;
	padding:60px 7% 70px 5%;
	position: absolute;
	top:-20px;
	left:20%;
	width: 48%;
	z-index: 80;
	box-shadow: 0 0 190px rgba(0,0,0,1);
	display: none;
}
.giving-home-top {
	padding: 70px 0;
	position: relative;
}
/*.page-template-temp-giving-home-php .fullslider {
	min-height:460px;
	display: none;
}*/
/*#result{
	position: fixed;
	top:0;
	right: 0;
	background-color: #fff;
	padding: 10px;
	z-index: 9999;
}*/
.giving-home-priorities {
	position: relative;
}
.giving-home-priorities .sticky-wrapper {
	float: left;
	width: 20%;
	min-height: 1px;
}
.priorities-nav {
	background-color: #66b2c9;
	padding: 0;
	margin: 100px 0 0;
	width: 100%;
	left:0;
	position: relative;
	float: left;
}
.priorities-nav.stuck {
	position: fixed;
	top:0px;
	width: 20%;
}
.priorities-nav.bottomstuck {
	position: absolute !important;
	width: 20%;
	bottom:0;
}
.priorities-nav ul,
.priorities-nav li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}
.priorities-nav a {
	padding: 25px 15% 25px 5%;
	width: 80%;
	float: left;
	font-size: 1.4em;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #c0abef ;  /* was ffb83d */
	border-bottom: 1px solid #9999ff; /* was FF9900 */
	position: relative;
}
.priorities-nav .current a {
	background-color: #9999ff; /* was FF9900 */
}
.priorities-nav .current a:after {
	content:" ";
	height: 0px;
	width: 0px;
	display: block;
	border-left:none;
	border-top:22px solid transparent;
	border-bottom:22px solid transparent;
	border-right:22px solid #fff;
	position: absolute;
	right: 0;
	top: 25%;
}
.priorities-sectionback {
	background-color: #fff;
	padding: 0;
	float: right;
	width: 80%;
}
.priorities-section {
	border-bottom:1px solid #c8c8c8;
}
.priorities-section p {
	font-size: 1.1em;
	line-height: 145%;
	color: #636363;
}
.priorities-section-inner {
	padding: 0 6% 60px;
	width: 88%;
	float: left;
}
.priorities-section h5 {
	margin-top: 50px;
}
.section-header-image {
	width: 100%;
	max-width: 100%;
}
.section-item {
	margin-bottom: 40px;
}
.section-item p {
	font-size: 0.8em;
	line-height: 145%;
	color: #7e7e7e;
}
.priorities-section img.attachment-thumbnail,
.giving-home-audiences img.attachment-thumbnail {
	margin-bottom: 20px;
}
.giving-home-audiences {
	padding: 80px 0;
}
.priorities p {
	color: #db8e20;
	font-size: 1.2em;
	padding: 20px 20px;
	background-color: #f3e7b9;
}
body.page-template-temp-giving-home-php blockquote,
body.page-template-temp-giving-pages-php blockquote {
	margin: 0 0 1.5em 0;
	background-color: transparent;
	border-left: none;
	padding:0.5em 0;
	color: #9999ff;  /* was f87700 */
	font-size: 1.3em;
	line-height: 135%;
	font-family: Baskerville, Garamond, "Palatino Linotype", Georgia, "Times New Roman", serif;
}











.home-programs {
	background: #fff;
	padding-bottom: 20px;
}

.home-programs .gdcenter {
	width: 100% !important;
}

.home-programs .gdcenter .row {
	margin: 0;
}

.home-programs .gdcenter .col5 {
	width: 50%;
	margin-right: 0;
}

.single-program {
	width: 100%;
	height: 450px;
	position: relative;
	overflow: hidden;
}

.single-program img {
	width: 100%;
	height: 100%;
}

.single-program a .overlay {
	position: absolute;
    top: 0;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";

  /* IE 5-7 */
  filter: alpha(opacity=65);

  /* Netscape */
  -moz-opacity: 0.65;

  /* Safari 1.x */
  -khtml-opacity: 0.65;

  /* Good browsers */
  opacity: 0.65;
    width: 100%;
    height: 100%;
}

.single-program a:hover .overlay {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";

  /* IE 5-7 */
  filter: alpha(opacity=85);

  /* Netscape */
  -moz-opacity: 0.85;

  /* Safari 1.x */
  -khtml-opacity: 0.85;

  /* Good browsers */
  opacity: 0.85;
}
/* REF:003 */
.single-program .widget_sp_image-description {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 95%;
    color: #453e3e;
    font-weight: bold;
    font-size: 27px;
    background: rgba(255, 255, 255, 0.67);
    margin: 2.5%;
}

.single-program .overlay { display: none; }

.single-program .widget_sp_image-description p {
    margin-left: 20px;
    font-size: 1.7em;
    display: inline-block;
    /* padding: 25px 38px; */
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.2em;
    padding: 30px;
}

.single-program:hover .widget_sp_image-description {
    background: #fff;
}

.single-program a:hover .widget_sp_image-description p {
	background: transparent;
}

#newsrow-slider img.attachment-thumbnail {
	max-width: none;
    width: auto;
    height: 309px;
    margin: 0;
    padding: 0;
    position: absolute;
    display: block;
    top: 0;
}

.home-newsfeature ul.slides {
	border-bottom: 25px solid #e3f3f3;
}

.home-newsfeature ul.slides li {
	margin: 0;
}

.home-newsfeature ul.slides li a:hover span {
	display: block;
}

.home-newsfeature ul.slides li a span {
    position: absolute;
    padding: 43px 60px 30px 30px;
    float: left;
    display: block;
    font-size: 1.05em;
    /* top: 20px; */
    color: #443e3e;
    background: rgba(255, 255, 255, 0.7);
    height: 100%;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.2em;
    display: none;
}

.page-template-temp-home-rev .gdcenter, .page-template-temp-programs .gdcenter, .page-template-temp-landing-page .gdcenter {
    width: 1420px;
}

.home-highlights-contain {
	margin-left: -20px;
}

.grad-info {
	text-align: left;
    background: #FFFFFF;
    color: #3f3f3f;
    padding: 30px 35px;
    padding-bottom: 10px;
    position: relative;
    border: 1px solid #3f3f3f;
    border-top: 7px solid #99f;
    margin: 25px 0;
}

.grad-info .learn-more-cta {
	font-weight: bold;
    color: #3f3f3f;
    border: 1px solid #3f3f3f;
    display: block;
    /* float: right; */
    padding: 17px 35px;
    font-size: 19px;
    position: absolute;
    bottom: 30px;
    right: 35px;
}

.grad-info h1 {
	color: #3f3f3f;
    text-transform: uppercase;
    font-size: 34px;
}

.grad-info h1 .pbox {
    width: 47px;
    height: 29px;
    background: #99F;
    display: inline-block;
    margin-right: 10px;
}

.grad-info .extra-links a {
    color: #3f3f3f;
    font-weight: bold;
    font-style: italic;
}

.grad-info .desc {
	padding-right:40%;
}

.grad-info:hover {
	text-align: left;
    background: #3F3F3F;
    color: #fff;
    padding: 30px 35px;
    padding-bottom: 10px;
    position: relative;
    border: 1px solid #3f3f3f;
    border-top: 7px solid #99f;
    margin: 25px 0;
}

.grad-info:hover .learn-more-cta {
	color: #fff;
	border-color: #fff;
}

.grad-info:hover h1 {
	color: #fff;
}

.grad-info:hover .extra-links a {
    color: #fff;
    font-weight: bold;
    font-style: italic;
}

.button-links a {
    display: block;
    color: #fff;
}

.main-navigation a {
	color: #6c5136;
	font-weight: bold !important;
}

.home-newsfeature {
	background-color: #86d0c3;
}

body.page-template-temp-home-new-php hgroup {
	background-color: rgba(255,255,255,.8);
	position: relative;
	z-index: 99;
}

body.page-template-temp-home-new-php .home-programs {
	background: none;
    height: 733px;
}

body.page-template-temp-home-new-php .home-programs .large-homepage-banner {
	padding: 100px 50px;
}

body.page-template-temp-home-new-php .home-programs .large-homepage-banner h1 {
	color: #fff;
    font-size: 55px;
    font-weight: bold;
    margin-bottom: 35px;
}

body.page-template-temp-home-new-php .home-programs .large-homepage-banner .button-links a {
	background-color: rgba(255,255,255,.85);
    color: #443e3e;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px;
    width: 368px;
    font-size: 24px;
    margin-bottom: 14px;
}

.header_grad {
	
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+54 */
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 54%, rgba(0,0,0,0) 100%);/* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 54%,rgba(0,0,0,0) 100%);/* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 54%,rgba(0,0,0,0) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );/* IE6-9 */
    position: absolute;
    top: 0;
    width: 1900px;
    height: 100%;
    z-index: -1;
}

body.page-template-temp-home-new-php .home-programs .large-homepage-banner .button-links a:hover {
	background-color: #fff;
}

.megafooter {
	background-color: #fff;
}

.megafooter-widget {
	color: #999;
	border-color: #e3f3f2 !important;
}

.megafooter-widget-area {
	border-color: #e3f3f2 !important;
}

.megafooter-widget .widget-title {
	color: #999;
}
.megafooter-widget-area a.button {
	background-color: #44a8c8;
}
.megafooter-widget-area a.button:hover {
	background-color: #3f9bba;
}

.megafooter-intro a {
	color: #44a8c8;
}

.megafooter-intro a:hover {
	color: #3f9bba;
}

.site-footer {
	background: #e3f3f3;
}

.mfwa2 li a {
	color: #999;
}

.megafooter-widget-area a.button.blue, .megafooter-widget-area a.button.orange {
	background: #85cfc2;
}

.megafooter-widget-area a.button.blue:hover, .megafooter-widget-area a.button.orange:hover {
	background: #7cc2b5;
}

body {
	font-family: "Open Sans";
}

header .photo-credit {
    color: rgba(255, 255, 255, 0.71);
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
    font-weight: bold;
    margin: 0 auto 50px auto;
    width: 1360px;
}

@media only screen and (max-width: 1399px) {
	header .photo-credit {
		width: 100%;
		margin: 0 20px 50px 20px;
	}
}

.site-footer .pagecenter {
	width: 1200px;
}

.mfwa1 {
	width: 28%;
}

.mfwa3 {
	width: 21%;
}

.flex-direction-nav {
	margin-left: 15px;
	margin-bottom: 25px;
}

.home-news-head h2 {
	margin-left: 15px;
    line-height: 0.9em;
    margin-bottom: 25px;
    text-transform: uppercase;
}

a.allbtn {
	margin-left: 15px;
}

.main-navigation ul > li:not(.has-submenu) a {
    padding: 14px 14px 43px;
}

.programs-banner {
	padding-bottom: 0;
}

.programs-banner .gdcenter {
	background: url('./images/ne-programs-banner.jpg') no-repeat top center;
    background-size: cover;
    padding: 100px;
    height: 386px;
    width: auto;
    color: #fff;
}

.programs-banner h1 {
	color: #fff;
    font-size: 3.1em;
    margin-bottom: 20px;
}

.programs-banner p {
	width: 580px;
    font-size: 1.6em;
    line-height: 1.3em;
}

.programs-banner a.request-info-link {
	color: #fff;
    font-size: 2.3em;
	font-weight: bold;
}

.programs-banner .button-links {
    margin-top: 50px;
}

.programs-banner .button-links a {
	background: rgba(255,255,255,.7);
    float: left;
    width: 30%;
    margin-right: 3%;
    display: block;
    color: #453e3e;
    text-align: center;
    padding: 25px 0;
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: bold;
}

.programs-banner .button-links a:hover {
	background-color: #fff;
}

header#masthead .gdcenter {
	 width: 1180px;
}

.page-template-temp-about-new .home-programs .col5 {
	width: 33.3333%;
}

.page-template-temp-about-new .home-programs .single-program {
	height: 350px;
}

/*******************************  The Grid (Tablets?)  *******************************/

@media only screen and (max-width: 1399px) {
	.home-programs .gdcenter {
		width: 100% !important;
	}
}

@media only screen and (max-width: 1021px) {

	.home-programs .gdcenter {
		width: 100%;
		margin: 0;
	}
	
	.programs-banner .button-links a {
		float: none;
		width: 300px;
		margin-bottom: 5px;
	}

	.home-programs .gdcenter .col5 {
		width: 100%;
		margin-right: 0;
		display: block;
	}

	body.page-template-temp-home-new-php hgroup, 
	body.page-template-temp-home-new-php a.sitelogo,
	hgroup, 
	a.sitelogo {
		height: 80px;
	}
	#toprow-slider {
		min-height: 0px;
		background-color: transparent;
	}
	.important-message-popup {
		padding: 60px 7% 70px 5%;
		position: absolute;
		left: 5%;
		width: 77%;
	}
	.priorities-nav,
	.giving-home-priorities .stick-wrapper {
		display:none !important;
	}
	.priorities-sectionback {
		width: 100%;
	}
	.fixnav {
		position: relative;
	}
	ul.second-nav {
		display: none;
	}
	ul.second-nav.second-nav-parent {
		display: block;
	}
	body.page-template-temp-giving-pages-php .pageimage {
		min-height: 200px;
		background-size: 100% auto; 
		background-position: top center;
		background-color: #383838;
	}
	body.page-template-temp-giving-pages-php .page-header {
		padding: 0;
		width: 100%;
		margin-top: 120px;
	}
	body.page-template-temp-giving-pages-php .page-header h1 {
		font-size: 2.0em;
		padding:0.3em 5%;
		width: 90%;
	}
	body.page-template-temp-giving-home-php #toprow-slider {
		background-color: #383838;
	}
	body.page-template-temp-home-new-php #toprow-slider .flex-caption,
	body.page-template-temp-giving-home-php #toprow-slider .flex-caption {
		padding: 15px 5%;
		margin: 0;
		width: 90%;
		float: left;
		display: block;
		position: relative;
		left:0;
	}
	#toprow-slider .flex-caption h3,
	body.page-template-temp-giving-home-php #toprow-slider .flex-caption h3 { 
		font-size:1.7em;
	}
	#toprow-slider .flex-caption p { 
		font-size:1.0em;
	}
	.slidenav {
		margin: 0;
		float: right;
	}
	.hometop-feature-message {
		padding: 30px 5% 35px;
		float: left;
		display: block;
		opacity: 1.0;
		margin: 0;
		width: 90%;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	.hometop-feature-message p {
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		font-size: 1.2em;
	}
	.home-highlights-contain {
		margin-left:0px;
	}
	a.home-highlights-item {
		width:50%;
		padding:10px 0 0;
	}
	.about-nav {
		display:none;
	}
	#about-global {
		display: none;
	}
	.home-news-head-contain,
	.home-event-head-contain,
	.home-event-contain {
		width: 100%;
		float: left;
	}
	.home-news-head,
	.home-event-head {
		padding: 10px 6% 0px;
		width: 88%;
		margin: 0%;
		height:auto;
	}
	.newsrownav {
		margin-top: -20px;
	}
	#newsrow-slider {
		width: 100%;
		float: left;
	}
	.home-newsfeature ul.slides li a {
		opacity:1.0;
		margin: 5px 0px 5px 5px;
		background-color: #fff;
	}
	.home-eventsrow a.event-item {
		height: auto;
		background-color: #fff;
		margin: 4px 4px 4px 0;
		padding:10px 0;
	}
	.grad-sidebar {
		float: left;
		margin: 20px 0 0;
		width: 100%;
	}
	.about-top {
		min-height: auto;
		padding: 30px 0 10px;
	}
	#firstarrow {
		display: none;
	}
	
	.home-news-head {
		padding: 33px;
	}

	.people-grid {
		width:100%;
		float:left;
	}
	.people-grid a {
		width:100%;
	}
	#about-coop .about-coop-videos img {
		width: 100%;
	}
	#about-overview .gdcenter {
		margin: 0;
	}
	.page-template-temp-about-new .main-about-cta {
		background: #555 url('./images/cta-arrow.png') no-repeat 50% 95% !important;
		width: 100% !important;
		padding: 25px !important;
		margin-top: 20px !important;
		padding-bottom: 98px !important;
	}

	.page-template-temp-about-new .main-about-cta p {
		width: 100% !important;
	}

}

@media only screen and (max-width: 376px) {
	body.page-template-temp-home-new-php a.sitelogo, a.sitelogo {
		height: 40px;
		margin: 20px;
	}
}
/****************  End The Grid (Tablets?)  ****************/


/** LANDON PAGES **/
.page-template-temp-landing-page header#masthead {
	display: none;
}
.page-template-temp-landing-page #landing_bg {
	background: url('images/creativeleadership5.jpg') no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 709px;
	position: fixed;
	z-index: -1;
}
.page-template-temp-landing-page #landing_bg .gradient_bg {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3f3f3+0,43a8c7+100 */
background: rgb(227,243,243); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(227,243,243,.75) 0%, rgba(67,168,199,.75) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(227,243,243,.75) 0%,rgba(67,168,199,.75) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(227,243,243,.75) 0%,rgba(67,168,199,.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

position:absolute;
top:0;
left:0;
width:100%;
height:100%;

}
.page-template-temp-landing-page header#landing_head {
	height: 136px;
}
.page-template-temp-landing-page header#landing_head .landing_head_content {
    margin: 0 auto;
    width: 325px;
    margin-top: 20px;
}

.page-template-temp-landing-page .cta_row {
	width: 1180px;
	margin: 0 auto;
	position: relative;
	top: 100px;
}

.page-template-temp-landing-page .bl-call-to-action {
	background: #ef9b76 url('./images/landing-cta-arrow.png') no-repeat top center;
	color: #000;
	width: 540px;
	height: 300px;
	margin-right: 50px;
	display: block;
	float: left;
	position: relative;
}

.page-template-temp-landing-page .bl-call-to-action .cta-inner {
	padding: 77px;
	text-align: center;
}

.page-template-temp-landing-page .bl-call-to-action .cta-inner h1 {
	text-transform: uppercase;
	font-size: 1.9em;
}

.page-template-temp-landing-page .bl-call-to-action .cta-inner p {
    font-size: 1.3em;
    margin-bottom: 0;
    height: 79px;
}

.page-template-temp-landing-page .bl-call-to-action .cta-inner .cta-btn {
    width: 337px;
    margin: 0 auto;
    height: 43px;
    text-align: center;
    font-size: 1.7em;
    background: transparent url('./images/cta-arrow.png') no-repeat center right;
    display: block;
    padding-top: 25px;
}

.page-template-temp-landing-page .bl-call-to-action:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	background: transparent url('./images/landing-cta-arrow.png') no-repeat top center;
	transform: rotate(180deg);
}

.page-template-temp-landing-page .landing_heading {
	position: relative;
}

.page-template-temp-landing-page .landing_heading:after, .page-template-temp-landing-page .landing_heading:before {
    margin-top: 0.5em;
    content: "";
    position: absolute;
    top: 0;
    border: 5.5em solid #6fbcd4;
    transform: rotate(180deg);
}

.page-template-temp-landing-page .landing_heading:after {
    border-right-color:transparent;
	right: -80px;
}

.page-template-temp-landing-page .landing_heading:before {
    border-left-color:transparent;
	left: -80px;
}

.page-template-temp-landing-page .landing_heading_inner {
 	width: 1180px;
    margin: 0 auto;
    text-align: Center;
}

.page-template-temp-landing-page .landing_row {
    width: 100%;
    background: #fff;
    min-height: 300px;
    padding-top: 160px;
    padding-bottom: 1px;
	overflow-x: hidden;
}

.page-template-temp-landing-page .landing_heading h1 {
	margin-bottom: 8px;
	text-transform: uppercase;
}

.page-template-temp-landing-page .landing_heading p {
	font-size: 1.2em;
	line-height: 1.6em;
	position: relative;
	z-index: 55;
}

.page-template-temp-landing-page .info_grid_row {
	width: 100%;
    background: #fff;
    padding-bottom: 1px;
    overflow-x: hidden;
}
.page-template-temp-landing-page .info_grid_inner {
	width: 1180px;
	margin: 0 auto;
}

.page-template-temp-landing-page .info_grid_row .info-grid-box {
	width: 43%;
	margin: 0 3.5%;
	float: left;
	font-size: 1.1em;
	margin-bottom: 50px;
}

.page-template-temp-landing-page .info_grid_row .info-grid-box h2 {
	color: #453e3e;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-bottom: 23px;
}

.page-template-temp-landing-page .info_grid_row .info-grid-box h2 span.fa {
	font-size: 46px;
	color: #6FBCD4;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#89d1c4+0,46a9c7+100 */
	background: -webkit-linear-gradient(top, rgba(137,209,196,1) 0%,rgba(70,169,199,1) 100%); /* Chrome10-25,Safari5.1-6 */
	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;
	width: 50px;
    margin-right: 12px;
	
}

.page-template-temp-landing-page .info_grid_row .info-grid-box p {
	margin-left: 69px;
}

.page-template-temp-landing-page .testimonial_wrapper {
	background: url('./images/creativeleadership5.jpg') no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    z-index: 1;
    position: relative;
    padding: 100px 0;
    padding-bottom: 70px;
}

.page-template-temp-landing-page .testimonial_wrapper .gradient_bg {
    background: #96cedf;
    background: -moz-linear-gradient(top, rgba(227,243,243,.75) 0%, rgba(67,168,199,.75) 100%);
    background: -webkit-linear-gradient(top, rgba(150,206,223,.75) 0%,rgba(67, 168, 199, 0.94) 100%);
    background: linear-gradient(to bottom, rgba(150, 206, 223, 0.94) 0%,rgba(67, 168, 199, 0.94) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-template-temp-landing-page .testimonial_wrapper .testimonial_row {
    width: 1180px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    position: relative;
}

.page-template-temp-landing-page .testimonial_wrapper .testimonial .content {
    font-size: 2.4em;
    line-height: 1.2em;
    margin-bottom: 0.8em;
}

.page-template-temp-landing-page .testimonial_wrapper .testimonial .testimonial-author img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #fff;
}

.page-template-temp-landing-page .testimonial_wrapper .testimonial .testimonial-author span {
	font-size: 1.7em;
    margin-left: 20px;
    position: relative;
    bottom: 38px;
}

.clearfix { clear: both; }

@font-face {
font-family: ApercuMediumPro;
src: url("./fonts/apercu_medium_pro.otf") format("opentype");
}

@font-face {
	font-family: ApercuMediumPro;
	font-weight: bold;
	src: url("./fonts/apercu_bold_pro.otf") format("opentype");
}

body {
	font-family: "ApercuMediumPro";
}

.nav-apply {
	position: absolute;
    top: 8px;
    right: 61px;
    text-align: right;
}
.nav-apply a {
	color: #DC1221;
}

.page-template-temp-landing-page .bl-call-to-action:hover {
	background-color: #48A9C5;
}

.megafooter .gdcenter { width: 100%; }

@media only screen and (max-width: 1200px) {
	.site-footer .pagecenter, .page-template-temp-landing-page .testimonial_wrapper .testimonial_row, .page-template-temp-landing-page .info_grid_inner, .page-template-temp-landing-page .landing_heading_inner, .page-template-temp-landing-page .cta_row, .page-template-temp-landing-page .bl-call-to-action {
		width: 100%;
	}
	.page-template-temp-landing-page .bl-call-to-action {
		margin-bottom: 33px;
	}
	.page-template-temp-landing-page .mfwa1 {
		margin-left: 4%;
	}
	
	.page-template-temp-landing-page .gdcenter {
		width: 100%;
	}
	.page-template-temp-landing-page .landing_heading:after, .page-template-temp-landing-page .landing_heading:before {
		border: none;
	}
}

@media only screen and (max-width: 770px) {
	.megafooter-widget-area { width: 100%; }
	.mfwa2 ul li { width: 27%; padding-right: 2%; }
	.programs-banner .gdcenter { padding: 20px; height: auto; }
	.programs-banner .gdcenter p { width: auto; }
	.single-program { height: 315px; }
	.single-program .widget_sp_image-description p { padding: 10px; }
}

@media only screen and (max-width: 450px) {
	.page-template-temp-landing-page .info_grid_row .info-grid-box {
		float: none;
		width: 100%;
	}
	.page-template-temp-landing-page .info_grid_row .info-grid-box p {
  		margin-right: 25px;
	}
	.page-template-temp-landing-page .bl-call-to-action .cta-inner {
    	padding: 77px 25px;
	}
	.page-template-temp-landing-page .testimonial_wrapper .testimonial .testimonial-author img {
		display: block;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	.page-template-temp-landing-page .testimonial_wrapper .testimonial .testimonial-author span {
		position: static;
	}
}

.programs-banner .gdcenter { width: auto !important; }

.page-template-temp-about-new #main { background: #fff url('images/aboutpage-bg.jpg') no-repeat;
    background-size: 100%;}

.page-template-temp-about-new .about-top { background-color: transparent;}

.page-template-temp-about-new img.attachment-thumbnail { position: static; height: auto;}

.page-template-temp-about-new .main-about-cta {
	color: #fff;
	width: 650px;
	padding: 70px 95px;
	padding-bottom: 52px;
	margin: 0 auto;
	text-align: center;
	margin-top: 150px;
	display: block;
	background: #555 url('./images/cta-arrow.png') no-repeat 69% 88%;
}

.page-template-temp-about-new .main-about-cta:hover {
	background: #4BA7C7 url('./images/cta-arrow.png') no-repeat 69% 88%;
}

.page-template-temp-about-new .main-about-cta h2 {
	font-size: 2.2em;
}

.page-template-temp-about-new .main-about-cta p {
	font-size: 1.3em;
	width: 600px;
	margin: 0 auto;
}
.page-template-temp-about-new .main-about-cta span {
	font-size: 1.8em;
	text-transform: uppercase;
	display: block;
	margin-top: 40px;
}

.page-template-temp-about-new .single-program .widget_sp_image-description {
	top: 43%;
}
.page-template-temp-about-new .single-program .widget_sp_image-description p {
	margin-left: 0;
	padding: 0 0px;
	font-size: 1.4em;
}

.page-template-temp-about-new .single-program a .overlay {
	background : #3f3f3f !Important;
}

.page-template-temp-about-new .home-programs-left .col5:nth-child(1) a .overlay,
.page-template-temp-about-new .home-programs-left .col5:nth-child(2) a .overlay,
.page-template-temp-about-new .home-programs-left .col5:nth-child(3) a .overlay{
	background :#17414e !important;
}

#about-overview {
	padding-bottom: 30px;
}

/*#about-coop {
	padding-top: 0;
}*/

#about-alumni {
	-webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 0px 15px 3px rgba(0,0,0,.25);
	box-shadow: 0px 0px 15px 3px rgba(0,0,0,.25);
	position: relative;
}

#about-apply {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#about-apply {
	background-color: #82cfc1;
}

#about-apply a.apply-link {
	background-color: #46a6c9;
	color: #fff;
}
#about-apply a.apply-link:hover {
	background-color: #34839F;
}

#about-apply a {
	color: #000;
}

/*.about-coop-videos {
	background: transparent;
}

.about-coop-videos-inner {
	color: #fff;
	background: #4ba7c7;
	padding: 5px 25px;
	padding-top: 15px;
}

.about-coop-videos-inner h3 {
	color: #fff;
	font-size: 1.1em;
	margin-bottom: 10px;
}

#about-coop .col8.last h2 {
	padding: 20px;
	font-size: 1.1em;
	margin-bottom: 0;
	padding-bottom: 10px;
}

#about-coop .col8.last .introp {
	font-size: 0.9em;
	padding: 20px;
	padding-top: 0;
}

.about-coop-videos-inner p {
	font-size: 0.9em;
	line-height: 120%;
}

#about-faculty .people-grid {
	width: 100%;
}

#about-faculty .people-grid a {
	height: auto;
	background: transparent;
	margin: 20px 0;
}

#about-faculty .people-grid a img {
	border-radius: 50%;
	width: 127px;
	height: 127px;
	margin: 0 auto;
	display: block;
	float: none;
}

#about-faculty .people-grid a span {
	background-color: transparent;
	width: 100%;
	display: block;
	padding: 0;
	height: auto;
	color: #000;
}

.people-grid a h4 {
	width: auto;
	text-align: center;
	padding: 20px;
	color: #43a8c7;
	font-size: 24px;
	padding-bottom: 0;
	margin-bottom: 0;
}*/

/*#about-faculty .people-grid a span.featured-title {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	display: block;
	float: none;
	font-size: 20px;
	color: #666666;
}*/

/*#about-faculty .people-grid a:hover span {
	margin-top: 0;
}*/

.about-coop-videos-inner {
    padding: 15px 30px;
}

.about-coop-videos-inner h3 {
    margin-bottom: 0;
}

.about-coop-videos-inner p {
    margin-bottom: 0;
}

@media only screen and (max-width: 1025px) {
	footer .gdcenter {
		width: 100%;
	}
	.page-template-temp-home-rev footer .gdcenter, .page-template-temp-programs footer .gdcenter, .page-template-temp-landing-page footer .gdcenter {
		width: 100%;
	}
}

@media only screen and (max-width: 770px) {
	.page-template-temp-landing-page .mfwa1 .megafooter-widget {padding: 2em 5%; width: 90%;}
	footer .mfwa1 #text-3 { padding: 2em 0%; }
	.page-template-temp-landing-page .bl-call-to-action { height: 259px; }
	.page-template-temp-landing-page .bl-call-to-action .cta-inner p { height: 40px; }
	.page-template-temp-about-new #about-overview { padding-top: 54px; }
	.page-template-temp-about-new #about-overview .gdcenter { width: 100%; }
	.page-template-temp-about-new .main-about-cta {
		color: #fff;
		width: 100% !important;
		padding: 0 !important;
		margin: 0 auto;
		text-align: center;
		margin-top: 150px;
		display: block;
		background: #555 !important;
	}
	.page-template-temp-about-new .main-about-cta div {
		padding: 44px 10px !important;
	}
	.page-template-temp-about-new .main-about-cta:hover {
		background: #4BA7C7 !important;
	}

	.page-template-temp-about-new .main-about-cta span {
		font-size: 1.8em;
		text-transform: uppercase;
		display: block;
		margin-top: 40px;
		text-decoration: underline;
	}

}

@media only screen and (max-width: 1200px) {
	.page-template-temp-landing-page .landing_heading p { padding: 0 5%; }
}


@media only screen and (max-width: 600px) {
.visual-form-builder li.vfb-left-half, .visual-form-builder li.vfb-right-half {
width: 100% !important;
float: none !important;
}
}

.visual-form-builder fieldset {
    clear: both;
    margin: 15px 0;
    padding: 0;
    border: 1px solid #ffffff;
    border-radius: 3px;
    background-color: #fff;
    width: 600px;
}

.mfwa4 #text-6 { 
border-bottom: 1px solid #555;
}