/*
Theme Name: devdmbootstrap3-child
Theme URI: http://devdm.com/DevDmBootstrap3
Author: Danny Machal
Author URI: http://devdm.com/
Description: A devdmbootstrap3 v1.60 child theme.
Version: 1.60
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: devdmbootstrap3
Template: devdmbootstrap3
*/

@import "../devdmbootstrap3/css/bootstrap.css";

/* YOU SHOULD BE MAKING A CHILD THEME. Don't let me be a bad guy and erase all your hard work with a theme update. I just want to bring you new amazing features. I don't want to destroy your world. I've include a child theme to use. Need help? http://devdm.com/DevDmBootstrap3/child-themes/ */

/****************** Special Blank CSS classes for child themes to use without disturbing core bootstrap rules ****************/

#test {
	position:fixed;
	top:50px;
	left:0;
	background-color:#CCC;
	color:#000;	
	z-index:5000000;
	
}

body {
	font-family: open-sans;
	height: 100%;
	width: 100%;
	font-style: normal;
	font-weight: 300;
	padding:0;
	font-size:15px;
	line-height:22px;
	color:#000;
}
a {
	color: #16548A;
}
h1 {
	font-size : 60px;
	line-height:70px;
	margin:0px 0 0 0;
}

h2 {
	font-size : 36px;	
}
h3 {
	font-weight:normal;	
	font-size:20px;
}
h4 {
	padding:20px 0;
	font-size:22px;
	line-height:30px;
	border-top:1px dotted #998542;
	margin:0;
}
p {
	margin:20px 0;
}
strong {
	font-weight:bold;	
}

li {
	margin-bottom:10px;
	
}

.dmbs-content {
	min-height:400px;
}

#PittHeader {
	/* background-color: #111150; */
	background-color: #FFF;
	padding:10px 0 7px 0;
	border-bottom:5px solid #998542;
	
}
#PittHeader img {
	height:35px;
}
#PittFooter {
	/* background-color: #111150; */
	background-color: #FFF;
	padding:10px 0 7px 0;
	border-top:5px solid #998542;
}
#PittFooter img {
	height:35px;
}
#MainHeader, #miniHead {
	padding: 25px 0 25px 0;
	/*
	background-image: -webkit-linear-gradient(270deg,rgba(0,12,34,1.00) 0%,rgba(0,25,73,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,12,34,1.00) 0%,rgba(0,25,73,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,12,34,1.00) 0%,rgba(0,25,73,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,12,34,1.00) 0%,rgba(0,25,73,1.00) 100%);*/
	background-color: #001845;
}
#miniHead {
	display:none;
	padding:5px;
}
.about_con .carousel-inner .Pullout2 {
	font-size:14px;
	line-height:18px;
}
#LogoMain {
	
}
#LogoSec {
	padding:7px 0 0 0;	
}
#LogoSec a {
	margin-left:25px;
}
#MainNavigation {
	margin: auto;
	/*position:relative;*/
	font-size: 14px;
	background-color: #777  /* 00205b */;
	border: none;
	background-image: -webkit-linear-gradient(270deg,rgba(70,70,70,1.00) 0%,rgba(119,119,119,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(70,70,70,1.00) 0%,rgba(119,119,119,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(70,70,70,1.00) 0%,rgba(119,119,119,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(70,70,70,1.00) 0%,rgba(119,119,119,1.00) 100%);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	position:relative;
	z-index:1000;
}
#MainNavigation li {
	margin-bottom:0;
}
#MainNavigation li a {
	color:#FFF;
	text-decoration:none;
	padding: 15px 20px;
	display:block;
	margin:0;
}
#MainNavigation li a:hover, #MainNavigation li a:focus {
	color: #FFF;
	background-color: #888 /* 0c2340 */;
}
#MainNavigation .dropdown-menu {
	top:98%;
}
#MainNavigation .dropdown-menu > li > a {
	color:#600000  /* 00205b */;
	background-color:#FFF;
}
#MainNavigation .dropdown-menu > li > a:hover, #MainNavigation .dropdown-menu > li > a:focus {
	color:#93020A /* 0c2340 */  ;
	background-color:#FFF;
}
#miniLogoMain {
	height:25px;
}
.navbar {
	margin:0;
	border:none;
}
.navbar-toggle {
	float:left;
}
.navbar-toggle .icon-bar {
	background-color:#FFF;
}
#nav_search {
	float:right;	
}
#nav_search::after {
	clear:right;	
}
#MainNavigation.navfix {
	position:fixed;
	width:100%;
	top:0;
}

