/* Site-specific CSS goes here */

/* Make main navigation a single column drop down as well as thinner vertically*/
.mainNavigation .dropdown .dropdown-menu {
	left: inherit !important;
	right: inherit !important;
}
.navigation-fixed-wrapper .top-nav-bar {
	padding-top: 0;
	padding-bottom: 0;
}
.navigation-fixed-wrapper .mainNavigation  .navbar-nav > li > a,
.navigation-fixed-wrapper.smaller .mainNavigation  .navbar-nav > li > a {
	padding: 6px 20px;
}
.mainNavigation  .navbar-nav > li > a {
	color: #fff;
	font-size: 1.09em;
	font-weight: 500;
	padding: 30px 20px 30px 20px;
}
.mainNavigation .nav .dropdown .dropdown-menu li .mainnav-content a {
	font-weight: normal;
	font-size: 1em;
}
.mainNavigation .nav .dropdown .dropdown-menu li .mainnav-content li {
	padding-bottom: 5px;
}
.mainNavigation .mainnav-content {
	padding: 10px 30px;
}
.mainNavigation .nav .dropdown .dropdown-menu li .mainnav-content .col-md-3 {
	min-height: 200px;
}
.mainNavigation h2 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
}

/* Change Main Navigation Hover Color to grey*/
.mainNavigation .nav > li > a:hover,
.mainNavigation .nav > li > a:focus {
	background-color: #515251;
}
.mainNavigation .nav li a.dropdown-toggle:hover{
	background-color: #515251;
	color: #fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	background-color: #515251;
}

#maincontent {
	padding-top: 120px;
}

/* Change colors of main navigation and "Research" title */
.bottom-nav-bar {
	background: rgb(46, 46, 46);
	color: #fff;
}

.title-bar-right {
	color: #ff0000;
	font-size: 26px;
	padding-left: 20px;
	padding-top: 20px;
}

.title-bar-right a {
	color: #D2C694;
	background-color: #2e2e2e;
}

/*Add hover color change to top right nav-bar link*/
.navbar-nav > li > a:hover{
	color:#D2C694;
}

/* Adjust location of search bar/magnifying glass (move down to be more in line with text)*/
button.btn.btn-search {
	padding-top: 15px;
}

/*Adjust font size to accomadate top right header links in one line*/
.aux .navbar-nav > li > a {
	font-size: 0.906em;
}


button.btn {
	padding: 14px 12px;
}
/*
.navbar-form {
    padding: 10px 80px;
}
*/

/* Edit feature video to not crop video in container */
video.full-width {
	max-width: 70% !important;
	top: 0px;
	left: 15%;
}

.video-feature{
	max-height: 770px !important;
}

.full-width {
	background-color: #000000;
}

.video-overlay {
	top: -740px !important;
}

@media (max-width: 991px)
{
	video.full-width{
		max-width: 100% !important;	
	}
}

/* Offset anchors to account for header */
a.anchor {
	display: block;
	position: relative;
	top: -165px;
	visibility: hidden;
}

/* Expanding grid: Three equal columns that float next to each other */
.gridColumn {
    float: left;
    width: 33.33%;
	height: 300px;
    padding: 120px 20px;
	top: 20%; 
    text-align: center;
    font-size: 25px;
    cursor: pointer;
    box-sizing: border-box;
	border-style: solid;
	color: white;
	/*border-color: #2E2E2E;
	/*Adds black border around the white text over the images
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
	*/
}

.gridColumn h2{
	width: 20%;
}

.gridContainerTab {
    padding: 20px;
    color: white;
	background: #2E2E2E;
	position: relative;
}

.gridContainerTab a {
	color: #D2C694;
}
/* Clear floats after the columns */
.gridRow:after {
    content: "";
    display: table;
    clear: both;
}

/* Closable button inside the container tab */
.closeGridBtn {
    float: right;
    color: white;
    font-size: 35px;
    cursor: pointer;
	position: absolute;
	top: 0;
	right: 15px;
}
/* End expanding grid */

