.btn-large {
    padding: 20px;
    margin: 5px;
    box-sizing: border-box;
}
.active {
    background: transparent;
}
.active:hover {
/*    background:rgba(178, 206, 231, 0.5);
    -webkit-box-shadow: -1px -1px 10px 3px rgba(243,111,63,1);
     -moz-box-shadow: -1px -1px 10px 3px rgba(243,111,63,1);
     box-shadow: -1px -1px 10px 3px rgba(243,111,63,1);*/
 }
.image-container {
    width: 100%;
    max-height: 59px;
}
.image-container .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.image-container:hover .img-top {
    display: inline;
}
.member-comment {
    padding: 10px;
    margin: 5px;
    box-sizing: border-box;
    background-color: #F4F4F4;
}
.comment-text {
    color: #176DB6;
    font-weight: bold;
}
.commenter {
    color: #4A8EC5; 
    font-size: .9rem;
}

#faculty {
	color: #136CB2;
	font-weight: bold;
}

#faculty img {
	width: 95%;
	margin-left: 5% !important;
}

.goFull {
	color: #136CB2;
	font-weight: bold;
	line-height: 120%;
}

.goFull img {
	position: relative;
	top: -2px;
}

.navbar .container {
    margin-bottom: .5rem!important;
}

#mainContainer {
    padding-top: 3rem!important;
}

#mainContainer h1  {
	font-size: 1.75em!important;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.btn-primary-long {
    height: 100px;
    width: 100%;
    border-radius: 0;
    background-color: #F36F3F;
    font-weight: bold;
    font-size: 1em;
    border: 0;
    color: #FFF;
    line-height: 100%;
    white-space: normal; 
 }
    
.btn-primary-long i {
    font-size: .8em;
}
a.btn-primary-long {
    padding-top: 20px !important;
}
a.btn-primary-long:hover {
    background: none;
    text-decoration: none;
    background-color: #F36F3F;
    color: #FFF;
}
    
 .faded {
    background-color: #F9B79F!important;
 }
 .not-active {
    background-color: #F6936F;
 }

.listenPodcast {
    width: 100%;
	max-width: 200px;
	margin-left: 20px;
	margin-top: 10px;
}

#vidCover {
	border: 1px solid blue;
}

#vidCoverDiv {
	width: 100%; 
	display: block; 
	z-index: 999999999999999999999999999999; 
	position: relative; 
	top: 0px;
	border: 1px solid red;
}

video::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}


@media (max-width: 770px) {
	
	#vidCover {
		width: 100%;
		height: 100%;
		position: relative;
	}
	
	#vidCoverDiv {
		width: 100%;
		height: 100%;
	}
	
}
	
@media only screen and (max-width: 450px) {
	
	#mainContainer {
		padding-left: 1rem!important;
		padding-right: 1rem!important;
	}
	
	.goFull {
		display: none;
	}
	
	#faculty img {
		width: 95%;
		margin-left: 2.5% !important;
	}
	
    .btn-primary {
        width: 100% !important;
        height: 50px !important;
        padding: 10px;
        text-align: center;
        margin: 5px;
        box-sizing: border-box;
    }
    .embed-responsive {
        overflow: visible;
        min-height: 300px !important;
    }
    .embed-responsive iframe {
        height: 100% !important;
    }
    .video-container {
        width: 100% !important; 
    }
    .member-comment {
        margin-left: 18px!important;
        margin-right: 10px!important;
       
    }
    
}