.current-menu-parent, .current-menu-item {
	color: #FFF;
	background-color: #600000 /* 998542 */;
}
#MainFooter .current-menu-parent, #MainFooter .current-menu-item {
	background-color:#CCC;
	padding:5px;	
}
.search-form {
	padding:11px 0 0 0;	
}
.search-form input {
	/*border-radius:20px;*/
	border:0;
	padding:0 10px;
}
.search-form input[type="search"] {
	width:125px;	
}
.search-form label {
	margin:0;
}
.search-submit {
		
}
.screen-reader-text {
	display:none;
}
#MainImage {
	height:350px;
	overflow:hidden;
	border-bottom:5px solid #998542;
	background-color:#CCC;
	position:relative;
}
#MainImage img {
	position:absolute;
	top:0; /*-200px;*/
	width:100%;
}
#MainImage #ios_screen {
	display:none;
}
#MainImage #video_con {
	position:relative;
}
#MainImage #home_video {
	width:100%;	
}
#MainImage video {
	position:relative;
	top:0px;
	width:100%;
}
#MainImage #video_con img {
	position:relative;
	top:-140px;
}
#MainImage #testimonialCarousel img {
	position:relative;
	top:0; /*-200px;*/
	width:100%;
}
#HomeImage {
	background: #49271b;
	border-bottom:5px solid #998542;
	position:relative;
}
#HomeImage h1 {
	position: absolute;
	top: 100px;
	right: 225px;
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
	z-index: 1;
	background-color: #001845;
	font-size: 55px;
	line-height: 55px;
}

#HomeImage h3 {
	position: absolute;
	top: 155px;
	right: 225px;
	color: #FFF;
	display: inline-block;
	padding: 10px 0;
	z-index: 2;
	/* background-color: #FFF; */
	font-size: 75px; 
	line-height: 98px;
}

#HomeImage .creds {
	position: absolute;
	top: 325px;
	right: 225px;
	z-index: 3;
	text-align: center;
	cursor: pointer;
}

#HomeImage .creds h4.name  {
	padding: 20px 10px 20px 10px;
	text-align: left;
	color: #FFF;
	font-size: 20px;
	line-height: 20px;
	display: inline-block;
}

#HomeImage .creds .play {
	color: #FFF;
	padding: 15px;
	background-color:#666;
	border-radius: 30px;
	box-shadow: 0px 3px 5px #000;
}
#HomeImage .creds .play:hover {
	background-color: #555;
}

#HomeImage .test_more {
	padding: 10px 20px;
	position: absolute;
	top: 400px;
	right: 225px;
	z-index: 4;
	color: #FFF;
	font-size: 16pt;
	display: none;
}

#HomeImage .creds .glyphicon {
	font-size: 60px;
	line-height: 60px;
	float:left;
	padding-left: 0px;
}

/*
#HomeImage .creds .play::after {
	background-color:#600000;
	content: "";
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	border-radius: 30px;
	box-shadow: 0px 3px 5px #000;
}
*/

#HomeImage .creds h4 {
	border:none;
	margin:0;
	padding: 0;
	font-weight: bold;
}

#HomeImage .creds h5 {
	border:none;
	margin:0;
}

#HomeImage .carousel {
	
}

#HomeImage .carousel .vid_gradient {
	height: 100%;
	width: 45%;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bf6e4e+0,492b1b+26,492b1b+100&0+0,1+26,1+100 */

background: -moz-linear-gradient(left,  rgba(191,110,78,0) 0%, rgba(73,43,27,1) 26%, rgba(73,43,27,1) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(left,  rgba(191,110,78,0) 0%,rgba(73,43,27,1) 26%,rgba(73,43,27,1) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to right,  rgba(191,110,78,0) 0%,rgba(73,43,27,1) 26%,rgba(73,43,27,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bf6e4e', endColorstr='#492b1b',GradientType=1 ); /* IE6-9 */

}
#HomeImage .carousel img {
	position:absolute;
	bottom:0; /*-200px;*/
	width:70%;
}
#HomeImage .video_con {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}
#HomeImage .carousel-indicators {
	bottom: 0;
}
#testimonials {
	text-align: center;
}
#testimonialCarousel {
	padding-top:50px;
}
#testimonialCarousel .carousel-control.left, #testimonialCarousel .carousel-control.right {
	background:none;
}

