/* Reset */
html, body, div, form, fieldset, legend, label {
  margin: 0;
  padding: 0; 
}
table {
  border-collapse: collapse;
  border-spacing: 0; 
}
th, td {
  text-align: left;
  vertical-align: top; 
}
h1, h2, h3, h4, h5, h6, th, td, caption {
  font-weight: normal; 
}
img, fieldset {
  border: 0; 
}
aside, article, section, footer, nav { display: block; clear: both;}


/* Typography */

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../f/proxima_nova_reg-webfont.eot');
    src: url('../f/proxima_nova_reg-webfont.eot?iefix') format('eot'),
         url('../f/proxima_nova_reg-webfont.woff') format('woff'),
         url('../f/proxima_nova_reg-webfont.ttf') format('truetype'),
         url('../f/proxima_nova_reg-webfont.svg#webfontEeqOmHF0') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ProximaNovaExtrabold';
    src: url('../f/proxima_nova_xbold-webfont.eot');
    src: url('../f/proxima_nova_xbold-webfont.eot?iefix') format('eot'),
         url('../f/proxima_nova_xbold-webfont.woff') format('woff'),
         url('../f/proxima_nova_xbold-webfont.ttf') format('truetype'),
         url('../f/proxima_nova_xbold-webfont.svg#webfontnmv8aWs9') format('svg');
    font-weight: normal;
    font-style: normal;

}



body{
  background: #dee8ef;
  color: #072340;
  font: 15px/150% "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-weight: 350;
  -moz-text-shadow: 0 1px 1px #fff;
 text-shadow: 0 1px 1px #fff;
  -webkit-text-shadow: 0 0 0 transparent, 0 1px 1px #fff;
 
}

h1, h2, h3, h4{
  font-family: ProximaNovaRegular;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: .2em;
  padding-top: .5em;
}
h1 em, h2 em, h3 em, h4 em{
  font-family: ProximaNovaExtrabold;
  font-style: normal;
}
h1:first-child, 
h2:first-child, 
h3:first-child, 
h4:first-child{
  padding-top: 0;
}
h5, h6{
  font-weight: bold; color: #555758;
}
h1{font-size: 48px;}
h2{font-size: 32px;}
h3{font-size: 24px; color: #069;}
h4{font-size: 18px; color: #555758}
h5{font-size: 16px;}
h6{font-size: 14px;}

div.col1.single h3{
  margin-bottom: 1em;
  margin-top: 2em;
}

div.col1.single h2 + h3,
div.col1.single .lo > h3:first-child{
  margin-top: 0;
}
div.col1.single.quick-guide h2{
  margin-top: 2em;
}
div.col1.single.quick-guide h2.first{
  margin-top: 0;
}


header#page-header h1{
  font-size: 59px;
  line-height: 140%;
  text-align: center;
}
header#page-header .col2 h1{
  font-size: 48px;
  text-align: left;
}
header#page-header .col1 h1, header#page-header.pricing h1{
  font-size: 48px;
  line-height: 120%;
  text-align: left;
}
header#page-header.pricing h1{
  line-height: 140%;
  text-align: center;
}
header#page-header h1 .free{
  color: #069;
}
.ai-plus{
  color: #99B337;
}

#app-buy h2{
  text-align: center;
}
section.features.major h3{
  font-size: 32px;
  line-height: 140%;
}
.col1 ul, .col1 ol{
  margin: 2em 0;
}
.col1 li{
  margin-left: 2em;
  margin-bottom: .5em;
}
.col1 ul li{
  list-style: disc;
}
.col1 ul li li{
  list-style: circle;
}
.col1 ol li{
  list-style: decimal;
}
.col1 ol li li{
  list-style: lower-alpha;
}

