/*************************************
   WELCOME TO THE CUSTOM STYLESHEET
--------------------------------------
              style.css
        BlueTrip CSS Framework
    Put your custom styles in here.
***************************************/

/**************************************/
/*           COLOR SCHEME             */
/**************************************
- black		  #000
- white		  #fff
- light tan   #EDEBE5
- medium tan2 #E9E7DD
- darker tan  #837D68
- brown       #5A3A00
- light brown #837D68
- dark blue   #527482
- medium blue #7A95A3
- light blue  #8DA7B3

***************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
@font-face{ 
	font-family: 'museo_slab_500-webfont';
	src: url('museo_slab_500-webfont.eot');
	src: url('museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
	     url('museo_slab_500-webfont.woff') format('woff'),
	     url('museo_slab_500-webfont.ttf') format('truetype'),
	     url('museo_slab_500-webfont.svg#museo_slab_500-webfont') format('svg');
}

body{
		/*font-family: 'museo_slab_500-webfont';*/
		font-family:Arial, Helvetica, sans-serif;
		text-align:left;
		margin:0;
		line-height:1.2;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "museo_slab_500-webfont", "museo-slab", sans-serif;
}

.remove-text-transform {
	text-transform:none;
}

.upper-left{
	float:left;
	padding:0 10px 10px 0;
}

.upper-right{
	float:right;
	padding:0 0px 10px 10px;
	margin-right: -30px;
	margin-top: 5px;
}

.right-side{
	float:right;
	padding:0px 0px 10px 10px;
	
}

.left-side{
	float:left;
	padding:0px 10px 0px 10px;
	
}


.full_screen_message
{
	display: none;
}

a.download-trial:link {
	background-image: url(../images/download_trial_square.png);
	background-repeat:no-repeat;
	padding:0 0 47px 176px;
}

a.download-trial:hover {
	background-image: url(../images/download_trial_square_hover.png);
	background-repeat:no-repeat;
}



.highlight
{
    background-color: yellow;
    color: black;
    padding: 0em .6em;
}


.twocanews {
	font-variant:small-caps;
	color:#527482;
}

a[href$=".pdf"] {
	padding-right:17px;
}

#container {
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	/*position:absolute;
	top:0;*/
	width:1020px;
	background-color:#EDEBE5;
	font-size:1.1em;
	-webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.72);
	-moz-box-shadow:    0px 15px 30px rgba(0, 0, 0, 0.72);
	box-shadow:         0px 15px 30px rgba(0, 0, 0, 0.72);
}

#big-container {/*Used in forums*/
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	width:1020px;
	-webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.72);
	-moz-box-shadow:    0px 15px 30px rgba(0, 0, 0, 0.72);
	box-shadow:         0px 15px 30px rgba(0, 0, 0, 0.72);
	background-color:#EDEBE5;
}

#header-container {/*Used in forums*/
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	/*position:absolute;
	top:0;*/
	width:1020px;
	background-color:#EDEBE5;
	font-size:0.7em;
}

img.photo
{
	border-radius: .3em;
	box-shadow: 0 0 .3em 0;
}

.rounded-corners {
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari, Chrome */
border-radius: 5px; /* CSS3 */
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
} 


/*label, input
{
	float: left;
	clear: left;
	margin-bottom: 10px;
}
*/
input[type=radio] + label {
	clear:none;
}

label.error
{
	float: left;
	clear: none;
	visibility: hidden;
	margin-left: 10px;
	border-radius: 5px;
}

a:link {
	text-decoration: none;
	color: #AD612B;
}

a:visited {
	text-decoration: none;
	color: #AD612B;
}

a:hover {
	text-decoration: none;
	color: #AD754E;
}

.collapsible {
  display: none; /* Only important part */
  border-bottom: dashed 1px silver;
  padding: 5px;
  margin-bottom:10px;
}


/*.top-zero
{
	margin-top: 0;
}*/

.top-right {
	padding:1em;
	float:none;
}

.vertically-spaced {
	margin-bottom:2em;
	margin-top:2em;
}

.icon-indent {
	margin-left:110px;
}

.terminal-look {
	font-family:"Courier New", Courier, monospace;
	white-space:pre;
	color:#930;
	overflow: scroll;
    border: 1px solid black;
	margin-bottom: 1em;
	padding: 1em;
}

.download-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #837d68), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #837d68 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#837d68', endColorstr='#dfdfdf');
	background-color:#837d68;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:'museo_slab_500-webfont';
	font-size:15px;
	/*font-weight:bold;*/
	padding: 7px;
	width: 150px;
	text-decoration:none;
	/*text-shadow:1px 1px 0px #ffffff;*/
}.download-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #837d68) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #837d68 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#837d68');
	background-color:#dfdfdf;
}.download-button:active {
	position:relative;
	top:1px;
}

.download-button img {
	float:left;
	padding-right:10px;
}