#experiences {
	min-height: 600px;
	text-align: center;
	background: #7d7e7d; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #666 0%, #000 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #666 0%,#000 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #666 0%,#000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#experiences .exp_section_con {
	display: inline-block;
	width: 15%;
	margin:2%;
	min-width: 250px;
	cursor:pointer;
	opacity:0;
}
#experiences .exp_section_con img {
	width: 100%;
}
#experiences h3 {
	background-color: #666;
	color: #FFF;
	padding: 15px;
	margin-bottom: 0;
}
#experiences .exp_section_con.player {
	width: 15%;
	margin:.5%;
	min-width: 150px;
}
#experiences .player h3  {
	padding: 10px;
	font-size: 15px;
}
#experiences h3.selected  {
	background-color: #600000;
}
#experiences .page-header {
	background-color: #001949;
	display: inline-block;
	padding: 20px 60px;
	margin: 60px auto 20px auto;;
	color: #FFF;
}
#experiences .page-header.player {
	padding: 10px 30px;
	margin: 30px auto 0 auto;;
}

#experience_player {
	display: none;
}
#experience_player .carousel {
	display: none;
}
#experience_player .carousel-control {
	top: 30%;
	bottom: 30%;
}
.experience_video {
	width:100%;
	min-height: 500px;
	display: none;
}
.experience_video .item {
	min-height: 500px;
}
.experience_video .item .video-js {
	min-height: 500px;
}
#experience_player .carousel-indicators {
	display: block;
	position: relative;
	bottom: 0px;
	margin: 0;
	left: 0;
	width: 100%;
}
#experience_player .video_con {
	margin: 20px 0;
}
#experience_player .carousel-indicators li {
	width:5%;
	min-height: 20px;
	height: 5%;
	border-radius: 0;
	border-color: #000;
	margin: 0 5px;
}
#experience_player .carousel-indicators li.active {
	border-color: #FFF;
}

#experience_player .vjs-default-skin .vjs-big-play-button {
	left:50%;
	top: 50%;
	margin-left: -2em;
	margin-top: -1.3em;
}

#home {
	padding-top:50px;	
}
#latest_news {
	margin-bottom:0;
	background-color: #600000;
	color: #FFF;
}
#latest_news a {
	color: #FFF;
}
#latest_news:hover {
	color: #CCC;
}
#latest_news .item {
	padding:20px 0px;
}
#latest_news .item > div:last-child {
	padding-left:0;
}
#latest_news .item::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: " ";
	opacity: 0;
	background-color: #000;
	transition: opacity 1s ease;
}
#latest_news .item:hover::before {
	opacity: .5;
}
#latest_news .head {
	border:1px solid #AAA;
	background:#F3F3F3;
	padding:10px;
}
#latest_news .more {
	padding: 20px 0;
	display: block;
}

#home_quote {
	position:absolute;
	bottom:100px;	
	width:100%;
	text-align:center;
}
#quicklinks {
	position:fixed;
	top:400px;
	right:-170px;	
	z-index:1000;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#quicklinks ul {
	list-style:none;
}
#quicklinks ul li {
	display:inline-block;
}
#quicklinks ul li a {
	background:#600000;
	text-align:center;
	width:100px;
	padding:5px 0;
	display:block;
	color:#FFF;
	text-decoration:none;
	border-radius: 20px 20px 0 0;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	letter-spacing:2px;
}
#quicklinks ul li a:hover, #quicklinks ul li a:active {
	background-color: #890000;
}
#crumbs {
	position:relative;
	top:250px;
	z-index:999;	
}
#crumbs ul {
	list-style:none;
	margin:0;
	padding:0;
}
#crumbs ul li {
	display:inline-block;
	background-color:#666  /* 00205b */;
	font-size:18px;
}
#crumbs ul li a {
	display:block;
	padding:10px 15px;	
	color:#FFF;
}
#crumbs ul li a:hover, #crumbs ul li a:focus {
	text-decoration:none;
	background-color:#888 /* 0c2340 */  ;
	
}
#crumbs ul .big, #collaboration .big {
	font-size:40px;
	line-height:40px;
	padding:20px 30px;
	background-color:#001949 /* 998542 */;
	color:#FFF;
}
#crumbs .current {
	display:block-inline;
	padding:10px 15px;	
	color:#FFF;
	background-color:#600000;
}
#Content {
	margin:75px 0;
}
#collaboration {
	margin-top:10px;
	text-align:center;
}
#collaboration ul {
	list-style:none;	
	padding:0;
}
#MainFooter {
	color:#333;
	padding:50px 0;
	min-height:400px;
	/*background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(61,61,61,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(61,61,61,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(61,61,61,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(61,61,61,1.00) 100%);*/
	background-color:#DDD;
}
#MainFooter .widget-title {
	font-weight:bold;	
}
#MainFooter h2 {
	font-size:55px;	
	margin:0;
}
#MainFooter h4 {
	font-size:18px;
	line-height:20px;	
}
#MainFooter ul {
	list-style:none;
	margin:0;
	padding:0;	
}
#MainFooter li {
	margin-bottom:5px;
}
#MainFooter .sub-menu {
	list-style:inside disc;
	padding:0px 0 0 10px;
}

