html, body, [canvas=container], [off-canvas] {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html, body {
	width: 100%;
	height: 100%;
    -webkit-text-size-adjust: none;
}

body {
   overflow-x: hidden;
}


@font-face {
    font-family: 'futurateeregular';
    src: url('../fonts/ufonts.com_futuratee-webfont.woff2') format('woff2'),
         url('../fonts/ufonts.com_futuratee-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'appareolight';
    src: url('../fonts/kimmy_design_-_appareo-light-webfont.woff2') format('woff2'),
         url('../fonts/kimmy_design_-_appareo-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



/**
 * Canvas
 */

[canvas] {
	z-index: 1;
}

[canvas=container] {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: white; /* Basic background color, overwrite this in your own css. */

}

[canvas=container]:before, [canvas=container]:after {
	clear: both;
	content: '';
	display: table;
}

/**
 * Off-Canavs
 */

[off-canvas] {
	display: none;
	position: fixed;
	overflow: hidden;
	overflow-y: auto;
	background-color: #F4DDD4; /* Basic background color, overwrite this in your own css. */
	color: white; /* Basic colors, overwrite this in your own css. */
	-webkit-overflow-scrolling: touch; /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}



[off-canvas*=right] {
	width: 255px;
	height: 100%;
	top: 0;
	right: 0;
}

[off-canvas*=reveal] {
	z-index: 0;
}

[off-canvas*=push] {
	z-index: 1;
}

[off-canvas*=overlay] {
	z-index: 9999;
}

[off-canvas*=shift] {
	z-index: 0;
}

/**
 * Animation
 */

.container, [off-canvas] {
	-webkit-transform: translate( 0px, 0px );
	    -ms-transform: translate( 0px, 0px );
	        transform: translate( 0px, 0px );
	-webkit-transition: -webkit-transform 300ms;
	        transition:         transform 300ms;
	-webkit-backface-visibility: hidden; /* Prevents flickering, may be removed if experiencing problems with fixed background images in Chrome. */
}


[off-canvas*=shift][off-canvas*=right] {
	-webkit-transform: translate( 50%, 0px );
	        transform: translate( 50%, 0px );
}



body {
    font: 1em/1.67  "Source Sans Pro", Helvetica, Sans-serif;
    margin: 0;
    background: white;
}

.wrapper {
    width: 90%;
    max-width: 1000px;
    margin: 0px auto;
    position: relative;
    
}

header .wrapper {
    width: auto;
    max-width: none;
    padding: 0px 100px;
}

.wrapper-wide {
    padding: 0px 100px;
    overflow: auto;
  zoom: 1;
    
}

.wrapper-wide h2,
.sixty h2{
    text-align: left;
}

.top {
    padding: 30px 0px 90px;
}

.top h2 {
    
    font-family: "Quicksand", sans-serif;
    font-size: 54px;
    line-height: 1.2;
    color: #1C2441;
    margin-bottom: 20px;
    margin-top: 10px;
}

.top .padding-left {
    padding-left: 30px;
}

.top .wrapper-wide {
    padding-right: 60px;
}

.top p.secondary-text {
    font-size: 16px;
    color: #9C9C9C;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}

/* Variables */
/* Styles */
.details {
  box-sizing: border-box;
}


.details a.follow strong, .block > div, body {
  margin: 0;
  padding: 0;
}

html,
body {
  min-height: 100%;
}


h1 {
  font-weight: 700;
  font-size: 24px;
  color: black;
  padding: 15px 15px 0;
  margin: 0;
}

.trust-section {
    background: #fafafa;
    padding: 96px 6%;
    color: #111;
  }
  
  .trust-container {
    max-width: 1500px;
    margin: 0 auto;
  }
  
  /* Header */
  
  .trust-header {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
    align-items: start;
    padding-bottom: 64px;
    border-bottom: 1px solid #dedede;
  }
  
  .trust-eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #666;
    margin-bottom: 24px;
  }
  
  .trust-title {
    font-size: clamp(42px, 4vw, 66px);
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: -0.03em;
    margin: 0 0 28px;
  }
  
  .trust-intro {
    max-width: 600px;
    font-size: 18px;
    line-height: 1.65;
    color: #555;
    margin: 0;
  }
  
  
  /* =========================
     TRUST PRINCIPLES
  ========================= */
  
  .trust-principles {
    padding-top: 58px;
  }
  
  .trust-principles h3 {
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 36px;
  }
  
  .trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
  
  .trust-card {
    min-height: 200px;
    padding: 28px 22px;
    border: 1px solid #dedede;
    border-radius: 16px;
    background: #fff;
    text-align: left;
  }
  
  .trust-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    background: #f3f0fb;
  }
  
  .trust-card-icon svg {
    width: 25px;
    height: 25px;
    stroke-width: 1.7;
  }
  
  .trust-card h4 {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 500;
    margin: 0 0 8px;
  }
  
  .trust-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #444;
    margin: 0;
  }
  
  
  /* Optional subtle variation between cards */
  
  .trust-card:nth-child(2) .trust-card-icon {
    background: #eef5e9;
  }
  
  .trust-card:nth-child(3) .trust-card-icon {
    background: #edf2fa;
  }
  
  .trust-card:nth-child(4) .trust-card-icon {
    background: #fbefe6;
  }
  
  .trust-card:nth-child(5) .trust-card-icon {
    background: #f0ecf8;
  }
  

.block {
  max-width: 700px;
  width: 100%;
  padding: 0px;
  z-index: 10;
  background-color: white;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .block {
    max-width: 100%;
  }
}
.block > div {
  display: block;
  position: relative;
  padding: 0 0 0 0px;
}
.block > div:not(:last-of-type) {
  margin: 0 0 10px;
}

.block span {
    font-family: "Quicksand";
    font-size: 1.2em;
    background: #F0F2FB;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 20px;
    margin-right: 16px;
}

label:hover {
    text-decoration: underline;
}


.block > div input + label {
  cursor: pointer;
  display: block;
  padding: 0px;
  transition: all 0.25s ease-in-out 0.5s, color 0.25s ease-in-out 0.5s;
}
.block > div input ~ div {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.25s, padding 0s ease-in-out 0s;
}
.block > div input ~ div p {
  padding: 15px 15px 30px 50px;
  border-top: 1px solid rgba(128, 128, 128, 0.25);
}
.block > div input:checked + label {
  transition: background-color 0s ease-in-out 0s;
}
.block > div input:checked ~ div {
  display: block;
  opacity: 1;
  visibility: visible;
  max-height: 280px;
  transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
}

.details {
  width: calc(100% - 30px);
  float: right;
  margin: 15px;
  padding: 15px;
  background-color: #3399ff;
}
@media screen and (max-width: 599px) {
  .details {
    float: left;
    width: calc(100% - 30px);
    margin: 15px;
  }
}
.details * {
  display: inline-block;
  margin: 7.5px 0;
  line-height: 20px;
  color: white;
}

.details h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  padding: 0;
  margin: 0;
  clear: both;
}
.details a {
  clear: both;
  font-family: "FontAwesome", Sans-Serif;
  font-size: 14px;
  text-decoration: none;
}
.details a.follow {
  float: left;
  font-weight: bold;
  background-color: #333333;
  margin: 15px 0 0;
  padding: 7.5px 15px;
  cursor: pointer;
}
.details a.follow:before {
  margin: 0 7.5px 0 0;
}
.details a.follow strong {
  color: #99ccff;
}
.details a.follow:hover {
  background-color: #66b3ff;
}
.details a.follow:hover strong {
  color: #4d4d4d;
}


.tags {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    display: block;
}



.tags li {
    display: inline-block;
    background: #F0F0F0;
    color: #666;
    font-size: 13px;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 0px 8px 10px 0px; 
   
}

.home .tags {
    margin-right:auto;
   margin-left:auto;
   text-align:center;
     line-height: 40px;
    word-wrap: normal;
}


.home .tags li {
    display:inline;
}

.float-right {
    float: right !important;
}

p,
li {
    color: #545353;
}


.top p {
    line-height: 1.5;
    margin-bottom: 25px !important; }


.sixty {
    width: 60%;
    float: left;
    box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.fourty {
    width: 40%;
    float: left;
    box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ol {
   padding-left: 0px; 
}

.bottom-label {
    text-align: center; font-size: 0.8em; font-style: italic; color: #888 ;}

.padding-right {
    padding-right: 60px;  
}

.padding-left {
    padding-left: 60px;  
}


.center-align {
    text-align: center;
      margin-top: 40px;
}

.centered {
   text-align: center;
      margin-bottom: 25px; 
    margin-top: 0px;
}

.text {
    width: 75%;
    margin: 0px auto;
}

.hi {
    font-family: "Quicksand", sans-serif;
    font-size: 36px;
    margin-top: 80px;
    margin-bottom: 80px;}



.less-margin {
        padding: 90px 0px;
}


.text ol {
    
    padding-left: 0px;
} 



.text h2 {
    margin-top: 40px;
}

h1 {
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
}

.module.parallax h1 { 
    z-index: 1000000;
    display: block;
    position: absolute;
    top: 45%;
    left: 0px;
    width: 100%;
    color: #fef3ee !important;
    text-shadow: 0px 0px 60px rgba(0, 0, 0, 0.6);
    font-size: 52px;
    }


.module.parallax h1 span { font-size:20px; padding: 0px 30px; 
                          -webkit-box-sizing: border-box;   /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box; display: block;
}


h1.title {
    display: none;
    visibility: hidden;
}

h2 {
     text-align: center;
    letter-spacing: 0.5;
    font-family: quicksand, "Helvetica",sans-serif;
    text-align: center;
    font-weight: 100;
    letter-spacing: 0.5;
    font-size: 36px;
}


.hot h1 {
        text-align: center !important;}


.blue-bridge {
    background: #BED9F7;
    }


h1 {
    font-size: 2.4em;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
    }


.slider-cont {
    position: relative;
    overflow: hidden;
    z-index: 2000;
}

.wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.user-flow {
    background:  url(../images/perma-app-mobile.jpg) no-repeat center top;
    background-size: 100% auto; 
}

.tamer .user-flow {
        background-image:  url(../images/tamer-banner-flow2.jpg);}


.bridge .user-flow {
        background-image:  url(../images/bridge-flow.jpg);}    


.reagent .user-flow {
        background-image:  url(../images/reagent-app-screens2.jpg);}


.desktop-placeholder {
        display: none;
       
    }

.light-yellow {
    background-color: #F5F9E7;
}


.portfolio {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding-top: 20px;
}

.portfolio a {
    width: 100%;
}

.figma {
    margin-bottom: 40px;
}

.shadow {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    margin: 2px;
    
}

.name {
    display: none;
    visibility: hidden;
}

.home .name {
        display: inline-block;
    visibility: visible;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
    font-size: 22px;
    color: #1C2441;
    margin-top: 15px;
    margin-left: 10px;
    letter-spacing: 2;
}


a:link,
a:visited,
a:hover,
a:active{ 

    text-decoration: none;
    }


a.link:link,
a.link:visited,
a.link:hover,
a.link:active{ 

    color: #7281c7;
    margin-bottom: 50px;
    display: block;}


a.link:hover { text-decoration: underline; }



.column:first-child {
    margin-left: 0px;
}

.tile {
    border-radius: 20px;
    box-shadow: 0px 0px 10px #DBDBDB;
     padding: 10px 50px 50px 50px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
    transition: all .2s ease-in-out;
    margin-bottom: 24px;
}

.home .bottom-menu {
    display: none;
    visibility: hidden;
}

.tile:hover {
   transform: scale(1.02);
   box-shadow: 0px 0px 10px #999;
}


.tile p {
    font-size: 24px;
    color: #1C2441;
    text-align: center;
     font-family: "Quicksand", sans-serif;
}

.yellow {
    background-color: #DEDE98;
}

.yellow h1,
.perma .yellow h2 {
    text-align: left;
}

.red {
    background-color: #FBFCF5;
}

.tamer .blue {
   background-color: #BBE1EE; 
    padding: 0px;
    margin-bottom: 140px;
}



.bridge .blue {
   background-color: #BFD8F7;
}

.margin-top {
    margin-top: 100px;
    text-align: center;
}


.stats div {
    float: left;
    width: 33.3%;
    font-size: 18px;
    line-height: 1.2;
    font-family: "Source Sans Pro", "Helvetica",sans-serif;
    color: black;
    padding: 0px 60px 0px 60px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
}

.stats div {
    color: #212854;}


.blue .light-gray h2{
    color: #212854;
}


.light-gray h2 {
    margin-top: 0px;
}

.stats div span {
    font-size: 90px;
    display: block;
    font-weight: normal;
    line-height: 1.1;
    font-family: "Quicksand", sans-serif;
}

.top img {
    margin-top: 50px;
}



::input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
}


img.margin {
    margin: 0px 10%;
    width: 80% !important;
}

   .reagent .blue  {
        background: url(../images/reagent-repeat2.jpg) repeat-y;
       background-size: 100% auto;
       padding: 0px;
    }



.black {
   background-color: black; 
}


.black h2,
.black p {
   color: #f7f7f7 !important; 
}


section {
    padding: 90px 0px;
}

.workflow {
   margin: 0px 40px;
    position: relative;
    
}

.light-yellow section {
    padding: 160px 0px;
}

.hot-blue {
   background: #e4e4e4;
   color: black;
}


.light-gray {
   background: #f5f5f5;
}

.blue .light-gray {
   background: #f0f2fa;
}


/*

.hackathon .light-gray,
.pinterest .light-gray {
   background: #f0f2fa;
}


.hackathon .light-gray h2,
.pinterest .light-gray h2{
    color: #212854;
}

.hackathon .stats div,
.pinterest  .stats div {
    color: #212854;}


*/ 



.no-bottom-margin {
    padding-bottom: 0px;
}

.no-margin {
    margin-top: 0px !important;
}



.fifth {
    margin-right: 8%;
    width: 13.6%;
    float: left;
}

.fifth p {
    text-align: center;
    color: #5F6943;
}

.black .wrapper {
    padding-left: 25%;
    padding-right: 25%;
    width: 50%;
}



.black .fifth {
    margin-right: 8%;
    width: 19%;
    float: left;
}

.black .fifth:last-child {
    margin-right: 0%; }


.fourth {
    width: 40%;
    float: left;
}

.personas .fourth img {
    margin: 0px 0px 0px 15%;
    width: 85% !important;
}

.personas .sixth {
    margin-left: 5%;
    width: 50%;
    float: left;
}


.sixth {
    margin-left: 10%;
    width: 50%;
    float: left;
}


.sixth li {
    list-style: outside;
}


.bottle {
    position: relative;
}

.bottle .sixth {
    position: absolute;
    right: 8%;
    width: 30%;
    top: 10%;
    color: #D3E4FE !important;
}

.bottle .sixth h1 {
    color: #D3E4FE !important;
}

.fifth:last-child {
    margin-right: 0%; }

.wrapper { display: inline-block; }
/* start commented backslash hack \*/
* html .wrapper { height: 1%; }
.wrapper { display: block; }
/* close commented backslash hack */


.clear {
    clear: both;
}

.logo-info {
    position: absolute;
    color: #87995B; 
    width: 180px;
}

.relative {
  background-image: url("../images/perma-logo2.jpg");
            background-size: 100% auto;

}

.a {
    top: 0px;
    left: 10%;
}

.b {
    bottom: 40%;
    left: 10%;
}

.c {
    left: 50%;
    margin-left: -90px;
    bottom: 0px;
}


.d {
    top: 0px;
    right: 5%;
}

.e {
    bottom: 15%;
    right: 5%;
}

.relative {
    position: relative;
}

.one-third {
    width: 30%;
    float: left;
    margin-left: 3%;
    text-align: center;
    
}


.one-third img {
    width: 80%;
    margin-top: 15px;
    
}


.blue-teal {
    background: #8aacd6;
}

.reagent .blue-teal h1 {
    color: #151748;
}

.reagent .blue-teal h2 {
    color: #151748;
    letter-spacing: 1px;
    font-weight: bold;
}



.reagent .blue-teal p {
    text-align: center;
    padding: 0px 10px;
}

/*! http://responsiveslides.com v1.55 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }


.rslides li ul li {
    display: block;
    width: auto;
    position: static;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.rslides_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 60px;
  width: 25px;
  background: transparent url("../images/themes.jpg") no-repeat left center;
  margin-top: -30px;
 opacity: 0.5;
    border-top-left-radius: 0px;
   border-bottom-left-radius: 0px;
     border-top-right-radius: 5px;
     border-bottom-right-radius: 5px; 
    display: block;
  }



.rslides_nav:hover {
  opacity: 1.0;
  }

.rslides_nav:active {
  opacity: 1.0;
  }

.rslides_nav.next {
  left: auto;
  background-position: right center;
  right: 0;
  border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;
   border-top-right-radius: 0px;
     border-bottom-right-radius: 0px;
  }


.rslides_tabs {
    margin: 20px auto 0px;
    padding: 0px;
    display:table;
table-layout: fixed; 
}

.rslides_tabs li {
    display: inline-block;
}



.rslides_tabs li a {
    text-indent: -10000px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    display: block;
      border: 3px solid #777;
    background-color:  #777;
}






.rslides_tabs li.rslides_here a {

     background: white;
  
}





iframe.centered {
    margin: 0px auto;
    display: block;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





.half {
    width: 43%;
    float: left;
     margin-left: 7%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
    position: relative;
}

.half  h2 {
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: left;
}

.half p {
   text-align: center;
}

.half:last-child {
    margin-right: 0%;
}



.label {
    
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    left: -200px;
    top: 40%;
    opacity: 0.3;
    font-size: 3em;
    width: 300px;
    display: block;
    
}





/******* MENU ********/

.js-toggle-left-slidebar,
.js-toggle-right-slidebar{
    display: none;
    position: absolute;
    width: 40px;
    height: 50px;
    left: 30px;
    top: 25px;
    z-index: 200000;
    cursor: pointer;
}


.js-toggle-left-slidebar span,
.js-toggle-right-slidebar span{
    border-radius: 1.5px;
    margin-bottom: 8px;
    width: 40px;
    height: 3px;
    background: #212854;
    display: block;
}


.js-toggle-left-slidebar:hover span,
.js-toggle-right-slidebar:hover span {
    background-color: #F8DACE;
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* Safari */
    transition: width 2s, height 2s, transform 2s;
}


nav ul {
    padding-left: 30px;
}

nav ul ul {
    padding-left: 20px;
}

nav a {
    font-family: "Quicksand", sans-serif;
    color: #212854;
    font-weight: 500;
    letter-spacing: 1;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    opacity: 0.7;
    position: relative;
}

.desktop-menu li ul  {
    display: none;
    
}

.desktop-menu li   {
    margin-left: 50px;
    z-index: 3000;
    
}

.desktop-menu  {
    float: right;
    z-index: 3001;
    
}

.desktop-menu li {
    display: inline-block;
    
}

.desktop-menu  li a {
    padding-right: 5px; 
}

.desktop-menu  li a:hover {
    padding-left: 5px;
    padding-right: 0px; 
}

nav li li a {
   font-family: "Source Sans Pro", sans-serif; 
    text-transform: lowercase;
}

nav li {
    list-style: none;
     margin: 10px 0px;
}

.secondary li {
    display: inline-block;
    float: none;
    margin-left: 35px;
}

.secondary ul {
    width: 770px;
    margin: 0px auto;
    text-align: center;
    padding-left: 0px;
}



.dropdown {
    position: relative;
    display: inline-block;
    z-index: 100000;
}

.dropdown-content {
    display: none;
    position: absolute;
    left: -20px;
    background-color: white;
    min-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 100000;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.desktop-menu .dropdown li {
    display: block;
    margin: 10px 0px 10px 20px;
}

.desktop-menu .dropdown li a {
    padding-top: 10px;
    padding-bottom: 10px;   
}

.desktop-menu .dropdown li a:before {
    
    top: 14px;
}


ol li {
    margin-bottom: 15px;
    list-style-type: none;
  
}

ol li b {
    font-weight: bold !important;
}




.vision .vision-link,
.onboarding .onboarding-link,
.pinterest .pinterest-link,
.sip .smith-link,
.feather .feather-link,
.hot .hot-link,
.tamer .tamer-link,
.dashboard .dash-link,
.hackathon .hackathon-link,
.marketplace .marketplace-link {
    display: none;
    visibility: hidden;
}



nav li a:before {
    content: "\2022";
    margin-right: 0px;
    padding-right: 10px;
    display: inline-block;
       transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    color: #F4DDD4;
    font-size: 0.5em;
    top: 4px;
    position: absolute;
  left: -4px;
}




nav li a:hover {
    padding-left: 5px;
    opacity: 1;
}


nav.secondary li a {
    padding-right: 5px;
}

nav.secondary li a:hover {
    padding-right: 0px;
}


nav li a:hover:before {
    color: #212854;
    transform: scale(2.3);
    
}

.back-home {
    position: absolute;
    left: 30px;
    margin-top: 10px;
     font-family: "Quicksand", sans-serif;
    color: #212854;
    font-weight: 500;
    letter-spacing: 1;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
    opacity: 0.3;
    z-index: 100;
}

.back-home:hover {
    opacity: 1;
    
}

/******* TEXT ********/

.home h2old {
     font-family: "Quicksand", sans-serif;
    color: #212854;
    font-size: 1.7em; 
    line-height: 1.6em;
    margin-right: 20px;
    font-weight: 400;
    position: absolute;
    top: 10%;
    margin-left: 40px;
}

.home .two h2 {
    text-indent: -12px;
}

.two h2 {
    margin-top: 28%; }


.reagent h1 {
    text-align:center !important;
    color: #3d67aa;
    margin-bottom: 30px;
    
}



.anya h1 {
     font-weight: 400;
}

.anya h1.center-align {
    margin-top: 80px;
    margin-bottom: 50px;
}


/* ============================================================
  GLOBAL
============================================================ */



.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(30, 37, 85, 0.6);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.pink .overlay {
   background: rgba(229, 202, 192, 0.7); 
}


.pink .overlay p {
  color: #212854 !important; 
}

em {
    color: #999;
    font-size: 0.85em;
}


a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #FBE7DE;
  line-height: 30px;
  text-align: center;
  background-color: #212854;
  cursor: pointer;
    border-radius: 5px;
    font-family: "Quicksand", sans-serif; 
    
}
a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  line-height: 60px;
  font-size: 1.6em;
    text-decoration: none;
    text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
   font-family: "Quicksand", sans-serif; 
}

.img a span {
  display: block;
  position: absolute;
  top: 45%;
  z-index: 100;
  width: 100%;
  color: #f6e6e0;
  font-size: 2em;
    text-decoration: none;
    text-align: center;
   font-family: "Quicksand", sans-serif; 
}

/* ============================================================
  EFFECT 6 - ICON BOUNCE IN
============================================================ */
#effect-6 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}


#effect-6 .overlay a.expand {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 2em;    
}


#effect-6 .img.hover .overlay {
  opacity: 1;
}

#effect-6 .img.hover .overlay a.expand {
  top: 50%;
  margin-top: -30px;
  opacity: 1;
}


