/* Fonts
====================================================== */

@import url("http://hello.myfonts.net/count/2669c5");
  
@font-face {font-family: 'HelveticaNeueLTCom-Lt';src: url('webfonts/2669C5_0_0.eot');src: url('webfonts/2669C5_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2669C5_0_0.woff') format('woff'),url('webfonts/2669C5_0_0.ttf') format('truetype');}
  
@font-face {font-family: 'HelveticaNeueLTCom-Roman';src: url('webfonts/2669C5_1_0.eot');src: url('webfonts/2669C5_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2669C5_1_0.woff') format('woff'),url('webfonts/2669C5_1_0.ttf') format('truetype');}

/* General
====================================================== */

h1, h2, h3, h4, h5, h6, p {
  font-family: Helvetica, Arial, sans-serif;
}

html {
  position: relative;
  height: 100%;
}

body {
  height: 100%;
}

.page-wrap {
  min-height: 100%;
  padding-top: 64px;
}

.page-wrap:after {
  content: "";
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "HelveticaNeueLTCom-Lt",Helvetica,Arial,sans-serif;
  font-weight: normal;
  line-height: 1;
  color: #39B449;
}

h1 {
  font-size: 40px;
}

a, p, li {
  font-family: "HelveticaNeueLTCom-Roman",Helvetica,Arial,sans-serif;
}

a {
  color: #39B449;
  cursor: pointer;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #0065b2;
  text-decoration: none;
}

footer a {
  color: #fff;
}

footer a:hover, footer a:focus {
  color: #fff;
}

p, li {
  font-size: 18px;
  line-height: 1.5;
  color: #737373;
}

ul {
  padding-left: 20px;
}

textarea {
  resize: none;
}

.container {
  max-width: 960px;
}

.container.img-divider {
  max-width: none;
  height: 500px;
  padding: 0;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.anchor {
  display: block;
  height: 70px; /*same height as header*/
  margin-top: -70px; /*same height as header*/
  visibility: hidden;
}

/* Navigation Bar
====================================================== */
.powered-by {
  vertical-align: bottom;
  margin-left: 10px;
}

.navbar-default {
  background: #ffffff;
  padding: 10px 0;
}

.navbar-default .navbar-nav > li > a {
  text-decoration: none;
}

.navbar-inverse {
  background-color: #4B4741;
  border: 0 none;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: rgba(0, 0, 0, 0.3);
}

.navbar-inverse .nav > li > a {
  font-size: 17px;
  line-height: 17px;
  color: #dededf;
  border-bottom: #4b4741 5px solid; 
  padding-top: 20px;
}
  
.navbar-inverse .nav > li > a:hover {
  border-bottom: #0073d0 5px solid; 
}

/* Home Hero
====================================================== */

.hero h1 {
  font-size: 45px;
  margin-bottom: 0px;
}

.inverse.hero h1, .inverse.hero p.lead {
  color: #fff;
}

.inverse.hero p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}

.inverse.hero p.lead {
  font-size: 30px;
}

.hero-download {
	margin-bottom: 5px;
}

.hero-download div {
  text-align: center;
}

.hero-download div a {
  display: inline-block;
}

/* Row Styling
====================================================== */

.sticky {
  background-image: url("../img/background-pattern.gif");
}

.sticky.grey {
  background: rgb(243, 243, 245);
}

.pull-center-vertical {
  vertical-align: middle;
}

