@charset "utf-8";
.portfolioWrapper {
    padding-top: 40px;
    padding-bottom: 80px;
    background-color: hsla(0,0%,94%,1.00);
    padding-left: 20%;
    padding-right: 20%;
}

.videoWrapper {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 1px 1px 2px hsla(0,0%,0%,0.20);
    box-shadow: 1px 1px 2px hsla(0,0%,0%,0.20);
    margin-top: 40px;
}
.portfolioWrapper .textWrapper {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 90%;
    max-width: 960px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.videoThumbnails {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}
.videoThumbnails a img {
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px hsla(0,0%,0%,0.30);
	box-shadow: 1px 1px 3px hsla(0,0%,0%,0.30);
	width: 200px;
	height: auto;
	opacity: 1;
}

.videoThumbnails a:hover img {
	-webkit-box-shadow: -1px -1px 1px hsla(0,0%,0%,0.15);
	box-shadow: -1px -1px 1px hsla(0,0%,0%,0.15);
	opacity: 0.9;
}

.videoThumbnails hr {
    border-top: 1px none hsla(0,0%,100%,0.00);
}


.webGalleryItem {
    margin-bottom: 20px;

}


.mbr-gallery .mbr-gallery-item {

}

.mbr-figure__caption-small {
    font-size: 15px;
    font-weight: 700;
    text-shadow: -1px -1px hsla(0,0%,0%,0.95);
    letter-spacing: 1px;    
}

.mbr-figure__caption {
    min-height: 18px;
    padding: 5px 20px;    
}
.mbr-gallery .mbr-caption-background{
    background-color: rgba(6,35,55,0.80);
}

.portfolioWrapper .portfolioThumbnails {
    margin-top: 30px;
    width: 100%;
}

.portfolioWrapper .portfolioThumbnail {
    padding-bottom: 25px;
    width: 20%;
    float: left;
    padding-right: 5px;
}

.portfolioWrapper .portfolioThumbnail figure img {
    -webkit-box-shadow: 1px 1px 4px 1px hsla(0,0%,0%,0.20);
    box-shadow: 1px 1px 4px 1px hsla(0,0%,0%,0.20);
    margin-bottom: 10px;
}

.portfolioWrapper .portfolioThumbnail figure a:hover img {
    -webkit-box-shadow: -1px -1px 3px 1px hsla(0,0%,0%,0.10);
    box-shadow: -1px -1px 3px 1px hsla(0,0%,0%,0.10);

    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);

    -webkit-filter: contrast(1.1);
    filter: contrast(1.1);    
}

.portfolioThumbnail figure figcaption {
    text-align: center;
    font-size: 18px;
}

.portfolioThumbnail figure figcaption a {
    color: hsla(203,49%,27%,1.00);
}

.portfolioThumbnail figure figcaption a:hover {
    color: hsla(203,100%,19%,1.00);
}

.medLegal-Panel img {
    border: 1px solid hsla(0,0%,0%,0.30);
    width: 319%;
    height: 100%;
}

.medLegal-Panel img:hover {
    border: 1px solid hsla(274,14%,41%,1.00);
}


.embed-responsive-1by1 {
  padding-bottom: 100%;
}



@media screen and (max-width:2200px){
	
.portfolioWrapper {
    padding-left: 18%;
    padding-right: 18%;
}
}


@media screen and (max-width:1800px){
	
.portfolioWrapper {
	padding-left: 142px;
	padding-right: 142px;
}
}

@media screen and (max-width:1200px){
	
.portfolioWrapper {
    padding-top: 30px;
	padding-left: 120px;
	padding-right: 120px;
}
	
.portfolioWrapper .portfolioThumbnail {
    width: 33.33333%;
    padding-right: 10px;
}
.portfolioThumbnail figure figcaption {
    font-size: 17px;
}
}

@media screen and (max-width:1000px){
	
.portfolioWrapper {
	padding-left: 30px;
	padding-right: 30px;
}
}

@media screen and (max-width:750px){

.portfolioWrapper .portfolioThumbnail {
    width: 50%;
    padding-right: 20px;
    padding-left: 20px;
}
}

@media screen and (max-width:650px){

.portfolioWrapper .portfolioThumbnail {
    padding-right: 10px;
    padding-left: 0px;
}
}


@media screen and (max-width:550px){

.portfolioWrapper .portfolioThumbnail {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
}
}


@media screen and (max-width:450px){

.portfolioWrapper .portfolioThumbnail {
    padding-right: 0px;
    padding-left: 0px;
}
}