#MainFooter h4 {
	border:0;
	padding:0;	
}
#faculty .row {
	margin-top:20px;
}

.dmbs-main {
	margin-bottom:75px;	
}
.page-header {
  font-size : 40px;
  line-height : 65px;
  color : #001949 /* 998542 */;
  border:none;
  margin:40px 0 10px 0;
}
.search_result {
	margin:0;
	border-top:1px dotted #998542;	
}
.search_con {
	margin-bottom:75px;	
}
.SectionDescription
{
  font-size : 18px;
  line-height : 26px;
  margin-bottom:40px;
}
.SectionDescription p {
	margin-top:0;
}
.Pullout {
  font-weight : normal;
  font-size : 18px;
  line-height : 24px;
  color : #001949 /* 998542 */;
  text-align:left;
}
.Pullout li {
	margin:0 0 20px 0;	
}
.Pullout1 {
  font-weight : bold;
  font-size : 40px;
  line-height : 50px;
  color : #600000  /* 00205b */;
}
.Pullout2 {
  font-size : 32px;
  line-height : 42px;
  color : #001949 /* 998542 */;
}
.Pullout1, .Pullout2 {
	margin-bottom:10px;
}
.about_con .Pullout1 {
  font-size : 30px;
  line-height : 32px;
}
.about_con .Pullout2 {
  font-size : 22px;
  line-height : 22px;
}
.about_con .Pullout1, .about_con .Pullout2 {
	margin-bottom:5px;
}

.Pullout2_bold
{
  
  font-size : 36px;
  line-height : 54px;
  color : #001949 /* 998542 */;
  color : rgb(0, 86, 61);
}
.SubSection
{
  font-size : 30px;
  line-height : 40px;
  margin-top:25px;
  margin-bottom:20px;
}
.SectionNavName
{
  
  font-size : 52px;
  line-height : 67.63px;
}
.SectionNavLink
{
  
  font-size : 18px;
  color : #FFFFFF;
  color : rgb(255, 255, 255);
}
.TagLine
{
  
  font-size : 52px;
  line-height : 67.63px;
  color : #FFFFFF;
  color : rgb(255, 255, 255);
}
.TagLine2
{
  
  font-size : 42px;
  line-height : 53px;
  color : #FFFFFF;
  color : rgb(255, 255, 255);
}
.RollSectionHead
{
  
  font-size : 30px;
  line-height : 31px;
}
.RollSectionDescription
{
  
  font-size : 14px;
  line-height : 24px;
}
.RollSubHead
{
  
  font-size : 18px;
  color : #600000  /* 00205b */;
  color : rgb(147, 3, 11);
}
.RollSubDescription
{
  
  font-size : 12px;
  line-height : 24px;
}
.HomeProgramDescription
{
  
  font-size : 18px;
  line-height : 26px;
  color : #AAA;
  color : rgb(77, 77, 77);
}
.HomeProgramDescription {
	margin-top:0;
}
.HomeCollaboration
{
  line-height : 26px;
  color : #600000  /* 00205b */;
  margin:0 0 10px 0;
  font-weight:bold;
}

