@charset "utf-8";

/* -----GENERAL----- */
html {
  overflow-y: -moz-scrollbars-vertical;
  overflow-y: scroll;
  overflow-x: auto;
}
body {
  background: #e8e8e8;
  font-family: ff-meta-web-pro,'Myriad Pro','Trebuchet MS', 'Helvetica', Arial, sans-serif;
}
div#content {
  background:#fff url(https://images-goldenfrog.netdna-ssl.com/header_bg_5x86.png) repeat-x 0 0;
}
div.content-wrapper {
  width: 950px;
  min-height:400px;
  padding:0;
}
div.featured-content {
  position: relative;
  clear: both;
}
p.aligncenter, td.aligncenter {text-align: center;}

/* -----MAIN CONTENT TEMPLATES----- */
/* template 0 - One column layout. No images. */
div.temp-0 {
  margin:0;
  padding:0 40px 0 40px;
  width:870px;
  float:left;
}
/* template 1 - Two columns of equal widths define the main content area of the page. Use this template to divide content of equal importance */
div.temp-1 {
  margin:0;
  padding:0 40px 0 40px;
  width:870px;
  float:left;
}
div.temp-1 div.col-1 {
  width:430px;
  float:left;
  margin:0 10px 0 0;
}
div.temp-1 div.col-2 {
  width:430px;
  float:left;
  margin:0;
}
/* template 2 - Two columns of unequal widths define the main content area of the page. Use this template to divide content of unequal importance */
div.temp-2 {
  margin:0;
  padding:0 40px 0 40px;
  width:870px;
  float:left;
}
div.temp-2 div.col-1 {
  width:510px;
  float:left;
  margin:0 10px 0 0;
}
div.temp-2 div.col-2 {
  width:350px;
  float:left;
  margin:0;
}
/* template 3 - One column defines the main content area. A Side Bar provides space for secondary information */
div.temp-3 {
  padding:0 40px 0 40px;
  width:870px;
  float:left;
}
div.temp-3 div.col-1 {
  width:590px;
  float:left;
  margin:0 10px 0 0;
}
div.temp-3 div.side-bar {
  width:270px;
  float:left;
  margin:0;
}
div.temp-3 div.side-bar div.row {
  width:270px;
  margin:0 0 1.5em 0;
}
/* template 4 - One column layout. Used for action paths. */
div.temp-4 {
  margin:0;
  padding:0 80px 0 80px;
  width:790px;
  float:left;
}
/* template 5 - 2 column layout with middle divider column. Used with a reduced template. */
div.temp-5 {
  margin:0;
  padding:0 80px 0 80px;
  width:790px;
  float:left;
}
div.temp-5 div.col-1 {
  width:350px;
  float:left;
  margin:0 10px 0 0;
}
div.temp-5 div.divider {
  width:70px;
  float:left;
  margin:0 10px 0 0;
  padding: 0 0 5px 0;
  background: #ffffff;
}
div.temp-5 div.col-2 {
  width: 350px;
  margin: 0 auto;
}
/* template 6 - One column with a faceted navigation */
div.temp-6 {
  margin: 0;
  padding: 0 40px 0 40px;
  width:870px;
  float: left;
}
div.temp-6 div.f-nav {
  float: left;
  width: 160px;
  padding: 5px 0 0 0;
}
div.temp-6 div.col-1 {
  float:left;
  width:699px;
  padding: 0 0 0 10px;
  border-left: solid 1px #eeeeee;
  min-height: 460px;
}
div.temp-6 div.col-1 h1,
div.temp-6 div.col-1 h2 {
  font-weight: normal;
}
/* template 7 - One column with a faceted navigation and sidebar */
div.temp-7 {
  margin: 0;
  padding: 0 40px 0 40px;
  width:870px;
  float: left;
}
div.temp-7 div.f-nav {
  float: left;
  width: 150px;
  padding: 5px 10px 0 0;
}
div.temp-7 div.col-1 {
  float:left;
  width:419px;
  padding: 0 10px;
  border-left: solid 1px #eeeeee;
  min-height: 520px;
}
div.temp-7 div.col-1 h2 {
  font-weight: normal;
}
div.temp-7 div.side-bar {
  width:270px;
  float:left;
  margin:0;
}
div.temp-7 div.side-bar div.row {
  width:270px;
  margin:0 0 1.5em 0;
}

/* template 8 - One Column centered layout. Used for login screens. */
div.temp-8 {
  margin:0 auto;
  width:350px;
}
/* template 9 - One column with a faceted navigation */
div.temp-9 {
  margin: 0;
  padding: 0 0 0 40px;
  width:910px;
  float: left;
}
div.temp-9 div.f-nav {
  float: left;
  width: 160px;
  padding: 5px 0 0 0;
}
div.temp-9 div.col-1 {
  float:left;
  width:729px;
  padding: 0 10px;
  border-left: solid 1px #eeeeee;
  min-height: 520px;
}
div.temp-9 div.col-1 h2 {
  font-weight: normal;
}

/* -----HEADER----- */
div.header {
  padding:0;
  width:950px;
  height: 30px;
  position: relative;
  font-family: ff-meta-web-pro,'Myriad Pro','Trebuchet MS', 'Helvetica', Arial, sans-serif;
  display: block;
  z-index: 101;
}
div.header ul {
  list-style:none;
  margin:0;
  padding:0;
}
div.header li {
  float:left;
  list-style-type: none;
}
div.header a.logo {
  float:left;
  display:block;
  height:12px;
  overflow:hidden;
  background: #999 url(https://images-goldenfrog.netdna-ssl.com/powered_by_gf_120x12_outline.png) no-repeat;
  width:120px;
  margin-top:9px;
  text-indent: -9999px;
   -moz-transition: all 0.2s ease-out;  
     -o-transition: all 0.2s ease-out;  
-webkit-transition: all 0.2s ease-out;  
    -ms-transition: all 0.2s ease-out;  
        transition: all 0.2s ease-out;
}
div.header a.logo:hover {
  background-color: #fff;
}
div.header div.search {
  position: absolute;
  top: 45px;
  right: 0;
}
div.header div.search input.header-search{
  outline: none;
  line-height: 1;
  color: #999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 4px 10px;
  width: 130px;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
/* -----REDUCED HEADER----- */
div.header_reduced {
  margin:10px 0 20px 0;
  float: left;
  padding-left:80px;
  width:48px;
}
div.header_reduced div.logo {
  float:left;
  margin:0 10px 0 0;
}
div.header_reduced div.logo a {
  display:block;
  height:0px;
  overflow:hidden;
  background: url(https://images-goldenfrog.netdna-ssl.com/logo-gf-38x46.png) no-repeat;
  width:38px;
  padding-top:46px;
}

/* -----SUB NAV HEADER 1----- */
div.subnav-header01 {
  width:950px;
  margin: 20px auto 5px;
}
div.subnav-header01 h1.page-title-1 {
  float:left;
  width:950px;
  margin-bottom:0;
}
div.subnav-header01 ul.nav {
  float:right;
  margin:-20px 0 0 0;
  padding:0;
}
div.subnav-header01 ul.nav li {
  float:left;
  list-style-type:none;
  margin:0 0 0 20px;
  font-size:1.1em;
}

div.subnav-header01 ul.nav li a {
  line-height:1em;
  height:35px;
  display: block;
}
div.subnav-header01 ul.nav li a.CurrentPage {
  color: #999999;
  background:url(https://images-goldenfrog.netdna-ssl.com/icon-selected-01.png) no-repeat center 20px;
}
div.subnav-header01 ul.nav li#home {
  margin: -10px 0 0 0;
}
div.subnav-header01 ul.nav li#home a {
  padding: 40px 0 0 0;
  height: 0;
  overflow: hidden;
  background: url(https://images-goldenfrog.netdna-ssl.com/icon-home-02.png) no-repeat center -115px;
}
div.subnav-header01 ul.nav li#home a:hover {
  background-position: center -60px;
}
div.subnav-header01 ul.nav li#home a.CurrentPage {
  padding: 40px 0 0 0;
  height: 0;
  overflow: hidden;
  background: url(https://images-goldenfrog.netdna-ssl.com/icon-home-02.png) no-repeat center 0;
}

/* -----SIDEBAR----- */
div.side-bar p,
div.setupSidebar p,
div.side-bar h4 {
  margin:0;
}
div.side-bar {
  color:#666666;
  text-shadow:#FFF 0px 1px 0px;
}
/* grey panel */
div.side-bar div.panel-top {
  width:270px;
  height:10px;
  background:url(https://images-goldenfrog.netdna-ssl.com/sidebar_panels.png) no-repeat 0 0px;
}
div.side-bar div.panel-middle {
  background:#f8f8f8;
  border-left:solid 1px #eeeeee;
  border-right:solid 1px #eeeeee;
  margin:0;
}
div.side-bar div.panel-bottom {
  width:270px;
  height:10px;
  background:url(https://images-goldenfrog.netdna-ssl.com/sidebar_panels.png) no-repeat 0 -10px;
}

/* contact link */
div.side-bar div.contact {
  width:270px;
  height: 51px;
  overflow: hidden;
}
div.side-bar div.contact div.panel-middle {
  width:268px;
}
div.side-bar div.contact h4 {
  font-size:14px;
  font-weight:normal;
  color:#06C;
}
div.side-bar div.contact h4 a {
  display: block;
  padding:5px 20px 5px 43px;
  background: url(https://images-goldenfrog.netdna-ssl.com/icon-contact-01.png) no-repeat 20px 9px;
}
div.side-bar div.contact h4 a:hover {
  background-position: 20px -65px
}

/* contact 02 */
div.side-bar div.contact02 div.panel-middle {
  padding: 0 20px;
}
div.side-bar div.contact02 div.panel-middle p {
  font-size: 1em;
}

/* conditional promotions */
div.side-bar div#cp-promo a.mimo {
  display:block;
  width:270px;
  height:0;
  padding-top:150px;
  overflow:hidden;
  background:url(https://images-goldenfrog.netdna-ssl.com/sidebar_promo_mimo.png) no-repeat;
}
/* Link List */
div.side-bar div.link-list {
  width:270px;
}
div.side-bar div.link-list div.panel-middle {
  width:268px;
  padding:0;
}
div.side-bar div.link-list h4 {
  width:248px;
  padding:0 0 10px 20px;
  border-bottom:solid 1px #eeeeee;
  font-size:1.1em;
}
div.side-bar div.link-list ul {
  margin:0;
  width:268px;
}
div.side-bar div.link-list ul li {
  margin: 0;
  font-size: 1em;
  list-style-type: none;
}
div.side-bar div.link-list ul li a {
  display: block;
  list-style-type:none;
  border-top:solid 1px #ffffff;
  border-bottom:solid 1px #eeeeee;
  padding:15px 20px 15px 40px;
  width:208px;
  background-position: 20px 18px;
  background-repeat: no-repeat;
}
div.side-bar div.link-list ul li a:hover {
  background-position: 20px -114px;
}
div.side-bar div.link-list ul li p {
  margin:0;
  width:205px;
}
div.side-bar div.link-list ul li span.tag {
  display:block;
  margin:4px 11px 0 0;
  width:12px;
  height:12px;
}
div.side-bar div.link-list a.more {
  width:248px;
  display:block;
  padding:10px 0 0 20px;
  border-top:solid 1px #ffffff;
}
div.link-list div.no-more {
  height:20px;
  width:268px;
  background:#f8f8f8;
  border-top:solid 1px #ffffff;

}
/* Industry News */
div.link-list.industry-news ul li.news a {
  background-image: url(https://images-goldenfrog.netdna-ssl.com/icon-news-01.png);
}
div.link-list.industry-news ul li.blog a {
  background-image: url(https://images-goldenfrog.netdna-ssl.com/icon-blog-01.png);
}
/* Knowledgebase Article List */
div.link-list.kb-articles ul li a {
  background-image: url(https://images-goldenfrog.netdna-ssl.com/icon-article-01.png);
}

/* lightbox on /buy */
div#fancybox-wrap div#inline-content {
  width:520px;
  padding: 0 10px;
}
div#fancybox-wrap div#inline-content h1 {
  border-bottom: solid 1px #eee;
  font-weight: normal;
}
div#fancybox-wrap div#inline-content p.meta {
  display: none;
}



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

div.f-nav ul {
  margin: 0;
  padding: 0;
}
div.f-nav ul li {
  list-style-type: none;
  font-weight: bold;
  color: #666666;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  font-size: 1em;

}
div.f-nav ul li ul li {
  font-weight: normal;
  padding: 0;
  margin: 0;
}
div.f-nav ul li h3 {
  padding: 0 10px 0 0;
}
div.f-nav ul li a {
  display: block;
  padding: 0 0 0 10px;
  font-size: 0.9em;
}
div.f-nav ul li a:hover,
div.f-nav ul li a.CurrentPage {
  color: #666666;
  background: #eee;
}
div.f-nav h4 {
  color: #666666;
}

/* -----VYPR SETUP----- */
div.vyprvpn-setup {
	float:left;
	position: relative;
	padding-bottom: 85px;
}
div.vyprvpn-setup img {
	float:left;
}
div.vyprvpn-setup p {
	float:left;
	width:400px;
	padding: 70px 0px 0px 20px;
}
div.vyprvpn-setup img.vyprvpn-setup-arrow {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/* -----NEWS FEEDS----- */
div.news-1 {
  float:left;
  margin:10px 40px;
  padding:0;
  width:870px;
}
div.news-1 h3 {
  display:inline;
  margin:0;
}
div.news-1 p {
  display:inline;
  font-size:1.2em;
  margin:0;
}

/*-----KB ARTICLES-----*/
div.articles div.temp-3 h1 {
  font-weight: normal;
}
div.articles div.temp-3 p.meta {
  margin: 0 0 1.5em 0;
  font-size: .9em;
}
div.articles div.temp-3 div.summary {
  border-top:solid 1px #cccccc;
  border-bottom:solid 1px #cccccc;
  margin: 0 0 1.5em 0;
  padding: 1em 0;
  font-style: normal;
}
div.articles div.temp-3 div.summary h3 {
  margin: 0;
}
div.articles div.temp-3 div.summary p {
  margin: 0;
  font-size: 1em;
}
div.articles .art-call-out {
 margin: 0 0 20px 0;
 padding: 15px 20px 15px 40px;
 border: dashed 3px #eeeeee;
}
div.articles .art-call-out li {
  color: #333333;
}
div.kb-article div.main-content div.col-1 {
  width: 650px;
  float: left;
}
div.kb-article div.main-content div.side-bar {
  width: 270px;
  float: right;
}
div.kb-article p,
div.kb-article li {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 10px;
}
div.kb-article h1,
div.kb-article h2,
div.kb-article h3 {
  color: #4C4C46;
}
/* -----FOOTER----- */
div.footer {
  background: #e8e8e8 url(https://images-goldenfrog.netdna-ssl.com/footer_bg_gradient_e8_285.png) repeat-x 0 0;
  font-family: ff-meta-web-pro,'Myriad Pro','Trebuchet MS', 'Helvetica', Arial, sans-serif;
  min-height: 285px;
}
div.footer div.container{
  background: url(https://images-goldenfrog.netdna-ssl.com/footer_top_44.png) no-repeat center top;
  padding-top: 44px;
}
ul#footer-nav, ul#footer-nav ul.sub-menu {
  list-style: none;
  margin: 0;
}
ul#footer-nav {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
ul#footer-nav li{
  float: left;
  background: url(https://images-goldenfrog.netdna-ssl.com/footer_separator_9x135.png) no-repeat 0 0;
  padding-left: 20px;
  min-height: 135px;
  width: 170px;
  margin: 0;
}
ul#footer-nav li a{
  color: #666;
  font-size: 14px;
  font-weight: bold;
}
ul#footer-nav li ul li{
  float: none;
  background: none;
  padding: 0;
  min-height: 0;
  width: auto;
}
ul#footer-nav li ul li a{
  color: #666666;
  font-weight: normal;
}
ul#footer-nav li ul li.comingSoon {
  color: #999999;
}
ul#footer-nav li ul li a:hover{
  color: #666;
}
div.footer div.wrapper {
  padding:10px 30px;
  width:890px;
  float:left;
  background:#f8f8f8;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  text-shadow:#FFF 0px 1px 0px;
}
div.footer div.wrapper form#email-updates fieldset,
div.footer div.wrapper form#email-updates {
  float:left;
  height:22px;
}
div.footer div.wrapper form#email-updates span.text input {
  float:left;
  padding:.2em;
  margin:0 5px 0 0;
  color:#999;
}
div.footer div.wrapper form#email-updates label {
  margin:3px 5px 0 0;
}
div.footer div.wrapper form#email-updates input.cta-5 {
  border:0;
  display:inline-block;
  zoom:1;
  *display:inline;
  vertical-align: top;
}
div.footer div.wrapper div#share-links {
  float:right;
  height: 20px;
  overflow: hidden;
}
div.footer div.wrapper div#share-links em {
  float:left;
  font-style:normal;
  margin:3px 2px 0 0;
  color:#888888;
  font-size: 0.9em;
}
div.footer div.wrapper div#share-links a {
  display:block;
  float:left;
  width:25px;
  height:0;
  padding:20px 0 0 0;
  margin:0 0 0 2px;
  overflow:hidden;
}
div.footer div.wrapper div#share-links a.twitter {
  background:url(https://images-goldenfrog.netdna-ssl.com/share-icons.png) no-repeat 0 0;
}
div.footer div.wrapper div#share-links a.twitter:hover {
  background-position:0 -20px;
}
div.footer div.wrapper div#share-links a.facebook {
  background:url(https://images-goldenfrog.netdna-ssl.com/share-icons.png) no-repeat -25px 0;
}
div.footer div.wrapper div#share-links a.facebook:hover {
  background-position:-25px -20px;
}
div.footer div.wrapper div#share-links a.delicious {
  background:url(https://images-goldenfrog.netdna-ssl.com/share-icons.png) no-repeat -50px 0;
}
div.footer div.wrapper div#share-links a.delicious:hover {
  background-position:-50px -20px;
}
div.footer div.wrapper div#share-links a.stumbleapon {
  background:url(https://images-goldenfrog.netdna-ssl.com/share-icons.png) no-repeat -75px 0;
}
div.footer div.wrapper div#share-links a.stumbleapon:hover {
  background-position:-75px -20px;
}
div.footer div.wrapper div#share-links a.digg {
  background:url(https://images-goldenfrog.netdna-ssl.com/share-icons.png) no-repeat -100px 0;
}
div.footer div.wrapper div#share-links a.digg:hover {
  background-position:-100px -20px;
}
div.footer div.wrapper div#share-links a.email {
  background:url(https://images-goldenfrog.netdna-ssl.com/share-icons.png) no-repeat -125px 0;
}
div.footer div.wrapper div#share-links a.email:hover {
  background-position:-125px -20px;
}
div.footer ul#footer-links {
  float:left;
  margin:5px 0 0 30px;
  padding:0;
}
div.footer ul#footer-links li {
  list-style-type:none;
  float:left;
  font-size:12px;
  margin:0 10px 0 0;
}
div.footer ul#footer-links li a { 
  color:#888;
}
div.footer ul#footer-links li a:hover { 
  color:#666;
  text-decoration:underline;
}
div.footer p#copyright {
  padding:0;
  font-size:12px;
  color:#999;
  text-align: center;
  margin: 40px 0;
}
/* -----REDUCED FOOTER----- */
div.footer_reduced {
  margin:40px 0 0 0;
  text-align:center;
  font-size:.8em;
}
div.footer_reduced a {
  color:#666;
  width: auto;
}
div.footer_reduced a:hover {
  color:#333;
  text-decoration:underline;
}
div.footer_reduced ul,
div.footer_reduced ul li,
div.footer_reduced p {
  display: inline-block;
  zoom: 1;
  *display:inline;
  vertical-align: top;
  width: auto;
  line-height: 1.1em;
}
div.footer_reduced p,
div.footer_reduced ul {
  margin: 0;
  padding: 0;
}
div.footer_reduced ul li {
  padding: 0 0 0 6px;
  margin: 0 0 0 3px;
  border-left:solid 1px #ccc;
}

/* -----USER SESSION----- */
div.header div.user-session {
  float:right;
  margin:0 0 0 10px;
}
div.header div.user-session li.user,
div.header div.user-session ul li.cp-link,
div.header div.user-session li.login {
  border-right: solid 1px #3f3f3f;
}
div.header div.user-session li.login {
  border-left: solid 1px #3f3f3f;
}
div.header div.user-session li.login a {
  display: block;
}
div.header div.user-session li.login:hover a {
}
div.header div.user-session li.locale {
  border-left: solid 1px #3f3f3f;
}
div.header div.user-session li.lang {
}
div.header div.user-session ul li {
  font-size: 1em;
  float: left;
  height: 30px;
  line-height: 30px;
  /* for ie */
  vertical-align: middle;
  margin:0;
  position: relative;
}
div.header div.user-session ul li a{
  color: #fff;
  display: block;
  padding: 0 15px;
}
div.header div.user-session ul li.user {
  border-left: 1px solid #3F3F3F;
  padding: 0 15px;
  color: #FFFFFF;
}
div.header div.user-session ul li.user a {
  display: inline;
  padding: 0;
}
div.header div.user-session ul li.cp-link a {

}
div.header div.user-session ul li.cp-link a:hover {
 background-position: 0 -50px;
}
div.header div.user-session li.locale a{
  background: url(https://images-goldenfrog.netdna-ssl.com/arrow_down_white_23x6.png) no-repeat right 12px;
  padding-right: 28px;
}
div.header div.user-session li.locale div.locale-selector,
div.header div.user-session li.login div#login-form{
  background: #393939;
  border: 1px solid #3f3f3f;
  color: #fff;
  padding: 10px 0 10px 20px;
  position: absolute;
  right: 0;
  top: 29px;
  width: 520px;
  z-index: 200;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  display: none;
}
div.header div.user-session li.locale:hover div.locale-selector,
div.header div.user-session li.login:hover div#login-form {
  display: block;
}
div.header div.user-session li.locale div.locale-selector h3{
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}
div.header div.user-session li.locale div.locale-selector li.country{
  font-size: 13px;
  height: auto;
  line-height: 1.5;
  margin-right: 20px;
  width: 110px;
  margin-bottom: 10px;
}
div.header div.user-session li.locale div.locale-selector li h4 {
  margin-bottom:3px;
  color: #fff;
}
div.header div.user-session li.locale div.locale-selector li.country a{
  background: none;
  padding: 0;
}
div.header div.user-session li.locale div.locale-selector ul.languages li {
  float: none;
  line-height: 1.2;
  height: auto;
}
div.header div.user-session li.locale div.locale-selector ul.languages li a{
  color: #ddd;
  font-weight: normal;
  line-height: 1.5;
}
div.header div.user-session li.locale div.locale-selector ul.languages li a:hover{
  color: #fff;
}
div.header div.user-session li.login div#login-form{
  padding: 10px 20px;
  width: auto;
}
div.header div.user-session li.login div#login-form form{
  background: none;
  color: #fff;
  padding: 0;
  text-shadow: none;
  width: 320px;
  position: relative;
  overflow: hidden;
}
div.header div.user-session li.login div#login-form form fieldset {
  padding: 25px 0 0;
  width: auto;
}
div.header div.user-session li.login div#login-form form h3,
div.header div.user-session li.login div#login-form form p,
div.header div.user-session li.login div#login-form form label{
  color: #fff;
  width: auto;
}
div.header div.user-session li.login div#login-form form h3 {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
  font-size: 18px;
}
div.header div.user-session li.login div#login-form form p {
  line-height: 1.2;
  font-weight: bold;
  font-size: 15px;
  color: #ddd;
}
div.header div.user-session li.login div#login-form form label {
  font-size: 15px;
  font-weight: bold;
  color: #ddd;
  width: 115px;
  line-height: 1.2;
  margin: 4px 15px 0 0;
}
div.header div.user-session li.login div#login-form form input.text {
  width: 177px;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 15px;
  line-height: 1.2;
  padding: 5px;
}
div.header div.user-session li.login div#login-form form input.cta-13 {
  float: right;
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  padding: 0 15px;
  margin-bottom: 10px;
}
div.header div.user-session li.login div#login-form form div.field {
  text-align: left;
}
/* -----SERVICE ID LABELS----- */
.service-id h3 {
  margin: 0;
}
.service-id h3 em {
  font-style: normal;
  font-weight: normal;
}
 