/*Hides mobile device html when on desktop */
.mobile_device_480px {
	display: none;
}
/*Hides full panel body in "Read More" Element */
/* One line */
.panel-preview-sml {
    height: 50px;
    overflow: hidden;
}
/* Two lines */
.panel-preview-med {
    height: 72px;
    overflow: hidden;	
}
/* Three lines */
.panel-preview-lg {
    height: 100px;
    overflow: hidden;
}

/* Move news asset nav buttons to the right more to accomadate longer "Research News" text */
.owl-carousel-news .owl-controls .owl-nav{
	left: 225px;
	position: absolute;
	top: -80px;
}

.owl-carousel-slideshow .owl-controls .owl-dots{
	left: 150px;
}

.news h4 a{
	text-align: center;
}

.news .img-responsive{
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}

.owl-carousel-slideshow .item:only-child .carousel-caption {
    bottom: 75px;
}

/*Responsive Video for embedded video */
video {
    width: 100%;
    height: auto;
}

.panel-primary {
	background: rgba(255, 255, 255, 0.8);
}

@media (min-width: 992px) and (max-width: 1199px)
{
	.navigation-fixed-wrapper .mainNavigation .navbar-nav > li > a, .navigation-fixed-wrapper.smaller .mainNavigation .navbar-nav > li > a {
    	padding: 6px 10px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#maincontent{
		padding-bottom: 0;
		padding-top: 139px;
	}
	.gridColumn{
		padding: 75px 20px;
	}
	.owl-carousel-slideshow .carousel-caption{
		height: 180px;
	}
	.owl-carousel-slideshow .owl-controls .owl-dots{
		left: 150px;
	}
	.panel-preview-sml {
		height: 67px;
		overflow: hidden;
	}
	.panel-preview-med {
		height: 84px;
		overflow: hidden;
	}
	.panel-preview-lg {
		height: 111px;
		overflow: hidden;
	}
}	

@media (max-width: 767px) {
	#maincontent {
		padding-bottom: 0;
		padding-top: 161px;
	}
	.gridColumn{
		padding: 100px 20px;
		font-size: 20px;
	}
	.owl-carousel-slideshow .carousel-caption{
		height: 220px;
	}
	.owl-carousel-slideshow .owl-controls .owl-dots{
		left: 110px;
	}
	.panel-preview-sml {
		height: 61px;
		overflow: hidden;
	}
	.panel-preview-med {
		height: 83px;
		overflow: hidden;
	}
	.panel-preview-lg {
		height: 101px;
		overflow: hidden;
	}
	.top-nav-bar-mobile {
		padding-bottom: 21px;
	}
}

@media (max-width: 480px) {
	#maincontent {
		padding-bottom: 0;
   		padding-top: 152px;
	}
	.mobile_device_480px{
		display: block;
	}
    .desktop{
		display: none;
	}
	.gridColumn{
		width: 100%;
	}	
	.gridColumn {
		padding: 120px 20px;
		font-size: 25px;
	}
	.panel-preview-sml {
		height: 87px;
		overflow: hidden;
	}
	.panel-preview-med {
		height: 127px;
		overflow: hidden;
	}
	.panel-preview-lg {
		height: 130px;
		overflow: hidden;
	}
	.spotlight-title-2{
		white-space: normal;
	}
	.title-bar-right, .title-bar-right h2 {
		line-height: 25px;
	}
}


/************* Entrepreneurship *************/

.entrepreneurship-row {
	font-size: 15px;
    line-height: 21px;
}

.entrepreneurship-row .container > div {
    padding: 0;
}

.entrepreneurship-row .img-holder {
    display: block;
}

.entrepreneurship-row .img-holder img {
    width: 100%;
    height: auto;
}

.entrepreneurship-row .text-block:after {
    content: '';
    display: block;
    clear: both;
}

.entrepreneurship-row .title-box {
    width: 350px;
    float: left;
    background: #a6192e;
    color: #fff;
    min-height: 196px;
    text-align: center;
    white-space: nowrap;
    padding: 57px 20px 40px 10px;
    position: relative;
}

.entrepreneurship-row .title-box:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    height: 169px;
}

