
body {
	background-color: #333 !important;
	overflow-x: hidden;
}

body, html {
	height: 100%;
	font-family: arial;
}

a {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}
  
a:hover, a:focus {
	text-decoration: none;
}

.zoom-on-hover { transition: all .1s ease-in-out; }
.zoom-on-hover:hover{
	transform: scale(1.08);
}
  
.capl-link{
	font-size: 1rem;
}
  
ul{
	list-style-type: none;
}

.no-background{
	background-color: transparent !important;
	border: none !important;
}

.darken-img-on-hover img{ transition: all .2s ease-in-out; }
.darken-img-on-hover:hover img{
	filter: brightness(50%);
}

.underline-on-hover{
	text-decoration: none !important;
}

.underline-on-hover:hover{
	text-decoration: underline !important;
	cursor: pointer;
}
  
@media only screen and (max-width: 1199px) {
	.desktop-only{
	  position: absolute;
	  display: none;
	  visibility: hidden;
	}
  
	.capl-link{
	  font-size: .5rem;
	}
}
  
@media only screen and (max-width: 1362px) {
  
	.capl-link{
	  font-size: .5rem;
	}
}

/* Reused Video items */

.videos .video h3 {
    height: 35px;
    margin-bottom: 5px;
    overflow: hidden;
}

.videos .video a.dl, .videos .video a.file {
	margin-top: 5px;
	font-size: 14px;
	display: block;
	text-align: center;
}

.videos .video span.file {
	margin-top: 5px;
	font-size: 14px;
	display: block;
	text-align: center;
}

.video .img-container, .vid .img-container, .vcs .img-container {
	position: relative;
	overflow: hidden;
	background-color: #e0e0e0;
	width: 100%;
}

.vcs a {
    max-width: 280px;
    margin: 0 auto;
    display: block;
}

.video a {
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

.vcs .img-container {
    padding-bottom: 55.357%;
}

.video .img-container,
.vid .img-container {
    padding-bottom: 75%;
}

.video .img-container img,
.vid .img-container img,
.vcs .img-container img {
    width: inherit;
    max-width: inherit;
    position: absolute;
    top: 0;
    left: 0;
}

.videos .featured-video div {
    float: left;
    margin: 0 10px 5px 0;
    width: 200px;
}

@media (max-width: 576px) {
    .videos .featured-video div,
    .case-studies .featured-cs img {
        margin: 0 0 5px 0;
        float: none;
    }
}