/* ============================================================
  EFFECT 4 - SLIDE IN RIGHT
============================================================ */
#effect-4 .overlay {
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
}


#effect-4 .overlay div {
  top: 30%;
  bottom: 0;
  right: 50%;
  width: 100%;  
width: 360px;
  margin: auto -180px auto 0;
  position: absolute;
  text-align: center;
}


.four #effect-4 .overlay div {
    top: 30%;
}


#effect-4 .overlay div h3 {
    font-family: "Quicksand", sans-serif;
    color: white;
    font-size: 2em;
    text-decoration: none;
    font-weight: normal;
    margin-bottom: 0px;
    letter-spacing: 1px;
    
}

#effect-4.pink .overlay  div h3 {
    color: #222854;
    
}
 

#effect-4 .overlay a.main {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

  
#effect-4 .overlay div p {
    color: #F3DCD3;
}

#effect-4 .img {
  overflow: hidden;
}
#effect-4 .img.hover .overlay {
  width: 100%;
}


.me {
    width: 50% !important;
    float: left; 
    margin-right: 60px;
    border-radius: 5px;
}



/* ============================================================
  SECTIONS
============================================================ */




.module.parallax {
    top: 100px;
  background-repeat: no-repeat;
  background-attachment: fixed !important;
  -webkit-background-size: 100% auto;
  -moz-background-size:  100% auto;
  -o-background-size:  100% auto;
  background-size:  100% auto;
  
}


