@charset "UTF-8";
* {
  font-family: Arial, sans-serif;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
}

#dpHeader {
  min-height: 69px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}
#dpHeader .logo-wrapper {
  width: 218px;
  display: flex;
  justify-content: flex-start;
}
#dpHeader .logo-wrapper.full-width {
  width: 1232px;
}
#dpHeader #logo {
  width: 200px;
  height: auto;
  object-fit: contain;
}
#dpHeader .store-icon-wrapper {
  width: 1030px;
  display: flex;
  justify-content: flex-end;
}

#dpFooter {
  margin-top: auto;
  width: 100%;
  height: 71px;
  background-color: #f5f5f5;
  display: flex;
}
#dpFooter .copyRight {
  padding-left: 50px;
  height: 14px;
  color: #656565;
  font-size: 14px;
  font-weight: 400;
  flex: 1;
  line-height: 71px;
}
#dpFooter .footerMenu {
  width: auto;
  text-align: right;
  padding-right: 50px;
}
#dpFooter .footerMenu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  line-height: 71px;
}
#dpFooter .footerMenu ul li {
  margin-left: 20px;
  float: left;
}
#dpFooter .footerMenu ul li a {
  text-decoration: none;
  color: #656565;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.btn {
  margin-top: 27px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 71px;
  text-transform: uppercase;
}
.btn a.button {
  display: inline-block;
  width: 327px;
  height: 71px;
  /*border-radius: 35px;*/
  background-color: #60b736;
  color: white;
  text-decoration: none;
  position: relative;
  transition: 0.25s ease-in-out;
}
.btn a.button.cta {
  overflow: hidden;
}
.btn a.button.cta > span {
  margin-left: 45px;
}
.btn a.button.cta:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 71px;
  width: 60px;
  background-color: #72d443;
  opacity: 0.64;
}
.btn a.button.cta:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.btn a.button.cta:hover #arrow {
  animation: bounce 0.6s;
  -webkit-animation: bounce 0.6s;
  -moz-animation: bounce 0.6s;
}
.btn a.button.cta:hover:before {
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
}
.btn a.button #arrow {
  position: relative;
  float: right;
  top: 26px;
  margin-right: 21px;
}
.btn a.button:before, .btn a.button:after, .btn a.button #arrow {
  transition: 0.25s ease-in-out;
}

.content-wrapper {
  width: 669px;
  margin: 0 auto;
  margin-top: 42px;
}
.content-wrapper .header {
  color: #171717;
  font-size: 36px;
  font-weight: 400;
  line-height: 42.53px;
  padding-left: 1px;
}
.content-wrapper .text-content {
  color: #221f1f;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 80px;
}
.content-wrapper .text-content h2.bold {
  font-size: 16px;
  margin: 0;
}
.content-wrapper .text-content p {
  margin: 0;
}
.content-wrapper .text-content .medium-bold {
  font-family: "Lato Medium";
  font-weight: 500;
}
.content-wrapper .text-content .bold {
  font-family: "Lato - Bold";
  font-weight: 700;
}
.content-wrapper .text-content a:not(.regular-link) {
  color: #221f1f;
  font-family: "Lato Medium";
  text-decoration: underline;
}
.content-wrapper p.section-header {
  font-family: "Lato - Bold";
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 16px;
}
.content-wrapper ul li span.item-header {
  text-decoration: underline;
}
.content-wrapper ul.decimal-listItem {
  list-style-type: decimal;
}
.content-wrapper ul.decimal-listItem li {
  padding-left: 10px;
}
.content-wrapper ul.uses-of-information p:not(.text-underline) {
  margin-bottom: 16px;
}
.content-wrapper ol.roman-listItem {
  list-style-type: upper-roman;
}

@-webkit-keyframes bounce {
  0% {
    right: 0;
  }
  25% {
    right: 4px;
  }
  50% {
    right: 10px;
  }
  100% {
    right: 0;
  }
}
.browserName, .extensionName {
  text-transform: capitalize;
}

