/* line 8, ../sass/main.scss */
html, body {
  color: #313B72;
  font-family: "Avenir Next";
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

/* line 16, ../sass/main.scss */
input {
  font-family: "Avenir Next";
}

/* line 21, ../sass/main.scss */
.header .title {
  font-size: 56px;
  font-weight: bold;
  margin: -20px 0 0 20px;
  position: absolute;
  text-transform: uppercase;
}
/* line 29, ../sass/main.scss */
.header .year {
  background-color: #CA2435;
  color: white;
  font-size: 24px;
  font-weight: bold;
  margin: 25px 0 25px 235px;
  padding-left: 10px;
}

/* line 40, ../sass/main.scss */
.content .video-container {
  background-color: #CA2435;
  padding: 30px 0;
}
/* line 44, ../sass/main.scss */
.content .video-container .video-border {
  background: url("../images/video_container.png");
  margin: 0 60px;
  padding: 6px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;

}
/* line 49, ../sass/main.scss */
.content .video-container .video-border .video {
  background-color: black;
}
/* line 55, ../sass/main.scss */
.content .album-divider {
  background: url("../images/horizontal_divider.png");
  height: 8px;
}
/* line 60, ../sass/main.scss */
.content .call-to-action {
  font-size: 24px;
  font-weight: bold;
  margin: 50px 0;
  text-align: center;
}
/* line 67, ../sass/main.scss */
.content .social-block-container {
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto;
  width: 640;
  min-height: 80px;
}
/* line 73, ../sass/main.scss */
.content .social-block-container .social-block {
  float: left;
  text-align: center;
  width: 48%;
}
/* line 78, ../sass/main.scss */
.content .social-block-container .social-block:first-child {
  border-right: 1px solid #313B72;
}
/* line 82, ../sass/main.scss */
.content .social-block-container .social-block .message {
  font-size: 15px;
  margin-bottom: 10px;
}
/* line 90, ../sass/main.scss */
.content .mailing-list .input-wrapper {
  overflow: hidden;
  *zoom: 1;
  display: inline-block;
}
/* line 94, ../sass/main.scss */
.content .mailing-list .input-wrapper .email {
  float: left;
  height: 30px;
  border-radius: 4px;
  outline: none;
  border: 1px solid #ccc;
  width: 240px;
  padding-left: 6px;
  padding-right: 6px;
  -webkit-appearance: none;
}
/* line 106, ../sass/main.scss */
.content .mailing-list .input-wrapper .submit-button {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  outline: none;
  border: none;
  background-color: #313B72;
  cursor: pointer;
  float: left;
  font-size: 21px;
  padding: 2px 6px;
  position: relative;
  left: -30px;
  height: 34px;
}
/* line 122, ../sass/main.scss */
.content .mailing-list #download {
  display: none;
}
/* line 124, ../sass/main.scss */
.content .mailing-list #download .download-button {
  background-color: #313B72;
  color: white;
  text-decoration: none;
  padding: 8px 40px;
  cursor: pointer;
  border-radius: 4px;
}
/* line 137, ../sass/main.scss */
.content .horizontal-divider {
  background-color: #313B72;
  height: 1px;
  margin: 30px auto;
  width: 500px;
}
/* line 144, ../sass/main.scss */
.content .contact-us {
  font-size: 16px;
  text-align: center;
}
/* line 149, ../sass/main.scss */
.content .phone-number {
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}
/* line 156, ../sass/main.scss */
.content .kanye-badge {
  overflow: hidden;
  *zoom: 1;
  background: url("/images/kanye.png") no-repeat top left;
  background-size: 120px;
  border: 1px solid #313B72;
  height: 83px;
  margin: 0 auto;
  padding-left: 130px;
  text-align: center;
  width: 270px;
}
/* line 167, ../sass/main.scss */
.content .kanye-badge .kanye-2012 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 9px;
  text-transform: uppercase;
}
/* line 173, ../sass/main.scss */
.content .kanye-badge .kanye-2012 .year {
  color: #CA2435;
}
/* line 178, ../sass/main.scss */
.content .kanye-badge .domain {
  color: #313B72;
  text-decoration: none;
}
/* line 182, ../sass/main.scss */
.content .kanye-badge .domain .kanye4prez {
  font-weight: bold;
}

/* line 189, ../sass/main.scss */
.footer {
  overflow: hidden;
  *zoom: 1;
  background: #D2DBDA;
  border-top: 2px solid #313B72;
  font-size: 13px;
  padding: 10px;
  margin-top: 20px;
  position:fixed;
  left:0px;
  bottom:0px;
  width:100%;
}
/* line 199, ../sass/main.scss */
.footer .paid-for {
  background: #FFF;
  border: 1px solid #313B72;
  padding: 10px;
  float: left;
}
/* line 206, ../sass/main.scss */
.footer .trademark {
  margin-top: 25px;
  float: right;
  margin-right: 25px;
}

/* line 212, ../sass/main.scss */
.fb_iframe_widget {
  position: relative;
  top: -6px;
  left: 5px;
}
