@charset "UTF-8";

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

@media all and (max-width: 959px) and (min-width: 600px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 599px) {
  body {
    font-size: 11.5px;
  }
}

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

@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Regular.otf);
  /* src: url(../fonts/Montserrat-Regular.woff);*/
}
@font-face {
  font-family: 'Montserrat Bold';
  src: url(../fonts/Montserrat-SemiBold.ttf);
  /* src: url(../fonts/Montserrat-Bold.woff); */
}

body {
  font-family: 'Montserrat';
  padding: 0;
  margin: 0;
  background: url(../images/background1.png);
  background-repeat: repeat-y;
  background-size: cover !important;
}

/* 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: 120px;
  font-family: 'Montserrat Light';
  position: fixed;
  top: 0;
  z-index: 2;
  border-bottom: 1px solid #515c65;
  /* -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: 70px;
}

/* drawer styles */
.pure-pusher,
.pure-drawer {
  background-color: #fff;
}
.pure-pusher-container {
  width: 75%;
  margin: 0 auto;
}

.pure-drawer {
  margin-top: 100px;
}

.pure-container {
  padding-left: 5%;
  padding-right: 5%;
}

/* drawer icon styles */
.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: #00a3e0;
}

.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: #00a3e0;
  color: #00a3e0;
}

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

.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: #00a3e0;
}

/* drawer link styles */
.pure-drawer {
  background-color: #fff;
  font-family: 'Montserrat';
  font-weight: 600;
}

.pure-drawer ul {
  padding-left: 0px;
  color: #9baebc !important;
}

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

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

.pure-drawer li a {
  color: #00a3e0;
  text-decoration: none;
  text-transform: uppercase;
}

/* wide screen links */
.pure-pusher .addressOverline {
  margin-top: 5px;
  right: 10px;
  position: absolute;
  font-family: 'Montserrat Light';
  font-weight: 400;
  color: #0091d7 !important;
  margin-bottom: 10px;
  font-size: 0.8em;
}
.pure-pusher ul {
  margin-top: 65px;
  right: 0;
  position: absolute;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #9baebc !important;
}

.pure-pusher li {
  list-style: none;
  display: block;
  float: left;
  margin: 00px 10px 0;
  font-size: 0.9em;
  text-transform: uppercase;
}

.pure-pusher li a {
  color: #9baebc;
  text-decoration: none;
}

.pure-pusher li a:hover {
  color: #00a3e0;
  text-decoration: none;
  border-bottom: 2px solid #ffa400;
}

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

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

/* access ppm button */
.getStarted,
.getStarted2 {
  background-color: #ffa400;
  float: right;
  margin: 15px;
  margin-right: 150px;
  margin-top: 33px !important;
  font-size: 0.9em !important;
  letter-spacing: 2.5px;
  font-weight: 300;
  padding: 5px 15px;
  border-radius: 3px !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); */
}

.getStarted a,
.getStarted2 a {
  color: #fff !important;
  font-family: 'Montserrat Light';
  text-decoration: none;
  height: 100%;
  padding: 5px;
  font-weight: 600;
}

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

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

.getStarted:hover a,
.getStarted2:hover a {
  color: #fff !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, 0.9);
  box-shadow: 0px 3px 6px rgba(0, 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;
}

/* mainheader grid layout */
.sectionOverlay {
  background-image: url(../images/landing/headerbackground.jpg);
  background-size: cover;
  background-position: left bottom;
  animation: fadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  background-attachment: fixed;
}
/* .sectionOverlay:after {

    content: "";
    position: fixed;
    background: url(../images/landing/Triangle-stripes.png) no-repeat;
    background-size:40%;
    bottom:-115%;
    left:0;
    width: 1811px;
    height: 1775px;
    z-index: -1;
} */
.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);
}

.pageTitle {
  grid-area: pageTitle;
  grid-column: 4/6;
  grid-row: 3/4;
  color: #5b6770;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: left;
  text-align: left;
}
.pageTitle div {
  position: relative;
}
.pageTitle h2:before {
  content: '';
  position: absolute;
  height: 70%;
  width: 3px;
  background: #f69919;
  left: -20px;
  top: 35%;
  transform: translateY(-50%);
}
.pageTitle h1 {
  font-size: 3.5em;
  margin-bottom: 0.25%;
  font-family: 'Montserrat Light';
}

