/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 69px;
  padding-bottom: 20px;
  font-family: "museo-sans-rounded";
  font-family: "halyard-display";
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  letter-spacing: -.03rem;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

/* 4 rounded corners */
.rounded-corners {	
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;	
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
	
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ccc;
}


/*
-------------------------------
NAVIGATION
-------------------------------
*/

@media (min-width: 768px) {
	
	.navbar-nav {
	    float: right;
	    margin: 0;
	}
	
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d;
    font-size: 1.1em;
    text-align: center;
}

.navbar-brand {
  float: left;
  height: auto;
  width: 250px;
  padding: 15px 0 10px 0;
  margin: 0 0 0 15px;
  display: block;
  background: none;
  }
  
  @media (max-width: 767px) {
	  .navbar-brand {
  width: 200px;
  padding: 20px 0 15px 0;
  margin: 0 0 0 15px;
  }
  
  
	  
  }

@media (min-width: 768px) {
	
	.navbar-nav {
	    float: right;
	    margin: 0;
	}
	
	.navbar>.container .navbar-brand {
		margin-left: 0;
	}
	
	.navbar-nav>li>a {
	    padding-top: 24px;
	    padding-bottom: 24px;
	}
	
}


.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 18px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #868686;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

	.navbar-inverse .navbar-toggle .icon-bar {
	    background-color: #fff;
	}

	.navbar-toggle .icon-bar {
	    display: block;
	    width: 22px;
	    height: 2px;
	    border-radius: 1px;
	}




/*
-------------------------------
HERO
-------------------------------
*/

.hero {
	padding: 70px 0;
	margin: 0 0 0 0;
	color: inherit;
	background-color: #BAE8E6;
	background: url(../images/hero_home.jpg) center top no-repeat;
	color: #fff;
	text-shadow: 0 2px 2px black;
}

.hero a {
		color: #fff;
		text-decoration: underline;
	}

.hero p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 400;
}

.hero p.call-to-action {
    margin: 25px 0;
    font-size: 21px;
    font-weight: 600;
}

.hero p.call-to-action a {
	padding: 10px 15px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
}


.hero .call-to-action a:hover {
	background: #000;
	text-decoration: none;
}

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

	.hero h2 {
	    font-size: 63px;
	    letter-spacing: -1px;
	}

}


@media screen and (max-width: 767px) {
	
	
.hero {
	padding: 40px 0;
	}

	.hero h2 {
	    font-size: 34px;
	    letter-spacing: -1px;
	}

}




/*
-------------------------------
plans
-------------------------------
*/

#plans {
    background: #fff;
    padding: 30px 0 60px;
}

.plan-box {
	width: 1100px;
	margin: 0 auto;
}

.plan {
    text-align: center;
	    background-color: #f5f5f5;
	    padding: 19px;
	    min-height: 20px;
	    border: 1px solid #e3e3e3;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
		border-radius: 4px;
		width: 32%;
		float: left;
		margin: 10px 3px 20px 0;
	
}

@media (min-width: 767px) {
.plan-box {
    width: 720px;
}

}

@media (min-width: 992px) {
.plan-box {
    width: 900px;
}
}

@media (min-width: 1200px) {
.plan-box {
    width: 1100px;
}
}


.plan-name {
    font-size: 2em;
    font-weight: 800;
/*     text-transform: uppercase; */
    letter-spacing: -1px;
    color: #41A9C6;
}
	
.plan-feature {
	margin: 0 0 0 0;
    font-size: 1.1em;
}
	.plan-feature strong {
		font-weight: 800;
	}

.plan-start {
	text-transform: uppercase;
    font-size: .8em;
    margin: 20px 0 -10px;
    font-weight: 800;
    color: #666;
}
.plan-price {
	margin: 3px 0 0 0;
    font-size: 3.2em;
    color: #F62D01;
    font-weight: 800;
}
.plan-price span {
	font-size: 70%;
    vertical-align: text-top;
}

.plan-frequency {
	text-transform: uppercase;
    font-size: .8em;
    margin: -10px 0 20px 0;
    font-weight: 800;
    color: #666;
}


a.plan-buy {
	background: #78B12D;
	color: #fff;
	padding: 9px 23px;
	margin: 0 0 0 0;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.5em;
	}

	a.plan-buy:hover {
		background: #5d8a24;
		text-decoration: none;
		}


	#plans .row {
		margin: 0 0 0 0;
	}
	
	
	ul.term {
		margin: 20px 0 0px 0;
	    padding: 0 0 0 0;
		}
	
		ul.term li  {
			list-style-type: none;
			margin: 0 0 7px 0;
		}
		
			ul.term li a {
				font-size: 15px;
				background: #4f9db3;
				padding: 4px 6px;
				margin: 0 0 0 0;
				width: 170px;
				color: #fff;
				display: inline-block;
					-webkit-border-radius: 4px;
					-khtml-border-radius: 4px;	
					-moz-border-radius: 4px;
					border-radius: 4px;
				}
				
				ul.term li a:hover,
				ul.term li.active a {
					background: #6CCAE3;
					text-decoration: none;					
				}
	
	
	

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


.plan {
	margin: 10px 0;
	float: none;
	width: 100%
	}

}

#plans h2,
#features h2,
#contact h2 {
	font-size: 40px;
	letter-spacing: -1px;
}


/*
-------------------------------
FEATURES
-------------------------------
*/

#features {
    background: #E0F8F8;
    padding: 30px 0 60px;
}



/*
-------------------------------
CONTACT
-------------------------------
*/

#contact {
    background: #FFF;
    padding: 30px 0 60px;
    display: none;
}

.brandingContainer {
    display: none !important;
}


/*
-------------------------------
TERMS OF SERVICE
-------------------------------
*/

body#legal #terms{
	margin: 50px 0;
}




/*
-------------------------------
FORM
-------------------------------
*/

/* JQUERY */
.error {
	color: #ff0000;
}




/*
-------------------------------
FOOTER
-------------------------------
*/

#legal a {
	color: rgba(0, 0, 0, 0.3);
	padding: 0 .5rem;
	}