/* -----VYPRVPN CONNECTIONS----- */
div.connections-panel {
  width:590px;
  margin: 0 0 20px 0;
}
div.connections-panel hr {
  height:1px;
  background:#ffffff;
  border-bottom:dashed 1px #eeeeee;
  margin:0;
}
div.connections-panel ul {
  margin:10px 0 5px 0;
  float:left;
  padding-right:10px;
  width:540px;
}
div.connections-panel ul li {
  list-style-type:none;
  float:left;
  padding:5px 25px 5px 0;
  font-size: 1em;
  margin: 0 10px 5px 0;
}
div.connections-panel ul li.account {
  padding:0 0 0 18px;
  background:url(https://images-goldenfrog.netdna-ssl.com/connection-icons.png) no-repeat 0 1px;
}
div.connections-panel ul li.server.current {
  padding:0 0 0 15px;
  background:url(https://images-goldenfrog.netdna-ssl.com/connection-icons.png) no-repeat 0 -163px;
}
div.connections-panel ul li.server.closed {
  padding:0 0 0 17px;
  background:url(https://images-goldenfrog.netdna-ssl.com/connection-icons.png) no-repeat 0 -215px;
}
div.connections-panel ul li.location {
  padding:0 0 0 17px;
  background:url(https://images-goldenfrog.netdna-ssl.com/connection-icons.png) no-repeat 0 -108px;
}
div.connections-panel ul li.time {
  padding:0 0 0 17px;
  background:url(https://images-goldenfrog.netdna-ssl.com/connection-icons.png) no-repeat 0 -53px;
  clear: both;
}
div.connections-panel ul li.time b {
  color:#333333;
}
div.connections-panel ul li.time span.data {
  padding-right:15px;
}
div.connections-panel a.close {
  display:block;
  float:left;
  width:18px;
  height:0;
  padding-top:17px;
  margin:21px 20px 0 0;
  background:url(https://images-goldenfrog.netdna-ssl.com/connection-icons.png) no-repeat 0 -270px;
  overflow:hidden;
}
/* -----CONTROL PANEL----- */
div.control-panel {
  padding-bottom: 20px;
}

/* account id label */

span.account-id,
div.account-id {
  display:inline-block;
  /* for IE */
  zoom:1;
  *display:inline;
  vertical-align: top;
}

.account-id b {
  display:inline-block;
  /* for IE */
  zoom:1;
  *display:inline;
  vertical-align: bottom;
  font-size:1.1em;
  line-height:1.4em;
  color:#333;
  padding:0 0 0 18px;
  margin:1px 3px 0 3px;
  background:url(https://images-goldenfrog.netdna-ssl.com/icon-user-02.png) no-repeat 0 1px;
}
.account-id em {
  display:inline-block;
  zoom:1;
  *display:inline;
  vertical-align: bottom;
  font-style:normal;
  margin:0 3px 0 0;
  padding:1px 0 0 0;
}
.account-id a {
  display:inline-block;
  zoom:1;
  *display:inline;
  vertical-align: bottom;
  padding:1px 0 0 13px;
  background:url(https://images-goldenfrog.netdna-ssl.com/icon-edit-01.png) no-repeat 0 5px;
}
.account-id a:hover {
  background:url(https://images-goldenfrog.netdna-ssl.com/icon-edit-01.png) no-repeat 0 -107px;
}
/* delta service */
div.control-panel form.form-2 fieldset {
    width:590px;
}
div.control-panel form.form-2 div.confirm {
  padding:0 255px 0 0;
  float:right;
}
div.control-panel form.form-2 div.confirm .cta-4 {
  display: inline-block;
  zoom:1;
  *display:inline;
  vertical-align: top;
}

/* account label */
div.control-panel form.form-2 span.icon-account {
  display:block;
  float:left;
  margin:7px 0 0 10px;
  height:13px;
  width:13px;
  background:url(https://images-goldenfrog.netdna-ssl.com/connection-icons.png) no-repeat 0 0;
}
div.control-panel form.form-2 b.account-email {
  display:block;
  float:left;
  margin:4px 0 0 5px;
  font-size:1.1em
}
/* my services */
div.add-service {
  float:left;
  width:590px;
  margin:0 0 30px 0;
  background:#f8f8f8;
}
div.add-service div.top {
  float:left;
  width:590px;
  height:10px;
  background:url(https://images-goldenfrog.netdna-ssl.com/main-content-message-panels.png) no-repeat 0 0;
}
div.add-service div.bottom {
  float:left;
  width:590px;
  height:10px;
  background:url(https://images-goldenfrog.netdna-ssl.com/main-content-message-panels.png) no-repeat 0 -10px;
}
div.add-service div.middle {
  float:left;
  width:558px;
  min-height: 60px;
  padding:0 15px;
  border-left:solid 1px #eee;
  border-right:solid 1px #eee;
}
div.add-service div.middle div.msg {
  width:398px;
  float:left;
}
div.add-service div.middle div.msg h2 {
  margin:0;
}
div.add-service div.middle div.msg p {
  margin:0 0 5px 0;
  font-size: 1em;
}
div.cp-services table {
  margin:0 0 30px 0;
}
div.cp-services table td {
  vertical-align:top;
}
div.cp-services table tr.labels td {
  border-bottom: solid 1px #ccc;
  padding:0 0 3px 0;
}
div.cp-services table tr.service td {
  border-bottom: dashed 1px #eee;
  padding:10px 0;
}
div.cp-services table td.alert {
  width:170px;
}
div.cp-services table td.alert h4,
div.cp-services table td.alert p {
  margin:0;
}
div.cp-services table td.alert p {
  font-size: 1em;
  color: #666;
}
div.cp-services table td.alert div {
  padding:5px 10px;
  background:#edf6ff;
  border:solid 1px #eee;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
div.cp-services table tr.labels td {
  vertical-align:bottom;
}
div.cp-services table td.upgrade,
div.cp-services table td.downgrade,
div.cp-services table td.cancel,
div.cp-services table td.continue-service {
  width:63px;
  font-size:11px;
  text-align:center;
}
div.cp-services table td.upgrade b,
div.cp-services table td.downgrade b,
div.cp-services table td.cancel b,
div.cp-services table td.continue-service b {
  font-weight:normal;
}
div.cp-services table td.downgrade span.action,
div.cp-services table td.cancel span.action,
div.cp-services table td.continue-service span.action,
div.cp-services table td.upgrade span.action {
  background-image:url(https://images-goldenfrog.netdna-ssl.com/my-services-action-buttons.png);
  background-repeat:no-repeat;
  display:block;
  width:25px;
  height:25px;
  margin: 0 auto;
}
div.cp-services table td.upgrade span.action a,
div.cp-services table td.downgrade span.action a {
  background-image:url(https://images-goldenfrog.netdna-ssl.com/my-services-action-buttons.png);
  background-repeat:no-repeat;
  display:block;
  width:25px;
  height:0;
  padding: 25px 0 0 0;
  overflow: hidden;
  margin: 0 auto;
}
div.cp-services table td.cancel span.action input,
div.cp-services table td.continue-service span.action input {
  background-image:url(https://images-goldenfrog.netdna-ssl.com/my-services-action-buttons.png);
  background-repeat:no-repeat;
  display:block;
  border: 0;
  cursor: pointer;
  width:25px;
  height:25px;
  padding:25px 0 0 0;
  overflow: hidden;
  margin: 0 auto;
}
div.cp-services table td.upgrade span.action a {
  background-position: 0 0;
}
div.cp-services table td.upgrade span.action a:hover {
  background-position: 0 -25px;
}
div.cp-services table td.upgrade span.action {
  background-position: 0 -50px;
}
div.cp-services table td.downgrade span.action a {
  background-position: -25px 0;
}
div.cp-services table td.downgrade span.action a:hover {
  background-position: -25px -25px;
}
div.cp-services table td.downgrade span.action {
  background-position: -25px -50px;
}
div.cp-services table td.cancel span.action input {
  background-position: -50px 0;
}
div.cp-services table td.cancel span.action input:hover {
  background-position: -50px -25px;
}
div.cp-services table td.cancel span.action {
  background-position: -50px -50px;
}
div.cp-services table td.continue-service span.action input {
  background-position: -75px 0;
}
div.cp-services table td.continue-service span.action input:hover {
  background-position: -75px -25px;
}
div.cp-services table td.continue-service span.action {
  background-position: -75px -50px;
}
div.cp-services table tr td div.account-notice,
div.cp-services table tr td div.account-locked {
  background: #FFFED2;
}
div.cp-services table tr td div.account-notice,
div.cp-services table tr td div.account-locked {
  -moz-border-radius:7px 7px 7px 7px;
  border:1px solid #EEEEEE;
  padding:5px 10px;
  margin: 10px 0 0 0;
}
div.cp-services table tr td div.account-notice h4,
div.cp-services table tr td div.account-locked h4 {
  margin: 0;
}
div.cp-services table tr td.add-service-inline a {
  margin: 10px 0 0 0;
  font-size: 1em;
}
/* confirm change of service */
form.confirm-change-01 > h2 {
  font-size: 1.2em;
  font-weight:bold;
  color:#333333;
  display:inline-block;
  /* for IE */
  zoom:1;
  *display:block;
  vertical-align: bottom;
}
form.confirm-change-01 p {
  font-size: 1.1em;
  color:#666666;
  margin:0 0 20px 0;
}
form.confirm-change-01 div.selected-service-01 {
  margin-top:5px;
}
form.confirm-change-01 div.account-block {
  width:790px;
  float: left;
  padding: 0 0 30px 0;
}
.delta-cancel .confirm-change-01 div.submit-01 input.cta-4,
.delta-uncancel .confirm-change-01 div.submit-01 input.cta-4,
.delta-upgrade .confirm-change-01 div.submit-01 input.cta-4,
.delta-downgrade .confirm-change-01 div.submit-01 input.cta-4,
.delta-add-confirm .confirm-change-01 div.submit-01 input.cta-4 {
  display: inline-block;
  zoom:1;
  *display:inline;
  vertical-align: top;
}
form.confirm-change-01 table.payment-summary {
  width:390px;
}
form.confirm-change-01 table.payment-summary tr td {
  padding: 0 0 5px 0;
}
form.confirm-change-01 table.payment-summary tr td.value {
  color: #333333;
  text-align: right;
}
form.confirm-change-01 table.payment-summary tr.credit td.value {
  color: #009900;
}
form.confirm-change-01 table.payment-summary tr.total td {
  border-top: solid 1px #eeeeee;
  padding-top: 5px;
}
form.confirm-change-01 table.payment-summary tr.total td.value, 
form.confirm-change-01 table.payment-summary tr.total td.label {
  font-weight: bold;
  color: #333333;
}
div.cos-summary-01 {
  width:390px;
  padding: 0 0 0 400px;
}
div.delta-add-confirm .account-id {
  width: 790px;
  border-bottom: solid 1px #cccccc;
  margin: 0 0 20px 0;
  padding: 0 0 3px 0;
}

/* -----SEARCH RESULTS----- */
div.search-results {
  
}
div.search-results div.heading{
  border-bottom: 1px solid #d2d2d2;
  margin: 0 0 25px;
  padding: 25px 0 10px;
}
div.search-results div.heading h1{
  margin-bottom: 5px;
}
div.search-results div.heading form{
  
}
div.search-results div.heading form input.text{
  outline: none;
  line-height: 1;
  color: #999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 4px 10px;
  width: 200px;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  margin: 0 10px 0 0;
  vertical-align: top;
}
div.search-results div.heading form span.cta-12 {
  top: -2px;
  position: relative;
  *top: -1px;
}
div.search-results div.heading form input.submit{
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
  height: 22px;
  line-height: 20px;
  background-position: 0 -29px;
  *line-height: 18px;
  *padding-left: 5px;
  *padding-right: 5px;
}
div.search-results div.results {
  margin-bottom: 30px;
}
div.search-results div.results p.no-results{
  font-size: 16px;
}
div.search-results div.results div.item {
  border-bottom: 1px solid #d2d2d2;
  margin: 0 0 10px;
  padding: 15px 0 20px;
}
div.search-results div.results div.item h2.title {
  margin-bottom: 0;
}
div.search-results div.results div.item p.meta {
  margin-bottom: 0;
  font-size: 16px;
}
div.search-results div.results div.item span.permalink {
  
}
div.search-results div.sidebar {
  width: 250px;
  float: right;
  margin-bottom: 30px;
}
div.search-results div.sidebar div.popular {
  background: rgb(244,244,244);
  background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(236,236,236,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(236,236,236,1)));
  background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(236,236,236,1) 100%);
  background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(236,236,236,1) 100%);
  background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(236,236,236,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ececec',GradientType=0 );
  background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(236,236,236,1) 100%);
  border: 1px solid #d2d2d2;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  padding: 15px 12px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 20px;
}
div.search-results div.sidebar div h3{
  color: #666;
  font-size: 15px;
  margin-bottom: 10px;
}
div.search-results div.sidebar div ul{
  list-style: none;
  margin: 0 0 0 5px;
}
div.search-results div.sidebar div ul li{
  font-size: 12px;
  margin: 0 0 5px;
  font-weight: bold;
}

/* -----INFORMATION BOXES----- */
div.infobox {
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border:solid 1px #eeeeee;
  margin-bottom:20px;
  min-height: 65px;
  text-shadow:#FFF 0px 1px 0px;
}
div.infobox div.wrapper {
  padding: 10px 15px;
}
div.infobox a {
  display: block;
  font-size: 1em;
  color:#666666;
  padding: 10px 15px 10px 65px;
}
div.infobox ul {
  margin: 0;
  padding: 0;
}
div.infobox ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1em;
}
div.infobox p.message {
  margin: 0;
  font-size: 1em; 
}
div.infobox h2.title {
  font-size: 1.2em;
  margin:0;
}
div.infobox.success {
  background: #edf6ff;
}
div.infobox.fail {
  background:#FFFED2;
}
div.infobox.alert {
  background:url(https://images-goldenfrog.netdna-ssl.com/icon-message.png) no-repeat scroll 15px 10px #FFFED2;
}


/* -----LIFT MESSAGES----- */
div#lift__noticesContainer___error,
div#lift__noticesContainer___notice,
span#fixme-error div,
span#fixme-notice div {
   border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  padding: 15px 20px; 
  border:solid 1px #eeeeee;
  margin-bottom:20px;
}
div#lift__noticesContainer___error ul,
div#lift__noticesContainer___notice ul {
  margin: 0;
  padding: 0;
}
div#lift__noticesContainer___error ul li,
div#lift__noticesContainer___notice ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1em;
}
span#fixme-error div,
div#lift__noticesContainer___error {
  background:#FFFED2;
}
span#fixme-notice div,
div#lift__noticesContainer___notice {
  background: #edf6ff;
}
/*validation*/
span#validation {
  display: block;
  background: #FFFED2;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  margin: 0 0 20px 0;
}
span#validation div {
  margin: 0 0 0 20px;
  padding: 5px 0 5px 30px;
  background: url(https://images-goldenfrog.netdna-ssl.com/icon-error-01.png) 0 5px no-repeat;
  font-size: 1.2em;
}
/*signup*/
div.signup b.error {
  width:22px;
  height:0;
  padding: 21px 0 0 0;
  margin: 2px 0 0 0;
  overflow: hidden;
  background: url(https://images-goldenfrog.netdna-ssl.com/icon-error-01.png) no-repeat 0 0;
  display:inline-block;
  zoom:1;
  *display:inline;
  vertical-align: top;
}
div.signup div.tos b.error {
  margin: -3px 5px 0 0;
}
div#checkout div.signup b.error {
  position: absolute;
  right: 6px;
  top: 4px;
}
/* -----BREAD CRUMB----- */
ul.bread-crumb {
  color:#666;
  margin:0 auto;
  padding: 0 0 10px 0;
}
ul.bread-crumb li {
  background-image:url(https://images-goldenfrog.netdna-ssl.com/nav-tree-triangle.png);
  background-repeat:no-repeat;
  background-position:0 center;
  display:inline;
  font-size:10px;
  padding-left:10px;
  margin-right:6px;
}
ul.bread-crumb li.first {
  padding:0px;
  background:none;
}

/* -----PAGE TITLES----- */
h1.page-title-1 {
  width:950px;
  margin:0 0 20px 0;
  padding:0;
  float:left;
  border-bottom:solid 1px #CCC;
}
h1.page-title-1 a,
h1.page-title-1 a:hover {
  color:#333;
}

/* Use h1.page-title-2 with gf_reduced */
h1.page-title-2 {
  Float:left;
  margin:20px 0 0 0;
  width:742px;
  color:#666;
  font-size:18px;
  border-bottom:solid 1px #CCC;
}
.page-title-3 {
  margin:20px 0 10px 0;
}
h3.page-title-4 {
  color:#666666;
  border-bottom:solid 1px #cccccc;
  width:590px;
  margin:0;
}
/* -----TOP BANNERS----- */
div.top-banner-1 {
  width:950px;
  height:275px;  
  float:left;
  margin:0 0 20px 0;
  padding:0;  
}
div.top-banner-2 {
  width:950px;
  height:500px;  
  float:left;
  margin:0;
  padding:0;
}
div.top-banner-3 {
  width:950px;  
  float:left;
  margin:0 0 20px 0;
  padding:0;  
}

/* -----PROGRESS METER----- */
ol.progress-meter-01 {
  float:right;
  width:auto;
  margin:-38px 80px 0 0;
  padding:0;
}
ol.progress-meter-01 li {
  float:left;
  list-style-type:none;
  margin:0 0 0 40px;
  padding:20px 0 0 0;
  text-align:center;
  font-size:.9em;
}
ol.progress-meter-01 li.complete {
  background:url(https://images-goldenfrog.netdna-ssl.com/progress-meter-complete.png) no-repeat center top;
  color:#999999;
}
ol.progress-meter-01 li.current {
  background:url(https://images-goldenfrog.netdna-ssl.com/progress-meter-current.png) no-repeat center top;
  color:#333333;
  font-weight:bold;
}
ol.progress-meter-01 li.incomplete {
  background:url(https://images-goldenfrog.netdna-ssl.com/progress-meter-incomplete.png) no-repeat center top;
  color:#999999;
}
/* -----PLAN SELECTORS----- */
div.plan-select-01 {
  float:left;
  width:950px;
  border-bottom:solid 1px #cccccc;
  padding: 10px 0 30px 0;
}
div.plan-select-01 p {
  font-size: 1em;
}
div.plan-select-01 div.wrapper {
  float:left;
  width:950px;
  padding: 10px 0;
  background: url(https://images-goldenfrog.netdna-ssl.com/plan-select-01-divider.png) repeat-y;
}
div.plan-select-01 .highlights {
  float: left;
  width:550px;
  padding: 0 10px 0 40px;
}
div.plan-select-01 .selector {
  float: left;
  width:270px;
  margin: 0 40px 0 40px;
}
div.plan-select-01 .highlights h2 {
  font-size: 1.7em;
}
div.plan-select-01 .highlights img {
  float: left;
  padding: 0 10px 0 0;
}
div.plan-select-01 .highlights ul {
  float: left;
  width:390px;
  margin: 0;
}
div.plan-select-01 .highlights li {
  margin:5px 0 0 40px;
  font-size: 1.1em;
  color: #333333;
}
div.plan-select-01 .highlights li b {
  font-size: 1.1em;
}
div.plan-select-01 .selector h2 {
  font-weight: normal;
}
div.plan-select-01 .selector form fieldset {
  width:216px;
  padding:15px 37px 15px 15px;
  border: solid 1px #e8dbab;
  background: #fff4ca;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-shadow: 0px 1px 0px #ffffff;
}
div.plan-select-01 .selector form fieldset p.desc {
  color: #666666;
}
div.plan-select-01 .selector form fieldset p.desc em {
  font-style: normal;
  font-weight: bold;
  color: #c10000;
}
div.plan-select-01 .selector form fieldset p.price {
  color: #333333;
}
div.plan-select-01 .selector form fieldset p.price b {
  font-size: 1.7em;
  font-weight: normal;
}
div.plan-select-01 .selector form fieldset p.price em {
  font-style: normal;
}
div.plan-select-01 .selector form fieldset label {
  font-size: 1.4em;
  margin: 0;
  color:#333333;
}
div.plan-select-01 .selector form input.cta-1 {
  margin: 20px 0 0 0;
}
/* inactive service */
div.plan-select-01 .selector form fieldset div.inactive p.desc,
div.plan-select-01 .selector form fieldset div.inactive p.desc em,
div.plan-select-01 .selector form fieldset div.inactive label {
  color: #999999;
}
div.plan-select-01 .selector form fieldset input.radio {
  margin-top: 6px;
}
div.plan-select-01 .selector form fieldset p {
  margin: 0 0 0 22px;
}

div.plan-select-01 hr {
  background: #e8dbab;
  box-shadow: 0px 1px 0px #fffbee;
  -moz-box-shadow: 0px 1px 0px #fffbee;
  -webkit-box-shadow: 0px 1px 0px #fffbee;
  height: 1px;
  margin: 10px 0 10px 22px;
  width:auto;
}

/* -----AT-A-GLANCE----- */
div.at-a-glance-01 {
  float:left;
  width:908px;
  height: 260px;
  background: #f8f8f8;
  border: solid 1px #eee;
  margin:20px 0;
  text-align: center;
  padding: 20px;
}

/* -----IP DETECT----- */
div.ip-detect-01 {
  float:left;
  width:950px;
  border-bottom:solid 1px #cccccc;
  padding:20px 0;
  margin: 0 0 20px 0;
}
div.ip-detect-01 p {
  margin:0;
  font-size: 1em;
}
div.ip-detect-01 div.col-dividers {
  background:url(https://images-goldenfrog.netdna-ssl.com/ip-detect-col-dividers.png) repeat-y;
  float:left;
  width:950px;
}
div.ip-detect-01 div.desc {
  float:left;
  width:260px;
  padding:10px 10px 10px 40px;
}
div.ip-detect-01 div.desc h4 {
  font-size:1.2em;
  font-style:italic;
  margin:0;
}
div.ip-detect-01 div.your-ip {
  float:left;
  width:170px;
  padding:10px 10px 10px 20px;
}
div.ip-detect-01 div.your-ip b {
  font-size:1.4em;
  display: block;
}
div.ip-detect-01 div.your-location {
  float:left;
  width:170px;
  padding:10px 10px 10px 20px;
}
div.ip-detect-01 div.your-location b {
  font-size:1.4em;
  display: block;
}
div.ip-detect-01 div.your-ip b span.unsafe,
div.ip-detect-01 div.your-location b.unsafe {
  color:#d10000;
}
div.ip-detect-01 div.your-ip b span.safe,
div.ip-detect-01 div.your-location b.safe {
  color:#538a46;
}
div.ip-detect-01 div.link {
  float:left;
  width:160px;
  padding:10px 0 10px 20px;
}
div.ip-detect-01 div.link a {
  display:block;
  width:110px;
  height:40px;
  padding-left:50px;
  background:url(https://images-goldenfrog.netdna-ssl.com/icon-question-mark-01.png) no-repeat;
  font-size:1.2em;
  font-style:italic;
}


/* -----SELECTED SERVICE----- */

div.selected-service-01 {
  width:748px;
  float:left;
  background:#f8f8f8;
  border:solid 1px #eeeeee;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin:20px 0;
  padding: 10px 20px;
}
div.selected-service-01 h2 {
  font-size:1em;
  text-shadow: #fff 0 1px;
  color:#666;
  margin-bottom:3px;
  float:none !important;
}
div.selected-service-01 p {
  margin:0;
  font-size: 1em;
}
div.selected-service-01 div.block {
  float:left;
}
div.selected-service-01 div.selected-panel {
  float:left;
}
div.selected-service-01 .service b {
  display:block;
  font-size:1.5em;
  line-height:1.1em;
  color:#333333;
}
div.selected-service-01 div.selected-panel p.service em {
  font-weight:normal;
  color:#333333;
  font-style:normal;
  float:none;
}
div.selected-service-01 .price {
  line-height:2em;
}
div.selected-service-01 .price b {
  font-size:2.1em;
  font-weight:normal;
  color:#333333;
}
div.selected-service-01 .price em {
  font-style: normal;
  font-size: 1em;
  float: none !important;
  padding: 0 0 0 5px;
}
div.selected-service-01 #discount-price b {
  color:#009900;
}
div.selected-service-01 div.selected-panel div#discount-desc p.code {
  float:left;
  line-height:1.1em;
  background:#ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border:solid 1px #cccccc;
  padding:2px 3px 2px 5px;
  margin-bottom:5px;
}
div.selected-service-01 div.selected-panel div#discount-desc p.code b {
  color:#999999;
  float:left;
}
div.selected-service-01 div.selected-panel div#discount-desc p.code a {
  display:block;
  float:right;
  width:12px;
  height:0;
  overflow:hidden;
  padding-top:13px;
  margin:0 0 0 4px;
  background:url(https://images-goldenfrog.netdna-ssl.com/icon-delete-01.png) no-repeat;
}
div.selected-service-01 div.selected-panel div#discount-desc p.code a:hover {
  background:url(https://images-goldenfrog.netdna-ssl.com/icon-delete-01.png) no-repeat 0 -13px;
}
div.selected-service-01 div.selected-panel div#discount-desc p.desc {
  float:left;
  font-size:.9em;
  color:#333333;
}
/* 2 column */
div.selected-service-01 div#col-2.selected-panel {

} 
div.selected-service-01 div#col-2 div#selection {
  width: 559px;
  padding-right:10px;
}
div.selected-service-01 div#col-2 div#reg-price {
  width: 149px;
  padding:0 0 0 20px;
}
/* 3 column */
div.selected-service-01 div#col-3.selected-panel {
  background:url(https://images-goldenfrog.netdna-ssl.com/selected-service-3-col.png) repeat-y;
} 
div.selected-service-01 div#col-3 div#selection {
  width: 369px;
  padding-right:10px;
}
div.selected-service-01 div#col-3 div#discount-desc {
  width: 170px;
  padding:0 10px 0 20px;
}
div.selected-service-01 div#col-3 div#reg-price {
  width: 149px;
  padding:0 0 0 20px;
}
/* 4 column */
div.selected-service-01 div#col-4.selected-panel {
  background:url(https://images-goldenfrog.netdna-ssl.com/selected-service-4-col.png) repeat-y;
}
div.selected-service-01 div#col-4 div#selection {
  width: 169px;
  padding-right:10px;
}
div.selected-service-01 div#col-4 div#discount-desc {
  width: 170px;
  padding:0 10px 0 20px;
}
div.selected-service-01 div#col-4 div#discount-price {
  width: 170px;
  padding:0 10px 0 20px;
}
div.selected-service-01 div#col-4 div#reg-price {
  width: 149px;
  padding: 0 0 0 20px;
} 
/* table */
div.selected-service-01 table {
  width: 748px;
  margin-bottom: 0;
  line-height: 1.1em;
}
div.selected-service-01 table,
div.selected-service-01 table td,
div.selected-service-01 table th {
  vertical-align: top;
} 
div.selected-service-01 table td,
div.selected-service-01 table th {
  padding: 0px 10px;
  border-left: 1px solid white;
  border-right: 1px solid #ddd;
}

div.selected-service-01 table .left {
  border-left: none;
  padding-left: 0px;
}

div.selected-service-01 table .right {
  border-right: none;
}

div.selected-service-01 table td.price { width: 150px; }
div.selected-service-01 table td.discount { width: 350px; }

div.selected-service-01 th {
  font-size:1em;
  text-shadow: #fff 0 1px;
  color:#666;
  margin-bottom:3px;
  font-weight: normal;
}

div.selected-service-01 table ul { margin: 0 1em; }
div.selected-service-01 table li { margin: 3px; }


/* -----FORMS----- */
textarea {
  height:4em;
}
textarea,
span.text input,
input.text {
  margin:0 0 1em 0;
  padding:0.3em;
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.1em;
  border:solid 1px #CCC;
}
select {
  font-family:Arial, Helvetica, sans-serif;
  border:solid 1px #CCC;
  padding:3px;
  margin:0 0 1em 0;
  height:26px;
  background:#ffffff;
  font-size:1.1em;
}
input.checkbox {
  display:inline-block;
  /* for IE */
  zoom:1;
  *display:inline;
  vertical-align:top;
}
label {
  margin:0 10px 1em 0;
  padding:0;
  color:#888;
  display:inline-block;
  /* for IE */
  zoom:1;
  *display:inline;
  vertical-align:top;
  font-size:.9em;
}
fieldset {
  border:none;
  margin:0;
  padding:0;
}
span.text {
  position: relative;
  display: inline-block;
  zoom:1;
  *display:inline;
}
span.text input:focus,
input.text:focus,
textarea:focus,
select:focus {
  border:1px solid #666;
}
label:focus {
  color:#333;
}
form h2 {
  font-weight:normal;
  color:#666;
  margin-bottom:.3em;
}
form p {
  margin:0;
  color:#999999;
}
div.submit-01 {
  float: left;
  width:790px;
  text-align: right;
  border-top: solid 1px #eeeeee;
  padding: 10px 0 0 0;
  margin: 20px 0 0 0;
}
div.submit-01 div.order-total {
  display: inline-block;
  /* for ie */
  zoom:1;
  *display:inline;
  vertical-align: middle;
  margin: 3px 0 0 0;
  font-size:1.3em;
  font-weight: bold;
  color:#999999;
}
div.submit-01 div.order-total b {
  color:#00a004;
}
div.submit-02 {
  text-align:right;
  float:left;
  width:390px;
  font-size:16px;
  font-weight:bold;
  color:#999999;
}
div.submit-02 b {
  color:#00a004;
  font-size:1.2em;
  padding-right:5px;
  display:inline-block;
  /* for IE */
  zoom:1;
  *display:inline;
  vertical-align:bottom;
  
}
div.submit-02 sup {
  font-size:.5em;
}
a.cancel {
  padding:5px 5px 0 0;
  display:inline-block;
  /* for IE */
  zoom:1;
  *display:inline;
  vertical-align:middle;
}
/* form 1 */
form.form-1 {
  width:300px;
  margin:0;
  padding:20px 25px;
  background:#eeeeee;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  text-shadow:#FFF 0px 1px 0px;
}
form.form-1 h2 {
  width:300px;
}
form.form-1 fieldset {
  padding:20px 0 0 0;
  width:300px;
}
form.form-1 fieldset div.field {
  text-align: right;
}
form.form-1 span.text input,
form.form-1 input.text,
form.form-1 textarea {
  width:145px;
  font-size:1em;
}
form.form-1 label {
  width:125px;
  text-align:right;
}
form.form-1 input.cta-4 {
  margin-left: 220px;
}
form.disable-on-submit {
}
/* form 2 */
form.form-2 {
  float:left;
  width:100%;
}
form.form-2 h2 {
  margin:0;
  float: left;
}
form.form-2 fieldset {
  float:left;
  border-top:solid 1px #cccccc;
  padding:20px 0;
}
form.form-2 fieldset div.col {
  float:left;
}
form.form-2 fieldset div.col.last {
  padding-right:0;
}
form.form-2 fieldset input.radio {
  margin-left:0;
}
form.form-2 fieldset span.text input,
form.form-2 fieldset input.text,
form.form-2 fieldset textarea {
  width:200px;
  margin-right:10px;
}
form.form-2 fieldset select {
  width:210px;
  margin-right:40px;
}
form.form-2 fieldset label {
  width:110px;
  margin:0 15px 0 0;
  text-align:right;
}
form.form-2 fieldset div.exp-date select.mo,
form.form-2 fieldset div.exp-date span.mo select {
  width:50px;
  margin-right:5px;
}
form.form-2 fieldset div.exp-date select.yr {
  width:70px;
}
form.form-2 fieldset input.text.cvv,
form.form-2 fieldset span.text.cvv input {
  width:76px;
  margin-right:5px;
}
form.form-2 fieldset span.text.cvv b.error {
  padding-right:5px;
}
form.form-2 fieldset img.icon-cvv {
  display:inline-block;
  /* for IE */
  zoom:1;
  *display:inline;
  vertical-align:top;
}
form.form-2 fieldset div.select {
  margin:0 0 15px 0;
}
form.form-2 fieldset div.select label {
  font-size:14px;
  text-align:left;
  width:auto;
  margin-right:5px;
}
form.form-2 img.accepted-cards {
  float:right;
  padding-left:10px;
}
/* blog comments form */
form.comments-form {
  width:560px;
  float:left;
  margin:0;
  padding:15px;
  border:solid 1px #CCC;
}
form.comments-form input.cta-4 {
  float:right;
}
form.comments-form fieldset input {
  margin:0 0 1em 0;
  padding:0.5em;
  width:250px;
  border:solid 1px #CCC;
}
form.comments-form fieldset textarea {
  float:left;
  margin:0 0 1em 0;
  padding:0.5em;
  width:545px;
  border:solid 1px #CCC;
}
form.comments-form fieldset textarea {
  height:6em;
}
form.comments-form label {
  display:block;
  margin:0;
  padding:0;
}

/* -----FORM VALIDATION ----- */
form p.form-errors {
  border: solid 1px #c18c8c;
  background: #fbe9e9;
  color: #D10000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0 0 0;
  padding: 8px 12px;
  font-size: 1em;
  text-shadow: none;
}

/* -----ADD SERVICE PAGE----- */
div.add-service div.middle a.cta-2 {
  float:left;
  margin:7px 0 0 0;
}
div.add-service-page h1 {
  font-size:1.5em;
  margin:0;
}
div.add-service-page p {
  margin:0 0 20px 0;
}
div.add-service-page div.existing-account h1,
div.add-service-page div.existing-account p {
  text-align:right;
}
div.add-service-page div.divider h1 {
  text-align:center;
}
div.add-service-page div.existing-account div.account {
  padding:4px 0 20px 0;
}
div.add-service-page div.existing-account div.account em {
  font-style: normal;
}
div.add-service-page div.existing-account div.account span.account-id {
  display:block;
  border-bottom:solid 1px #ccc;
  padding: 0 0 3px 0;
  margin: 0 0 5px 0;
}
div.add-service-page div.existing-account div.account div.service {
  padding:10px 0;
  border-bottom:dashed 1px #eeeeee;
}
div.add-service-page form.form-2 div.products {
  display: inline-block;
  zoom: 1;
  *display:inline;
  vertical-align: top;
}
div.add-service-page form.form-2 div.products label {
  width: auto;
}
div.add-service-page form.form-2 input.cta-4 {
  display: inline-block;
  zoom:1;
  *display:inline;
  vertical-align: top;
}

/* -----DISCOUNT CODE FORM ----- */

form.form-2 div.discount-code fieldset,
form.form-2 div.discount-code span.text input {
  width:auto;
}

form.form-2 div.discount-code span.text input {
  border-right:0;
  padding:3px;
  height:14px;
  font-size:1em;
  width:85px;
  float:left;
}
form.form-2 div.discount-code span.text input:focus {
  border:solid 1px #ccc;
  border-right:0;
}
form.form-2 div.discount-code input.submit {
  width:30px;
  height:22px;
  overflow:hidden;
  padding:22px 0 0 0;
  background:#eeeeee url(https://images-goldenfrog.netdna-ssl.com/discount-code-submit.png) no-repeat;
  border:0;
}
form.form-2 div.discount-code input.submit:hover {
  cursor:pointer;
}
/* -----CUSTUMER FEEDBACK FORM----- */
div.feedback-form-01 {
  float:left;
  width:350px;
  padding-right:40px;
  border-right:solid 1px #eeeeee;
}
div.feedback-form-01 textarea.text {
  width:290px;
  height:7.5em;
}
div.feedback-form-01 div.form_successful {
  height:0;
  width:300px;
  float:left;
  margin:0;
  padding:120px 25px;
  background:#eeeeee;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  text-shadow:#FFF 0px 1px 0px;
  text-align:center;
  font-size:1.2em;
}
/* -----GETTING STARTED----- */
div.getting-started-01 {
  float:left;
  margin-left:40px;
  padding:20px 0 0 0;
  width:350px;
}
div.getting-started-01 h2 {
  font-weight:normal;
  color:#666666;
  margin-bottom:.3em;
}
div.getting-started-01 p {
  margin:0;
}
div.getting-started-01 ul li {
  margin:5px 0;
}

/* -----INVOICE----- */
div.invoice {
  width:740px;
  margin:0 0 30px 0;
  padding:20px 25px;
  background:#fffdee;
  border:solid 1px #f7f5e3;
  color:#aaa36d;
  font-size:1.2em;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  text-shadow:#FFF 0px 1px 0px;
}
div.invoice div.inv-header {
  margin-bottom: 10px;
}
div.invoice h3 {
  color:#aaa36d;
  line-height:1em;
  font-size:1.3em;
  font-weight:normal;
}
div.invoice p.c-name,
div.invoice p.c-email {
  font-size: .9em;
  margin: 0;
  color: #333;
}
div.invoice a.print:hover {
  background:url(https://images-goldenfrog.netdna-ssl.com/icon-print-01.png) no-repeat 0 -14px;
}
div.invoice table {
  width:740px;
  margin:10px 0 0 0;
  border-collapse: collapse;
  display: table;
  table-layout:fixed;
  position:relative;
}
div.invoice table tr td {
  padding:5px 0;
  vertical-align: top;
}
div.invoice table tr td.col-1 {
  width:auto;
}
div.invoice table tr td.col-2 {
  width:530px;
}
div.invoice table tr td.col-3 {
  width:70px;
}
div.invoice table tr.header td {
  border-bottom:solid 1px #f7f5e3;
}
div.invoice table tr.line-item td {
  color:#333333;
}
div.invoice table tr.line-item td ul {
  margin: 0;
  padding: 0;
}
div.invoice table tr.line-item td ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1em;
}
div.invoice table tr.total td.col-2,
div.invoice table tr.discount td.col-2 {
  text-align:right;
  padding-right:5px;
} 
div.invoice table tr.discount td.col-2,
div.invoice table tr.discount td.col-3 {
  color:#a60000;
} 
div.invoice table tr.total td.col-3 {
  color:#00a004;
} 
/* invoice log */
div.cp-invoices ul.transaction {
  border-bottom: dashed 1px #eeeeee;
  padding: 10px 15px;
  margin:0;
}
div.cp-invoices ul.transaction:hover {
  background: #fffed2;
}
div.cp-invoices ul.transaction li {
  list-style-type: none;
  display: inline-block;
  /* for ie */
  zoom:1;
  *display:inline;
  vertical-align: top;
  margin: 0;
  font-size:1em;
  
}
div.cp-invoices ul.transaction ul {
  margin: 0;
  padding: 0;
}
div.cp-invoices ul.transaction ul li {
  display: list-item;
}
div.cp-invoices ul.transaction li.date {
  width:110px;
}
div.cp-invoices ul.transaction li.desc {
  width:200px;
}
div.cp-invoices ul.transaction li.amount {
  width:150px;
  text-align: right;
}
div.cp-invoices ul.transaction li.view {
  width:80px;
  text-align: right;
}
div.cp-invoices div.balance {
  width:590px;
  text-align: right;
  margin: 10px 0;
}