.pageTitle h2 {
  font-size: 4em;
  width: 100%;
  margin: 0 auto 0;
  font-family: 'Montserrat Light';
  display: block;
}
.pageTitle h3 {
  font-size: 2.4em;
  color: #ffa400;
  font-family: 'Montserrat Light';
}
.pageTitle p {
  font-size: 1.15em;
  margin-top: 3%;
  letter-spacing: 2px;
}

.icons {
  margin-top: 20px;
}

.icons a {
  text-decoration: none;
}

.icons i {
  font-size: 1.5em;
  width: 50px;
  height: 50px;
  margin: 10px;
  background-color: #789d4a;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  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;
}

.brief {
  height: 20vh;
  padding: 2% 0 !important;
  background-color: #fff;
}

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

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

.introduction,
.summary,
.management,
.terms,
.brief,
.firmOverview,
.philosophy,
.approach,
.growth,
.characteristics,
.positions {
  width: 100%;
  display: inline-grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  color: #515c65;
  padding-top: calc(2%);
  padding-bottom: calc(2%);
}
.positions {
  color: #fff;
  background-color: rgba(91, 103, 112, 0.8) !important;
}
.introduction,
.summary,
.whatsNext,
.terms,
.management,
.firmOverview,
.philosophy,
.approach,
.growth,
.characteristics,
.positions {
  background-color: rgba(255, 255, 255, 0.8);
}
.marketExposureImg {
  margin: 10% auto;
  display: flex;
  width: 70%;
  height: auto;
}
.marketExposureBlock {
  width: 85%;
  margin-left: 15%;
}
.philosophy {
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: #515c65;
}
.terms {
  background-color: rgba(255, 164, 0, 0.8);
  color: #515c65;
}
.terms .titleContainer h2,
.firmOverview .titleContainer h2 {
  color: #fff;
}
.terms .titleContainer h2:before {
  background-color: #fff;
}
.firmOverview > .titleContainer > h2:before {
  background-color: #ffa400;
}
.termsToggle {
  color: #515c65 !important;
}
.termsToggle::before {
  border-left: 9px solid #515c65 !important;
}
.firmOverview {
  background-color: rgba(92, 103, 112, 0.8);
  color: #fff;
}
.characteristics .overviewContainer h3 {
  color: #515c65;
}
.characteristics .overview::before {
  background: #515c65;
}
.characteristics .overview {
  border-color: #515c65;
}
.terms .accessPPM {
  background-color: #5b6770;
}
.terms .accessPPM:hover {
  background-color: #fff;
}
.terms .accessPPMLink:hover {
  color: #5b6770 !important;
}
.positions .textContent,
.introduction .textContent,
.characteristics .textContent,
.textContent2 {
  grid-column: 4/10;
  padding: 0 1.7%;
}
/*
.titleContainer {
	grid-column: 2/5;
	text-align: center;
	font-family: 'Montserrat Light';
	border-right:1px solid #515C65;
	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: 2.5em;
  text-transform: uppercase;
  font-family: 'Montserrat Light';
  text-align: left;
  color: #ffa400;
  font-weight: 1200;
  position: relative;
}

.titleContainer h2:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 3px;
  background: #f69919;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.bullets {
  width: 80%;
  margin: 0 auto;
}
.bullets p {
  width: 100% !important;
  margin-left: 0%;
  margin-right: 0%;
}
.hr {
  border-top: 2px solid #ffa400;
  width: 100%;
  margin: 2% auto;
}
.hr:first-of-type {
  margin-top: 5%;
}
.titleContainer p {
  font-size: 1.05em;
  text-align: center;
}

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

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

.textContent img,
.textContent2 img {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.overviewContainer {
  width: 100%;
  max-width: 1100px;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  justify-content: center;
  align-items: center;
}
.overviewContainer h3 {
  color: #fff;
  text-align: right;
}
.overviewTitle {
  grid-column: 1/3;
}
.overview {
  border-left: 1px solid #fff;
  position: relative;
  margin: 20px auto;
  padding: 0px 0;
  width: 80%;
  grid-column: 3/10;
  padding-left: 5%;
}
.overview:before {
  content: '';
  position: absolute;
  width: 34px;
  height: 1px;
  background: #fff;
  top: 50%;
  left: -17px;
  transform: translateX(-50%);
}
.overview h3,
.overviewTitle h3 {
  color: #fff;
  text-align: right;
  font-family: 'Montserrat';
  font-weight: 500;
  text-transform: uppercase;
}
.overview h3 {
  margin-top: 0;
  text-align: left;
}
.overview p,
.overview ul {
  margin-bottom: 0;
  font-family: Montserrat !important;
}

.overview ul {
  margin-top: 0;
  padding-left: 15px;
}

/* .overview:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(210deg,#2095d9 0%, #808080 100%);
    bottom: -30px;
    left: 5%;
} */
.textContent p,
.textContent li {
  font-size: 1.15em;
  line-height: 1.5em;
  letter-spacing: 1px;
  max-width: 1100px;
  width: 100%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Montserrat Light';
}

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

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