.onboarding .module.parallax-1 {
    background-color: #0CA2D0;
  background-image: url("../images/onboarding-banner.jpg");
  background-position: center top !important;
  
}


.hot .module.parallax-1 {
    background-color: #0CA2D0;
  background-image: url("../images/hotschedules/hotschedules-banner.jpg");
  background-position: center top !important;
  
}


.dashboard .module.parallax-1 {
    background-color: #0CA2D0;
  background-image: url("../images/dashboard-banner.jpg");
  background-position: center top !important;
  
}



.bridge3 {
    background:  url(../images/bridge-bg.jpg) center bottom repeat-x;
    padding-bottom: 330px;} 


.pj .module.parallax-1 {
  background-color: #c4b3a4;
  background-image: url("../images/hotschedules/user-experience-banner3.jpg");
  background-position: center top !important;
}


    .perma .module.parallax-1 {
        background-color: #748D4B;
  background-image: url("../images/Perma-farm-banner3.jpg");
  background-position: center top !important;
}

    .reagent .module.parallax-1 {
  background-color: #D3F0F4;
  background-image: url("../images/reagent-banner3.jpg");
  background-position: center top !important;
}

.sherwin .module.parallax-1 {
  background-color: #DEE3F6;
  background-image: url("../images/sherwin-banner3.jpg");
  background-position: center top !important;
}

