@charset "UTF-8";
/* CSS Document for HOMEPAGE REFRESH */

@font-face {
    font-family: "Fontin";
    src: url("../fonts/Fontin_Sans_B_45b.otf");
    font-weight: bold;
}


@font-face {
    font-family: "Fontin";
    src: url("../fonts/Fontin_Sans_I_45b.otf");
    font-style: italic;
}

@font-face {
    font-family: "Fontin";
    src: url("../fonts/Fontin_Sans_BI_45b.otf");
    font-style: bold, italic;
}


@font-face {
    font-family: "Fontin";
    src: url("../fonts/Fontin_Sans_R_45b.otf");
}


h1, h2, h3, h4, h5,
h1 a, h2 a, h3 a, h4 a, h5 a {
	font-family: "Source Sans Pro", Verdana;
}



/** {
	color:#424242;
	font-family:Verdana, Geneva, sans-serif;
}*/

a {
	color:inherit;
}

a:hover,
a:focus {
	color: #d6001c;
	text-decoration:none;
}

section {
	margin:20px 0;
}
.section_title {
    border-bottom: 1px solid #d6001c;
    padding-bottom: 8px;
    margin-bottom: 30px;
}
.main .section_title p {
    margin-top: -6px;
    font-size: 18px;
    padding-left: 5px;
    font-weight: 300;
}
.section_title nav {
    right: 0;
    bottom: 18px;
}
/*.link::after {
    content: " >>";
    font-size: 20px;
    padding-left: 10px;
    color: #ccc;
    font-weight: 200;
}*/

.nogutter {
    padding-left: 0; 
    padding-right: 0;
}
.nogutter-left {
    padding-left: 0;
}
.nogutter-right {
    padding-right: 0;
}

#topBar {
    background-color: #d6001c;
}

#topBarInner {
    margin: 10px auto;
    max-width: 1450px;
    padding-left: 40px;
}
#topBarInner_white {
    margin: 0 auto;
    max-width: 1300px;
}
#rpiLogo {
    background: none repeat scroll 0 0 white;
	float:left;
    padding: 10px;
	/*max-width:400px;*/
	max-width:360px;
	width:100%;
	/*height:76 px;*/
	height:36 px;
}
#rpiLogo_white {
	float:left;
    padding: 10px 0;
	/*max-width:400px;*/
	max-width:360px;
	width:100%;
	/*height:76 px;*/
}
#slogan {
    color: white;
    float: left;
    font-family: "News Gothic MT",Helvetica,Arial;
    font-size: 1.5em;
    min-height: 76px;
    padding: 30px 0 0 26px;
	
}

#slogan sup {
	color:white;
}


/* RPI Alert Start */

.alerttext a {
    color: #000000;
    padding: 10px;
    text-decoration: none;
    font-size: 1.25em;
    text-align: center;
}

#rpialertbox {
    background-color: #fdcb05;
    padding: 10px;
    text-align: center;
}


/* RPI Alert End */

.page-header {	
  margin-top: 30px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	width:100% !important;
}

.carousel-caption {
	left: 0%;
	right: 0%; 
}

.p1 blockquote {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 26px;
    line-height: 1.625em;
    color: #999999;
    text-align: center;
	border:0;
}


/* NEW SMALL NAV */
.small_nav nav {
    text-align: right;
    list-style: outside none none;
	padding-top: 1%;
}
.small_nav nav li {
    display: inline-block;
    padding: 0 0 0 1em;
}
.small_nav nav a {
    color: #fff;
    text-decoration: none;
}
.small_nav nav a:hover {
    text-decoration: underline;
}

/* NEW PEOPLE NAV */
.small_nav.people nav{
    padding-top: 3%;
}
.small_nav.people a {
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
}
/* SEARCH */

.hidden {
  position: absolute;
  left: -99999px; 
}


.search {
    color: #fff;
    float: right;
    padding: 0 0 0 20px;
}
#rpiQueryHolder {
  width: 0px;
  padding: 0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  transition: width 200ms ease;
  background: transparent;
  color: #fff;
}
.global-search:hover #rpiQueryHolder, #rpiQueryHolder:focus {
    padding-left: 5px;
    padding-right: 5px;
    width: 125px;
}

.fa.fa-search {
    color: #ffffff;
}

/* end SEARCH */

