@charset "UTF-8";
/* CSS Document */

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; *behavior: url(boxsizing.htc); }
* {
  margin: 0;
}

html {
    font-size: 62.5%;
}

html, body {
    height: 100%;
	background-color: #f2f2f2;
}

body {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
    font-weight: 300;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.grid {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	padding: 0 25px;
}

.grid-item {
    float: left;
    padding: 0 10px;
    position: relative;
}

.one-whole {
	width: 100%;
}
.two-thirds {
	width: 66.66666%;
}
.one-half {
	width: 50%;
}
.one-third {
	width: 33.33333%
}
.one-quarter {
    width: 25%;
}
.three-quarters {
    width: 75%;
}
.one-fifth {
	width: 20%;
}
.one-sixth {
	width: 16.66666%;
}
.one-seventh {
	width: 14.28571429%
}
.one-eigth {
	width: 12.5%;
}
.one-ninth {
	width: 11.11111%;
}
.one-tenth {
	width: 10.000000%;
}
.one-eleventh {
	width: 9.090909%;
}
.one-twelfth {
	width: 8.3333333%;
}

@media screen and (min-width: 801px) and (max-width: 1000px) {
    .grid {
        width: 100%;
    }
    .grid-item {
    }
    .tablet-one-whole {
	   width: 100%;
    }
    .tablet-two-thirds {
        width: 66.66666%;
    }
    .tablet-one-half {
        width: 50%;
    }
    .tablet-one-third {
        width: 33.33333%
    }
    .tablet-three-quarters {
        width: 75%;
    }
    .tablet-one-quarter {
        width: 25%;
    }
    .tablet-one-fifth {
        width: 20%;
    }
    .tablet-one-sixth {
        width: 16.66666%;
    }
    .tablet-one-seventh {
        width: 14.28571429%
    }
    .tablet-one-eigth {
        width: 12.5%;
    }
    .tablet-one-ninth {
        width: 11.11111%;
    }
    .tablet-one-tenth {
        width: 10.000000%;
    }
    .tablet-one-eleventh {
        width: 9.090909%;
    }
    .tablet-one-twelfth {
        width: 8.3333333%;
    }
}

@media screen and (max-width: 800px) {
    .grid { 
        width: 100%;
    }
    .grid-item {
    }
    .mobile-one-whole {
	   width: 100%;
    }
    .mobile-two-thirds {
        width: 66.66666%;
    }
    .mobile-one-half {
        width: 50%;
    }
    .mobile-one-third {
        width: 33.33333%
    }
    .mobile-three-quarters {
        width: 75%;
    }
    .mobile-one-quarter {
        width: 25%;
    }
    .mobile-one-fifth {
        width: 20%;
    }
    .mobile-one-sixth {
        width: 16.66666%;
    }
    .mobile-one-seventh {
        width: 14.28571429%
    }
    .mobile-one-eigth {
        width: 12.5%;
    }
    .mobile-one-ninth {
        width: 11.11111%;
    }
    .mobile-one-tenth {
        width: 10.000000%;
    }
    .mobile-one-eleventh {
        width: 9.090909%;
    }
    .mobile-one-twelfth {
        width: 8.3333333%;
    }
}

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

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 1.5px;
    margin: 0;
	padding: 0;
    line-height: normal;
    text-align: center;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; color: #000 !important; text-decoration: none; }

h1 { font-size: 25px; font-weight: 300; text-align: left; }
h2 { font-size: 4.5em; font-weight: 100; text-align: left; margin-bottom: 15px; font-family: 'Pavanam', Helvetica, Arial, sans-serif;}/*reserved for homepage feature images */
h3 { font-size: 3em; font-weight: 100; color: #414042; text-align: center; margin-bottom: 25px; }
h4 { font-size: 1.5em; margin-bottom: 25px; text-align: left; font-weight: 100; } /*reserved for footer headers */
h5 { font-size: 1.5em; margin-bottom: 15px; margin-top: 15px; font-weight: 300; }
h6 { font-size: 10px; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-just { text-align: justify; }
.lowerCase {text-transform: none;}
.upperCase {text-transform: uppercase;}

.hover:hover {
    cursor: pointer;
}

.flLeft {float: left;}
.flRight {float: right;}
.no-pad { padding: 0;}

.border-right {
    border-right: 1px solid #ccc;
}
.border-left {
    border-left: 1px solid #ccc;
}

.margin-bottom25 {
    margin-bottom: 25px;
}

.margin-auto {
    margin: 0 auto;
}
.spacer50 {
    width: 100%;
    height: 50px;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-300 {
    font-weight: 300;
}

a {
    text-decoration: none; 
    color: inherit; 
    outline: 0;
    -webkit-transition:color .1s ease-in;
    -moz-transition:color .1s ease-in;
    -o-transition:color .1s ease-in;
    transition:color .1s ease-in;
}

a:hover { 
    opacity: 0.5;
}

p {
    font-size: 1.15em;
    text-align: justify;
    line-height: 1.5em;
    margin-bottom: 10px;
}

ul {padding: 0; list-style: none;}
ol {padding: 0;}

i {
    margin: 0px auto;
}

button {
	background-color: #f26c4f;
	margin: 0;
	padding: 7px 12px;
	appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none;
	border-top: unset;
    border-right: unset;
    border-left: unset;
    border-bottom: 3px solid #b4533e;
    color: #ffffff;
    font-weight: 100;
    text-transform: uppercase;
    border-radius: 25px;
}
button:hover {
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition:opacity .1s ease-in;
    -moz-transition:opacity .1s ease-in;
    -o-transition:opacity .1s ease-in;
    transition:opacity .1s ease-in;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none;
    
}
input, textarea {
    display: block;
    width: 100%;
    padding: 12px!important;
    font-size: 14px;
    margin-bottom: 10px;
    border: unset;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none;
    background-color: #f2f2f2;
}
input[type=submit] {
    padding-top: 12px;
    padding-bottom: 10px;
    background-color: #f26c4f;
    border: none;
    border-bottom: 3px solid #b4533e;
    border-radius: 0px;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    
}
input[type=submit]:hover {
    cursor: pointer;
    background-color: #b4533e;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.desktop-hidden {
    display: none;
}

.orange {
    color: #f26c4f;
}
.white {
    color: #fff;
}
.lightBlue {
    color: #f5f8fc;
}
.bgDarkGrey {
	background-color: #414042;
}
.bgOrange {
	background-color: #f26c4f;
}
.bgWhite {
    background-color: #ffffff;
}
.bgGrey {
    background-color: #f2f2f2;
}
.bgLightBlue {
    background-color: #7bcae0;
}
.width50 {
    width: 50%;
    margin: 0 auto;
}

.seperator {
	width: 100%;
	border-top: 1px solid #f2f2f2;
	margin: 50px auto 50px;
}

header {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}
main {
    width: 100%;
    min-height: calc(100vh - 400px);
	position: relative;
}
section.outer {
    width: 100%;
    padding: 100px 0;
}
section.inner {
    padding: 0 25px;
    position: relative;
}
footer {
    min-height: 300px;
    width: 100%;
    background-color: #414042;
    color: #ffffff;
    font-size: 1em;
    font-weight: 300;
    padding: 50px 25px 0;
}
footer a:hover {
    text-decoration: underline;
    opacity: 0.75;
}

header section {
    position: relative;
    height: 50px;
}

#logo {
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
    z-index: 10;
}
#logo img {
    max-width: 80px;
    width: 80px;
}
#nav {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
#nav > li {
    display: inline-block;
    padding: 1px 20px;
    position: relative;
}
#nav li a {
    border-bottom: 2px solid #ffffff;
    transition: border 200ms ease;
    display: block;
}
#nav li a:hover {
    border-bottom: 2px solid #f26c4f;
    transition: border 200ms ease;
}
/*
#nav ul {
    position: absolute;
    white-space: nowrap;
    z-index: 1;
    left: -99999em;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
}*/
#nav ul {
    background-color: #fff;
    white-space: nowrap;
    position: absolute;
    text-align: left;
}
#nav ul li a {
    padding: 12px;
}
/*
#nav > li:hover > ul {
  left: auto;
  padding-top: 5px;
  min-width: 100%;
}
#nav > li li:hover > ul { 
  left: 100%;
  margin-left: 1px;
  top: -1px;
}*/
#try-button {
    border-left: 1px solid #d2d2d2;
}
#login-button {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
    z-index: 10;
}
.get-button {
    margin-top: 25px;
}
.headerPhone {
    width: 100%;
    padding: 7px 25px;
    text-align: right;
    border-bottom: 1px solid #e4e4e4;
}
section p {
    font-size: 1.20em;
}
.vert-align-container{
    display: flex;
}
.vert-align-element {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    width: 75%;
}
section.no-bot-padding {
    padding-bottom: 0;
}
section.no-bot-padding img {
    vertical-align: bottom;
}
.user-section h2 {
    text-align: center;
}
.user-section p {
    margin-top: 20px;
}
.user-section .circle {
    border: unset;
    background-color: #f26c4f;
}
.user-section .circle i {
    font-size: 4.5em;
    color: #f2f2f2;
}
.user-content {
    margin-bottom: 50px;
}
.stats-container, .about-stats-container {
    margin-top: 25px;
}
.stats-container h3, .about-stats-container h3 {
    margin-bottom: 10px;
}
.stats-container span, .about-stats-container span {
    display: block;
    width: 100%;
    text-align: center;
}
.icon-container .grid-item {
    padding: 0 50px;
}
.icon-container canvas {
    max-height: 125px;
    max-width: 125px;
    margin: 0 auto;
}
.chart-container {
    position: relative;
}
.chart-value {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    font-size: 30px;
}
.circle {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    background-color: #7bcae0;
    margin: 0 auto;
    position: relative;
    transform-origin: center center;
}
.circle, .feature-icon {
    -webkit-transform: scale(0.01);
    -moz-transform: scale(0.01);
    -ms-transform: scale(0.01);
    -o-transform: scale(0.01);
    transform: scale(0.01);
}
.circle-already-visible {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.circle-visible {
    -webkit-transition: all 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.35s;
    -moz-transition: all 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.35s;
    -ms-transition: all 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.35s;
    -o-transition: all 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.35s;
    transition: all 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.35s;
    transform: scale(1);
}
.circle i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    font-size: 43px;
    color: #fff;
}
.image-up, .feature-img-container {
    -webkit-transform: translateY(300px);
    -moz-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -o-transform: translateY(300px);
    transform: translateY(300px);
    opacity: 0;
}
.image-up-animation {
    -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
     -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.features-user-header {
    padding: 25px 0;
}
.features-user-header h2 {
    margin-bottom: 0px;
}
.features-user-header h3 {
    text-align: left;
    margin-bottom: 0;
}
.feature-quick-icons {
    color: #ffffff;
}
.feature-quick-icons h2 {
    text-align: center;
    margin-bottom: 50px;
}

.feature-quick-icons div {
    text-align: center;
}
.feature-quick-icons i {
    font-size: 4em;
    text-align: center;
}
.features-vert-align {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
    padding-bottom: 100px; /*to offset bottom padding of section = 0*/
}
.features-container h2 {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 100;
}
.feature-img-container {
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    
}
.feature-img-container img {
    vertical-align: bottom;
}

.pricing-container {
    text-align: center;
}
.pricing-content {
    padding: 25px;
    box-shadow: 2px 2px 0px 0px #ccc;
    -moz-box-shadow: 2px 2px 0px 0px #ccc;
	-webkit-box-shadow: 2px 2px 0px 0px #ccc;
}
.pricing-price span {
    font-size: 0.4em;
    vertical-align: super;
}
.pricing-price {
    font-size: 6em;
    font-weight: 100;
    margin-bottom: 15px;
    line-height: 0.9em;
}
.pricing-for {
    font-size: 2.25em;
    font-weight: 300;
    margin-bottom: 20px;
}
.pricing-time {
    font-size: 1.5em;
    font-weight: 100;
    margin-bottom: 10px;
}
.pricing-contact-container {
    color: #ffffff;
    font-size: 2.25em;
}
.pricing-contact-button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
    width: 100%;
}
.pricing-contact-button button {
    background-color: #ffffff;
    border-bottom-color: #b9b9b9;
    color: #000000;
    width: 100%;
    font-size: 1.25em;
    padding: 15px;
}
.pricing-list {
    font-size: 1.15em;
    text-align: left;
    margin-top: 25px;
    padding: 0 15px;
}
.pricing-list li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}
.pricing-list li i {
    position: absolute;
    left: 0;
    /*top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);*/
}

