/* =============================================
   HEADER SUMMER2016
   ============================================= */

header.new .container {
	padding-top: 10px;
}

header.new .logo {
	background: rgba(0, 0, 0, 0) url("../media/logo_thin.gif") no-repeat scroll left top;
	border-bottom: none;
	display: block;
	float: left;
	height: 105px;
	margin-top: -10px;
	width: 193px;
}

@media
(-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi){
	header.new .logo {
		background: rgba(0, 0, 0, 0) url("../media/logo_thin@2x.gif") no-repeat scroll left top;
		background-size: 193px 105px;
	}
}

.green {
	border-bottom: none;
}

	/* =============================================
	   TOP NAV
	   ============================================= */

	header.new .topNav {
		display: inline-block;
		float: none;
		margin-bottom: 0;
		margin-left: 0;
		width: 398px;
	}

	header.new .topNav .anchor {
		border-color: rgba(255, 255, 255, 0.15);
		border-right: 1px solid rgba(255, 255, 255, 0.15);
		display: block;
		float: right;
		padding: 5px 1.8%;
		position: relative;
		text-align: center;
		text-decoration: none;
		transition: color 0.2s ease 0s;
		width: 17.8%;
	}

	header .topNav .anchor span {
		font-family: MuseoSans, sans-serif;
		font-size: 11px;
		font-weight: bold;
	}

	header.new #portals.topNav .anchor span {
		background: #f6bd27 url("../media/bg_green.gif") repeat scroll left top;
		display: block;
		font-family: MuseoSans, sans-serif;
		font-weight: normal;
		height: 24px;
		line-height: 12px;
		padding: 8px 10px;
		text-align: center;
		width: 140px;
	}

	header.new #portals.topNav .anchor {
		background: transparent;
		border: 0 none;
		margin-bottom: -14px;
		margin-top: -14px;
		padding: 6px;
	}

	header.new #portals.topNav .anchor span {
		background: transparent none repeat scroll 0 0;
		display: block;
		font-family: MuseoSans,sans-serif;
		font-weight: normal;
		height: 24px;
		line-height: 12px;
		padding: 8px 10px;
		text-align: center;
		width: 140px;
	}

	header.new #portals.topNav {
		width: 170px;
	}

	header .topNav .anchor.no-drop.last {
		border-right: medium none;
	}

	/* =============================================
	   CTAs
	   ============================================= */

	header.new .topNav.CTA {
		float: right;
		margin-left: 20px;
		width: 190px;
	}

	header.new .topNav.CTA .anchor {
		width: 45%;
	}

	header.new .topNav.CTA .anchor.no-drop.apply {
		background-color: #F8701B;
		border-right: none;
		border-radius: 4px;
	}

	header.new .topNav.CTA .anchor.no-drop.apply:hover, header.new .topNav.CTA .anchor.no-drop.apply:active {
		background-color: #E75709;
		color: #fff;
	}

	header.new .topNav.CTA .anchor.contact {
		background-color: #159bcd;
		border-radius: 4px;
		border-right: medium none;
		margin-right: 5px;
	}

	header.new .topNav.CTA .anchor.contact:active, header.new .topNav.CTA .anchor.contact:hover {
		background-color: #0278BE;
		color: #fff;
	}

	.image-popup {
		cursor: pointer;
	}



	/* =============================================
	   NAV
	   ============================================= */

	nav .container {
		padding-bottom: 0;
		padding-top: 15px;
	}

	nav li {
		padding-bottom: 13px;
	}

	nav li a span {
		display: none;
	}

/* =============================================
   MAIN
   ============================================= */