/* -----LOCALE DIRECTORY----- */
div.locale-directory div.block {
  float: left;
  width:190px;
  margin-bottom:20px; 
}
div.locale-directory ul {
  margin: 0;
  padding: 0;
}
div.locale-directory ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 15px;
}
div.locale-directory h3 {
  font-size: 17px;
}

/* -----WINDOW PANE----- */
div.window-pane-1,
div.window-pane-blog-1 {
  width:270px;
  float:left;
  margin:0;
  padding:0;
}
div.window-pane-1 h3,
div.window-pane-blog-1 h3 {
  width: 250px;
  float:left;
  height:28px;
  margin:0;
  padding:7px 10px 0 10px;
  color:#666;
  background:url(https://images-goldenfrog.netdna-ssl.com/window-pane-270-top.png) no-repeat;
}
div.window-pane-1 ul,
div.window-pane-blog-1 ul li div.textwidget,
div.window-pane-blog-1 ul.ctc-tag-cloud {
  width:250px;
  float:left;
  margin:0;
  padding:10px 10px 0 10px;
  list-style-type:none;
  background:url(https://images-goldenfrog.netdna-ssl.com/window-pane-270-bg.png) repeat-y;
}
div.window-pane-1 div.bottom,
div.window-pane-blog-1 div.bottom {
  width:270px;
  float:left;
  background:url(https://images-goldenfrog.netdna-ssl.com/window-pane-270-bottom.png) no-repeat;
  height:11px;
}
div.window-pane-blog-1 ul,
div.window-pane-blog-1 li {
  float:left;
}
div.window-pane-blog-1 ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

/* -----BANNER ADS----- */
a.ad-1, a.ad-2 {
  display:block;
  color:#666;
  background-repeat:no-repeat;
}
a.ad-1:hover, a.ad-2:hover {
  color:#666;
}
a.ad-1 {
  height:165px;
  width:430px;
}
a.ad-2 {
  height:150px;
  width:270px;
}

/* -----CALL TO ACTION----- */

/* general styles */
.gf-btn {
  background-repeat:no-repeat;
  margin:0;
  border: none;
  display:block;
  overflow:hidden;
  color: #fff;
  font-family: 'Droid Sans', arial, serif;
  font-weight: bold;
  font-style: italic;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
  text-align: center;
}
b.gf-btn {
  display: none;
}
.gf-btn:hover {
  cursor:pointer;
  color: #fff;
}

/* buttons - 160px x 45px */
.cta-1, .cta-2 {
  width:160px;
  height:25px;
  padding: 10px 0;
  font-size: 16px;
}
input.cta-1, input.cta-2 {
  height: 45px;
}
/* Green */
.cta-1 {
  background:url(https://images-goldenfrog.netdna-ssl.com/btn-160-green.png) no-repeat;
}
/* Blue */
.cta-2 {
  background:url(https://images-goldenfrog.netdna-ssl.com/btn-160-blue.png) no-repeat;
}

/* buttons - 80px x 28px */
.cta-3, .cta-4 {
  width:80px;
  height:18px;
  padding: 5px 0;
  font-size: 13px;
}
input.cta-3, input.cta-4 {
  height: 28px;
}

/* Green */
.cta-3 {
  background:url(https://images-goldenfrog.netdna-ssl.com/btn-80-green.png) no-repeat;
}
/* Blue */
.cta-4 {
  background:url(https://images-goldenfrog.netdna-ssl.com/btn-80-blue.png) no-repeat;
}

/* buttons - 60px x 22px */
/* Grey */
.cta-5 {
  width:60px;
  height: 12px;
  padding: 4px 0;
  font-size: 10px;
  background:url(https://images-goldenfrog.netdna-ssl.com/btn-60-grey.png) no-repeat;
}
input.cta-5 {
  height: 22px
}

/* Plain Text CTA */
.cta-6 {
  display: block;
}

/* Golden No Sheen CTA */
.cta-7 {
  width: 233px;
  height: 52px;
  padding: 5px 0 0 0;
  color:#333333;
  font-size: 28px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  font-style: normal;
  font-weight: normal;
  background: url(https://images-goldenfrog.netdna-ssl.com/btn-233-gold.png) no-repeat;
}
.cta-7:hover {
  color: #333333;
  background-position: 0 -64px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.cta-11 {
  width: 188px;
  height: 38px;
  padding: 5px 0 0 0;
  color:#333333;
  font-size: 18px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  font-style: normal;
  font-weight: normal;
  background: url(https://images-goldenfrog.netdna-ssl.com/btn-188-gold.png) no-repeat;
}
.cta-11:hover {
  color: #333333;
  background-position: 0 -45px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.cta-8 {
  width: 98px;
  height: 27px;
  padding: 3px 0 0 0;
  color:#333333;
  font-size: 14px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  font-style: normal;
  font-weight: normal;
  background: url(https://images-goldenfrog.netdna-ssl.com/btn-98-gold.png) no-repeat;
}
.cta-8:hover {
  color: #333333 !important;
  background-position: 0 -41px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}
/* Green No Sheen CTA */
.cta-9 {
  width: 129px;
  height: 38px;
  padding: 2px 0 0 0;
  color: #ffffff;
  font-size: 20px;
  text-shadow: 0px 1px 0px #000;
  font-style: normal;
  font-weight: bold;
  background: url(https://images-goldenfrog.netdna-ssl.com/btn-129-green-no-sheen.png) no-repeat;
}
.cta-9:hover {
  color: #ffffff;
}
.cta-12 {
  color: #fff;
  -moz-text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
  -webkit-text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
  text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
  border: 3px solid #cfcfcf;
  background: #7fb032 url(https://images-goldenfrog.netdna-ssl.com/gradient_8fce2d_7ead33_52.png) repeat-x 0 0;
  font-size: 20px;
   -moz-transition: all 0.2s ease-out;  
     -o-transition: all 0.2s ease-out;  
-webkit-transition: all 0.2s ease-out;  
    -ms-transition: all 0.2s ease-out;  
        transition: all 0.2s ease-out;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-weight: bold;
  height: 31px;
  line-height: 31px;
  font-family: 'Myriad Pro','Trebuchet MS', 'Helvetica', Arial, sans-serif;
  text-align: center;
}
span.cta-12 {
  height: auto;
  line-height: 1;
}
.cta-12:hover {
  background-position: 0 bottom;
  color: #fff;
}
.cta-12 span,
.cta-12 input.button{
  background: url(https://images-goldenfrog.netdna-ssl.com/btn_gloss_40.png) repeat-x 0 -25px;
  display:block;
  padding: 0 25px;
  height: 100%;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cta-12 input.button {
  border: none;
  padding-bottom: 5px;
  color: #fff;
  -moz-text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
  -webkit-text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
  text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
  font-weight: bold;
  vertical-align: top;
  cursor: pointer;
}
.cta-12-14 {
  font-size: 14px;
  line-height: 22px;
  height: 22px;
}
.cta-12-14 span, 
.cta-12-16 span {
  padding: 0 20px;
  background-position: 0 -27px;
}
.cta-12-16 {
  font-size: 16px;
  line-height: 25px;
  height: 25px;
}
.cta-12-16 span{

}
.cta-12-21 {
  font-size: 21px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  height: 41px;
  line-height: 41px;
}
.cta-12-21 span {
  background-position: 0 -20px;
  padding: 0 28px;
}
.cta-12-24 {
  font-size: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  height: 37px;
  line-height: 39px;
}
.cta-12-24 span {
  background-position: 0 -20px;
}
.cta-13{
  background: url(https://images-goldenfrog.netdna-ssl.com/green_button_50.png) no-repeat 0 0;
  height: 48px;
  line-height: 48px;
  font-family: ff-meta-web-pro,'Myriad Pro','Trebuchet MS', 'Helvetica', Arial, sans-serif;
  font-size: 22px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff;
  padding: 0 20px;
  width: auto;
  font-style: normal;
  border: none;
  font-weight: bold;
}
.cta-13:hover{
  background-position: 0 -50px;
}

/* -----SECONDARY NAVIGATION----- */
div.sec-nav-1 {
  width:310px;
  float:left;
  margin:0;
  padding:0;
}
div.sec-nav-1 ul {
  margin:0;
}
div.sec-nav-1 ul li {
  list-style-type:none;
  margin-bottom: 0;
}
div.sec-nav-1 h2 {
  margin:0px 0px 2px 0px;
  height:0;
  padding-top:59px;
  overflow:hidden;
  width:310px;
  background-repeat:no-repeat;
}
div.sec-nav-1 a {
  display:block;
  height:0;
  padding-top:70px;
  width:310px;
  overflow:hidden;
  margin-bottom:2px;
  background-repeat:no-repeat;
}
div.sec-nav-1 a.link-1 {
  background-position:0 -61px;
}
div.sec-nav-1 a.link-2 {
  background-position:0 -133px;
}
div.sec-nav-1 a.link-3 {
  background-position:0 -205px;
  margin-bottom:0;
}
div.sec-nav-1 a.link-1:hover {
  background-position:0 -336px;
}
div.sec-nav-1 a.link-2:hover {
  background-position:0 -408px;
}
div.sec-nav-1 a.link-3:hover {
  background-position:0 -480px;
}
div.sec-nav-2 {
  width:950px;
  float:left;
  margin:0;
  padding:0;
}
div.sec-nav-2 ul {
  width:950px;
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
}
div.sec-nav-2 ul li {
  float:left;
  list-style-type: none;
  margin-bottom: 0;
}
div.sec-nav-2 ul li.first {
  margin-left:40px;
}
div.sec-nav-2 ul li a {
  display:block;
  width:150px;
  height:0;
  padding:50px 0 0 0;
  overflow:hidden;
}
div.sec-nav-2 ul li a {
  background-repeat: no-repeat;
}
div.sec-nav-2 ul li a.link-1 {
  background-position: -40px 0;
}
div.sec-nav-2 ul li a.link-2 {
  background-position: -190px 0;
}
div.sec-nav-2 ul li a.link-3 {
  background-position: -340px 0;
}
div.sec-nav-2 ul li a.link-4 {
  background-position: -490px 0;
}
div.tab-1, div.tab-2, div.tab-3 {
  float:left;
}
div.tab-1 div.sec-nav-2 ul li a.link-1,
div.sec-nav-2 ul li a.link-1:hover {
  background-position: -40px -50px;
}
div.tab-2 div.sec-nav-2 ul li a.link-2,
div.sec-nav-2 ul li a.link-2:hover {
  background-position: -190px -50px;
}
div.tab-3 div.sec-nav-2 ul li a.link-3,
div.sec-nav-2 ul li a.link-3:hover {
  background-position: -340px -50px;
}
div.tab-4 div.sec-nav-2 ul li a.link-4,
div.sec-nav-2 ul li a.link-4:hover {
  background-position: -490px -50px;
}

/* -----HOME----- */

div.home div.top-banner-2 {
  position: relative;
  height: auto;
  margin: 30px 0 10px;
  z-index: 1;
  font-family: ff-meta-web-pro,'Myriad Pro','Trebuchet MS', 'Helvetica', Arial, sans-serif;
}
div.home ul#slider,
div.home ul#slider li,
div.vypr-learn ul#slider,
div.vypr-learn ul#slider li{
  width: 950px;
  height: 326px;
  margin: 0;
  padding: 0;
}
div.home ul#slider,
div.vypr-learn ul#slider {
  position: relative;
  overflow: hidden;
  list-style: none;
  height: 327px;
}
div.home ul#slider li,
div.vypr-learn ul#slider li{
  position: absolute;
  top: 0;
  left: 0;
}
div#slider-nav {
  position: absolute;
  top: 287px;
  right: 15px;
  z-index: 100;
  display: none;
  *width: 79px;
}
div#slider-nav a{
  line-height: 15px;
  display: block;
  text-indent: -9999px;
  float: left;
  margin-top: 5px;
  background: url(https://images-goldenfrog.netdna-ssl.com/vypr_banner_controls.png) no-repeat 0 0;
}
div#slider-nav a#slider-prev{
  background-position: 0 0;
  width: 9px;
}
div#slider-nav a#slider-prev:hover{
  background-position: 0 -16px;
}
div#slider-nav a#slider-next{
  background-position: -41px 0;
  width: 9px;
  float: right;
}
div#slider-nav a#slider-next:hover{
  background-position: -41px -16px;
}
div#slider-nav div#slider-auto {
  float: left;
  margin: 0 15px;
}
div#slider-nav a.bx-start{
  background-position: -12px 0;
  width: 13px;
}
div#slider-nav a.bx-start:hover{
  background-position: -12px -16px;
}
div#slider-nav a.stop{
  background-position: -26px 0;
}
div#slider-nav a.stop:hover{
  background-position: -26px -16px;
}

div#slider-pager {
  text-align: center;
  padding: 15px 0;
}
div#slider-pager a.pager-link{
  background: url(https://images-goldenfrog.netdna-ssl.com/vypr_banner_controls.png) no-repeat -55px 0;
  width: 11px;
  height: 12px;
  display: inline-block;
  position: relative;
  zoom:1;
  *display: inline;
  margin-right: 8px;
  text-indent: -9999px;
}
div#slider-pager a.pager-active{
  background-position: -55px -16px;
}
div.home div#slider-pager a.pager-3 {
  margin-right: 0;
}
div.home div.top-banner-2 div.banner-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 362px;
  width:950px;
  z-index: 2;
}
div.home div.banner-wrapper div.message {
  position: absolute;
  z-index: 2;
  top: 50px;
  left: 405px;
}
div.home ul#slider li div.message,
div.vypr-learn ul#slider li div.message {
  position: absolute;
  top:50px;
  left: 405px;
}
div.home ul#slider li#banner-mimo div.message {
  left: 480px;
  top: 73px;
}
div.home ul#slider li#banner-dumptruck div.message {
  left: 470px;
  width: 440px;
}
div.home div#banner-fingerprint div.message h1 {
  font-size: 2em;
}
div.home div.banner-wrapper div.message h1,
ul#slider li div.message h1{
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
  color: #4C4C46;
}
ul#slider li div.message sup {
  font-size: 0.35em;
  position: relative;
  top: -3px;
}
div.home ul#slider li#banner-vypr div.message h1 {
 background: url(https://images-goldenfrog.netdna-ssl.com/vypr_logo_230x44.png) no-repeat 0 0;
 width: 230px;
 height: 44px;
 text-indent: -9999px;
}
div.home ul#slider li#banner-mimo div.message h1 {
 background: url(https://images-goldenfrog.netdna-ssl.com/mimo_logo_160x42.png) no-repeat 0 0;
 width: 162px;
 height: 42px;
 text-indent: -9999px;
}
div.home ul#slider li#banner-dumptruck div.message h1 {
 background: url(https://images-goldenfrog.netdna-ssl.com/dt_logo_333x34.png) no-repeat 0 0;
 width: 333px;
 height: 34px;
 text-indent: -9999px;
}

div.home div.banner-wrapper div.message p,
div.home ul#slider li div.message p,
div.vypr-learn ul#slider li div.message p {
  font-size: 36px;
  line-height: 1.1;
  margin: 0 0 20px 0;
  color: #4c4c46;
  text-shadow: 0 1px 0 rgba(255,255,255,1);
}
div.home div.banner-wrapper div.message p sup,
div.home ul#slider li div.message p sup{
  font-size: 14px;
}
div.home div.banner-wrapper div.message p.cta,
div.home ul#slider li div.message p.cta,
div.vypr-learn ul#slider li div.message p.cta {
  font-size: 18px;
  margin-bottom: 0;
  text-shadow: none;
}
div.home ul#slider li div.message p.cta a.cta-landing-1,
div.vypr-learn ul#slider li div.message p.cta a.cta-landing-1 {
  margin-right: 8px;
}
div.home div.top-banner-2 p.call-to-action {
  height: 60px;
  overflow: hidden;
  position: absolute;
  z-index: 4;
  bottom: 145px;
  left: 350px;
}
div.home div.top-banner-2 p.call-to-action a {
  position: relative;
  z-index: 4;
}
div.home div.top-banner-2 p.call-to-action a.vypr-cta {
  background: url(https://images-goldenfrog.netdna-ssl.com/btn-product-vyprvpn-178.png) no-repeat;
  position: relative;
  z-index: 4;
  display: inline-block;
  zoom: 1;
  *display:inline;
  vertical-align: middle;
  margin:0 5px 0 0;
  width: 178px;
  padding: 60px 0 0 0;
  height:0;
  overflow:hidden;
}
div.home div.top-banner-2 p.call-to-action a.learn {
  color: #666;
  font-weight: bold;
  margin-left:5px;
}
div.home div.top-banner-2 p.call-to-action a.learn b {
  color: #333;
  font-size: 2em;
  display: inline-block;
  zoom: 1;
  *display:inline;
  vertical-align: top;
  margin: 5px 0 0 0;
}
div.home div.top-banner-2 div#banner-baghead {
  background: url(https://images-goldenfrog.netdna-ssl.com/gf-home-banner-baghead.jpg) no-repeat;
}
div.home div.top-banner-2 div#banner-doorhanger {
  background: url(https://images-goldenfrog.netdna-ssl.com/gf-home-banner-doorhanger.jpg) no-repeat;
}
div.home div.top-banner-2 div#banner-fingerprint {
  background: url(https://images-goldenfrog.netdna-ssl.com/gf-home-banner-fingerprint.jpg) no-repeat;
}
div.home div.top-banner-2 div#banner-fishguy {
  background: url(https://images-goldenfrog.netdna-ssl.com/gf-home-banner-fishguy.jpg) no-repeat;
}
div.home div.top-banner-2 div#banner-nametag {
  background: url(https://images-goldenfrog.netdna-ssl.com/gf-home-banner-nametag.jpg) no-repeat;
}
div.home ul#slider li#banner-vypr {
  background: #fff url(https://images-goldenfrog.netdna-ssl.com/homepage_banner_vypr.jpg) no-repeat;
  z-index: 1;
  border-bottom: 1px solid #d7e4e8;
}
div.home ul#slider li#banner-mimo {
  background: #fff url(https://images-goldenfrog.netdna-ssl.com/homepage_banner_mimo.jpg) no-repeat;
  border-bottom: 1px solid #eafdc9;
}
div.home ul#slider li#banner-dumptruck {
  background: #fff url(https://images-goldenfrog.netdna-ssl.com/homepage_banner_dt.jpg) no-repeat;
  border-bottom: 1px solid #fbe8c7;
}

div.home div.top-banner-2 a#control {
  display: block;
  background: url(https://images-goldenfrog.netdna-ssl.com/banner-control.png) no-repeat 0 0;
  width: 35px;
  height: 0;
  padding: 27px 0 0 0;
  overflow: hidden;
  position:relative;
  z-index: 20;
  cursor: pointer;
  margin: 15px 0 0 903px;
}
div.home div.top-banner-2 a#control.slideshow-auto {
  background-position: 0 0;
}
div.home div.top-banner-2 a#control.slideshow-paused {
  background-position: 0 -47px;
}
div.home ul.sec-nav-3 {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 315px;
  width: 600px;
}
div.home ul.sec-nav-3 li {
  float:left;
  list-style-type: none;
  margin:0 10px 0 0;
  padding: 0;
  width: 110px;
  height: 70px;
  overflow: hidden;
}
div.home ul.sec-nav-3 li a {
  display:block;
  width: 110px;
  padding: 39px 0 0 0;
  height: 31px;
  background: url(https://images-goldenfrog.netdna-ssl.com/gf-home-banner-nav.png) no-repeat;
  color: #999;
  font-size: .8em;
  text-align: center;
  line-height: 1em;
}
div.home ul.sec-nav-3 li a b {
  color: #333;
  font-size: 1.1em;
}
div.home ul.sec-nav-3 li.tab2 a {
  background-position: 0 0;
}
div.home ul.sec-nav-3 li.tab2 a.current,
div.home ul.sec-nav-3 li.tab2 a:hover {
  background-position: 0 -80px;
}
div.home ul.sec-nav-3 li.tab3 a {
  background-position: -120px 0;
}
div.home ul.sec-nav-3 li.tab3 a.current,
div.home ul.sec-nav-3 li.tab3 a:hover {
  background-position: -120px -80px;
}
div.home ul.sec-nav-3 li.tab1 a {
  background-position: -240px 0;
}
div.home ul.sec-nav-3 li.tab1 a.current,
div.home ul.sec-nav-3 li.tab1 a:hover {
  background-position: -240px -80px;
}
div.home ul.sec-nav-3 li.tab4 a {
  background-position: -360px 0;
}
div.home ul.sec-nav-3 li.tab4 a.current,
div.home ul.sec-nav-3 li.tab4 a:hover {
  background-position: -360px -80px;
}
div.home div.intro-copy {
    width:870px;
    margin:10px 40px 0 40px;
    float:left;
}
div.home div.intro-copy p {
  width:420px;
  float:left;
  padding-right:20px;
  color:#999;
  margin:0;
  font-size:1.2em;
}
div.home div.intro-copy p.last {
  padding-right:0;
}

/* -----VyprVPN LEARN----- */
div.vypr-learn h1,
div.vypr-learn h2,
div.vypr-learn h3,
div.vypr-learn h4{
  color: #4b4c46;
  line-height: 1.2;
}
div.vypr-learn h1,
div.vypr-learn h2 {
  font-size: 28px;
}
div.vypr-learn h3 {
  font-size: 17px;
  margin-bottom: 6px;
}
div.vypr-learn h4 {
  font-size: 16px;
}
div.vypr-learn p,
div.vypr-learn li {
  font-size: 15px;
  color: #666;
  line-height: 1.2;
}

div.vypr-learn div.top-banner-3 {
  background-image:url(https://images-goldenfrog.netdna-ssl.com/top-banner-vypr-sun-brust.jpg);
  background-repeat: no-repeat;
}
div.vypr-learn div.top-banner-3 div.message {
  padding: 0 0 31px 0;
}
div.vypr-learn div.top-banner-3 div.message h1 {
  display: none;
}
div.vypr-learn div.top-banner-3 div.message p {
  font-family: 'Cantarell', arial, serif;
  letter-spacing: -1px;
  padding: 74px 0 0 82px;
  font-size: 1.5em;
  margin: 0;
}
div.vypr-learn div.top-banner-3 div.sec-nav-2  {
  margin:0;
  background-image:url(https://images-goldenfrog.netdna-ssl.com/top-banner-vypr-tabs-nav.png);
}
div.vypr-learn div.top-banner-3 div.sec-nav-2 ul li {
  height: 50px;
  overflow: hidden;
}
div.vypr-learn div.top-banner-3 div.sec-nav-2 ul li a {
  background-image:url(https://images-goldenfrog.netdna-ssl.com/top-banner-vypr-tabs-nav.png);
}
div.vypr-learn div.temp-2 div.col-2 p {
  font-size:0.75em;
}
div.vypr-learn div.temp-2 div.col-2 p, div.vypr-learn div.temp-2 div.col-2 h3 {
  margin-left:20px;
}
div.vypr-learn .tab-4 .col-1 p,
div.vypr-learn .tab-4 .col-1 li {
  font-size: 1.1em;
}
div.vypr-learn .col-1 div.vypr-demo {
  float:left;
  width:590px;
  padding: 0 0 20px 0;
}
div.vypr-learn .col-1 div.vypr-demo img {
  float: left;
  margin: 0 10px 0 0;
}
div.vypr-learn .col-1 div.vypr-demo p {
  float: left;
  width:229px;
  font-size: .85em;
}
div.vypr-learn div.plan-select-01 {
  border: 0;
}

/* NEW vyprvpn learn */
div.vypr-learn.main-surround,
div.vypr-landing.main-surround,
div.mimo-learn.main-surround {
  padding: 0;
  vertical-align: top;
  display: block;
}
div.vypr-learn.main-surround div.inner-wrapper,
div.vypr-landing.main-surround div.inner-wrapper,
div.mimo-learn.main-surround div.inner-wrapper {
  float: left;
  width: 948px;
  position: relative;
  vertical-align: top;
}
div.vypr-landing.main-surround div.inner-wrapper {
  background: transparent;
}
div.vypr-learn ul.sub-nav,
div.vypr-landing ul.sub-nav,
div.mimo-learn ul.sub-nav,
div#checkout div.sub-nav {
  height: 54px;
  padding: 0;
  margin: 0;
}
div.vypr-learn ul.sub-nav {
  float: none;
  position: relative;
  overflow: hidden;
}
div.vypr-learn ul.sub-nav li,
div.vypr-landing ul.sub-nav li,
div.mimo-learn ul.sub-nav li {
  display: block;
  float: left;
  margin: 0 20px 0 0;
}
div.vypr-learn ul.sub-nav li{
  position: relative;
  zoom:1;
}
div.vypr-learn ul.sub-nav li a,
div.vypr-landing ul.sub-nav li a,
div.mimo-learn ul.sub-nav li a {
  color: #4c4c46;
  height: 53px;
  line-height: 60px;
  display: block;
  font-family: ff-meta-web-pro,'Myriad Pro','Trebuchet MS', 'Helvetica', Arial, sans-serif;
  font-size: 15px;
  text-transform: capitalize;
  -moz-text-shadow: 0px 1px 0px rgba(255,255,255,1);
  -webkit-text-shadow: 0px 1px 0px rgba(255,255,255,1);
  text-shadow: 0px 1px 0px rgba(255,255,255,1);
  _float: left;
}
/*div.vypr-learn div.inner-wrapper ul.sub-nav a.CurrentPage,
div.vypr-learn div.inner-wrapper ul.sub-nav li a:hover,
div.vypr-landing div.inner-wrapper ul.sub-nav li a:hover,
div.mimo-learn div.inner-wrapper ul.sub-nav a.CurrentPage,
div.mimo-learn div.inner-wrapper ul.sub-nav li a:hover,
div.mimo-learn div.inner-wrapper .downloadNav ul.sub-nav a.downloadLink {
  color: #999;
  border-bottom: solid 3px #aaa;
}*/
div.vypr-learn ul.sub-nav li a:hover,
div.vypr-landing ul.sub-nav li a:hover,
div.mimo-learn ul.sub-nav li a:hover  {
  background: none;
  color: #333;
}
div.vypr-learn ul.sub-nav a.CurrentPage,
div.vypr-learn ul.sub-nav a.CurrentPage:hover,
div.vypr-landing ul.sub-nav a.CurrentPage,
div.vypr-landing ul.sub-nav a.CurrentPage:hover,
div.mimo-learn ul.sub-nav a.CurrentPage,
div.mimo-learn ul.sub-nav a.CurrentPage:hover {
  color: #4c4c46;
  border: none;
  background: url(https://images-goldenfrog.netdna-ssl.com/nav_active_yellow_18x10.png) no-repeat center bottom;
}
div.vypr-learn ul.sub-nav li a.cta-12,
div.vypr-landing ul.sub-nav li a.cta-12,
div.mimo-learn ul.sub-nav li a.cta-12 {
  height: 22px;
  line-height: 22px;
  margin-top: 15px;
  color: #fff;
  font-size: 14px;
  font-family: 'Myriad Pro','Trebuchet MS', 'Helvetica', Arial, sans-serif;
  background: #7FB032 url(https://images-goldenfrog.netdna-ssl.com/gradient_8fce2d_7ead33_52.png) repeat-x scroll 0 0;
  -moz-text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
  -webkit-text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
  text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
  border: 3px solid #cfcfcf;
  _width: 64px;
}
div.vypr-learn ul.sub-nav li a.cta-12:hover,
div.vypr-landing ul.sub-nav li a.cta-12:hover,
div.mimo-learn ul.sub-nav li a.cta-12:hover {
  border: 3px solid #cfcfcf;
  background: url(https://images-goldenfrog.netdna-ssl.com/gradient_8fce2d_7ead33_52.png) repeat-x scroll 0 bottom #7FB032;
  color: #fff;
}
div.vypr-learn ul#share,
div.mimo-learn ul#share {
  position: absolute;
  list-style: none;
  margin: 0;
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 100;
}
div.vypr-learn ul#share li,
div.mimo-learn ul#share li{
  float: left;
  margin: 0;
}
div.vypr-learn ul#share li.google,
div.mimo-learn ul#share li.google {
  margin-right: 10px;
}
div.vypr-learn ul#share li.google div#___plusone_0,
div.mimo-learn ul#share li.google div#___plusone_0 {
  width: 72px !important;
}
div.vypr-learn ul#share li.facebook iframe,
div.mimo-learn ul#share li.facebook iframe {
  width: 82px !important;
}
div.vypr-learn hr.divide,
div.vypr-landing hr.divide,
div.mimo-learn hr.divide {
  margin: 0 40px;
  width: auto;
}

