/* brand additions/overrides */
@media screen and (min-width: 1120px) {
    #nav-bar .submasthead {
    	margin-left: 67px;
	}
}
.clear-left {
    clear: left;
}

.extra-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
.button-group {
    display: inline-block;
    padding: 0;
}
    .button-group li {
        float: left;
        list-style: none;
        line-height: 1;
    }
    .button-group .button {
        margin-left: -2px; /* overlap the borders */
	}

.black-90-bg {
	color: #fff;
}
	.black-90-bg a {
		color: inherit;
	}

hr.no-padding {
	margin-top: 0;
	margin-bottom: 1em;
}

.sidebar ul.blocky-list {
    border-top: 3px solid #6d6e70;
}

.hidden, .visuallyhidden {display: none;}

.sidebar h1 {
	margin-bottom: 1em;
	font-size: 2em;
}
.sidebar h2 {
	font-size: 1.0625em;
}

.help-link {
	position: absolute;
	top: -2em;
	right: 0.9375em;
}
			

.iframe-wrapper {
	position: relative;
    width: 100%;
    padding-top: 56.22%;
    margin-bottom: 40px;
}
	.iframe-wrapper iframe {
		margin-bottom: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
	
#iu-branding .search-tools #kb-search {
	width: 260px;
}

/* front page */
	.portal-area {
		position: relative;
		overflow: hidden;
		background: #fff;
	}
		.portal-area .primo {
			padding: 60px 0;
			overflow: hidden;
			background: url('images/big-red-200-lit-1.JPG') no-repeat center 30% #fff;
			background-size: cover;
			color: #fff;
		}
		.portal-area > .row {
			position: relative;
			width: 100%;
		}
			.portal-area .primo .hero {

			}
			.portal-area .primo h1 {
				margin: 40px 0;
				font-family: BentonSans, Helvetica, sans-serif;
				font-size: 2.875em;
				font-weight: bold;
				color: #fff;
	            text-shadow: 2px 2px 2px rgba(0,0,0,.4);
			}
			.portal-area .primo h2 {
				margin-top: 40px;
				margin-bottom: 20px;
				font-family: BentonSans, Helvetica, sans-serif;
				text-transform: none;
				font-size: 1.5em;
				font-weight: bold;
				color: #fff;
	            text-shadow: 2px 2px 2px rgba(0,0,0,.4);
			}
			.portal-area .primo p {
				font-size: 1.375em;
	            text-shadow: 2px 2px 2px rgba(0,0,0,.4);
			}
			.portal-area .primo .button {
				margin-top: 1em;
			}
		
		.the-areas {
			padding: 20px 0;
			color: #58585b;
		}
			.the-areas a {
				color: inherit;
			}
				.the-areas a:hover {
					text-decoration: none;
				}
			.the-areas .area {
				margin-bottom: 20px;
			}
			.area:before {
				content: "";
				display: block;
				margin: 20px auto;
				width: 80px;
				height: 54px;
				background: url(images/sprite-icons-grey-80x54.png) no-repeat;
				background-size: 560px 54px;
	            -webkit-transition: all .1s;
	            -moz-transition: all .1s;
	            transition: all .1s;
				opacity: 1;
			}
			.area:hover:before {
				opacity: .7;
			}
			.area.discovery:before {background-position:0 0;}
			.area.news-and-events:before {background-position: -80px 0;}
			.area.high-performance:before {background-position:-160px 0;}
			.area.services-and-support:before {background-position:-240px 0;}
			.area.teaching-and-learning:before {background-position:-320px 0;}
			.area.security-and-policy:before {background-position:-400px 0;}
			.area.caits:before {background-position:-480px 0;}
				.the-areas .area h3 {
					margin-top: 0;
		            -webkit-transition: all .1s;
		            -moz-transition: all .1s;
		            transition: all .1s;
				}
					.the-areas a:hover h3 {
						color: #9c9ca1;
						text-decoration: underline;
					}
				.the-areas .area p {
					min-height: 3em;
				}
				.the-areas .area div {
					height: 4em;
				}
				
                
    .uits-button {
    display: inline-block;
    background-color: #990000;
    color: #ffffff !important;
    border: 0px solid #990000;
    padding: 1em;
    font-size: 1.25em;
    font-weight: 600;
    text-align: center;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 1em;
    margin-bottom: 0.65em;
    cursor: pointer;
}