p{
  margin-bottom: 1.4em;
}
p.tip{
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px;
  -moz-box-shadow: 0 0 4px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.4);
  box-shadow: 0 0 4px rgba(0,0,0,.4);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 2em 0;
  
}
a{
  color: #072340;
  font-weight: bold;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  font-weight: normal;
}
section a:hover{
  text-decoration: underline;
}
section a:visited{opacity: .8;}
blockquote{
  background: #fff url(../i/blockquote_bg.png) bottom repeat-x;
  -moz-box-shadow: 0 0 15px #719ebc;
  -webkit-box-shadow: 0 0 15px #719ebc;
  box-shadow: 0 0 15px #719ebc;
  color: #666;
  font-size: 14px;
  font-weight: bold;
  padding: 1.5em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
blockquote + cite{
  background: url(../i/cite_bg.png) 10px 0 no-repeat;
  display: block;
  font-weight: bold;
  padding: 10px 10px 20px 40px;
}
input[type=email], input[type=text], input[type=password]{
  height: 30px;
  width: 200px;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
/*   border-radius: 5px; */
  padding: 3px 0;
  margin-bottom: 15px;
  margin-top: 5px;
}
.checkboxes{
  margin-top: 15px;
  margin-bottom: 25px;
}
label{
  color: #666;
  display: block;
  font-weight: bold;
  margin: .5em;
}
button{
  background: url(../i/btn_bg.png) 0 bottom repeat-x;
  border: 1px solid #879d31;
  color: #fff;
  font-weight: bold;
/*
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
*/
  padding: 10px 15px;
  margin-left: 5px;
  -moz-text-shadow: 1px 1px 1px #4b6a7e;
  -webkit-shadow: 1px 1px 1px #4b6a7e;
  text-shadow: 1px 1px 1px #4b6a7e;
}
strong{font-weight: bold;}
em{font-style: italic;}
.continue_smallprint{
  font-size: 11px;
  color: #999;
}

img + p.caption{
  margin-top: -1em;
  margin-bottom: 2em;
}

ol.install-instructions, ol.install-instructions li{
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.install-instructions li{
  padding: 1em;
  margin: 2em 0;
}

.aib{
  color: #333 !important;
  font-family: ProximaNovaExtrabold;
}
.aib em{
  font-family: ProximaNovaRegular;
  font-style: normal;
}
/* Layout */
html{
}
body{
  text-align: center;
}
#wrapper{
  text-align: center;
/*   width: 99.99%; */
}
#wrapper > header#site-header > div,
#wrapper > nav ul,
#wrapper > section,
#wrapper > div{
  margin: 0 auto;
  width: 960px;
  text-align: left;
/*   overflow: hidden; */
  padding: 0 1em;
}
#wrapper > header#site-header > div{
  margin-top: 10px;
  position: relative;
  width: 960px;
  height: 100px;
  overflow: visible;
}
#wrapper:after{
  content: " ";
  background: url(../i/beta-tab.png) top right;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
}

/* = Header */
header#site-header{
  background: #072340 url(../i/header_bg.png) 20% bottom no-repeat;
  height: 127px;
  position: relative;
  width: 100%;
}
header#site-header:after,
section:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
header#site-header,
section {
	display: inline-block;
	display: block;
}
header#site-header{
  display: inline-block;
}
 
html[xmlns] header#site-header,
html[xmlns] section{
	display: block;
}
 
* html header#site-header,
* html section {
	height: 1%;
}
#site-header h1{
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0
  top: 15px; 
  z-index: 100;
}
#site-header h2,
#site-header .for-gmail .and-google-apps{
  color: #efefef;
  font: 16px "Helvetica Neue", Helvetica, Arial, Sans-serif;
  position: absolute;
  top: 70px;
  left: 155px;
  text-shadow: none;
  -moz-text-shadow: 0 0px 2px #000;
	text-shadow: 0 0px 2px #000;
	-webkit-text-shadow: 0 0 0 transparent, 0 0px 2px #000;
	font-weight: 300;
  letter-spacing: .1em;
}
#site-header .for-gmail{
  position: absolute;
  right: 1em;
  top: 25px;
}
#site-header .for-gmail .and-google-apps {
    text-align: right;
    font-size: 11px;
    position: static;
    margin-top: -10px;
}