div.vypr-learn div.content-block,
div.vypr-landing div.content-block {
  width: 948px;
  float: left;
  padding: 0 0 50px 0;
}
div.vypr-learn div.content-block h2,
div.vypr-landing div.content-block h2 {
  font-size: 2em;
}
div.vypr-landing hr {
  background: #eeeeee;
  margin: 0 40px 60px 40px;
  width: auto;
}
div.vypr-landing div.content-block#intro-content h1,
div.vypr-landing div.content-block#intro-content p {
  float: left;
  width: 670px;
  margin-left: 40px;
  margin-right: 30px;
}
div.vypr-landing div.content-block#intro-content h1 {
  font-size: 2.35em;
  padding-top: 20px;
}
div.vypr-landing div.content-block#intro-content p {
  font-size: 1.6em;
  line-height: 1.2em;
}
div.vypr-landing div.content-block#intro-content img {
  float: right;
  margin: -45px 40px 0 0;
}
div.vypr-landing div#intro-content.content-block p.call-out,
div.vypr-landing div#privacy-content.content-block p.call-out,
div.vypr-landing div#block5-content.content-block p.call-out {
  float: left;
  font-size: 1.1em;
  background: url(https://images-goldenfrog.netdna-ssl.com/vyprvpn-iphone-call-out-gradient.png) repeat-x top;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-top: solid 1px #e9ebee;
  border-left: solid 1px #e9ebee;
  border-right: solid 1px #e9ebee;
  border-bottom: solid 1px #f3f5fa;
  -moz-box-shadow: 0 1px 2px #cccccc;
  width: auto;
  position: relative;
}
div.vypr-landing div.content-block#intro-content p.call-out:hover,
div.vypr-landing div.content-block#privacy-content p.call-out:hover,
div.vypr-landing div#block5-content.content-block p.call-out:hover {
  background-position: 0 -315px;
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #eeeeee;
}
div.vypr-landing div.content-block#intro-content p.call-out a,
div.vypr-landing div.content-block#privacy-content p.call-out a,
div.vypr-landing div#block5-content.content-block p.call-out a {
  color: #333333;
  display: block;
}
div.vypr-landing div.content-block#privacy-content p.call-out a:hover,
div.vypr-landing div.content-block#intro-content p.call-out a:hover,
div.vypr-landing div#block5-content.content-block p.call-out a:hover {
  color: #000000;
}
div.vypr-landing div.content-block#intro-content p.call-out {
  margin-left: 125px;
  margin-right: 80px;
  margin-top: 10px;
}
div.vypr-landing div.content-block#intro-content p.call-out a {
  width: 380px;
  padding: 20px 30px 20px 83px;
}
div.vypr-landing div.content-block#intro-content p.call-out em {
  display: block;
  width: 95px;
  height: 0;
  padding: 95px 0 0 0;
  overflow: hidden;
  position: absolute;
  left: -26px;
  bottom: -12px;
  background: url(https://images-goldenfrog.netdna-ssl.com/vyprvpn-iphone-stop-watch.png) no-repeat;
}
div.vypr-landing div.content-block#privacy-content p.call-out {
  width:450px;
  margin-top: 20px;
  margin-left:50px;
}
div.vypr-landing div.content-block#privacy-content p.call-out a {
  padding: 10px 30px 10px 75px;
}
div.vypr-landing div.content-block#privacy-content p.call-out em {
  display: block;
  width: 95px;
  height: 0;
  padding: 95px 0 0 0;
  overflow: hidden;
  position: absolute;
  left: -26px;
  top: -7px;
  background: url(https://images-goldenfrog.netdna-ssl.com/vyprvpn-iphone-security-camera.png) no-repeat;
}
div.vypr-landing div.content-block#privacy-content p.call-out strong {
  display: block;
  margin: 5px 0 0 0;
  font-weight: normal;
}
div.vypr-landing div.content-block#privacy-content p.call-out strong b {
  color: #0066CC;
  font-weight: normal;
}
div.vypr-landing div.content-block#privacy-content p.call-out:hover strong b {
  color: #0099ff;
}
div.vypr-landing div.content-block#privacy-content img {
  float: left;
  margin: 0 0 0 20px;
}
div.vypr-landing div.content-block#privacy-content {
  margin-bottom: 50px;
}
div.vypr-landing div.content-block#privacy-content h2,
div.vypr-landing div.content-block#privacy-content p,
div.vypr-landing div.content-block#privacy-content ul {
  float: left;
  width: 468px;
  margin: 0 40px;
}
div.vypr-landing div.content-block#privacy-content h2 {
  margin-top: 20px;
}
div.vypr-landing div.content-block#privacy-content ul,
div.vypr-landing div.content-block#server-locations-content ul {
  padding: 15px 0 0 30px;
  width: 438px;
}
div.vypr-landing div.content-block#privacy-content ul li,
div.vypr-landing div.content-block#server-locations-content ul li {
  margin: 0 0 5px 0;
}
div.vypr-landing div.content-block#security-content h2,
div.vypr-landing div.content-block#security-content p {
  float: left;
  width: 510px;
  margin: 0 40px;
}
div.vypr-landing div.content-block#security-content img {
  float: left;
  margin: -70px 0 0 0;
}
div.vypr-landing div.content-block#server-locations-content h2,
div.vypr-landing div.content-block#server-locations-content p,
div.vypr-landing div.content-block#server-locations-content ul {
  float: left;
  width: 445px;
  margin: 0;
}
div.vypr-landing div.content-block#server-locations-content img {
  float: left;
  margin: 0 40px;
}
div.vypr-landing div.content-block#buy-vyprvpn-cta div.cta-wrapper {
  background: url(https://images-goldenfrog.netdna-ssl.com/vyprvpn-iphone-cta-logo.png) no-repeat;
  padding-left: 105px;
  width: 260px;
  min-height: 100px;
  margin: 0 auto;
  padding-top: 10px;
}
div.vypr-landing div.content-block#buy-vyprvpn-cta div.cta-wrapper a.setup-cta {
  font-size: 1.3em;
  display: block;
  margin: 10px 0 0 19px;
}
/* How VPN Works */
div.vypr-learn div.how-vpn-left {
	float: left;
	width: 459px;
	padding: 45px 30px 0px 40px;
}
div.vypr-learn div.how-vpn-left hr.divide {
	margin: 0px;
	width: 100%;
}
div.vypr-learn div#personal-vpn-intro h1, div#how-vpn-intro h1 {
  font-size: 2.7em;
  line-height: 1.1em;
  margin: 0 0 7px 0;
}
div.vypr-learn div#personal-vpn-intro p, div#how-vpn-intro p {
  font-size: 1.7em;
  line-height: 1.2em;
}
div.vypr-learn div.how-vpn-left div.without-vpn {
	float: left;
	width: 214px;
	padding: 30px 30px 0px 0px;
}
div.vypr-learn div.how-vpn-left div.with-vpn {
	float: left;
	width: 214px;
	padding: 30px 0px 0px;
}
div.vypr-learn div.how-vpn-left h2, div.vypr-learn div.how-vpn-right h2 {
	color: #333333;
	font-size: 1.2em;
	font-weight: bold;
}
div.vypr-learn div.how-vpn-left div.without-vpn p, div.vypr-learn div.how-vpn-left div.with-vpn p {
	margin: 0 0 5px;
}
div.vypr-learn div.how-vpn-left ul {
	margin: 0 2em 1.5em;
}
div.vypr-learn div.how-vpn-left ul li {
	font-size: 1em;
}
div.vypr-learn div.how-vpn-left div.protocols {
	clear: both;
	text-align: center;
}
div.vypr-learn div.how-vpn-right {
	float: left;
	width: 378px;
	padding: 45px 40px 0px 0px;
}
div.vypr-learn div.how-vpn-right div.without-vpn {
	float: left;
	padding: 0;
	text-align: center;
	width: 164px;
}
div.vypr-learn div.how-vpn-right div.with-vpn {
	float: left;
	padding: 0 0 0 50px;
	text-align: center;
	width: 164px;
}
div.vypr-learn div.how-vpn-right p.red {
	color: red;	
}
div.vypr-learn div.how-vpn-right p.green {
	color: green;	
}
div.vypr-learn div.how-vpn-right div.diagram {
	float: left;
	width: 378px;
	height: 435px;
	background: url(https://images-goldenfrog.netdna-ssl.com/how-vpn-diagram.png) 0 0 no-repeat transparent;
	position: relative;
}
div.vypr-learn div.how-vpn-right div.ip-detector {
	position: absolute;
	padding: 5px 10px;
	background: #FFFFFF;
	border: 2px solid #999999;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	top: 5px;
	left: 20px;
  width: 100px;
}
div.vypr-learn div.how-vpn-right div.diagram span.websites-see,
div.vypr-learn div.how-vpn-right div.diagram span.isp-sees {
  font-size: 15px;
  font-weight: bold;
  left: 166px;
  line-height: 1.2;
  position: absolute;
  top: 50px;
  width: 65px;
  text-align: center;
}
div.vypr-learn div.how-vpn-right div.diagram span.isp-sees {
  top: 197px;
}
div.vypr-learn div.how-vpn-right div.ip-detector h3 {
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	color: #666666;
	margin: 0px;
}
div.vypr-learn div.how-vpn-right div.ip-detector p.red {
	font-size: 1em;
	margin: 0 0 5px;
	text-align: center;
}
div.vypr-learn div.how-vpn-cta {
	clear: both;
	text-align: center;
	padding: 30px 50px 0 70px;
	width: 800px;
	float: left;
	margin: 0 auto;
}
div.vypr-learn div.how-vpn-cta h2 {
	padding: 14px 10px 10px;
	width: 500px;
	font-size: 1.5em;
	float: left;
}
div.vypr-learn div.how-vpn-cta a.gf-btn {
	font-size: 23px;
}

div.vypr-learn div.how-vpn-cta a.cta-7 {
	padding: 9px 0px 0px;
}

div.vypr-learn div#personal-vpn-intro {
  background: url(https://images-goldenfrog.netdna-ssl.com/logo-vypr-178x122.png) no-repeat 786px 30px;
  padding: 45px 200px 20px 40px;
  width: 708px;
  min-height: 145px;
}
div.vypr-learn div#examples div.example-icon {
  background: url(https://images-goldenfrog.netdna-ssl.com/icon-vyprvpn-examples.png) no-repeat 7px 7px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px transparent;
  padding: 86px 0 7px 0;
  margin: 0 0 30px 30px;
  width: 92px;
  float: left;
}
div.vypr-learn div#examples div.example-content {
  float: left;
  width: 655px;
}
div.vypr-learn div#examples div.example-icon h3 {
  font-size: .9em;
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding: 3px 0 0 0;
  color: #666;
  line-height: 1.1em;
}
div.vypr-learn div#examples h4 {
  font-size: 1.5em;
}
div.vypr-learn div#examples {
  padding: 50px 0 0 0;
}
div.vypr-learn div#examples h4,
div.vypr-learn div#examples p.example-desc {
  padding: 0 0 0 10px;
  margin: 0;
}
div.vypr-learn div#examples p.example-desc {
  font-size: 1.1em;
}
div.vypr-learn div#examples a.gf-btn {
  margin: 10px 0 0 10px;
  font-weight: bold;
  font-size: 1.1em;
}

/* Privacy */
div.vypr-learn div#examples div#deep-packet-icon.example-icon {
  background-position: 7px 7px;
}
div.vypr-learn div#examples div#protect-activity-icon.example-icon {
  background-position: -80px 7px;
}
div.vypr-learn div#examples div#discreet-business-icon.example-icon {
  background-position: -167px 7px;
}
div.vypr-learn div#examples div#hide-ip-icon.example-icon {
  background-position: -254px 7px;
}
div.vypr-learn div#examples div#geo-targeting-icon.example-icon {
  background-position: -341px 7px;
}
/*Security*/
div.vypr-learn div#examples div#all-connections-icon.example-icon {
  background-position: 7px -162px;
}
div.vypr-learn div#examples div#private-data-icon.example-icon {
  background-position: -80px -162px;
}
div.vypr-learn div#examples div#wifi-hotspots-icon.example-icon {
  background-position: -167px -162px;
}
div.vypr-learn div#examples div#business-assets-icon.example-icon {
  background-position: -254px -162px;
}
div.vypr-learn div#examples div#im-email-icon.example-icon {
  background-position: -341px -162px;
}
/*Freedom*/
div.vypr-learn div#examples div#content-censorship-icon.example-icon {
  background-position: 7px -331px;
}
div.vypr-learn div#examples div#location-censorship-icon.example-icon {
  background-position: -80px -331px;
}
div.vypr-learn div#examples div#shop-icon.example-icon {
  background-position: -167px -331px;
}
div.vypr-learn div#examples div#preferred-language-icon.example-icon {
  background-position: -254px -331px;
}
div.vypr-learn div#examples div#open-internet-icon.example-icon {
  background-position: -341px -331px;
}
/* JS Only Style */
div.vypr-learn div#examples.x-activate {
  position: relative;
  padding-bottom: 200px !important;
}
div.vypr-learn div.x-activate div.example-content {
  position: absolute;
  top: 190px;
  left: 40px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 30px 0;
}
div.vypr-learn div.x-activate div.example-icon {
  margin: 0 62px 0 40px !important;
  height: 27px;
}
div.vypr-learn div.x-activate div.example-icon.last {
  margin-right: 0 !important;
}
div.vypr-learn div#examples.x-activate a.gf-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  margin: 0 !important;
}
div.vypr-learn div.x-activate div.example-icon:hover,
div.vypr-learn div.x-activate div.example-icon.active {
  background-color: #e5e8ec !important;
  border: solid 1px #c6c6c8 !important;
  cursor: pointer;
}
div.vypr-learn div.x-activate div.example-content {
  width: 870px !important;
}
div.vypr-learn div.x-activate div.example-content h4,
div.vypr-learn div.x-activate div.example-content p {
  width: 680px;
  padding:0 20px 0 0 !important;
  float: left;
}

div.vypr-learn div#features-block.x-activate {
  position: relative;
}
div.vypr-learn div#features-block.x-activate div.feature {
  width: 637px !important;
  position: absolute;
  top: 35px;
  right:0;
  overflow: hidden;
}
div.vypr-learn div#features-block.x-activate div.feature img {
  margin-left: -100px !important;
}
div.vypr-learn div#features-block.x-activate div.feature h2,
div.vypr-learn div#features-block.x-activate div.feature p {
  width: 410px !important;
}
div.vypr-learn div#features-block.x-activate div.feature ul {
  padding: 0 0 0 30px !important;
  width: 390px !important;
}
div.vypr-learn div#features-block.x-activate ul.features-nav {
  margin: 20px 0 !important;
  padding: 20px 0 !important;
  border-right: solid 1px #ccc;
}
div.vypr-learn div#features-block.x-activate ul.features-nav li {
  margin: 0;
  padding: 0;
  border-top: solid 1px #ccc;
  font-size: 1.15em;
}
div.vypr-learn div#features-block.x-activate ul.features-nav li span {
  display: block;
  background: url(https://images-goldenfrog.netdna-ssl.com/icon-vyprvpn-features.png) 0 7px no-repeat;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 10px 20px 10px 35px;
  color: #999;
  font-weight: bold;
}
div.vypr-learn div#features-block.x-activate ul.features-nav li.last {
  border-bottom: solid 1px #ccc;
}
div.vypr-learn div#features-block.x-activate ul.features-nav li#unlimited_speed_mi span {
  background-position: 0 7px;
}
div.vypr-learn div#features-block.x-activate ul.features-nav li#support_mi span {
  background-position: 0 -70px;
}
div.vypr-learn div#features-block.x-activate ul.features-nav li#gf_promise_mi span {
  background-position: 0 -145px;
}
div.vypr-learn div#features-block.x-activate ul.features-nav li#unlimited_access_mi span {
  background-position: 0 -220px;
}
div.vypr-learn div#features-block.x-activate ul.features-nav li#locations_mi span {
  background-position: 0 -295px;
}
div.vypr-learn div#features-block.x-activate ul.features-nav li#protocols_mi span {
  background-position: 0 -369px;
}
div.vypr-learn div#features-block.x-activate ul.features-nav li#limitless_ips_mi span {
  background-position: 0 -445px;
}
div.vypr-learn div#features-block.x-activate ul.features-nav li#trust_mi span {
  background-position: 0 -520px;
}
div.vypr-learn div#features-block.x-activate ul.features-nav li:hover,
div.vypr-learn div#features-block.x-activate ul.features-nav li.active {
  background: url(https://images-goldenfrog.netdna-ssl.com/vyprvpn-features-nav-active-bg.png) 0 center no-repeat;
  color: #333;
  cursor: pointer;
}
div.vypr-learn div#features-block.x-activate ul.features-nav li.active span,
div.vypr-learn div#features-block.x-activate ul.features-nav li span:hover {
  color: #333;
}
div.vypr-learn div#features-block.x-activate div#locations h2,
div.vypr-learn div#features-block.x-activate div#locations p {
  width: 550px !important;
  padding-left: 35px !important;
  padding-top: 0 !important;
}
div.vypr-learn div#features-block.x-activate div#locations ul {
  padding:0 0 10px 70px !important;
  float: left;
  width: 220px !important;
}
div.vypr-learn div#features-block.x-activate div#locations img {
  margin: 0 !important;
  padding-left:35px !important;
}
div.vypr-learn div#features-block.x-activate div#locations a.gf-btn {
  margin-left: 35px !important;
}
/* END JS only */

div.vypr-learn ul.vypr-tabs-nav {
  float: left;
  margin: 0 0 -1px 0;
  padding: 0 0 0 40px;
  list-style-type: none;
  width: 908px;
  position: relative;
  z-index: 1;
}
hr.vypr-tabs-base {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  z-index: 0;
}
div.vypr-learn ul.vypr-tabs-nav li {
  float: left;
  margin: 0 10px 0 0;
}
div.vypr-learn ul.vypr-tabs-nav li a {
  padding: 5px 50px;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  border-top: solid 1px transparent;
  border-right: solid 1px transparent;
  border-left: solid 1px transparent;
}
div.vypr-learn.privacy-wrapper div.tab-intro {
  padding: 75px 0 85px 400px;
  width: 508px;
  min-height: 155px;
  background: #fff url(https://images-goldenfrog.netdna-ssl.com/vyprvpn-name-tag.png) -50px 50px no-repeat;
}
div.vypr-learn.security-wrapper div.tab-intro {
  padding: 75px 0 45px 400px;
  width: 508px;
  min-height: 215px;
  background: #fff url(https://images-goldenfrog.netdna-ssl.com/vyprvpn-ethernet-pad-lock.png) 60px 50px no-repeat;  
}
div.vypr-learn.freedom-wrapper div.tab-intro {
  padding: 55px 0 25px 470px;
  width: 438px;
  min-height: 230px;
  background: #fff url(https://images-goldenfrog.netdna-ssl.com/vyprvpn-server-location-map.png) 40px 50px no-repeat;  
}
div.vypr-learn div.tab-intro,
div.vypr-learn div#examples {
  background-color: #fff;
}
div.vypr-learn div.tab-intro h2 {
  margin: 0;
}
div.vypr-learn.privacy-wrapper div.tab-intro h2 {
  padding-top: 40px;
}
div.vypr-learn.security-wrapper div.tab-intro h2 {
  padding-top: 15px;
}
div.vypr-learn div.tab-intro p {
  line-height: 1.3em;
  margin-bottom: 5px;
}
div.vypr-learn div.tab-intro ul,
div.vypr-learn div.tab-intro ul li {
  margin-bottom: 5px;
}
div.vypr-learn ul.vypr-tabs-nav li a.CurrentPage,
div.vypr-learn ul.vypr-tabs-nav li a:hover {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-box-shadow: 0px -2px 2px #eee;
  -moz-box-shadow: 0px -2px 2px #eee;
  border-top: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
  background: #fff;
}
div.vypr-learn ul.vypr-tabs-nav li a.CurrentPage {
  color: #999;
}
div.vypr-learn div#overview-intro {
  background: url(https://images-goldenfrog.netdna-ssl.com/vyprvpn-buckets-laptop.png) 40px 140px no-repeat;
  min-height: 420px;
}
div.vypr-learn div#overview-intro h1 {
  font-size: 2.8em;
  text-align: center;
  margin: 0;
  padding: 40px 0;
}
div.vypr-learn div#overview-intro div.bucket#privacy {
  padding: 20px 0 0 560px;
}
div.vypr-learn div#overview-intro div.bucket#security,
div.vypr-learn div#overview-intro div.bucket#freedom {
  padding: 40px 0 0 560px;
}
div.vypr-learn div#overview-intro div.bucket h2 {
  font-size: 1.5em;
  margin: 0;
}
div.vypr-learn div#overview-intro div.bucket p {
  margin: 0;
  font-size: 1em;
}
div.vypr-learn div.content-block#overview-main-content {
  padding: 40px 40px 0 40px;
  width: 868px;
}
div.vypr-learn div.content-block#overview-main-content div.col#main-copy {
  float: left;
  width: 470px;
}
div.vypr-learn div.content-block#overview-main-content div.col#main-copy h3 {
  font-size: 2em;
  line-height: 1.1em;
}
div.vypr-learn div#plan-select-panel.col {
  float: left;
  width: 358px;
  padding: 0 0 0 40px;
  position: relative;
  z-index: 1;
}
div.vypr-learn div#plan-select-panel.col a.gf-btn {
  position: absolute;
  bottom: -22px;
  left: 155px;
}
div.vypr-learn div#plan-select-panel.col div.plan-panel {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 1px 2px #999;
  -webkit-box-shadow: 0px 1px 2px #999;
  box-shadow: 0px 1px 2px #999;
  border: solid 1px #ffd94c;
  background: #fff4ca;
  float: left;
  width: 356px;
  padding: 0 0 10px 0;
}
div.vypr-learn div#plan-select-panel.col div.plan-panel h3 {
  margin: 0;
  padding:10px 20px;
  background: #fde36c;
  font-size: 1.6em;
  border-bottom: solid 1px #ffce51;
}
div.vypr-learn div#plan-select-panel.col div.plan-panel div#vyprvpn-pro h3 {
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
}
div.vypr-learn div#plan-select-panel.col div.plan-panel div#vyprvpn h3 {
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
div.vypr-learn div#plan-select-panel.col div.plan-panel img {
  padding: 20px 0 0 20px;
}
div.vypr-learn div#plan-select-panel.col div.plan-panel ul {
  text-align: left;
  margin: 0;
  padding: 0 0 0 40px;
}
div.vypr-learn div#plan-select-panel.col div.plan-panel ul li {
  font-size: 1.1em;
  margin: 5px 0;
}
div.vypr-learn div#plan-select-panel.col div.plan-panel div.plan {
  float: left;
  width: 178px;
}
div.vypr-learn div#plan-select-panel.col div.plan-panel div#vyprvpn-pro {
  border-right: solid 1px #ffce51;
  width: 177px;
}
div.vypr-learn div#plan-select-panel.col div.plan-panel div#vyprvpn {
  margin-right: -3px;
}
div.vypr-learn.ad-blocks-01 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: solid 1px #e3e3e4;
  background: url(https://images-goldenfrog.netdna-ssl.com/vyprvpn-iphone-wrapper-bg-bottom.png) 0 0 repeat-x;
  width: 948px;
  margin-top: 20px;
}
div.vypr-learn.ad-blocks-01 div.ad-block {
  float: left;
  width: 259px;
  padding: 20px 30px 0 30px;
  position: relative;
  overflow: hidden;
}
div.vypr-learn.ad-blocks-01 div.ad-block-wrapper-outter {
  background: url(https://images-goldenfrog.netdna-ssl.com/ad-block-01-dividers.png) 0 0 repeat-y;
  width: 948px;
  float: left;
}
div.vypr-learn.ad-blocks-01 div.ad-block-wrapper-inner {
  background: url(https://images-goldenfrog.netdna-ssl.com/ad-block-01-logos.png) 0 bottom no-repeat;
  width: 948px;
  float: left;
}
div.vypr-learn.ad-blocks-01 div.ad-block.last {
  padding-right: 0;
}
div.vypr-learn.ad-blocks-01 div.ad-block h4 {
  font-size: 1.5em;
  margin: 0;
}
div.vypr-learn.ad-blocks-01 div.ad-block p {
  font-size: 1em;
  margin: 0 0 .5em 0;
}
div.vypr-learn.ad-blocks-01 div.ad-block ul {
  margin: 0;
  padding: 0 0 0 30px;
}
div.vypr-learn.ad-blocks-01 div.ad-block ul li {
  margin: 0 0 .5em 0;
  font-size: 1em;
  font-weight: bold;
}
div.vypr-learn.ad-blocks-01 div#gf-promise {
  padding-bottom: 100px;
}
div.vypr-learn.ad-blocks-01 div#vyprvpn-setup {
  padding-bottom: 100px;
}
div.vypr-learn.ad-blocks-01 div#gf-promise img {
  position: absolute;
  bottom: -50px;
  left: 75px;
}
div.vypr-learn.ad-blocks-01 div#vyprvpn-setup img {
  position: absolute;
  bottom: -50px;
  left: 75px;
}
div.vypr-learn.ad-blocks-01 div#mobile-vpn {
  padding-bottom: 35px;
}

div.vypr-learn div#features-block.content-block,
div.vypr-learn div#features-intro-content.content-block {
  padding: 0 40px;
  width: 868px;
}
div.vypr-learn div#features-intro-content.content-block {
  background: url(https://images-goldenfrog.netdna-ssl.com/vyprvpn-laptop-01.png) 575px 0 no-repeat;
  min-height: 225px;
}
div.vypr-learn div#features-intro-content.content-block h1 {
  margin: 0;
  padding: 50px 300px 0 0;
}
div.vypr-learn div#features-intro-content.content-block p {
  font-size: 1.6em;
  line-height: 1.2em;
  margin: 0;
  padding: 0 300px 70px 0;
}
div.vypr-learn div#features-block.content-block ul.features-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 270px;
}
div.vypr-learn div#features-block.content-block div.feature {
  float: left;
  width: 870px;
  padding: 20px 0 0 0;
}
div.vypr-learn div#features-block.content-block div.feature h2 {
  padding: 20px 0 0 0;
}
div.vypr-learn div#features-block.content-block div.feature h2,
div.vypr-learn div#features-block.content-block div.feature p {
  float: left;
  width: 580px;
}
div.vypr-learn div#features-block.content-block div.feature ul {
  float: left;
  width: 540px;
  margin: 0;
  padding: 0 0 0 40px;
}
div.vypr-learn div#features-block.content-block div.feature img {
  float: left;
  padding: 0 20px 50px 0;
}
div.vypr-learn div#features-block.content-block div#locations.feature img {
  float: none;
  padding-bottom: 15px;
}
/* END VyprVPN Learn */

a#win7-l2tp-slideshow-cta {
  display: block;
  width:260px;
  height:85px;
  padding: 10px 20px 0 140px;
  overflow: hidden;
  background: url(https://images-goldenfrog.netdna-ssl.com/instructions/cta-win7-l2tp-slideshow.png) 0 0 no-repeat;
  margin: 0 auto 20px auto;
  color: #333333;
}
a#win7-l2tp-slideshow-cta:hover {
  background-position: 0 -95px;
  color: #333333;
}
a#win7-l2tp-slideshow-cta strong {
  font-size: 1.3em;
  display: block;
}



a#win7-pptp-slideshow-cta {
  display: block;
  width:260px;
  height:85px;
  padding: 10px 20px 0 140px;
  overflow: hidden;
  background: url(https://images-goldenfrog.netdna-ssl.com/instructions/cta-win7-pptp-slideshow.png) 0 0 no-repeat;
  margin: 0 auto 20px auto;
  color: #333333;
}
a#win7-pptp-slideshow-cta:hover {
  background-position: 0 -95px;
  color: #333333;
}
a#win7-pptp-slideshow-cta strong {
  font-size: 1.3em;
  display: block;
}


a#vista-pptp-slideshow-cta {
  display: block;
  width:260px;
  height:85px;
  padding: 10px 20px 0 140px;
  overflow: hidden;
  background: url(https://images-goldenfrog.netdna-ssl.com/instructions/cta-vista-pptp-slideshow.png) 0 0 no-repeat;
  margin: 0 auto 20px auto;
  color: #333333;
}
a#vista-pptp-slideshow-cta:hover {
  background-position: 0 -95px;
  color: #333333;
}
a#vista-pptp-slideshow-cta strong {
  font-size: 1.3em;
  display: block;
}

a#vista-l2tp-slideshow-cta {
  display: block;
  width:260px;
  height:85px;
  padding: 10px 20px 0 140px;
  overflow: hidden;
  background: url(https://images-goldenfrog.netdna-ssl.com/instructions/cta-vista-l2tp-slideshow.png) 0 0 no-repeat;
  margin: 0 auto 20px auto;
  color: #333333;
}
a#vista-l2tp-slideshow-cta:hover {
  background-position: 0 -95px;
  color: #333333;
}
a#vista-l2tp-slideshow-cta strong {
  font-size: 1.3em;
  display: block;
}

a#xp-pptp-slideshow-cta {
  display: block;
  width:260px;
  height:85px;
  padding: 10px 20px 0 140px;
  overflow: hidden;
  background: url(https://images-goldenfrog.netdna-ssl.com/instructions/cta-xp-pptp-slideshow.png) 0 0 no-repeat;
  margin: 0 auto 20px auto;
  color: #333333;
}
a#xp-pptp-slideshow-cta:hover {
  background-position: 0 -95px;
  color: #333333;
}
a#xp-pptp-slideshow-cta strong {
  font-size: 1.3em;
  display: block;
}

a#xp-l2tp-slideshow-cta {
  display: block;
  width:260px;
  height:85px;
  padding: 10px 20px 0 140px;
  overflow: hidden;
  background: url(https://images-goldenfrog.netdna-ssl.com/instructions/cta-xp-l2tp-slideshow.png) 0 0 no-repeat;
  margin: 0 auto 20px auto;
  color: #333333;
}
a#xp-l2tp-slideshow-cta:hover {
  background-position: 0 -95px;
  color: #333333;
}
a#xp-l2tp-slideshow-cta strong {
  font-size: 1.3em;
  display: block;
}

a#mac-openvpn-slideshow-cta {
  display: block;
  width:260px;
  height:85px;
  padding: 10px 20px 0 140px;
  overflow: hidden;
  background: url(https://images-goldenfrog.netdna-ssl.com/cta-mac-open-slideshow.png) 0 0 no-repeat;
  margin: 0 auto 20px auto;
  color: #333333;
}
a#mac-openvpn-slideshow-cta:hover {
  background-position: 0 -95px;
  color: #333333;
}
a#mac-openvpn-slideshow-cta strong {
  font-size: 1.3em;
  display: block;
}

a#mac-openvpn-shimo-slideshow-cta {
  display: block;
  width:260px;
  height:85px;
  padding: 10px 20px 0 140px;
  overflow: hidden;
  background: url(https://images-goldenfrog.netdna-ssl.com/instructions/cta-mac-openvpn-shimo-slideshow.png) 0 0 no-repeat;
  margin: 0 auto 20px auto;
  color: #333333;
}
a#mac-openvpn-shimo-slideshow-cta:hover {
  background-position: 0 -95px;
  color: #333333;
}
a#mac-openvpn-shimo-slideshow-cta strong {
  font-size: 1.3em;
  display: block;
}

a#mac-openvpn-vis-slideshow-cta {
  display: block;
  width:260px;
  height:85px;
  padding: 10px 20px 0 140px;
  overflow: hidden;
  background: url(https://images-goldenfrog.netdna-ssl.com/instructions/cta-mac-openvpn-vis-slideshow.png) 0 0 no-repeat;
  margin: 0 auto 20px auto;
  color: #333333;
}
a#mac-openvpn-vis-slideshow-cta:hover {
  background-position: 0 -95px;
  color: #333333;
}
a#mac-openvpn-vis-slideshow-cta strong {
  font-size: 1.3em;
  display: block;
}

