@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: "Lato";
    src:url(../fonts/Lato-Regular.ttf);
	src:url(../fonts/Lato-Regular.woff);
}
@font-face {
    font-family: "Lato Light";
    src: url(../fonts/Lato-Light.ttf);
	src: url(../fonts/Lato-Light.woff);
}


body {
	font-family: 'Lato';
	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;
}

/* alert animations */

.alert {
  width: 50%;
  margin-left:25%;
  height:auto;
  color: #fff;
  padding: 15px;
  position: fixed;
  top:35%;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  font-size: 1.5em;
  height: auto;
  text-align: center;
  border-radius: 5px;
  font-family: "Lato Light";
  text-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding-left: 2%;
  padding-right: 2%;
  border:1px solid #545555;
  -webkit-box-shadow: 0px 9px 25px rgba(0,0,0,.7);
      -moz-box-shadow: 0px 9px 25px rgba(0,0,0,.7);
      box-shadow: 0px 9px 25px rgba(0,0,0,.7);
-webkit-background-size: 40px 40px;
-moz-background-size: 40px 40px;
background-size: 40px 40px;
background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                   transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                   transparent 75%, transparent);
background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                   transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                   transparent 75%, transparent);
background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                    transparent 75%, transparent);
background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                     transparent 75%, transparent);
background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                     transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                      transparent 75%, transparent);
-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);



-webkit-animation: myfade 5s; /* Safari 4+ */
-webkit-animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
-webkit-animation-timing-function: linear;


}
@-webkit-keyframes myfade {
0%   { opacity: 1; z-index:1040 }

100% { opacity: 0; z-index: -1;}
}

@keyframes myfade {
0%   { opacity: 1;z-index:1040 }

100% { opacity: 0; z-index: -1;}
}
  .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: #fff;
    }

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

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

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

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



/*section 1 navigation css */
.nav {
	background-color:#FFF;
	width:100%;
	height:100px;
	font-family: 'lato light';
	position:fixed;
	top:0;
	z-index:2;
	border-bottom:1px solid #f48f51;
  -moz-box-shadow:  0 8px 15px -5px #999;
  -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:325px;
	max-height:70px;
}

/* drawer styles */

