body
{
    background: url("../images/grey_stone.png");
}

h1, h2
{
	font-family: Lato, sans-serif;
	font-weight: normal;
}

a
{
	color: #327DB8;
}

a:hover
{
	color: #327DB8;
}

.panel
{
	background: #FFF;
	border-radius: .5em;
	margin: 1em auto;
	padding: 1em !important;
}

#fixed_width
{
	padding: 0 1em;
}

#fixed_width #screen-shot {
	text-align: center;
}

#features ul li {
	list-style-type: circle;
	margin-left: 2em;
}

/*#features ul li  ul li {
	list-style-type: "-";
}
*/
#features ul li ul {
    list-style: none;
    margin-left: 0;
}

#features ul li ul li {
		margin-left: 0;
    list-style: none;
}

#features ul li ul li:before {
    content: "-";
    padding-right: 0.5em;
}

#home_page .panel
{
	background: transparent;
	position: relative;
	display: block;
	padding: 2em 0.5em .25em;
	margin: 3em auto;
	max-width: 30em;
}

#home_page .panel a:hover
{
	text-decoration: none;
}

#home_page p
{
	text-align: center;
}

#home_page a
{
	color: #000;
}

#home_page h2
{
	color: #666;
	font-size: 4em;
	margin-top: 0;
}

#home_page h3
{
	color: #666;
	font-size: 2em;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#home_page img
{
	width: 25em;
	max-width: 90%;
}


.product-category {
 display: inline-block;
 margin: 1em;
 padding: 1em;
 vertical-align: top;
}

.product-category div.products-list {
	border-radius: 1em;
	background-color: white;
}

#home_page div.product-category h2 {
 font-size: 2em;
}

.product-button {
  display: inline-block;
  max-width: 7em;
  vertical-align: top;
  padding-right: 1.25em;
  padding-left: 1.25em;
}

div.product-button img{
  width: 4em;
}


.ios-button {
  display: inline-block;
  max-width: 4em;
  vertical-align: top;
  padding-right: 1em;
  padding-left: 1em;
  text-align: center;
}

div.ios-button img{
  width: 3.2em;
}

#ios-apps {
  background-color: white;
  padding: 1em;
  margin: 1em 0 -3em 0;
}

#ios-apps a {
  color: #000;
  font-size: 0.9em;
}



#manage_nav a:hover
{
	color: #5A7481;
}

div#expand_all
{
    color: #327DB8;
}

#education_page
{
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	margin: 1em auto;
	text-align: center;
	padding: 1em;
	max-width: 65em;
}

#education_page h1
{
	font-size: 4.5em;
}

#education_page #main_info p
{
	max-width: 45em;
	text-align: left;
	line-height: 1.5em;
	margin: 1em auto;
}

#education_page #education_image
{
	margin-bottom: 2em;
}

#education_page #education_image img
{
	max-width: 100%;
}

#education_page div > img
{
	display: block;
	margin: 0 auto;
}

#education_page section
{
	padding: 2%;
	border-top: 1px solid #ccc;
	padding-bottom: 3em;
}

#education_page #main_info, #education_page #more_info, #education_page section
{
	box-shadow: 0 -2px 2px -2px #ccc;
}

@media only screen and (min-device-width: 640px)
{
	#education_page #more_info section
	{
		padding-bottom: 1em;
		text-align: left;
	}

	#education_page #more_info section h2
	{
		text-align: left;
		margin: 0 0 0.25em;
	}
}

#education_page #more_info img
{
	height: 6em;
	width: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

#education_page #more_info section:nth-of-type(n+3) img
{
	border-radius: .3em;
	box-shadow: 0 .1em .3em 0 #666;
}

#education_page section > a
{
	text-decoration: none;
	color: inherit;
}

#education_page #more_info li
{
	/*padding: 0 !important;*/
}

#education_page section > a:hover
{
	color: #527482;
}

#education_page form > *
{
	margin: .5em auto;
}

button#education_leads_submit
{
	float: none;
	background: #527482;
	color: #FFF;
	padding: .5em;
	border: none;
	border-radius: .3em;
	cursor: pointer;
}

@media only screen and (max-device-width: 640px)
{
	#education_page h1
	{
		font-size: 2.5em;
	}
	
	#education_page form
	{
		margin-bottom: 2em;
	}
	
	#education_page form label, #education_page form button
	{
		font-size: 1.5em;
	}
	
	#education_page div > img
	{
		max-height: 15em;
	}
	
	#education_page #more_info img
	{
		height: 8em;
	}
}

@media only screen and (min-width: 650px) and (min-device-width: 640px)
{
	#education_page #main_info, #education_page #more_info
	{
		display: table;
	}
	
	#education_page section
	{
		display: table-cell;
		width: 45%;
		margin-left: -5px;
	}

	#education_page section:not(:last-of-type)
	{
		border-right: 1px solid #ccc;
	}
	
	#education_page #main_info
	{
		margin-bottom: 3em;
	}
	
	#education_page #focus img
	{
		width: 310px;
		height: 205px;
	}
	
	#education_page #more_info section
	{
		width: 20%;
		font-size: .9em;
	}
	
	#education_page #more_info p,#education_page #more_info ul
	{
		min-height: 6em;
		font-size: .9em;
		margin-bottom: .75em;
	}

	#education_page section#deploy img
	{
		width: 40%;
	}
}

#trial_link
{
	background: #555;
	color: #FFF;
	border-radius: 3em;
	padding: .3em 2em;
	display: table;
	margin: 0.5em auto 2.5em;
	font-weight: bold;
	text-decoration: none;
}

#trial_link:active
{
	background: #000;
}

#trial_link img
{
	width: 2em;
	vertical-align: middle;
}

img.full_width
{
	width: 90%;
	display: block;
	margin: 0 auto;
}

#education_pricing_link img
{
	display: block;
	margin: 0 auto;
	width: 16em;
	max-width: 100%;
}