.textContent p:first-of-type {
  margin-top: 0;
}
.textContent img {
  margin: 10% auto;
}
.semiBold {
  font-family: Montserrat !important;
  font-weight: 500;
}

.maxOffering {
  font-size: 2.5em;
  font-family: 'Montserrat Light';
  text-align: center;
}

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

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

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

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

.terms .wrap-collapsible {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.terms .content-inner p {
  font-size: 0.9em;
  line-height: 1.65em;
  letter-spacing: 1px;
}

/* breakPoints */
.breakPoint {
  display: inline-grid;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #515c65;
  border-bottom: 1px solid #515c65;
  /* -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;
  background-color: #fff;
  /* so the image in right column slashes doesn't overflow; */
}

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

.breakPointCaption {
  text-align: center;
  padding: 8%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background-color: #5c6770;
  color: #fff;
  font-family: 'Montserrat Light';
}

.breakPointCaption h4 {
  font-size: 1.5em;
  letter-spacing: normal;
  line-height: 1.75em;
}
.breakPointCaption h3 {
  font-size: 2.25em;
  letter-spacing: normal;
  line-height: 1.75em;
  text-transform: uppercase;
}

.breakPointCaption p {
  font-size: 1.1em;
  font-family: Montserrat;
}

.hideMe {
  opacity: 0;
}

/* breakpoint 1 */
.breakPoint.one {
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: minmax(650px, auto);
  /* clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 80%);
  min-height: 600px; */
  border: 1px solid #5c6770;
}

.one .breakPointImage {
  grid-column: 10/16;
  background-image: url(../images/landing/marketexposure.png);
  background-size: contain;
}
/* .one .breakPointImage img {
  width:100%;

  justify-content: center;
  align-items: center;
} */

.one .breakPointCaption {
  grid-column: 1/16;
  background-color: #00a3e0;
}

.one .breakPointOverlay {
  background: rgba(0, 0, 0, 0);
  height: 100%;
}
.captionWrapper {
  grid-template-columns: repeat(1, fr);
  grid-template-rows: 2;
}
.captionTitle {
  text-align: left;
  grid-row: 1/2;
  grid-column: 1/2;
  font-family: Montserrat;
}
.captionTitle h3 {
  color: #ffa400;
  margin-bottom: 0;
  font-family: Montserrat;
}
.captionTitle h4 {
  color: #fff;
  margin-top: 0;
  text-transform: uppercase;
}
.captionTitle p {
  color: #fff;
  margin-top: 0;
  text-transform: uppercase;
}
.captionContainer {
  grid-column: 1/2;
  grid-row: 2/3;
  width: 100%;
  max-width: 1100px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  justify-content: top;
  align-items: top;
}
.captionNumber h3 {
  color: #fff;
  text-align: right;
  margin-top: 0;
  line-height: 1em;
}

.caption {
  margin: 0px auto;
  padding: 0px;
  grid-column: 2/8;
  padding-left: 5%;
  text-align: left;
}
.captionNumber h3 {
  color: #ffa400 !important;
  margin-top: 0px;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 600;
  font-family: 'Montserrat';
}
.caption p {
  margin-top: 0;
  border-left: 1px solid #ffa400;
  padding-left: 15px;
  font-family: 'Montserrat Light';
}
/* .caption:before {
    content: "";
    position: absolute;
    width: 34px;
    height: 1px;
    background: #fff;
    top: 50%;
    left: -17px;
    transform: translateX(-50%);
} */
.caption h3 {
  color: #515c65;
  text-align: left;
  font-family: 'Montserrat Light';
}

/* breakpoint 2 */
.breakPoint.two {
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: minmax(650px, auto);
  border: 1px solid #5c6770;
  background: url(../images/background1.png);
  /* clip-path: polygon(0 0%, 100% 10%, 100% 80%, 0% 100%);
  min-height: 600px; */
}

.two .breakPointImage {
  grid-column: 8/16;
  /* background-image: url(../images/landing/marketexposure.png); */
  background-position: center center;
  background-size: contain;
  background-color: rgba(120, 157, 74, 0.8);
}

.two .breakPointCaption {
  grid-column: 1/8;
  background-color: rgba(120, 157, 74, 0.8);
}

.two .breakPointOverlay {
  background: rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  align-items: center;
}

/* breakpoint 3 */
.breakPoint.three {
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: minmax(650px, auto);
  border: 1px solid #5c6770;
  /* clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 80%);
  min-height: 600px; */
}

.three .breakPointImage {
  grid-column: 10/16;
  background-image: url(../images/landing/firstmetricbackground.jpg);
  background-position: center center;
}

.three .breakPointCaption {
  grid-column: 1/10;
  background-color: #00a3e0;
}

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

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

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

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

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

/* breakpoint 3 */
/* breakPoint 4 / contact.  */
.breakPoint.contact {
  background-color: #5c6770;
  color: #fff;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: repeat(3, auto);
  font-family: 'Montserrat 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: 'Montserrat 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: 'Montserrat Light';
  letter-spacing: 1px;
  color: #fff;
  margin-top: 0;
}

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

.contactButton {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
  height: auto;

  clear: both;
  text-align: center;
  border-radius: 5px;
  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;
  /* -webkit-box-shadow: 0px 9px 25px rgba(0, 0, 0, .7);
  box-shadow: 0px 9px 25px rgba(0, 0, 0, .7); */
  padding: 15px 20px;
  margin-top: 20%;
  background-color: #ffa400;
}

.contactButton.text,
.contactButton input {
  font-size: 1.5em;
  background-color: #ffa400 !important;
  color: #fff;
  width: 100%;
  height: 100%;
  height: auto;
}

.contactButton input {
  border: none;
}

.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:hover,
.contactButton input:hover {
  background-color: #00a3e0 !important;
  color: #fff;
}

/* whatsNext */
.whatsNext {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: 4;
  font-family: 'Montserrat 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: 'Montserrat';
  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: 'Montserrat';
}

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

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

/* access PPM big button */
.accessPPM {
  width: 50%;
  max-width: 450px;
  height: auto;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 3%;
  margin-bottom: 3%;
  font-family: 'Montserrat';
  text-align: center;
  text-transform: capitalize;
  background-color: #ffa400;
  border-radius: 5px;
  display: inline-flex;
  -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); */
  /* display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.accessPPM:hover {
  background-color: #0091d7;
  color: #fff;
}
/* .summary .accessPPM, .terms .accessPPM {
	grid-row:2/3;
	grid-column: 6/12;
} */
.whatsNext .accessPPM {
  grid-row: 7/8;
  grid-column: 5/13;
}

.accessPPMLink {
  width: 100%;
  height: auto;
  font-size: 1.4em;
  text-align: center;
  border-radius: 0px;
  font-weight: 600;
  color: #fff;
  border: none;
  text-decoration: none;
  padding: 15px 30px;
}
.accessPPMLink:hover {
  color: #fff;
}

/*.accessPPM:hover{letter-spacing:.5px;}*/
.accessPPM:active {
  /* background-color: #8b281d; */
  -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 {
  background-color: #5c6770;
  color: #fff;
  padding: 0% 5% 5%;
  font-family: 'Montserrat Light';
  -webkit-box-shadow: 0 -8px 15px -5px #999;
  box-shadow: 0 -8px 15px -5px #999;
  position: relative;
}
.leftFooter {
  width: 30%;
  float: left;
  padding: 5%;
  margin: 0 5%;
}
.rightFooter {
  width: 30%;
  float: left;
  padding: 5% 5% 5% 0%;
  margin: 0 5%;
}
.leftFooter img {
  width: 50%;
  margin: 0 auto;
}
.leftFooter div {
  margin-left: 15%;
}
.rightFooter .accessPPM {
  width: 60%;
  margin: 0 0 3% 5%;
}
.rightFooter .accessPPM a {
  font-size: 1.2em;
  font-family: 'Montserrat Light';
  font-weight: 800;
}
footer h4 {
  font-size: 1.4em;
  font-family: Montserrat;
  margin-bottom: 0.5%;
  color: #ffa400;
  text-transform: uppercase;
}

footer p {
  font-size: 1.3em;
  font-family: 'Montserrat';
  line-height: 0.5em !important;
  font-weight: 200;
}
.legend {
  clear: both;
  font-family: 'Montserrat Light';
}
.legend h4 {
  font-size: 1.2em;
  font-family: Montserrat;
  margin-bottom: 0.5%;
  color: #ffa400;
  text-transform: uppercase;
  text-align: center;
}
.legend p {
  font-size: 1.1em;
  font-family: 'Montserrat Light';
  line-height: 1em !important;
  font-weight: 200;
}

.iconsFooter .icons {
  width: 60%;
  margin: 0 2%;
}

.iconsFooter i {
  font-size: 1.4em;
  color: #fff;
  background-color: transparent;
  border: none;
}

.iconsFooter ul {
  width: 90%;
  margin: 0 5%;
  /* display: flex; */
  clear: right;
  /* justify-content: space-between; */
  padding-left: 0;
}

.iconsFooter li {
  padding: 5px 5px;
  list-style: none;
  text-align: left;
  line-height: 1em;
}

.iconsFooter li a {
  color: #fff;
  font-size: 1.1em;
  text-decoration: none;
  text-transform: uppercase;
}
footer:after {
  content: '';
  position: absolute;
  background-image: url(../images/landing/footicon.png);
  background-repeat: no-repeat;
  width: 97px;
  height: 79px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.icons a li {
  float: left;
  display: inline-block;
}

.fixed-z{
  -webkit-animation: zfade 6s; /* Safari 4+ */
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  }
  @-webkit-keyframes zfade {

  0%   { z-index:1040 }
  100% { z-index: 2016;}
  }
  @keyframes zfade {

  0%   { z-index:1040 }
  100% { z-index: 2016;}
  }
/* alert animations */
.alert {
  z-index: 2;
  width: 50%;
  margin-left: 25%;
  height: auto;
  color: #fff;
  padding: 15px;
  position: fixed;
  top: 35%;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  font-size: 1.5em;
  height: auto;
  text-align: center;
  border-radius: 5px;
  font-family: 'Montserrat';
  text-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1e1e1e !important;
  padding-left: 2%;
  padding-right: 2%;
  border: 1px solid #545555;
  -webkit-box-shadow: 0px 9px 25px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 9px 25px rgba(0, 0, 0, 0.7);
  background-size: 40px 40px;
  background-image: -webkit-linear-gradient(
    top left,
    rgba(255, 255, 255, 0.05) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.05) 50%,
    rgba(255, 255, 255, 0.05) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    top left,
    rgba(255, 255, 255, 0.05) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.05) 50%,
    rgba(255, 255, 255, 0.05) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0.05) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.05) 50%,
    rgba(255, 255, 255, 0.05) 75%,
    transparent 75%,
    transparent
  );
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  -webkit-animation: myfade 12s; /* Safari 4+ */
  animation: myfade 12s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes myfade {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes myfade {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.alert-success {
  /*color: #ffffff;
	background-color: rgba(38, 185, 154, 0.88);
	border-color: rgba(38, 185, 154, 0.88);
	margin-top: 5%;
	padding: 1%;*/
  background-color: #61b832 !important;
  border-color: #55a12c !important;
  color: #1e1e1e !important;
}

.alert-info {
  background-color: #4ea5cd !important;
  border-color: #3b8eb5 !important;
  color: #1e1e1e !important;
}

.alert-warning {
  background-color: #eaaf51 !important;
  border-color: #d99a36 !important;
  color: #1e1e1e !important;
}

.alert-danger {
  background-color: #f7eded !important;
  border-color: #ebccd1 !important;
  color: #1e1e1e !important;
}

.alert-error {
  background-color: #de4343 !important;
  border-color: #c43d3d !important;
  color: #1e1e1e !important;
}