.entrepreneurship-row .title-box:after {
    content: '';
    position: absolute;
    top: -11px;
    left: 19px;
    width: 0;
    height: 0;
    border: 5px solid #a6192e;
    border-width: 0 11px 12px;
    border-color: transparent transparent #a6192e;
}

.entrepreneurship-row h1 {
    margin: 0px 0px 0px 0px;
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    line-height: 52px;
    font-size: 46px;
    font-family: "palantino_black";
}


.entrepreneurship-row .desc-text {
    overflow: hidden;
    padding: 10px 10px 10px 24px;
    background: #fff;
    font-family: "proxima-nova";
	font-size: 19px;
	height: 234px;
	color: #000000;
}

.entrepreneurship-row .responsive-video {
	margin-bottom: -1px;
	width: 100%
}

.entrepreneurship-row p {
	margin: 0 0 0px;
}

.entrepreneurship-row .btn-readmore {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
	color: #a6192e;
	margin: 10px -15px 10px;
}

.entrepreneurship-row .btn-readmore:before,
.entrepreneurship-row .btn-readmore:after {
	content: "\f0a9";
    font-family: FontAwesome;
	font-size: 2.6em;
    position: absolute;
    top: -14px;
    left: 15px;
    width: 12px;
    height: 26px;
}

.entrepreneurship-row .lavin .desc-text {
	height: 265px;
}

.entrepreneurship-row .lavin .text-block{
	height: 266px;
}
.entrepreneurship-row .institute .title-box {
    background: #a6192e;
	color: white;
	width: auto;
	height: 266px;
}

.entrepreneurship-row .institute .title-box:after {
    top: auto;
    bottom: -11px;
    border-color: #a6192e transparent transparent;
    border-width: 12px 11px 0;
    left: 22px;
}

.entrepreneurship-row .institute .desc-text {
    padding: 10px 10px 10px 20px;
}

.entrepreneurship-row .institute .desc-text p {
    margin-bottom: 13px;
	height: 266px;
}

.entrepreneurship-row .transformation .img-holder {
    float: left;
    width: 64%;
}

.entrepreneurship-row .transformation .text-block {
    float: left;
    width: 36%;
    background: #a6192e;
    color: white;
    position: relative;
}

.entrepreneurship-row .transformation .desc-test{
	color: #000000;
}

.entrepreneurship-row .transformation .text-block:after {
    content: '';
    position: absolute;
    top: 16px;
    left: -12px;
    width: 0;
    height: 0;
    border: 5px solid #a6192e;
    border-width: 11px 12px 11px 0;
    border-color: transparent #a6192e transparent transparent;
}

.entrepreneurship-row .transformation h1 {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 10px;
    color: #fff;
}

.entrepreneurship-row .transformation p {
    margin-bottom: 14px;
}

.entrepreneurship-row .complex .img-holder {
    float: right;
    width: 64%;
}

.entrepreneurship-row .complex .text-block {
    float: left;
	clear: left;
    width: 36%;
    background: #a6192e;
    color: #fff;
    position: relative;
}

.entrepreneurship-row .complex .text-block:after {
    content: '';
    position: absolute;
    top: 16px;
    right: -12px;
    width: 0;
    height: 0;
    border: 5px solid #a6192e;
    border-width: 11px 0 11px 12px;
    border-color: transparent transparent transparent #a6192e;
	z-index: 1;
}

.entrepreneurship-row .complex .desc-text {
	color: #000000;
}
.entrepreneurship-row .complex h1 {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 10px;
    color: #fff;
}

.entrepreneurship-row .complex p {
    margin-bottom: 37px;
}

.entrepreneurship-row .col-md-24 {
	height: auto;
}	
.entrepreneurship-row .col-md-12 {
	width: 50%;
	height: auto;
}

.mobile_device{
	display: none;
}

