@media (min-width: 767px) and (max-width: 1200px){


	/* Header */
	
	.header{
		 /* background: url(../images/spotlight-bg.jpg) no-repeat; */
		color:#FFF;
		background-size:cover;
		height:900px;
		width:100%;
		text-align: center;
		background-position: left top;
		-ms-behavior: url(backgroundsize.min.htc);
			behavior: url(backgroundsize.min.htc);
	}

	#headline h1{
		display: block; 
		vertical-align: baseline;
		margin-top: 342px;
		font-size: 80px;
		line-height: 94px;
	}
	
	#headline .mainLandingHero {
		width: 80%;
	}


/* Navigation */
    .navbar .navbar-nav li a {
        font-size: 11px;
    }
	.lt-ie9 .navbar-nav {
		margin-top: 12px;
	}
	
	.lt-ie9 .affix .navbar-nav {
		margin-top: 0;
	}
	
	.lt-ie9 .navbar-nav li a {
		margin-left: 14px;
	}
	
	.lt-ie9 .navbar-default .navbar-brand {
	 margin-top: 5px;
	}
	
	.navbar-default .navbar-brand {
		width: 140px;
		height: 22px;
		padding: 0;
		background-position: 0 -31px;
		margin-top: -7px;
	}
	

	/*#fixedNav .navbar .navbar-brand,
	.affix .navbar-brand {
		background-position: 0 -115px;
	}
	*/
	
	#fixedNav .navbar .navbar-brand,
	#nav.affix .navbar-brand {
		margin-top: -7px;
	}
		
	/* dropdown */
	#nav ul li:hover .dropdown-bg {
		padding-bottom: 40px;
	}
	#nav ul li:hover ul li.main {
		margin-right: 35px;
		width: 150px;
		line-height: 13px;
	}

	#nav ul li:hover ul li.main ul li {
		margin-bottom: 8px;
	}

	#nav ul li:hover ul li.featured {
		width: 170px;
	}
	.featuredNavContent p  {
		text-align: center;
	}
	.featuredNavContent img {
		display: block;
		float: none;
		margin: 5px auto 0 auto;
		height: 60px;
		width: auto;
	}
	ul.col-4 {
		width: 810px;
	}
	ul.col-3 {
		width: 610px;
	}
	ul.col-5 {
		width: 1000px;
	}
	#nav ul li:nth-of-type(4) ul li.main:nth-of-type(4) ul {
		width: 150px;
	}
	#nav ul li:nth-of-type(4) ul li.main:nth-of-type(4) ul li {
		margin-bottom: 14px;
		line-height: 20px;
	}
	#nav ul li:nth-of-type(5) ul li.main:nth-of-type(5) {
		margin-top: -2px;
		line-height: 16px;
	}	
	/*end Navigation */
	
	
    /* Roles */
	
	#threeSections p{
		padding-left: 40px;
		padding-right: 40px;
	}
	

	/* Sub Landing page */
	
	.topic, .topic img {
		width: 225px;
	}
	.topic img {
		height: 168px;
	}
	blockquote.quote footer {
		margin-left: 40px;
	}
	/*Landing Pages */
	
	#contentPage .topic .caption h3  {
		font-size: 16px;
		line-height: 22px;
	}
	
	/* Footer */

	footer section{
		display: inline-block;
		clear: both;
	}
	footer, h6 + p{
		text-align: left;
	}

	footer h3{
		padding-bottom: 70px;
	}

	footer p{
	}


	footer section{
		margin-left:24px; 
	}

	footer h6{
		padding-bottom: 0px;
	}

	footer .small {
		margin: 80px 0 15px 0;
	}


}
/*bootstrap break */
@media (min-width: 767px) and (max-width: 992px) {
.topic, .topic img {
	width: 212px;
}
.topic img {
	height: 158px;
}
.navbar-nav > li {
		padding: 26px 10px 14px 10px;
}
 .navbar .navbar-nav li a {
        font-size: 10px;
	}
#nav ul li:hover ul li.main {
	margin-right: 25px;
}
ul.col-3,
ul.col-4 {
    width: 753px;
}
#nav ul li:nth-of-type(2) ul li.main:nth-of-type(3) {
	width: 130px;
}

#nav ul li:nth-of-type(5) ul li.main:nth-of-type(2),
#nav ul li:nth-of-type(5) ul li.main:nth-of-type(3),
#nav ul li:nth-of-type(5) ul li.main:nth-of-type(4),
#nav ul li:nth-of-type(5) ul li.main:nth-of-type(5)
 {
	width: 100px;
}
}
/*
@media (min-width: 767px) and (max-width: 955px) {
	.nav li:nth-of-type(4) .dropdown {
		margin-left: calc(30vw - 85px);
	}
	.nav li:nth-of-type(4) .dropdown ul li {
		max-width: 200px;
		line-height: 16px;
    	margin-bottom: 10px;
	}
}
*/