article
{
    width: 45em;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

article p
{
    line-height: 1.5em;
}

#top_video_container
{
    margin: 2em auto 2.5em auto;
    text-align: center;
    position: relative;
}

#tutorialVideoContainer
{
    text-align: center;
}

#tutorialVideoContainer > iframe, #top_video_container > iframe, #top_video_image
{
    border: 1px solid #000;
    box-shadow: 0 .7em .9em #ccc;
}

#tutorialVideoContainer > iframe
{
    width: 650px;
    height: 370px;
}

#top_video_image, #top_video_container iframe
{
    width: 500px;
    height: 281px;
}

#top_video_image
{
    cursor: pointer;
}

#top_video_container ~ #product-showcase
{
    margin: 0;
}

#top_video_container iframe
{
    /*display: none;*/
}

#top_video_button
{
    position: absolute;
    top: 50%;
    left: 50%;
    padding: .2em 1em;
    border: .1em solid #5A3A00;
    font-size: 2em;
    margin-left: -2.1em;
    margin-top: -1.1em;
    color: #5A3A00;
    background: #7a95a3; /* Old browsers */
    background: -moz-linear-gradient(top,  #7a95a3 0%, #8da7b3 50%, #7a95a3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a95a3), color-stop(50%,#8da7b3), color-stop(100%,#7a95a3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7a95a3 0%,#8da7b3 50%,#7a95a3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7a95a3 0%,#8da7b3 50%,#7a95a3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7a95a3 0%,#8da7b3 50%,#7a95a3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7a95a3 0%,#8da7b3 50%,#7a95a3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a95a3', endColorstr='#7a95a3',GradientType=0 ); /* IE6-9 */
    border-radius: 2em;
}

#top_video_image, #top_video_button
{
	display: none;
}

.lightbox
{
    display: none;
    position: fixed !important;
    top: 0% !important;
    left: 0% !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    background: #000 !important;
    z-index: 100000;
    cursor: pointer;
    opacity: .92;
}

.lightbox::after
{
    content: "x";
    position: fixed ;
    top: .2em ;
    right: .8em ;
    padding: .1em .5em .2em .5em;
    color: #FFF;
    font-size: 2em;
    background: #000 ;
    border: 2px solid #FFF ;
    opacity: .8;
    border-radius: 2em;
}

.lightbox-element
{
    display: table-cell !important;
    vertical-align: middle;
    z-index: 100002 !important;
}

.lightbox-element-container
{
    display: table;
    width: 50%;
    height: 50%;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -25%;
    margin-top: -25%;
    z-index: 100001;
}

#product-headers *
{
    text-align: center;
}
.extras-section #payContainer {
	border:none;
}

#product-headers h1
{
    margin: 1em 0 0 0;
}

@media only screen and (min-width: 600px) and (min-device-width: 641px)
{
	.table-cell-container > *
	{
		display: table-cell;
		vertical-align: middle;
	}
	
	.table-cell-container.alternation:nth-of-type(even)
	{
		direction: rtl;
	}
	
	.table-cell-container.alternation:nth-of-type(even) *
	{
		direction: ltr;
	}
	
	.table-cell-container
	{
		margin-bottom: 1em;
	}
}


/**************************************/
/*              HEADER                */
/**************************************/
#header {
	font-family: 'museo_slab_500-webfont';
	margin:0 0 -1px 0;
	padding: 25px 80px 0 80px;
	background-image:url(../images/header_bg_wide_with_gradient.png);
	background-repeat:no-repeat;
	height:250px;
}

#header img {
	float:left;
}

#header.product {
	padding: 25px 80px 0 80px;
	background-image:url(../images/header_bg_wide_with_gradient_product.png);
	background-repeat:no-repeat;
	height:197px;
	margin-bottom:0px;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/
#nav {
	margin-top:0;
	padding: 50px 0 20px 20px;
	float:right;
}

#header #nav ul {
	display:inline-block;
	margin:0;
	margin-top: 5.3em;
	padding:0;
}

#header #nav ul li{
	display:inline;
	color: #5A3A00;
	margin:7px;
	padding:3px 5px 3px 5px;
    font-size:1.5em;
	/*border:1px solid #EDEBE5;*/
	padding: .5em;
	border-radius: .5em .5em 0 0;
}

#header #nav ul li:hover, li:focus {
	background:#fff;
}

#header #nav ul li.active {
	background:#fff;
	/*border:1px solid #837d68;*/
	box-shadow: .2em -.1em .3em .02em #ccc;
}

#header #nav a:link,
#header #nav a:visited {
	color:#5a3a00;
	text-decoration:none;
	text-transform: lowercase;
}

#header #nav a:hover, a:focus{
	color:#5A3A00;
	text-decoration:none;
	background-color:#fff;
	margin:0;
	padding:0;
	
}

#header #nav li.active a{
	color:#837d68;
	text-decoration:none;
	cursor: default;
}


/**************************************/
/*            MAIN CONTENT            */
/**************************************/
#content {
	color:#EDEBE5;
	font-size:1.3em;
	margin:0;
	padding: 0 80px 0 80px;
	background-image:url(../images/brown_bg_middle.png);
	background-repeat:repeat-y;
	background-position:top;
	text-align:left;
}

/*#content, #content-product a, a:visted {
	color:#AD612B;
	
}

#content, #content-product a:hover {
	color:#AD754E;
	
}
*/
#content h1 {
	margin-top:0;
}

.information {
	background-color:#fff;
	color:#636466;
	padding:35px 35px 35px 35px;
	margin:0;
}

.tan-box {
	border:solid #E9E7DD 20px;
}

/*Not usedl was for left-menu*/
#content-product { 
	color:#EDEBE5;
	font-size:1.3em;
	margin:0;
	padding: 0 80px 0 80px;
	background-image:url(../images/brown_bg_middle.png);
	background-repeat:repeat-y;
	text-align:left;
}

#content_bottom {
	background-image:url(../images/brown_bg_bottom.png);
	background-repeat:no-repeat;
	/*overflow:hidden;*/
	margin:0;
	padding: 25px 80px 25px 80px;
	height:115px;
	color:#EDEBE5;
	font-size:1.1em;
	margin-top:-1px;
}

#content_bottom a, a:visted {
	color:#8DA7B3;
}

#content_bottom a:hover {
	color:#7A95A3;
}

/**************************************/
/*         LEFT NAVIGATION            */
/**************************************/


#left-menu {
	width:150px;
	font-size:1em;
	padding:20px 0 0 0;
	clear:left;
	float:left;
}

#left-menu ul {
	padding:0;
	margin:0;
	border-top:#E9E7DD dashed 1px;
}
#left-menu ul li {
	margin:0;
	padding:5px 0 5px 7px;
	list-style:none;
	border-bottom:#E9E7DD dashed 1px;
}

#left-menu ul li.current {
	background-color:#E9E7DD;
	color:#837d68;
}
#left-menu ul li.current  a {
	color:#837d68;
}