.about-mission-container {
    color: #ffffff;
}
.about-container h5 {
    text-align: left;
    font-size: 2em;
    font-weight: 100;
    margin-bottom: 6px;
}
.about-container h6 {
    text-align: left;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 15px;
}
.about-container img {
    text-align: center;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
}
.about-container p {
    margin-bottom: 15px;
}
.about-contact-container {
    color: #ffffff;
    font-size: 2.25em;
}
.about-bio-container {
    /*margin-top: 50px;*/
}
.bio-content {
    padding: 0 25px;
}
.about-bio-content {
    padding: 25px;
    box-shadow: 2px 2px 0px 0px #ccc;
    -moz-box-shadow: 2px 2px 0px 0px #ccc;
	-webkit-box-shadow: 2px 2px 0px 0px #ccc;
}
.about-bgWhite {
    background-color: #ffffff;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 5px;
    /*border-left: 3px solid #f26c4f;*/
}

#contact-form input[type=text], #contact-form textarea {
    
}
.contactPhone {
    font-size: 2em;
    text-align: center;
    width: 100%;
    color: #fff;
}
#map {
    width: 100%;
    height: 500px;
}
footer p {
    width: 75%;
}
footer input[type=email] {
    border-bottom: 3px solid #615f61;
}

#footer-nav li {
    margin: 10px 0;
}
#footer-nav a {
    padding: 5px 0;
}
#footer-nav i {
    margin-right: 3px;
    -webkit-transition:padding .1s ease-in;
    -moz-transition:opacity .1s ease-in;
    -o-transition:opacity .1s ease-in;
}
#footer-nav a:hover i {
    padding-right: 5px;
}