/* MOBILE MENU */

#mobileMenuContainer {
    display: none;
}
.mobile_nav {
    display: none;
}
    #mobileMenuContainer a.mobileMenu {
	display:block;
	color: #ddd;
	font-size: 2em;
	position: relative;
	top: 1px;
}
.nav > li.m-only {
    display: none;
}

/*video display */
.sidebar_video {
	position: relative;
	width: 100%;
	height: auto;

}
.media-play-overlay {
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
    border: 3px solid #fff;
    border-radius: 80px;
    height: 65px;
    left: 50%;
    margin: -45px 0 0 -45px;
    position: absolute;
    top: 52%;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: background-color, -moz-transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 65px;
        z-index: 2;
}
.media-play-overlay::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 15px 0 15px 20px;
    content: "";
    height: 0;
    left: 4px;
    margin: -15px auto 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
        z-index: 2;
}
.sm-media-play-overlay {
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
    border: 3px solid #fff;
    border-radius: 80px;
    height: 50px;
    left: 52%;
    margin: -45px 0 0 -45px;
    position: absolute;
    top: 70%;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: background-color, -moz-transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 50px;
    z-index: 2;
}
.sm-media-play-overlay::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    content: "";
    height: 0;
    left: 4px;
    margin: -10px auto 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    z-index: 2;
}
a:hover .media-play-overlay, a:focus .media-play-overlay, a:hover .sm-media-play-overlay, a:focus .sm-media-play-overlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;;
    transform: scale(1.1);
        z-index: 2;
}
.sidebar_video p {
	margin-bottom: 12px;
}

.video_title {
    color: #ffffff;
    font-size: 1.85em;
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
    line-height: 1.25em;
    z-index:2;
    font-weight: 200;
}
.video_sub {
    color: #ffffff;
    font-size: 1.15em;
    position: absolute;
    bottom: 30%;
    width: 100%;
    text-align: center;
    text-transform:uppercase;
    z-index: 2;
    font-weight: 200;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
a:hover .overlay {
    background-color: rgba(0, 0, 0, 0.3);
}
/* end Video Dispaly */
sup {
    font-size: 60%;
}
#titleBar {
	background-color: #424242;
}

#title {
	color:white;
	/*text-transform: uppercase;*/
	float:left;
	line-height:1.7em;
	letter-spacing: 0.02em;
	margin:10px 0px 0px 15px;
}

#slideshow {
	/*height:400px;*/
	height: 420 px;
	background-color:#ccc;
}

/*dropdown menu css*/

.navbar {
	margin-bottom:-1px;
    border-radius:0;
}

.navbar-toggle {
	z-index: 999;
}

.navbar-toggle-left {
  float: left;
  margin-left: 15px;
}

#submenu {
    background-color: #e7e7e7;
    margin-bottom:20px;
/* end dropdown menu css*/
}

#menuBar {
	background-color: #424242;
	font-size: 16px;
	color: white;
	border-radius: 0;
	width: 100%;
}

#menuBar a {
   
    color: #ffffff;
    font-size: 1em;
	text-transform: uppercase;
	font-family: 'Source Sans Pro';
	font-weight:300;
}

#menuBar .navbar-nav > li {
    margin: 15px 25px 7px 25px;
}
#menuBar .navbar-nav > li > a {
    color: #ffffff;
    font-size: 1em;
	text-transform: uppercase;
	font-family: 'Source Sans Pro';
	font-weight:300;
    padding: 0;
}

#menuBar .navbar-nav > li > a {
    color: #fff;
    padding-bottom: 8px;
}
#menuBar .navbar-nav > li > a:hover {
	border-bottom: 1px solid #ffffff;
    padding-bottom: 7px;
    background:none;
}
#menuBar .navbar-nav > li.first {
    margin-left: 10px;
}

/*.dropdown-toggle {
  background-color: #424242 !important;
  
}*/

.navbar {
	border: 0;
}

.navbar-collapse {
	padding-left:0;
}

/*.navbar-nav {
	float:none;
	margin: auto 0;
}*/

.navbar-form {
	margin:0;
	float:right !important;
}

.navbar-nav > li > .dropdown-menu {
	background: #424242;

}