.tan {
	background: #f2f0ed none repeat scroll left top;
}

	/* =============================================
	   TAN HOME
	   ============================================= */

	.tan .cta {
		margin: 0;
		padding-top:0;
	}

	.tan .cta.wide, .tan .cta.large {
		max-width: 147px;
		width: 27%;
	}

	.tan.home .cta.large img {
		float: left;
		height: 55px;
		margin: -4px 10px 0 0;
		width: 55px;
	}

	.cta.large a {
		color: grey;
		text-decoration: none;
	}

	.cta.large h5 {
		color: #5e5e5e;
		font-family: MuseoSlab,arial,sans-serif;
		font-size: 10px;
		line-height: 15px;
		margin-top: 0;
		padding-top: 0;
		text-transform: initial;
	}

	.cta.large a h5 {
		float: right;
		font-size: 11px;
		width: 78px;
	}

	#news.tan.home span.cycle-slideshow {
		width: 82%;
	}

	.tan.home .cta.vw {
		background-color: #fff;
		float: right;
		margin-left: 10px;
		margin-top: 0;
		padding: 4px 10px;
		width: 179px;
	}

	.cta.vw > p {
		color: #333;
		line-height: 1.3;
		margin: 0;
	}

.intro h1 {
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 5px;
	text-align: left;
}

.intro h1 a {
	color: black;
	float: right;
	font-size: 0.6em;
	line-height: 2.3;
	text-decoration: none;
}


	/* =============================================
	   MUM FEATURES
	   ============================================= */

	#home-4-col.new .container {
		padding: 0 0 40px;
	}

	#home-4-col .item {
		margin: 0;
		width: 24.74%;
	}

	#home-4-col.new .item .overlay {
		background-color: rgba(34, 34, 34, 0.6);
		border-top: medium none;
		bottom: 0;
		color: #fff;
		display: block;
		height: 20px;
		left: 0;
		margin: 0;
		overflow: hidden;
		padding: 6px 6%;
		position: absolute;
		text-align: center;
		text-decoration: none;
		transition: all 0.33s ease 0s;
		width: 88%;
	}

	#home-4-col.new .item .overlay h3 {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		border: 0 none;
		font: bold 15px/20px MuseoSans,arial,sans-serif;
		letter-spacing: 0;
		padding: 0;
		text-transform: inherit;
		width: 100%;
	}

	#home-4-col .row2 {
		margin-top: -2px;
	}

	#home-4-col.new .item:hover .overlay, #home-4-col.new .item:active .overlay {
		background-color: rgba(34, 34, 34, 1);
		border-color: #f1a718;
		transition: all 0.33s ease 0s;
		height: auto;
	}

	/* =============================================
	   OTHER IMPORTANT
	   ============================================= */

	section.other-important .container {
		padding: 35px 4%;
	}

	.other-important {
		overflow: hidden;
	}

	.other-important .item {
		background-color: #0278be;
		color: #fff;
		display: block;
		float: left;
		margin-right: 2px;
		text-decoration: none;
		width: 16.39%;
	}

	.other-important .item:hover, .other-important .item:active {
		background-color: #036096;
	}

	.other-important .item img {
		display: block;
		height: auto;
		opacity: 0.7;
		width: 100%;
	}

	.other-important .item:hover img, .other-important .item:active img {
		opacity: 1;
		transition: opacity 0.5s ease 0s;
	}

	.other-important .item p {
		color: #fff;
		font: bold 14px/17px MuseoSans,arial,sans-serif;
		letter-spacing: 0;
		margin-bottom: 0;
		min-height: 34px;
		padding: 5px 10px 6px;
		text-transform: initial;
	}

	/* =============================================
	   WHO WE ARE
	   ============================================= */

	section.who-we-are img {
		float: right;
		margin: 0 0 15px 20px;
		width: 40%;
	}

	section.who-we-are h2 {
		margin-bottom: 35px;
	}

	section.who-we-are p {
		font-size: 1.2em;
	}


	/* =============================================
	   PROGRAMS
	   ============================================= */

	section.programs {
		background-color: #fff;
	}

.toggle-box {
	display: none;
}

.body p.drop-down {
	border-top: 1px solid #dcd7c7;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 15px;
	padding-top: 15px;
}

.col.main p span.toggle {
	cursor: pointer;
}

.intro .container {
	padding-bottom: 10px;
	padding-top: 10px;
}