#left-menu ul li a {
	text-decoration:none;
	cursor: pointer;
 	display:block;
	width:100%;
	color:#E9E7DD;
	padding-left:10px;
}

#left-menu ul li:hover {
	background-color:#E9E7DD;
	color:#837d68;
}

#left-menu ul li a:hover {
	color:#5a3a00;
}

/**************************************/
/*            MAIN CONTENT            */
/*              PRODUCTS              */
/**************************************/

#product-image
{
    /*width: 20%;
    margin-right: 3%;*/
    float: left;
}


#product-wrap {
	float:left;
	background-color:#fff;
	color:#636466;
	margin:0;
	padding:0 35px 35px 35px;
	max-width: 92%;
}

.outside-product-wrap {
	float:left;
	margin:0;
}

.outside-product-wrap  h1{
	margin-top:0;
	padding-top:0;
}

#product-wrap a, #product-wrap a:visited {
	color:#5A2500;
}

#product-wrap a:hover {
	color:#AD612B;
}

#product-wrap h1 a, #product-wrap h1 a:visited {
	color:#AD754E;
}

#product-wrap  h1 a:hover {
	color:#AD612B;
}
#product-description {
	width:555px;
	margin:0;
	padding:0;
	float:left;
}

#product-description h1 {
	color:#5a3a00;
	padding-right:35px;
}
#product-description p {
	padding-right:35px;
	margin-bottom:5px;
}

#product-description p.full-width {
	padding:0;
}

#product-description p.heading-caption {
margin-top: -1em;
margin-bottom: 1.5em; 
}

/*#product-description*/ .product-specs {
	background-color:#EDEBE5;
	padding:3px 10px 10px 10px;
	margin-right:35px;
	margin-bottom:35px;
	margin-top:.7em;
	
}

/*#product-description*/ .product-specs h1 {
	clear:left;
	color:#d6d6bc;
	text-transform:uppercase;
	font-size:1.1em;
	background-color:#5a3a00;
	padding:7px;
	font-weight:normal;
	margin-top:0.5em;
}

/*#product-description */.product-specs ul {
	margin:5px 5px 10px 10px;
	list-style-image:url(../images/bullet.png)
}

/*#product-description*/ .product-specs ul ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
/*#product-description*/ .product-specs ul ul li:before {
	content: "\00BB \0020";
}

/*#product-description*/ .product-specs ul li{
	display:marker;
	margin-top: 2px;
}

/*#product-description*/ .product-specs ul li img{
	vertical-align:bottom;
}

/*#product-description*/ .product-specs h2 {
	margin:0.2em 0 0 0;
	font-size:1.3em;
	
}


#product-description .product-specs {
	background-color:#EDEBE5;
	padding:3px 10px 10px 10px;
	margin-right:35px;
	margin-bottom:35px;
	
}

#product-description .product-specs h1 {
	clear:left;
	color:#d6d6bc;
	text-transform:uppercase;
	font-size:1.1em;
	background-color:#5a3a00;
	padding:7px;
	font-weight:normal;
	margin-top:0.5em;
}


#product-description .product-specs ul {
	margin:5px 5px 10px 10px;
	list-style-image:url(../images/bullet.png)
}

#product-description .product-specs ul ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
#product-description .product-specs ul ul li:before {
	content: "\00BB \0020";
}

#product-description .product-specs ul li{
	display:marker;
	margin-top: 2px;
}

#product-description .product-specs ul li img{
	vertical-align:bottom;
}

#product-description .product-specs h2 {
	margin:0.2em 0 0 0;
	font-size:1.3em;
	/*color: #837D68;*/
	
}

#product-description .product-specs p {
	padding:0 0 1em 0;
	
}


.half-width {
	width:45%;
	float:left;
}

#product-showcase {
    height: auto;
    margin: -150px 0 0 0;
	float: left;
	width:232px;
	padding:0;
}

#product-showcase.iphone {
	
	background-image:url(../images/iphone.png);
	background-repeat:no-repeat;
	
}

#product-showcase.iphone-ipad {
	
	background-image:url(../images/iphone-ipad_side_feature.png);
	background-repeat:no-repeat;
	
}


#product-showcase.mac {
	background-image:url(../images/macbookair_side_feature.png);
	background-repeat:no-repeat;
}

#product-showcase  h1 {
	padding-left:50px;
	font-size:1.1em;
	padding-bottom:25px;
}


#product-showcase h2 {
	color:#364D56;
	font-size:1.5em;
	margin:0;
	text-align:center;
}

#product-showcase table {
	width:99%;
}

#product-video {
	float:left;
	background-color:#CCC;
	width:660px;
	padding:0;
	margin:0;
	height:450px;
}

#price_list {
text-align: left;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
padding-top: 0px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
margin-top: 0px;
clear:left;
    color:#d6d6bc;
    /*text-transform:uppercase;*/
    font-size:1.1em;

    font-weight:normal;
}


#price_list h1{
    background-color:#5a3a00;
	margin: 0;
	text-align: left;
	padding: 7px;
}


#price_list td{

	padding: 5px;
    color:#636466;
	margin: 5px;

}
#price_list th {
	text-align: left;
	padding: 5px;
    background-color:#5a3a00;
	margin: 5px;
}