a#win7-openvpn-slideshow-cta {
  display: block;
  width:260px;
  height:85px;
  padding: 10px 20px 0 140px;
  overflow: hidden;
  background: url(https://images-goldenfrog.netdna-ssl.com/instructions/cta-win7-openvpn-slideshow.png) 0 0 no-repeat;
  margin: 0 auto 20px auto;
  color: #333333;
}
a#win7-openvpn-slideshow-cta:hover {
  background-position: 0 -95px;
  color: #333333;
}
a#win7-openvpn-slideshow-cta strong {
  font-size: 1.3em;
  display: block;
}

a#vista-openvpn-slideshow-cta {
  display: block;
  width:260px;
  height:85px;
  padding: 10px 20px 0 140px;
  overflow: hidden;
  background: url(https://images-goldenfrog.netdna-ssl.com/instructions/cta-vista-openvpn-slideshow.png) 0 0 no-repeat;
  margin: 0 auto 20px auto;
  color: #333333;
}
a#vista-openvpn-slideshow-cta:hover {
  background-position: 0 -95px;
  color: #333333;
}
a#vista-openvpn-slideshow-cta strong {
  font-size: 1.3em;
  display: block;
}


a#xp-openvpn-slideshow-cta {
  display: block;
  width:260px;
  height:85px;
  padding: 10px 20px 0 140px;
  overflow: hidden;
  background: url(https://images-goldenfrog.netdna-ssl.com/instructions/cta-xp-openvpn-slideshow.png) 0 0 no-repeat;
  margin: 0 auto 20px auto;
  color: #333333;
}
a#xp-openvpn-slideshow-cta:hover {
  background-position: 0 -95px;
  color: #333333;
}
a#xp-openvpn-slideshow-cta strong {
  font-size: 1.3em;
  display: block;
}

a#mac-pptp-slideshow-cta {
  display: block;
  width:260px;
  height:85px;
  padding: 10px 20px 0 140px;
  overflow: hidden;
  background: url(https://images-goldenfrog.netdna-ssl.com/instructions/cta-mac-pptp-slideshow.png) 0 0 no-repeat;
  margin: 0 auto 20px auto;
  color: #333333;
}
a#mac-pptp-slideshow-cta:hover {
  background-position: 0 -95px;
  color: #333333;
}
a#mac-pptp-slideshow-cta strong {
  font-size: 1.3em;
  display: block;
}

a#mac-l2tp-slideshow-cta {
  display: block;
  width:260px;
  height:85px;
  padding: 10px 20px 0 140px;
  overflow: hidden;
  background: url(https://images-goldenfrog.netdna-ssl.com/instructions/cta-mac-l2tp-slideshow.png) 0 0 no-repeat;
  margin: 0 auto 20px auto;
  color: #333333;
}
a#mac-l2tp-slideshow-cta:hover {
  background-position: 0 -95px;
  color: #333333;
}
a#mac-l2tp-slideshow-cta strong {
  font-size: 1.3em;
  display: block;
}



ul#slide-links {
  display: none;
}
/* setup instructions */
div.vypr-learn div.setup-instructions img.screenshot {
  border: solid 1px #dddddd;
  -moz-box-shadow: 0 2px 2px #eee;
  -moz-webkit-shadow: 0 2px 2px #eee;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 5px;
  margin: 10px 0 5px 0;
}
div.vypr-learn div.setup-instructions code {
  display: block;
  padding: 0 20px;
  margin: 10px 0;
}
div.vypr-learn.dd-wrt div.setup-instructions ol li li {
  font-weight: normal;
  color: #666;
}
div.vypr-learn.dd-wrt div.setup-instructions ol li {
  color: #333;
  font-weight: bold;
}
/* -----MIMO LEARN----- */
ol#mm-manual-links {
  margin:0;
  padding-bottom: 10px;
}
ol#mm-manual-links li {
  list-style-type: none;
  background: url(https://images-goldenfrog.netdna-ssl.com/icon-nums.png) no-repeat;
  padding-left: 35px;
}
ol#mm-manual-links li#one {
  background-position: 0 0;
}
ol#mm-manual-links li#two {
  background-position: 0 -280px;
}
ol#mm-manual-links li#three {
  background-position: 0 -573px;
}
ol#mm-manual-links h3 a {
  background: url(https://images-goldenfrog.netdna-ssl.com/icon-dbl-arrow-right-01.png) no-repeat right 4px;
  padding-right: 25px;
}
ol#mm-manual-links h3 a:hover {
  background-position: right -84px;
}
div.mimo-learn div.section-block,
div.changelog div.section-block {
  border-bottom: solid 1px #DDDDDD;
  margin-bottom: 20px;
  padding: 0;
}
div.mimo-learn div.section-block a.top-link {
  float: right;
}
div.mimo-learn div.cat-select h2 {
  border-bottom: solid 1px #eeeeee;
}
div.mimo-learn div.cat-select,
div.mimo-learn div.cat-select ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 590px;
}
div.mimo-learn div.cat-select ul li {
  margin: 0 0 5px 0;
  padding: 0 0 0 20px;
  list-style-type: none;
  width: 275px;
  float: left;
}
div.mimo-learn div.panel {
  border: solid 1px #eeeeee;
  margin: 0 0 10px;
}
div.mimo-learn div.panel,
div.mimo-learn div.panel div.wrapper {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-text-shadow: 0px 1px 0px #f8f8f8;
  -webkit-text-shadow: 0px 1px 0px #f8f8f8;
  text-shadow: 0px 1px 0px #f8f8f8;
}
div.mimo-learn div.feedback div.panel {
  border: solid 1px #bbbbbb;
  background: url(https://images-goldenfrog.netdna-ssl.com/feedback-banner-bg.png) no-repeat 0 0;
}
div.mimo-learn div.feedback div.panel div.wrapper {
  border-top: solid 1px #ffffff;
  padding: 10px 10px 10px 85px;
}
div.mimo-learn div.feedback div.panel div.wrapper h3 {
  font-size: 2em;
  font-family: 'Yanone Kaffeesatz', arial, helvetica;
  font-weight: 400;
  margin: 0 0 3px 0;
  line-height: 1.2em;
}
div.mimo-learn div.feedback div.panel div.wrapper h3 strong {
  font-weight: 700;
  color: #ba2f29;
}
div.mimo-learn div.feedback div.panel div.wrapper p {
  color: #666666;
  font-size: 1.3em;
  line-height: 1.2em;
  font-family: 'Yanone Kaffeesatz', arial, helvetica;
  font-weight: 400;
  margin: 0 0 5px 0;
}
div.mimo-learn div.feedback div.panel div.wrapper a {
  font-weight: bold;
  background: url(https://images-goldenfrog.netdna-ssl.com/icon-dbl-arrow-right-02.png) no-repeat right 2px;
  padding-right: 20px;  
}
div.mimo-learn div.feedback div.panel div.wrapper a:hover {
  background-position: right -88px;
}
div.mimo-learn div.newsgroup div.panel {
  padding: 15px 10px 20px 70px;
  background: #fff8e0 url(https://images-goldenfrog.netdna-ssl.com/logo-mimo-60x70.png) no-repeat;
  background-position:  5px 7px;
}
div.mimo-learn div.newsgroup div.panel p,
div.mimo-learn div.panel p {
  font-size: 1em;
}
div.mimo-learn div#requirements {
  padding: 10px 10px 10px 70px;
  background: #fff8e0 url(https://images-goldenfrog.netdna-ssl.com/logo-giganews-37x39.png) no-repeat;
  background-position:  17px 15px;
}
div.mimo-learn div#feedback {
  padding: 10px 10px 10px 70px;
  background: #fff8e0 url(https://images-goldenfrog.netdna-ssl.com/megaphone35.png) no-repeat;
  background-position:  17px 15px;
}
div.mimo-learn div#feedback a#learnMore {
  display: block;
}
div.mimo-learn div.panel h3 {
  margin: 0;
}
div.mimo-learn ol li ol li {
  list-style-type: lower-alpha;
}
a.mm-cta-1 {
  display: block;
  font-family: "Cantarell", Arial, Helvetica;
  color: #333333;
  text-shadow: 0px 1px 0px #fff5c4;
  float: left;
}
a.mm-cta-1:hover {
  color: #333333;
  text-shadow: 0px 1px 0px #f8eaa8;
}
a.mm-cta-1 span {
  display: block;
  height: 48px;
  float: left;
}
a.mm-cta-1:hover span.left,
a.mm-cta-1:hover span.center {
  background-position: 0 -52px !important;
}
a.mm-cta-1:hover span.right {
  background-position: -45px -52px !important;
}
a.mm-cta-1 span.left {
  background: url(https://images-goldenfrog.netdna-ssl.com/mmapp-upgrade-btn-ends.png) no-repeat 0 0;
  width: 45px;
}
a.mm-cta-1 span.center {
  background: url(https://images-goldenfrog.netdna-ssl.com/mmapp-upgrade-btn-center.png) repeat-x;
  font-size: 1em;
  padding: 5px 0 0 3px;
  height: 43px;
  line-height: 1.4em;
}
a.mm-cta-1 span.right {
  background: url(https://images-goldenfrog.netdna-ssl.com/mmapp-upgrade-btn-ends.png) no-repeat -45px 0;
  width: 21px;
}
a.mm-cta-1 strong {
  display: block;
  font-size: 1.5em;
}
div.mimo-learn div.download-installer a.alt-os {
  float: left;
  margin: 15px 0 0 20px;
}
div.mimo-learn div.instructions {
  margin: 20px 0 0 0;
}
div.mimo-learn div.overview div.intro {
  float: left;
  width: 580px;
  margin-right: 40px;
}
div.mimo-learn div.overview div.intro h1 {
  margin-bottom: .2em;
  font-size: 2.35em;
}
div.mimo-learn div.overview div.intro p {
  font-size: 1.4em;
}
div.mimo-learn div.overview div.download {
  float: left;
  width: 250px;
  padding-top: 230px;
  background: url(https://images-goldenfrog.netdna-ssl.com/mimo-screenshot-02.png) no-repeat 0 0;
}
div.mimo-learn div.overview div.download a.mm-cta-1 {
  margin: 0 0 0 40px;
}
div.mimo-learn div.overview a.mm-cta-1 strong {
  padding-top: 2px;
  font-size: 1.3em;
}
div.mimo-learn div.overview hr {
  margin: 30px 0;
  width: 890px;
  float: left;
}
div.mimo-learn div.overview div.body-content {
  float: left;
  width: 560px;
}
div.mimo-learn div.overview div.requirements div.panel {
  background-color: #f8f8f8;
}
div.mimo-learn div.overview div.requirements p {
  margin: 0 0 5px 0;
  font-size: 1em;
}
div.mimo-learn div.overview div.requirements a {
  font-weight: bold;
  background: url(https://images-goldenfrog.netdna-ssl.com/icon-dbl-arrow-right-02.png) no-repeat right 2px;
  padding-right: 20px;
}
div.mimo-learn div.overview div.requirements a:hover {
  background-position: right -88px;
}
div.mimo-learn div.overview div.callouts {
  float: left;
  width: 270px;
  margin-right: 40px;
}
div.mm-features {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: solid 1px #eeeeee;
  background: #eef7ff;
  margin: 0 0 20px 0;
  padding: 15px 20px;
}
div.mm-features ul {
  margin: 0;
  padding: 0;
}
div.mm-features ul.first {
  margin: 0 0 10px 0;
}
div.mm-features ul li {
  margin: 0 0 15px 30px;
  padding: 0;
  list-style-image: url(https://images-goldenfrog.netdna-ssl.com/icon-checkmark.png);
  font-size: 1em;
}
div.mm-features ul li.last {
  margin-bottom: 0;
}
div.mimo-learn div.overview div.newsgroup p {
  margin: 0;
}
div.mimo-learn p.cta-text {
  color:#333333;
  font-weight:bold;
}
/* -----ABOUT US----- */
div.about-us div.top-banner-1 {
  background-image:url(https://images-goldenfrog.netdna-ssl.com/top-banner-about-us-leap-frog.jpg);
}
div.about-us div.top-banner-1 div.message h1, 
div.about-us div.top-banner-1 div.message p {
  display: none;
  margin:0;
  padding:0;
}
div.about-us p {
  font-size: 15px;
}
div.about-us div.col-1 {
  float: left;
  width: 650px;
}
div.about-us div.side-bar {
  float: right;
  width: 270px;
}
/*Legal*/
div.legal div.f-nav {
  width: 220px;
  float: left;
  background: url(https://images-goldenfrog.netdna-ssl.com/vypr_support_fnav_bg_236x638.png) no-repeat right top;
  min-height: 638px;
  margin: -24px 20px 0 0;
  padding-top: 29px;
}
div.legal div.f-nav ul li a {
  font-size: 17px;
  line-height: 1.2;
  margin: 0 0 10px;
  padding: 0;
}
div.legal div.f-nav ul li ul li a {
  margin-bottom: 5px;
  font-size: 15px;
}
div.legal div.f-nav ul li a:hover,
div.legal div.f-nav ul li a.CurrentPage {
  color: #06c;
  background: none;
}
div.legal div.f-nav ul li a.CurrentPage {
  color: #666;
}
div.legal div.col-1 {
  width: 700px;
  float: left;
  margin-bottom: 30px;
}
div.legal p,
div.legal li,
div.legal blockquote a {
  font-size: 15px;
  font-size: 1.2;
  margin-bottom: 10px;
}
/* -----AFFILIATE HOME----- */

div.affiliate-home div.product-1 a.logo, div.affiliate-home div.product-2 a.logo {
  display:block;
  float:left;
  width:150px;
  height:0;
  padding:150px 0 0 0;
  overflow:hidden;
}
div.affiliate-home div.product-1 a.logo {
  background:url(https://images-goldenfrog.netdna-ssl.com/logo-vypr-150x150.png) no-repeat;
}
div.affiliate-home div.product-2 a.logo {
  background:url(https://images-goldenfrog.netdna-ssl.com/logo-mimo-150x150.png) no-repeat;
}
div.affiliate-home div.product-1 p, div.affiliate-home div.product-2 p {
  float:left;
  width:350px;
  margin:0 0 0 10px;
}
div.affiliate-home div.col-1 {
  width: 580px;
  float: left;
}
div.affiliate-home div.col-2 {
  float: right;
  width: 350px;
}
div.affiliate-home p,
div.affiliate-home li {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.2;
}
div.affiliate-home form {
  position: relative;
  overflow: hidden;
}
div.affiliate-home form span.cta-landing-1 {
  float: right;
}
div.affiliate-home div.thank-you h1,
div.affiliate-home div.thank-you h2,
div.affiliate-home div.thank-you h3 {
  color: #4C4C46;
}
div.affiliate-home div.thank-you h1{
  border: none;
  float: none;
  width: auto;
  padding: 0;
  margin-bottom: 10px;
  line-height: 1.2;
}
div.affiliate-home div.thank-you div.message {
  float: none;
  margin: 0 0 100px;
}
div.affiliate-home div.thank-you div.message h3 {
  font-size: 17px;
}
/* -----STORE SIGN UP----- */
div.signup a.reg-login {
  display:block;
  background:url(https://images-goldenfrog.netdna-ssl.com/icon-user-01.png) no-repeat 0 1px;
  padding-left:20px;
}
div.signup a.reg-login:hover {
  background:url(https://images-goldenfrog.netdna-ssl.com/icon-user-01.png) no-repeat 0 -114px;
}
div.signup form.form-2 em {
  float:right;
   margin-top:6px;
  font-style:normal;
  color:#999999;
}
div.signup form.form-2 em.cc-icons img {
  padding: 0 0 0 10px;
  margin: -5px 0 0 0;
}
div.signup form.form-2 fieldset,
div.add-service-page form.form-2 fieldset {
  width:790px;
}
div.signup form.form-2 fieldset div.col {
  width:390px;
  padding-right:10px;
}
div.signup form.form-2 fieldset div.col.last {
  padding-right:0;
}
div.signup form.form-2 fieldset div.col div.field {
  width:390px;
}
div.signup form.form-2 fieldset label.tos {
  width:auto;
  font-size:1em;
}
div.signup form.form-2 fieldset div.tos {
  padding:3px 0 0 0;
  float:left;
}
div.signup form.form-2 fieldset div.submit-02 input.cta-4 {
  display: inline-block;
  zoom:1;
  *display:inline;
  vertical-align: top;
}
div.signup div.field-note {
    width: 210px;
    margin: 5px 0 10px 128px;
    font-size: 11px;
}
div.signup span#email input {
    margin: 0;
}

/* -----SUPPORT----- */
div.support-home form.form-2 textarea {
  width:400px;
  height:8em;
  margin:0 0 10px 0;
}
div.support-home form.form-2 fieldset {
  border:0;
}
div.support-home form.form-2 h2 {
  width:590px;
  float: none;
  color: #333333;
}
div.support-home form.form-2 p {
  margin-top:10px;
}
div.support-home form.form-2 input.cta-4 {
  float: right;
  margin-right: 53px;
}
div.support-thank-you h1.page-title-1 {
  border: none;
  margin: 0 0 10px;
  font-size: 30px;
  float: none;
  height: 53px;
  vertical-align: bottom;
  line-height: 53px;
  color: #4C4C46;
}
div.support-thank-you div.message {
  float: none;
  margin: 0;
  min-height: 200px;
}
div.support-thank-you div.message h3{
 font-size: 24px;
 color: #4C4C46;
}
div.support-thank-you div.message p,
div.support-thank-you div.message li {
 font-size: 17px;
 margin: 0 0 10px;
 line-height: 1.2;
}

/* -----USER LOGIN----- */

div.login ul.forgot-info {
  margin:0 auto;
  padding:5px 0 0 25px;
  text-align: center;
}
div.login ul.forgot-info li {
  display: inline-block;
  zoom:1;
  *display:inline;
  vertical-align: top;
  list-style-type: none;
  font-size: .9em;
  line-height: 1.1em;
}
div.login ul.forgot-info li.last {
  border: none;
  border-left:solid 1px #ccc;
  padding: 0 0 0 6px;
  margin: 0 0 0 6px;
}
div.login input.cta-13,
div.forgot-password input.cta-13,
div.change-password input.cta-13 {
  float: right;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}
div.login span.cta-landing-1,
div.forgot-password span.cta-landing-1,
div.change-password span.cta-landing-1 {
  float: right;
  margin-top: 5px;
}
div.login form,
div.forgot-password form,
div.change-password form {
  position: relative;
  overflow: hidden;
}
/* -----SITE MAP----- */
div.site-map {
  min-height: 200px;
}
div.site-map div.col {
  float:left;
  width:174px;
  margin:0 20px 20px 0;
  min-height: 165px;
}
div.site-map div.col.last {
  margin-right:0;
}
div.site-map ul {
  margin:0;
}
div.site-map ul ul {
  margin:0 1.5em;
}
div.site-map li {
  list-style-type:none;
  font-size: 15px;
  margin: 5px 0;
}

/* -----THANK YOU PAGES----- */
div.thank-you a.logo {
  float:left;
}
div.thank-you div.message {
  float:left;
  margin:0 0 0 10px;
}
div.thank-you p {
  margin:0 0 10px 0;
}

/* ----- MOVE ALL BELOW UP TO APPROPRIATE SECTION----- */

/* -----VYPR LEARN BUY----- */
div.vypr-learn hr.divide.fixed {
	width: 870px;
}
div.vypr-learn div.inner-wrapper ul.sub-nav a.gf-btn.CurrentPage {
	border: none !important;
	color: #333333 !important;
}
div.vypr-learn div.vypr-pickplan {
	padding: 30px 40px;
}
div.vypr-learn div.vypr-pickplan h2 {
	font-size: 1.5em;
	font-weight: normal;
}
div.vypr-pickplan div.vypr-comparison {
	float: left;
	width: 600px;
	padding: 0 30px 0 0;
}
div.vypr-pickplan div.vypr-comparison table {
	background: transparent;
	color: #333333;
	font-size: 1.1em;
}
div.vypr-pickplan div.vypr-comparison table td {
	text-align: center;
	padding: 5px 15px;
	background: #FFFFFF;
	display: table-cell;
}
div.vypr-pickplan div.vypr-comparison table td.vypr, div.vypr-pickplan div.vypr-comparison table td.vypr-pro {
	width: 200px;
}
div.vypr-pickplan div.vypr-comparison table td.vypr-pro h3 {
	background: url(https://images-goldenfrog.netdna-ssl.com/logo-vyprpro-type.png) 0 0 no-repeat transparent;
	display: block;
	height: 0;
	margin: 20px auto 0px;
	overflow: hidden;
	padding: 23px 0 0;
	width: 172px;
}
div.vypr-pickplan div.vypr-comparison table td.vypr h3 {
	background: url(https://images-goldenfrog.netdna-ssl.com/logo-vypr-type.png) 0 0 no-repeat transparent;
	display: block;
	height: 0;
	margin: 20px auto 0px;
	overflow: hidden;
	padding: 23px 0 0;
	width: 119px;
}

div.vypr-pickplan div.vypr-comparison table td.vypr p, div.vypr-pickplan div.vypr-comparison table td.vypr-pro p {
	color: #9F0007;
	font-size: .9em;
	margin: 0px;
	padding: 5px 0px 0px;
}
div.vypr-pickplan div.vypr-comparison table td.vypr p strong, div.vypr-pickplan div.vypr-comparison table td.vypr-pro p strong {
	font-size: 1.6em;
}
div.vypr-pickplan div.vypr-comparison table td.feature {
	text-align: left;
	border-left: 1px solid #E5E5E5;
	width: 135px;
}
div.vypr-pickplan div.vypr-comparison table td.value {
	background: #FFF79A;
	border: 1px solid #ECE163;
	border-width: 0px 1px;
}
div.vypr-pickplan div.vypr-comparison table td.valueAlt {
	background: #FBF295;
	border: 1px solid #ECE163;
	border-width: 1px;
}
div.vypr-pickplan div.vypr-comparison table td.alt {
	background: #F8F8F8;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
div.vypr-pickplan div.vypr-comparison table td.borderRight {
	border-right: 1px solid #E5E5E5;
}
div.vypr-pickplan div.vypr-comparison table td.leftTop {
	border-radius:5px 0 0 0;
  	-moz-border-radius:5px 0 0 0;
  	-webkit-border-radius:5px 0 0 0;
  	border-top: 1px solid #E5E5E5;
}
div.vypr-pickplan div.vypr-comparison table td.rightTop {
	border-radius:0 5px 0 0;
  	-moz-border-radius:0 5px 0 0;
  	-webkit-border-radius:0 5px 0 0;
  	border-top: 1px solid #E5E5E5;
}
div.vypr-pickplan div.vypr-comparison table td.leftBottom {
	border-radius:0 0 0 5px;
  	-moz-border-radius:0 0 0 5px;
  	-webkit-border-radius:0 0 0 5px;
  	border-bottom: 1px solid #E5E5E5;
}
div.vypr-pickplan div.vypr-comparison table td.rightBottom {
	border-radius:0 0 5px 0;
  	-moz-border-radius:0 0 5px 0;
  	-webkit-border-radius:0 0 5px 0;
  	border-bottom: 1px solid #E5E5E5;
}
div.vypr-pickplan div.vypr-comparison table td.value.top {
	border-radius:5px 5px 0 0;
  	-moz-border-radius:5px 5px 0 0;
  	-webkit-border-radius:5px 5px 0 0;
  	border-top: 1px solid #ECE163;
  	height: 20px;
}
div.vypr-pickplan div.vypr-comparison table td.value.bottom {
	border-radius:0 0 5px 5px;
  	-moz-border-radius:0 0 5px 5px;
  	-webkit-border-radius:0 0 5px 5px;
  	border-bottom: 1px solid #ECE163;
  	height: 20px;
}
div.vypr-pickplan div.vypr-comparison table td.transparent {
	background: transparent;
}
div.vypr-pickplan div.vypr-comparison table td span.check {
	background: url(https://images-goldenfrog.netdna-ssl.com/icon-checkmark-dark.png) 0 0 no-repeat transparent;
	display: block;
	height: 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 16px 0 0;
	width: 16px;
}
.cta-10 {
  width: 100px;
  height: 29px;
  padding: 2px 0 0 0;
  margin: 20px auto;
  color: #ffffff;
  font-size: 1.1em;
  text-shadow: 0px 1px 0px #000;
  font-style: normal;
  font-weight: bold;
  background: url(https://images-goldenfrog.netdna-ssl.com/btn-100-green-no-sheen.png) no-repeat;
}
.cta-10:hover {
  color: #ffffff;
}
div.vypr-pickplan div.vypr-gfpromise {
	float: left;
	width: 240px;
}
div.vypr-pickplan div.vypr-gfpromise hr.divide {
	margin: 20px 0;
	padding: 0px;
	width: 100%;
}
div.vypr-pickplan div.vypr-gfpromise h3 {
	font-size: 1.7em;
	margin: 0px;
	padding: 0px 0px 5px;
}
div.vypr-pickplan div.vypr-gfpromise p {
	font-size: 1.1em;
}
div.vypr-pickplan div.vypr-gfpromise img {
	display: block;
	margin: 10px auto;
}
div.store div#vypr-tech-specs {
	padding: 40px 40px 30px 40px;
}
div#techTab div#vypr-tech-specs h1 {
	display: none;
}
div.buy-overview {
	padding: 30px 40px 0px;
	float: left;
}
div#techTab {
  float: left;
}
div.buy-overview div.buy-overview-intro {
	float: left;
	width: 575px;
	padding: 20px 30px 30px 0px;
}
div.buy-overview div.buy-overview-intro h1 {
	font-size: 2.7em;
}
div.buy-overview div.buy-overview-intro p {
	font-size: 1.6em;
	line-height: 1.2em;
}
div.buy-overview div.buy-overview-devices {
	float: left;
	width: 250px;
	text-align: center;
}
div.buy-overview div.buy-overview-devices p {
	font-size: .9em;
}
div.buy-overview hr.divide {
	margin: 20px 0px;
	width: 100%;
}
div.buy-overview div.buy-overview-reasons {
float: left;
}
div.buy-overview div.buy-overview-reasons h2 {
	font-size: 2em;
}
div.buy-overview div.buy-overview-reasons h3 {
	font-size: 1.7em;
}
div.buy-overview div.buy-overview-reasons p {
	font-size: 1.2em;
}
div.buy-overview div.buy-overview-reasons div.buy-overview-protocols {
	float: left;
	padding: 0px 0px 0px 265px;
	margin-top: 30px;
	min-height: 140px;
	background: url(https://images-goldenfrog.netdna-ssl.com/vypr-buy-protocols.png) left top transparent no-repeat;
}
div.buy-overview div.buy-overview-reasons div.buy-overview-encryption {
	float: left;
	padding: 49px 221px 15px 0px;
	min-height: 120px;
	background: url(https://images-goldenfrog.netdna-ssl.com/vypr-buy-encryption.png) right top transparent no-repeat;
}
div.buy-overview div.buy-overview-reasons div.buy-overview-mobile {
	float: left;
	padding: 45px 0px 52px 285px;
	margin-top: 20px;
	min-height: 120px;
	background: url(https://images-goldenfrog.netdna-ssl.com/vypr-buy-mobile.png) left top transparent no-repeat;
}
div.vypr-gfpromise {
  margin: 12px 0 0 0;
}
/* -----VYPR BUY PAGE----- */
div.store div.vypr-pickplan {
	padding: 0px 0px 30px;
	float: left;
}
div.store div.vypr-gfpromise {
	width: 320px;
}
div.store div.vypr-gfpromise img {
	margin: 30px auto 0px;
}
div.store ul.vypr-tabs-nav {
  float: left;
  margin: 0 0 -1px 0;
  padding: 0 0 0 40px;
  list-style-type: none;
  width: 908px;
  position: relative;
}
div.store ul.vypr-tabs-nav li {
  float: left;
  margin: 0 10px 0 0;
}
div.store ul.vypr-tabs-nav li a {
  padding: 5px 50px;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  border-top: solid 1px transparent;
  border-right: solid 1px transparent;
  border-left: solid 1px transparent;
}
div.store ul.vypr-tabs-nav li a.CurrentPage,
div.store ul.vypr-tabs-nav li a:hover {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-box-shadow: 0px -2px 2px #eee;
  -moz-box-shadow: 0px -2px 2px #eee;
  border-top: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
  background: #fff;
}
div.store ul.vypr-tabs-nav li a.CurrentPage {
  color: #999;
}
div.store div#techTab,
div.store div.buy-overview {
	border: 1px solid #DDDDDD;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
}

/* -----Reduced Landing Page----- */
div.header-reduced-landing {
	float: left;
	margin: 10px 0 20px;
	padding: 0px;
	width: 48px;
}
div.header-reduced-landing div.logo {
	float: left;
	margin: 0 10px 0 0;
}
div.buy-overview.upgrade {
	width: 855px;
}
div.header-reduced-landing div.logo a {
	background: url(https://images-goldenfrog.netdna-ssl.com/logo-gf-38x46.png) no-repeat scroll 0 0 transparent;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 46px;
	width: 38px;
}
h1.landing-page-title {
	border-bottom: 1px solid #CCCCCC;
	color: #666666;
	float: left;
	font-size: 18px;
	margin: 20px 0 0;
	width: 900px;
}
div.vypr-learn div.buy-overview.upgrade div.how-vpn-cta {
	width: 900px;
	padding: 30px 0 0;
}
div.vypr-learn div.buy-overview.upgrade div.how-vpn-cta h2 {
	width: 623px;
	padding: 14px 10px 10px 0px;
}

/* -----Benefits Active Tab----- */
div.vypr-learn div.inner-wrapper.benefits ul.sub-nav a.benefits, div.vypr-learn div.inner-wrapper.benefits ul.sub-nav a.enterprise {
	/*color: #999;
	border-bottom: solid 3px #aaa;*/
}
div.vypr-learn div.inner-wrapper.benefits.privacy ul.vypr-tabs-nav a.privacy, div.vypr-learn div.inner-wrapper.benefits.security ul.vypr-tabs-nav a.security, div.vypr-learn div.inner-wrapper.benefits.freedom ul.vypr-tabs-nav a.freedom, div.vypr-learn div.inner-wrapper.buy.overview ul.vypr-tabs-nav a.overview, div.vypr-learn div.inner-wrapper.buy.tech-specs ul.vypr-tabs-nav a.tech-specs, div.store.overview ul.vypr-tabs-nav a.overview, div.store.tech-specs ul.vypr-tabs-nav a.tech-specs {
	-moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-box-shadow: 0px -2px 2px #eee;
  -moz-box-shadow: 0px -2px 2px #eee;
  border-top: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
  background: #fff;
  color: #999;
}

/* -----Corporate Pages----- */
div.vypr-learn ul.sub-nav li a.gfLogo,
div.vypr-learn ul.sub-nav li a.gfLogo:hover {
  background: url(https://images-goldenfrog.netdna-ssl.com/gfNavLogo.png) no-repeat 0 bottom;
  width: 136px;
  height: 48px;
  text-indent: -9999px;
}
div.vypr-learn ul.sub-nav.corporate {
  overflow: visible;
}
div.vypr-learn ul.sub-nav.corporate li a {
  color: #bebebe;
  text-shadow: 0 1px 0 #000000;
}
div.vypr-learn ul.sub-nav.corporate li,
div.vypr-learn ul.sub-nav.corporate li a:hover,
div.vypr-learn ul.sub-nav.corporate a.CurrentPage {
  color: #FFFFFF;
}
div.vypr-learn ul.sub-nav.corporate li b.phone {
  position: relative;
  top: 20px;
}
div.vypr-learn ul.sub-nav.corporate li.dropdown {
  position: relative;
  padding-right: 15px;
  background: url(https://images-goldenfrog.netdna-ssl.com/dropdown_arrow_grey_7x6.png) right center no-repeat;
  *background: none;
  *padding-right: 0;
}
div.corporateHeader {
  z-index: 3;
  position: relative;
}
div.vypr-learn ul.sub-nav.corporate li.dropdown div.dropdownBox {
  display: none;
  position: absolute;
  z-index: 2;
  background: #000000;
  background: rgba(0,0,0,.9);
  top: 50px;
  left: 0;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
div.vypr-learn ul.sub-nav.corporate li.dropdown:hover div.dropdownBox {
  display: block;
  *display: none;
}
div.vypr-learn ul.sub-nav.corporate li.dropdown div.dropdownBox ul {
  margin: 0;
  padding: 10px 10px 5px;
}
div.vypr-learn ul.sub-nav.corporate li.dropdown div.dropdownBox ul li {
  margin: 0;
  padding: 0 0 10px;
  line-height: 1.4em;
}
div.vypr-learn ul.sub-nav.corporate li.dropdown div.dropdownBox ul li a {
  background: none;
  margin: 0;
  padding: 0;
  line-height: 1.4em;
  white-space: nowrap;
  height: auto;
}
div.main-intro.corporate h1 {
  font-size: 30px;
  margin: 0;
  padding: 0 0 5px;
}
div.vypr-learn ul.sub-nav.corporate li a.cta-12 {
  color: #FFFFFF;
  border: 3px solid #333333;
}
div.vypr-learn ul.sub-nav.corporate li a.cta-12 span {
  background: none;
}
div#corporateHomeWrapper {
  position: relative;
  overflow: hidden;
  background: url(https://images-goldenfrog.netdna-ssl.com/bg_blue_speckle.gif) repeat scroll;
  text-align: left;
}
div#corporateHome {
  width: 940px;
  margin: 50px auto;
  overflow: hidden;
}
div#corporateHome div.corporateSection {
  width: 300px;
  float: left;
  padding: 170px 0 0;
  margin: 0 20px 0 0;
}
div#corporateHome div#serviceProvider {
  background: url(https://images-goldenfrog.netdna-ssl.com/corporate_service_provider_hero.png) top center no-repeat;
}
div#corporateHome div#channelPartners {
  background: url(https://images-goldenfrog.netdna-ssl.com/corporate_channel_partners_hero.png) top center no-repeat;
}
div#corporateHome div#enterprise {
  background: url(https://images-goldenfrog.netdna-ssl.com/corporate_enterprise_hero.png) top center no-repeat;
  margin: 0;
}
div#corporateHome h2 {
  font-size: 30px;
  color: #4B4C46;
  margin: 0;
  padding: 0 0 5px;
}
div#corporateHome p,
div#corporateHome a,
div#corporateHome a:hover {
  font-size: 16px;
}
div#corporateHome p {
  margin: 0;
  padding: 0 0 10px;
}
div.vypr-learn div#corporate-vpn-intro {
  position: relative;
	width: auto;
	padding: 30px 40px 0px 40px;
}
div.vypr-learn div#corporate-vpn-intro h1 {
	font-size: 2.7em;
	line-height: 1.1em;
	margin: 0 0 15px;
}
div.vypr-learn div#corporate-vpn-intro p {
	font-size: 1.4em;
	line-height: 1.4em;
}
/*
div.vypr-learn div.corporateContact {
	float: left;
	width: 335px;
	padding: 45px 40px 40px 0px;
}
*/
div.vypr-learn div.corporateExamples {
	float: left;
	width: 493px;
	margin: 0px 0px 40px;
	background: #FEF5CC;
	border: 1px solid #FDE279;
	border-radius:5px;
  	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
}
div.vypr-learn div.corporateExamples h2 {
	font-size: 1.3em;
	padding: 5px 15px;
	margin: 0px;
}
div.vypr-learn div.corporateExamples ul {
	float: left;
	max-width: 133px;
	padding: 0px 15px;
	margin: 10px 0px;
	border-right: 1px solid #FDE279;
	list-style-type: none;
}

div.vypr-learn div.corporateExamples ul.last {
	border: none;
}
div.vypr-learn div.corporateExamples ul li {
	font-size: 1em;
	margin: 0px;
	padding: 0px 0px 10px;
}
div.vypr-learn div#features-block.x-activate.service-provider ul.features-nav li span {
	background: none !important;
}
div.vypr-learn div.inner-wrapper.service-provider div.x-activate div.flexible h2, 
div.vypr-learn div.inner-wrapper.service-provider div.x-activate div.flexible p, 
div.vypr-learn div.inner-wrapper.service-provider div.x-activate div.flexible ul {
	margin-left: 40px !important;
	width: 500px !important;
}
div.vypr-learn div.inner-wrapper.service-provider div.x-activate div.flexible h2 {
	padding: 0px;
}
div.vypr-learn div.inner-wrapper.service-provider div.x-activate div.flexible {
	padding: 0px !important;
}
div.vypr-learn.privacy-wrapper div.inner-wrapper.enterprise div.tab-intro {
	padding: 45px 0 85px 380px;
}
div.vypr-learn.security-wrapper div.inner-wrapper.enterprise div.tab-intro {
	padding: 45px 0 45px 368px;
}
div.vypr-learn div.inner-wrapper.enterprise form.form-1, div.vypr-learn div.inner-wrapper.service-provider form.form-1 {
	width: 287px;
}
div.vypr-learn div.inner-wrapper.enterprise form.form-1 fieldset, div.vypr-learn div.inner-wrapper.service-provider form.form-1 fieldset {
	width: 270px;
}
div.vypr-learn div.inner-wrapper.enterprise form.form-1 label, div.vypr-learn div.inner-wrapper.service-provider form.form-1 label {
	width: 90px;
}
div.vypr-learn div.inner-wrapper.enterprise form.form-1 input.cta-4, div.vypr-learn div.inner-wrapper.service-provider form.form-1 input.cta-4 {
	margin-left: 192px;
}

/* French Landing Page */
div.vypr-overview a.fr-callout {
  display: block;
  position: absolute;
  top: 35px;
  right: 40px;
  height: 0;
  width: 142px;
  padding: 144px 0 0 0;
  overflow: hidden;
  background: url(https://images-goldenfrog.netdna-ssl.com/liberez_landing_badge.png) 0 0 no-repeat;
  z-index: 100;
}
div.liberez div.content-block div.message h2 {
  line-height: 1.1em;
}
div.liberez div#intro-content.content-block {
  background: url(https://images-goldenfrog.netdna-ssl.com/liberez_top_banner.png) 0 0 no-repeat;
  height: 287px;
  width: 525px;
  padding: 20px 0 0 423px;
}
div.liberez div#intro-content.content-block h1 {
  float: none;
  color: #fff;
  text-shadow: 1px 1px 0px #4c566e;
  padding: 0;
  margin: 0;
  width: auto;
  font-size: 32px;
}
div.liberez div#intro-content.content-block ul {
  padding: 5px 0 15px 0;
  margin: 0 0 0 20px;
}
div.liberez div#intro-content.content-block ul li {
  color: #fff;
  text-shadow: 1px 1px 0px #4c566e;
  font-size: 17px;
  list-style-type: disc;
  margin: 0;
}
div.liberez div#intro-content.content-block div.cta-wrapper {
  float: left;
  clear: both;
  width: 498px;
}
div.liberez div#intro-content.content-block div.cta-wrapper a {
  float: left;
}
div.liberez div#intro-content.content-block div.cta-wrapper strong.cta-text {
  float: left;
  display: block;
  font-size: 22px;
  color: #fff;
  text-shadow: 1px 1px 0px #4c566e;
  padding: 3px 0 0 10px;
}
div.liberez div#block2-content.content-block {
  padding: 40px 0 0 0;
}
div.liberez div#block2-content.content-block div.message {
  float: left;
  width: 510px;
  padding: 20px 0 0 60px;
}
div.liberez div#block2-content.content-block img {
  float: right;
  border-right: 2px solid #666;
}
div.liberez div#block3-content.content-block {
  padding: 70px 0 0 0;
}
div.liberez div#block3-content.content-block div.message {
  float: right;
  padding: 0 40px 0 0;
  width: 510px;
}
div.liberez div#block3-content.content-block img {
  float: left;
  padding: 0 0 0 60px;
}
div.liberez div#block4-content.content-block {
  padding: 40px 0 0 0;
}
div.liberez div#block4-content.content-block div.message {
  float: left;
  width: 550px;
  padding: 20px 0 0 60px;
}
div.liberez div#block4-content.content-block img {
  float: right;
  padding: 0 40px 0 0;
}
div.liberez div#block5-content.content-block {
  padding: 60px 0 40px 0;
}
div.vypr-landing div#block5-content.content-block div.message {
  float: right;
  width: 450px;
  padding: 0 40px 0 0;
}
div.liberez div#block5-content.content-block div.message ul {
  float: left;
  padding: 0;
  margin: 0 0 0 20px;
  width: 45%;
}
div.liberez div#block5-content.content-block img {
  float: left;
  padding: 0 0 0 60px
}
div.liberez div#block5-content.content-block p.call-out {
  margin: 20px 0 0 60px;
  width: 360px;
}
div.liberez div#block5-content.content-block p.call-out a {
  background: url(https://images-goldenfrog.netdna-ssl.com/logo-gn-shield-48x48.png) 10px 10px no-repeat;
  padding:10px 10px 10px 75px;
  line-height: 1.2em;
}
div.liberez div#block5-content.content-block p.call-out a strong {
  display: block;
}
div.liberez div#buy-vyprvpn-cta.content-block a.gf-btn {
  margin: 0 auto;
}
div.liberez div#buy-vyprvpn-cta.content-block strong.cta-text {
  font-size: 24px;
  display: block;
  color: #000;
  text-align: center;
}
div.setup-instructions textarea.code {
  margin: 10px 0;
  width: 590px;
  height: 195px;
}