.pure-pusher, .pure-drawer {background-color:#fff;}
.pure-drawer {margin-top:100px;}
.pure-container {padding-left:5%; padding-right:5%;}
/* drawer icon styles */

.pure-toggle-label {
	color:#f48f51;
	border-color: #f48f51;
	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: #f48f51;}
.pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label[data-toggle-label='right'] {border-color:#f48f51; color:#f48f51;}
.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;
}

/* drawer link styles */
.pure-drawer {background-color:#f48f51;}
.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;}

/* wide screen links */
.pure-pusher ul { margin-top:35px; right: 0; position: absolute; }
.pure-pusher li {list-style: none; display: block; float: left; margin:0 10px; font-size: 1.3em;}
.pure-pusher li a {color:#f48f51; text-decoration: none;}
.pure-pusher li a:hover {color:#f48f51; text-decoration: none; border-top:2px solid #f48f51;}

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

/* access ppm button */

.getStarted, .getStarted2 {
	background-color:#f48f51;
	float:right ;
	margin:15px;
	margin-right:150px;
	margin-top:33px;
	font-size:.9em !important;
	letter-spacing:2.5px;
	font-weight:300;
	padding:10px 15px;
	border-radius:40px !important;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 0px 6px 15px rgba(0,0,0,.7);
    -moz-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: 'lato'; 	text-decoration: none;}
.getStarted a:hover, .getStarted2 a:hover {border:none !important;}
.getStarted:hover, .getStarted2:hover {background-color:#fff;}
.getStarted:hover a, .getStarted2:hover a{color:#f48f51 !important;}


.getStarted:active, .getStarted2:active {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow:0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 6px rgba(0,0,0,.9);
	font-size:.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 */

.section1 {
	width:100%;
	height: 100vh;
	display:inline-grid;
  	grid-template-columns: repeat(5, 1fr);
  	grid-template-rows: repeat(5, 1fr);
	background-color:#FFFFFF;
	padding:0;
	background-image: url(../images/landing/headerbackground.jpg);
	background-size:cover;
	background-position:center center;
	grid-row-gap: 0px;
}

.pageTitle {
	grid-area: pageTitle;
	grid-column: 1/6;
	grid-row: 3/5;
	background-color:rgba(255,255,255,.75);
	color:#1e1e1e;
	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;
	text-align: center;
}
.pageTitle h1 {
	font-size:4em;
	margin-bottom:.25%;
	font-family: 'Lato Light';
}
.pageTitle h2 {
	font-size:1.75em;
	width:50%;
	margin:0 auto 0;
}
.pageTitle p {
	font-size: 1.15em;
	margin-top:3%;
	letter-spacing: 2px;
}

.introduction, .summary, .management, .terms {
	width:100%;
	display:inline-grid;
  	grid-template-columns: repeat(12, 1fr);
  	grid-template-rows: auto;
	color:#1e1e1e;
	padding-top:calc(7.5%);
	padding-bottom:calc(7.5%);
}

.titleContainer {
	grid-column: 2/5;
	text-align: center;
	font-family: 'lato light';
	border-right:1px solid #000;
	padding:0 10%;
}

.titleContainer img {
	width:70%;
	margin:0 auto;
	max-width:400px;
}
.titleContainer h4 {
	font-size:1.1em;
}
.titleContainer h2 {
	font-size:1.65em;
	text-transform: uppercase;
	font-family: 'Lato';
}
.titleContainer p {
	font-size:1.05em;
}

.textContent {
	grid-column: 6 /12;
	text-align: left;
	font-family: 'lato light';
}
.textContent p, .textContent li {
	font-size: 1.3em;
	line-height: 1.3em;
	letter-spacing: 1px;
}
.textContent p:first-of-type {margin-top:0;}

.textContent strong {
	text-align: left;
	font-size: 1.3em;
	font-family: 'Lato'
}
.maxOffering {
	font-size:3.0em;
	font-family: 'lato';
	text-align: center;
}
.minOffering, .minSubscription{
	font-size: 1.65em;
	font-family: 'lato';
	text-align:center;
}

/* breakPoints */

.breakPoint {
	display: inline-grid;
	width:100%;
	margin:0;
	padding:0;
	border-top:1px solid #f48f51;
	border-bottom:1px solid #f48f51;
  -moz-box-shadow: 0 -10px 15px -5px #999, 0 10px 15px -5px #999;
  -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;
}
.breakPointImage {
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.breakPointCaption {
	text-align: center;
	padding:8%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

}
.breakPointCaption h4 {
	font-size:2.5em;
}
.breakPointCaption p {
	font-size:1.5em;
}

/* breakpoint 1 */
.breakPoint.one {
	grid-template-columns: repeat(15, 1fr);
	grid-template-rows: minmax(200px, 600px);
}
.one .breakPointImage{
	grid-column: 6/16;
	background-image:url(../images/landing/firstmetricbackground.jpg);

}
.one .breakPointCaption{
	grid-column: 1/6;
}
.one .breakPointOverlay {background:rgba(0,0,0,0); height:100%;}

/* breakpoint 2 */
.breakPoint.two {
	grid-template-columns: repeat(15, 1fr);
	grid-template-rows: minmax(200px, 600px);
}
.two .breakPointImage {
	grid-column: 6/16;
	background-image:url(../images/landing/secondmetricbackground.jpg);

}
.two .breakPointCaption {
	grid-column: 1/6;
}
.two .breakPointOverlay {background:rgba(0,0,0,0); height:100%;}
/* breakpoint 3 */
.breakPoint.three {
	grid-template-columns: repeat(15, 1fr);
	grid-template-rows: minmax(200px, 600px);
}
.three .breakPointImage{
	grid-column: 6/16;
	background-image:url(../images/landing/thirdmetricbackground.jpg);

}
.three .breakPointCaption {
	grid-column: 1/6;
}
.three .breakPointOverlay {background:rgba(0,0,0,0); height:100%;}


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

.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: 2/3;
	grid-column: 12/15;
	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;
}
.contactForm{
	grid-row:2/3;
	grid-column: 2/12;
	padding-top:5%;
	padding-bottom:5%;
}
.contactInput {
	width:26%;
	margin:0 1.5%;
	padding:10px;
	height:40px;
	font-size:1.1em;
	border:none;
	border-bottom: 1px solid #fff;
	background-color:transparent;
	font-family: 'lato light';
	letter-spacing: 1px;
	color:#fff;
}
.contactInput:first-of-type {margin-left:5%;}

*::-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:100px;
	font-size:1.1em;
	border:none;
	border-bottom: 1px solid #fff;
	background-color:transparent;
	font-family: 'lato light';
	letter-spacing: 1px;
	color:#fff;
}

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


.contactButton {
	width:40%;
	max-width:150px;
	height:auto;
	border:1px solid #FFF;
	color:#FFF;
	float:right;
	margin-top:6%;
	text-align:center;
	padding:15px 20px;
	font-size:1.5em;
	background-color: transparent !important;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 9px 25px rgba(0,0,0,.7);
}
.contactButton:active {
	transition: all .2s ease-in-out;
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 6px rgba(0,0,0,.9);
}
.contactButton:hover {
	background-color: #FFF !important;
    color: #f26e52;
}

/* management */

.managerWrapper:not(:first-of-type) {
	margin-top:10%;
}
.managerImage {
	width:200px;
	height:auto;
}
.managerImage img {
	max-width:200px;
	float:left;
	margin-bottom:25px;
	margin-right:25px;
	border:1px solid #000;
}
.managerTitle {
	color:#f48f51;
}
.managerTitle h3 {
	font-size: 1.6em;
	margin-bottom:0px;
	font-family: "lato";
}
.managerTitle p {
	font-size:1.25em;
	margin-bottom:35px;
	margin-left:225px;
	border-bottom:1px solid #000;
}
.managerBio {

}

/* whatsNext */

.whatsNext {
	display: grid;
	grid-template-columns: repeat(16, 1fr);
	grid-template-row: 4;
	font-family: 'Lato Light';
	padding:5% 0;
}
.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 h4 {
	font-size:1.5em;
	line-height: 1.4em;
}
.wnHeader h2 {
	font-size:2.75em;
	text-transform: uppercase;
	font-family: 'Lato';
}


.wnByiImage {
	grid-row:2/4;
	grid-column: 3/8;
	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:8/15;
	padding:0 10%;
	margin:5% 0 2.5%;
}

.wnAyi {
	grid-row:3/4;
	grid-column:8/15;
	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:4/5;
	grid-column: 4/14;
	margin:3% 0;
}
.wnClose h2 {
	font-size:2.2em;
	text-align: center;
	font-family: 'Lato';
}


/* access PPM big button */

.accessPPM {
	width:auto;
	max-width:590px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:6%;
	margin-bottom:6%;
	font-family: "lato light";
	text-align: center;
	background-image: linear-gradient(112deg, rgb(166,97,55) 0%, rgb(244,143, 81) 100%);
    background-image: -o-linear-gradient(112deg, rgb(166,97,55) 0%, rgb(244,143, 81) 100%);
    background-image: -moz-linear-gradient(112deg, rgb(166,97,55) 0%, rgb(244,143, 81) 100%);
    background-image: -webkit-linear-gradient(112deg, rgb(166,97,55) 0%, rgb(244,143, 81) 100%);
    background-image: -ms-linear-gradient(112deg, rgb(166,97,55) 0%, rgb(244,143, 81) 100%);
	background-image: -webkit-gradient(
        linear,
        112deg,
        color-stop(0, rgb(166,97,55)),
        color-stop(1, rgb(244,143, 81))
    );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .1s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 0px 9px 25px rgba(0,0,0,.7);
    -moz-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;
}
.summary .accessPPM, .terms .accessPPM {
	grid-row:2/3;
	grid-column: 6/12;
}
.whatsNext .accessPPM {
	grid-row:5/6;
	grid-column: 6/12;
}

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

.accessPPM:hover{letter-spacing:.5px;}
.accessPPM:active {
	background-image: linear-gradient(112deg, rgb(244,143, 81) 0%, rgb(166,97,55) 100%);
    background-image: -o-linear-gradient(112deg, rgb(244,143, 81) 0%, rgb(166,97,55) 100%);
    background-image: -moz-linear-gradient(112deg, rgb(244,143, 81) 0%, rgb(166,97,55) 100%);
    background-image: -webkit-linear-gradient(112deg, rgb(244,143, 81) 0%, rgb(166,97,55) 100%);
    background-image: -ms-linear-gradient(112deg, rgb(244,143, 81) 0%, rgb(166,97,55) 100%);
 	background-image: -webkit-gradient(
        112deg,
        color-stop(0, rgb(244,143, 81)),
        color-stop(1, rgb(166,97,55))
    );
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color:#FFF;
		-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow:0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 6px rgba(0,0,0,.9);
}
.accessPPM:active:focus, .accessPPM:visited, .accessPPM:focus {color:#FFF;}

/* footer */

footer {
	background-color:#f48f51;
	color:#FFF;
	padding:1% 5%;
	font-family: 'lato light';
  -moz-box-shadow:  0 -8px 15px -5px #999;
  -webkit-box-shadow:  0 -8px 15px -5px #999;
  box-shadow: 0 -8px 15px -5px #999;
}

footer h4 {
	font-size:1.1em;
	text-align: center;
	margin-bottom:.5%;
}

footer p {
	font-size:.9em;
	margin-top:.5%;;
}
