@charset "UTF-8";

/* Default Redwood.  For same color nav button comment out lines 259,280,302 and uncomment each line beneath them. */

:root {
 --primary: #333;
 --primary-hover: #ffcf00;

 --nav-btn-color: #333;
 --nav-btn-background: #ffcf00;
 --nav-btn-border: #333;
 --nav-btn-hover-color: #333;
 --nav-btn-hover-background: #fff;

 --summary-contact-btn-color: #333;
 --summary-contact-btn-background: #ffcf00;
 --summary-contact-btn-border: #ffcf00;
 --summary-contact-btn-hover-color: #333;
 --summary-contact-btn-hover-background: #fff;

 --register-btn-color: #fff;
 --register-btn-background: #333;
 --register-btn-hover-color: #333;
 --register-btn-hover-background: #fff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-weight: normal;
}

@media all and (min-width: 960px) {
  body {
    font-size: 16px;
  }
}

@media all and (max-width: 959px) and (min-width: 600px) {
  body {
    font-size: 14px;
  }
  button.close {
    font-size:3rem !important;
  }
}

@media all and (max-width: 599px) {
  body {
    font-size: 11.5px;
  }
  button.close {
    font-size:2.5rem !important;
  }
}

@font-face {
  font-family: 'Lato Light';
  src: url(../fonts/Lato-Light.ttf);
  src: url(../fonts/Lato-Light.woff);
}

@font-face {
  font-family: 'Lato';
  src: url(../fonts/Lato-Regular.ttf);
  src: url(../fonts/Lato-Regular.woff);
}

@font-face {
  font-family: 'Lato Bold';
  src: url(../fonts/Lato-Bold.ttf);
  src: url(../fonts/Lato-Bold.woff);
}

body {
  font-family: 'Lato';
  font-weight: normal;
  padding: 0;
  margin: 0;
}

/* html and target for scrolling and offset
containers have calc of padding to adjust for new padding and margin */
html {
  scroll-behavior: smooth;
}

:target {
  display: block;
  padding-top: calc(7.5% + 200px);
  margin-top: calc(7.5% - 100px);
  display: inline-block;
}

/*section 1 navigation css */
.nav {
  background-color: #fff;
  width: 100%;
  height: 75px;
  font-family: 'lato light';
  position: fixed;
  top: 0;
  z-index: 2;
  border-bottom: 1px solid var(--primary);
  -webkit-box-shadow: 0 8px 15px -5px #999;
  box-shadow: 0 8px 15px -5px #999;
}

.logo {
  width: 25%;
  float: left;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.logo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo img {
  max-width: 300px;
  max-height: 45px;
}

/* menu navigation */

/* navigation wrapper*/
.pure-container {
  padding-left: 3%;
  padding-right: 3%;
}

/*collapsed menu */

.pure-toggle-label {
  color: #fff;
  border-color: #fff;
  width: 55px;
  height: 55px;
  margin-top: 7px;
}

.pure-toggle-label .pure-toggle-icon,
.pure-toggle-label .pure-toggle-icon:before,
.pure-toggle-label .pure-toggle-icon:after {
  background-color: #333;
}

.pure-toggle-label {
  border-color: transparent !important;
  color: transparent !important;
  background-color: transparent !important;
}

.pure-toggle[data-toggle='right']:checked
  ~ .pure-toggle-label[data-toggle-label='right'] {
  border-color: #333;
  color: #333;
}

.pure-toggle-label:hover {
  border-color: #000;
  color: #000;
}

.pure-toggle-label:hover .pure-toggle-icon,
.pure-toggle-label:hover .pure-toggle-icon:before,
.pure-toggle-label:hover .pure-toggle-icon:after {
  background-color: #000;
}

.pure-drawer {
  background-color: #333;
  margin-top: 75px;
}

.pure-drawer ul {
  padding-left: 0px;
}

.pure-drawer li {
  border-top: 1px solid #fff;
  list-style: none;
  font-size: 1.35em;
  padding: 10px 0;
  text-align: center;
}

.pure-drawer li:last-of-type {
  border-bottom: 1px solid #fff;
}

.pure-drawer li a {
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}

/* standard menu - uncollapsed */
.pure-pusher {
  background-color: #fff;
}

.pure-pusher ul {
  margin-top: 25px;
  right: 0;
  position: absolute;
}

.pure-pusher li {
  list-style: none;
  display: block;
  float: left;
  margin: 0 10px;
  font-size: 1.05em;
  font-family: Lato;
  text-transform: capitalize;
}

.pure-pusher li a {
  color: var(--primary);
  text-decoration: none;
}

.pure-pusher li a:hover {
  color: var(--primary-hover);
  text-decoration: none;
  border-top: 2px solid var(--primary-hover);
}

.active {
  border-top: 2px solid #333;
}

.active-click {
  border-top: 2px solid #333;
}

/* access ppm button */
.getStarted,
.getStarted2 {
  /* background-color: var(--nav-btn-color); */
  background-color: var(--nav-btn-background);
  float: right;
  margin: 15px;
  margin-right: 150px;
  margin-top: 25px;
  font-size: 0.9em !important;
  letter-spacing: 1.5px;
  padding: 7px 10px;
  border-radius: 5px !important;
  -webkit-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, .7);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, .7); */
  border: 1px solid var(--nav-btn-border) !important;
}