.img-section {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.blur {
  height: 100%;
  top: 0px;
  left: 0px;
  width: 100%;
  position: absolute;
  background: white;
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
  opacity: 0.4;
}

.inverse {
  background: #0073d0;
}

.inverse h1, .inverse h2, .inverse h3, .inverse p, .inverse li {
  color: #fff;
}

.feature {
  text-align: center;
  padding: 20px 0;
}

.feature .glyphicon {
  padding: 10px;
  font-size: 35px;
  color: #129AB2;
}

.feature h4 {
  color: #666666;
  padding: 10px;
  font-size: 1.6em;
  font-weight: normal;
}

.feature p {
  padding: 10px;
  color: #666666;
  font-size: 1.2em;
}

.top-spacing {
  padding-top: 40px;
}

/* Buttons
====================================================== */
a.btn {
  text-decoration: none;
}

.btn-primary {
  background-color: #39B449;
  border-color: #30993d;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-color: #2c8c38;
  border-color: #206628;
}

.btn-inverse, .btn-inverse:hover, .btn-inverse:active {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border: 0 none;
}

.btn-inverse:hover, .btn-inverse:active {
  background: rgba(0, 0, 0, 0.6);
}

/* Footer
====================================================== */
.footer .nav {
  border-top: #80d9dd 1px solid;
  padding-top: 10px;
}

.footer .nav > li > a {
  color: #fff;
  font-size: 17px;
  line-height: 17px;
  border-radius: 0;
  border-bottom: #0073d0 5px solid;
  background: none;
  padding: 10px 0;
  margin-left: 15px;
}

.footer .nav > li:first-child > a {
  margin-left: 0px;
}

.footer .nav > li > a:hover {
  border-bottom: #80d9dd 5px solid;
  background: none;
}

.footer .copyright {
  display: inline-block;
  position: relative;
  padding-top: 24px;
  color: #fff; 
}

.icon {
  position: relative;
  display: inline-block;
  background: url(../img/squarehub-sprite.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  text-indent: -1000px;
  overflow: hidden; }

.social {
  float: right; }

.social li {
  float: left;
  margin: 8px 0 0 15px; 
  list-style-type: none;
}

.social li .icon {
  height: 32px;
  width: 34px; }

.icon.facebook {
  background-position: 0 -10px; }
  
.icon.twitter {
  background-position: -42px -10px; }
  
.icon.pinterest {
  background-position: -86px -10px; }
  
.icon.instagram {
  background-position: -130px -10px; }

.footer .icon.facebook {
  background-position: 0 -52px; }
  
.footer .icon.twitter {
  background-position: -42px -52px; }
  
.footer .icon.pinterest {
  background-position: -86px -52px; }
  
.footer .icon.instagram {
  background-position: -130px -52px; }

.team-profiles h3 {
  color: #333;
}

.team-profiles p {
  font-size: 1em;
}

#stories-carousel .carousel-indicators {
  position: relative;
  bottom: auto;
}

#stories-carousel .carousel-indicators li {
  background-color: #ddd;
  border-color: #ddd;
}

#stories-carousel .carousel-indicators li.active {
  background-color: #129AB2;
  border-color: #129AB2;
}

#stories-carousel .carousel-caption {
  position: relative;
  background: #129AB2;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: left;
  font-size: 1.6em;
}

#stories-carousel .screenshot {
  padding: 15px;
}

.carousel-readmore {
  margin-top: 20px;
  text-align: center;
  color: #CCC;
  font-size: 14px;
  text-transform: uppercase;
}

.carousel-readmore .glyphicon {
  font-size: 20px;
  top: 2px;
  margin: 0 8px;
}

.carousel-article {
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 20px;
  max-height: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.carousel.carousel-showarticle .carousel-article {
  max-height: 10000px;
}

.carousel-article h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1em;
  letter-spacing: 1px
}

.carousel-article p {
  font-size: 1em;
  color: #333;
}

.carousel-indicators {
  margin-top: 10px;
}

.stories-profile-img {
  margin-right: 15px;
}

.carousel-thumbnail {
  width: 150px;
  height: 128px;
  margin-left: 5px;
  margin-bottom: 2px;
  text-align: center;
  display: inline-block;
  vertical-align:top;
  cursor: pointer;
}

	/* ========Styles for terms and privacy 
=============*/

.legal h1 {color: #333;
	font-family: "HelveticaNeueLTCom-Lt",Helvetica,Arial,sans-serif;
	font-size: 30px;
	text-align: left;
	margin: 20px 0 20px 0;}

.legal p {
	color: #333;
	font-family: "HelveticaNeueLTCom-Roman",Helvetica,Arial,sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	margin: 10px;}

.legal ol {list-style-type:lower-alpha;
	margin: 5px 0 0 20px}

.legal ul {	color: #333;
	font-family: "HelveticaNeueLTCom-Roman",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 20px;
	list-style: disc;
	margin: 5px 0 0 20px;
	}

.legal li {color: #333;
	font-family: "HelveticaNeueLTCom-Roman",Helvetica,Arial,sans-serif;
	margin: 8px 21px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 20px;}

.legal h2 {	color: #333;
	font-family: "HelveticaNeueLTCom-Lt",Helvetica,Arial,sans-serif;
	font-size: 20px;
	text-align: left;
	margin: 20px 0;}

.legal {background: #f3f3f5; 
	width:auto; /*test*/
	max-width: 960px;
	margin: 0 auto;
	padding: 25px;}
	
/* Media
====================================================== */

@media (min-width: 1200px) {
  .container {
    max-width: 1060px; /* this is the next media query down */
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1060px;
  }
}

@media (min-width: 768px) {
  .navbar-collapse {
    padding-left: 0px;
  }
  .sticky {
    /*top: 114px;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;*/
  }
}

@media (max-width: 991px) {
  .text-md-center {
    text-align: center;
  }
}

@media (max-width: 767px) {
    .container.img-divider {
      position: relative;
      min-height: 312px;
      overflow: hidden;
    }
    .container.img-divider img.img-responsive {
      min-width: 768px;
      position: absolute; 
      left: 50%;
      top: 0;
      margin-left: -384px;
    }
  .navbar-brand {
    padding: 10px;
  }
  .navbar-brand img {
    height: 30px;
  }
}


/* Let's chat form
====================================================== */

img.letschat-icon {
  height: 30px;
  vertical-align: 20px;
}