/* 
This is the section css for
Virtual Exhibits 
*/

#home-content #OHPage .grid9{
	padding-left: 30px;
}
#home-content #OHPage .grid6, #home-content #OHPage .grid5, #home-content #OHPage .grid7{
	padding: 0px 20px;
}
#home-content #OHPage .grid6 h4, #home-content #OHPage .grid5 h4, #home-content #OHPage .grid5 h3, #home-content #OHPage .grid6 h3, #home-content #OHPage .grid7 h4, #home-content #OHPage .grid5 p, #home-content #OHPage .grid6 p{
	text-align: center;
}
#home-content #OHPage .grid5 img, #home-content #OHPage .grid6 img, #home-content #OHPage .grid7 img{
	display: block;
	margin: 0 auto;
}
#home-content .grid3{
	padding: 0px 10px;
}

#home-content #OHPage .videoContainer img{
	display: block;
	margin: 0 auto;
}
#home-content #OHPage .videoContainer{
	width: 100%;
	border-bottom: none;
	position: relative;
}
#home-content #OHPage .videoContainer .playBtn{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
}
#home-content #OHPage .videoContainer a{
	text-align: center;
	width: 100%;
}

/*****SIDE LINKS********/

#home-content .sideLinks{
    margin-top: 0px;
    padding-right: 20px;
}
#home-content .sideLinks .grid12{

    margin-bottom: 5px;
	margin-top: 5px;
}
#home-content .sideLinks a{
      background-color: #EEE;
	display: block;
    padding: 10px;
    text-decoration: none;
    color: #575757;
    font-weight: bold;
    padding-left: 13px;
	margin-bottom: 5px;
	
}
#home-content .sideLinks .subSideLink{
	background-color:#eee;
    font-size: .9em;
    padding: 0px 10px 3px 30px;
    border-left: 0;
    font-weight: bold;
    text-indent: -10px;
    line-height: 20px;
	margin: 0;
}
#home-content .sideLinks .subSideLink:before{
    content: "\203A"; 
    padding-right: 5px; 
    position: relative;
    top: -1px;
    color: #763775;
}
#home-content .sideLinks .grid12 a:hover{
    color: #763775;
    border-left: 3px solid #FFBD07;
}
#home-content .sideLinks .activeSideLink{
    color: #763775;
    border-left: 3px solid #763775;
}
#home-content .subLinks{
	display: block;
}
#home-content .inactive{
    display: none;
}
#home-content .active{
    display: block;
}
#home-content .sideLinks .btnMain{
	color: #FFF;
}
#home-content .hideMenu{
	display: none;
}


#home-content .grid4{
	padding-left: 20px;
}
#hp .centerImg{
	display: block;
	margin: 20px auto;
}
#hp .centerImg:first-of-type{
	max-width: 250px;
}
#home-content #hp p:first-of-type, #home-content #hp h2{
	text-align: center;
	margin-bottom: 30px;
}









/* CSS for responsive iframe */
/* ========================= */

/* outer wrapper: set max-width & max-height; max-height greater than padding-bottom % will be ineffective and height will = padding-bottom % of max-width */
.Iframe-Master-CC-and-Rs {
  max-width: 800px;
  max-height: 100%; 
  overflow: hidden;
}

/* inner wrapper: make responsive */
.responsive-wrapper {
  position: relative;
  height: 0;    /* gets height from padding-bottom */
  
  /* put following styles (necessary for overflow and scrolling handling on mobile devices) inline in .responsive-wrapper around iframe because not stable in CSS:
    -webkit-overflow-scrolling: touch; overflow: auto; */
  
}
 
.responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  margin: 0;
  padding: 0;
  border: none;
}

/* padding-bottom = h/w as % -- sets aspect ratio */
/* YouTube video aspect ratio */
.responsive-wrapper-wxh-572x612 {
  padding-bottom: 107%;
}

/* general styles */
/* ============== */
.set-border {
  border: 3px #6e3061;
}
.set-box-shadow { 
  -webkit-box-shadow: 4px 4px 14px #4f4f4f;
  -moz-box-shadow: 4px 4px 14px #4f4f4f;
  box-shadow: 4px 4px 14px #4f4f4f;
}
.set-padding {
  padding: 10px;
}
.set-margin {
  margin: 30px;
}
.center-block-horiz {
  margin-left: auto !important;
  margin-right: auto !important;
}


.purpleLine{
	height: 5px;
	background-color: #6e3061;
	width: 100%;
	content: "";
	float: left;
	position: relative;
	display: block;
	margin: 50px 0px;
}



#home-content .LSPage .grid3{
	padding: 10px 20px;
}