a.uits-button:hover {
    background-color: #ffffff;
    text-decoration: none;
    color: #990000 !important;
}      

/*   use for darker or image backgrounds   */

a.uits-button-overlay {
  display: inline-block;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.65);
  padding: 1em;
  font-size: 1.25em;
  font-weight: 600;
  text-align: center;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
a.uits-button-overlay:hover {
  background-color: #ffffff;
  text-decoration: none;
  color: #333333;
}

/* sidekick - highly visible secondary content */
	 .sidekick {
		padding: 40px 0;
	 	background: url(images/changing-the-face-of-education.jpg) no-repeat center top;
	 	background-size: cover;
	 	color: #fff;
	 }
	 	.sidekick a {
		 	color: #9ADCC6;
	 	}

/* the news section of the homepage */
    .news-area {
		padding: 40px 0;
        overflow: hidden;
        background: #f1f1f2;
    }
		.news-area h3 {
			padding-bottom: 1em;
			margin-bottom: .5em;
			border-bottom: 1px solid #ddd;
		}
		
	.-story {
		
	}
		.hero-story a {
			color: inherit;
			text-decoration: none;
		}
			.hero-story a:hover h3 {
				text-decoration: underline;
			}
			.hero-story .story h3 {
				margin-top: 0;
				border: none;
				padding: 0;
			}
			.hero-story .summary {
				margin-bottom: 1em;
				color: #777;
			}
				.hero-story .summary p {
					margin-top: 0;
				}
			.hero-story .hero-image {
				position: relative;
				height: 0;
				padding-top: 43%;
				overflow: hidden;
			}
				.hero-story .hero-image img {
					position: absolute;
					top: 0;
					left: 0;
				}
	
	.teasers {

	}
     	.teasers .highlighted-article {
		 	padding: .5em 0;
     	}
     		.teasers .highlighted-article a {
	     		color: inherit;
     		}
	     	.teasers .highlighted-article a:hover {
		     	text-decoration: none;
	     	}
     	.teasers .highlighted-article.last {
	     	border-bottom: none;
     	}
     		.teasers .highlighted-article h3 {
     			margin-bottom: 5px;
     			padding: 0;
	     		font-size: 1em;
	     		line-height: 1.2em;
	     		font-weight: normal;
	     		border: none;
     		}
     		.teasers a:hover h3 {
	     		text-decoration: underline;
     		}
	     		.teasers .highlighted-article h3 a {
		     		color: #404041;
	     		}
     		.teasers .highlighted-article .posted-date {
     			font-size: 1em;
     			color: #777;
     		}
     		
	 .news-area .it-links li img {
		 margin-right: 25px;
		 margin-left: 10px;
	 }


/* other pages */
.page-content {
	margin: 40px 0;
}
	

.person {
	
}
	.person .img-wrap {
		max-width: 55px;
	}
		.person .img-wrap img {
			-webkit-border-radius: 55px;
			-moz-border-radius: 55px;
			border-radius: 55px;
		}
		
/* ovpit page */
.ovpit-page .page-content {
	margin: 0;
}
	.ovpit-page .body-content {
		padding-right: 10px;
	}
	.ovpit-page .body-content p {
		margin-bottom: 2em;
	}
	.ovpit-page h2 {
		margin-top: 0;
	}
	.ovpit-page .section {
		margin-top: 40px;
	}
		.subhead {
			font-size: .8125em;
			margin-bottom: 1.5em;
			padding-bottom: .5em;
			text-transform: uppercase;
			border-bottom: 1px solid #e0e0e0;
		}
			.section-content h3 {
				margin: 1em 0 .25em;
				font-family: "BentonSansCond", Helvetica, sans-serif;
			}
	.ovpit-page .button {	
		margin-top: 2em;
	}
	.ovpit-page .page-bottom {	
		margin-top: 80px;
	}
		.ovpit-page .page-bottom h5 {
			margin-top: 30px;
		}
		.ovpit-page .page-bottom .columns:first-child h5 {
			margin-top: .75em;
		}
	