.quote {
	margin:25px auto;
	padding:25px;
	color:#FFF;
	font-size:42px;
	line-height:60px;
	text-align:center;
	font-weight:lighter;
	position:relative;
	z-index:100;
}
.quote::after {
	background-color: #5C5C5C;
	opacity: 0.75;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	content: "";
}
.picture_quote {
	border-top:5px solid #998542;
	border-bottom:5px solid #998542;
	background-repeat: no-repeat;
    background-size: 100% auto;
	background-position:top;
	/*background-attachment: fixed;*/
	margin-top:0;
	min-height:100px;
}
.picture_quote .quote {
	margin:75px auto;
	padding:15px;
	color:#FFF;
	font-size:34px;
	line-height:42px;
	text-align:center;
	font-weight:lighter;
}
#home_quote .quote {
	margin:0 auto;
	padding:7px;
	color:#FFF;
	font-size:25px;
	line-height:36px;
	text-align:center;
	font-weight:lighter;
	display:inline-block;
	cursor:pointer; 
	max-width:60%;
}
#home_quote .quote::after {
	background-color:#001949 /* 998542 */;
}
#home_about {
	text-align:center;
}
.director_quote {
	font-size:20px;
	line-height:26px;
	color:#666;
	font-style:italic;
	margin:0;
}
.about h3 {
	background:#4D4D4D;
	color:#FFF;
	padding:10px;
	margin:0;
}
.about a {
	text-decoration:none;
}
.about_con {
	padding:0 20px 20px 20px;
	margin:0 0 20px 0;
	background-color:#f3f3f3;
	
}

#home_about img {
	margin:20px auto;
	width:175px;
	height:175px;
	padding:0;	
}
#line1 {
	border-width:0 2px 2px 2px;
	border-color:#998542;
	border-style:solid;
	height:50px;
}
#line2 {
	text-align:center;
}
#line2 .line2 {
	width:2px;
	height:50px;
	margin:0 auto;
	border-left:2px solid #998542;
}

.apply_con {
	padding:0 25px;
}
.apply_head {
	background-color:#333;
	color:#FFF;
	margin:0;
	padding:20px;
	font-size:30px;
	line-height:30px;
}
.apply {
	background-color: #f3f3f3;
	padding: 25px 50px 50px 50px;
}
.apply h4 {
	border:none;
	margin:0;
	padding:0 0 20px 0;
}
.apply > ul {
	list-style:none;	
	margin:0;
	padding:0;
}
.apply > ul > li {
	margin:0;	
	padding:10px 0;
	position:relative;
	border-top:1px dotted #998542;
}

.apply input {
	margin:0 10px 0 0;
}
.apply .row ul{
	list-style:disc;	
	margin-left:0;
	margin-top:10px;
}

.check {
	display:inline-block;
	height:20px;
	width:20px;
	margin:0 10px 0 0;
	background-color:#999;
	vertical-align:middle;
	position:relative;
}

/* EXPANDING SHORTCODE */
.expander .detail, .personnel .detail {
	padding-bottom:25px;
	display:none;
}
.expander .detail p {
	margin-top:0;	
}
.expandercat .detailcat {
	padding-bottom:0px;
	display:none;
}

.expandercat h3 {
	cursor:pointer;
	border-top:2px solid #998542;
	padding-top:20px;
}
.expander h4 {
	cursor:pointer;
}

.expander h4:hover, .expander h4:focus  {
	font-weight:bold;
}

.expandercat h3:hover, .expandercat h3:focus  {
	font-weight:bold;
}

.more {
	color:#AAA;
}

.caret.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid;
}

/* PERSONNEL */

.personnel { 
	margin:20px 0;
	border-top:1px dotted #998542;
	cursor:pointer;
}

.personnel .thumb {
	padding-top:20px;
}

.personnel h4 {
	border:none;
	padding-bottom:10px;
}

.personnel h5 {
	margin:0 0 20px 0;
}

/* CALENDAR */

.mc-main table, .mc-main.calendar {

}

.mc-format, .mc-time, .my-calendar-date-switcher, .my-calendar-nav, .mc_bottomnav {
	display:none;
}

.mc-main.mini .day-with-date a {
	background-color: #D3C69A  /* 00205b */;
	color: #001949;
	text-decoration: none;
}	
.mc-main caption {
	border:none;
	background-color:#001949;
	color:#CCC;
	padding:10px;
}

.mc-main .mc_general .event-title { display:none; }
.mc_edit_links { display:none; }
.mc-main.mini .details .close { /* display:none; */ }
.mc-main .weekend, .mc-main .nextmonth { background:none; }