.navbar-nav > li > .dropdown-menu > li > a {
	color: #ffffff;
    font-size: 1em;
	text-transform: uppercase;
	font-family: 'Source Sans Pro';
	font-weight:300;
    padding: 4px 6px;
	
}

.navbar-nav > li > .dropdown-menu > li > a:hover {
	border-bottom: 1px solid #ffffff;
    padding-bottom: 5px;
    background:none;
	
}


.list-group-item-heading {
	font-weight:900 !important;
	}
	
	
.list-group-item-text {
	margin-left: 15px;
	}

.list-group-item-text > a {
	text-transform: capitalize !important;
}
	

#rpi-mega-search {
    float: right;
}

.btn {
	padding:0 5px;
	height:24px;
}

.btn-xl {
    padding: 20px 15px;
    font-size: 24px;
    border-radius: 10px;
	margin: 30px;
}

.container-fluid {
	max-width:1300px;
}


table.celltable {
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
table.celltable td, table.celltable th {
	background-color: #ddd;
	padding: .5em;
	border: 2px solid white;
}

table tr.header td, table.celltable th {
	font-size: 1.4em;
	background-color:#e11d1c;
	color: white;
	padding: 5px;
	
}
table.celltable tr.header a, table.celltable th a, .header a {
	color: white;
	border-bottom: 1px dotted white;
}

table.celltable tr.header a:hover {
	border-bottom: 1px solid white;
	text-decoration: none;
}

/* ---------------------- REFRESH 2 ---------------------- */

#border {
	background-color:#424242;
	margin-top:-20px;
}

#main {
	background-color:#fff;
	padding:20px 0 0;
}

.widget-title {
    background-color: red;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.2rem;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
}
.widget-headline::after {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 295px;
}


/* SOCIAL MEDIA TEST */
.social {
    text-align: center;
    padding-top: 25px;
}
.social ul {
    margin: 0;
    padding: 0
}
.social ul li {
    display: inline-block;
    font-size: 1.35em;
    font-weight: 300;
    color: #ffffff;
}

.social i {
    font-style: normal;
    padding-right: 15px;
    font-size: 25px;
}
[class^="icon-"]::before, [class*=" icon-"]::before {
    display: inline-block;
    font-family: fontawesome;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0.9em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;
}
.icon-facebook::before {
    content: "";
    font-size: 1.25em;
    font-style: normal;
    margin-right: 0.2em;
}
.icon-twitter::before {
    content: "";
    font-size: 1.25em;
    font-style: normal;
    margin-right: 0.2em;
}
.icon-mail::before {
    content: "";
    font-size: 1.25em;
    font-style: normal;
    margin-right: 0.4em;
}

.learnmore {
    font-size: 14px;
    padding-left: 2px;
    color: #ccc;
}
.learnmore .fa {
    padding-left: 8px;
    font-size: 14px;
}
/*-----------------------------------------------------------------*/

#topStory a{
	color:#7c7c7c;
}

#topStory a:hover{
	color:#d6001c;
	text-decoration:none;
}

#topStory h3 {
	margin-bottom:20px;
}

#topStory img {
	margin:auto auto;
	padding:0;
}
.img-responsive.indented {
    max-width: 75%;
}

section#topStory {
    margin-top: 85px;
}


#otherNews {
	text-align: right;
}

#otherNews a {
	color:#999;
}

#otherNews a:hover {
	color:#d6001c;
}
#otherNews > li {
    display: inline-block;
    padding-right: 20px;
}
#otherNews > li.last {
    padding-right: 0;
}

.main hr {
	margin:1em;
	border-color: #d6001c;
}

.main img {
    padding-top: 15px;
    padding-bottom: 15px;
}

.main p {
/*    float: left;*/
    margin: 10px 0;
}
.main h4 {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
}
#Highlight h4 {
    margin-bottom: 0;
    margin-top: 0;
}
.main li h4 {
    font-size: 15px;
}
#dates h2 {
	margin:15px 0 0 0;
	color:#888;
	text-transform:uppercase;
}
#dates p {
	margin: 10px 20px 10px 0px;
}

#promo img {
	padding:0;
	margin:auto;
    float: right;
}

footer {
	background-color: #424242;
	padding:30px 0;
}
footer ul {
	list-style:none;
}
footer li {
	margin-bottom:.5em;
}

footer li a {
	color:#ccc;
	
}

