html {
	margin: 0;
	padding: 0;
}
body {
	margin:0;
	padding: 0;
	background:#000;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	color: #FFF;
}
.side-content {
	text-align: center;
	position: fixed;
	right: 0;
	width: 400px;
	background: rgba(255,255,255,1);
	color: #000;
	bottom: 0;
	top: 0;
	padding: 0 30px;
}
.content-area {
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
.deem {
	opacity: 0.7;
}
.toll-free {
    color:#fdcc79;
    text-transform: uppercase;
    padding-top: 20px;
}
.tollfree_font {
    font-size: 30px;
    font-weight: 600;
}
.phone-label {
    margin-bottom: -7px;
    font-size: 20px !important;
}
.toll-free a {
    color: #fdcc79 !important;
    text-transform: uppercase;
    font-size: 34px;
}
.sml-text {
    display: block;
    font-size: 18px;
    margin-top: -10px;
}
.phone-number {
    font-size: 18px;
    font-weight: bold;
    text-transform: lowercase;
}
  .homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
  }

  .no-video .video-container video,
  .touch .video-container video {
    display: none;
  }

  .no-video .video-container .poster,
  .touch .video-container .poster {
    display: block !important;
  }

  .video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
  }

  .video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
  }

  .video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
  }

  .video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
  }

  .video-container video.fillWidth {
    width: 100%;
  }