.hidden {
  display: none;
}

.uppercase {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline;
}

.text-italic {
  font-style: italic;
}

.text-bold {
  font-weight: bold;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.disabled {
  opacity: 0.4;
  pointer-events: none;
}

@media only screen and (max-width: 700px) {
  .content-wrapper {
    width: 94%;
    margin-right: 3%;
    margin-left: 3%;
  }
}
* {
  font-family: Arial, sans-serif;
  box-sizing: border-box;
}

.text-bold {
  font-weight: 700;
}

.text-italic {
  font-style: italic;
}

.text-underline {
  text-decoration: underline;
}

.content-wrapper {
  width: 800px;
  margin: 42px auto;
  text-align: justify;
  line-height: 1.5;
}

.title {
  margin-bottom: 50px;
}

h1, h2 {
  margin: 0;
  text-align: center;
  font-size: 17px;
  line-height: 40px;
  text-decoration: underline;
}

h2 {
  text-align: left;
}
h2.title {
  margin: 50px 0 0;
}

.lastModified {
  text-align: center;
  font-size: 17px;
  line-height: 40px;
}

ul {
  list-style-type: disc;
  list-style-position: outside;
}

ol.sections {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

ol.sections > li::marker {
  font-weight: bold;
}

ol.roman {
  margin-bottom: 20px;
  list-style-type: lower-roman;
  list-style-position: outside;
}

ol.roman-uppercase {
  list-style-type: upper-roman;
}

.section:not(:last-of-type) {
  margin-bottom: 15px;
}

.section-header {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}

.section-content {
  padding: 20px 0;
}

p {
  margin-top: 0;
}

table {
  max-width: 100%;
  margin-bottom: 20px;
}

table, th, td {
  border: 1px solid;
  border-collapse: collapse;
}

th, td {
  padding: 5px;
  vertical-align: top;
}

th {
  text-align: center;
  background-color: rgb(221, 235, 247);
}

table#rights tr td:first-of-type {
  font-weight: 700;
  text-align: center;
  background-color: rgb(221, 235, 247);
}

ul.circle_li {
  list-style-type: circle;
}

body {
  background: none;
  background-color: #f8f8f8;
  font-family: Arial, sans-serif;
}

#dpHeader {
  background-color: #ffffff;
  padding: 0;
  min-height: auto;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
#dpHeader .logo-wrapper {
  width: 680px;
  margin-left: 0;
}
#dpHeader .logo-wrapper.full-width {
  width: 100%;
}
#dpHeader .store-icon-wrapper {
  max-width: 504px;
}
#dpHeader .store-icon-wrapper #storeIcon {
  padding: 20px;
}
#dpHeader #logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.btn {
  box-sizing: border-box;
}
.btn a.button.cta {
  border: 1px solid #4285F4;
}
.btn a.button.cta:hover {
  border-radius: 5px;
  border: 1px solid #5B99FF;
  background: #5B99FF;
  box-shadow: none;
}

#dpFooter {
  font-family: Arial, sans-serif;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  background: none;
  min-height: 50px;
}
#dpFooter .copyRight {
  color: #888888;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  flex: none;
}
#dpFooter .copyRight:after {
  content: "•";
  margin: 0 5px;
}
#dpFooter .footerMenu {
  display: flex;
  padding-right: 0;
  align-items: center;
  height: 30px;
}
#dpFooter .footerMenu ul {
  line-height: normal;
}
#dpFooter .footerMenu ul li {
  margin-left: 0;
}
#dpFooter .footerMenu ul li a {
  color: #888888;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 30px;
  margin-right: 5px;
}
#dpFooter .footerMenu ul li:not(:last-of-type) a:after {
  content: "|";
  margin-left: 5px;
}

@media screen and (max-width: 510px) {
  #dpHeader .logo-wrapper {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1000px) {
  #dpHeader .store-icon-wrapper {
    padding-right: 0px;
  }
}
.content-wrapper .text-content a:not(.regular-link) {
  font-family: Arial, sans-serif;
}

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