.getStarted a,
.getStarted2 a {
  /* color: var(--nav-btn-background) !important; */
  color: var(--nav-btn-color) !important;
  font-family: 'lato';
  text-decoration: none;
  height: 100%;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
}

.getStarted a:hover,
.getStarted2 a:hover {
  border: none !important;
}

.getStarted:hover,
.getStarted2:hover {
  background-color: #fff;
}

.getStarted:hover a,
.getStarted2:hover a {
  /* color: var(--nav-btn-hover-background) !important; */
  color: var(--nav-btn-hover-color) !important;
}

.getStarted:active,
.getStarted2:active {
  -webkit-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .9);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .9); */
  font-size: 0.9em;
}

.getStarted {
  margin-right: 0;
  margin-top: -5px !important;
}

.getStarted2 {
  margin-right: 35px;
}

/* nav responsive settings */
.getStarted2 {
  display: none;
}

.pure-container input,
.pure-container label {
  display: none;
}

/* initial button navigation display -- pre scroll */
.nav#buttonBar {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: none;
  box-shadow: none;
  padding: 10px 3.5%;
  right: 0;
}
.nav#buttonBar ul {
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* margin-right: 20px; */
}
.nav#buttonBar ul li {
  list-style: none;
  /* margin: 0 25px; */
}
.nav#buttonBar ul li:nth-of-type(2) a {
  color: #fff;
  font-size: 1.2em !important;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 1.5px;
}
.nav#buttonBar ul li.getStarted {
  background-color: var(--nav-btn-background) !important;
  margin-right: 25px;
}
.nav#buttonBar ul .getStarted a {
  font-size: 1em !important;
  color: var(--nav-btn-color) !important;
  text-transform: capitalize;
}
.nav#buttonBar ul li.getStarted:hover {
  background-color: var(--nav-btn-hover-background) !important;
}
.nav#buttonBar ul .getStarted a:hover {
  color: var(--nav-btn-hover-color) !important;
}
.nav#buttonBar ul li:nth-of-type(2) a:hover {
  color: #ffcf00 !important;
}
/* mainheader grid layout */
.sectionOverlay {
  background-image: url(../images/landing/headerbackground.jpg);
  background-size: cover;
  background-position: center center;
  animation: fadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  background-attachment: fixed;
}

.section1 {
  width: 100%;
  height: 100vh;
  display: inline-grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(6, 1fr);
  background-color: #ffffff;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  background-size: cover;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.pageTitle {
  grid-area: pageTitle;
  grid-column: 1/6;
  grid-row: 3/5;
  color: #fff;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.pageTitle h1 {
  font-size: 3.5em;
  margin-bottom: 0.25%;
  font-family: 'Lato';
}

