
/* overide default styling */
#pmcp-container{
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

#pmcp-expanding-tiles-grid {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: left;
    list-style: none;
    line-height: 0px;
}



/* overide default styling */
#pmcp-expanding-tiles-grid li {
    padding-left: 0px;
}


#pmcp-expanding-tiles-grid > li > .pmcp-tile-item-base:hover {
    border:1px solid #006cb6;
	outline:1px solid #006cb6;
}


.pmcp-tile-li {
    display: inline-block;
}



.pmcp-tile-item-base {
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 0.5%;
    margin-right: 0.5%;
	border:1px solid #a1a1a1;
	outline:1px solid #fff;
    border-radius:0;
    display: table-cell;
	cursor:pointer;
}


.pmcp-tile-size-1-default {
    width: 171px;
    height: 200px;
}

.pmcp-tile-size-2 {
    width: 346px;
    height: 200px;
}

.pmcp-tile-size-3 {
    width: 522px;
    height: 200px;
}

.pmcp-tile-size-4 {
    width: 697px;
    height: 200px;
}



.pmcp-tile-selected {
	border:1px solid #006cb6;
	outline:1px solid #006cb6;
}

.pmcp-tile-subdued{
   opacity: 0.5;
}



.pmcp-tile-content-area {
    width: 100%;
    height: 100%;
    overflow: hidden;
	padding:5px;
}




.pmcp-expanding-area-container {
    position: relative;
    float: left;
    width: 99.5%;
    margin-bottom: 0.5%;
    text-align: left;
	
	background:#fff;
	border-radius:0 !important;
	border:2px solid #006cb6;
	padding:10px 15px !important;
}
.pmcp-expanding-area-container p {
	font-size:inherit;
    line-height:inherit;
    font-weight: 400; /* MT */
}


/* So any large images fit properly on mobile */
.pmcp-expanding-area-container img {
    max-width: 100%;
    max-height: 100%;
}


/* overide default styling */
.pmcp-expanding-area-container.jumbotron {
    padding-left: 0px;
    padding-right: 0px;
}


.pmcp-expanded-area-showing {
    display: block;
}



.pmcp-expanded-area-hidden {
    display: none;
}