.sip .module.parallax-1 {
  background-image: url("../images/sip-banner3.jpg");
     background-position: center top !important;
}

.feather .module.parallax-1 {
  background-image: url("../images/packaging-banner3.jpg");
     background-position: center top !important;
}

.anya .module.parallax-1 {
    background-color: #9AB4CE;
  background-image: url("../images/anya-surnina-banner.jpg");
     background-position: center top !important;
}


#icon .module.parallax-1 {
    background-color: #9AB4CE;
  background-image: url("../images/icon-banner.jpg");
  background-position: center top !important;
}



    .bridge .module.parallax-1 {
        background-color: #E4E5E9;
  background-image: url("../images/bridge-banner3.jpg");
  background-position: center top !important;
}


.anya h1 {
    color: #212854;
}


.starvist .module.parallax-1 {
  background-image: url("../images/Starvist-banner3.jpg");
     background-position: center center !important;
}


.tamer .module.parallax-1 {
  background-image: url("../images/tamer-banner3.jpg");
     background-position: center top !important;
}


.sherwin .module.parallax-1 {
  background-image: url("../images/sherwin-banner3.jpg");
     background-position: center top !important;
}


.starvist .module.parallax {
  background-color: #DCDEEA;
}


.sip .module.parallax {
  background-color: #9CB8E0;
}