.footCol {
    margin-top: 2em;
    padding: .5em 1em 1em;
	min-height:250px;
	
}

.footCol h4 {
	color:#888888;
	opacity:1;
    font-family: "Source Sans Pro";
    font-size: 1.4em;
    font-weight: 100;
    margin-bottom: 10px;
	text-transform:uppercase;
    padding-bottom: 10px;
}

footer li a:hover,
footer li a:focus {
	color:#fff;
	opacity:1;
}

#bottomLogo {
	background-color: #d6001c;
	margin:0 auto 15px;
}

#bottomLogo img {
    display: block;
    margin: auto;
    max-width: 300px;
    padding: 8px 0;
}

#boilerplate {
	margin:0 auto 15px;
}

#boilerplate p {
	text-align:center;
	color:#ccc;
	margin:0;
	font-size:12px;
}

.ls-link {
	cursor:pointer;
}

#giveNow {
    background: none repeat scroll 0 0 white;
    border: 1px solid transparent;
	box-shadow: 0 0 0 1px red inset;
    border-radius: 3px;
    color: #555;
    float: right;
    font-size: 17px;
    height: 40px;
    margin: 22px 93px 20px 0;
    padding: 6px;
    text-align: center;
    width: 160px;
}
#giveNow_white {
    background: none repeat scroll 0 0 white;
    border: 1px solid transparent;
	box-shadow: 0 0 0 1px red inset;
    border-radius: 3px;
    color: #555;
    float: right;
    font-size: 17px;
    height: 40px;
    margin: 50px 93px 20px 0;
    padding: 6px;
    text-align: center;
    width: 160px;
}

#giveNow:hover {
	color:red;
	cursor:pointer;
	
}
#giveNow_white:hover {
	color:red;
	cursor:pointer;
	
}
#leadCaption {
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    padding: 30px;
    position: absolute;
    bottom:0;
    width: 100%;
}

#leadCaption h3 {
    color: white;
    font-size: 30px;
    font-weight: 200;
    line-height: 1.4em;
}

#leadCaption p {
    color: white;
    font-size: 36px;
	font-weight: 200;
    margin-top: 10px;
}

#leadCaption .fa {
	color:white;
}

#leadCaption p:hover {
    text-decoration:none;
}
section#Highlight {
    background-color: #f5f2f2;
    padding-bottom: 40px;
}
.faux-table {
	border:thin solid  #CDCDCD;
	padding-top: 10px;
}


table.appChecklist {
  	width: 100%;
  	text-align: left;
	margin-bottom: 10px;
}


table.appChecklist tbody td {
	vertical-align: top;
	padding: 5px 0px 5px 5px;
}


h6.site-slogan {
	text-transform:uppercase;
	color: white;
	font-weight: bold;
	font-size: 11px;
	}	
	
.site-name-group {
	border-radius: 40px;
	text-align: center;
	background: #337ab7;
	margin-left: 10px;
	float: left !important;
	}
	
/* ---------- FOR CERTIFICATES PAGES ---------- */

ul.sidebar-list {
	list-style-type: none;	
	}	
	
ul.sidebar-list li {
	margin-bottom: 1.2em;
	}	


.thmbBrochure {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	border: thin solid #d7dbde;
	}

.btnBrochure {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60%; 
	border-radius: 10px; 
	background: #000000; 
	color: #ffffff;
	}	

/* ---------- END CERTIFICATES PAGES ---------- */


/* ---------- For Articles Page ---------- */
.featuredStory h3 {
		padding-bottom: 10px;
	}
	
.featuredStory img {
		max-width: 100%;
	}

.storyBox {
	text-align: center;
}

.storyBox img {
	max-width: 100%;
}

.storyHeading {
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: bold;
}

.storySubHead {
	font-size: .9em;
	text-align: justify;
}
/* ---------- End For Articles Page ---------- */

@media (max-width: 1199px) {	
 #rpiLogo_white {
        width: 85%;
        padding-left: 10px;
    }

#menuBar a {
	font-size:1.1em;
}
#topBarInner_white {
	padding-left: 10px;

}
#menuBar .navbar-nav > li {
    margin: 15px 15px 7px 15px;
}
#menuBar .navbar-nav > li.first {
    margin-left: 0px;
}
.container {
    margin: 0;
}
}
@media (max-width: 991px) {	


#menuBar a {
	font-size:.7em;
}
.img-responsive.indented {
    max-width: 100%;
}
	
