/* DEPT A DESKTOP.CSS */

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

/* FEATURE CAROUSEL
----------------------------------------- */

.feature .webcomm-carousel .carousel-inner .carousel-image { height:450px; }
.feature .webcomm-carousel .carousel-inner .carousel-image img {
	position: relative;
	top: 50%;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* these rules for active item */
.feature .webcomm-carousel .active.left,
.feature .webcomm-carousel .active.right {    
	/*border:1px solid red;*/
}

.feature .webcomm-carousel .carousel-inner .carousel-caption { position:absolute; }



/* FEATURE TABS
------------------------------ */

.feature .feature_tabs {  }

.feature .feature_tabs ul.nav-tabs {
    border-bottom: none;
    margin:0;
    padding:0;  
}
.feature .feature_tabs ul.nav-tabs li {
    padding:0;
    margin-right:0.25em;
}
.feature .feature_tabs ul.nav-tabs li.active { overflow:hidden; }

.feature .feature_tabs ul.nav-tabs li a {
	color:#666666;
    margin:0;
    border-radius:0 0 0 0;
} 
.feature .feature_tabs ul.nav-tabs li.active a {
    font-weight:bold;
    background-color:#fff;
	
}
.feature .feature_tabs ul.nav-tabs > .active > a, 
.feature .feature_tabs ul.nav-tabs > .active > a:hover {
    border-left-color: #999;
    border-right-color: #999;
    border-top-color: #999;
}

.feature .feature_tabs .tab-content {
    padding:0.5em;
    border:1px solid #999;
    background-color:#FFF;
}
.feature .feature_tabs .tab-content .tab-pane { 
	min-height:290px;
	overflow:hidden;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.feature .feature_tabs .tab-content .tab-pane .thistab {
    max-width:35%;
    float:left;
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255, 255, 255, 0.85); 
    -moz-box-shadow: 0 0 5px rgba(108, 108, 108, 0.75);
    -webkit-box-shadow: 0 0 5px rgba(108, 108, 108, 0.75);
    box-shadow: 0 0 5px rgba(108, 108, 108, 0.75);
    padding:1.5em;
    margin:1em;
    /*text-shadow: 1px 1px 1px #FFF; */
}
.feature .feature_tabs .tab-content .tab-pane .thistab p  {
    font-size:100%;
    color:#333;
}
.feature .feature_tabs .tab-content .tab-pane .thistab .ou-btn {
	margin-bottom:0;
        text-shadow:none;	
}

/* tan feature */
body.tan-feature .feature .feature_tabs ul.nav-tabs > .active > a, 
body.tan-feature .feature .feature_tabs ul.nav-tabs > .active > a:hover {
    border-left-color: #bebb99;
    border-right-color: #bebb99;
    border-top-color: #bebb99;
}
body.tan-feature .feature .feature_tabs .tab-content {
    border:1px solid #bebb99;
}
body.tan-feature .nav > li > a:hover { background-color: #f2f1eb; }
body.tan-feature .nav > li > a:focus { background-color: #FFFFFF; }


/* FEATURE TEXT IMAGE
----------------------------------------- */

.feature .feature_txtimg .text {
    max-width:35%;
    background: rgb(255, 255, 255); /* The Fallback */
    background: rgba(255, 255, 255, 0.85); 
    -moz-box-shadow: 0 0 5px rgba(108, 108, 108, 0.75);
    -webkit-box-shadow: 0 0 5px rgba(108, 108, 108, 0.75);
    box-shadow: 0 0 5px rgba(108, 108, 108, 0.75);
	margin:1.5em;
    position:absolute;
    top:0;
    left:0;
}

.feature .feature_txtimg.caption-right .text {
	left:inherit;
	right:0;
}



/* COMMON BST - DESKTOP.CSS */


/* GLOBAL HEADER
---------------------------------------- */

.globalheader ul { float:right; }

a.tip { position:relative; }
a.tip span { display: none; }

/* the span will display just on :hover state */
a.tip:hover span { 
    position:absolute;
    z-index:25;
    top:135%; 
    left:-3.75em;
    width:8em;
    
    text-align: center;
    color:#FFF;
    font-size:90%;
    white-space:nowrap;

    display:block;
    margin:0;
    padding:0.25em 1em;

    border:1px solid #444;
    background-image:url(../../../content/dam/common/design2013/bg_black.gif);
    background-repeat:repeat;

}

/* the arrow */
a.tip:hover span::before {
    content:"";
    width:100%;
    display:block;

    background-image:url(../../../content/dam/common/design2013/ou-globalheader-tiparrow.png);
    background-repeat:no-repeat;
    background-position:top center;

    bottom:100%;
    left:0;
    height:9px;
    position:absolute;
 
}

/* FOOTER
------------------------------------- */

.footerlogo,
.footeraddress,
.footerColumn {
    float:left;
}
.footer #footer_social_icons h1,
.footer #footer_social_icons h2,
.footer #footer_social_icons h3 {
    float: right;
    margin: 0 0 0.75em;
}
.footer #footer_social_icons .text { 
	float: right;
	clear:both;
}
.footer .footeraddress { margin-left: 10px; }

/* make it sticky */
html {
    position: relative;
    min-height: 100%;
}
.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    padding:0;
}