.feather .module.parallax {
  background-color: #CACAF0;
}

.message {
    padding: 200px 80px;
    font-size: 25px;
    font-family: "Quicksand", sans-serif;
    
}

.perma h2 {
    text-align: center;
    color: #769642;
    font-size: 1.5em;
    letter-spacing: 1px;
    font-family: "Source Sans Pro", Helvetica, Sans-serif;
}

.image-mar {
    margin-top: 100px;
}

.quote-text {
    background: url("../images/quote.svg") no-repeat bottom right,  url("../images/quote-top.svg") no-repeat top left ;
    padding: 5px 5% 20px;
    
}

.quote {
    font-size: 1.4em;
    font-style: italic;
    text-align: center; 
    color: black;
}

.home .quote {
    color: #545353;
}

.home .quote {
    font-size: 1.3em;
}

.quote span {
    display: block;
    width: 100%;
    text-align: right;
    font-style: normal;
    color: #878787;
    font-size: 0.7em;
    line-height: 2;
    margin-top: 20px;
}

.tag {
   text-align: center; 
    font-size: 0.8em; 
    font-style: italic; 
    color: #888 ;
}


.line {
    
    background-color: black;
    height: 4px;
    margin: 40px auto;
    display: block;
    width: 120px;
}


.video2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  margin-bottom: 25px;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


h2.secondary-menu {
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 2em;
}


.button {
    color: #212854 !important;
    border: 2px solid #212854;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    text-transform: lowercase;
    padding: 0px 20px;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 20px;
    margin: 20px 10px 0px 0px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin-bottom: 4px;
}

.button:hover {
    text-decoration: none; }


.second-button {
    margin-left: 20px;
}

.button:hover {
    box-shadow: #999 1px 1px 5px;
}


.button:hover span {
    display: inline-block;
    transform: translate(5px, 0px);
}



.flex-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 130px;
}

.input-flex-container {
  display: flex;
  justify-content: space-around;
  align-items: top;
  width: 80vw;
  height: 100px;
  max-width: 1000px;
  position: relative;
  z-index: 0;
}


.input {
  width: 15px;
  height: 15px;
  background-color: #2C3E50;
  position: relative;
  border-radius: 50%;
}
.input:hover {
  cursor: pointer;
}
.input::before, .input::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  background-color: #212854;
  width: 10vw;
  height: 5px;
  max-width: 140px;
}



.input::after {
    left: 0px;
}


.input:first-child::before {
    display: none;
}

.input:last-child::after {
    display: none;
}


.input::before {
  left: calc(-8vw);
}
.input::after {
  right: calc(-4vw + 12.5px);
}