.img-filler {
	display: none;
}	

#menuBar .navbar-nav > li {
    margin: 15px 10px 7px 10px;
}
.section_title p {
    display: none;
}
/*#otherNews {
    display: none;
}*/
.story {
    padding-top: 10px;
    overflow: hidden;
    max-height: 320px;
}
	
	
.expandable-boxes {
	display: none;
	
}	
	
	
/* Adam - commented out because this eliminated the phone numbers and email addresses.
   Might want to change from story class to a new class so story class doesn't get disrupted.
	
	.story p {
    display: none;
}
	*/
	
.story h4 {
    font-size: 1.15em;
/*    max-width: 332px;*/  /*Toggled this off to center h4 on small screens*/

}
.story img {
    max-width: 332px;
}
.col-md-3.col-sm-6.col-xs-12.story:nth-child(2n+1) {
    clear: left;
}
li.hide_m {
	display: none;
}
	
/* --- FOR FACULTY BIO PAGE --- */	
	.bios {
		display: flex;
		flex-flow: column;
	}

	.bioBlock {
		display: flex;


	}

	.bioBlock .bioImage {
		width: 150px;
		flex: 0 0 150px;

	}

	.bioBlock .bioImage img {
		max-width: 100%;
	}

	.bioBlock .bioContent {
		padding: 0px 15px;

	}

	.bioBlockText {
		font-size: .9em;
	}

	.bioName {
		font-weight: bold;
		margin-top: -1px;
	}

	.bioCategory {
		font-size: .6em;
		margin-bottom: -1px;
	}
/* --- END FACULTY BIO PAGE --- */	
}
/* --- END MAX-WIDTH 991px--- */

@media (max-width: 767px) {
	.mobile_nav {
		display: block;
		background-color: #424242;
		min-height: 45px;
 	}
 	.mobile_search {
    	float: right;
    	line-height: 45px;
    	padding-right: 10px;
	}
	#mobileMenuContainer {
    	display: block;
		float: left;
		height: auto;
		padding: 0 0 0 10px;
    	position: relative;
    	z-index: 20;
 	}

	.navbar-collapse {
		padding-left:15px;
	}

/*
#menuBar .container-fluid #bs-example-navbar-collapse-1 {
    height: 0;
}
*/
	
	#menuBar .navbar-nav > li {
    	margin: 10px 0 0px 0;
    	border-bottom: 1px solid #666;
    	padding-bottom: 5px;
    	text-align: left;
	}

	#otherNews h4 {
		width:100%;
		margin: .25em 15px;
	}	

	.footCol {
		width:100%;
		text-align:center;
		border-left:0px;
		border-bottom:1px solid #555;
		margin: 1em auto 0;
	}

	.main h1 {
		width: 100%;
		text-align:left;
		margin:auto;
	}

#otherNews {
	width:100%;
	margin:.5em auto;
}
#otherNews > li {
    display: block;
    text-align: left;

}
#otherNews h4 {
	margin:.5em auto;
}

#topStory {
	border-bottom: 1px solid #ddd;
	padding-bottom:.5em;
}

#dates {
	text-align:center;
	border-bottom:1px solid #ddd;
	padding-bottom:.5em;
}

#dates p {
	width:100%;
	margin:.5em auto;
}

#promo img {
	width: 100%;
	height:auto;
	margin:1em auto;
}

#socialMedia {
    float: none;
    display: block;
    margin: auto;
    width: 240px;
}
#topBarInner_white {
	padding-left: 0;
}
.small_nav{
    display: none;
}
.video_title {
    font-size: 1em;
}
.video_sub {
    font-size: 1em;
}
.section_title {
    margin-bottom: 0;
}
.sidebar_video {
    margin-bottom: 10px;
}
#dates {
    text-align: left;
}
footer ul {
    padding-left: 0;
}
.nav > li.m-only {
    display: block;
}
#menuBar .navbar-nav > li > a:hover {
    border: none;
    color: #666666;
}
	
/* ----- CONVERT CERTFICATE LISTING FROM HORIZONTAL TO NORMAL ----- */

ul.horizontal-list {
	width: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}	
	
ul.horizontal-list li {
	display: block;
	padding: 5px 0px 5px 0px;
	margin: 10px;
	color: #00205b;
	font-weight: bold;
	}