/* SOCIAL MEDIA TABLE STYLE
------------------------------------ */

table.socialmedia_directory > tbody > tr > td,
table.socialmedia_directory > thead > tr > td  {
	width:33%;	
}

table.socialmedia_ou td:first-child { width:66%; font-weight:bold; font-size: 110%; }
table.socialmedia_ou td:last-child { width:33%; }


/* TEXT IMAGE (This a workaround - should be deleted once inline css is removed from OU Text Image Component)
------------------------------------ */


.textimage .image-margin-left .image {
    margin:5px 0 5px 15px!important;
}
.textimage .image-margin-right .image {
    margin:5px 15px 5px 0!important;
}






/* COE DESKTOP.CSS */

/* COLLEGE HOME FEATURE
------------------------------------------------- */

/* Next two elements to override style from DeptA template */
.coe_college_home .feature {
    background-color:#FFF;
    background-image:none;
    padding:0;
    border-bottom:1px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.coe_college_home .feature .container-fluid > .row-fluid {
    padding:0;
    background-color:transparent;
    border:none;
    width:auto;
}

/* The Text Image */
.coe_college_home .feature .featurepar > .textimage { overflow:inherit; }
.coe_college_home .feature .featurepar > .textimage .featureimg { position: relative; height:430px;  }
.coe_college_home .feature .featurepar > .textimage .featureimg .image {
	position:absolute;   
	left:-530px;
    width:2000px;
	height:430px;
	background-color:#000;
	background-image:url(../../../content/dam/CoE/feature_images/featureBG_building2.jpg);
	background-repeat:no-repeat;

    -moz-box-shadow: inset 0 -10px 30px 10px #000000;
    -webkit-box-shadow: inset 0 -10px 30px 10px #000000;
    box-shadow: inset 0 -10px 30px 10px #000000;
}
.coe_college_home .feature .featurepar > .textimage .featureimg .image img {
    max-width:none;
	width: 100%;
	height:auto;
	
	/* these two rule are to compensate for the resized web rendition of 
	   the image that will be fixed in 5.6.1 - remove these rules after we've upgraded */
	width: 0;
	height:0;
}

.coe_college_home .feature .featurepar > .textimage .featureimg .text {
    position:absolute;
    top:4em;
    left:0;
    border-left:5px solid #222;
    overflow: auto;
    padding:0;
    margin:0;
}
.coe_college_home .feature .featurepar .featureimg .text p {
    background-image:url(../../../content/dam/CoE/design_2013/captionBG.png);
    clear: left;
    color: #FFFFFF;
    float: left;
    padding:0.5em 1em;
    margin-bottom:0.125em;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-size:140%;
    font-weight:bold;
    text-transform: uppercase;
}
.coe_college_home .feature .featurepar .featureimg .text p:last-child { margin-bottom:0; }

/* The Tabs */
.coe_college_home .feature .feature_tabs ul.nav-tabs {
	-webkit-transform: translateY(-100%);
	-moz-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform: translateY(-100%);  
	
	background-color:transparent;
    border-bottom:none;	
    overflow-x: auto;
	overflow-y: hidden;
}

.coe_college_home .feature .feature_tabs ul.nav-tabs > li > a {
    background-color:#f3f3f3;
    color:#333;

    -moz-box-shadow: inset 0 -15px 15px -15px #999;
    -webkit-box-shadow: inset 0 -15px 15px -15px #999;
    box-shadow: inset 0 -15px 15px -15px #999;
}
.coe_college_home .feature .feature_tabs ul.nav-tabs > li.active > a,
.coe_college_home .feature .feature_tabs ul.nav-tabs > li > a:hover {
    background-color:#FFF; 
	font-weight:normal;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* The Tab Content */
.coe_college_home .feature .feature_tabs .tab-content {
    padding:0 0 2em;
    background-color:#FFF;
	border:none;
}
.coe_college_home .feature .feature_tabs .tab-content .tab-pane {
    background-position:top left;
    background-size:320px 200px;
    background-repeat:no-repeat;
    min-height:225px;
	height:auto;
}
.coe_college_home .feature .feature_tabs .tab-content .tab-pane .thistab {
    float: right;
    width: 580px;
	max-width:none;
	box-shadow:none;
	padding:0;
}
.coe_college_home .feature .feature_tabs .tab-content .tab-pane .thistab b {
    padding:0 0 1.5em 0;
    margin:0 0 0 0;
    text-transform:uppercase;
    color:#A08E7C;
    font-size:100%;
    font-weight:normal;
}


/* DEPT HOME FEATURE
------------------------------------------------- */

/* Next two elements to override style from DeptA template */
.coe_dept_home .feature {
    background-color:#FFF;
    background-image:none;
    padding:0;
}
.coe_dept_home .feature .container-fluid > .row-fluid {
    background-color:transparent;
    border:none;
    width:auto;
    padding:2em 0;
}
.coe_dept_home .feature .carousel .mc_newscarousel {
    overflow: hidden;
}
.coe_dept_home .feature .carousel .mc_newscarousel .mcnewsslide {
    background-image:none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width:100%; 
}

.coe_dept_home .feature .mc_newscarousel .carousel { /* outer container */ 
    background-color:transparent;
    padding:0!important;
    margin:0;
    border:none;  
}

.coe_dept_home .feature .mc_newscarousel .carousel .mcnewsslide { /* item container */
    background-color:#FFF;
    border:1px solid #CCC;
    width: 99.25%;
    height:35em;
    margin:0;
    padding:0;
    float:left;
    position:relative;
}

.coe_dept_home .feature .mc_newscarousel .carousel .mcslide-title,
.coe_dept_home .feature .mc_newscarousel .carousel .mcnewsslide-image,
.coe_dept_home .feature .mc_newscarousel .carousel .mcslide-text {
    display:block;
    position:static!important;
	background-image:none;
}

.coe_dept_home .feature .mc_newscarousel .carousel .mcslide-text .mcslide-desc {
    display:block;  
}

.coe_dept_home .feature .mc_newscarousel .carousel .mcslide-title {
    color: #A08E7C;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
    min-height: 2.5em;
    padding: 1.25em 1em;
    text-transform: uppercase;
    width: auto;
}

.coe_dept_home .feature .mc_newscarousel .carousel a.mcslide-imglink { /* item image container */
    display:block;
    border-top: 1px solid #CCC;
    border-bottom:1px solid #CCC;
    overflow:hidden;
    height: 160px;
}
.coe_dept_home .feature .mc_newscarousel .carousel .mcnewsslide-image { /* item image */
    max-width:100%;
    margin:0 auto;
}
.coe_dept_home .feature .mc_newscarousel .carousel .mcslide-text  { backdground-image:none; }

.coe_dept_home .feature .mc_newscarousel .carousel .mcslide-text {
    width:auto;
    padding:1em;
    background-color: transparent;
    height: auto;
    top: auto;
    right: auto;
    left:auto;
    bottom:auto;
    min-height: 0;
    position: none;
    line-height: 1.65em; 
}

.coe_dept_home .feature .mc_newscarousel .carousel .mcslide-text a.mcslide-action {
    -moz-box-shadow: inset 0 5px 5px -5px rgba(133,133,133,.75); 
    -webkit-box-shadow: inset 0 5px 5px -5px rgba(133,133,133,.75); 
    box-shadow: inset 0 5px 5px -5px rgba(133,133,133,.75); 
    background-color: #ededed;
    top: auto;
    right:0;
    bottom:0;
    left:0;
    line-height: 0;
    padding-top: 1.5em;
    padding-right: 1em;
    padding-bottom: 1.5em;
    padding-left: 1em;
    text-align: right; 
    height:auto; 
    text-transform:none;
    position:absolute;
    color:inherit;
}

.coe_dept_home .feature .mc_newscarousel .carousel .carousel-control {
    background-color:#4c99ca;
    border: 4px solid #FFFFFF;
    border-radius: 0 0 0 0;
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 100;
    height: 40px;
    left: 15px;
    line-height: 30px;
    margin-top: -20px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 46%;
    width: 40px;
    
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}
.coe_dept_home .feature .mc_newscarousel .carousel .left.carousel-control { left:15px; right:auto; }
.coe_dept_home .feature .mc_newscarousel .carousel .right.carousel-control { right:15px; left:auto; }
.coe_dept_home .feature .mc_newscarousel .carousel .carousel-control:hover { opacity: 0.8; }


/* alternative - feature image */
.coe_dept_home .feature .feature_image {
    border:5px solid #ccc;
    padding:1px;
    overflow:hidden;
}


/* MAIN 
---------------------------------------- */

.main .separate {
    background-image:url(../../../content/dam/CoE/design_2013/section_separator.png);
    background-repeat:no-repeat;
    background-position:top center;
    padding: 4em 0 0 0;
    margin-top:4em;
    min-height:14em;
}

.relatedpar .video .youtube iframe { padding-bottom:2em; }

.main .accordion.thumbs .image {
    width:150px;
    height:auto;
    overflow:hidden;
    float:right!important;
    margin:0 0 1em 1em;
    padding:0;
    border:1px solid #CCC;  
}
.main .accordion.thumbs .image img {
    min-width:100%;
    height:auto;
}

/* COMPUTER SCIENCE RESEARCH PAGE
----------------------------------------- */

.cs_research .main .textimage { border-top:1px solid #ccc; padding:1em 0; overflow: auto; }
.cs_research .main .textimage:first-child { border-top:none; }
 
.cs_research .main .textimage .image {
    margin:0 1.5em 0 0;
    padding:0;
    text-align:center;
    overflow:hidden;
    height:100px;
    width:100px;
    float:left!important;
    border:1px solid #CCC;  
}
.cs_research .main .textimage .image img { /*max-width:none!important;*/ }

.cs_research .main .textimage .text { width:auto; }

.cs_research .main .textimage h1,
.cs_research .main .textimage h2,
.cs_research .main .textimage h3 {
    text-transform:uppercase;
    color:#A08E7C;
    font-size:100%;
    font-weight:normal;
    display:inline-block;
    margin:0 0 1.25em 0;
    padding:0;
    display:inline-block;
}


/* UTILITIES
------------------------------------------------- */

.break-before { margin-top:2.5em; }
.break-after { margin-bottom:2.5em; }



