/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   Fonts */

@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,500,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   General Styles */

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #FFF;
    color: #0D1E2B;
    text-shadow: none;
}

.centered {
	text-align: center
}

.mt {
	margin-top: 80px;
}

.mb {
	margin-bottom: 80px;
}

.mbx2 {
	margin-bottom: 160px;
}

hr.gradient {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 100%);
}

body {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: gray;
	background-color: #F2F2F2;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
    color: #222;
}

mark {
	background: #DBC819;
	padding: 2px 5px;
	font-weight: bold;
	font-size: inherit;
	color: #000;
	text-shadow: -1px 1px 2px #FFF;
}

.center {
	text-align: center;
}

.section-title {
	color: #555;
	font-size: 15px;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 30px;
	border-top: .5px solid #e1dfdf;
	display: inline-block;
}

#img-cover {
	width: 100%;
}

/* Pointer Arrow */

.arrow-wrap {
  position: relative;
  z-index:1;
  left:50%;
	margin-left:-5em;
  background: #111;
  width:10em;
  height:10em;
  padding:4em 2em;
  border-radius:50%;
	display:block;
  box-shadow:0px 0px 5px 0px #FFF;
	opacity: 1;
	font-size: 0.5em;
	top: 6em;
}

.arrow {
  float:left;
  position:relative;
  width: 0px;
height: 0px;
border-style: solid;
border-width: 3em 3em 0 3em;
border-color: #ffffff transparent transparent transparent;
  -webkit-transform:rotate(360deg)
}

.arrow:after {
  content:'';
  position:absolute;
  top:-3.2em;
  left:-3em;
  width: 0px;
height: 0px;
border-style: solid;
border-width: 3em 3em 0 3em;
border-color: #111 transparent transparent transparent;
  -webkit-transform:rotate(360deg)
}


.hint {
  position:absolute;
  top:0.6em;
  width:100%;
  left:0;
  font-size:2em;
  font-style:italic;
  text-align:center;
  color:#fff;
  opacity:0;
}


.arrow-wrap:hover .hint {
  opacity:1;
}


  @-webkit-keyframes arrows {
    0% { top:0; }
    10% { top:12%; }
    20% { top:0; }
    30% { top:12%; }
    40% { top:-12%; }
    50% { top:12%; }
    60% { top:0; }
    70% { top:12%; }
    80% { top:-12%; }
    90% { top:12%; }
    100% { top:0; }
  }

  .arrow-wrap .arrow {
    -webkit-animation: arrows 2.8s 0.4s;
    -webkit-animation-delay: 3s;
  }

  .flex-container {
	  display:flex;
  }

  .flex-child {
	  flex: 1;
  }

  .flex-center-container {
	  display:flex;
	  justify-content: center;
  }

  .flex-center-vrt-container-column{
	  display:flex;
	  justify-content: center;
	  flex-direction: column;
  }

  .flex-container-column-end{
	  display:flex;
	  justify-content: flex-end;
	  flex-direction: column;
  }

  .flex-center-container-column{
	  display:flex;
	  align-items: center;
	  flex-direction: column;
  }

  .flex-wrap {
	  flex-wrap:wrap;
  }

.link-wht {
	color: #FFF;
}