@media only screen and (max-width:1199px) {
    .entrepreneurship-row .title-box {
        /* padding: 10px 10px 57px 15px; */
		width: 244px;
    }	
    .entrepreneurship-row h1 {
        font-size: 32px;
        line-height: 38px;
    }	
	.entrepreneurship-row .complex .desc-text{
		position: absolute;
		left: 0px;
		height: 215.24 !important;
	}
    .entrepreneurship-row .desc-text {
        padding: 10px 9px 7px;
		height: 199.24px;
    }	
	.entrepreneurship-row .eoc .text-block .desc-text .title-box{
		height: 266px;
	}
	.entrepreneurship-row .lavin .desc-text {
		height: 236px;
	}
    .entrepreneurship-row .institute .desc-text {
        padding: 10px 15px 7px;
    }
    .entrepreneurship-row .complex h1 {
        margin-bottom: 15px;
    }
    .entrepreneurship-row .complex p {
        margin-bottom: 10px;
    }

	.entrepreneurship-row .col-md-12 {
		width: 50%;
	}
}

@media only screen and (max-width:991px) {
	 .entrepreneurship-row .transformation {
        overflow: hidden;
        margin-bottom: 10px !important;
    }
    .entrepreneurship-row .transformation .img-holder {
        display: block;
        float: none;
        width: 100%;
    }
    .entrepreneurship-row .transformation .text-block {
        float: none;
        width: auto;
    }
	.entrepreneurship-row .title-box:before {
		height: 100px	
	}
	.entrepreneurship-row h1 {
		font-size: 30px;
	}
    .entrepreneurship-row .transformation .text-block:after {
        top: -12px;
        left: 12px;
        border-width: 0 11px 12px;
        border-color: transparent transparent #a6192e;
    }
    .entrepreneurship-row .complex .img-holder {
        float: none;
        display: block;
        width: 100%;
    }
    .entrepreneurship-row .complex .text-block {
        float: none;
        width: 100%;
		margin-bottom: 131px;
    }
    .entrepreneurship-row .complex .text-block:after {
        top: auto;
        bottom: -12px;
        right: 12px;
        border-width: 12px 11px 0;
        border-color: #a6192e transparent transparent;
    }
	.entrepreneurship-row .lavin .desc-text {
		height: 150px;
	}
	.entrepreneurship-row .col-md-12 {
		width: 100%;
	}
	.entrepreneurship-row .desc-text {
		height: 200px;
	}
		.entrepreneurship-row .mobile_device{
		display: block;
	}
    .entrepreneurship-row .desktop{
		display: none;
	}
}

@media only screen and (max-width:767px) {
    .entrepreneurship-row .title-box {
        float: none;
        width: auto;
        min-height: 0;
        padding: 10px;
        text-align: left;
    }
    .entrepreneurship-row .title-box:before {
        display: none;
    }	
    .entrepreneurship-row h1 {
        font-size: 32px;
        line-height: 38px;
    }	
    .entrepreneurship-row .desc-text {
        padding: 10px 0;
    }
    .entrepreneurship-row .institute .desc-text {
        padding: 10px 0;
		height: 150px;
    }
	.entrepreneurship-row .transformation .text-block {
        padding: 10px 8px;
    }
	.entrepreneurship-row .col-md-12 {
    	width: 100%;
	}
}

@media only screen and (max-width:480px) {
	.entrepreneurship-row .institute .title-box {
		width: auto;
	}
	.entrepreneurship-row .col-md-12 {
    	width: 100%;
	}
	.entrepreneurship-row .desc-text {
   	    height: 185px;
	}
	.entrepreneurship-row .zip {
   	    height: 180px;
	}
	.entrepreneurship-row .eoc {
   	    height: 160px;
	}
	.entrepreneurship-row .icorps {
   	    height: 160px;
	}	
	.entrepreneurship-row .ptc {
   	    height: 138px;
	}
	.entrepreneurship-row .zid {
   	    height: 138px;
	}
	.entrepreneurship-row .tto {
   	    height: 138px;
	}
	.entrepreneurship-row .lavin {
   	    height: 178px;
	}	
}

@media only screen and (max-width:991px) {
    .entrepreneurship-row .container > div {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width:767px) {
    .entrepreneurship-row .container > div {
        margin-bottom: 0;
    }
    .entrepreneurship-row .title-box {
        height: auto !important;
    }
}