/* -----REFER A FRIEND----- */
div.full-width {
	float: left;
	width: 950px;
	padding: 0 0 30px;
}
div.refer-left {
	float: left;
	width: 590px;
	padding: 30px 30px 0px 40px;
}
div.refer-right {
	float: left;
	width: 250px;
	padding: 0px 40px 0px 0px;
}

div.refer-container {
	float: left;
	width: 950px;
	padding: 0 0 155px;
	margin: 10px 0px 30px;
	background: url(https://images-goldenfrog.netdna-ssl.com/vypr-refer-bg.jpg) #3372a5 bottom center no-repeat scroll;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
}
div.refer-container img.refer-bubble {
	margin: -10px 0px 43px;
}
div.refer-left div.refer-header {
	float: left;
	padding: 0px 0px 30px;
}
div.refer-container div.refer-link {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
div.refer-left div.refer-header h1 {
	color: #FFFFFF;
	font-size: 2.7em;
	margin: 0px;
	padding: 0px;
	text-shadow: 0 1px 1px #333333;
}
div.refer-left div.refer-header p {
	color: #cee4ff;
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
}
div.refer-container h2 {
	color: #FFFFFF;
	font-size: 1.3em;
	margin: 0px;
	padding: 0px 0px 10px;
	text-shadow: 0 1px 1px #333333;
}
div.refer-container div.refer-box {
	float: left;
	width: 100%;
	padding: 15px 0px;
	margin: 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	background: url(https://images-goldenfrog.netdna-ssl.com/vypr-refer-box-bg.gif) #FFFFFF repeat scroll;
}
div.refer-container div.refer-email div.refer-box {
	padding: 15px 0 0;
	position: relative;
}
div.refer-container div.refer-email a.refer-more {
	float: left;
	position: absolute;
	bottom: 16px;
	left: 12px;
	height: 0;
	padding: 25px 0px 0px;
	overflow: hidden;
	width: 25px;
	background: url(https://images-goldenfrog.netdna-ssl.com/vypr-refer-expand.png) no-repeat transparent 0 0;
}
div.refer-container div.refer-link input[type="text"] {
	width: 500px;
	padding: 5px;
	margin: 0px 0px 0px 15px;
	background: #FFFFE7;
	border: 1px solid #EDEEC6;
	color: #666666;
	font-size: 1em;
}
div.refer-container div.refer-email {
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
div.refer-container div.refer-email div.refer-required {
	position: absolute;
	top: 10px;
	right: 0;
	color: #FFFFFF;
}
div.refer-container div.refer-email div.refer-required span.red {
	color: #B91011;
}
div.refer-container div.refer-email form {
	float: left;
	width: 530px;
	padding: 0px 0px 0px 35px;
}
div.refer-container div.refer-email form div {
	float: left;
	padding-right: 15px;
	background: url(https://images-goldenfrog.netdna-ssl.com/vypr-refer-required.png) top right transparent no-repeat scroll;
}
div.refer-container div.refer-email input[type="text"] {
	width: 160px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px;
	font-size: 1em;
	color: #666666;
	margin: 0px 0px 15px 15px;
}
div.refer-container div.refer-email input[type="submit"] {
	float: left;
	width: 115px;
	padding: 5px 0px;
	margin-left: 25px;
	background: #F4C610;
	border: 1px solid #B58A00;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	color: #333333;
	font-weight: bold;
	font-size: 1.1em;
	cursor: pointer;
}
div.refer-container div.refer-twitter {
	float: left;
	width: 280px;
	padding: 0px 30px 30px 0px;
}

div.refer-container div.refer-twitter a {
	float: left;
	width: 200px;
	font-size: 1.4em;
	font-weight: bold;
	padding: 15px 0px 15px 55px;
	margin: 0px 0px 0px 10px;
	background: url(https://images-goldenfrog.netdna-ssl.com/vypr-refer-twitter.png) no-repeat 0 0 transparent scroll;
}
div.refer-container div.refer-facebook a {
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	padding: 15px 0px 15px 63px;
	margin: 0 0 0 10px;
	width: 200px;
	background: url(https://images-goldenfrog.netdna-ssl.com/vypr-refer-facebook.png) no-repeat 0 0 transparent scroll;
}
div.refer-container div.refer-facebook {
	float: left;
	width: 280px;
	padding: 0px 0px 30px 0px;
}
div.refer-container div.refer-badge div.refer-box {
	text-align: center;
}
div.refer-container div.refer-badge div.refer-box img {
	border: none;
}
div.refer-container div.refer-badge div.refer-box textarea {
	margin-top: 15px;
	height: 120px;
	width: 180px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #666666;
	font-size: 1em;
}
div.refer-info {
	float: left;
}
div.refer-info div.refer-question {
	float: left;
	width: 296px;
	margin-right: 30px;
}
div.refer-info div.refer-question.last {
	margin-right: 0;
}
div.refer-info h4 {
	font-size: 1.4em;
	border-bottom: 1px solid #DDDDDD;
}
div.refer-info div.refer-question p {
	font-size: 1.1em;
}

/* -----ADDONS----- */
table#addons width {
  width: 790px;
}
table#addons tr td {
  vertical-align: top;
  padding: 0 0 20px 0;
}
table#addons tr td.selection {
  width: 20px;
}
table#addons tr td.selection input {
  margin: 7px 0 0 0;
}
table#addons tr td.selection label {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 85px;
  text-align: left;
  font-size: 1em;
  margin: 0;
  padding: 0 0 0 10px;
  color: #666;
}
table#addons tr td.product-desc {
  width: 650px;
}
table#addons tr td.product-desc p {
  font-size: 1em;
  padding: 0 30px 0 10px;
  color: #666;
}
table#addons tr td.product-desc label {
  background: url(https://images-goldenfrog.netdna-ssl.com/nat_firewall_icon.png) no-repeat scroll left center transparent;
  display: inline;
  text-align: left;
  font-size: 24px;
  margin: 0 0 0 7px;
  padding: 11px 0 0 35px;
  color: #333;
}
table#addons tr td.product-price {
  width: 190px;
}
table#addons tr td.product-price p {
  font-size: 16px;
  padding: 0;
  color: #333;
}
table#addons tr td.product-price strong {
  font-weight: normal;
  color: #666;
  font-size: 13px;
}
div.control-panel ul.addons {
  margin: 0;
  padding: 5px 0 0 0;
}
div.control-panel ul.addons li {
  list-style-type: none;
  font-size: .9em;
  margin: 0;
  padding: 0;
}
div.control-panel ul.addons li a {
  background: url(https://images-goldenfrog.netdna-ssl.com/icon-addons.png) 0 0 no-repeat;
  padding: 0 0 0 12px;
  display: block;
}
div.control-panel ul.addons li.add a {
  background-position: 0 -67px;
}
div.control-panel ul.addons li.continue a {
  background-position: 0 3px;
}
div.control-panel ul.addons li.cancel a {
  background-position: 0 -137px;
}

/* KB Article IP Detector */
div.ip-detect .unsafe {
  color: #b30000;
}
div.ip-detect .safe {
  color: #0ca300;
}
div.ip-detect p {
  margin: 0;
}
div.ip-detect div {
  padding: 0 0 5px 0;
}
div.ip-detect h2 {
  margin: 0;
}
div.ip-detect div.desc p {
  font-style: italic;
}
div.ip-detect span#fixme-error div {
  margin: 0;
}
div.ip-detect span#fixme-error {
  padding: 7px 0;
  display: block;
}

ul.serverlocal01 {
  float: left;
  margin: 0;
  padding: 10px 0px 0px 18px;
  width: 215px;
}
ul.serverlocal02 {
  float: left;
  margin: 0;
  padding: 10px 0px 0px 38px;
  width: 165px;
}





/*START VPN LANDING PAGE */

@font-face {
    font-family: 'InsolentRegular';
    src: url('/fonts/insolent-webfont.eot');
    src: url('/fonts/insolent-webfont.eot?iefix') format('eot'),
         url('/fonts/insolent-webfont.woff') format('woff'),
         url('/fonts/insolent-webfont.ttf') format('truetype'),
         url('/fonts/insolent-webfont.svg#webfont3E2wmaKk') format('svg');
    font-weight: normal;
    font-style: normal;
}
div.start-vpn-special ul {
	margin: 0;
	padding: 0 0 0 1.5em;
}
div.start-vpn-special ul li {
	margin: 0 0 15px;
}
div.vpn-headline {
	text-align: center;
	padding: 40px 40px 0;
}
h1.landing-page-title img {
	vertical-align: middle;
}
div.vpn-headline h2 {
	font-family: 'InsolentRegular',Helvetica, Arial, sans-serif;
	color: #4C90C9;
	font-size: 60px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
div.vpn-headline h2 span {
	font-size: 45px;
	display: block;
}
div.vpn-pro-info {
	float:left;
}
div.vpn-pro-info .why-vpn#pricing {
	background: url(https://images-goldenfrog.netdna-ssl.com/logo-vypr-225.png) no-repeat bottom center transparent;
}
div.why-vpn#pricing div#regular-price h2 {
	font-size: 16px;
	text-decoration: line-through;
	display: inline;
}
div.why-vpn#pricing div#regular-price h2 span {
	font-size: 10px;
}
div.why-vpn#pricing div#special-price h2 {
	font-size: 16px;
	color: #F27F1F;
	display: inline;
}
div.why-vpn#pricing div#special-price h2 span {
	font-size: 10px;
	color: #F27F1F;
}
div.start-vpn-special div.why-vpn#pricing {
	float: left;
	width: 262px;
	margin: 0px;
	padding: 0 0 320px 0;
	font-weight: normal;
}
div.start-vpn-special div.col {
	float: left;
	width: 262px;
	margin: 0px;
	padding: 0px 40px 0 0;
	font-weight: normal;
}
div.start-vpn-special div.col#openvpn {
	padding: 0;
}	
div.vpn-pro-info {
	padding: 40px 0 40px 40px;
}
div.vpn-pro-info div.why-vpn#choose-vpn-content {
	margin: 0 40px 0px 300px;
	font-size: 12px;
}
div.why-vpn strong {
	color: #333333;	
}
a.cta-11 {
	margin: 0 0 30px 0px;
}
div.start-vpn-special div.col li {
  font-size: 13px;
  color: #666666;
  font-weight: normal;
}
div.protocol {
	padding: 0 0 20px;
	float: left;
}
div.protocol p {
	margin: 0;
}
div.highlights {
	padding: 0 0 20px;
	float: left;
}
div.device-and-os {
	float: left;
}
div.start-vpn-special div.vpn-pro-info h3 {
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	padding: 0 0 10px 0;
}
div.vpn-includes-content h4 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
div.vpn-includes-content h2 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
div.start-vpn-special div.vpn-includes-content h3 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding: 0 0 20px 0;
}
div.vpn-includes-content {
	float: left;
	padding: 40px;
}
div.vpn-includes-content div.sub-col {
	width: 100px;
	float: left;
}
div.tech-specs {
	float: left;
	padding: 0 40px 40px;
	font-size: 12px;
	color: #666666;
}
div.tech-specs h3 {
	color: #666666;
	padding: 0 0 20px 0;
	font-size: 18px;
	font-weight: normal;
}
div.tech-specs ul {
	list-style-type: none;
	margin: 0;
	list-style-position: outside;
	padding: 0;
}	
div.tech-specs li {	
	font-size: 12px;
	color: #666666;
}
div.tech-specs strong {
	display: block;
}
div.tech-specs div#left-side-specs {
	float: left;
	padding: 0 40px 0 0;

}
div.tech-specs div#right-side-specs {
	float: left;	
}

/* Linked In VyprVPN Landing */
div.linkedin {
  background: url(https://images-goldenfrog.netdna-ssl.com/thankyou-banner948.png);
  width: 736px;
  height: 154px;
  float: left;
  margin: 0 auto -30px;
  position: relative;
  z-index: 200;
  padding: 15px 20px 0 192px;
}
div.linkedin p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.3;
}
div.linkedin p.last {
  margin-bottom: 0;
}
div.linkedin p a{
  color: #ebce48;
}
div.linkedin p a:hover{
  text-decoration: underline;
}

p.linkedin {
  float: left;
  font-size: 11px;
  margin: 10px 0 -20px;
  width: 100%;
  text-align: center;
}

/* UK Server Update */
span.new {
  color: #339900;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 10px;
  vertical-align: top;
}

/* Corporate Pages Update */
ul.sub-nav-contact {list-style: none; float: right; margin: 25px 35px 0 0;}
ul.sub-nav-contact li {float: left; color: #737780; font-size: 14px;}
ul.sub-nav-contact li.phone {padding-left: 54px; line-height: 22px; font-weight: bold; margin: 0 25px 0 0; font-size: 16px; color: #333;}
ul.sub-nav-contact li a.gf-btn {position: relative; top: -4px;}

div.vypr-learn .content-block ul {margin: 15px 0 20px; padding-left: 15px;}
div.vypr-learn .content-block ul li {margin-bottom: 10px;}
div.vypr-learn .content-block ul li.last {margin-bottom: 0;}
div.vypr-learn .content-block h1 {font-size:32px;}
div.vypr-learn .content-block h2 {font-size:24px}
div.vypr-learn .content-block h3 {font-size:18px}
div.vypr-learn .content-block li {font-size:13px;}
div.vypr-learn .content-block p {font-size:14px;}

.cta-gold-auto {
  background: url(https://images-goldenfrog.netdna-ssl.com/btn-gold-auto.png) no-repeat 0 0;
  height: 33px;
  line-height: 33px;
  padding: 0 10px 0 20px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-shadow: 0 1px 0 rgba(255,255,255, 0.7);
  position: relative;
  overflow: visible;
  }
.cta-gold-auto span {  
  background: url(https://images-goldenfrog.netdna-ssl.com/btn-gold-auto-end.png) no-repeat 0 0;
  width: 9px;
  height: 33px;
  line-height: 33px;
  padding: 0;
  display: block;
  position: absolute;
  right: -9px;
  top: 0;
  z-index: 200;
  }
.cta-gold-auto:hover {
  background-position: 0 -33px;
  color: #333 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  }
.cta-gold-auto:hover span {background-position: 0 -33px;}

div.side-box {
  width: 220px; 
  margin-top: 0;
  padding: 6px;
  float: right;
  margin-left: 85px;
  position: relative;
  overflow: hidden;
  min-height: 313px;
}
div.side-box img.bg-stretch {
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 100%; 
	z-index: 0;
	*height:expression(
				this.parentElement.offsetHeight+'px'
			);
	}
div.side-box h3, div.side-box div.box-contents {position: relative; z-index: 100;}
div.side-box h3 {color: #666; border-bottom: 1px solid #ddd; margin: 0; padding: 5px; text-align: center;}
div.side-box div.box-contents {border-top: 1px solid #fff; padding: 20px 15px 10px;}
div.side-box div.box-contents ul {margin: 0; padding-left: 15px;}
div.side-box div.box-contents ul li {margin-bottom: 10px;}
div.vypr-learn .content-block div.side-box p {font-size: 13px;}


div.vypr-learn ul.twoCol {position: relative; overflow: hidden; margin-bottom: 30px;}
div.vypr-learn ul.twoCol li {float: left; margin-right: 20px; width: 200px;}

/* Overview Page */
div.vypr-learn .overview div#corporate-vpn-intro, div.vypr-learn .channel-partners div#corporate-vpn-intro {
	padding: 30px 190px 0px 0px;
	width: auto;
	background: url(https://images-goldenfrog.netdna-ssl.com/vyprlogo120x174.png) no-repeat 790px center;
}

div.vypr-learn div#corporate-overview-solutions {padding: 15px 0 0 40px; width: 700px;}
div.vypr-learn div#corporate-overview-solutions h2 {margin-bottom: 30px}
div.vypr-learn div#corporate-overview-solutions ul {list-style: none; margin: 0; padding: 0;}
div.vypr-learn div#corporate-overview-solutions ul li {padding-left: 150px; margin-bottom: 50px;}
div.vypr-learn div#corporate-overview-solutions ul li.service-provider {background: url(https://images-goldenfrog.netdna-ssl.com/vyprcart100x95.png) no-repeat 0 10px;}
div.vypr-learn div#corporate-overview-solutions ul li.channel-partners {background: url(https://images-goldenfrog.netdna-ssl.com/channel-partners-icon100x74.png) no-repeat 0 10px;}
div.vypr-learn div#corporate-overview-solutions ul li.enterprise {background: url(https://images-goldenfrog.netdna-ssl.com/building116x116.png) no-repeat 0 10px;}
div.vypr-learn div#corporate-overview-solutions ul li h3 {}
div.vypr-learn div#corporate-overview-solutions ul li a.gf-btn {}

/* Service Provider Page */
div.service-provider h2 {
  font-size: 24px;
  margin: 0 0 0.5em;
}
div.main-intro.corporate {
  background: none;
  border: none;
  padding: 10px 0 0;
}
div.main-intro.corporate p {
  margin: 0;
}
div.service-provider p {
  margin: 0 0 15px;
}
div.vypr-learn div.corporateBody {
  float: left;
  width: 620px;
  margin: 30px 20px 0 0;
}
div.vypr-learn div.corporateBody ul {
  margin-bottom: 20px;
}
div.vypr-learn div.corporateSide {
  float: left;
  width: 300px;
  margin: 30px 0 0;
  padding: 0;
}
div.vypr-learn div.corporateSide div.whoBundles,
div.vypr-learn div.corporateSide div.gnCaseStudy {
  background: #ebebeb;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(235,235,235)),
    color-stop(0.53, rgb(252,252,252))
);
  background-image: -moz-linear-gradient(
    center bottom,
    rgb(235,235,235) 0%,
    rgb(252,252,252) 53%
);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 2px 2px #DDDDDD;
-webkit-box-shadow: 0 2px 2px #DDDDDD;
box-shadow: 0 2px 2px #DDDDDD;
border: 1px solid #CCCCCC;
padding: 15px;
margin: 0 0 20px;
}
div.vypr-learn div.corporateSide div.gnCaseStudy .content {
  background: url(https://images-goldenfrog.netdna-ssl.com/icon_gn_shield.png) no-repeat 0 0;
  padding: 0 0 0 55px;
}
div.vypr-learn div.corporateSide div.gnCaseStudy .content {
  font-size: 15px;
  line-height: 1.4em;
}
div.vypr-learn div.corporateSide div.gnCaseStudy .content a{
  font-size: 14px;
}
div.vypr-learn div.service-provider div#corporate-vpn-intro {
  background: url(https://images-goldenfrog.netdna-ssl.com/vyprcart120x114.png) no-repeat 40px 40px;
  padding-left: 210px;
}

div.vypr-learn div.service-provider div#vypr-info, div.vypr-learn div#goldenfrog-info {
  width: auto;
  padding: 0;
}

div.vypr-learn div.service-provider div#vypr-info {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 30px;
}
div.vypr-learn div.service-provider div#vypr-info div#leftCol {
  width: 550px;
  float: left;
}
div.vypr-learn div.service-provider #benefits {}
div.vypr-learn div.service-provider #case-study {
  background: url(https://images-goldenfrog.netdna-ssl.com/gnsheild100x102.png) no-repeat 0 7px;
  min-height: 110px;
  _height: 110px;
  padding-left: 140px;
  margin-top: 40px;
}
div.vypr-learn div.service-provider #case-study p {font-size: 13px;}
div.vypr-learn div.service-provider #case-study p a {
  display: block;
}

div.vypr-learn #goldenfrog-info ul#goldenfrog-benefits {list-style: none; margin: 0; padding: 0;}
div.vypr-learn #goldenfrog-info ul#goldenfrog-benefits li {padding: 0 0 15px 40px; margin: 0;}
div.vypr-learn #goldenfrog-info ul#goldenfrog-benefits li.last {margin-bottom: 0;}
div.vypr-learn #goldenfrog-info ul#goldenfrog-benefits li p {font-size: 15px; margin: 0; line-height: 1.4em;}
div.vypr-learn #goldenfrog-info p {font-size: 15px; line-height: 1.4em;}
div.vypr-learn #goldenfrog-info ul#goldenfrog-benefits li.allgf {
  background: url(https://images-goldenfrog.netdna-ssl.com/icon_servers_30.png) no-repeat scroll 0 6px transparent; 
  }
div.vypr-learn #goldenfrog-info ul#goldenfrog-benefits li.trust {
  background: url(https://images-goldenfrog.netdna-ssl.com/icon_gfLogo_30.png) no-repeat scroll 0 4px transparent; 
  }
div.vypr-learn #goldenfrog-info ul#goldenfrog-benefits li.support {
  background: url(https://images-goldenfrog.netdna-ssl.com/icon_support_30.png) no-repeat scroll 0 6px transparent; 
  }


/* Case Study Page */
div.vypr-learn .case-study #corporate-vpn-quote {position: relative; padding: 35px 40px; width: auto;}
div.vypr-learn .case-study #corporate-vpn-quote blockquote {
  display: block;
  padding: 0 100px;
  margin: 0;
}
div.vypr-learn .case-study #corporate-vpn-quote blockquote p{
  font-size: 24px;
  font-style: normal;
  line-height: 1.3;
  margin-bottom: 10px;
  font-family: Georgia, Times New Roman, serif;
  text-align: center;
  color: #333;
}
div.vypr-learn .case-study #corporate-vpn-quote blockquote p:before { content: '"'; }
div.vypr-learn .case-study #corporate-vpn-quote blockquote p:after { content: '"'; }
div.vypr-learn .case-study #corporate-vpn-quote p {text-align: center; margin-bottom: 0;}
div.vypr-learn .case-study #corporate-vpn-quote span.quote-author {
  font-size: 14px;
  color: #333;
  padding-left: 200px;
}
div.vypr-learn .case-study #corporate-vpn-quote img {position: absolute; bottom: -44px; left: 315px;}