/* ----- Used at bottom of Partner Landing Pages ----- */	
	.f-grid {
		display: flex;
		width: 100%;
		margin-left: -.5rem;
		flex-flow: column;
	}
	
	.f-grid-cell {
		flex: 1 0;
		background-color: #ddd;
		margin-left: 1rem;

	}	
	
/* ----- For Article Page ----- */		
	.featuredStory h3 {
		text-align: center;
	}
	
	.featuredStory h5 {
		text-align: center;
	}
	
	.lastestStory h3 {
		text-align: center;
	}
	
	.storyBox {
		margin: 0px 50px;
		padding-bottom: 10px;
	}	
	
	
	.storySubHead {
		padding: 0px 25px;
	}	
/* ----- End For Article Page ----- */	
	
}
@media (max-width: 400px) {
	
	.btn-xl {
		display: block;
    	width: 80%;
		padding: 10px 20px;
	    font-size: 20px;
    	border-radius: 5px;
		margin: 0px;
		
}
	
}

@media (min-width: 992px) {
	
	.bullet-directions {
		display: none;
	}
/* --- FOR FACULTY BIO PAGE --- */		
	.bios {
		display: flex;
		flex-flow: row wrap;
	}

	.bioBlock {
		display: flex;
		flex-basis: 50%;
		padding-top: 15px;
	}

	.bioBlock .bioImage {
		width: 150px;
		flex: 0 0 150px;
	}

	.bioBlock .bioImage img {
		max-width: 100%;
	}

	.bioBlock .bioContent {
		padding: 0px 15px;
	}

	.bioBlockText {
		font-size: .9em;
	}

	.bioName {
		font-weight: bold;
		margin-top: -1px;
	}

	.bioCategory {
		font-size: .6em;
		margin-bottom: -1px;
	}
/* --- END FACULTY BIO PAGE --- */	
}

@media (min-width: 768px) {
	
	.navbar-nav-right {
		float: right;
	}	
	
.navbar-brand {
		display: none;
		
	}

/* --------- Used at bottom of Partner Landing Pages --------- */	
	.f-grid {
		display: flex;
		width: 100%;
		justify-content: space-between;
		margin-left: -1rem;
		flex-flow: row wrap;
	}
	
	.f-grid-cell {
		flex: 1 0;
		background-color: #ddd;
		margin-left: 1rem;
		margin-bottom: 1rem;
	}
	
/* ---------- FOR CERTIFICATES PAGES ---------- */	
ul.horizontal-list {
	width: 750px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
	
ul.horizontal-list li {
	display: inline;
	padding: 5px 20px 5px 20px;
	margin: 10px;
	color: #00205b;
	font-weight: bold;
	white-space: pre;
	}

ul.horizontal-list li:first-child {
	padding-left: 0px;
	}

ul.horizontal-list li:last-child {
	padding-right: 40px;
}
	
/* ---------- END CERTIFICATES PAGES ---------- */
	
/* ---------- For Articles Page ---------- */
		
	.storyBox {
		padding: 0px 10px;
	}
		

	.storyHeading {
		min-height: 75px;
	}
	
	/* ---------- End For Articles Page ---------- */
}

/* ---------- End Min-Width 768px ---------- */




/*added for dark red rounded table on UTC partner page - TEST*/
.darkRed {
	background-color: #d6001c;
	color: white;
}
.darkRed a {
	color: white;
}

.rounded {
	position: relative;	/*background: url(images/highlight.png) repeat-x top left;*/
}
.rounded.roundedTop .bl, .rounded.roundedTop .br {
	display: none;
}
.rounded .tl {
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0px;
	left: 0px;
	background: url(/../../images/corners.png) no-repeat;
}
.rounded .tr {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 15px;
	height: 15px;
	background: url(/../../images/corners.png) no-repeat -15px 0px;
}
.rounded .bl {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 15px;
	height: 15px;
	background: url(/../../images/corners.png) no-repeat 0px -15px;
}
.rounded .br {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 15px;
	height: 15px;
	background: url(/../../images/corners.png) no-repeat -15px -15px;
}

.redhead {
	color: #e11d1c;	
	font-size: 1.5em;
	font-weight: bold;
	margin: 0.4em 0px;
}