.footer-last {
    border-top: 1px solid #8b8b8b;
    padding: 25px 0;
    margin-top: 50px;
    font-size: 0.7em;
}

.footerPhone {
    margin-bottom: 15px;
}

/* Mobile Nav Bars */
#sidebarbtn {
  display: none;
  position: absolute;
  top: 50%;
  left: 25px;
  /*height: 20px;*/
  line-height: 16px;
  margin: 0;
  color: #231f20;
  font-family: Baskerville2BTRoman, "Times New Roman", Georgia, Serif;
  z-index: 999;
    -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#sidebarbtn .inner-sidebar {
  width: 24px;
  height: 15px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer
}

#sidebarbtn .inner-sidebar span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #555;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}

#sidebarbtn .inner-sidebar span:nth-child(1), #sidebarbtn .inner-sidebar span:nth-child(2) {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center
}

#sidebarbtn .inner-sidebar span:nth-child(1) {
  top: 0;
  transform-origin: left center
}

#sidebarbtn .inner-sidebar span:nth-child(2) {
  top: 8px;
  transform-origin: left center
}

#sidebarbtn .inner-sidebar span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center
}

#sidebarbtn .inner-sidebar.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 0
}

#sidebarbtn .inner-sidebar.open span:nth-child(2) {
  width: 0;
  opacity: 0
}

#sidebarbtn .inner-sidebar.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 17px;
  left: 0
}

.onboarding-section {
    max-width: 800px;
}

.timeContainer {
    position: relative;
    height: 225px;
    padding: 50px 25px 50px 25px;
}
.timeHeaderContainer {
    margin-bottom: 50px;
}
.timeIconContainer {
    position: absolute;
    top: 50px;
    left: 25px;
    width: 75px;
}
.timeCircle {
    width: 75px;
    height: 75px;
    line-height: 0.7em;
    border-radius: 100%;
    background-color: #7bcae0;
    border: 1px solid #ffffff;
    margin: 0 auto;
    text-align: center;
    font-size: 1.85em;
    position: relative;
    color: #fff;
}
.timeCircle div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.timeCircle div span {
    font-size: 0.6em;
}
.timeReq {
    margin-top: 10px;
    font-size: 0.7em;
    text-align: center;
}
.timeReq span {
    font-weight: 600;
}
.timeContent {
    width: 100%;
    padding-left: 100px;
}
.timeContent h3 {
    text-align: left;
    font-size: 1.3em;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}
.timeConent p {
    margin-top: 5px;
    font-size: 1em;
    color: #000;
}