/* Site Nav */
#site-nav{
  background: #92b5cb url(../i/nav_bg.png) bottom repeat-x;
  border-bottom: 1px solid #7792A4;
  overflow: hidden;
  margin-top: -6px;
  width: 100%;
}
#site-nav ul{
	margin: 0 auto;
	overflow: hidden;
  width: 1000px;
}
#site-nav li{
  display: inline;
	float:  left;
	margin: 0;
	padding: 0;
	list-style: none;
	-moz-transition: background-color 1s;
	-webkit-transition: background-color 1s;
	-o-transition: background-color 1s;
	transition: background-color 1s;
	background-color: transparent;
}
#site-nav li:last-child{
	border-right:  none;
}

#site-nav li a{
  color: #072340;
	display:  block;
	height: 40px;
	font-family: 'ProximaNovaRegular';
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	padding: 0 25px;
	-moz-text-shadow: 0 1px 1px #dee8ef;
	-webkit-text-shadow: 0 0 0 transparent, 0 1px 1px #dee8ef;
	text-shadow: 0 1px 1px #dee8ef;
	position: relative;
	text-decoration: none;
	z-index: 120;
}
#site-nav li:last-child a{
	border-right: none;
}
#site-nav li.active{
	background: rgba(255, 255, 255, .1);
}

#site-nav li:hover, #site-nav li.current{
	background-color:  rgba(255, 255, 255, .1);
}
#site-nav li.active a{
	height: 40px;
}
#site-nav li:last-child{
  display: block;
  float: right;
  height: 40px;
  text-align: right;
  width: 256px;
}
#site-nav li:last-child a{
  padding: 0;
}

.navless-spacer {
    display:block;
    height: 250px;
}

.account_email_smallprint {
    font-size: 12px;
}

header#page-header{
  float: left;
  overflow: hidden;
  width: 960px;
}
#maincontent{
  margin-top: 15px;
}

section, footer#site-footer{
  background: url(../i/section-delimeter.png) 50% -4px no-repeat;
/*   overflow: hidden; */
  padding: 2em 0;
}
.col1{
  clear: left;
  float: left;
  margin-right: 15px;
  width: 540px;
}
.col2{
  clear: right;
  float: right;
  padding-left: 10px;
  width: 365px;
}
#page-header{
  padding: 2em 0;
}
#page-header.homepage .col1{
  float: left;
  clear: left;
  width: 420px;
  margin: 0 15px 0 0;
  padding: 0;
}
#page-header.homepage .col2{
  float: right;
  clear: right;
  width: 500px;
  padding-left: 10px;
  text-align: right;
  
}
.col1.single{
  float: none;
  margin: 0 auto;
  width: 680px;
}
.col1.blog{
  width: 680px;
}
.col2.blog{
  width: 240px;
}
.col1.blog img{
  margin: 2em auto;
  max-width: 610px;
  text-align: center;
}
.col1.blog img.wp-smiley{
  border: 0;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  padding: 0;
  margin: 0
}
.col1.single.post{margin: 3em auto;}
.col1.single #install h2,
h2#faq{
  margin-top: 3em;
  margin-bottom: 1em;
}
.col1.single #install h2:first-child,
.col1.single.post h2:first-child#faq{
  margin-top: 1em;
}

.col1.single .screen{
  display: block;
  margin: 30px auto;
  text-align: center;
}