#download_trial_button
{
    display: inline-block;
    font-family: "museo_slab_500-webfont";
    font-size: 1.1em;
    padding-left: 1.2em;
    margin-right: 1em;
    width: 10em;
    cursor: pointer;
    border: .5em double white;
    border-radius: 0em;
    background: #482e00; /* Old browsers */
    background: -moz-linear-gradient(top, #482e00 0%, #211400 50%, #482e00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#482e00), color-stop(50%,#211400), color-stop(100%,#482e00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #482e00 0%,#211400 50%,#482e00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #482e00 0%,#211400 50%,#482e00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #482e00 0%,#211400 50%,#482e00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #482e00 0%,#211400 50%,#482e00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482e00', endColorstr='#482e00',GradientType=0 ); /* IE6-9 */
}

#download_trial_button:hover
{
    background: #6e4600; /* Old browsers */
    background: -moz-linear-gradient(top, #6e4600 0%, #3f2800 50%, #6e4600 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6e4600), color-stop(50%,#3f2800), color-stop(100%,#6e4600)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6e4600 0%,#3f2800 50%,#6e4600 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6e4600 0%,#3f2800 50%,#6e4600 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6e4600 0%,#3f2800 50%,#6e4600 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6e4600 0%,#3f2800 50%,#6e4600 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e4600', endColorstr='#6e4600',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 0 .5em .1em black;
}

#download_trial_button div
{
    display: inline-block;
    float: left;
    color: white;
}

.download_arrow
{
    width: 2.5em;
    float: left;
    padding-right: .5em;
    vertical-align: middle;
}
.x-market-icon
{
    width: 5.2em;
}

.education-pricing-icon
{
    width: 16.2em;
}

.app-store-image
{
    width: 6em;
}


/**************************************/
/*               FOOTER               */
/**************************************/
#footer {
	padding: 0 80px 25px 80px;
	color:#837D68;
	text-align: right;
}

.icon-nav img{
	padding-left:5px;
}

#footer a:link {
	text-decoration: none;
	color: #AD612B;
}

#footer a:visited {
	text-decoration: none;
	color: #AD612B;
}

#footer a:hover {
	text-decoration: none;
	color: #AD754E;
}

#footer-nav
{
	display: inline;
}

#footer-nav a
{
    border-right: .1em solid #AD754E;
    padding: 0 .5em;
}

#footer-nav a:last-of-type
{
    margin-right: .5em;
}

#footer-nav a[href^="http:"], #footer-nav a[href^="http:"]:visited
{
    background-image: none;
}


/**************************************/
/*              SOFTWARE              */
/*            CONTENTS MENU           */
/**************************************/

.round-brown-wrap {
background-image: url(/images/brown_rectangle_background.png);
background-repeat: no-repeat;
padding: 50px 170px 10px 150px;
color:#7A95A3;
}

.round-brown-wrap img {
margin-top: -30px;
float:left;
padding:0 0 10px 0;
}

.round-brown-wrap a, a:visted {
color:#5A3A00;
}

.round-brown-wrap a:hover {
color:#527482;
}

.brown-rounded-rectangle {
	-moz-border-radius: 15px; /* Firefox */
	-webkit-border-radius: 15px; /* Safari, Chrome */
	border-radius: 15px; /* CSS3 */
	border:thick #5A3A00;
}

.x-market {
	margin:15px 5px 15px 5px;
	padding:10px;
	border:#E9E7DD 2px solid;
	-moz-border-radius: 15px; /* Firefox */
	-webkit-border-radius: 15px; /* Safari, Chrome */
	border-radius: 15px; /* CSS3 */
	/*background-color:#E9E7DD;*/
}

.x-market img{
	float:right;
	padding:0 0 10px 10px;
}

.x-market:nth-of-type(odd) img
{
	float: left;
	padding: 0 10px 10px 0;
}

.x-market a
{
	color: #000 !important;
}

.x-market a:hover
{
	color: #527482 !important;
}

.x-market .top-image p{
	text-align:center;
}

.x-market .top-image img {
	float:none;
	display:block;
}

.x-market #x-market-education img
{
	width: 100%;
	display: block;
	margin: 0 auto .7em;
	padding: 0;
}

.x-market #x-market-education div
{
	text-align: center;
	font-size: 1.2em;
	
}

.top-round-brown-wrap {
	background-image: url(/images/brown_rectangle_background_top.png);
	background-repeat:no-repeat;
	height:75px;
}

.middle-round-brown-wrap {
	background-image: url(/images/brown_rectangle_background_middle.png);
	background-repeat:repeat-y;
	padding: 0 160px 10px 160px;
	margin:0;
}

.middle-round-brown-wrap img {
margin-top: -30px;
float:left;
padding:0 0 10px 0;
}



.middle-round-brown-wrap a:link {
color:#5A3A00;
margin-top:-20px
}

.middle-round-brown-wrap a:visited {
color:#5A3A00;
margin-top:-20px
}


.middle-round-brown-wrap a:hover {
color:#527482;
}

.middle-round-brown-wrap h1 {
padding-top: 40px;
margin-top: 0;
}

.middle-round-brown-wrap p {

margin-bottom: 0;
min-height: 50px;
padding-bottom: 30px;
}

.bottom-round-brown-wrap {
	background-image: url(/images/brown_rectangle_background_bottom.png);
	background-repeat:no-repeat;
	height: 50px;
}




/**************************************/
/*  ASSETS AND PRICING PAGES          */
/**************************************/

.buy-right, .buy-right-pricing
{
    width: 16em;
}


/**************************************/
/*           ASSETS PAGE              */
/**************************************/

.buy-right {
float: right;
background-color: #EDEBE5;
color: #5A3A00;
margin:-75px 0 20px 10px;
padding: 10px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
}

.buy-right.top-zero {
	margin-top:0;
}


.buy-right table {
	margin-top:25px;
}

.buy-right h1 {
	margin:-10px 0 0 0;
	padding:0 4px 4px 4px;
	font-size: 1.5em;
}

.buy-right p {
	margin-bottom: 0;
}

.buy-right form {
	margin: -10px 0 0 0;
	padding-top: 0;
}

.buy-right .promo {
	display:none;
	/*margin-top: .5em;
	background:none; 
	box-shadow:none;*/
}
.promo {
	margin-top: 2em; 
	margin-bottom: 2em; 
	text-align: center; 
	background: #EAD9A8; 
	box-shadow: 0 0 .5em .5em #EAD9A8;
}


h1.document-title  {
	font-size: 1.6em;
}
.step-container h2 {
	font-size: 1.2em;
}

