html,
body,
a,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
footer,
header,
nav,
section,
input,
textarea,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  border-radius: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  line-height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  color: #000;
  background: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}

body {
  overflow-x: hidden;
}

a {
  color: #00a9ff;
  text-decoration: none;
}

.header {
  max-width: 1180px;
  height: 100px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.logo {
  position: absolute;
  top: 30px;
  left: 20px;
}

.buttons {
  height: 25px;
  position: absolute;
  right: 20px;
  top: 37px;
  z-index: 100;
}

.button-home,
.button-mail,
.button-video,
.button-favorite {
  width: 30px;
  height: 25px;
  margin: 0 13px 0 0;
  transition: opacity 0.3s ease 0s;
}

.button-favorite {
  margin: 0;
}

.button-home:hover,
.button-mail:hover,
.button-video:hover,
.button-favorite:hover {
  opacity: .6;
}

.sticky {
  width: 100%;
  height: 70px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #00a8ff;
  transform: translate3d(0, -100%, 0);
}

.sticky-wrapper {
  max-width: 1180px;
  height: 100%;
  margin: 0 auto 0 auto;
  position: relative;
  top: 0;
}

.sticky-logo {
  width: 120px;
  position: absolute;
  top: 25px;
  left: 15px;
}

.show-sticky {
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease 0s;
}

.hide-sticky {
  transform: translate3d(0, -100%, 0);
  transition: transform 0.3s ease 0s;
}

.sticky-download {
  width: 560px;
  padding: 4px 0 0 0;
  margin: 0 5px 0 60px;
  color: #fff;
  font-size: 20px;
  position: absolute;
  right: 0;
  text-align: right;
}

.sticky-download p {
  position: relative;
  top: -25px;
  display: inline-block;
  padding: 0 10px 0 0;
  font-size: 16px;
}

.slide-second,
.slide-third {
  display: none;
}

.screen {
  position: absolute;
  bottom: -58px;
  right: 44px;
  z-index: 0;
  pointer-events: none;
}

.section-first {
  width: 100%;
  height: 630px;
  position: relative;
  z-index: 10;
  background: #75aeeb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #75aeeb 0%, #006ada 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #75aeeb 0%, #006ada 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #75aeeb 0%, #006ada 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75aeeb', endColorstr='#006ada', GradientType=0);
  /* IE6-9 */
}

.section-first-wrapper {
  max-width: 1180px;
  margin: 0 auto 0 auto;
  position: relative;
  top: 0;
}

.title-wrapper {
  width: 500px;
  padding-top: 40px;
  padding: 48px 0 40px 20px;
  margin: 30px 0 0;
}

.title-wrapper .button+p {
  color: white;
  margin: 1em 0;
}

.title {
  position: relative;
  font-size: 45px;
  color: #fff;
  font-weight: 300;
  margin: 0 0 19px;
  letter-spacing: -1px;
}

.title span {
  font-size: 23px;
  display: block;
  margin: 0 0 8px;
  letter-spacing: 0;
}

.subtitle {
  padding: 20px 0 5px 0;
  font-size: 60px;
  color: #fff;
  font-weight: 300;
}

.description {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  padding: 0 40px 0 0;
}

.download {
  width: 410px;
  height: 160px;
  padding: 40px 0 0 0;
  margin: 0 0 0 50px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .4);
  font-size: 14px;
}

.download span {
  display: block;
  padding: 0 0 10px 0;
}

.section-second {
  width: 100%;
  height: 495px;
  position: relative;
  background: #fff;
  z-index: 10;
}

.section-second-wrapper {
  max-width: 1180px;
  height: 100%;
  margin: 0 auto 0 auto;
  position: relative;
}

.browsers img {
  position: relative;
}

.browsers img+img {
  display: none;
}

.browsers img:first-child {
  top: -86px;
}

.browsers img:nth-child(2) {
  top: -91px;
}

.browsers img:nth-child(3) {
  top: -51px;
}

.browsers img:last-child {
  top: -54px;
}

.section-second-title-wrapper {
  padding: 30px 0 40px 0;
  margin: 0 0 0 30px;
  position: absolute;
  top: 74px;
  left: 530px;
  overflow: hidden;
  width: 500px;
  height: 390px;
  white-space: nowrap;
}

.section-second-title-inner {
  vertical-align: top;
  width: 370px;
  margin: 0 130px 0 0;
  padding: 20px 0 0 0;
  display: inline-block;
  white-space: normal;
  position: relative;
  top: 0;
}