.input span {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

.input a,
.input a:visited {
color: #212854;
}


.input span::before, .input span::after {
  visibility: visible;
  position: absolute;
  left: 50%;
   width: 110px;
   text-align: center;
  line-height: 1;
}
.input span::after {
  content: attr(data-year);
  top: 25px;
  transform: translateX(-50%);
  font-size: 14px;
}
.input span::before {
  content: attr(data-info);
  top: -65px;
  width: 70px;
  transform: translateX(-5px) rotateZ(-45deg);
  font-size: 12px;
  text-indent: -10px;
}

.description-flex-container {
  width: 80vw;
  font-weight: 400;
  font-size: 22px;
  margin-top: 100px;
  max-width: 1000px;
}
.description-flex-container p {
  margin-top: 0;
  display: none;
}
.description-flex-container p.active {
  display: block;
}



.form {
    float: right;
    width: 35%;
}

.form input,
.form textarea {
    width: 100%;
    padding: 10px;
    background: rgba(255,255,255, 0.1);
    border: 2px solid rgba(255,255,255, 0.2) ;
    color: #c5c4c4;
    border-radius: 5px;
}


.form input:focus,
.form textarea:focus {
     background: rgba(255,255,255, 0.05);
    border: 2px solid rgba(255,255,255, 0.5) ;
    color: white;
}


.form textarea  {
    height: 100px;
}

fieldset {
    border: none;
    padding: 0px;
    margin: 0px 0px 15px;
}

footer h3 {
    margin: 16px 0px 0px;
}

.sherwin footer h3 {
    color: #F5F5F5;
    
}

h3 {
    font-family: "Quicksand", sans-serif;
    letter-spacing: 0.5px;
}



.starvist footer h3 {
    color: #848484;
}

.perma footer h3 {
    color: #F0F0F0;
}



.perma .form input.form-input-button {
    background-color: #617537;
}



.starvist .form input.form-input-button {
    background-color: #333;
    color: #666;
}

/******* COLLAGE ********/

.brick {
    position: relative;
}


.first-third {
    width: 33%;
    float: left;
}


.second-third {
    width: 35%;
    float: left;
}

.third-third {
    width: 32%;
    float: left;
}


.five {
    width: 41.6666%;
    float: left;
}

.seven {
    width: 58.333333%;
    float: left;
}


.six {
    width: 57.5%;
    float: left;
}



.four {
    width: 42.5%;
    float: left;
    
}

.two {
    width: 38.3333%;
    float: left;
}

.eight {
    width: 61.6666%;
    float: left;
}




img {
    width: 100%;
    vertical-align: bottom;
}

.anya .icons {
    margin-bottom: 50px;
    
}

.no-scale {
    width: auto !important;
    margin: 100px auto 120px;
    display: block;
    
}

   .profile {
        width: 30%;
    }



.actual-size {
    width: auto !important;
    display: block;
    margin: 0px auto;
}

video {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
  

.logo {
    float: left;

}


.logo img {
    float: left;
    width: 60px;

}


header {
    margin: 15px 0px;
}



footer {
    padding: 60px 0px;
    background-color: #1E1E1E;
    color: #666; 
}


footer p {
    color: #999; }


.form input.form-input-button {
    background-color: #606060;
    opacity: 0.8;
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    color: #F0F0F0;
    font-family: "Quicksand", sans-serif;
    -webkit-appearance: none;
    cursor: pointer;
}


.home .form input.form-input-button {
    color: white;
    
}



.form input.form-input-button:hover {
    opacity: 1;
}



.home footer {
    padding: 60px 20px;
    
}

.sherwin footer {
    background-color: #607DA8;
}



.starvist footer {
    background-color: black;
}



footer .text {
    width: 50%;
    float: left;
}


.sherwin footer p {
    color: #F5F5F5;
}



.starvist footer p {
    color: #4c4c4c;
}

footer a {
   text-decoration: underline !important;
    color: #999;
}

footer a:hover {
   color: #F4DDD4;
}

.perma footer a {
    color: #e5c7bc;
}

.perma footer {
    background-color: #759941;
}

.perma footer p {
    color: #F0F0F0;
}


.home .bottom-menu {
    display: none;
}

.message-text {
    color: #F4DDD4;
}

 .desktop-load {
        display: none;
        visibility: hidden;
    }
    




@media only screen and (min-width: 1600px) {

.wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0px auto;
    position: relative;
    
}

}


@media only screen and (max-width: 1100px) {
    
    .home h2old {
        font-size: 1.6em;
        margin-top: 15%;
        margin-left: 25px;}
    
}  

   


@media only screen and (max-width: 950px) {
  
     .quote span {
        text-align: center;
    }

    .hi {
     font-size: 24px;
    line-height: 1.5;
    margin: 0px 20px 40px 10px;
    }  
  
    .top p {
margin-top: 8px !important;
    }


.figma {
    height: 400px;
   width: calc(100% - 48px);
    margin: 0px 24px;
}
    
    .home .quote {
    font-size: 1.2em;
}

    
    .light-gray h2 {
    margin-top: 24px;
}

    

.portfolio {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    padding: 24px !important;
}
    
.home .name {
        visibility: hidden;
        display: block;
    }
    

 .profile {
        width: 20%;
    }

.tags {
    margin-right:auto;
   margin-left:auto;
   text-align:center;
     line-height: 40px;
    word-wrap: normal;
}
    
    
    
.tags li {
    display: inline;
    
    
    }

    
.column:first-child {
        margin-left: 5%;
    }
    
    .top img {
    margin-top: 0px;
}
  
    
.tile {
    padding: 40px 30px 30px; }    
    
    .input span::after {
        transform: translateX(-5px) rotateZ(-45deg);
    left: -60px;
    line-height: 1;
    top: 40;
    }
    
    
.stats div {
  
    font-size: 16px;
    float: none;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  
}
    
    
.stats div:last-child {
    margin-bottom: 0px;
    }

.stats div span {
    font-size: 60px;

}
    
    
.stats {
    margin: 0px auto;
    display: block;
}
    
    
    
    
    .module.parallax h1 { 
    font-size: 26px;
    }
    
     .module.parallax h1 span { 
    font-size: 14px !important;
    }
    
    .back-home {
        display: none;
    }   

    .margin-top {
    margin-top: 60px;
    text-align: center;
}

    
.home #effect-4 .overlay div h3,
    #effect-6 .overlay a.expand {
        text-decoration: underline;
        line-height: 2em;
       
    }
    
    
.top .padding-left {
    padding-left: 0px;
}    
    
    
    .home .two h2 {
    text-indent: -8px;
}
    
    .image-mar {
    margin-top: 60px;
}

  footer p {
    width: 100%;
}  
    
    .text {
        width: 100%;
    }
    
    .bottle {
        overflow: hidden;
    }
    
     .bottle img {
        width: 150% !important;
    }
    
    
    .bottle .sixth h1 {
        margin-top: 40px;
    }
    
    .starvist .module.parallax-1  {
        background-position: center top !important;
    }
    
    
    .back-home {
        margin-top: -40px;
    }
    
    .bottle .sixth {
    position: static;
    right: inherit;
    width: 90%;
    top: inherit;
    color: #113573 !important;
        float: none;
        margin: auto 5%;
}

.bottle .sixth h1 {
    color: #113573 !important;
}
   
    
    .home .wrapper {
    width: 100%;
        margin: 0px;
    }
    
.top h2 {
    
    font-size: 40px;
    }
    
.top p.secondary-text {
    text-align: center;
}  
    
    .top p.secondary-text {
        padding-right: 40px;
    }    
    

.wrapper-wide h2 {
    text-align: center;
}


.padding-right,
.padding-left {
    padding: 0px;  
}

   
    
.wrapper,
.black .wrapper,
.sixty, 
.fourty{
    width: 90%;
     margin: 0px 5%;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box; 
     float: none;
}
   
    
    
.wrapper-wide,
header .wrapper {
    padding: 0px;
    margin: 0px;
    
}
    
    
 header .wrapper {
        padding-right: 40px;
    }
    
    .top .wrapper-wide {
        padding-right: 0px;
    }    
    
    
.top {
    padding: 0px 0px 60px !important;
}
    
    
    .black .wrapper {
        padding-left: 10%;
        padding-right: 10%;
    }
       
    .home .wrapper {
        padding: 0px 20px;
    }
    
 section {
    padding: 80px 0px;
}
    
    
.home h2old {
        font-size: 1.6em;
        margin-top: 13%;
        margin-left: 20px;
        margin-top: 10px;}  
    
    
    
    
    .js-toggle-left-slidebar,
    .js-toggle-right-slidebar {
    width: 30px;
    height: 30px;
    left: auto;
    right: 20px;
    top: 20px;
    }

 .js-toggle-left-slidebar span,
 .js-toggle-right-slidebar span   {
    border-radius: 2px;
    margin-bottom: 4px;
    width: 30px;
}
  
#effect-4 .overlay div {

    top: 30%; }
    
.four #effect-4 .overlay div {
    top: 15%;
}
  
    .text h2,
    .text h1 {
        text-align: center !important;
        word-wrap:  normal;
    }
    
    
}  