.body p.small-margin {
	margin-bottom:5px;
}

	/* =============================================
	   DESKTOP
	   ============================================= */

	@media screen and (min-width:1024px) {

		header .topNav .anchor.long {
			display: none;
		}

		.mobile-only {
			display: none;
		}

		.container {
			padding: 40px 4%;
		}

		header .topNav .anchor .icon.arrow {
			display: none;
		}

		header.new #portals.topNav .anchor span {
			margin-top: 9px;
			padding: 4px 10px;
			width: 140px;
		}

		header.new .topNav.CTA {
			margin-left: 35px;
		}
	}

	/* =============================================
	   SMALL DESKTOP
	   ============================================= */

	@media screen and (min-width:1024px) and (max-width:1160px) {

		header.new .topNav {
			width: 375px;
		}

		header.new .topNav .anchor {
			width: 20.8%;
		}

		header.new #portals.topNav {
			width: 138px;
		}

		header.new #portals.topNav .anchor span {
			margin-top: 4px;
			padding: 0;
			width: 140px;
		}

		header.new #portals.topNav .anchor {
			background: transparent none repeat scroll 0 0;
			border: 0 none;
			margin-bottom: 0;
			margin-top: 0;
			padding: 0;
		}

		#home-4-col .item {
			width: 24.7%;
		}
	}

	/* =============================================
	   TABLETS
	   ============================================= */

	@media screen and (min-width:640px) and (max-width:1023px) {

		header.new .logo {
			display: none;
		}

		.header .logo {
			height: 55px;
			margin: 10px 10px 0 0;
			width: 55px;
			background-size: 55px 55px;
		}

		header .topNav .anchor.no-drop.last {
			display: none;
		}

		.last-mobile {
			border-right: none;
		}

		header.new .topNav .anchor {
			padding: 5px 1.2%;
			width: 21%;
		}

		header.new .topNav .anchor.last-mobile {
			border-right: medium none;
		}

		header.new #portals.topNav .anchor span {
			padding: 2px 5px;
			width: 100px;
		}

		header.new #portals.topNav {
			float: none;
			margin-left: 0;
			position: absolute;
			right: 215px;
			top: -69px;
			width: 100px;
		}

		header.new #portals.topNav .anchor {
			background: transparent none repeat scroll 0 0;
			border: 0 none;
			color: #333;
			margin-bottom: -14px;
			margin-top: 0;
			padding: 0;
		}

		.tan.home .cta.large {
			margin-top: 10px;
		}

		header .topNav .anchor .popUp {
			padding: 15px;
			top: 42px;
			width: 182%;
		}

		header.new .topNav .anchor.long {
			padding-right: 4.5%;
		}

		#news, section#page-header {
			border-top: medium none;
		}

		#news.tan.home span.cycle-slideshow {
			min-height: 65px;
			width: 75%;
		}

		.intro h1 {
			font-size: 30px;
			line-height: 31px;
			margin-bottom: 13px;
		}

		#home-4-col.new .item {
			margin: 0 0.5% 6px;
		}

		#home-4-col .item {
			margin: 0;
			width: 24.7%;
		}

		.other-important .item {
			margin-top: 2px;
			width: 32.99%;
		}

		.desktop-only {
			display: none;
		}

		.mobile-only {
			display: none;
		}

	}

	/* =============================================
	   MOBILE
	   ============================================= */

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

		header {
			z-index: 1;
		}

		.header.mobile {
			border-bottom: 0 none;
			height: auto;
		}

		.header .logo {
			height: 45px;
			margin-right: 10px;
			max-width: 45px;
			width: 28%;
			background-image: url("../media/logo_mobile@2x.gif");
			background-size: 45px 45px;
		}

		header.new .logo {
			display: none;
		}

		header .topNav .anchor.no-drop.last {
			display: none;
		}

		.header .name {
			font-size: 12px;
			line-height: 18px;
			margin-top: 7px;
		}

		.header .container {
			padding: 10px 4% 12px;
			width: 90%;
		}

		header.new .container {
			padding-top: 0;
		}

		.green {
			border-bottom: medium none;
			height: 66px;
		}

		header.new .topNav {
			display: block;
			float: none;
			margin-bottom: 7px;
			margin-left: 0;
			margin-right: 0;
			width: 100%;
		}

		header.new .topNav .anchor {
			padding: 2px 1.8%;
			width: 20.8%;
			border-bottom: 1px solid rgba(255, 255, 255, 0.15);
		}

		#nav-open, #nav-close {
			margin-top: 15px;
		}

		header.new .topNav.CTA {
			width: 75%;
		}

		header.new .topNav.CTA .anchor {
			margin-right: 2%;
			width: 44.3%;
		}

		header .topNav .anchor .popUp {
			padding: 15px;
			text-align: left;
			top: 36px;
			width: 185%;
			z-index: 900;
		}

		header.new .topNav.CTA {
			display: block;
			float: none;
			margin: auto;
			width: 75%;
		}

		header.new .topNav.CTA .anchor {
			margin-right: 2%;
			width: 44.3%;
		}

		.cta.large a h5 {
			float: none;
			font-size: 9px;
			line-height: 1.2;
			width: 78px;
		}

		#news {
			border-bottom: 0 none;
			overflow: visible;
			z-index: 0;
		}

		#news .container {
			padding-top: 15px;
			padding-bottom: 0;
		}

		.tan.home .cta {
			float: none;
			text-align: left;
		}

		.tan.home .cta.large {
			margin-left: 0;
			margin-top: 9px;
			width: 106px;
		}

		.tan.home .cta.large img {
			float: left;
			height: 25px;
			margin: 0 10px 8px 0;
			width: 25px;
		}

		.cta.large h5 {
			font-size: 8px;
			line-height: 12px;
		}

		#news {
			border-top: medium none;
		}

		.tan.home .cta.vw {
			margin-bottom: 1px;
		}

		#news.tan.home span.cycle-slideshow {
			margin-bottom: 10px;
			min-height: 68px;
			width: 60%;
		}

		#news.tan.home span .slide {
			font-size: 12px;
			line-height: 1.4;
			padding: 10px 5%;
			width: 90%;
		}

		.intro .container {
			padding-bottom: 0;
			padding-top: 0;
		}

		.intro h1 {
			font-size: 30px;
			line-height: 36px;
			margin-bottom: 0;
			text-align: left;
			padding-bottom: 15px;
		}

		#home-4-col.new .container {
			padding: 0;
		}

		#home-4-col.new .item {
			display: block;
			height: auto;
			margin: 0 0.2% 1px;
			width: 49.6%;
		}

		#home-4-col .row2 {
			margin-top: 0;
		}

		#home-4-col.new .item .overlay {
			bottom: 0;
			display: block;
			height: auto;
			position: relative;
			min-height: 32px;
		}

		#home-4-col.new .item .overlay h3 {
			font: bold 14px/16px MuseoSans,arial,sans-serif;
		}

		.container, .body .container, .container.landing {
			padding: 15px 6%;
			width: 88%;
		}

		section.other-important .container {
			width: 100%;
			padding-left:0;
			padding-right: 0;
		}

		section {
			border-bottom: 0 none;
		}

		/* =============================================
		   OTHER IMPORTANT
		   ============================================= */

		section.other-important .container {
			padding: 20px 0;
		}

		.other-important .item {
			margin-bottom: 2px;
			width: 32.8%;
			margin-right: 0.8%;
		}

		.other-important .item.three, .other-important .item.six {
			margin-right: 0;
		}

		.other-important .item p {
			font: bold 13px/16px MuseoSans,arial,sans-serif;
			min-height: 48px;
		}

	section.who-we-are img {
		float: none;
		margin: 0 0 15px 0;
		width: 100%;
	}

		/* =============================================
		   CTA
		   ============================================= */

		.green.contact {
			background: #59ae35 none repeat scroll 0 0;
			border-bottom: 0 none;
			border-top: 0 none;
			height: auto;
		}

	}

@media screen and (min-width:1024px) and (max-width:1080px) {

	#home-4-col.new .item .overlay h3 {
		font: bold 14px/20px MuseoSans, arial, sans-serif;
	}

}