/**************************************/
/*           EXTRAS PAGE              */
/**************************************/
.extras-section-top {
	background-image: url(/images/extras_section_background_top.png);
	background-repeat:no-repeat;
	height:15px;
	min-height:15px;
	height:auto !important;
}

.extras-section {
background-image: url(/images/extras_section_background_center.png);
background-repeat:repeat-y;
padding:5px 55px 5px 55px;
color: #5A3A00;
margin-top:-1px;
margin-bottom:-1px;
}

.extras-section-bottom {
	background-image: url(/images/extras_section_background_bottom.png);
	background-repeat:no-repeat;
	height:15px;
	min-height:15px;
	height:auto !important;
}


.hangover-left {
float:left;
margin:0 0 0 -30px;
padding: 0 20px 10px 0;
}

.right-column {
background-image:url(/images/macbookair_extras.png);
background-repeat:no-repeat;
width: 274px;
float:right;
padding: 10px 10px 10px 10px;
margin:0;
text-align: center;
}

.extras-product-specs {
	width:390px;
}

.extras-product-specs h1 {
	/*clear:left;*/
	
	color:#d6d6bc;
	text-transform:uppercase;
	font-size:1.1em;
	background-color:#5a3a00;
	padding:7px;
	font-weight:normal;
	margin-top:0.5em;
}

.extras-product-specs ul {
	margin:5px 5px 10px 10px;
	list-style-image:url(/images/bullet.png)
}

 .extras-product-specs ul li{
	display:marker;
}

/**************************************/
/*            PRESS PAGE              */
/**************************************/
.press-kit-scroller {
	float:right;
	margin-left: 20px;
}

/**************************************/
/*            ASSET PAGE              */
/**************************************/

.step-image-container {
	text-align:center;
}

.LessonHeader pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  font-size: 12px;
  line-height 18px;
  white-space: pre-wrap;
  background-color: whiteSmoke;
  padding: 8.5px;
  margin: 0 0 18px;
  border: 1px solid #CCC;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  word-wrap: break-word;
}


/**************************************/
/*          SIGN-UP PAGE              */
/**************************************/
ul.interestgroup_field li {
	list-style-type:none;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus {
border-color: #5A3A00;
outline: 2px solid #8DA7B3;
}

/**************************************/
/*            JOBS PAGE               */
/**************************************/
.extra-content {
background-color: 
#EDEBE5;
padding: 3px 15px 15px 15px;
margin-bottom: 35px;
}

.extra-content  h3{
	color:#d6d6bc;
	text-transform:uppercase;
	font-size:1.1em;
	background-color:#5a3a00;
	padding:7px;
	font-weight:normal;
	margin-top:0.5em;
}

.extra-content p {
	margin-bottom: 1em;
}

/**************************************/
/*       TWITTER FEED OVERRIDE        */
/**************************************/

#twtr-widget-1 h3 {
	height:1.5em;
}


/**************************************/
/*           PRICING PAGE             */
/**************************************/


.buy-right-pricing {
float: right;
background-color: #EDEBE5;
color: #5A3A00;
margin: -130px 0 20px 10px;
padding: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
/*border:2px #837D68 solid;*/
}


/**************************************/
/*           EVNNTS PAGE             */
/**************************************/

.register-here {
	background: #837D68;
	margin: 7px 3px 3px 0;
	padding: 5px;
	color: #EDEBE5;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
}

a.register-here  {
	color:#EDEBE5;
}

a:hover.register-here  {
	color:#FFF;
}

.tweets {
	float:right;
	padding-left: 20px;
	padding-bottom:20px;
	background-color:#FFF;
	margin-bottom: 10px;
}

.event-list {
	/*background-color: #EBFFFF;
	padding: 3px 15px 15px 15px;*/
	margin-bottom: 35px;
}

.event-list  h3{
	/*color:#d6d6bc;*/
	/*text-transform:uppercase;*/
	font-size:1.1em;
	background-color:#E9E7DD;
	padding:7px;
	font-weight:normal;
	margin-top:0.5em;
	/*width:469px;*/
	border-bottom:#5A3A00 solid 3px;
}

.event-list-by-type a[href^="https:"] { 
	background-image: url(../images/icons/external.png); 
	padding:2px 14px 2px 0; margin:-2px 0;
	background-repeat: no-repeat; 
	background-position: right center;  
}
.event-list  h3 a {
	color: #5A3A00;
}

.event-list  h3 a:visted{
	color: #5A3A00;
}

.event-list  h3 a:hover {
	color:#AD754E;
	/*text-decoration:underline;*/
}

.event-list div.collapsible {
  display: none; /* Only important part */
  border-bottom:none;
  padding: 5px;
  margin-bottom:10px;
}

/*.extra-content p {
	margin-bottom: 1em;
}*/


/**************************************/
/*   	  	SITEBLUE			      */
/**************************************/