div.vypr-learn .case-study #corporate-vpn-intro {padding: 70px 100px 0; }

div.vypr-learn .case-study #corporate-case-study {padding: 35px 64px 30px; width: auto;}
div.vypr-learn .case-study #corporate-case-study img {margin: 0 0 10px;}
div.vypr-learn .case-study #corporate-case-study p {font-size: 22px; line-height: 1.5; color: #666; padding: 0 40px; margin-bottom: 0; text-align: center;}

/* Corporate Enterprise page */
div.vypr-learn .enterprise #corporate-vpn-intro {
  background: url(https://images-goldenfrog.netdna-ssl.com/vyprlogo120x174.png) no-repeat 760px 30px; 
  padding-right: 205px; 
  min-height: 174px; 
  _height: 174px;}
div.vypr-learn .enterprise #corporate-enterprise-main ul#vypr-reasons{list-style: none; margin: 0 0 20px; padding: 0; float: left; position: relative;}
div.vypr-learn .enterprise #corporate-enterprise-main ul#vypr-reasons li{padding-left: 125px; margin-bottom: 20px;}
div.vypr-learn .enterprise #corporate-enterprise-main ul#vypr-reasons li h3{}
div.vypr-learn .enterprise #corporate-enterprise-main ul#vypr-reasons li.protect{ background: url(https://images-goldenfrog.netdna-ssl.com/hello-badge100x70.png) no-repeat 0 10px; min-height: 70px; _height: 70px;}
div.vypr-learn .enterprise #corporate-enterprise-main ul#vypr-reasons li.secure{background: url(https://images-goldenfrog.netdna-ssl.com/ethernet-lock100x118.png) no-repeat 0 10px; min-height: 118px; _height: 118px;}
div.vypr-learn .enterprise #corporate-enterprise-main ul#vypr-reasons li.intelligence{background: url(https://images-goldenfrog.netdna-ssl.com/globe100x105.png) no-repeat 0 10px; min-height: 105px; _height: 105px; }
div.vypr-learn .enterprise #corporate-enterprise-main ul#vypr-reasons li ul{width: auto; padding-left: 15px; float: none; margin: 15px 0 20px;}
div.vypr-learn .enterprise #corporate-enterprise-main ul#vypr-reasons li ul li{padding-left:0; margin-bottom: 15px;}



/* Channel Partners page */
div.vypr-learn .channel-partners #referral-partner, div.vypr-learn .channel-partners #agent, div.vypr-learn .channel-partners #reseller{
  width: auto;
  padding: 20px 0px;
  position: relative;
  overflow: hidden;
}
div.vypr-learn .channel-partners .compensation h3{
  margin-bottom: 10px;
}
div.vypr-learn .channel-partners .tools ul{
  margin-top: 10px;
}
div.vypr-learn .channel-partners .tools, div.vypr-learn .channel-partners .compensation {float: left; width: 400px;}
div.vypr-learn .channel-partners .compensation {margin-right: 50px;}
div.vypr-learn .channel-partners .tools li{margin-bottom: 10px;}

/* Corporate Contact Page */
div.vypr-learn .contact #corporate-vpn-intro { float: none;}
div.vypr-learn .contact #corporate-vpn-intro h2{ margin-bottom: 0;}
div.vypr-learn .contact #corporate-vpn-intro p { font-size: 14px; color: #333; margin-bottom: 0}
div.vypr-learn .contact .corporateContact {margin: 40px 0 40px 50px;}
div.vypr-learn .contact #other-contact-info {width: auto; padding: 0 40px;}
div.vypr-learn .contact #other-contact-info p{margin-bottom: 10px; color: #333;}

/* Corporate Forms */
div.vypr-learn .corporateContact { 
  position: relative; 
  width: 846px;
  background: #ebebeb;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(235,235,235)),
    color-stop(0.53, rgb(252,252,252))
);
  background-image: -moz-linear-gradient(
    center bottom,
    rgb(235,235,235) 0%,
    rgb(252,252,252) 53%
);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 2px #DDDDDD;
  -webkit-box-shadow: 0 2px 2px #DDDDDD;
  box-shadow: 0 2px 2px #DDDDDD;
  border: 1px solid #CCCCCC;
  padding: 20px 0 20px;
  margin: 20px 0 50px 0;
  float: left;
  overflow: hidden;
	min-height: 150px;
}
div.vypr-learn div.support p {
  margin: 0;
  padding: 20px 0 0;
  font-size: 16px;
}
div.vypr-learn div.support p a {
  margin: 0 0 0 15px;
}
div.vypr-learn .corporateContact h2, div.vypr-learn .corporateContact p, div.vypr-learn .corporateContact form {
	position: relative;
	z-index: 100;
}
div.vypr-learn .corporateContact h2 {text-align: left; padding: 0 0 0 30px; margin-bottom: 0; font-size: 24px;}
div.vypr-learn .corporateContact p {padding: 0 30px; color: #666666; margin-bottom: 15px;}
div.vypr-learn .corporateContact form {padding: 0 30px;}
div.vypr-learn .corporateContact form table {display: table;}
div.vypr-learn .corporateContact form table tr {}
div.vypr-learn .corporateContact form table td { vertical-align: top;}
div.vypr-learn .corporateContact form table td.col-label {width: 150px; text-align: right; padding-right: 20px;}
div.vypr-learn .corporateContact form table td.col-field {}
div.vypr-learn .corporateContact form table td.col-field input,
div.vypr-learn .corporateContact form table td.col-field textarea,
div.vypr-learn .corporateContact form table td.col-field select {width: 200px; margin: 0 30px 10px 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 3px; border-radius: 5px; border: 1px solid #DDDDDD;}
div.vypr-learn .corporateContact form table td.col-field select {width: 206px;}
div.vypr-learn .corporateContact form table td.col-field textarea {height: 88px; width: 197px;}
div.vypr-learn .corporateContact form table td.submit {text-align: center; padding-top: 10px; padding-right: 30px; position: relative; overflow: hidden;}
div.vypr-learn .corporateContact form table td.submit .gf-btn {position: relative; float: right;}

div.vypr-learn #case-study-form { 
  margin: 45px auto 50px;
  float: none;
}
div.vypr-learn #case-study-form h2 {text-align: left; padding: 0 0 30px 30px;}
div.vypr-learn #case-study-form.confirmation h2 {
	text-align: left;
	padding: 0 0 0 30px;
}
div.vypr-learn #case-study-form p {padding: 0 30px; color: #333; font-weight: bold; margin-bottom: 15px;}
div.vypr-learn #service-provider-form form table td.col-field textarea,
div.vypr-learn #enterprise-form form table td.col-field textarea,
div.vypr-learn #case-study-form form table td.col-field textarea
 { height: 52px;}
 
/*Dump Truck*/
div.dumptruck {
  position: relative;
  font-family: ff-meta-web-pro,'Myriad Pro','Trebuchet MS', 'Helvetica', Arial, sans-serif;
}
div.dumptruck p,
div.dumptruck li {
  font-size: 15px;
  color: #333;
}
div.dumptruck div.dumptruckBannerWrapper {
  background: #FDF2D8 url(https://images-goldenfrog.netdna-ssl.com/dumptruck_bg_gradient_1060x10.png) repeat-y 0 0;
  border-bottom: 1px solid #efd294;
  overflow: hidden;
}
div.dumptruck div.dumptruckBodyWrapper {
  background: #FFFFFF url(https://images-goldenfrog.netdna-ssl.com/shadow_sep_927x8.png) no-repeat center top;
  padding: 30px 0 0;
  overflow: hidden;
  text-align: left;
}
div.dumptruck div#dumptruck-banner {
  position: relative;
  width: 950px;
  margin: 0 auto;
  text-align: center;
  clear: both;
  height: 608px;
}
div.dumptruck div#dumptruck-banner div.gfReturnLogo {
  text-align: left;
  padding: 10px 0 0;
  height: 50px;
  margin: 0 0 25px;
}
div.dumptruck div.dumptruckBody {
  width: 780px;
  margin: 0 auto;
}
div.dumptruck div#dumptruck-banner div#banner-content {
  display: none;
}
div.dumptruck div#dumptruck-banner div#dumptruckHeader {
  padding: 0 0 20px;
  height: 151px;
}
div.dumptruck div#dumptruck-banner div#dumptruckHeader h1 {
  background: url(https://images-goldenfrog.netdna-ssl.com/dumptruck_header.png) top center no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  height: 153px;
}
div.dumptruck div#dumptruck-banner div#dumptruckScreenshot {
  position: relative;
  background: url(https://images-goldenfrog.netdna-ssl.com/dt_ss.png) no-repeat center top;
  height: 353px;
  text-indent: -9999px;
}
@-webkit-keyframes reset {
0% {
  top: 800px; 
}
100% {
  top: 800px;
}
}
@-webkit-keyframes slide-in {
0% {
  top: 800px;
}
100% {
  top: 0px;
}
}
@-moz-keyframes reset {
0% {
  top: 800px; 
}
100% {
  top: 800px;
}
}
@-moz-keyframes slide-in {
0% {
  top: 800px;
}
100% {
  top: 0px;
}
}
.slide-in {
  -webkit-animation-name: reset, slide-in;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: reset, slide-in;
  -moz-animation-duration: 1.2s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
}
.slide-in#dumptruckScreenshot {
  -webkit-animation-delay: 0, 0;
  -moz-animation-delay: 0, 0;
}
div.dumptruck div#dumptruck-banner div#dumptruckTagline {
  margin: 0;
  background: url(https://images-goldenfrog.netdna-ssl.com/dumptruck_tagline.png) top center no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  height: 116px;
}
div.dumptruck div#dumptruck-banner div.social {
  position: absolute;
  top: 28px;
  right: 0;
}
div.dumptruck div#dumptruck-banner div.social ul{
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
  zoom:1;
}
div.dumptruck div#dumptruck-banner div.social ul li{
  float: left;
  line-height: 1;
  margin: 0;
}
div.dumptruck div#dumptruck-banner div.social ul li.follow{
  padding-top: 3px;
  margin-right: 20px;
}
div.dumptruck div#dumptruck-banner div.social ul li.twitter{
  margin-right: 5px;
}
div.dumptruck div#dumptruck-banner div.social ul li.google {
  width: 78px;
  *display: none;
}
div.dumptruck div.dumptruckBody li,
div.dumptruck div.dumptruckBody p {
  color: #666;
  margin: 0 0 15px;
}
div.dumptruck div.dumptruckBody div.section{
  position: relative;
  overflow: hidden;
  background: url(https://images-goldenfrog.netdna-ssl.com/shadow_sep_927x8.png) no-repeat center bottom;
  padding: 0 0 30px;
  margin: 0 0 25px;
}
div.dumptruck div.dumptruckBody div.section.last{
  background: none;
  padding-bottom: 0;
}
div.dumptruck div.dumptruckBody h2,
div.dumptruck div.dumptruckBody div#dumptruck-about h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 10px;
}
div.dumptruck div.dumptruckBody h3 {
  font-size: 16px;
  margin: 0 0 10px;
}
div.dumptruck div.dumptruckBody div#about {
  
}
div.dumptruck div.dumptruckBody div#about div#dumptruck-about,
div.dumptruck div.dumptruckBody div#about div#dumptruck-features {
  float: none;
  width: auto;
  margin: 0;
}
div.dumptruck div.dumptruckBody div#about div#dumptruck-about {
  padding: 0;
}
div.dumptruck div.dumptruckBody div#about div#dumptruck-features {
  margin-top: 20px;
}
div.dumptruck div.dumptruckBody div#about div#dumptruck-features h2{
  margin-bottom: 10px;
  font-size: 16px;
}
div.dumptruck div.dumptruckBody div#about div#dumptruck-features ul{
  position: relative;
  overflow: hidden;
  margin: 0;
}
div.dumptruck div.dumptruckBody div#security {
  
}
div.dumptruck div.dumptruckBody div#security ul{
  margin: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}
div.dumptruck div.dumptruckBody div#security ul li{
  width: 320px;
  padding: 0 0 0 60px;
  margin: 0 20px 10px 0;
  background: url(https://images-goldenfrog.netdna-ssl.com/dt_home_sprite.png) no-repeat -3500px 0;
  float: left;
}
div.dumptruck div.dumptruckBody div#security ul li p{
  font-size: 14px;
}
div.dumptruck div.dumptruckBody div#security ul li.last{
  margin-right: 0;
}
div.dumptruck div.dumptruckBody div#security ul li.cloud{
  background-position: -3506px 0;
}
div.dumptruck div.dumptruckBody div#security ul li.gf{
  background-position: -4000px 0;
}
div.dumptruck div.dumptruckBody div#security ul li.transfer{
  background-position: -4506px 0;
}
div.dumptruck div.dumptruckBody div#security ul li.disk{
  background-position: -5002px 0;
}
div.dumptruck div.dumptruckBody div#comingSoon {
 margin-bottom: 20px; 
}
div.dumptruck div.dumptruckBody div#comingSoon h3{
  margin: 0 0 5px;
}
div.dumptruck div.dumptruckBody div#comingSoon ul{
  width: 380px;
  float: left;
  margin: 0 20px 20px 0;
  list-style: none;
}
div.dumptruck div.dumptruckBody div#comingSoon ul.last {
  margin-right: 0;
}
div.dumptruck div.dumptruckBody div#comingSoon ul li{
  padding-left: 35px;
  background: url(https://images-goldenfrog.netdna-ssl.com/dt_home_sprite.png) no-repeat -5500px 0;
  font-size: 14px;
  margin: 0 0 20px;
}
.cta-landing-1 {
  cursor: pointer;
  background: #6ba707 url(https://images-goldenfrog.netdna-ssl.com/cta_landing_bg.png) repeat-x 0 0;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 52px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 52px;
  text-align: center;
  border: 1px solid #6ba707;
  display: inline-block;
  position: relative;
  zoom:1;
  *display: inline;
   -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.5); 
-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.5); 
        box-shadow: 0px 2px 2px rgba(0,0,0,0.5); 
   -moz-transition: all 0.2s ease-out;  
     -o-transition: all 0.2s ease-out;  
-webkit-transition: all 0.2s ease-out;  
    -ms-transition: all 0.2s ease-out;  
        transition: all 0.2s ease-out;  
}
.cta-landing-1.small {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin: 0;
}
.cta-landing-1.med{
  font-size: 20px;
  height: 44px;
  line-height: 44px;
  margin: 0;
}
.cta-landing-1.blue {
  background-image: url(https://images-goldenfrog.netdna-ssl.com/gradient_6abcf4_2083c9_70.png);
  background-color: #2083c9;
  border-color: #2083c9;
}
div.dumptruck a.cta-landing-1 {
  position: absolute;
  top: 270px;
  right: 190px;
}
.cta-landing-1:hover {
  background-position: 0 bottom;
  color: #fff;
  text-decoration: none;
}
.cta-landing-1 span,
.cta-landing-1 input.button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top: 1px solid #aed259;
  border-left: 1px solid #aed259;
  display: block;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
  padding: 0 20px;
  color: #fff;
  vertical-align: middle;
}
.cta-landing-1 input.button {
  background: none;
  border-right: none;
  border-bottom: none;
  padding: 0 30px 5px;
  *padding: 0 15px 5px;
  font-weight: bold;
  height: 52px;
  line-height: 50px;
  margin: 0;
  cursor: pointer;
  font-size: 24px;
  *border: none;
  outline: none;
}
.cta-landing-1.med input.button {
  height: 44px;
  line-height: 42px;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.cta-landing-1.small input.button {
  height: 40px;
  line-height: 38px;
  font-size: 18px;
}
.cta-landing-1.small span
.cta-landing-1.small input.button {
  font-size: 16px;
  padding: 0 15px;
  *padding: 0 10px;
  height: 40px;
}
.cta-landing-1.blue span,
.cta-landing-1.blue input.button {
  border-color: #93cdf4;
}
div.home div.top-banner-2 a.cta-landing-1 span,
a.cta-landing-1 span.arrow {
 background: url(https://images-goldenfrog.netdna-ssl.com/arrow-right-48x33.png) no-repeat right 10px;
 padding-right: 58px;
}
a.cta-landing-1.blue span.arrow {
  background-image: url(https://images-goldenfrog.netdna-ssl.com/arrow-right-48x33-blue.png);
}
div.home div.top-banner-2 a.cta-landing-1:hover span {
 background-image: url(https://images-goldenfrog.netdna-ssl.com/arrow-right-48x33-hover.png);
}
a.cta-landing-1 span.arrow {
  background: url(https://images-goldenfrog.netdna-ssl.com/vypr_banner_cta_arrow.png) no-repeat;
  border: none;
  border-radius: 0;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 24px;
  width: 24px;
  text-indent: -9999px;
  padding: 0;
  margin-left: 8px;
  top: -2px;
  *padding-left: 8px;
  *margin-left: 0;
  *background-position: right 0;
}
a.cta-landing-1.small span.arrow {
  top: -1px;
}
a.cta-landing-1.blue.small span.arrow {
  background-image: url(https://images-goldenfrog.netdna-ssl.com/vypr_cta_arrow_blue.png);
}
a.cta-landing-1:hover span.arrow {
  background-position: right -25px;
}
a.cta-landing-2 {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 36px;
  line-height: 38px;
  border: 1px solid #ddd;
  color: #333;
  font-size: 16px;
  padding: 0 10px;
  font-weight: bold;
  background: #f5f5f5;
  background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(242,242,242,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(242,242,242,1)));
  background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(242,242,242,1) 100%);
  background: -o-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(242,242,242,1) 100%);
  background: -ms-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(242,242,242,1) 100%);
  background: linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(242,242,242,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f2f2f2',GradientType=0 );
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  margin-bottom: 2px;
}
a.cta-landing-2:hover {
  color: #666;
}
div.dumptruck div#dumptruck-about {
  width: 450px;
  padding-left: 35px;
  margin: 0 35px 30px 0;
  float: left;
  clear: both;
}
div.dumptruck div#dumptruck-about h2 {
  font-size: 23px;
  margin-bottom: 15px;
  font-weight: normal;
  white-space: nowrap;
  _white-space: normal;
}
div.dumptruck div#dumptruck-about small {
  font-size: 12px;
  display: block;
  white-space: nowrap;
  _white-space: normal;
}
div.dumptruck ul#dumptruck-callouts {
  margin: 0 auto 50px;
  list-style: none;
  padding: 0;
  background: #ededed url(https://images-goldenfrog.netdna-ssl.com/gradient_ff_ed_65.png) repeat-x 0 0;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.2); 
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2); 
  box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
  position: relative;
  overflow: hidden;
  width: 775px;
  clear: both;
}
div.dumptruck ul#dumptruck-callouts li{
  padding: 12px 15px 12px 60px;
  margin: 0;
  float:left;
  width: 310px;
}
div.dumptruck ul#dumptruck-callouts li#mediaCallout{
  background: url(https://images-goldenfrog.netdna-ssl.com/dt_home_sprite.png) no-repeat -5983px 16px;
  border-left: 1px solid #fff;
}
div.dumptruck ul#dumptruck-callouts li#outsourceCallout{
  background: url(https://images-goldenfrog.netdna-ssl.com/dt_home_sprite.png) no-repeat -6483px 16px;
  border-right: 1px solid #e5e5e5;
  white-space: pre-line;
}

div.dumptruck div#dumptruck-features {
  float: left;
  width: 430px;
  margin: 49px 0 20px;
}
div.dumptruck div#dumptruck-features h2 {
  font-size: 16px;
  margin-bottom: 15px;
}
div.dumptruck div#dumptruck-features ul{
  list-style: none;
  margin: 0 0 0 10px;
}
div.dumptruck div#dumptruck-features ul li{
  padding: 0 0 0 35px;
  margin: 0 0 10px;
  line-height: 22px;
  background: url(https://images-goldenfrog.netdna-ssl.com/dt_home_sprite.png) no-repeat;
}
div.dumptruck div.dumptruckBody div#dumptruck-features ul li {
  width: 345px;
  margin: 0 20px 15px 0;
  float: left;
}
div.dumptruck div.dumptruckBody div#dumptruck-features ul li.last {
  margin-right: 0;
}
div.dumptruck div#dumptruck-features ul li.upload{
  background-position: 0 0;
}
div.dumptruck div#dumptruck-features ul li.files{
  background-position: -499px 0;
}
div.dumptruck div#dumptruck-features ul li.security{
  background-position: -3000px 0;
}
div.dumptruck div#dumptruck-features ul li.access{
  background-position: -1000px 0;
}
div.dumptruck div#dumptruck-features ul li.ton{
  background-position: -1500px 0;
}
div.dumptruck div#dumptruck-features ul li.infinite{
  background-position: -2000px 3px;
}
div.dumptruck div#dumptruck-features ul li.copy{
  background-position: -2500px 0;
}

div.dumptruck #dumpTruckMediaAccessForm {
  width: 500px;
  margin: 0 auto;
}
div.dumptruck #dumpTruckMediaAccessForm p,
div.dumptruck #dumpTruckOutsourcingForm p {
  margin-bottom: 1.5em;
}
div.dumptruck #dumpTruckMediaAccessForm form table {
}
div.dumptruck #dumpTruckMediaAccessForm form td {padding-bottom: 15px;}
div.dumptruck #dumpTruckMediaAccessForm form td.label { vertical-align: top; }
div.dumptruck #dumpTruckMediaAccessForm form td.field {}
div.dumptruck #dumpTruckMediaAccessForm form h1,
div.dumptruck #dumpTruckOutsourcingForm form h1 {
  font-size: 24px;
  margin-bottom: 20px;
  padding: 0;
}
div.dumptruck #dumpTruckMediaAccessForm form p.disclaimer,
div.dumptruck #dumpTruckOutsourcingForm form p.disclaimer {
  font-size: 12px;
}
div.dumptruck #dumpTruckMediaAccessForm form table.elqFormTable {
  margin-top: 20px;
}
div.dumptruck #dumpTruckMediaAccessForm form table.elqFormTable td p {
  margin: 0;
}
div.dumptruck #dumpTruckMediaAccessForm form table.elqFormTable td p label.error{
  width: auto;
  float: none;
  font-size: 16px;
  margin: 0;
  width: auto;
}
div.dumptruck #dumpTruckMediaAccessForm form p.elqFormFieldLabel,
div.dumptruck #dumpTruckOutsourcingForm form label.elqFormLabel {
  font-size: 16px;
  padding-right: 10px;
  padding-top: 12px;
  text-align: right;
  color: #333;
}
div.dumptruck #dumpTruckMediaAccessForm form .elqFormField,
div.dumptruck #dumpTruckOutsourcingForm form .elqFormField {
  width: 250px;
  *width: 250px;
  padding: 0 15px;
  height: 43px;
  line-height: 43px;
  border: 2px solid #bababa;
  color: #999;
  font-weight: bold;
  font-size: 18px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0;
  float:none;
  font-family: 'Helvetica', Arial, sans-serif;
  display: block;
}
div.dumptruck #dumpTruckMediaAccessForm form textarea.elqFormField {
  height: 105px;
  padding: 10px 0 0 15px;
  width: 265px;
  line-height: 1.3;
  overflow: auto;
}
div.dumptruck #dumpTruckMediaAccessForm form input.elqFormSubmit,
div.landing input.elqFormSubmit,
div.dumptruck #dumpTruckOutsourcingForm form input.elqFormSubmit {
  background: url(https://images-goldenfrog.netdna-ssl.com/submit_bg_193x49.png) no-repeat 0 0;
  border: none;
  width: 193px;
  height: 49px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
  font-size: 19px;
  padding: 0;
  margin: 5px 0 0 0;
  line-height: 49px;
  padding-bottom: 5px;
  position: relative;
  cursor: pointer;
  float:right;
  font-family: ff-meta-web-pro,'Myriad Pro','Trebuchet MS', 'Helvetica', Arial, sans-serif;
}
div.dumptruck #dumpTruckMediaAccessForm form input.elqFormSubmit:hover,
div.landing input.elqFormSubmit:hover,
div.dumptruck #dumpTruckOutsourcingForm form input.elqFormSubmit:hover {
  background: url(https://images-goldenfrog.netdna-ssl.com/submit_bg_193x49_hover.png) no-repeat 0 0;
}
div.dumptruck .error {
  clear: both;
  color: #CC0000;
  font-style: italic;
  font-weight: bold;
}
div.dumptruck p#mediaSuccess {
  color: #734F39;
  margin-bottom: 15px;
  text-align: center;
}
div.landing div#landing-header {
  position: relative;
  overflow: hidden;
  padding: 40px 0 10px;
  border-bottom: 1px solid #ccc;
}
div.landing {
  margin-top: 0;
  font-family: ff-meta-web-pro,'Myriad Pro','Trebuchet MS', 'Helvetica', Arial, sans-serif;
}
div.landing ul#dumptruck-callouts {
  margin-bottom: 10px;
  clear: both;
}
div.landing div#landing-top {
  background: transparent url(https://images-goldenfrog.netdna-ssl.com/landing_bg.png) repeat-x top center;
  border-bottom: 1px solid #ccc;
}
div.landing div#landing-header p{
  float: left;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #676869;
}
div.landing div#landing-header p.heading{
  margin-right: 5px;
}
div.dumptruck div#landing-header p.heading a{
  display:block;
  background: url(https://images-goldenfrog.netdna-ssl.com/landing_dumptruck_logo.png) no-repeat;
  width: 354px;
  height: 75px;
  text-indent: -9999px;
}

div.dumptruck div#landing-header p.sub-heading{
  margin-top: 33px;
}
div.landing div#landing-featured {
  border-top: 1px solid #fcfcfc;
  padding: 15px 0 10px;
  overflow:visible;
}
div.landing div#landing-featured h1{
  font-size: 42px;
  text-align: center;
}
div.landing div#landing-main {
  border-top: 1px solid #fcfcfc;
  border-bottom: 1px solid #ccc;
  padding: 45px 0;
}

div.dumptruck div#landing-featured {
  background: url(https://images-goldenfrog.netdna-ssl.com/dump_truck_421x296.png) no-repeat 0 120px;
  position: relative;
  min-height: 425px;
}
div.landing div#landing-featured form{
  margin: 0 0 0 450px;
}
div.landing div#landing-featured form p {
  margin-bottom: 15px;
  font-size: 20px;
  color: #6b7578;
}
div.landing div#landing-featured form p strong{
  color: #567f86;
  font-size: 18px;
  font-weight: bold;
  font-family: ff-meta-web-pro,'Myriad Pro','Trebuchet MS', 'Helvetica', Arial, sans-serif;
}
div.landing div#landing-featured form table{
}
div.landing div#landing-featured form table td{
  padding-bottom: 10px;
  vertical-align: top;
}
div.landing div#landing-featured form table td.last{
  padding-left: 28px;
}
div.landing div#landing-featured form table td.aligncenter {
  text-align: center;
}

div.landing div#landing-featured .elqFormField{
  height: 22px;
  border: 2px solid #cad7d8;
  display: block;
  padding: 0 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 190px;
  font-size: 14px;
  color: #999;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
}
div.landing div#landing-featured select.elqFormField {
  padding: 0;
  padding: 0 0 0 10px;
  width: 220px;
  height: auto;
}
div.landing div#landing-featured .elqFormSubmit {
  background: url(https://images-goldenfrog.netdna-ssl.com/landing_submit_bg_289x66.png) no-repeat 0 0;
  width: 289px;
  height: 66px;
  float: none;
  margin-top: 15px;
}
div.landing div#landing-featured .elqFormSubmit:hover {
  background: url(https://images-goldenfrog.netdna-ssl.com/landing_submit_bg_289x66_hover.png) no-repeat 0 0;
}
div.landing div#landing-featured .elqFormSubmit.large {
  background: url(https://images-goldenfrog.netdna-ssl.com/landing_submit_bg_468x66.png) no-repeat 0 0;
  width: 486px;
  height: 66px;
  float: none;
}
div.landing div#landing-featured .elqFormSubmit.large:hover {
  background: url(https://images-goldenfrog.netdna-ssl.com/landing_submit_bg_468x66_hover.png) no-repeat 0 0;
}
div.landing div#landing-featured label.elqFormLabel {
  font-size: 11px;
  margin: 0 0 5px;
  display: block;
  color: #6B7578;
}
div.landing .elqFormTable .error,
div.landing div#landing-featured .elqFormTable td p,
div.landing div#landing-featured .elqFormTable p.checked {
  margin: 0;
}
div.landing .elqFormTable .error {
  font-size: 11px;
  padding-top: 5px;
  color: #cc0000;
  font-style: italic;
  font-weight: bold;
  width: 220px;
}
div.vyprvpn div#landing-header p.heading a{
  display: block;
  background: url(https://images-goldenfrog.netdna-ssl.com/landing_vypr_logo_208x72.png) no-repeat 0 0;
  width: 208px;
  height: 72px;
  text-indent: -9999px;
  margin-right: 10px;
}
div.vyprvpn div#landing-header p.sub-heading {
  margin-top: 37px;
}
div.vyprvpn div#landing-featured {
  background: url(https://images-goldenfrog.netdna-ssl.com/landing_vypr_featured_bg_458x348.png) no-repeat 0 153px;
}
div.vyprvpn div#landing-main {
  padding: 0;
}
div.vyprvpn div#landing-main div#vypr-features {
  position: relative;
  overflow: hidden;
}
div.vyprvpn div#landing-main div#vypr-features div {
  width: 290px;
  float: left;
  padding: 135px 15px 30px;
  border-left: 1px solid #fcfcfc;
  border-right: 1px solid #ccc;
  height: 305px;
}
div.vyprvpn div#landing-main div#vypr-features div#security {
  background: url(https://images-goldenfrog.netdna-ssl.com/icon_ethernet_lock_95x102.png) no-repeat center 25px;
  padding-left: 0;
  border-left: 0;
}
div.vyprvpn div#landing-main div#vypr-features div#privacy {
  background: url(https://images-goldenfrog.netdna-ssl.com/icon_nametag_123x86.png) no-repeat center 35px;
}
div.vyprvpn div#landing-main div#vypr-features div#freedom {
  background: url(https://images-goldenfrog.netdna-ssl.com/map_216x119.png) no-repeat 30px 15px;
  padding-right: 0;
  border-right: 0;
}
div.vyprvpn div#landing-main div#vypr-features h3 {
  font-size: 18px;
  font-weight: bold;
}
div.vyprvpn div#landing-main div#vypr-features ul{
  margin: 0 0 0 20px;
  padding:0;
  list-style: disc inside;
}
div.vyprvpn div#landing-main div#vypr-features ul li{
  margin: 0 0 5px;
}
div.vyprvpn div#landing-main div#vypr-features div#security p {
  margin-bottom: 10px;
}
div.vyprvpn div#landing-main div#vypr-features div#security ul li {
  font-size: 12px;
}
div.vyprvpn div#landing-main div#vypr-features div#security ul li span{
  font-size: 14px;
}
div.vyprvpn div#landing-main div#vypr-features div#freedom ul{
  float: left;
  margin: 0 15px 0 0;
}
div.vyprvpn div#landing-main div#vypr-features div#freedom ul.last{
  margin-right: 0;
}

