#content .content {
  background: none;
  padding: 0;
  margin: 0;
  width: 960px;
}

/*Type*/
h1, h2, p {
  font-family: 'proxima-nova';
  text-align: left;
  letter-spacing: .06em;
}

h1 {
  font-size: 66px;
  font-weight: bold;
  line-height: 72px;
}

h2 {
  font-size: 33px;
  font-weight: bold;
  line-height: 72px;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}

.header-block {
  background-image: url('//s3.amazonaws.com/files.lighthousecatholicmedia.org/images/app/hero.jpg');
  background-size: cover;
  width: 100%;
  height: 474px;
  padding-top: 30px;
  padding-bottom: 65px;
}

.header-block h1,
.header-block h2,
.header-block p {
  padding: 0;
  color: white;
}

.platforms {
  margin-top: -6px;
}

.platforms a {
  padding: 0 7px;
  margin-right: 20px;
  display:block;
  float:left;
  text-align:center;
  border-radius: 10px;
  background-color: white;
}

.platforms a:active {
  box-shadow: none;
}

.left-column,
.right-column {
  display: inline-block;
}

.left-column {

}

.left-column h2 {
  padding: 0;
  margin-bottom: 7px;
  color: #002d62;
}

.left-column ul {
  list-style-type: none;
  margin-left: 1.4em;
}

.left-column ul li::before {
  content: '\2022';
  margin-left: -1em;
  margin-right: 0.5em;
}

.left-column li {
  margin-left: -.5em;
  font-family: 'proxima-nova';
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: .06em;
}

.right-column {
  float: right;
}

.iphone-wrapper {
  background-image: url("/images/app/hand-and-iphone.png");
  background-size: 609px;
  background-position: 38px;
  background-repeat: no-repeat;
  padding-top: 79px;
  padding-left: 119px;
  height: 662px;
}

.iphone-inner-wrapper {
  width: 286px;
  height: 508px;
  position: relative;
}

.prev,
.next {
  position: absolute;
  z-index: 10;
  height: 508px;
}

.prev {
  left: 0;
  width: 40%;
}

.next {
  right: 0;
  width: 60%;
}

.slides_container {
  width: 286px;
}

.slides_control img {
  width: 286px;
  height: 508px;
}

.pagination {
  margin: 110px 53px 110px 65px;
}

.pagination li {
  margin: 0 8px;
}

.pagination li a {
  background-image: url("/images/app/inactive-dot.png");
  background-position: 0;
  width: 15px;
  height: 3px;
}

.pagination li.current a {
  background-image: url("/images/app/active-dot-blue.png");
  background-position: 0;
}

.sponsors {
  border-top: 1px solid #cfd2d9;
}

.sponsors h2 {
  color: #002d62;
  padding-top: 15px;
  padding-bottom: 5px;
}

.sponsors img {
  max-width: 130px;
  margin-left: 45px;
  margin-right: 45px;
}