.link-silver {
	color: silver;
}
  
  .blue-text { 
	  color: dodgerblue;
  }
  .blue-text.xxxl {
	  font-size: 50px;
  }
  .blue-text.lg {
	  font-size: 20px;
  }

  .jumbo-text {
  	font: 48px/57px 'Nunito Sans', sans-serif;
  	color: #000000;
  	font-weight:800;
  }
  .jumbo-text.sm {
	  font-size: 40px;
  }
  .jumbo-text.xs {
	  font-size: 25px;
  }
  .jumbo-text.tiny {
  	  font-size: 18px;
  }

  .pad-sides-lg{
	  padding-left: 20px;
	  padding-right: 20px;
  }
  .pad-sides-xxl {
	  padding-left: 40px;
	  padding-right: 40px;
  }
  .pad-top-md {
	  padding-top: 10px;
  }
  .pad-top-lg {
	  padding-top:20px;
  }


  .margin-top-lg {
	  margin-top:20px;
  }
  .margin-top-xl {
	  margin-top:30px;
  }
  .margin-top-xxl {
	  margin-top:50px;
  }
  .margin-bottom-xl {
	  margin-bottom: 30px;
  }
  .margin-bottom-xxl {
	  margin-bottom:50px;
  }
  .margin-right-sm {
	  margin-right:5px;
  }

  .included {
	  font-weight:bold;
	  color: #000000;
	  line-height: 30px;
  }
  .not-included {
	  text-decoration: line-through;
	  line-height: 30px;
  }

  .price-block {
	  background-color: #e8e8e8;
	  border: 1px solid #F2F2F2;
  }
  .price-block:hover {
	  box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.2);
	  background-color:white;
	  transform: scale(1.08) translateY(-5px);
	  z-index: 1;
	  border-bottom: 0 none;
  }
  .price-block:hover .hidden-unless-active {
	  visibility:visible;
  }
  .price-block:hover .text-dynamic {
	  color:#000000;
  }

  .hidden-unless-active {
	  visibility: hidden;
  }
  .hidden-unless-hover:hover {
	  visibility: visible;
  }

  .btn-dynamic {
  	color: darkgrey;
  	background-color: white;
  	text-transform: uppercase;
  	font-family: 'Roboto', sans-serif;
  	font-weight: 700;
	border-bottom-color: darkgrey;
	border-bottom-width: 4px;
  }

  .text-dynamic, .color-text-dynamic {
	  color: darkgrey;
  }


#solutions h1 {
	color: #FFF;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   Navbar Styles */

.navbar {
	margin-bottom: 0;
}

.navbar-brand {
	font-weight: 700;
}

.navbar-default .navbar-brand {
	color: white;
}

.navbar-default {
	background-color: #13171c;
	border-bottom: 0 solid #333;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: transparent;
	border-bottom: 2px solid #29AAE2
}

.navbar-default .navbar-nav > li > a {
	color: #29AAE2;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
	color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #29AAE2;
}

.button-style {
	color: #FFF;
	background-color: orange;
}

.navbar-align {
	text-align: right;
}

.logo-padding {
	padding-top: 20px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   Hero Content */

#headerwrap {
	padding-top: 0px;
	text-align: left;
	background-attachment: relative;
	background-position: center center;
	background-size: cover;
	min-height: 400px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-color: #2A3990;
}

.header_text_wrapper {
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}

.header_text_wrapper > div{
	position: relative;
	padding-top: 10px;
}

.header_text_wrapper img {
	position: absolute;
	left: 14%;
	width:50%;
}

#headerwrap .brand {
	font-family: 'Nunito', sans-serif;
	color: #FFF;
	font-weight: 900;
	font-size: 26px;
	padding-top: 190px;
}

#headerwrap .brand-accent {
	font-family: 'Nunito', sans-serif;
	color: #FEEA2F;
	font-weight: 900;
	font-size: 26px;
	padding-top: 190px;
}

#headerwrap h1 {
	font-family: 'Nunito', sans-serif;
	color: #FFF;
	font-weight: 900;
	font-size: 36px;
	padding-top: 190px;
}

#headerwrap h2 {
	font: 27px/32px 'Nunito', sans-serif;
	font-weight: 400;
	color: #FEEA2F;
	padding-bottom: 25px;
	text-align: left;
	margin-top: -18px;
}

#headerwrap h3 {
	font: 18px/21px 'Nunito', sans-serif;
	font-weight: 400;
	color:#FFF;
	padding-bottom: 10px;
}

#sub-hero {
	background: url(../img/sub-hero-phone.jpg) #FFF;
	min-height: 600px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   How It Works */

#how-it-works {
	background-color: #FFF;
	padding: 70px 9% 50px;
	text-align: center;
}

#how-it-works h1 {
	color: #222;
	font: 31px/35px 'Nunito', sans-serif;
	font-weight: 300;
	padding-right: 12%;
	padding-left: 12%;
	padding-bottom: 40px;
}

#how-it-works h2 {
	font: 21px/21px 'Nunito', sans-serif;
	font-weight: 800;
	padding: 0;
}


#how-it-works h3 {
	color: #222;
	font: 17px/21px 'Nunito', sans-serif;
	font-weight: 400;
	padding: 0;
}

#how-it-works p {
	color: #555;
	font-size: 15px;
	padding: 0 20px 20px;
	text-align: center;
}

#how-it-works .timeframe {
	color: #35BC22;
	font-size: 15px;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 10px;
	display: block;
	margin: 1px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   Recent Work */

