﻿/************************************* Video External *************************************/
.video-responsive {
    overflow:hidden;
    padding-bottom:52%;
    position:relative;
    height:0;
    display: block;
}

.video-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/*************************************** Board Member *************************************/
.boardMemberPhoto img {
    border-radius: 50%;
}

/*********************************** Department Opportunity ******************************/
#deptOpportunityDetails {
    display: none;
}
.cell_left {
    margin-bottom: 0px !important;
}
.titleDateContainer {
    margin-bottom: 0 !important;
}
.opportunityDetail[active="false"] {
    display: none;
}

/********************************** Main column thumbnail fix ****************************/
.galleryExhibition>img {
    width: 100%;
    max-width: 580px !important;
}


/********************************** Main column navigation fix ****************************/
.MainColumnNavigationComponent .thumnbnailExcerptImg {
    float: none !important;
}

/********************************** Tab missing bullets fix ******************************/
#mainColMain .ui-tabs-panel li {
    list-style-type: square;
}


/* hide from logo tabs */
#x56509 a[href$=".pdf"] {
    background-image: none;
	padding-left: 0;
}