/*#siteblue*/
/*{*/
/*	text-align: center;*/
/*	font-size: 1.5em;*/
/*	padding: 1em;*/
/*}*/
/**/
/*#siteblue **/
/*{*/
/*	font-family: Helvetica, Arial, Sans-Serif;*/
/*}*/
/**/
/*#siteblue h1*/
/*{*/
/*	font-size: 4.5em;*/
/*	margin: .2em;*/
/*	margin-bottom: .2em;*/
/*	text-align: center;*/
/*}*/
/**/
/*#siteblue h2*/
/*{*/
/*	text-align: left;*/
/*}*/
/**/
/*#siteblue p, #siteblue li*/
/*{*/
/*	max-width: 45em;*/
/*	line-height: 1.5em;*/
/*	margin-left: auto;*/
/*	margin-right: auto;*/
/*	margin-bottom: 1.2em;*/
/*	text-align: left;*/
/*}*/
/**/
/*#siteblue li*/
/*{*/
/*	list-style: none;*/
/*	padding: .2em;*/
/*	margin-bottom: 1em;*/
/*	background-color: transparent;*/
/*}*/
/*	*/
/*#siteblue li:not(:last-of-type)*/
/*{*/
/*	border-bottom: 1px solid #207DC5;*/
/*	box-shadow: 0 5px 3px -3px #ccc;*/
/*}*/
/**/
/*#siteblue a*/
/*{*/
/*	color: #207DC5;*/
/*}*/
/**/
/*#siteblue a:hover*/
/*{*/
/*	text-decoration: underline;*/
/*}*/
/**/
/*#siteblue #site_nav*/
/*{*/
/*	margin: 0;*/
/*}*/
/**/
/*#siteblue #site_nav a*/
/*{*/
/*	font-size: .9em;*/
/*	padding: 0 1em;*/
/*	background-image: none;*/
/*	margin-bottom: 1em;*/
/*	display: inline-block;*/
/*}*/
/**/
/*#siteblue #site_nav a:not(:last-of-type)*/
/*{*/
/*    border-right: 1px solid #207DC5;*/
/*}*/
/**/
/*#siteblue #footer*/
/*{*/
/*	margin-top: 2em;*/
/*}*/
/**/
/*#siteblue #footer-share*/
/*{*/
/*	opacity: .68;*/
/*}*/
/**/
/*#siteblue #footer **/
/*{*/
/*	text-align: right;*/
/*	font-size: .9em;*/
/*}*/
/**/
/*#siteblue #footer > **/
/*{*/
/*	margin-bottom: .5em;*/
/*}*/
/*	*/
/*#siteblue #footer a*/
/*{*/
/*	color: #207DC5;*/
/*	border-color: #207DC5;*/
/*}*/
/**/
/*#siteblue #footer a:last-of-type*/
/*{*/
/*	border: none;*/
/*	padding-right: 0;*/
/*}*/
/**/
/*#siteblue #footer #copyright*/
/*{*/
/*	font-size: .85em;*/
/*	color: #000;*/
/*	opacity: .68;*/
/*}*/
/**/
/*#siteblue #geohopper_logo*/
/*{*/
/*	text-align: center;*/
/*	margin-bottom: 3em;*/
/*}*/
/**/
/*#siteblue #geohopper_logo img*/
/*{*/
/*	width: 200px;*/
/*}*/
/**/
/*#siteblue #product-description*/
/*{*/
/*	float: none;*/
/*	width: auto;*/
/*	margin: 1em auto;*/
/*	text-align: left;*/
/*	max-width: 45em;*/
/*}*/
/**/
/*#siteblue #explanation*/
/*{*/
/*	text-align: left;*/
/*	max-width: 45em;*/
/*	margin: 2em auto 0em auto;*/
/*}*/
/**/
/*#siteblue #siteblue-content*/
/*{*/
/*	text-align: center;*/
/*	max-width: 53em;*/
/*	margin: 2em auto 0em auto;*/
/*}*/
/**/
/*#siteblue .product-specs*/
/*{*/
/*	background-color: transparent;*/
/*}*/
/**/
/*#siteblue .product-specs h1*/
/*{*/
/*	background-color: #207DC5;*/
/*	color: #FFF;*/
/*	text-align: center;*/
/*}*/
/**/
/*#siteblue .product-specs h2*/
/*{*/
/*	font-size: 1em;*/
/*}*/
/**/
/*#siteblue .geohopper-list  {*/
/*	text-align: left;*/
/*	list-style: none;*/
/*}*/
/**/
/*#siteblue .geohopper-list li {*/
/*	padding-left: 3.5em;*/
/*	background-image: url(../images/button_location.png);*/
/*	background-repeat: no-repeat;*/
/*	padding-top: .5em;*/
/*	padding-bottom: 1em;*/
/*}*/
/**/
/*#siteblue form*/
/*{*/
/*	display: inline-block;*/
/*}*/
/**/
/*#siteblue form **/
/*{*/
/*	display: block;*/
/*	margin: .5em auto;*/
/*}*/
/**/
/*#siteblue .error*/
/*{*/
/*	display: inline-block;*/
/*}*/
/**/
/*#siteblue #divRequirements*/
/*{*/
/*	margin-top: 3em;*/
/*	text-align: left;*/
/*	max-width: 45em;*/
/*}*/
/**/
/*#siteblue #divRequirements h2*/
/*{*/
/*	text-align: center;*/
/*}*/
/**/
/*#siteblue #divRequirements input[type=checkbox]*/
/*{*/
/*	display: inline;*/
/*	margin-right: 1em;*/
/*	margin-top: 1.2em;*/
/*	zoom: 1.5;*/
/*}*/
/**/
/*#siteblue label*/
/*{*/
/*	display: block;*/
/*	text-align: center;*/
/*	font-size: 60px;*/
/*	margin-bottom: -20px;*/
/*}*/
/**/
/*#siteblue input[type=text]*/
/*{*/
/*	font-size: 3em;*/
/*}*/
/**/
/*#siteblue input[type=checkbox] + label*/
/*{*/
/*	display: inline;*/
/*	margin-bottom: 1.2em;*/
/*	font-size: 1.2em;*/
/*}*/
/**/
/*#siteblue input[type=submit]*/
/*{*/
/*	display: block;*/
/*	padding: 1em;*/
/*	margin-top: 1.5em;*/
/*	border-radius: 1em;*/
/*	border: none;*/
/*	background: #AECDE2;*/
/*	color: #FFF;*/
/*	font-size: 5em;*/
/*	font-weight: bold;*/
/*	font-size: 1.5em;*/
/*	box-shadow: 0.1em 0.1em .3em .1em #999;*/
/*    transition: background 1s;*/
/*    -moz-transition: background 1s;*/
/*    -webkit-transition: background 1s;*/
/*    -o-transition: background 1s;*/
/*}*/
/**/
/*#siteblue .geohopper_submit_active*/
/*{*/
/*	background: #207DC5;*/
/*}*/
/**/
/*#siteblue input[type=submit]:active*/
/*{*/
/*	box-shadow: none;*/
/*}*/
/**/
/*#siteblue input[type=submit]:hover, #siteblue input[type=submit]:active*/
/*{*/
/*	background-color: #9E3DC7;*/
/*}*/
/**/
/*#siteblue #divReferralCode label span*/
/*{*/
/*	font-size: .4em;*/
/*	margin-top: -.5em;*/
/*}*/
/**/
/*#siteblue #privacy_policy*/
/*{*/
/*	margin-left: auto;*/
/*	margin-right: auto;*/
/*	max-width: 45em;*/
/*}*/
/**/
/*#siteblue #privacy_policy h2*/
/*{*/
/*	text-align: center;*/
/*	font-size: 1.4em;*/
/*	margin-top: 1.5em;*/
/*}*/
/**/
/*.faq_item:not(:last-of-type)*/
/*{*/
/*    padding-bottom: 1em;*/
/*    border-bottom: 1px solid #207DC5;*/
/*    box-shadow: 0 8px 5px -5px #ccc;*/
/*}*/
/**/
/*#siteblue #address_info*/
/*{*/
/*	display: inline-block;*/
/*}*/