#work {
	background-color: #FFF;
	padding-right: 9%;
	padding-left: 9%;
	text-align: center;
	padding-bottom: 100px;
}

#work h1 {
	color: #222;
	font: 31px/35px 'Nunito', sans-serif;
	font-weight: 300;
	padding-right: 12%;
	padding-left: 12%;
	padding-bottom: 40px;
}

#work h2 {
	color: #222;
	font: 15px/16px 'Nunito', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 10px;
	display: block;
	margin: 1px;
	padding-bottom: 20px;
}

#work h3 {
	color: #222;
	font: 17px/21px 'Nunito', sans-serif;
	font-weight: 400;
	padding: 0;
}

#work p {
	color: #555;
	font-size: 15px;
	padding: 0 20px 20px;
	text-align: center;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Testimonials */
   

#testimonials {
	background-color: #FFF;
	padding-right: 9%;
	padding-left: 9%;
	padding-bottom: 150px;
	text-align: center;
}

.testimonial {
	color: #555;
	font: 32px/34px 'Nunito', sans-serif;
	font-weight: 300;
	padding-top: 15px;
	padding-bottom: 15px;
}

.name {
	color: #8CC63F;
	text-transform: uppercase;
	font: 14px/16px 'Nunito', sans-serif;
	font-weight: 800;
}

.title {
	color: #555;
	font: 14px/16px 'Nunito', sans-serif;
	font-weight: 300;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   Pricing */

#pricing {
	background-color: #FFF;
	padding-right: 9%;
	padding-left: 9%;
	text-align: center;
	padding-bottom: 100px;
}

#pricing h1 {
	color: #222;
	font: 31px/35px 'Nunito', sans-serif;
	font-weight: 300;
	padding-right: 12%;
	padding-left: 12%;
	padding-bottom: 40px;
}

#pricing h2 {
	color: #103754;
	font-family: 'Nunito', sans-serif;
	font-size: 21px;
	font-weight: 800;
}

#pricing h3 {
	color: #555;
	font: 47px/49px 'Nunito', sans-serif;
	font-weight: 400;
	padding: 0;
}

#pricing .caption {
	color: #555;
	font: 15px/21px 'Nunito', sans-serif;
	font-weight: 400;
	padding: 0 0 25px;
	margin-top: -15px;
}

#pricing .payment {
	color: #555;
	font: 15px/21px 'Nunito', sans-serif;
	font-weight: 400;
	padding: 15px 0 85px;
}

#pricing .included-star {
	color: #8CC63F;
}

#pricing p {
	color: #555;
	font-size: 15px;
	padding: 0 20px 20px;
	text-align: center;
}

#pricing .great-for {
	color: #619121;
	font-size: 15px;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 10px;
	display: block;
	margin: 1px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   Solutions */

#solution-block {
	background-color: #FFF;
	padding: 50px 10% 80px;
	text-align: center;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	z-index: 10001;
}

.featured-solution {
	z-index: 10008;
	position: relative;
	clear: both;
	margin-top: -300px;
}

hr {
	border-top: 2px dotted #FFF;
	display: block;
	margin-right: 40%;
	margin-left: 40%;
}

#solution-block h1 {
	color: #222;
	font: 31px/35px 'Nunito', sans-serif;
	font-weight: 300;
	padding-top: 45px;
	padding-right: 12%;
	padding-left: 12%;
}

#solution-block h2 {
	color: #103754;
	font-family: 'Nunito', sans-serif;
	font-size: 21px;
	font-weight: 800;
}

#solution-block h3 {
	color: #222;
	font: 17px/21px 'Nunito', sans-serif;
	font-weight: 400;
}


#solution-block p {
	color: #555;
	font-size: 15px;
	padding: 0 20px 20px;
	text-align: center;
}

#solution-block .desc {
	display: inline;
	color: silver;
	font-style: italic;
	text-align: left;
	float: left;
}


#solution-block .lead {
	color: #444;
	font: 21px/28px 'Roboto', sans-serif;
	font-weight: 300;
	padding: 15px 3% 100px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   Contact Form */
   
#subForm {
}

#contact-form {
	background-color: #FFF;
	padding: 110px 10% 80px;
	text-align: center;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	z-index: 10001;
}

.featured-solution {
	z-index: 10008;
	position: relative;
	clear: both;
	margin-top: -300px;
}