section .col1, section .col2{
  margin-top: 15px;
  margin-bottom: 0px;
}
section.features.major .col1,
section.features.major .col2{
  margin-bottom: 30px;
}
section.two-up .row{
  float: left;
}
section.two-up .col1, section.two-up .col2{
  padding: 0;
  position: relative;
  text-align: center;
  width: 470px;
}
section.two-up .row p{
  font: 18px/140% ProximaNovaExtrabold;
  padding-top: 15px;
}
.col1.half,
.col2.half{
  width: 45%;
}
.col1.tri, .col2.tri, .col3.tri{
  float: left;
  clear: none;
  width: 310px;
  margin: 15px 0 0 0;
  padding: 0;
}
.col2.tri{
  margin: 15px 15px 0 15px;
}
.col3.tri{
  clear: right;

}
span.plus{
  background: url(../i/plus.png);
  height: 34px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  width: 74px;
  top: 10px;
  right: 30px;
  
}
section{
  margin-bottom: 30px;
}
section.reasons, section.testimonials{
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
/* = Buy Page */
.comparisonchart{
  margin-bottom: 5em !important;
  float: left;
}

table.compare{
/*   background: url(../i/hi_bg.png) 0 0 repeat-x; */
  margin-bottom: 30px;
  float: left;
  clear: both;
  width: 100%;
}
table.compare td,
table.compare th{
  border-bottom: 1px solid #f5f5f5;
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  padding: 15px;
}
table.compare td.footer{
  vertical-align: bottom;
}
table.compare .free, table.compare .pro, table.compare p.price span{
  color: #999;
  font: 32px ProximaNovaRegular;
  text-align: center;
  width: 265px;
}
table.compare p.price.plus span{color: #99B337}
table.compare th.pro, table.compare th.free{
  background: none;
}
table.compare td.yes{
  color: #99b337;
}
table.compare thead{

  background: #d7e1e8;
}
table.compare th h2{
  font-size: 24px;
  margin: 0;
}
table.compare th.free, table.compare th.pro{
  color: #333;
  font-size: 24px;
}
table.compare th.pro span{
  color: #99b337;
}
table.compare th.variable span{
  color: #069;
}
tbody td.free.yes{
  color: #999;
}
p.price{
  color: #333;
  font-weight: bold;
  font: 14px "Helvetica Neue", Helvetica, Arial, Sans-serif;
}
p.price span{
  display: block;
  padding: 15px 0 0;
}
.get-it{
  text-align: center;
}
.get-it div{
  background: #ebf1f5;
  background: rgba(255,255,255,.4);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  margin: 0 15px 3em;
  padding: 15px 15px 0;
  width: 360px;
  vertical-align: top;
}
.get-it p.price span{
  color: #99b337;
  font: 32px ProximaNovaExtrabold;
}


#content-footer{
  margin-bottom: 45px;
}
#content-footer h1{
  font-size: 24px;
}
#content-footer #tweet{
  background: #fff;
	border:  1px solid #d6dee2;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
	margin:  20px 0 0 20px;
	padding:  10px 10px 10px 50px;
}
#content-footer .twitter-bird{
	position:  absolute;
	top:  -10px;
	left: -30px;
}
#content-footer #tweet .meta{
	color:  #aaa;
	margin-top:  -.6em;
}

footer#site-footer{
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  width: 960px;
}
footer#site-footer ul{
  margin: 15px 0;
}
footer#site-footer ul li{
  display: inline;
  padding: 0 15px;
}
footer#site-footer p{
  margin: 15px 0;
}
.footer-description a {
    font-weight: normal;
}

/* Misc */
.testimonial.single, .hi{
  margin: 30px 200px;
}
.hi{
  background: url(../i/hi_bg.png) 0 0 repeat-x;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.hi.std{
  text-align: left;
  padding: 15px;
}
.hi.std img.screen{
  float: right;
  margin: 0 0 15px 15px;
}
.lo{
  background: #cedde7;
  border: 0 !important;
  padding: 30px;
  float: left;
  margin-bottom: 30px;
}
.row.lo{
  margin-bottom: 0;
}
.col1 .hi, .col2 .hi{
  margin: 0 0 15px 0;
}
img.screen, .comment-author img, .col1.blog img, .team-aib img{
  background: #fff;
  padding: 8px;
  -ms-box-shadow: 0 0 4px #ccc;
  -moz-box-shadow: 0 0 4px #ccc;
  -o-box-shadow: 0 0 4px #ccc;
  -webkit-box-shadow: 0 0 4px #ccc;
  box-shadow: 0 0 4px #ccc;
  -ms-box-shadow: 0 0 4px rgba(0,0,0,.4);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,.4);
  -o-box-shadow: 0 0 4px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.4);
  box-shadow: 0 0 5px rgba(0,0,0,.4);
  border-radius: 6px;
}
a.tour{
  background: #666;
  background: rgba(0,0,0,.6);
  color: #fff;
  display: inline-block;
  float: right;
  line-height: 50px;
  padding: 0 15px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  -webkit-transition: all linear .5s;
}
a.tour:hover{
  background: #333;
  -moz-box-shadow: 0 0 15px #fff;
  -webkit-box-shadow: 0 0 15px #fff;
  box-shadow: 0 0 15px #fff;
}
a.get-button img{
  display: inline-block;

  -moz-transition: all linear .5s;
  -o-transition: all linear .5s;
  -webkit-transition: all linear .5s;
  transition: all linear .5s;
}
a.get-button:hover img{
  background: #fff;
  -moz-box-shadow: 0 0 15px #719ebc;
  -webkit-box-shadow: 0 0 15px #719ebc;
  box-shadow: 0 0 15px #719ebc;
}