@media only screen and (max-width: 750px) {
    
 .logo {
    float: left;
     height: 80px;
}
    
    .desktop-menu {
        visibility: hidden;
        display:none;
    }
    
    .js-toggle-left-slidebar {
        display: block;
    }
    
    .trust-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }   
    
    .rslides_nav {
  height: 45px;
  width: 20px;
    }
    
    
    .home h2old {
        font-size: 1.4em; }
    
    
    #effect-4 .overlay div {

    top: 25%; }
    
    .four #effect-4 .overlay div {
    top: 10%;
}
    
    
    
}


@media only screen and (min-width: 450px) and (max-width: 950px) {
    
 
    
    .img a span {
  top: 45%;
        font-size: 1.4em; }
    
    .perma .module.parallax-1 {
  background-image: url("../images/Perma-farm-banner2.jpg");

}
    
        .sip .module.parallax-1 {
  background-image: url("../images/sip-banner2.jpg");

}
  
    
            .bridge .module.parallax-1 {
  background-image: url("../images/bridge-banner2.jpg");

}
  
    
            .starvist .module.parallax-1 {
  background-image: url("../images/Starvist-banner2.jpg");

}
    
    
            .feather .module.parallax-1 {
  background-image: url("../images/packaging-banner2.jpg");

}
  
    
.sherwin .module.parallax-1 {
  background-image: url("../images/sherwin-banner2.jpg");

}
    
 .reagent .module.parallax-1 {
  background-image: url("../images/reagent-banner2.jpg");

}
       
    
        .relative {
  background-image: url("../images/perma-logo.jpg");
            background-size: 100% auto;

}

    
    .tamer .module.parallax-1 {
  background-image: url("../images/tamer-banner2.jpg");
     background-position: center top !important;
}
    
}


@media only screen and (max-width: 650px) {
    
     .img a span {
  top: 45%;
        font-size: 1em; }
    
.bridge3 {
    padding-bottom: 200px;}     
    
    
.personas .fourth {
    width: 80%;
    margin: 0px 10%;
    float: none;
}
    
    .personas .sixth {
    margin: 0px 10%;
    width: 80%;
    float: none;
}
    
    
.personas .sixth h1,
    .personas .sixth h2 {
        
        text-align: center;
    }
    
    
    .personas .sixth h1 {
        margin-top: 30px;
        
    }   
    
        .one-third {
    width: 45%;
    margin-left: 5%;
    
}
    
    .one-third + .clear {
        display: none !important;
    }
    
    
    .fifth p {
        display: none;
    }
    
    .starvist .fifth p {
        display: block;
        font-size: 0.8em;
    }
    
    
    
    .image-mar {
    margin-top: 50px;
}

    
    .actual-size {
    width: 60% !important;

}
    
    
    
    
h1 {
        font-size: 1.75em; }
    

    
    
h2 {
        font-size: 1.5em; }
 

    
.perma h2,
.starvist h2 {
    font-size: 1.2em;
    margin-top: 20px;
}
    
    .secondary li {
    display: block;
    float: none;
    margin-left: 35px;
        text-align:center;
}

.secondary ul {
    width: 100%;
    padding: 0px;
    margin: 0px;}
 
    .secondary a {
        text-align:center;
    }
    
    

   .home h2old {
        font-size: 1.4em;
        margin-top: 15%;}  
    
 .two h2 {
    margin-top: 15%; }

    
#effect-4 .overlay div h3,
#effect-6 .overlay a.expand    {
    font-size: 1.7em;
}

