@import url(http://fonts.googleapis.com/css?family=Raleway:400,200);
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
* {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
}
body { 
  background-position: cover;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

a {
color: #ffffff;
text-decoration: none;
}

a:link {
color: #ffffff;
}
a:visited {
color: #ffffff;
}
a:hover {
color: #d42d0a;
}

.overlay {
  z-index: 1;
  opacity: 0.5;
  background-color: #000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.leftcontent {
  z-index: 2;
  height: calc(100% - 120px);
  width: calc(100% - 470px);
  margin-top: 60px;
  margin-left: 60px;
  position: fixed;
  top: 0;
  left: 0;
}

.ltitle {
  color: #fff;
  font-size: 36px;
  font-weight: 200;
}

.lcontent {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
}

.sidebar {
  background-color: #fff;
  width: 350px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  padding-top: 60px;
}

.rtitle {
  color: #333;
  font-size: 36px;
  font-weight: 200;
  padding-left: 30px;
}

.textinput {
  margin-left: 35px;
  height: 40px;
  border-width: 0;
  border-style: solid;
  border-color: #666;
  border-left-width: 5px;
  background-color: #eee;
  width: 270px;
  padding-left: 10px;
  outline: 0;
}

.textinput:focus {
  background-color: #f4f4f4;
}

.submit {

  position: fixed;
  right: 44px;
  color: #fff;
  border: 1px;
  border-style: solid;
  border-color: #666;
  padding: 10px;
  cursor: pointer;
  background-color: #d42d0a;
  background-image: -webkit-linear-gradient(top, #d42d0a, #8b1e07);
  background-image: -moz-linear-gradient(top, #d42d0a, #8b1e07);
  background-image: -o-linear-gradient(top, #d42d0a, #8b1e07);
  background-image: linear-gradient(top, #d42d0a, #8b1e07);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3),
              0 2px 2px -1px rgba(0, 0, 0, 0.5),
              0 1px 0 rgba(255, 255, 255, 0.3) inset;
}

.submit:hover{
  background-color: #8b1e07;
  color: #fff;
}
.submit:active{
  background: #d42d0a;
  box-shadow: 0 1px 1px #8b1e07;
}

.logo {
  position: fixed;
  bottom: 30px;
  right: 44px;
}

.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%;
}