.payment-method, .payment-details, .post{
  background: #fff;
  -moz-box-shadow: 0 0 15px #719ebc;
  -webkit-box-shadow: 0 0 15px #719ebc;
  box-shadow: 0 0 15px #719ebc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #1f3953;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  border-radius: 5px;
  margin: 30px 0;
  padding: 15px 30px;
  
}
.payment-details td{
  border-bottom: 1px solid #069;
  padding: 15px;
}
.payment-details tr:nth-child(2n+1){
  background: #f8fafa;
}
.payment-details tr td:first-child{
  width: 40%;
}


h3#comments{
  border-top: 1px solid #e0e0e0;
  padding-top: 30px;
  margin-top: 30px;
}
.post.hentry{
  margin: 15px 0 45px;
}
.post header{
  border-bottom: 1px solid #c4d7e3;
  padding: 1.5em 0 1.5em;
  margin: 0 0 2em;
}
.post footer{
  border-top: 1px solid #cadae6;
  color: #8cacc1;
  margin: 2em 0 0;
  padding-top: 1em;
}
ol.commentlist, ol.commentlist li.comment{
  margin: 0;
  padding: 15px 0;
  list-style: none;
}
ol.commentlist li.comment:last-child{
  padding-bottom: 0;
}
ol.commentlist ul.children{
  margin-bottom: 0;
}
ol.commentlist ul.children > li{
  margin: 0;
  padding-left: 45px;
}
li.comment{
  border-top: 1px solid #f5f5f5;
  padding: 0 15px;
}
li.comment.depth-2{
  padding-left: 40px;
}
li.comment.depth-3{
  padding-left: 80px;
}
li.comment.depth-4{
  padding-left: 120px;
}
li.comment.depth-5{
  padding-left: 160px;
}
li.comment.depth-6{
  padding-left: 200px;
}
.comment-author{
  padding: 15px 0 0;
}
.comment-author img{
  float: left;
  margin: 0 15px 15px 0;
  padding: 4px;
}
.navigation{
  float: left;
  width: 100%;
}
.alignleft{float: left;}
.alignright{float: right;}
.alignleft a, .alignright a{
  background: #cadae6;
  padding: .5em 1em;
}
.alignleft a{
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-bottomleft: 30px;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
}
.alignright a{
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
}

.team-aib{
  border-bottom: 1px solid #c4d7e3;
  float: left;
  margin: 0 0 3em;
  padding: 0;
}
.team-aib li{
  border-top: 1px solid #c4d7e3;
  display: block;
  list-style-type: none;
  float: left;
  padding-top: 1em;
  margin: 0 0 1em 0;
  width: 100%;
  
}
.team-aib img{
  padding: 4px;
  margin-right: 1em;
  width: 50px;
  height: 50px;
  float: left;
}
.team-aib h3{
  margin: 0;
  padding: 0;
}
.team-aib p{
  margin: 0;
}

div.cols{
  overflow: hidden;
  width: 100%;
}
div.cols .col1,
div.cols .col2{
  border-top: 1px solid #e0e0e0;
  width: 100%;
  padding: 15px 0 0;
  margin: 0;
}