.ovpit-page .page-head {
	position: relative;
	margin-bottom: 20px;
}
.ovpit-page .primo {
	padding: 2em 0 4em;
	margin-bottom: 2em;
	background: url(images/bwheeler-vpit.jpg) no-repeat 65% top;
	background-size: cover;
	color: #fff;
}
	.ovpit-page .primo a {
		color: #9ADCC6;
	}
	.ovpit-page .page-head img {
		display: block;
	}
	.ovpit-page .page-head .head-text {
		position: absolute;
		bottom: 10px;
		left: 10px;
		width: 68%;
		color: #fff;
	}
		.ovpit-page .page-head .head-text h3 {
			
		}
		.ovpit-page .page-head .head-text p {
			margin: 0;
		}
		.ovpit-page .page-head .head-text a {
			color: #fff;
		}
		.ovpit-page .page-head .head-text p a:hover {
			text-decoration: none;
		}
	.ovpit-page .special-people .person {
		padding-left: 0;
	}
		.ovpit-page .special-people .person .img-wrap {
			margin-bottom: 0;
			position: relative;
			left: auto;
			top: 0;
			float: left;
		}

	.person a:hover {
		text-decoration: none;
	}
	.special-people .person, .people .person {
		position: relative;
		padding-left: 60px;
		margin-bottom: 20px;
	}
	.ovpit-page .news-and-publications a {
		color: #990000;
	}
	.ovpit-publications, .ovpit-news {
		margin-bottom: 1em;
	}
		.special-people h2, .people h2, .ovpit-publications h2, .ovpit-news h2 {
			margin-bottom: 1em;
			padding-bottom: .5em;
			font-size: .8125em;
			font-weight: normal;
			color: #57595B;
			text-transform: uppercase;
			border-bottom: 1px solid #e0e0e0;
		}
		.ovpit-publications h2, .ovpit-news h2 {
			margin-bottom: 0;
			padding-bottom: 0;
		}
		.ovpit-publications a {
			color: #990000 !important;
		}
		.ovpit-publications ul.blocky-list li, .ovpit-news ul.blocky-list li {
			padding-top: .5em;
		}
		.special-people .img-wrap, .people .img-wrap {
			position: absolute;
			left: 0;
			top: 0;
			width: 50px;
			height: 50px;
			margin-right: 15px;
			margin-bottom: 20px;
			max-width: none;
			-webkit-border-radius: 100px;
			-moz-border-radius: 100px;
			border-radius: 100px;
		}
		.special-people .img-wrap.lrg, .people .img-wrap.lrg {
			width: 100px;
			height: 100px;
		}
			.special-people .img-wrap img, .people .img-wrap img {
				max-width: 100%;
			}
		.person h3 {
			margin-bottom: 0;
			font-size: 1.0625em;
			font-weight: bold;
			color: #1F191A;
		}
		.person a:hover h3 {
			text-decoration: underline;
		}
		.special-people .person h3 {
			font-size: 1.1875em;
		}
		.person h4 {
			margin: 0;
			font-size: .875em;
			font-weight: normal;
			color: #6D6E71;
		}
		
/* accomplishments page */
.accomplishments-page h1 {
	margin-top: 0;
}
.accomplishments-page ul {
	margin-bottom: 40px;
	padding: 0;
	list-style: none;
}
	.accomplishments-page ul li {
		font-weight: bold;
		line-height: 2em;
	}