a.expand {
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-size: 1.2em;

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
    
     section {
    padding: 60px 0px;
}
   
    
         section.black {
    padding: 40px 0px 50px;
}
   
    
} 


@media only screen and (max-width: 550px) {
    
    .half {
        width: 100%;
        margin: 0px;
    }
    
    
    .half:last-child {
        margin-bottom: 90px;
    }
    
    .text h2 {
  margin: 20px 0px 5px;
}
   
    
.tamer h2 {
  font-size: 1.2em;
}
      
    
 img.margin {
    margin: 0%;
    width: 100% !important;
}
    

    .no-scale {
        margin: 0px 15% 40px;
    width: 70% !important;
    }
    
    .me {
        width: 100% !important;
        float: none;
        margin: 0px 0px 15px;
    }
    
      .wrapper {
    width: 86%;
          margin: 0px 7%;}
    
    
    .logo {
        width: 40px;
    }
    

    
.module.parallax {
    
        background-position: center 78px !important;}

   .home h2old {
        font-size: 1em;
        margin-top: 10%;} 
    
 .js-toggle-left-slidebar span {
    border-radius: 1.5px;
    margin-bottom: 4px;
    width: 25px;
    height: 3px;
}

    .two h2 {
    margin-top: 14%; }

    #effect-4 .overlay div h3,
    #effect-6 .overlay a.expand {
    font-size: 1.05em;
}
    
    #effect-4 .overlay div p {
    color: #F3DCD3;
}
    
    
    #effect-4 .overlay div {
    top: 30%;
    }

    #effect-4 .overlay div p {
    font-size: 0.8em !important;
}
    
        
    #effect-6 .img.hover .overlay a.expand {
  margin-top: -20px;
}


    
    
}  



@media only screen and (max-width: 450px) {
    

    
    .text h1+h2 {
        margin-top: 15px;
    }
    
    iframe.centered {
        display: none;
    }

.videoWrapper iframe.centered {
	display: block;
}

    
    
    .home .two h2 {
    text-indent: -4px;
}
    
  footer .text,
    .form {
        float: none;
        width: 100%;
    }
    
    
    .button {
    display: block;
        margin: 15px 20px 0px;
    }
    
    #effect-4 .overlay div h3 {
        margin-bottom: 10px;
    }
    
    #effect-4 .overlay div {
    top: 20%;
}
    
.four #effect-4 .overlay div {
    top: -5%;
}
    
.logo {
        width: 35px;
    }
    
    .module.parallax {
    
        background-position: center 72px !important;}
    
    
    #effect-4 .overlay div {

    width: 100%;
        margin: auto -50% auto 0; }
        

.home h2old {
        font-size: 1em;
        line-height: 1.4em;
        margin-top: 10%;} 
    
 .js-toggle-left-slidebar span {
    border-radius: 1.5px;
    margin-bottom: 4px;
    width: 25px;
    height: 3px;
}

    .two h2 {
    margin-top: 14%; }

    
 a.expand {
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 0.75em;
 border-width: 1px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
    
    #effect-6 .img.hover .overlay a.expand {
  margin-top: -15px;
}

    #effect-4 .overlay div p {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 0px;
        display: block;
        
    }
    
 
    .text {
        width: 100%;
    }
    
    
    .logo-info {
        display: none;
    }
    
    .fourth,
    .sixth {
        width: 100%;
        float: none;
    }
    
     .sixth { 
         margin-top: 20px;
         margin-left: 0px;
         
    }
    
     .sixth ul { 
         padding-left: 0px;
         margin-left: 20px;
    }
     
}  

@media only screen and (min-width: 950px) {
    

   
    
    .mobile-load {
        display: none;
        visibility: hidden;
    }
    
     .desktop-load {
        display: block;
        visibility: inherit;
    }
    
    
    .mobile-placeholder {
        display: none;
        visibility: hidden;
    }
    
     .desktop-placeholder {
        display: block;
       
    }
    

 .user-flow {
        background-image:  url(../images/Perma-app.jpg);}
    
.tamer .user-flow {
        background-image:  url(../images/tamer-user-flow.jpg);}
    
.bridge .user-flow {
        background-image:  url(../images/bridge-flow.jpg);
        color: #8BB5E7;}    

    
.reagent .user-flow {
        background-image:  url(../images/reagent-app-screens.jpg);}

.perma .module.parallax-1 {
  background-image: url("../images/Perma-farm-banner.jpg");
}
    
    .reagent .module.parallax-1 {
  background-image: url("../images/reagent-banner.jpg");
 background-color: #D3F0F4;
}
    
.bridge  .module.parallax-1 {
        background-image:  url(../images/bridge-banner.jpg);}
    
 
  .pj .module.parallax-1 {
  background-image: url("../images/hotschedules/user-experience-banner.jpg");
 
}

  
    
    

 .sip .module.parallax-1 {
  background-image: url("../images/sip-banner.jpg");
}
    
     .starvist .module.parallax-1 {
  background-image: url("../images/Starvist-banner.jpg");
} 
    
    
         .feather .module.parallax-1 {
  background-image: url("../images/packaging-banner.jpg");
} 
    
        
         .sherwin .module.parallax-1 {
  background-image: url("../images/sherwin-banner.jpg");
} 
    
    
    
 .relative {
  background-image: url("../images/perma-logo.jpg");
            background-size: 100% auto;

}
    
        .tamer .module.parallax-1 {
  background-image: url("../images/tamer-banner.jpg");
     background-position: center top !important;
}
    
    


}




@media print {
	[canvas] {
		-webkit-transform: translate( 0px, 0px ) !important;
		    -ms-transform: translate( 0px, 0px ) !important;
		        transform: translate( 0px, 0px ) !important;
	}

	[off-canvas] {
		display: none !important;
	}
}


@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 160px;
  }
}