div.cols div img:first-child{
  float: left;
  margin: 0 15px 45px 0;
}
/*

.gtdi-gtdtour-cols{
  overflow: hidden;
}
*/
.gtdi-email-signup, 
.gtdi-twitter-follow,
.gtdi-social-share{
  background: #ebf1f5;
  background: rgba(255,255,255,.4);
  height:180px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 43%;
  padding: 15px;
  margin-top: 20px;
  float: left;
}
.gtdi-email-signup{
  margin-top: 0;
  height: auto;
  width: 585px;
}
.gtdi-social-share{
  float: right;
}
div.gtdi-gtdtour-cols div.gtdi-email-signup h3, 
div.gtdi-gtdtour-cols div.gtdi-twitter-follow h3,
div.gtdi-gtdtour-cols div.gtdi-social-share h3{
  font-size: 22px;
  color: #069;
  margin-bottom: .5em;
  margin-top: 0;
}
.fb_edge_widget_with_comment{
  position: relative;
  top: 1px;
}
.gtdi-gtdtour-col1.gtdi-email-signup h3, .gtdi-gtdtour-col1.gtdi-email-signup p{
  padding-right: 0;
}

.gtdi-gtdtour-col2.gtdi-twitter-follow h3, .gtdi-gtdtour-col2.gtdi-twitter-follow p{
  padding-left: 0;
}

.gtdi-email-signup input[type=text]#mce-EMAIL{
  padding: 0 6px;
  width: 435px;
}
.gtdi-email-signup #mc-embedded-subscribe{
  display:inline-block;
  margin: 10px auto;
  float: none;
  color: #333;
  -moz-text-shadow: 0 1px 1px #fff;
  -webkit-text-shadow: 0 1px 1px #fff;
  text-shadow: 0 1px 1px #fff;
  
}
.gtdi-twitter-bird{float: left; margin: 0 1em 1em 0;}

.gtdi-email-signup #mc-embedded-subscribe{
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  padding: 7px 8px;
  font-weight: bold;
  text-decoration: none;
  
  background: #c3e045;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.18, rgb(163,187,58)),
      color-stop(1, rgb(218,250,77))
    );
  background-image: -moz-linear-gradient(
        center bottom,
        rgb(163,187,58) 18%,
        rgb(218,250,77) 100%
    )
  ;
  border: 1px solid #869c30;
  color: #333;
  -moz-text-shadow: 0 1px 1px #fff;
  -webkit-text-shadow: 0 1px 1px #fff;
  text-shadow: 0 1px 1px #fff;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}