.mc-main .calendar-events { background-color:#FFF; padding-top:30px; }

.mc-main .mini-event .sub-details { border:none; }

.mc-main.mini .day-with-date .external { 
	background-color:#FFF; 
	text-align:left; 
	padding:5px;
	border-top:1px dotted #CCC;
}
.mc-main.mini .day-with-date .external:hover {
	background-color:#EEE;
}

.mc-main.mini .details .close {
	background-color:#FFF;
}



/* VIDEO PLAYER */
img.video_thumb {
	width:150px;
	height:85px;
	margin:0;
	max-width:100%;
}
.video_thumb_con {
	position:relative;	
	text-align:center;
	display:inline-block;
	border:5px solid #CCC;
	margin:10px 10px 10px 0;
	cursor:pointer;
}
.video_thumb_click {
	position:absolute;
	background:url(video/play.png);
	top:0;
	margin:0 auto;
	width:100%;
	height:100%;
}

#video_player_con {
	position:fixed;
	height:100%;
	width:100%;
	background:rgba(0,0,0,0.85);
	z-index:10000000;
	top:0;
	text-align:center;
	cursor:pointer;
}
#video_player {
	cursor:default;
	margin:10% auto;
}

#video_player_inner {
	/* margin:10% auto; */
}

#video_player_con .video-js {
height: auto !important;
position: relative !important;
width:80%;
}

/* NEWS PAGE */

#news_results .news_item {
	clear:both;
	border-top:1px dotted #CCC;
}

#news_results h5 {
	color:#999;
}

#news_results h3 {
	font-size:32px;
}

/* LANDING PAGE */

#landing {
	background-color:#001949;
	background-repeat: no-repeat;
    background-size: 100% auto;
	background-position:top;
}

#landing .landing_con {
	padding:5%;
	margin:5% 0 10% 0;
}

#landing .form {
	background-color:#FFF;
	padding:5%;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

#landing .text {
	padding:0 5% 5% 0;
}

#landing h1 {
	padding:20px;
	display:inline-block;
	color:#FFF;
	position:relative;
	z-index:100;
	display:none;
	font-size:50px;
	line-height:60px;
}
#landing h1::after {
	background-color:#001949;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	content: "";
}

#landing h3 {
	padding:20px;
	display:inline-block;
	font-size:18px;
	line-height:26px;	
	position:relative;
	z-index:100;
	color:#FFF;
	display:none;
}
#landing h3::after {
	background-color:#333;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	content: "";
}
#landing .ninja-forms-required-items {
	padding-bottom:10px;
}
#landing h5 {
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	margin-top:0;
}

#embed_video .vjs-tech {
	position:relative;
}
#mspba_intro {
	position: relative;
}
#mspba_intro  .image_back {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	opacity: .2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
#program_description h1 {
	font-size: 60pt;
	margin-bottom: 2rem;
}
#program_description h3 {
	font-size: 26pt;
	margin-top: 5px;
	font-weight: 100;
}
#program_description p {
	font-size: 18pt;
	line-height: 24pt;
	margin-top: 4rem;
}
/* Carousel Fading slide */
.carousel-fade .carousel-inner {  }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
	transition-duration: 1s;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }

#HomeImage .item {
	min-height: 250px !important;
}

.home_section {
	padding: 5rem 0;
}

.home_section h3 {
	font-size: 28pt;
	line-height: 30pt;
	margin-bottom: 6rem;
}

#mspba_intro {
	background-color: #001845;
	color: #FFF;
	padding:10rem 0;
}

#advance {
	background-color: #EEE;
	padding-bottom: 10rem;
}

#leaders {
	padding-bottom: 0;
	background-color: #FFF;
	background-image: url(img/leader_background.jpg);
	background-position: top;
	background-size: cover;
	background-attachment: fixed;
}
#leaders img {
	margin: auto;
}
#leaders .carousel .item .leader_image_con  {
	
	display: table-cell;
	vertical-align: bottom;
}
#leaders .carousel .item img {
	vertical-align: bottom;
}
#leaders .leader_quote {
	font-size: 24px;
	line-height: 32px;
	background-color:#FFF;
	padding:25px 35px;
	margin-top:0px;
	position: relative;
	margin-left: 20px;
	border-radius: 25px;
}
#leaders .leader_quote .quote_mark {
	position: absolute;
	font-size: 40px;
	padding: 10px;
	height: 40px;
	width:40px;
	border-radius: 50%;
	text-align: center;
}
#leaders .leader_quote .quote_mark:first-child {
	top: 0px;
	left: 0px;
}
#leaders .leader_quote .quote_mark:last-child {
	right: 0px;
	bottom: 0px;
}
#leaders .name {
	font-size: 30px;
	font-weight: 900;
	margin: 10px 0 0 30px; 
}
#leaders .title {
	margin: 10px 0 0 30px;
	font-size: 18px;
	color: #666;
}