/* jobs page */
.jobs-page {
	margin: 0;
}
	.jobs-page .primo {
		margin-bottom: 40px;
		padding: 40px 0;
		background: url(images/careers-in-IT-hero.jpg) no-repeat center top;
		background-size: cover;
		color: #fff;
	}
		.jobs-page .primo h2 {
			margin-top: 1.2em;
		}
		.jobs-page .primo h4 {
			text-transform: uppercase;
		}
		.jobs-page .primo p {
			margin-bottom: 2.4em;
		}
		.jobs-page .primo ul.blocky-list {
			border-top: 3px solid #fff;
		}
			.jobs-page .primo ul.blocky-list li {
				padding: .5em 0;
			}
		.jobs-page .primo .justin-miller {
			position: absolute;
			bottom: -40px;
			right: 0.9375em;
			width: 250px;
			padding: 1em;
			font-size: .875em;
			line-height: 1.4em;
			background: #585858;
			color: #fff;
		}
			.jobs-page .primo .justin-miller a {
				color: #fff;
			}
	.jobs-page .video-wrapper {
		position: relative;
		width: 100%;
		padding-bottom: 56.25%;
		height: 0;
	}
		.jobs-page .poster {
			position: relative;
			z-index: 10;
		}
		.jobs-page .poster:hover {
			cursor: pointer;
		}
			.jobs-page .poster img {
				
			}
			.jobs-page .poster .play {
				width: 161px;
				height: 161px;
				margin-left: -80px;
				margin-top: -80px;
				position: absolute;
				left: 50%;
				top: 50%;
				background: url(images/play.png) no-repeat 0 0;
				text-indent: -99em;
				opacity: .5;
				-webkit-transition: all .15s;
				-moz-transition: all .15s;
				transition: all .15s;
			}
				.jobs-page .poster:hover .play {
					opacity: 1;
				}
		.jobs-page .video {
			position: absolute;
			top: 0;
			width: 100%;
			padding-bottom: 56.25%;
			height: 0;
		}
			.jobs-page .video iframe {
				width: 100%;
				height: 100%;
			}
	
	.jobs-page .what-its-like  .body:first-child {
		margin-bottom: 1em;
	}
		.what-its-like .quote {
			padding-left: 100px;
		}
			.what-its-like .quote .img-wrap {
				position: absolute;
				left: 0.9375em;
				top: 0;
				-webkit-border-radius: 100px;
				-moz-border-radius: 100px;
				border-radius: 100px;
				overflow: hidden;
			}
				.what-its-like .quote img {

				}
			.jobs-page .what-its-like h3 {
				margin: 0;
			}
	.jobs-page .button {
		margin-top: 1em;
	}

/* about page */
.about-page {
	margin-top: 0;
}
.about-page h2, .about-page h3, .about-page h4 {
	margin-bottom: .5em;
}
.about-page p {
	margin-top: 0;
}

.about-page .about-hero {
	background: url(images/aboutITatIU-hero.jpg) no-repeat center top;
	background-size: cover;
	color: #fff;
	overflow: hidden;
}
	.about-page .about-hero .button {
		margin-top: 20px;
	}
	.about-page .introduction {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.about-page .video-container {
		position: absolute;
		top: 0;
		width: 100%;
		padding-bottom: 51.25%; /* 16:9ish */
		height: 0;
		z-index: 100;
	}
		.about-page .video-container .video-close {
			display: block;
			position: absolute;
			top: -18px;
			right: 7%;
			margin-right: -54px;
			width: 72px;
			height: 72px;
			background: url(images/video-close.png) no-repeat center center;
			text-indent: -99em;
		}
		.about-page .video-container iframe {
			position: absolute;
			left: 7%;
			top: 0;
			width: 86% !important;
			height: 86% !important;
		}
	
.about-page .mission-section h4 {
	margin-top: 1.75em;
	border-bottom: 1px solid #dedfe1;
	padding-bottom: .45em;
}
.about-page .mission-section .button-group {
	margin-top: 10px;
}
.about-page .data {
	margin-top: 1.875em;
}

.data {
	margin-bottom: 40px;
	color: #555555;
}
	.data img {
		margin-bottom: 10px;
	}
	.data h4 {
		margin-bottom: .5em;
	}
	.data .datum {
		margin-bottom: .5em;
		font-size: 1.6875em;
		font-weight: bold;
	}
		.data .datum small {
			display: block;
			margin-bottom: 1em;
			font-size: .4222em;
			font-weight: normal;
			letter-spacing: 1px;
			text-transform: uppercase;
		}
	.data .bullet-a, .data .bullet-b, .data .bullet-c, .data .bullet-d {
		position: relative;
		padding-left: 20px;
	}	
	.data .bullet-a:after, .data .bullet-b:after, .data .bullet-c:after, .data .bullet-d:after {
		content: "";
		display: block;
		position: absolute;
		width: 13px;
		height: 13px;
		left: 0;
		top: 6px;
		background: url(images/bullets.png) no-repeat 0 0;
	}
	.data .bullet-b:after {background-position:0 -13px; }
	.data .bullet-c:after {background-position:0 -26px; }
	.data .bullet-d:after {background-position:0 -39px; }


.about-page .about-ovpit {
	margin-bottom: 40px;
	position: relative;
	background: url(images/BradWheelerICTC.jpg) no-repeat 70% top;
	background-size: cover;
}
	.about-page .about-ovpit .column {
		padding-top: 60px;
		padding-bottom: 60px;
		position: relative;
		background: #b8b3c5;
		border-right: 8px solid #b8b3c5;
	}
	.about-page .about-ovpit .column:after {
		position: absolute;
		top: 0;
		right: 100%;
		width: 99em;
		background: #b8b3c5;		
	}
.about-page .facilities-section {
	margin-bottom: 4em;
}
	.about-page .facilities-section p {
		margin: 0;
	}

	
	

/* research into action page */
.action-page {
	margin: 0;
}
.action-page .section {
	padding: 20px 0;
	overflow: hidden;
}
.action-page .action-hero {
	padding: 60px 0;
	overflow: hidden;
	background: url(images/research-into-action-hero.jpg) no-repeat center top;
	background-size: cover;
	color: #fff;
}
	.action-page .action-hero p {
		font-size: 1.375em;
	}
.action-page .section.extra-padding {
	padding: 60px 0 100px;
}

.action-page .data {
	
}
.data .brii-title {
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: "BentonSansComp", BentonSans, Helvetica, sans-serif;
	font-size: 1.46875em;
	font-weight: bold;
	color: #981b1e;
	text-transform: uppercase;
}
.data .big-circle {
	position: relative;
}
	.data .big-circle:after {
		content: "";
		display: block;
		width: 1000px;
		height: 1107px;
		position: absolute;
		left: 10px;
		top: -46px;
		background: url(images/brii-speed.png) no-repeat 0 0;;
	}
.data .small-circle {
	position: relative;
}
	.data .small-circle:after {
		content: "";
		display: block;
		width: 51px;
		height: 11px;
		position: absolute;
		left: 110px;
		top: 8px;
		background: url(images/br-speed.png) no-repeat 0 0;;
	}
.data .small-stats {
	max-width: 180px;
	margin-top: 6em;
	font-size: .875em;
}
	.data .small-stats .title {
		margin-top: 1em;
		margin-bottom: 5px;
		padding-bottom: 5px;
		text-transform: uppercase;
		font-weight: bold;
		border-bottom: 1px solid #bcbdc0;
	}
	
#brii-stats {
	position: relative;
}
	#brii-stats img {
		max-width: none;
		position: absolute;
		left: 0;
		top: -20px;
	}
	