/**************************************/
/*           REDOWNLOAD               */
/**************************************/

.form-container
{
	background: #EDEBE5;
	color: #5A3A00;
	padding: 4em;
	border-radius: .5em;
}

.form-container h1
	{
	        margin-bottom: 35px;
	}
	
.form-container label, .form-container input, .form-container select, .form-container p
	{
	        float: left;
	        margin-bottom: 10px;
	}
	
.form-container label, .form-container input, .form-container p
	{
	        clear: left;
	}
	
	
.form-container input[type=text]
	{
	        margin: 15px;
	        margin-bottom: 35px;
	        border: 1px solid black;
	}
	
.form-container select
	{
	        margin-left:20px;
	        font-size: 1em;
	}
	
.form-container #emailMemo
	{
	        margin-top: 30px;
	}
	
.form-container a:link {
	color:#AD754E;
	
}

.form-container a:visited {
	color:#AD754E;
	
}
.form-container a:hover {
	color:#AD612B;
	
}

.form-container label.error
{
	clear: none;
}

.form-container input + label
{
	clear: none;
}

.form-container label
{
	float: left;
	clear: left;
	margin-bottom: 10px;
}

.form-container input 
{
	float: left;
	clear: left;
	margin-bottom: 10px;
}


.floatLeft
{
    float: left;
}

.pushOnRight
{
    margin-right: 10em;
}

.listStyleNone
{
    list-style: none;
}

.listStyleNone li
{
    margin-left: -1.5em;
    margin-bottom: .5em;
}

.buy-right-pricing *
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.buy-right p
{
    margin-bottom: 1em;
}

#tax_exempt_message
{
	text-align: center;
	margin: 1em;
	
}

#payContainer
{
    border: 1px solid #ccc;
    margin-bottom: 1em;
}

#payContainer *
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#payContainer h3, #payContainer h6
{
    margin-top: .5em;
}

#payContainer h6
{
    margin: 0;
    padding: .5em;
}	

#payContainer select
{
    margin-bottom: 1.5em;
}

#payContainer form
{
    margin-bottom: .5em;
}

.amazon_button
{
    display: none;
}

.amazon_button:first-of-type
{
    display: inherit;
}

.amazon_button form
{
    width: 100%;
}

.amazon_button input[type=image]
{
    width: 50%;
}

.amazonPayments
{
    display: none !important;
}

#payContainer .promo
{
    max-width: 90%;
    margin: 1.5em auto;
}

#paypalButton
{
    width: 50%;
    background: #dbd2c0; /* Old browsers */
    background: -moz-linear-gradient(top,  #dbd2c0 0%, #b5a78d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbd2c0), color-stop(100%,#b5a78d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #dbd2c0 0%,#b5a78d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #dbd2c0 0%,#b5a78d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #dbd2c0 0%,#b5a78d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #dbd2c0 0%,#b5a78d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbd2c0', endColorstr='#b5a78d',GradientType=0 ); /* IE6-9 */

    border: 1px solid #261A02;
    color: #261A02;
    padding: 0.35em;
    margin-bottom: .5em;
    font-size: .9em;
    font-weight: bold;
    font-style: italic;
    border-radius: 2em;
}

#paypal-image
{
    width: 40%;
    display: block;
}

.payButtons select
{
	max-width: 98%;
}

#os0
{
    max-width: 98%;
}

#pullQuote
{
    padding: 0;
    border: none;
    /*border: 1px solid #ccc;*/
    /*border-radius: 1em;*/
}

#pullQuote p
{
    width: 58%;
    margin: 0 auto;
    line-height: 1.3em;
    /*text-shadow: .4em .4em .4em #ccc;*/
}

#pullQuote cite
{
    display: block;
    width: 58%;
    text-align: right;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
}

/*blockquote *:first-child:before, blockquote *:first-child:after*/
#quoteMarkOpen, #quoteMarkClose
{
    margin: 0 !important;
    line-height: .1em;
    color:#527482;
    font-family: serif;
    font-size: 4em;
    font-weight: bold;
    text-shadow: .05em .05em .05em #442F04;
    /*-webkit-text-stroke: 1px #442F04;*/
}

#quoteMarkOpen
{
    position: relative;
    top: .3em;
    text-align: left;
}

#quoteMarkClose
{
    text-align: right;
}

blockquote *:first-child:before
{
    content: "";
    /*content: "\201C";*/
    /*margin-right: .1em;*/
}

blockquote *:first-child:after
{
    content: "";
    /*content: "\201D";*/
    /*vertical-align: -.8em;*/
}

#pricingDescription
{
    clear: left;
    max-width: 33em;
}

#price_list td:first-child
{
    width: 12em;
}

.form-container
{
    background: #EDEBE5;
    color: #5A3A00;
    padding: 1em;
    border-radius: .5em;
}

#payBox
{
    border: 3px solid #7A95A3;
}

#payBox.buy-right-pricing
{
    margin-top: -3em;
}

#payBox h1
{
    margin-top: .5em;
    font-size: 1.3em;
}

#productLogo
{
    display:inline-block;
    margin-top: .5em;
}

#corner-overlay {
	float:right;	
}