.pageTitle h2 {
  font-size: 1.75em;
  width: 60%;
  margin: 0 auto 0;
  font-family: 'Lato Light';
}

.pageTitle p {
  font-size: 1.15em;
  margin-top: 3%;
  letter-spacing: 2px;
}

.brief {
  height: 20vh;
  padding: 2% 0 !important;
}

.brief .titleContainer h2 {
  padding: 5% 0 !important;
  margin: 0 !important;
  text-transform: capitalize;
  font-family: 'Lato';
  font-size: 1.75em;
}

.brief .titleContainer p {
  font-size: 1.05em;
  text-align: center;
}

.introduction,
.summary,
.management,
.terms,
.brief {
  width: 100%;
  display: inline-grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  color: #1e1e1e;
  padding-top: calc(3.5%);
  padding-bottom: calc(3.5%);
  /* background: url(../images/background1.png);
  background-repeat: repeat-y;
  background-size: contain !important; */
}

/*
.titleContainer {
	grid-column: 2/5;
	text-align: center;
	font-family: 'lato light';
	border-right:1px solid #000;
	padding:0 10%;
}
*/
.titleContainer img {
  width: 20% !important;
  margin: 0 40% !important;
}

.titleContainer h4 {
  font-size: 1.2em;
  text-align: center;
}

.titleContainer h2 {
  font-size: 2em;
  text-transform: capitalize;
  font-family: 'Lato';
  text-align: center;
}

.titleContainer p {
  font-size: 1.05em;
  text-align: center;
}

.textContent {
  grid-column: 4 /10;
  text-align: left;
  font-family: 'lato light';
  max-width: 1500px;
  margin: 0 auto;
}

.textContent strong,
.textContent h3 {
  text-align: left;
  font-size: 1.5em;
  font-family: 'Lato';
  text-transform: capitalize;
}

.textContent img {
  display: block;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.textContent p,
.textContent li {
  font-size: 1.35em;
  line-height: 1.25em;
  letter-spacing: 1px;

  width: 100%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Lato Light';
}

.textContent li {
  margin-top: 0px;
}

.textContent h3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
  width: 100%;
}

.textContent p:first-of-type {
  margin-top: 0;
}

.semiBold {
  font-family: lato !important;
}

.maxOffering {
  font-size: 3em;
  font-family: 'lato';
  text-align: center;
}

p.minOffering,
p.minSubscription {
  font-size: 1.5em;
  line-height: 1.15em;
  font-family: 'lato';
  text-align: center;
}

p.minOffering {
  margin-bottom: 0px;
}

p.minSubscription {
  margin-top: 10px;
  margin-bottom: 50px;
}

.termsToggle {
  font-size: 1.2em !important;
  width: 100%;
  margin-bottom: 10px;
}

.terms .wrap-collapsible {
  max-width: 950px;
  margin: 0 auto;
  width: 100%;
}
.terms .collapsible-content {
  padding-top: 0;
}
.terms .content-inner h3 {
  font-size: 1.3em;
}
.chart {
  border: 1px solid var(--primary);
}
.stickyTerms {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  border: 1px solid var(--primary);
  padding: 5%;
  background-color: var(--primary);
  border-radius: 10px;
  color: #fff;
}
.stickyTerms h3 {
  font-size: 1rem;
  line-height: 1em;
  margin: 0;
  text-align: center;
}
.stickyTerms h2 {
  font-size: 1.5rem;
  line-height: 1em;
  margin-top: 0 !important;
  font-family: Lato;
}