#faq .row {
	margin-top: 4rem;
}

#faq h3 {
	font-size: 42px;
	font-weight: bold;
	margin-top:8rem;
	border-top: 2px solid #998542;
	padding-top: 4rem;
}

/* VIDEO FORMATTING */
.video {
	box-shadow: 0 4px 5px 2px #AAA;
}
.video_play_con {
	position: relative;
	padding: 1rem;
	cursor: pointer;
}
.video_play_con img {
	/*opacity: .75;*/
	transition: filter .5s ease, box-shadow ease .5s;
}
.video_play_con .play {
	color: #00C4FF;
	background-color: #FFF;
	position: absolute;
	top: -5px;
	left: -5px;
	font-size: 45px;
	line-height: 0;
	padding: 5px;
	border-radius: 50%;
	box-shadow: 0 4px 5px 2px #AAA;
	transition: background-color .5s ease, color .5s ease, box-shadow ease .5s ;
}

.video_play_con:hover .play {
	background-color: #00C4FF;
	color: #FFF;
	box-shadow: 0 4px 8px 4px #999;
}

.video_play_con:hover img {
	/*opacity: 1;*/
	filter: saturate(2);
	box-shadow: 0 4px 8px 4px #999;
}

/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

#pitt_grads { 
	padding: 4rem 2rem;
	font-size: 2rem;
	color: #000;
	text-align: center;
	line-height: 3rem;
	background: #FFB81C;
}

#pitt_grads p { padding: 0 1rem; }

#pitt_grads button { color: #FFF; padding: 15px 30px; background-color: #003594; border-radius: 30px; box-shadow: 0px 3px 5px #000; }

/* MEDIA SPECIFIC RULES 

Extra small devices Phones (<768px)
Small devices Tablets (≥768px) 	
Medium devices Desktops (≥992px) 	
Large devices Desktops (≥1200px)

*/

@media (max-width: 768px) { 

	#home_quote {
		bottom:20px;
	}
	#home_quote .quote, .picture_quote .quote {
		font-size:14px;
		line-height:18px;
	}
	#home {
		padding-top: 20px;
	}

	.picture_quote {
		margin-top:20px;	
		min-height:0;
	}

	.picture_quote .quote {
		margin:10px auto;
	}

	.dmbs-main {
		margin-bottom:20px;
	}

	#crumbs ul .big {
		font-size:24px;
		line-height:30px;
		padding:20px 30px;
		background-color:#001949 /* 998542 */;
		color:#FFF;
	}
	#HomeImage {
		
	}
	#HomeImage h1 {
		left: 0;
		right: 0;
		text-align: center;
		width: 60%;
		margin: auto;
		top: 25px;
		font-size: 45px;
	}
	#HomeImage h3 {
		left: 0;
		right: 0;
		top:55px;
		text-align: center;
		font-size: 50px; 
	}
	#HomeImage .carousel img {
		position: absolute;
		bottom: 0;
		top: auto;
		width:100%;
	}
	#HomeImage .carousel .vid_gradient {
		display: none;
	}
	#HomeImage .video_con {
		bottom: 0;
		top:auto;
	}	
	#HomeImage .creds {
		right: 50px;
		left: 50px;
		top:175px;
	}
	#HomeImage .creds .play {
		padding: 5px;
		border-radius: 10px;
	}
	#HomeImage .creds .glyphicon {
		font-size: 40px;
		line-height: 30px;
		position: absolute;
		top:25px;
		left:10px;
	}
	#HomeImage .creds h4.name {
		font-size: 16px;
		line-height: 16px;
		margin: 0 0 0 50px;
		
	}
	#latest_news .item {
		text-align: center;
	}
	#latest_news .item img {
		margin:0 auto;
	}
}

@media (max-width: 992px) and (min-width: 768px) { 

#LogoSec a {
	margin:0;
}

}