hr {
	border-top: 2px dotted #FFF;
	display: block;
	margin-right: 40%;
	margin-left: 40%;
}

#contact-form h1 {
	color: #222;
	font: 31px/35px 'Nunito', sans-serif;
	font-weight: 300;
	padding-top: 45px;
	padding-right: 12%;
	padding-left: 12%;
}

#contact-form h2 {
	color: #103754;
	font-family: 'Nunito', sans-serif;
	font-size: 21px;
	font-weight: 800;
}

#contact-form h3 {
	color: #222;
	font: 17px/21px 'Nunito', sans-serif;
	font-weight: 400;
}


#contact-form p {
	color: #555;
	font-size: 15px;
	padding: 0 20px 20px;
	text-align: center;
}

#contact-form .desc {
	display: inline;
	color: silver;
	font-style: italic;
	text-align: left;
	float: left;
}


#contact-form .lead {
	color: #444;
	font: 21px/28px 'Roboto', sans-serif;
	font-weight: 300;
	padding: 15px 3% 100px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Activities*/

.activities {
	text-align: left;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Platform Features */

#platform-features {
	width: 100%;
	background-color: #FFF;
	text-align: center;
	padding-bottom: 150px;
}

.item {
	padding-top: 15px;
	padding-bottom: 15px;
}

.item-featured {
	padding-top: 25px;
	padding-bottom: 40px;
	background-color: #e2e2e2;
}

#platform-features h1 {
	font-family: 'Nunito Sans', sans-serif;
	color: #000;
	font-size: 38px;
	padding-top: 60px;
	padding-bottom: 55px;
	font-weight: 800;

}

#platform-features h2 {
	font-family: 'Roboto', sans-serif;
	color: silver;
	font-size: 21px;
	padding-top: 10px;
	text-align: center;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	box-shadow: 0 0;
	padding-bottom: 10px;
	position: relative;
	display: block;
	clear: left;
}

#platform-features h3 {
	font: 16px/21px 'Roboto', sans-serif;
	color: #000;
	text-align: left;
	font-weight: 700;
	margin-bottom: -5px;
}

#platform-features p {
	font: 16px/21px 'Roboto', sans-serif;
	color: gray;
	padding-top: 10px;
	text-align: left;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Footer */

#footer {
	padding-top: 70px;
	padding-bottom: 50px;
	background-color: #000;
	text-align: center;
}

#footer h1 {
	color: #FFF;
	font-size: 18px;
}

#footer p {
	color: silver;
	font-size: 15px;
	font-weight: 400;
}

#footer a {
	color: silver;
	font-size: 15px;
}

.copyright {
	display: inline-block;
	padding-top: 100px;
	padding-bottom: 50px;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
}

.sitelink  {
	color: #666;
}

#terms {
	color: #555;
	font-size: 15px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Parallax and Media Queries */

section.module.parallax {
  height: 400px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
	padding-left: 10%;
	padding-right: 10%;
}


@media all and (min-width: 1080px) {
  section.module.parallax-1 {
    background-image: url("../img/back.jpg");
  }
  section.module.parallax h1 {
	  font-size: 160px;
  }
}

@media all and (max-width: 1079px) {
  section.module.parallax-1 {
    background-image: url("../img/back.jpg");
  }

  #sub-hero {
  	background: url(../img/sub-hero-phone_med.jpg) #FFF;
  	min-height: 400px;
  	background-repeat: no-repeat;
  	background-size: cover;
  }

  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}

@media all and (max-width: 487px) {
  section.module.parallax-1 {
    background-image: url("../img/back.jpg");
  }

  #sub-hero {
  	background: url(../img/sub-hero-phone_small.jpg) #FFF;
  	min-height: 400px;
  	background-repeat: no-repeat;
  	background-size: cover;
  }
  
  #pricing {
  	padding: 0;
  }
  
  td {
    background:#FFFFFF;
    padding:10px;
    text-align:left;
    vertical-align:middle;
    font-weight:300;
    font-size: 15px;
    border-right: 0px solid #C1C3D1;
  	line-height: 17px;
  }
  
  .table-fill {
    background: white;
    border-collapse: collapse;
    margin: auto;
    padding: 5px 2%;
    width: 100%;
  }


  section.module.parallax h1 {
    font-size: 160px;
  }

}

