@charset "UTF-8";
/* CSS Document */
body {
  padding-bottom: 40px;
  padding-top: 70px;
  color: #5a5a5a;
  -webkit-font-smoothing: subpixel-antialiased
}
.navbar-wrapper .navbar .container-fluid {
	padding: 0;
}
.navbar-wrapper .navbar {
    border: 0;
    margin: 0;	
}
.navbar-header {
    padding: 10px;
}
.navbar-default .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    height: 50px;
}
.navbar-default .navbar-brand img {
	height: 50px;
}
.navbar-default {
    background-color: white;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
.navbar-toggle {
    padding: 7px 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.navbar-default .navbar-nav>li>a {
    color: #38ae75;
    border: 4px solid transparent;
    height: 70px;
    line-height: 35px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    background: transparent;
    color: #feca38 !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #feca38 !important;
    background: transparent;
    border-bottom-color: #feca38;
}
@media (max-device-width: 480px) {
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	    border-color: transparent;
	}
	.nav>li {
	    border-top: 1px solid #3a3f43;
	    border-bottom: 1px solid #121212;
	}
	.nav>li:first-child {
	    border-top: none;
	}
	.nav>li:last-child {
	    border-bottom: none;
	}
	.navbar-nav {
	    margin-top: 0;
	    margin-bottom: 0;
	}
}

.TrustedProBadgeHeader {
    display: inline-block;
    float: right;
    background: #fff;
    border-radius: 5px;
    padding: 6px 12px;
    margin: 9px 15px;
}
.TrustedProBadgeHeader img{
    height: 40px;
    margin: 0;
    padding: 0;
}
.homeBoxes .homeBox {
  margin-bottom: 20px;
  text-align: center;
}
.homeBoxes .homeBox h2 {
  font-weight: normal;
}
.homeBoxes .homeBox p {
  margin-right: 10px;
  margin-left: 10px;
}
.homeBoxes .homeBoxIcon {
	width: 140px;
	height: 140px;
	padding: 20px;
	display: inline-block;
	background: #4285f4;
    border-radius: 50%;
}
.homeBoxes .homeBoxIcon:hover {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
	background: #24292e;
}
.homeBoxes .homeBoxIcon img {
	width: 100px;
	height: 100px;
}


.title-divider {
  margin: 5px 0 50px;
}
.featurette-divider {
  margin: 80px 0;
}
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
.featurette-imageBox, .featurette-image {
    width: 250px;
    margin: 0 auto;
}
.featurette-image {
    border-radius: 50%;
    height: 250px;
    padding: 25px;
	background: #4285f4;
}
.featurette-image img {
	width: 200px;
	height: 200px;
}
.carouselContainer {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}

.carousel-inner > .item > img{
	height:auto!important;
	position:relative!important;
}
.carousel .item{
	overflow:hidden!important;
	height:auto;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}


.buttonMargin {
  margin-right: 10px;
  }
.center {
	text-align: center;
	}
.fullImage {
	width: 100%;
	}

	
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (max-width: 565px) {
  span.TrustedProBadgeHeader{
    display: none;
  }
}

@media (min-width: 992px) {
  .featurette-heading, .featurette-image, .featurette-imageBox{
    margin-top: 120px;
  }
  
@media (min-width: 1300px) {
  .carouselContainer {
    width: 1300px;
  }
}