div.vyprvpn div#landing-main div#vypr-features div#freedom ul li{
  font-size: 12px;
  *font-size: 11px;
}

div.vyprvpn div#landing-featured form {
  margin: 0 0 0 474px; 
}

div.thank-you div#landing-top {
  background: none;
}
div.thank-you div#landing-featured {
  min-height: 600px;
  _height: 600px;
  background: none;
  padding: 50px 0 0;
}
div.thank-you div#landing-featured p{
  font-size: 20px;
  margin-bottom: 20px;
  padding: 0;
}
div.thank-you div#landing-featured p.thank-you{
  font-size: 16px;
  color: #333;
}
div.feature-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 0 40px 20px;
  padding: 30px 25px 5px 35px;
  -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.2); 
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2); 
  box-shadow: 0px 1px 3px rgba(0,0,0,0.2); 
}
div.thank-you div#landing-featured p.dumptruck {
  margin: 0 75px;
  padding-left: 40px;
  background: url(https://images-goldenfrog.netdna-ssl.com/dumptruck30.png) no-repeat 0 0;
  line-height: 30px;
  font-size: 16px;
}

/*DT Outsourcing*/
div.dumptruck #dumpTruckOutsourcingForm {
  width: 600px;
  margin: 0 auto 20px;
}
div.dumptruck #dumpTruckOutsourcingForm form label.elqFormLabel {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
}
div.dumptruck #dumpTruckOutsourcingForm form .elqFormRow td {
  padding: 0 20px 20px 0;
  vertical-align: top;
}
div.dumptruck #dumpTruckOutsourcingForm form .elqFormRow td p{
  margin: 0;
}
div.dumptruck #dumpTruckOutsourcingForm form .elqFormRow td label.error{
  margin: 0;
  font-size: 16px;
}
div.dumptruck #dumpTruckOutsourcingForm form .elqFormRow td.last {
  padding-right: 0;
}
div.dumptruck #dumpTruckOutsourcingForm form input.elqFormSubmit {
  float: none;
  margin-top: 10px;
}
div.dumptruck #dumpTruckOutsourcingForm form .selectBox-dropdown .selectBox-arrow {
  background: url(https://images-goldenfrog.netdna-ssl.com/landing_select_bg_24x22.png) no-repeat scroll 50% center transparent;
  width: 30px; 
}
div.dumptruck #dumpTruckOutsourcingForm form .selectBox-dropdown {
  _line-height: 36px;
  _width: 240px;
}
/* Dropdown control */
.selectBox-dropdown {
  width: 210px; /* width = (desired width) - padding-right */
  padding-right: 40px;
  position: relative;
  border: solid 1px #BBB;
  line-height: 32px;
  text-decoration: none;
  color: #000;
  outline: none;
  vertical-align: middle;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  cursor: default;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
  border-color: #666;
}

.selectBox-dropdown.selectBox-menuShowing {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
  width: 100%;
  padding: .2em .3em;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: url(https://images-goldenfrog.netdna-ssl.com/landing_select_bg_16x15.png) 50% center no-repeat;
}
.selectBox-active {
  background: #f5f5f5;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
  background: #FFF;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  overflow: auto;
}


/* Inline control */
.selectBox-inline {
  width: 250px;
  outline: none;
  border: solid 1px #BBB;
  background: #FFF;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: auto;
}

.selectBox-inline:focus {
  border-color: #666;
}


/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0;
}

.selectBox-options LI A {
  line-height: 1.5;
  padding: 0 .5em;
  white-space: nowrap;
  overflow: hidden;
  background: 6px center no-repeat;
  text-align: left;
}

.selectBox-options LI.selectBox-hover A {
  background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
  color: #888;
  background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
  background-color: #C8DEF4;
}

.selectBox-options .selectBox-optgroup {
  color: #666;
  background: #EEE;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 .3em;
  white-space: nowrap;
}


/* Disabled state */
.selectBox.selectBox-disabled {
  color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: .5;
  filter: alpha(opacity=50);
  border-color: #666;
}

.selectBox-inline.selectBox-disabled {
  color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important;
}

div.main-intro {
  background: #f1f7f9 url(https://images-goldenfrog.netdna-ssl.com/gradient_f3f8fa_f1f7f9_119.png) repeat-x 0 0;
  border-bottom: 1px solid #dce7eb;
  vertical-align: top;
  position: relative;
}
div.main-intro div.container{
  padding: 15px 10px 0;
}
div.main-intro h1{
  font-size: 34px;
  margin: 2px 0 10px;
  color: #4c4c46;
  line-height: 1.2;
}
div.main-intro p{
  font-size: 18px;
  margin-bottom: 20px;
}
div.main-content {
  background: url(https://images-goldenfrog.netdna-ssl.com/shadow_sep_925x11.png) no-repeat center top;
  padding-top: 25px;
  min-height: 300px;
}

/*Checkout*/
div#checkout div.signup h2 {
  font-size: 24px;
  font-weight: bold;
  float: none;
  margin-bottom: 5px;
  clear: both;
  position: relative;
  color: #4C4C46;
}
div#checkout div.signup h2 em{
  float: right;
  margin: 12px 0 0;
  *position: absolute;
  *right: 0;
  *top: 0;
}
div#checkout div.signup a.reg-login { 
  color: #067cd5;
  font-size: 14px;
  font-weight: normal;
}
div#checkout div.signup fieldset {
  width: 100%;
  border-top-color: #ddd;
}
div#checkout div.signup table#addons tr td.selection {
  width: 28px;
}
div#checkout div.signup table#addons tr td.product-desc {
  background: url(https://images-goldenfrog.netdna-ssl.com/nat_firewall_icon.png) no-repeat scroll 0 0;
  padding: 0 45px;
}
div#checkout div.signup table#addons tr td.product-desc label,
div#checkout div.signup table#addons tr td.product-desc p {
  background: none;
  margin: 0;
  padding: 0;
}
div#checkout div.signup table#addons tr td.product-desc label {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
  display: block;
  color: #4c4c46;
}
div#checkout div.signup table#addons tr td.product-desc p {
  font-size: 15px;
}
div#checkout div.signup table#addons tr td.product-price {
  
}
div#checkout div.signup table#addons tr td.product-price p{
  font-size: 15px;
}
div#checkout div.signup table#addons tr td.product-price strong{
  font-size: 17px;
  font-weight: bold;
  color: #4c4c46;
}
div#checkout form.form-2 fieldset label {
  color: #666666;
  font-size: 15px;
  font-weight: bold;
  margin: 0 15px 0 0;
  width: 145px;
}
div#checkout div.signup div.field-note {
  color: #999;
  font-size: 15px;
  margin-left: 164px;
  margin-top: 10px;
  width: auto;
}
div#checkout form.form-2 fieldset span.text input, 
div#checkout form.form-2 fieldset input.text, 
div#checkout form.form-2 fieldset textarea {
  width: 267px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0 5px;
  border: 2px solid #ddd;
  height: 29px;
  margin: 0;
  font-family: ff-meta-web-pro,'Myriad Pro','Trebuchet MS', 'Helvetica', Arial, sans-serif;
  font-size: 15px;
  color: #666666;
  line-height: 29px;
}
div#checkout form.form-2 fieldset select {
  border: 2px solid #ddd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 0;
}
div#checkout div.signup form.form-2 fieldset div.col{
  padding-right: 60px;
  width: 445px;
}
div#checkout div.signup form.form-2 fieldset div.col.last{
  padding-right: 0;
}
div#checkout form.form-2 fieldset input.text.cvv, 
div#checkout form.form-2 fieldset span.text.cvv input {
  width: 76px;
}
div#checkout form.form-2 fieldset img.icon-cvv {
  margin-top: 5px;
  margin-left: 10px;
}
div#checkout span#addon-total {
  color: #999;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
div#checkout span#addon-total b{
  color: #4d8c1a;
  font-size: 30px;
  padding-left: 10px;
}
div#checkout div.signup form.form-2 fieldset div.tos {
  float: none;
  margin-bottom: 20px;
  padding: 0;
}
div#checkout div.signup form.form-2 fieldset div.tos span{
  margin-right: 5px;
}
div#checkout div.signup form.form-2 fieldset div.tos label{
  font-weight: normal;
  width: auto;
}
div#checkout div.signup form.form-2 fieldset div.col div.field {
  padding-bottom: 20px;
  width: auto;
}
div#checkout div.submit-02 {
  text-align: left;
  float: none;
}
div.corporateContact span.cta-landing-1 {
  float: right;
  margin-bottom: 5px;
}
div.corporateContact input.gf-btn {
  font-family: ff-meta-web-pro,'Myriad Pro','Trebuchet MS', 'Helvetica', Arial, sans-serif;
  font-style: normal;
  padding-bottom: 0;
  line-height: 56px;
  *float: none !important;
}
div#checkout div.selected-service-01 {
  width: 100%;
  padding: 0;
  background: #e9e9e9 url(https://images-goldenfrog.netdna-ssl.com/gradient_fc_e9_88.png) repeat-x 0 0;
  border-color: #e3e3e3;
  box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
div#checkout div.selected-service-01 table {
  width: 100%;
}
div.selected-service-01 table td, div.selected-service-01 table th {
  border-right-color: #e1e1e1;
}
div#checkout div.selected-service-01 table th {
  color: #999;
  font-size: 15px;
  padding: 15px 20px 5px;
}
div#checkout div.selected-service-01 table td {
  padding: 0 20px 20px;
}
div#checkout div.selected-service-01 table td.service {
  font-size: 20px;
}
div#checkout div.selected-service-01 table td.service b{
  color: #4C4C46;
}
div#checkout div.selected-service-01 table td.discount {
  padding-top: 10px;
  width: auto;
}
div#checkout div.selected-service-01 table td.discount ul {
  list-style: none;
  margin: 0;
  font-size: 15px;
}
div#checkout div.selected-service-01 table td.discount ul li{
  margin: 0 0 10px;
}
div#checkout div.selected-service-01 table td.price {
  width: auto;
  padding-top: 5px;
}
div#checkout div.selected-service-01 table td.price p{
  font-size: 15px;
}
div#checkout div.selected-service-01 table td.price p b{
  font-weight: bold;
}
div#checkout div.selected-service-01 table td.price p em{
  color: #4C4C46;
}
div#checkout div.selected-service-01 table .left {
  padding-left: 20px;
  width: 235px;
}
div#checkout div.selected-service-01 table .right {
  padding-right: 20px;
  width: 200px;
}
div#checkout .selectBox-dropdown {
  line-height: 29px;
  margin-bottom: 0;
  padding: 0 40px 0 0;
  width: auto;
  border: 2px solid #ddd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: ff-meta-web-pro,'Myriad Pro','Trebuchet MS', 'Helvetica', Arial, sans-serif;
  font-size: 15px;
}
div#checkout .country .selectBox-dropdown {
  width: 237px;
}
div#checkout .selectBox-dropdown span{
  padding: 0 0 0 10px;
  color: #999;
}
div#checkout .selectBox-dropdown .selectBox-arrow {
  background-image: url(https://images-goldenfrog.netdna-ssl.com/selectbox_arrow_b_36x29.png);
  background-color: #eaeaea;
  background-position: 50% top;
  border-left: 2px solid #e3e3e3;
  width: 21px;
  padding: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
div#checkout div.exp-date span.mo {
  margin-right: 10px;
}
div#checkout div.exp-date .mo span.selectBox-label{
  *width: 30px;
}
div#checkout div.exp-date .yr span.selectBox-label{
  *width: 50px;
}
div#checkout.finish h2.page-title-3 {
  margin: 0 0 20px;
}
div#checkout.finish form.form-1 {
  position: relative;
  overflow: hidden;
}
div#checkout.finish .cta-13 {
  float:right;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}


/*Contact*/
div.vypr-contact div.main-intro a,
div.mimo-contact div.main-intro a {
  float: right;
  font-size: 18px;
  margin-top: 10px;
}
div.mimo-contact div.main-content div.section-intro h2 {
  font-size: 30px;
  color: #4c4c46;
  line-height: 1.2;
}
div.vypr-contact div.main-content div.section-intro,
div.vypr-contact div.main-content div.contact-form,
div.mimo-contact div.main-content div.section-intro,
div.mimo-contact div.main-content div.contact-form  {
  float: left;
  width: 460px;
}
div.vypr-contact div.main-content div.section-intro,
div.mimo-contact div.main-content div.section-intro {
  margin-right: 20px;
}
div.vypr-contact div.main-content div.section-intro p,
div.mimo-contact div.main-content div.section-intro p{
  font-size: 18px;
}
div.vypr-contact div.main-content div.contact-form,
div.mimo-contact div.main-content div.contact-form {
  float: right;
  margin-top: 45px;
  margin-bottom: 30px;
}
div.vypr-contact div.main-content div.contact-form form.form-2,
div.mimo-contact div.main-content div.contact-form form.form-2 {
  float: none;
}
div.vypr-contact div.main-content div.contact-form p.required,
div.mimo-contact div.main-content div.contact-form p.required {
  text-align: right;
  margin: 20px 0;
  color: #999;
}
div.vypr-contact div.main-content div.contact-form fieldset,
div.mimo-contact div.main-content div.contact-form fieldset{
  border: none;
  float: none;
  padding: 0;
}
div.vypr-contact div.main-content div.contact-form fieldset label,
div.mimo-contact div.main-content div.contact-form fieldset label{
  font-size: 15px;
  color: #999;
  margin: 5px 20px 0 0;
  width: 140px;
}
div.vypr-contact div.main-content div.contact-form fieldset input.text,
div.vypr-contact div.main-content div.contact-form fieldset textarea,
div.vypr-contact div.main-content div.contact-form fieldset select,
div.vypr-contact div.main-content div.contact-form fieldset .selectBox-dropdown,
div.mimo-contact div.main-content div.contact-form fieldset input.text,
div.mimo-contact div.main-content div.contact-form fieldset textarea,
div.mimo-contact div.main-content div.contact-form fieldset select,
div.mimo-contact div.main-content div.contact-form fieldset .selectBox-dropdown {
  border: 2px solid #ddd;
  color: #666;
  margin-right: 0;
  padding: 0 10px;
  width: 272px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: ff-meta-web-pro,'Myriad Pro','Trebuchet MS', 'Helvetica', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.2;
}
div.vypr-contact div.main-content div.contact-form fieldset input.text,
div.mimo-contact div.main-content div.contact-form fieldset input.text {
  height: 29px;
  line-height: 29px;
}
div.vypr-contact div.main-content div.contact-form fieldset textarea,
div.mimo-contact div.main-content div.contact-form fieldset textarea {
  padding: 7px 0 0 10px;
  width: 282px;
  height: 100px;
}
div.vypr-contact div.main-content div.contact-form fieldset select,
div.mimo-contact div.main-content div.contact-form fieldset select {
  padding: 0;
  width: 296px;
}
div.vypr-contact div.main-content div.contact-form fieldset .cta-landing-1,
div.mimo-contact div.main-content div.contact-form fieldset .cta-landing-1 {
  float: right;
} 
div.vypr-contact div.main-content div.contact-form fieldset .selectBox-dropdown,
div.mimo-contact div.main-content div.contact-form fieldset .selectBox-dropdown {
  line-height: 29px;
  margin-bottom: 13px;
  padding: 0 40px 0 0;
  width: 252px;
}
div.vypr-contact div.main-content div.contact-form fieldset .selectBox-dropdown span,
div.mimo-contact div.main-content div.contact-form fieldset .selectBox-dropdown span{
  padding: 0 0 0 10px;
}
div.vypr-contact div.main-content div.contact-form fieldset .selectBox-dropdown .selectBox-arrow,
div.mimo-contact div.main-content div.contact-form fieldset .selectBox-dropdown .selectBox-arrow {
  background-image: url(https://images-goldenfrog.netdna-ssl.com/selectbox_arrow_b_36x29.png);
  background-color: #eaeaea;
  background-position: 50% top;
  border-left: 2px solid #e3e3e3;
  width: 21px;
  padding: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
a.powered-by-gf-footer {
  background: url(https://images-goldenfrog.netdna-ssl.com/powered_by_gf_227x57.png) no-repeat 0 0;
  width: 227px;
  height: 57px;
  display: block;
  margin: 50px auto 0;
  text-indent: -9999px;
  position: relative;
  clear: both;
}

div#lift__noticesContainer__ {
  z-index: 100;
  width: 950px;
  margin: 0 auto;
  position: relative;
  top: 11px;
  *display: none;
}

/* HOMEPAGE REDESIGN */
div#homeTop {
  width: 960px;
  height: 335px;
  margin: 0 auto;
  position: relative;
  *z-index: 50;
}
div#homeTop div#homeHeader {
  position: relative;
  
}
div#homeTop div#homeHeader a.gfLogo {
  position: absolute;
  left: 0;
  top: 15px;
}
div#homeTop div#homeHeader ul#homeNavContainer {
  list-style: none;
  margin: 0;
  position: absolute;
  right: 0;
  top: 20px;
}
div#homeTop div#homeHeader ul#homeNavContainer li#homeNav,
div#homeTop div#homeHeader ul#homeNavContainer li#share{
  float: left;
  margin: 0;
}
div#homeTop div#homeHeader ul#homeNavContainer li#homeNav{
  margin-right: 20px;
}
div#homeTop div#homeHeader li#homeNav {
  padding: 0 20px;
  background: #1578a7;
  background: rgba(0,0,0,.1);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
div#homeTop div#homeHeader li#homeNav ul {
  float: none;
  position: relative;
  margin: 0;
  padding: 0;
}
div#homeTop div#homeHeader li#homeNav ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0 20px 0 0;
  padding: 10px 0;
}
div#homeTop div#homeHeader li#homeNav ul li.dropdown a {
  padding: 0 15px 0 0;
  background: url(https://images-goldenfrog.netdna-ssl.com/arrow_down_white_8x6.png) right center no-repeat;
  position: relative;
}
div#homeTop div#homeHeader li#homeNav ul li.dropdown {
  position: relative;
}
div#homeTop div#homeHeader li#homeNav ul li.dropdown div.dropdownBox {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  background: #000000;
  background: rgba(0,0,0,.8);
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
div#homeTop div#homeHeader li#homeNav ul li.dropdown:hover div.dropdownBox {
  display: block;
}
div#homeTop div#homeHeader li#homeNav ul li.dropdown div.dropdownBox ul {
  overflow: visible;
  padding: 10px 0 5px;
}
div#homeTop div#homeHeader li#homeNav ul li.dropdown div.dropdownBox ul li {
  float: none;
  margin: 0 0 5px;
  padding: 0 15px;
  text-align: left;
}
div#homeTop div#homeHeader li#homeNav ul li.dropdown div.dropdownBox ul li a {
  background: none;
  font-size: 15px;
  padding: 0;
  white-space: nowrap;
  color: #CCCCCC;
}
div#homeTop div#homeHeader li#homeNav ul li.dropdown div.dropdownBox ul li a:hover {
  color: #FFFFFF;
}
div#homeTop div#homeHeader li#homeNav ul li.last {
  margin: 0;
}
div#homeTop div#homeHeader li#homeNav ul li a,
div#homeTop div#homeHeader li#homeNav ul li a:hover {
  color: #FFFFFF;
  text-shadow: 0 1px 0 rgba(0,0,0,.6);
  font-size: 15px;
}
div#homeTop div#homeHeader li#homeNav ul li.dropdown div.locale-selector {
  width: 520px;
  left: auto;
  right: 0;
  padding: 20px 0 0 20px;
  z-index: 100;
}
div#homeTop div#homeHeader li#homeNav ul li.dropdown div.locale-selector h3{
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: left;
}
div#homeTop div#homeHeader li#homeNav ul li.dropdown div.locale-selector h4{
  color: #fff;
  margin: 0;
  font-size: 15px;
}
div#homeTop div#homeHeader li#homeNav ul li.dropdown div.locale-selector ul{
  padding: 0;
}
div#homeTop div#homeHeader li#homeNav ul li.dropdown div.locale-selector ul li{
  float: left;
  padding: 0;
  margin: 0 20px 20px 0;
  width: 110px;
  height: 80px;
}
div#homeTop div#homeHeader li#homeNav ul li.dropdown div.locale-selector ul li:nth-child(4n) {
  margin-right: 0;
}
div#homeTop div#homeHeader li#homeNav ul li.dropdown div.locale-selector ul li ul{

}
div#homeTop div#homeHeader li#homeNav ul li.dropdown div.locale-selector ul li ul li{
  float: none;
  margin: 0;
  height: auto;
}
div#homeTop div#homeHeader li#homeNav ul li.dropdown div.locale-selector ul li ul li a{

}
div#homeTop div#homeHeadline,
div.homeProduct,
div#homeCorporate {
  text-align: center;
}
div#homeTop div#homeHeadline h1 {
  color: #FFFFFF;
  font-size: 38px;
  text-shadow: 0 2px 0 #004da1, 0 0 15px rgba(0,0,0,.3);
  margin: 0;
  padding: 120px 0 0 0;
}
div#homeTop div#homeHeader ul#homeNavContainer li#share {
  padding-top: 10px;
}
div#homeTop div#homeHeader ul#homeNavContainer li#share ul{
  list-style: none;
  margin: 0;
}
div#homeTop div#homeHeader ul#homeNavContainer li#share ul li{
  float: left;
  margin: 0;
}
div#homeTop div#homeHeader ul#homeNavContainer li#share ul li.google{
  width: 75px;
  *display: none;
}
div#homeTop div#homeHeader ul#homeNavContainer li#share ul li.facebook{
}
div#homeBody {
  background: url(https://images-goldenfrog.netdna-ssl.com/homeBodyBg.png) repeat;
  background: url(https://images-goldenfrog.netdna-ssl.com/homeBodyShadow.png) top repeat-x, url(https://images-goldenfrog.netdna-ssl.com/homeBodyBg.png) repeat;
  text-align: center;
  position: relative;
}
div#homeBody .container {
  position: relative;
  top: -180px;
  left: -20px;
  height: 500px;
}
div#homeBody div.homeProduct h2 {
  background: url(https://images-goldenfrog.netdna-ssl.com/homeDivider.png) top center no-repeat;
  background: url(https://images-goldenfrog.netdna-ssl.com/homeDivider.png) top center no-repeat, url(https://images-goldenfrog.netdna-ssl.com/homeDivider.png) bottom center no-repeat;
  padding: 10px 20px;
  margin: 15px 0 0;
}
div#homeBody div.homeProduct h2 a,
div#homeBody div.homeProduct h2 a:hover {
  font-size: 22px;
  color: #4B4C46;
  text-shadow: 0 1px 0 #FFFFFF;
  line-height: 1.4em;
}
div#homeBody div#homeShowcase {
  width: 620px;
  margin: 0 auto 30px;
  overflow: hidden;
}
div#homeBody div#homeShowcase div.homeProduct {
  width: 300px;
  float: left;
}
div#homeBody div#homeMimo {
  width: 300px;
  margin: 0 auto;
  padding: 0 0 40px;
}
div#homeBody div#homeShowcase div.homeProduct:hover {
  background: url(https://images-goldenfrog.netdna-ssl.com/homeShowcaseLight.png) 0 15px no-repeat;
}
div#homeBody div#homeShowcase div.homeProduct a.heroImage img {
  padding: 0 0 15px;
}
div#homeBody div#homeShowcase div.homeProduct a.heroImage img {
  -moz-transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -moz-transform: scale(.95);
  -webkit-transform: scale(.95);
  -o-transform: scale(.95);
  transform: scale(.95);
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-transform-style: preserve-3d;
}
div#homeBody div#homeShowcase div.homeProduct:hover a.heroImage img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
div#homeBody div#homeShowcase div#homeVyprVPN {
  margin: 0;
  padding: 0 20px 0 0;
}
div#homeBody div#homeCorporate p {
  font-size: 15px;
  margin: 0;
  padding: 0 0 10px;
}
div#homeBody div#homeCorporate a {
  font-size: 15px;
}
div#homeBody div#social {
  background: #fafafa;
  background: -moz-linear-gradient(top,  #fafafa 0%, #f0f0f0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f0f0f0));
  background: -webkit-linear-gradient(top,  #fafafa 0%,#f0f0f0 100%);
  background: -o-linear-gradient(top,  #fafafa 0%,#f0f0f0 100%);
  background: -ms-linear-gradient(top,  #fafafa 0%,#f0f0f0 100%);
  background: linear-gradient(top,  #fafafa 0%,#f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f0f0f0',GradientType=0 );
  border: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  padding: 10px 15px 7px;
  color: #666;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  bottom: -180px;
  text-align: left;
}
div#homeBody div#social a{
  margin-right: 10px;
  position: relative;
}
div#homeBody div#social a.facebook{
  margin-right: 7px;
}
div#homeBody div#social a.twitter{
  top: 2px;
}
div#homeBody div#social img{
  vertical-align: middle;
  border: 0;
}
div#homeBody div#social a.gplus img {
  height: 26px;
  width: 26px;
}
div#homeBody div#social span{
  position: relative;
  top: 2px;
}
li.vypr-info {display: none;}

/* Download Page Common Styles */
div.download div.setupSidebar {
  width: 220px;
  float: left;
  background: url(https://images-goldenfrog.netdna-ssl.com/vypr_support_fnav_bg_236x638.png) no-repeat right top;
  min-height: 638px;
  margin: -24px 20px 0 0;
  padding-top: 29px;
}
div.download div.setupSidebar ul.topics {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.download div.setupSidebar ul.topics li {
  margin-bottom: 20px;
}
div.download div.setupSidebar ul.topics li h4 {
  margin-bottom: 5px; 
}
div.download div.setupMain {
  width: 700px;
  float: left;
  margin-bottom: 30px;
}
div.download div.setupMain h2 {
  font-size: 30px;
  color: #4B4C46;
}
div.download div.setupMain h3 {
  font-size: 24px;
  color: #4B4C46;
  line-height: 1.2;
  margin: 0 0 10px;
}
div.download div.setupMain ul {
  list-style-type: disc;
  margin: 0;
  padding: 0 0 0 30px;
}
div.download div.setupMain ul li {
  margin: 0 0 2px;
}
div.download div.setupMain div.section {
  margin: 0 0 20px;
}
div.download a.dlCta {
  color: #333333;
  text-shadow: 0 1px 0 #FFFFFF;
  display: block;
  position: relative;
  margin: 25px 0 0 30px;
}
div.download a.dlCta strong {
  font-size: 22px;
  position: absolute;
  top: 68px;
  left: 112px;
  padding-right: 24px;
  background: url(https://images-goldenfrog.netdna-ssl.com/mimo-download-arrow.png) right 2px no-repeat transparent;
  line-height: 1;
}
div.download a.dlCta strong small {
  font-size: 17px;
  font-weight: normal;
  vertical-align: middle;
}
div.download .setupMain ol#setupInstructions {
  margin: 0;
  padding: 10px 0 0;
  position: relative;
}
div.download .setupMain ol#setupInstructions li {
  list-style-type: none;
  margin: 0;
  padding: 0 0 15px;
  font-size: 22px;
  min-height: 30px;
}
div.download .setupMain ol#setupInstructions li .number {
  background: #F5C61E;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0 8px;
  float: left;
  margin: -2px 10px 0 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.3);
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
  font-size: 28px;
}
div.download div.setupSidebar ul.topics li ul {
  list-style: none;
  margin: 0;
}
div.download div.setupSidebar ul.topics li ul li {
  margin-bottom: 5px;
}
div.changelog div#changelogBody ul, div#changelogBody div.setupMain ol{
  margin: 0 0 1em;
  padding: 0 0 0 30px;
}
div.changelog div#changelogBody ul {
  list-style: disc;
}
div.changelog div#changelogBody ul ul {
  list-style: circle;
}
div.changelog div#changelogBody ul.main {
  padding-left: 20px;
}
div.changelog div#changelogBody ul.main li {
  margin-bottom: 1.5em;
}
div.changelog div#changelogBody li li, div.changelog div#changelogBody ul.main li li {
  margin-bottom: 0.5em;
}div.changelog div.setupMain p {
  margin-bottom: 1em;
}
div.changelog div#changelogBody h2, div.changelog div#changelogBody h2 a {
  color: #4b4c46;
  text-decoration: none;
}
div.changelog div#changelogBody h2 a:hover {
  color: #666;
}
div.changelog div#changelogBody h2 {
  font-size: 24px;
  line-height: 1.2;
}
div.changelog div#changelogBody h2.latest {
  background: url(https://images-goldenfrog.netdna-ssl.com/icon_changelog_latestversion.png) no-repeat left center transparent;
  padding-left: 150px;
}
div.changelog div#changelogBody h3 {
  color: #4b4c46;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 15px;
}
div.changelog #changelogBody .levelOne {
  list-style-type: decimal;
}
div.changelog #changelogBody .levelTwo {
  list-style-type: lower-alpha;
  margin-bottom: 10px;
}
div.changelog #changelogBody .levelThree {
  list-style-type: circle;
  margin: 0;
}
div.changelog #changelogBody .levelFour {
  list-style-type: circle;
}
div.changelog div.section-block {
  position: relative;
  overflow: hidden;
}
a.sopa {
  position: absolute;
  background: url(https://images-goldenfrog.netdna-ssl.com/sopa_gf-home.png) no-repeat 0 0;
  display: block;
  text-indent: -9999px;
  top: 30px;
  left: 0;
  width: 145px;
  height: 21px;
  z-index: 1;
}
.vypr-learn a.sopa {
  background: url(https://images-goldenfrog.netdna-ssl.com/sopa_gf-vypr.png) no-repeat 0 0;
  height: 25px;
  width: 204px;
  top: 18px;
}
.mimo-learn a.sopa {
  background: url(https://images-goldenfrog.netdna-ssl.com/sopa_gf-mimo.png) no-repeat 0 0;
  height: 25px;
  width: 178px;
  top: 18px;
}
.dumptruck a.sopa {
  background: url(https://images-goldenfrog.netdna-ssl.com/sopa_gf-dt.png) no-repeat 0 0;
  height: 21px;
  width: 145px;
  top: 29px;
}