/* foundation grid collapses large columns */
@media screen and (max-width: 64.063em) {

	/* research into action page */
	.action-page .sections .section:nth-child(2) .column:first-child {
		margin-bottom: 20px;
	}
	#brii-stats {
		height: 520px;
	}
	
	/* about page */
	.about-page .button-group {
		margin-top: 20px;
	}
}

/* foundation grid collapses medium columns */
@media screen and (max-width: 40.063em) {
	
	/* research into action page */
	.action-page .action-hero {
		padding: 0;
		background: none;
	}
		
		.action-page .action-hero:before {
			content: "";
			display: block;
			height: 8em;
			background: url(images/research-into-action-hero.jpg) no-repeat right top;
			background-size: cover;
		}
		.action-page .action-hero h1 {
			margin-top: .25em;
			color: #404041;
			font-size: 2.25em;
		}
		.action-page .action-hero p {
			font-size: 1em;
			color: #404041;
		}
	
	.action-page .section.extra-padding {
		padding: 40px 0;
	}
	
	/* about page */
	.about-page 
	.about-page .stats-images img {
		margin-bottom: 20px;
	}
	.about-page .about-ovpit {
		background: url(images/BradWheelerICTC-small.jpg) no-repeat right top;
		padding-top: 240px;
		padding-bottom: 0;
	}
		.about-page .about-ovpit .column {
			padding-top: 0;
			padding-bottom: 0;
		}
		
	/* ovpit page */
	.ovpit-page .primo {
		background: none;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}
		.ovpit-page .primo:before {
			content: "";
			display: block;
			height: 10em;
			width: 100%;
			background: url(images/bwheeler-vpit.jpg) no-repeat 71% top;
			background-size: cover;
		}
		.ovpit-page .primo h1 {
			margin-top: .25em;
			color: #404041;
			font-size: 2.25em;
		}
		.ovpit-page .primo p {
			color: #404041;
		}
		.ovpit-page .primo a {
			color: #990000;
		}
	.ovpit-page .body-content p {
		margin-bottom: .75em;
	}
    .uits-button {
    margin-top: 0.25em;
    margin-bottom:1.5em;
    
}
		
	#brii-stats {
		padding-right: 99em;
		margin-right: -99em;
		overflow: hidden;
	}
	
	.about-page .facilities-section .column {
		margin-bottom: 40px;
	}
	
	/* jobs page */
	.jobs-page .primo {
		background: #5b8ba7;
	}
}

