@charset "utf-8";

/* Show/Hide */
.collapsible {
  background-color: #4b4b45;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

        .collapsible-snip{    display: flex; justify-content: space-between;}
        .collapsible-snip strong {font-weight: normal; font-size: 16px;}  
        .collapsible-snip p {margin-top: 0; margin-block-start: 0em; margin-block-end: 0em;} 
	
.collapsible:after {  
  content: url(https://www.clevelandclinicmeded.com/images/exhibit-plus.svg);
  width: 12px;
	height: 12px;
  float: right;
  margin-left: 5px;
}
	
.content {  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}


/* Pop Up */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
	left:0;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}

.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 20px;
}

.popupCloseButton:hover {
    background-color: #ccc;
}

.popupCloseButton {    
	background-color:#0078bf; 
    border: 3px solid #0078bf;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 22px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
	color: #fff;
}

.popupCloseButton1 {
	background-color:#0078bf;
    border: 3px solid #0078bf;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 22px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
	color: #fff;
}

.trigger_popup_fricc {    
	cursor: pointer;
    display: inline-block;
    font-weight: bold;
}

/* Icons */
.material-icons {
	font-size: 17px!important;
	color: #0078bf
}


/* font size change */
	@media screen and (max-width: 600px) {
	.exhibitPage-ReservefontSizeMobile {font-size: 12px;}
	.exhibitPage-TabfontSizeMobileBold {font-size: 12px; font-weight: bold;
	}
	}

.exshow{display:block !important}

.boldBlue strong{color: #0078bf !important} 

.textRed, .textred, .red{
	color: red !important;
}

.textBlack, .black {color: #4b4b45 !important}
