@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic,800italic,800');

.wrapper * {
  font-family: 'Open Sans', sans-serif;
}

.wrapper .banner {
  padding: 45px 0;
}

.wrapper h2 {
  display: block;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
  color: #faa634;
  margin: 0 0 10px 0;
}

.wrapper p {
  display: block;
  margin: 0 0 0 0;
  font-size: 16px;
  line-height: 20px;
}

.wrapper .sub-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.wrapper p + .sub-title,
.wrapper ul + .sub-title,
.wrapper ol + .sub-title {
  margin-top: 32px;
}

.aws-navy {
  background-color: #232f3e;
}

.aws-navy .videoWrap {
  margin-top: 25px;
  margin-bottom: 25px;
}

.aws-logo {
  background: url(https://greatives.s3.amazonaws.com/aws/aws-smile.png) no-repeat top left;
  background-size: 60px;
  display: block;
  height: 60px;
  width: 100%;
}