/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2; }
  html *,
  html *::before,
  html *::after {
    -webkit-box-sizing: inherit;
       -moz-box-sizing: inherit;
            box-sizing: inherit;
    line-height: inherit; }
  html h1 {
    font-size: 1.6em; }
  html h2 {
    font-size: 1.5em; }
  html h3 {
    font-size: 1.4em; }
  html h4 {
    font-size: 1.3em; }
  html h5 {
    font-size: 1.2em; }
  html h6 {
    font-size: 1.1em; }
  html h1,
  html h2,
  html h3,
  html h4,
  html h5,
  html h6 {
    font-weight: normal;
    margin: 0 0 1em; }

body {
  font-family: 'Arial', sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0; }
  body .container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto; }

.header {
  background-color: #cad9de;
  height: 50px;
  width: 100%; }
  .header .container {
    display: table;
    height: 50px; }
  .header .logo {
    display: table-cell;
    height: 50px;
    margin: 0 auto 0 10px;
    vertical-align: middle; }
  .header .contact-us {
    color: #324b5c;
    display: table-cell;
    padding-right: 1em;
    text-align: right;
    vertical-align: middle; }
    .header .contact-us a {
      border-bottom: 2px solid #324b5c;
      font-weight: bold;
      text-decoration: none; }
      .header .contact-us a:visited, .header .contact-us a:active {
        color: #324b5c; }

.countdown {
  min-height: 55vh;
  overflow: hidden;
  position: relative; }
  .countdown .bg-video {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%; }
  .countdown .title,
  .countdown .subtitle {
    color: #FDFDFD;
    position: absolute;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%; }
  .countdown .title {
    font-size: 2em;
    top: 30%; }
  .countdown .subtitle {
    font-size: 4em;
    top: 43%; }
  .countdown .clock {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10em;
    left: 50%;
    position: absolute;
    top: 65%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }
    .countdown .clock .days,
    .countdown .clock .hours,
    .countdown .clock .minutes,
    .countdown .clock .seconds {
      position: relative; }
      .countdown .clock .days:after,
      .countdown .clock .hours:after,
      .countdown .clock .minutes:after,
      .countdown .clock .seconds:after {
        color: #FDFDFD;
        bottom: -10%;
        font-size: 14px;
        font-weight: bold;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .countdown .clock .days:after {
      content: 'DAYS'; }
    .countdown .clock .hours:after {
      content: 'HOURS'; }
    .countdown .clock .minutes:after {
      content: 'MINUTES'; }
    .countdown .clock .seconds:after {
      content: 'SECONDS'; }

.first {
  min-height: 300px;
  padding-top: 1em; }
  .first .people {
    display: inline-block;
    height: 285px;
    margin-right: 2em;
    overflow: hidden;
    vertical-align: middle;
    width: 384px; }
    .first .people img {
      width: 100%; }
  .first .text {
    display: inline-block;
    vertical-align: middle;
    max-width: 700px;
    width: 50%; }

.second {
  background-color: #324b5c;
  min-height: 30vh;
  padding: 2em 0; }
  .second .second-title {
    color: #FDFDFD;
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    margin: 0 auto 2em;
    max-width: 720px;
    text-align: center; }
    .second .second-title p {
      margin: 0; }
  .second .sections {
    color: #FDFDFD;
    text-align: center; }
    .second .sections .section {
      display: inline-block;
      line-height: 1.3;
      text-align: center;
      vertical-align: top;
      width: 24.5%; }
      .second .sections .section img {
        height: 75px; }
        .second .sections .section img p + p {
          margin: 0; }

.third {
  padding: 2em 0; }
  .third .third-title {
    color: #324b5c;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 auto 2em;
    max-width: 700px;
    text-align: center; }
    .third .third-title p {
      margin: 0; }
    .third .third-title a {
      border-bottom: 2px solid #324b5c;
      color: #324b5c;
      text-decoration: none; }
      .third .third-title a:visited, .third .third-title a:active {
        color: #324b5c; }
  .third .blocks .block {
    display: inline-block!important;
    height: 400px;
    margin: 1em;
    position: relative;
    width: 47%; }
    .third .blocks .block .text-block {
      background: rgba(50, 75, 92, 0.8);
      bottom: 0;
      color: white;
      font-size: 1.5em;
      padding: 20px;
      position: absolute;
      width: 100%; }
      .third .blocks .block .text-block span {
        font-weight: bold; }
  .third .blocks .block1 {
    background: url("https://www.oracle.com/webfolder/s/delivery_production/images/FY16H2/image30/GDPR-Whitepaper.jpg") no-repeat center center;
    -moz-background-size: cover;
         background-size: cover; }
  .third .blocks .block2 {
    background: url("https://www.oracle.com/webfolder/s/delivery_production/images/FY16H2/image30/GDPR-Video.jpg") no-repeat center center;
    -moz-background-size: cover;
         background-size: cover; }
  .third .blocks .block3 {
    background: url("https://www.oracle.com/webfolder/s/delivery_production/images/FY16H2/image30/GDPR-Whitepaper-2.jpg") no-repeat center center;
    -moz-background-size: cover;
         background-size: cover; }
  .third .blocks .block4 {
    background: url("https://www.oracle.com/webfolder/s/delivery_production/images/FY16H2/image30/GDPR-Contact.jpg") no-repeat center center;
    -moz-background-size: cover;
         background-size: cover; }

.footer {
  background-color: #000000;
  height: 50px;
  width: 100%; }
  .footer .container {
    display: table;
    height: 50px; }
  .footer .logo {
    display: table-cell;
    height: 50px;
    margin: 0 auto 0 10px;
    vertical-align: middle; }
  .footer .footer-links {
    color: #FDFDFD;
    display: table-cell;
    padding-right: 1em;
    text-align: right;
    vertical-align: middle; }
    .footer .footer-links span {
      margin: 0 20px 0 10px; }
    .footer .footer-links a,
    .footer .footer-links a:visited,
    .footer .footer-links a:active {
      color: #FDFDFD;
      text-decoration: none; }
    .footer .footer-links a {
      margin: 0 10px;
      position: relative; }
      .footer .footer-links a:after {
        background: #FDFDFD;
        content: '';
        height: 100%;
        position: absolutegul;
        right: -12px;
        width: 2px; }
      .footer .footer-links a:hover {
        text-decoration: underline; }
    .footer .footer-links a:last-child:after {
      background: transparent; }

@media (max-width: 1280px) {
  .countdown {
    min-height: 50vh; }
    .countdown .title {
      top: 22%; }
    .countdown .subtitle {
      top: 37%; }
    .countdown .clock {
      font-size: 9.5em;
      top: 62%; } }

@media (min-width: 1141px) and (max-width: 1201px) {
  .countdown .clock {
    font-size: 8em; } }

@media (min-width: 1024px) and (max-width: 1140px) {
  .countdown .clock {
    font-size: 7.3em; }
  .first .text {
    width: 58%; }
  .third .blocks .block {
    width: 46%; } }

@media (min-width: 850px) and (max-width: 1023px) {
  .countdown .clock {
    font-size: 6.8em; }
  .first {
    min-height: 200px;
    padding-bottom: 1em; }
    .first .text {
      display: block;
      margin: 0 auto;
      width: 100%; }
  .third .blocks .block {
    width: 46%; } }

@media (max-width: 1023px) {
  .first .text {
    display: block;
    margin: 0 auto;
    width: 90%; }
  .first .people {
    display: none; } }

@media (min-width: 723px) and (max-width: 849px) {
  .countdown .clock {
    font-size: 6em; }
  .third .blocks .block {
    width: 45%; } }

@media (min-width: 583px) and (max-width: 722px) {
  .countdown .clock {
    font-size: 4.8em; }
  .third .blocks .block {
    width: 45%; } }

@media (max-width: 768px) {
  .countdown {
    background: url("https://www.oracle.com/webfolder/s/delivery_production/images/FY16H2/image30/GDPR-Mobile-Header-768x768.gif") no-repeat center center;
    -moz-background-size: cover;
         background-size: cover;
    min-height: 45vh; }
    .countdown .bg-video {
      display: none;
      height: 100%;
      width: auto; }
	   .countdown .subtitle {
    font-size: 3em; }
  .first {
    min-height: auto;
    padding-bottom: 1em; }
  .second {
    min-height: 200px;
    height: auto; }
    .second .second-title {
      font-size: 1.5em;
      margin-bottom: 1em;
      margin-left: 5%;
      margin-right: 5%;
      width: 90%; }
    .second .sections .section {
      width: 48%; }
  .third .third-title {
    font-size: 1.4em;
    margin-bottom: 1em;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%; }
  .third .blocks .block {
    width: 95%;
    margin: 1em 2.5%; }
    .third .blocks .block .text-block {
      font-size: 1em; }
  .footer {
    height: auto; }
    .footer .footer-links {
      padding: 1em 0;
      text-align: left; }
      .footer .footer-links a {
        display: block; }
        .footer .footer-links a:after {
          background: transparent; } }

@media (min-width: 466px) and (max-width: 582px) {
  .header .contact-us span {
    display: none; }
  .countdown .title {
    font-size: 1.5em; }
  .countdown .subtitle {
    font-size: 3em; }
  .countdown .clock {
    font-size: 3.8em; }
    .countdown .clock .days:after,
    .countdown .clock .hours:after,
    .countdown .clock .minutes:after,
    .countdown .clock .seconds:after {
      bottom: -20%; }
  .second .second-title {
    font-size: 1.35em; } }

@media (max-width: 465px) {
  .header .contact-us span {
    display: none; }
  .countdown {
    height: 45vh; }
    .countdown .title {
      font-size: 1.25em; }
    .countdown .subtitle {
      font-size: 2.5em; }
    .countdown .clock {
      font-size: 3.25em; }
      .countdown .clock .days:after,
      .countdown .clock .hours:after,
      .countdown .clock .minutes:after,
      .countdown .clock .seconds:after {
        bottom: -30%; }
  .second .second-title,
  .third .third-title {
    font-size: 1.35em; } }

@media (max-width: 389px) {
  .header .contact-us span {
    display: none; }
  .countdown .title {
    font-size: 1.25em; }
  .countdown .subtitle {
    font-size: 2em; }
  .countdown .clock {
    font-size: 2.5em; }
    .countdown .clock .days:after,
    .countdown .clock .hours:after,
    .countdown .clock .minutes:after,
    .countdown .clock .seconds:after {
      bottom: -40%; }
  .second .second-title,
  .third .third-title {
    font-size: 1.2em; } }

@media (max-width: 320px) {
  .header .contact-us span {
    display: none; }
  .countdown .subtitle {
    font-size: 2.25em; }
  .countdown .clock {
    font-size: 2.25em; }
    .countdown .clock .days:after,
    .countdown .clock .hours:after,
    .countdown .clock .minutes:after,
    .countdown .clock .seconds:after {
      bottom: -45%; } }
