@charset "UTF-8";

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

:root {
  --text-dark: #000;
  --text-light: #fff;

  --primary: #0f4542;
  --primary-hover: #0f4542;

  --nav-btn-color: #0f4542;
  --nav-btn-background: #fff;
  --nav-btn-border: #0f4542;
  --nav-btn-hover-color: #fff;
  --nav-btn-hover-background: #0f4542;

  --summary-contact-btn-color: #0f4542;
  --summary-contact-btn-background: #fff;
  --summary-contact-btn-border: #fff;
  --summary-contact-btn-hover-color: #fff;
  --summary-contact-btn-hover-background: #0f4542;
  --summary-contact-btn-hover-border: #fff;

  --register-btn-color: #fff;
  --register-btn-background: #0f4542;
  --register-btn-border: #fff;
  --register-btn-hover-color: #0f4542;
  --register-btn-hover-background: #fff;
  --register-btn-hover-border: #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: var(--primary);
}

.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: var(--primary);
  color: var(--primary);
}

.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: var(--primary);
  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 var(--primary);
}

.active-click {
  border-top: 2px solid var(--primary);
}

/* 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: var(--text-light);
  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: var(--text-light) !important;
  border-top: 1px solid var(--text-light);
}
/* 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: 2/4;
  color: var(--text-light);
  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: 70%;
  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: var(--text-dark);
  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: 1em;
  text-align: center;
  margin: 5px auto;
}

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

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

.textContent {
  grid-column: 3 /11;
  text-align: left;
  font-family: 'lato light';
  max-width: 1200px;
  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.2em;
  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: 90%;
  margin: 0 auto;
  text-align: center;
  border: 1px solid var(--primary);
  padding: 5%;
  background-color: var(--primary);
  border-radius: 10px;
  color: var(--text-light);
}

.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: 3% 8% 5%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background-color: transparent;
  color: var(--text-light);
}

.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(800px, 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: fixed;
  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: 3% 6% 5%;
}

.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(800px, 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: fixed;
  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: 3% 6% 5%;
}

.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(800px, auto);
  /* clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 80%); */
  /* border: 1px solid var(--primary); */
  background-image: url(../images/landing/headerbackground.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

.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(800px, 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: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

/* contact  */

.contactFooter {
  grid-column: 5/7;
  grid-row: 1/2;
}
.contactFooter h4 {
  font-size: 1.2em;
  text-align: left;
  margin-top: 0;
  font-family: lato;
}

.contactForm {
  padding-bottom: 5%;
}

.contactLeft {
  width: 100%;
  padding: 2.5% 0 2.5%;
  float: left;
  clear: left;
}

.contactInput {
  width: 100%;
  padding: 5px;
  height: 20px;
  font-size: 1.1em;
  border: none;
  border-bottom: 1px solid var(--text-light);
  background-color: transparent;
  font-family: 'lato light';
  letter-spacing: 1px;
  color: var(--text-light);
}

.contactInput:nth-of-type(1) {
  border-top: 1px solid var(--text-light);
}

*::-webkit-input-placeholder {
  color: var(--text-light);
}

*:-moz-placeholder {
  /* FF 4-18 */
  color: var(--text-light);
}

*::-moz-placeholder {
  /* FF 19+ */
  color: var(--text-light);
}

*:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--text-light);
}

.contactArea {
  display: block;
  margin: 4% auto 0;
  padding: 10px;
  font-size: 1.1em;
  border: none;
  /* border-top: 1px solid #fff; */
  border-bottom: 1px solid var(--text-light);
  background-color: transparent;
  font-family: 'lato light';
  letter-spacing: 1px;
  color: var(--text-light);
  margin-top: 0;
  height: 60px;
  width: 97%;
  margin-left: 0;
}

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

.contactButton.text,
.contactButton > input {
  font-size: 1rem;
  font-weight: 300;
  color: var(--summary-contact-btn-color);
  width: 100%;
  height: 100%;
  height: auto;
  padding: 5px;
  margin-top: 5%;
  font-family: lato;
  margin-left: 0;
}

.contactButton > input,
.contactButton {
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
  height: auto;
  clear: both;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: var(--summary-contact-btn-background);
  border: 1px solid var(--summary-contact-btn-border);
  border-radius: 10px;
  padding: 10px;
  margin-top: 15%;
  -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;
}
.contactButton {
  background-color: transparent;
  border: none;
  box-shadow: none;
  margin-left: 0;
}

/* whatsNext */
.whatsNext {
  display: grid;
  grid-template-columns: repeat(12, 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.25em;
  line-height: 1.25em;
  letter-spacing: 1px;
}

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

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

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

.wnHeader h2 {
  font-size: 2em;
  text-transform: capitalize;
  font-family: 'Lato';
  text-align: center;
  margin: 10px auto;
}

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

.wnAyi {
  grid-row: 2/3;
  grid-column: 7/11;
  padding: 0 10%;
  margin: 2.5% 0 5%;
}

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

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

.wnClose h2 {
  font-size: 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: 3/11;
}

.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: var(--text-light);
  -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: var(--text-light);
}

/* footer */

/* footer */
footer {
  background-color: var(--primary);
  display: grid;
  grid-template-columns: repeat(6, auto);
  grid-template-rows: repeat(2, auto);
  color: var(--text-light);
  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: 1/3;
  grid-row: 1/2;
  padding-right: 7%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.footerLeft img {
  max-width: 150px;
  align-self: flex-end;
}
.footerLeft ul {
  color: var(--text-light);
  font-size: 1em;
  text-decoration: none;
  list-style: none;
  padding-left: 0;
  text-align: right;
}
.columnFix {
  grid-column: 3/5;
  grid-row: 1/2;
}
.footerRight {
  grid-column: 1/7;
  grid-row: 2/3;
  padding-left: 7%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5px 0 5px 0;
  margin: 1.5% 0;
}

.legend {
  grid-column: 1/7;
  grid-row: 3/4;
  margin-top: 1%;
}
footer h4 {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 0.5%;
}

footer p {
  font-size: 0.8em;
  margin-top: 0.5%;
  text-transform: uppercase;
}
.iconsFooter {
  margin-top: 0;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.iconsFooter .icons {
  /* margin: -10px 0 0 -5px; */
  align-self: flex-end;
}

.iconsFooter i {
  border: none;
  color: var(--text-light);
  background-color: transparent;
  margin: 5px;
  width: auto;
  height: auto;
}

.iconsFooter ul {
  padding-left: 0;
  margin-top: 5px;
  align-self: flex-end;
  margin-bottom: 5px;
}

.iconsFooter li {
  list-style: none;
  text-align: left;
  text-transform: uppercase;
  float: left;
  margin: 0 15px;
}

.iconsFooter li a,
footer a {
  color: var(--text-light);
  font-size: 1em;
  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;
}

/*new contact */
