.nav .title {
  margin-top: 6em;
  font-size: 50px;
  font-weight: 600;
  text-align: justify; }

.nav .downArrow {
  margin-top: 150px;
  display: block; }

.nav .bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 2.5s infinite; }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

.videos {
  background: #FFFFFF !important; }
  .videos .description {
    width: 70%;
    margin: auto;
    line-height: 24px; }
  .videos .brief {
    text-align: left;
    padding: 20px 0;
    font-size: 14px;
    color: #999999; }
  .videos .cta {
    color: #039CDA;
    font-weight: 600;
    text-align: left;
    display: block; }

.features-list .sub-brand {
  background: #FFFFFF !important;
  padding: 0 !important; }
  .features-list .sub-brand img {
    width: 32px !important; }

.features-list .active {
  color: #039CDA !important;
  background: #FFFFFF !important;
  font-weight: 600 !important; }

/*# sourceMappingURL=features.css.map */