/* small-screen breakpoint */
@media screen and (max-width: 50em) {
.hide-on-mobile {display: none};
#not-the-footer, #push-the-footer, #footer {
	height: auto !important;
	min-height: 0;
	margin: 0;
}
#footer {
	margin-top: 40px;
}
.content {
	padding: 0 10px;
}
	#header {
		height: 51px;
	}
	.front-page #header {
		margin-bottom: 0;
	}
        
    .iframe-wrapper {
    	position: relative;
	    width: 100%;
	    padding-top: 56.22%;
	    margin-bottom: 40px;
    }
		.iframe-wrapper iframe {
			margin-bottom: 0;
			position: absolute;
			top: 0;
			left: 0;
			width: 100% !important;
			height: 100% !important;
		}
        
    .huuuge {
	    font-size: .875em;
    }
    .serious {
	    font-size: .75em;
    }
    ul.pretty-big {
	    list-style-position: outside;
    }
    .pretty-big li {
	    font-size: .875em;
    }
    p.pretty-big {
	    font-size: .875em;
    }
	.timeline-area:after {
		left: -3px;
	}
    .timeline {
    	padding-top: 0;
	    margin: 20px 0;
    }
    	.timeline h2 {
	    	margin-left: 20px;
    	}
    	
    	.timeline > li {
	    	padding-left: 10px;
    	}
    	.timeline > li:before {
	    	width: 10px;
	    	top: 8px;
    	}
	    	.timeline .leaf {
	    		position: absolute;
	    		left: 10px;
	    		top: 0;
		    	width: 40px;
		    	padding: 4px 5px 3px;
		    	font-size: .75em;
		    	-webkit-border-radius: 3px;
		    	-moz-border-radius: 3px;
		    	border-radius: 3px;
	    	}
	    	.timeline .facts {
				padding-left: 50px;
		    	font-size: .875em;
	    	}
    blockquote {
	    font-size: 1.125em;
	    padding-left: 0;
    }
    .tape-image:after{
		background: none;
    }
    .vinyl {
	    background-size: cover;
    }
    .leadership {
	    
    }
	
#nav-bar {
    background: #333333;
}	
#nav-bar .submasthead {
	margin-left: 4em;
}
.show-nav #nav-bar .submasthead {
    position: relative;
}
#branding-bar-v1 .campus img {
	height: auto;
  left: 0;
  position: absolute;
  top: -6px;
  width: 34px;
}
#branding-bar-v1 .campus a {
  padding: 0 0 0 45px;
}
.portal-area {
	overflow: visible;
}
.portal-area .primo {
	overflow: visible;
	margin-top: 40px;
}
	.portal-area .primo h1 {
		margin: 0;
		font-size: 2em;
	}
	.portal-area .primo p {
		font-size: 1em;
	}
	.portal-area .primo .button {
		margin: 0;
	}
	.hey-there-is-news-down-here {
		position: relative;
		bottom: auto;
	}