/**************************************/
/*     NEWSLETTER AND SIGN UP         */
/**************************************/

#newsletter
{
    margin-top: 3em;
    padding: 1em 3.5em;
    border-radius: .5em;
    box-shadow: 0 0 1.5em .5em #ccc;
}

#newsletter #articleContent
{
    padding: 2em 1em 1em 1em;
}

#newsletterLogo, #newsletterLogo img
{
    width: 693px;
    height: 260.804px;
    background: #FFF;
    box-shadow: 0 0 .5em .3em #ccc;
    transform:rotate(-7deg);
    -ms-transform:rotate(-7deg); /* IE 9 */
    -moz-transform:rotate(-7deg); /* Firefox */
    -webkit-transform:rotate(-7deg); /* Safari and Chrome */
    -o-transform:rotate(-7deg); /* Opera */
    position: relative;
    top: -2em;
    left: -4em;
    -webkit-transition: -webkit-transform 1s;
}

#newsletterLogo:hover
{
    -webkit-transform:rotate(2deg);
}

#newsletter .newsletterPhoto
{
    width: 15em;
    float: right;
    margin-left: 1em;
    border-radius: .3em;
    box-shadow: -.2em .2em .4em .1em #ccc;
}

#newsletter h1
{
    margin-top: 1.5em;
}

.newsletterResponse
{
    color: #527482;
}

#pastNewslettersLink
{
    display: block;
    margin-bottom: 2em;
}

#newsletter img
{
	width: 9em;
	margin: 1em;
}

#newsletter img.widePhoto
{
	width: 15em;
}


/**************************************/
/*     SPLASH PAGE			          */
/**************************************/

.splashpage-product-div
{
    position: relative;
    width: 56%;
    margin: 4em auto 7em auto;
    padding: 2em;
    border: 2px solid #5A3A00;
    border-radius: .8em;
}

.splashpage-product-div a:link, .splashpage-product-div a:visited
{
    color: #5A3A00;
}

.splashpage-product-div a:hover
{
    color: #527482;
}

.splashpage-product-div img
{

    width: 55%;
    margin-top: -3.5em;
    margin-right: .5em;
    float: left;
}

.splashpage-product-div p
{
    margin-bottom: 0;
}

.new-content-flag
{
    position: absolute;
    top: 1.5em;
    right: -3.5em;
    max-width: 6em;
    text-align: center;
    font-weight: bold;
    color: #FFF !important;
    background: #527482;
    padding: .5em 4em;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.new-content-flag:hover, .new-content-flag:active
{
    background: #D52110;

    transition: background 1s;
    -moz-transition: background 1s;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
}

.new-content-flag-mask
{
    position: absolute;
    top: 0;
    right: 0;
    width: 9em;
    height: 8em;
    overflow: hidden;
    background: transparent;
}

.date-stamp {
	text-align: right;
	opacity: 80%;
	margin: 1em;
}



/**************************************/
/*     EDUCATION PAGE			      */
/**************************************/

#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;
	}
}

@media only screen and (max-device-width: 768px)
{
	#education_page #more_info section h2
	{
		font-size: 1.3em;
	}
}

#education_page #more_info img
{
	height: 6em;
	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 0 .3em 0;
}

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

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

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

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

form#education_leads
{
	position: absolute;
	top: 0;
	right: 0;
	margin: -2em -2em 0 0;
}

@media only screen and (max-device-width: 640px)
{
	#education_page h1
	{
		font-size: 2.5em;
	}

	form#education_leads
	{
		position: static;
		margin: -2em auto 0;
		text-align: center;
		line-height: 2em;
	}
	
	button#education_leads_submit
	{
		padding: .5em;
	}
}

@media only screen 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%;
	}
}


/**************************************/
/*     PREMIUM SUPPORT PAGE			   */
/**************************************/

#premium_support h1, #premium_support h2
{
	margin-bottom: .2em;
}

#premium_support img
{
  height: 15em;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-device-width: 768px) and (orientation:portrait)
{
	#premium_support img
	{
		height: 10em;
	}
}

@media only screen and (max-device-width: 640px)
{
	#premium_support img
	{
		max-width: 90%;
	}
}

#premium_support p, #premium_support li, #premium_support h3
{
  text-align: left;
}

#premium_support p, #premium_support li
{
  max-width: 45em;
  line-height: 1.5em;
}

#premium_support ul
{
	margin-top: -.5em;
}

#premium_support li
{
  list-style-type: none;
  margin-bottom: .5em;
  margin-left: -1.5em;
}

#premium_support li:nth-child(odd)
{
	background: #eee;
	box-shadow: 0 0 .2em .1em #eee;
}

@media only screen and (min-device-width: 640px)
{

  #premium_support h1
  {
	font-size: 2.5em;
  }
  
  #premium_support h2
  {
	font-size: 2em;
  }

  #premium_support section
  {
	display: table;
  }
  
  #premium_support section > *
  {
	display: table-cell;
	vertical-align: middle;
  }
  
  #premium_support section:nth-of-type(even)
  {
	direction: rtl;
  }
  
  #premium_support section:nth-of-type(even) *
  {
	direction: ltr;
  }

  #premium_support section:nth-of-type(odd) img
  {
	  margin: 1em 3em 1em 1em;
  }
  
  #premium_support section:nth-of-type(even) img
  {
	  margin: 1em 1em 1em 3em;
  }
}