.section-second-title-inner:before {
  content: "";
  position: absolute;
  ;
  width: 47px;
  height: 51px;
  top: 12px;
  right: -90px;
  background: url(https://s.aolcdn.com/membership/omp-static/marketing-pages/dist/1.0.3774/img/shield/icons.png) no-repeat top center;
}

.section-second-title-inner:nth-child(2):before {
  background-position: center -51px;
}

.section-second-title-inner:nth-child(3):before {
  background-position: center -102px;
}

.section-second-title-inner:last-child:before {
  background-position: center -153px;
}

.section-second-title-outter {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s cubic-bezier(.2, .7, .2, 1) 0s;
}

.section-second-title {
  font-size: 38px;
  color: #000;
  font-weight: 300;
}

.section-second-subtitle {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 300;
  padding: 20px 0 0 0;
}

.section-second-subtitle b {
  font-size: 20px;
  font-weight: 700;
}

.show-title {
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s cubic-bezier(.2, .7, .2, 1) .2s;
}

.show-subtitle {
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s cubic-bezier(.2, .7, .2, 1) .3s;
}

.hide-title {
  transform: translate3d(-600px, 0, 0);
  transition: transform 0.5s cubic-bezier(.2, .7, .2, 1) .1s;
}

.hide-subtitle {
  transform: translate3d(-600px, 0, 0);
  transition: transform 0.5s cubic-bezier(.2, .7, .2, 1) .2s;
}

.button-section-wrapper {
  width: 100%;
  overflow: hidden;
  z-index: 300;
  position: absolute;
  bottom: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.button-section {
  float: left;
  width: 25%;
  height: 100px;
  padding: 25px;
  display: block;
  background: #fff;
  text-decoration: none;
  transition: background 0.4s ease 0s, color 0.4s ease 0s;
  border: 1px solid #ccc;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
}

.button-section-4 {
  border: 1px solid #ccc;
  border-top: 0;
  border-bottom: 0;
}

.button-section:hover {
  background: #333;
}

.button-section-text {
  font-size: 18px;
  line-height: 24px;
  padding: 0;
  margin: 0;
  color: #999;
  padding: 3px 0 0 0;
  transition: color 0.4s ease 0s, transform 0.4s ease 0s;
}

.button-section:hover .button-section-text {
  color: #fff;
}

.button-section-selected {
  background: #333;
  pointer-events: none;
}

.button-section-text-selected {
  color: #fff;
}

.section-third {
  width: 100%;
  height: 670px;
  position: relative;
  background: #ebebeb;
  overflow: hidden;
}

.section-third-wrapper {
  max-width: 1180px;
  height: 100%;
  margin: 0 auto 0 auto;
  position: relative;
}

.title-faq-wrapper {
  padding: 30px 30px 40px 0;
  margin: 0 0 0 30px;
  position: absolute;
  top: 130px;
  left: 0;
}

.title-faq {
  font-size: 44px;
  color: #000;
  font-weight: 300;
}

.subtitle-faq {
  width: 310px;
  padding: 10px 0 0 0;
  font-size: 42px;
  color: #000;
  font-weight: 700;
}

.button {
  position: relative;
  padding: 0 39px 0 22px;
  height: 53px;
  line-height: 53px;
  background: #000;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  margin: 39px 0 0 0;
  display: inline-block;
  font-weight: bold;
  transition: background 0.3s ease 0s;
}

.button:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 12px;
  top: 21px;
  right: 20px;
  background: url(https://s.aolcdn.com/membership/omp-static/marketing-pages/dist/1.0.3774/img/shield/arrow.png) no-repeat center center;
}

.button:hover {
  background: #00a8ff;
}

.title-wrapper .button {
  background: #e82185;
}

.answer-2,
.answer-3,
.answer-4,
.answer-5 {
  display: none;
}

.section-fourth {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 0 0 70px 0;
}

.section-fourth-wrapper {
  max-width: 1180px;
  height: 100%;
  margin: 0 auto 0 auto;
  position: relative;
  overflow: hidden;
}

.section-fourth-title {
  font-size: 50px;
  text-align: center;
  padding: 70px 20px 70px 20px;
}

.column-left {
  width: 50%;
  float: left;
  text-align: center;
  padding: 15px 0 15px 0;
}

.column-right {
  width: 50%;
  float: left;
  text-align: center;
  padding: 15px 0 15px 0;
  border-left: 1px solid #ccc;
}

.feature-title {
  max-width: 350px;
  font-size: 30px;
  line-height: 34px;
  margin: 0 auto 40px auto;
}

.feature-text {
  max-width: 410px;
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto 0 auto;
}

.icon-large {
  display: block;
  width: 50px;
  margin: 0 0 10px 0;
}

.icon-large-link {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin: 40px 40px 0 2px;
}

.tile {
  width: 160px;
  height: 160px;
  background: #fff;
  position: absolute;
  text-align: center;
  display: table;
  color: #000;
  text-decoration: none;
  transform: translate3d(0, 800px, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.tile p {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 22px;
  height: 160px;
  padding: 15px;
  text-align: left;
}

.blue {
  color: #1b80e2;
}

.tile-selected {
  background: #00a8ff;
  color: #fff;
}

.tile-1 {
  top: 90px;
  left: 50%;
  margin: 0 0 0 -170px;
  transition: transform 0.5s cubic-bezier(.23, .8, .29, 1.01) .1s, background 0.3s ease 0s;
}

.tile-2 {
  top: 251px;
  left: 50%;
  margin: 0 0 0 -170px;
  transition: transform 0.5s cubic-bezier(.23, .8, .29, 1.01) .2s, background 0.3s ease 0s;
}

.tile-3 {
  top: 251px;
  left: 50%;
  margin: 0 0 0 -9px;
  transition: transform 0.5s cubic-bezier(.23, .8, .29, 1.01) .3s, background 0.3s ease 0s;
}

.tile-4 {
  top: 412px;
  left: 50%;
  margin: 0 0 0 -9px;
  transition: transform 0.5s cubic-bezier(.23, .8, .29, 1.01) .4s, background 0.3s ease 0s;
}

.tile-5 {
  top: 412px;
  left: 50%;
  margin: 0 0 0 -331px;
  transition: transform 0.5s cubic-bezier(.23, .8, .29, 1.01) .5s, background 0.3s ease 0s;
}

.move-tile {
  transform: translate3d(0, 0, 0);
}

.footer-shield{
  width: 100%;
  min-height: 90px;
  position: relative;
  padding: 0 20px 0 20px;
}

.footer-wrapper {
  max-width: 1180px;
  height: 100%;
  margin: 0 auto 0 auto;
  position: relative;
  padding: 41px 0 0 0;
}

.footer a {
  text-decoration: none;
  color: #fff;
}

.footer-logo {
  width: 60px;
  position: absolute;
  top: 32px;
  right: 0;
}

.footer-middot {
  display: inline-block;
  padding: 0 10px 0 10px;
}

.footer-links {
  display: inline-block;
}

.photo-container {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  position: absolute;
  top: 251px;
  left: 50%;
  margin: 0 0 0 152px;
  transform: translate3d(0, 800px, 0);
  transition: transform 0.5s cubic-bezier(.2, .7, .2, 1) 0.6s;
}

.photo-container,
.front,
.back {
  width: 400px;
  height: 321px;
}

.photo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  position: relative;
  width: 100%;
  height: 100%;
}

.front,
.back {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
}

.front {
  z-index: 2000;
  background: #00a8ff;
  display: table;
}

.preserve3d .front {
  transform: rotateY(0deg);
}

.back {
  background: #00a8ff;
  z-index: 1000;
  display: table;
}

.preserve3d .back {
  transform: rotateY(180deg);
}

.front p,
.back p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 40px;
}

.front span,
.back span {
  line-height: 22px;
}

.front b,
.back b,
.tile b {
  font-weight: 700;
}

.move-photo-container {
  transform: translate3d(0, 0, 0);
}

.newTC {
  font-size: 10px;
  color: #fff;
  float: right;
  padding-right: 256px;
  padding-top: 5px;
}

@media only screen and (max-width: 1024px) {
  .tile-3 {
    top: 90px;
    left: 50%;
    margin: 0 0 0 -9px;
  }

  .tile-4 {
    top: 412px;
    left: 50%;
    margin: 0 0 0 -170px;
  }

  .photo-container {
    top: 251px;
    left: 50%;
    margin: 0 0 0 -9px;
  }

  .title-faq {
    font-size: 32px;
  }

  .subtitle-faq {
    font-size: 32px;
  }

  .section-second-title-wrapper {
    top: 150px;
    left: 500px;
    width: 360px;
  }

  .section-second-title {
    font-size: 32px;
    line-height: 38px;
    width: 300px;
    padding: 0 20px 0 0;
  }

  .section-second-title-inner {
    width: 300px;
  }

  .section-second-subtitle {
    width: 300px;
    top: 120px;
  }
}

@media only screen and (max-width: 900px) {
  .search-field {
    width: 37%;
  }

  .icon-large-link {
    display: none;
  }

  .screen {
    bottom: -260px;
  }

  .column-left {
    border-bottom: 1px solid #ccc;
    padding: 0 0 60px 0;
    margin: 0 0 50px 0;
  }

  .column-right,
  .column-left {
    width: 100%;
    float: none;
  }

  .feature-text {
    padding: 0 20px 0 20px;
  }

  .newTC {
    font-size: 10px;
    color: #fff;
    float: right;
    padding-right: 256px;
    padding-top: 6px;
  }
}

@media only screen and (max-width: 1023px) {
  .screen {
    display: none;
  }
}

@media only screen and (max-width: 850px) {
  .section-first {
    height: 490px;
  }

  .screen {
    right: -150px;
    bottom: -100px;
    width: 380px;
    display: none;
  }

  .section-fourth-title {
    font-size: 24px;
    line-height: 30px;
    padding: 60px 20px 50px 20px;
  }

  .feature-title {
    font-size: 16px;
  }

  .footer-wrapper {
    padding: 31px 0 0 0;
  }

  .footer {
    font-size: 12px;
  }

  .footer-links {
    display: block;
    padding: 7px 0 0 0;
  }

  .search-wrapper,
  .sticky-download p,
  .section-second,
  .section-third,
  .footer-links .footer-middot:nth-child(1) {
    display: none;
  }

  .sticky {
    height: 60px;
  }

  .sticky-logo {
    width: 70px;
    height: auto;
    position: absolute;
    top: 15px;
    left: 10px;
  }

  .sticky-download {
    width: 160px;
    padding: 5px 0 0 0;
  }

  .slide-second,
  .slide-third {
    width: 100%;
    height: 540px;
    text-align: center;
    overflow: hidden;
    position: relative;
    display: block;
  }

  .slide-third {
    height: 450px;
  }

  .slide-wrapper {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .slide-wrapper img {
    max-width: 90%;
  }

  .slide-title {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    padding: 30px 20px 10px 20px;
  }

  .slide-text {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    padding: 30px 30px;
    text-align: center;
  }

  .slide-text b {
    font-weight: 700;
  }

  .slide-third {
    background: #ebebeb;
    height: 300px;
  }

  .slide-third .slide-wrapper {
    padding: 0 30px 0 30px;
  }

  .faq-box {
    background: #fff;
    padding: 20px;
    height: 240px;
  }

  .slide-question {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    padding: 0 0 10px 0;
  }

  .slide-answer {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    border-top: 1px solid #ccc;
    padding: 10px 0 0 0;
  }

  .title-faq-wrapper {
    position: relative;
    top: 0;
    left: 0;
    padding: 30px;
    margin: 0;
    background: #ebebeb;
  }

  .title-faq {
    font-size: 24px;
    color: #000;
    font-weight: 300;
  }

  .subtitle-faq {
    padding: 10px 0 0 0;
    font-size: 24px;
    color: #000;
    font-weight: 700;
  }

  .button {
    margin: 20px 0 0 0;
  }

  .bullets {
    width: 100%;
    height: 60px;
    position: absolute;
    z-index: 2;
    left: 0 !important;
    bottom: 0;
    padding: 21px 0 0 0;
    text-align: center;
    transform: translateX(0) !important;
  }

  .bullet {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .15);
    display: inline-block;
    margin: 0 4px 0 4px;
    transition: background 0.3s ease 0s;
    text-decoration: none;
  }

  .selected {
    background: #333;
  }

  .newTC {
    font-size: 10px;
    color: #fff;
    float: right;
    padding-right: 256px;
    padding-top: 6px;
  }
}

@media only screen and (max-width: 560px) {
  body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
  }

  .logo {
    width: 140px;
    left: 20px;
  }

  .buttons {
    top: 40px;
    right: 20px;
  }

  .button-home,
  .button-mail,
  .button-video,
  .button-favorite {
    width: 25px;
    height: 21px;
  }

  .title,
  .download {
    font-size: 40px;
  }

  .subtitle {
    font-size: 30px;
    line-height: 34px;
    padding: 20px 0 10px 0;
  }

  .description {
    font-size: 17px;
    line-height: 1.2;
  }

  .title-wrapper {
    width: 90%;
    padding: 15px 0 20px 15px;
    margin: 25px 0 0 25px;
  }

  .download {
    padding: 20px 0 0 0;
    margin: 0 0 0 35px;
    width: 260px;
  }

  .newTC {
    font-size: 10px;
    color: #fff;
    float: right;
    padding-right: 108px;
    padding-top: 6px;
  }
}

.pvcy-link {
  display: inline-flex;
  align-items: center;
}

.ccpa-icon {
	width: 24px;
	height: 11px;
	position: relative;
	display: inline-block;
	margin-right: 2px;
  margin-left: 5px;
}

.ccpa-icon img {
	width: 100%;
}