.the-areas {
	position: relative;
	bottom: auto;
	
}
	.the-areas .area {
		float: none;
		clear: both;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
		.the-areas .area h2 {
			padding-top: 1px;
			margin-bottom: 0;
		}
		.the-areas .area h2:before {
			margin: 4px auto;
		}
		.the-areas .area p {
			min-height: 0;
		}
/* news on the homepage */
.hero-story {
	width: 100%;
	float: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}		
	.hero-story .story, .hero-story .meta {
		width: 100%;
		float: none;
	}
	.hero-story .meta .related-links {
		padding-left: 10px;
	}
.teasers {
	width: 100%;
	float: none;
}
    .teasers h2 {
        margin-top: 25px;
    }

.category-links .link {
	float: none;
	width: 100%;
}
	

/* research into action page */
.action-page {
	margin-top: -17px;
	margin-bottom: -40px;
}
	
/* about page */
.about-page {
	margin-top: -17px;
}
.about-page h1 {
	margin-bottom: .25em;
}
.about-page .about-hero, .ovpit-page .primo, .jobs-page .primo {
    margin-top: 58px;
	overflow: inherit;	
}
.help-link {
	font-size: .75em;
	bottom: auto;
	top: -2em;
}

/* ovpit page */
.ovpit-page .page-content {
	margin-top: -17px;
	margin-bottom: -40px;
}

.ovpit-page .page-head {
	margin-top: -17px;
	margin-left: -0.9375em;
	margin-right: -0.9375em;
	overflow: hidden;
}
	.ovpit-page .page-head img {
		width: 170%;
		margin-bottom: 20px;
		max-width: none;
		float: right;
		margin-right: -20%;
	}
.ovpit-page .page-head .head-text {
	position: relative;
	bottom: auto; left: auto;
	width: auto;
	padding-left: 0.9375em;
	padding-right: 0.9375em;
	color: inherit;
}
.ovpit-page .page-head .head-text h3 {
	font-size: .875em;
}
.ovpit-page .page-head .head-text p {
	font-size: .875em;
}
	.ovpit-page .page-head .head-text a {
		color: inherit;
	}
	form .half-col {
		width: 100%;
		
	}
	form .form-field {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	input[type=text], input[type=email] {
		margin-right: 0;
		width: 100%;
	}
	form .message-field textarea {
		width: 100%;
	}
	form input[type=submit] {
		font-size: 1.2em;
	}
	
/* jobs page */
.jobs-page {
	margin-top: -17px;
	margin-bottom: -40px;
}
	.jobs-page .primo h1, .jobs-page .primo h2 {
		margin-top: 0;
	}
	.jobs-page .quote {
		margin-bottom: 20px;
	}
	.jobs-page .video-wrapper .poster {
		display: none;
	}

}

/* Retina-specific stuff here */
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    .area:before {
	    background-image: url(images/sprite-icons-grey-80x54.2x.png);
    }
}

#footer {
    padding: 24px 0 !important;
    text-align: center !important;
    position: relative !important;
    font-family: BentonSansRegular, Arial, serif !important;
    font-weight: normal !important;
}

#footer a {
    color: #990000 !important;
}

#footer a:focus {
    outline: .125rem solid #990000 !important;
    outline-offset: .125rem !important;
}

#footer .signature {
    text-align: center !important;
}

#footer .signature-link {
    background: url("iu-sig-formal.svg") no-repeat left top;
    background-size: contain;
    display: inline-block;
    height: 0;
    padding-top: 36px;
    overflow: hidden;
    width: 240px;
}

#footer .signature-link.signature-img {
    background-image: none;
    height: auto;
    width: 15rem;
    padding-top: 0;
}

#footer p {
    font-size: 0.75rem !important;
    line-height: 24px !important;
    margin: 0 !important;
    clear: left !important;
}

#footer .tagline {
    font-family: BentonSansCondBold, Arial, serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    background: #7A1705;
    color: #fff;
    font-size: 1.375rem;
    line-height: 2.5rem;
    margin: -24px -0.9375rem 24px -0.9375rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

#footer .tagline span {
    text-transform: lowercase;
    font-family: GeorgiaProBoldItalic, Georgia, serif;
    font-size: 1rem;
    vertical-align: 2px;
    letter-spacing: 0;
    margin-left: -4px;
}

#footer .tagline a:focus {
    outline-color: #fff;
}

#footer .tagline.bicentennial {
    font-family: inherit;
    letter-spacing: .1em;
}

#footer .tagline.bicentennial.celebration {
    font-size: inherit;
    padding-bottom: 2px;
}

#footer .tagline.celebration a {
    color: #fff;
    text-decoration: none;
}

#footer .tagline.celebration svg {
    vertical-align: middle;
}

@media screen and (max-width: 350px) {
    #footer .line-break-small {
        display: block;
    }
}

@media screen and (max-width: 420px) {
    #footer .line-break {
        display: block;
    }

    #footer .hide-on-mobile {
        display: none;
    }
}

@media only screen and (min-width: 40em) {
    #footer {
        text-align: left !important;
        border-top: 6px solid #7A1705 !important;
        padding: 32px 0 24px !important;
    }

    #footer p {
        line-height: 2.25rem !important;
    }

    #footer .signature {
        float: left;
        text-align: left;
        height: 36px;
    }

    #footer .copyright {
        float: right;
        clear: right;
        text-align: right;
    }

    #footer .tagline {
        font-size: 1.5rem;
        position: absolute;
        left: 50%;
        margin: 0 -200px 0 0;
        top: -55px;
        padding: 0 24px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #footer .tagline.bicentennial {
        padding: 0 16px;
    }
}
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