.gtdi-email-signup #mc-embedded-subscribe:hover{
  background: #c3e045;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.18, rgb(163,187,58)),
      color-stop(1, #c3e045))
    );
  background-image: -moz-linear-gradient(
        center bottom,
        rgb(163,187,58) 18%,
        #c3e045 100%
    )
  ;
  -webkit-box-shadow: #719EBC 0px 0px 15px;
  -moz-box-shadow: #719EBC 0px 0px 15px;
  box-shadow: #719EBC 0px 0px 15px;
}
.row{
  border-top: 1px solid #ccc;
  float: left;
  padding-top: 2em;
  width: 100%;
}
.row:first-child{
  border-top: none;
  padding-top: 0;
}
.shots{
  clear: both;
  float: left;
  margin-bottom: 1em;
  width: 100%;
}
.shots li{
  float: left;
  text-align: center;
  position: relative;
}
.shots.trio li{
  width: 30%;
}
.shots.duo li{
  width: 40%;
}
.shots.duo li{
  margin: 0 5%;
}
.shots li:first-child{
  margin-right: 5%;
}
.shots li:last-child{
  margin-left: 5%;
}
.shots li p{
  margin: 0 1em 1em 1em;
}
.shots li img{
  margin: 1em;
  width: 250px;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -ms-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -o-transform-origin: bottom;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

@-webkit-keyframes broken-screen{
  0%{
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
  }
  5%{
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: top left;
  }
  10%{
    -webkit-transform: rotate(15deg);
    -webkit-transform-origin: top left;
  }
  20%{
    -webkit-transform: rotate(75deg);
    -webkit-transform-origin: top left;
  }
  30%{
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: top left;
  }
  40%{
    -webkit-transform: rotate(50deg);
    -webkit-transform-origin: top left;
  }
  50%{
    -webkit-transform: rotate(35deg);
    -webkit-transform-origin: top left;
  }
  60%{
    -webkit-transform: rotate(38deg);
    -webkit-transform-origin: top left;
  }
  65%{
    -webkit-transform: rotate(30deg) translateX(500px) translateY(900px); 
    -webkit-transform-origin: top left;
  }
  70%{
    opacity: hidden;
  }
}

.shots li img:hover{
  position: relative;
  z-index: 140;
  -ms-box-shadow: 0 0 7px #ccc;
  -moz-box-shadow: 0 0 7px #ccc;
  -o-box-shadow: 0 0 7px #ccc;
  -webkit-box-shadow: 0 0  7px #ccc;
  box-shadow: 0 0 7px #ccc;
  -ms-box-shadow: 0 0 7px rgba(0,0,0,.4);
  -o-box-shadow: 0 0 7px rgba(0,0,0,.4);
  -moz-box-shadow: 0 0 7px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,.4);
  box-shadow: 0 0 7px rgba(0,0,0,.4);

}
.shots li:first-child img:hover{
  -ms-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  -ms-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.shots li:nth-child(2) img:hover{
  -ms-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
}
.shots li:last-child img:hover{
  -ms-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  -ms-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
.row.lo{
  padding: 1em 0;
}
.row.lo h2{
  margin-left: 5%;
}
.shots.text li{
  text-align: left;
/*   margin: 0; */
  margin-top: 1em;
  width: 40%;

}
.shots.text p{
  margin: 1em 0 0;
}

#benefitsbox {
    width: 100%;
    text-align: center;
    margin: 0px;
    overflow: hidden;
    font-size: 32px;
    padding-top: 15px;
    line-height: 44px;
}
#benefitsbox .phrases {
    display: block;
    height: 48px;
    font-size: 40px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
#benefitsbox .phrases strong.first {
    display: block;
    top: 0px;
}
#benefitsbox .phrases strong {
    color: #069;
    width: 100%;
    position: absolute;
    top: 80px;
    font-weight: normal;
}


p.social{
  text-align: right;
  line-height: 160%;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  margin-top: .5em;
}
p.social iframe{
  margin-bottom: -6px;
  margin-left: 1em;
}

#account-management #welcome {
    float:left;
}
#account-management #logout {
    float:right;
}
#account-management .clear {
    clear: both;
}
#account-management h3 {
    margin-top: 30px;
}
#account-management #email_table tr td:first-child {
    width: 250px;
}
#account-management .email_table_email_address {
    font-weight: bold;
}
#account-management #products_table {
    width: 100%;
}
#account-management #products_table td.name {
    color: #9DB544;
    text-transform: uppercase;
    font-weight: bold;
    width: 25%;
}
#account-management #products_table td.benefits {
    width: 25%;
}
#account-management #products_table td.status {
    width: 50%;
    text-align:right;
}

#super-header{
  display: none;
}

.support li{
  list-style-type: none !important;
  margin-left: 0;
}

ol.toc{
  display: none;
}
.guide h3{
  border-top: 1px solid #ccc;
  padding-top: 2em;
  margin-top: 2em;
  margin-bottom: 1em;
}
.guide .lo{
  padding: 1em 0;
}
.guide .lo + section{
  padding-top: 4em;
}



.support-navigation
{
    float: left;
    width: 160px;
    display: block;
    position: fixed;
}
.support-navigation .active {
    text-decoration: underline;
}
.support-main
{
    float: right;
    display: block;
    width: 800px;
}
.support-main-content
{
    width: 600px;
    margin: auto;
}
.support-navigation-installation,
.support-navigation-accounts
{
    display: none;
}