.stickyTerms > .accessPPM {
  background-color: var(--summary-contact-btn-background);
  border: 1px solid var(--summary-contact-btn-border) !important;
}
.stickyTerms > .accessPPM .accessPPMLink {
  color: var(--summary-contact-btn-color);
  padding: 10px 0px;
}
.stickyTerms > .accessPPM:hover {
  background-color: var(--summary-contact-btn-hover-background);
}
.stickyTerms > .accessPPM .accessPPMLink:hover {
  /* transform: scale(1.05);
  transition-timing-function: ease-in-out;
  transition-duration: 0.1s; */
  color: var(--summary-contact-btn-hover-color);
}
/* breakPoints */
.breakPoint {
  display: inline-grid;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  -webkit-box-shadow: 0 -10px 15px -5px #999, 0 10px 15px -5px #999;
  box-shadow: 0 -10px 15px -5px #999, 0 10px 15px -5px #999;
  overflow: hidden;
  /* so the image in right column slashes doesn't overflow; */
}

.breakPointImage {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* bp slash style */
.bpImageRight {
  transform: skewX(-10deg);
  border-left: solid 1px #fff;
  margin-right: -50px;
  /* to remove white space caused by skew */
  overflow: hidden;
}

/* for the background imgage to make the border angle work */
.bpImageRight::before {
  content: '';
  display: block;
  height: 100%;
  background: inherit;
  /* inherit the image */
  transform-origin: inherit;
  /* inherit the same transform-origin */
  transform: skewX(10deg);
  /* to straighten the background */
  margin-left: -50px;
}

.bpCaptionLeft {
  margin-right: -50px;
}

/* to remove white space caused by skew */
.bpCaptionLeft div {
  width: 70%;
  margin: 0 15%;
}

.bpImageLeft {
  transform: skewX(-10deg);
  border-right: solid 1px #fff;
  margin-left: -50px;
  /* to remove white space caused by skew */
  overflow: hidden;
}

/* for the background imgage to make the border angle work */
.bpImageLeft::before {
  content: '';
  display: block;
  height: 100%;
  background: inherit;
  /* inherit the image */
  transform-origin: inherit;
  /* inherit the same transform-origin */
  transform: skewX(10deg);
  /* to straighten the background */
  margin-right: -50px;
}

.bpCaptionRight {
  margin-left: -50px;
}

/* to remove white space caused by skew */
.bpCaptionRight div {
  width: 70%;
  margin: 0 15%;
}

.breakPointCaption {
  text-align: center;
  padding: 8%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
}

.breakPointCaption h4 {
  font-size: 2.2em;
  letter-spacing: normal;
}

.breakPointCaption p {
  font-size: 1.2em;
}

.hideMe {
  opacity: 0;
}

/* breakpoint 1 */
.breakPoint.one {
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: minmax(600px, auto);
  /* clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 80%); */
  border: 1px solid var(--primary);
  background-image: url(../images/landing/firstmetricbackground.jpg);
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.one .breakPointImage {
  grid-column: 1/16;
}

.one .breakPointCaption {
  grid-column: 10/16;
  width: 80%;
  margin: 0 auto;
  padding: 6%;
}

.one .breakPointOverlay {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  grid-column: 1/17;
  display: flex;
  align-items: center;
}

/* breakpoint 2 */
.breakPoint.two {
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: minmax(600px, auto);
  /* clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 80%); */
  border: 1px solid var(--primary);
  background-image: url(../images/landing/secondmetricbackground.jpg);
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}

.two .breakPointImage {
  grid-column: 1/16;
}

.two .breakPointCaption {
  grid-column: 10/16;
  width: 80%;
  margin: 0 auto;
  padding: 6%;
}

.two .breakPointOverlay {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  grid-column: 1/17;
  display: flex;
  align-items: center;
}

/* breakpoint 3 */
.breakPoint.three {
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: minmax(600px, auto);
  /* clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 80%); */
  border: 1px solid var(--primary);
  background-image: url(../images/landing/thirdmetricbackground.jpg);
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px;
}

.three .breakPointImage {
  grid-column: 1/16;
}

.three .breakPointCaption {
  grid-column: 10/16;
  width: 80%;
  margin: 0 auto;
  padding: 6%;
}

.three .breakPointOverlay {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  grid-column: 1/17;
  display: flex;
  align-items: center;
}

.breakPoint.four {
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: minmax(400px, auto);
}

.four .breakPointImage {
  grid-column: 1/7;
  background-image: url(../images/landing/secondmetricbackground.jpg);
}

.four .breakPointCaption {
  grid-column: 7/16;
}

.four .breakPointOverlay {
  background: rgba(0, 0, 0, 0);
  height: 100%;
}

/* breakpoint 3 */
/* breakPoint 4 / contact.  */
.breakPoint.contact {
  background-color: var(--primary);
  color: #fff;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: repeat(3, auto);
  font-family: 'lato light';
  padding: 0 0 4%;
}

.contactHeader {
  grid-row: 1/2;
  grid-column: 1/16;
  text-align: center;
}

.contactHeader h4 {
  font-size: 2.55em;
  text-transform: uppercase;
}

.contactHeader p {
  font-size: 1.2em;
}

.contactText {
  grid-row: 3/4;
  grid-column: 3/14;
  text-align: center;
}

.contactText h5 {
  font-size: 1.55em;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.contactText p {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 25px;
}

.contactForm {
  grid-row: 2/3;
  grid-column: 4/13;
  padding-bottom: 5%;
}

.contactLeft {
  width: 40%;
  padding: 2.5% 5%;
  float: left;
  clear: left;
}

.contactRight {
  width: 40%;
  padding: 2.5% 5%;
  float: right;
  clear: right;
}

.contactInput {
  width: 100%;
  padding: 10px;
  height: 30px;
  font-size: 1.1em;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  font-family: 'lato light';
  letter-spacing: 1px;
  color: #fff;
}

.contactInput:nth-of-type(1) {
  border-top: 1px solid #fff;
}

*::-webkit-input-placeholder {
  color: #fff;
}

*:-moz-placeholder {
  /* FF 4-18 */
  color: #fff;
}

*::-moz-placeholder {
  /* FF 19+ */
  color: #fff;
}

*:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.contactArea {
  width: 90%;
  display: block;
  margin: 4% auto 0;
  padding: 10px;
  height: 130px;
  font-size: 1.1em;
  border: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  font-family: 'lato light';
  letter-spacing: 1px;
  color: #fff;
  margin-top: 0;
}

label[for='name'],
label[for='email'],
label[for='phone'],
label[for='message'] {
  display: none;
}

.contactButton {
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  height: auto;
  clear: both;
  text-align: center;
  background-color: transparent !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contactButton.text,
.contactButton input {
  font-size: 1.5rem;
  font-weight:300;
  color: var(--summary-contact-btn-color);
  width: 100%;
  height: 100%;
  height: auto;
}

.contactButton input {
  border: 1px solid var(--summary-contact-btn-border);
  border-radius: 10px;
  padding: 15px 20px;
  background-color: var(--summary-contact-btn-background) !important;
  margin-top: 25%;
  -webkit-box-shadow: 0px 9px 25px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 9px 25px rgba(0, 0, 0, 0.7);
  font-family: 'Lato Light';
  cursor: pointer;
}

.contactButton:active {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.9);
}

.contactButton input:hover {
  background-color: var(--summary-contact-btn-hover-background) !important;
  color: var(--summary-contact-btn-hover-color);
  border-radius: 10px;
  border: 1px solid #fff;
}

/* whatsNext */
.whatsNext {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: 4;
  font-family: 'Lato Light';
  padding: 5% 0;
  /* background: url(../images/background1.png);
  background-repeat: repeat;
  background-size: contain !important; */
}

.whatsNext ul {
  font-size: 1.3em;
  line-height: 1.3em;
  letter-spacing: 1px;
}

.wnHeader {
  grid-row: 1/2;
  grid-column: 4/14;
  text-align: center;
}

.wnHeader img {
  width: 15%;
  margin: 0 42.5%;
}

.wnHeader h4 {
  font-size: 1.5em;
  line-height: 1.4em;
}

.wnByi h2 {
  font-size: 2.75em;
  text-transform: uppercase;
  font-family: 'Lato';
  text-align: center;
}

.wnByiImage {
  grid-row: 3/5;
  grid-column: 6/12;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wnByiImage img {
  width: 100%;
  height: auto;
}

.wnByi {
  grid-row: 2/3;
  grid-column: 4/14;
  padding: 0 10%;
  margin: 5% 0 2.5%;
}

.wnAyi {
  grid-row: 5/6;
  grid-column: 4/14;
  padding: 0 10%;
  margin: 2.5% 0 5%;
}

.wnAyi p,
.wnByi p {
  font-size: 1.5em;
  line-height: 1.5em;
  letter-spacing: 1px;
  font-family: 'Lato';
}

.wnClose {
  grid-row: 6/7;
  grid-column: 4/14;
  margin: 2% 0;
}

.wnClose h2 {
  font-size: 2.2em;
  text-align: center;
  font-family: 'Lato';
  width: 70%;
  margin: 0 auto;
}

/* access PPM big button */
.accessPPM {
  width: 50%;
  display: flex;
  max-width: 450px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
  margin-bottom: 6%;
  font-family: 'Lato';
  background-color: var(--register-btn-background);
  border-radius: 5px;
  -webkit-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* -webkit-box-shadow: 0px 9px 25px rgba(0, 0, 0, .7);
  box-shadow: 0px 9px 25px rgba(0, 0, 0, .7); */
  /* padding: 10px; */
  border: 1px solid var(--register-btn-background);
}
.accessPPM:hover {
  background-color: var(--register-btn-hover-background);
}
/* .summary .accessPPM, .terms .accessPPM {
	grid-row:2/3;
	grid-column: 6/12;
} */
.whatsNext .accessPPM {
  grid-row: 7/8;
  grid-column: 6/12;
}

.accessPPMLink {
  width: 100%;
  text-align: center;
  height: auto;
  font-size: 1.3em;
  text-align: center;
  border-radius: 0px;
  color: var(--register-btn-color);
  border: none;
  text-decoration: none;
  padding: 10px;
  text-transform: uppercase;
}
.accessPPMLink:hover {
  color: var(--register-btn-hover-color);
}

/*.accessPPM:hover{letter-spacing:.5px;}*/
.accessPPM:active {
  background-color: #333;
  -webkit-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.9);
}

.accessPPM:active:focus,
.accessPPM:visited,
.accessPPM:focus {
  color: #fff;
}

/* footer */

/* footer */
footer {
  background-color: var(--primary);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  color: #fff;
  padding: 5% 5% 0%;
  font-family: 'lato light';
  -webkit-box-shadow: 0 -8px 15px -5px #999;
  box-shadow: 0 -8px 15px -5px #999;
}
.footerLeft {
  grid-column: 2/3;
  grid-row: 1/2;
  padding-right: 7%;
}

.footerLeft img {
  width: 70%;
  margin-left: 30%;
}
.footerLeft ul {
  color: #fff;
  font-size: 1.1em;
  text-decoration: none;
  list-style: none;
  padding-left: 0;
  text-align: right;
}
.footerRight {
  grid-column: 3/4;
  grid-row: 1/2;
  padding-left: 7%;
}
.legend {
  grid-column: 1/5;
  grid-row: 2/3;
  margin-top: 3%;
}
footer h4 {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 0.5%;
}

footer p {
  font-size: 0.9em;
  margin-top: 0.5%;
  text-transform: uppercase;
}
.iconsFooter {
  margin-top: 0;
  padding-top: 0;
}

.iconsFooter .icons {
  width: 100%;
  margin: -10px 0 0 -5px;
  display: flex;
  justify-content: left;
}

.iconsFooter i {
  border: none;
  color: #fff;
  background-color: transparent;
  margin: 5px;
  width: auto;
  height: auto;
}

.iconsFooter ul {
  padding-left: 0;
  margin-top: 0;
}

.iconsFooter li {
  list-style: none;
  text-align: left;
  text-transform: uppercase;
}

.iconsFooter li a,
footer a {
  color: #fff;
  font-size: 1.3em;
  text-decoration: none;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  top:12.5% !important;
  margin-top:0 !important;
}
