.inverse a { color: #fff; }

.hd {
  background-color: #eee;background-color: rgba(255,255,255,0.8); position: absolute; z-index: 70;
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 51%, rgba(255,255,255,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(51%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,0) 100%); /* W3C */
  /* IE6-9 */
  /* filter doesn't work with dropdowns (causes overflow issue), so if you want to use the gradient, you'll have to increase the header size
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  height: 240px;
  */
}
.bd { position: relative; }

.hero-home {
  position:relative;
  height: 700px;
}
.bg {
  background: #f6f6f6 url('http://images.startlogic.com/startlogic/hero-bg.jpg') no-repeat fixed center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position:absolute;
  z-index:-1;
  width:100%;
  top:0;
  bottom:0;

}
.hero-home .copy { padding-top: 200px; text-shadow: 0 2px 8px #fff; }

.hero-home .btn-lg { padding: 15px 40px; }


.container{
  background-color: #f6f6f6;
  z-index:2;
}



.circle {
  width: 150px;
  height: 150px;
  background-color: #39b3c1;
  position: relative;
  left: 20%;
  top: -7%;
  border-radius: 999px;
  padding-top: 25px;
  color: #fff;
}

.main .circle h3 { color: #fff; font-size: 28px; line-height: 0.7; }

.pacifico { font-family: 'pacifico', script; font-weight: 300; }

.hero .price .starting-at { font-size: 24px; }
.circle .pacifico { display: block; }
.weak { font-weight: 300; }

.affiliate-welcome { background-color: #fff; background-color: rgba(255, 255, 255, .5); bottom: 0; font-size: 18px; font-weight: 300; padding: 1em 15%; position: absolute; text-align: center; }

.section { padding: 3em 0; }

.plans h3 { font-size: 36px; }

.plans .lead { font-size: 20px; }
.plans .lead strong { color: #39b3c1; display: block; margin-bottom: .5em; }

.plans .price { font-size: 20px; }

.choose-your-path { margin-bottom: 2em; }

.help-me-choose .price { margin-top: 15px; }
.help-me-choose .starting-at { font-size: 14px; font-style: italic; }


/* Help Me Choose ribbon */
.btn-ribbon {
  background-color: transparent;
  background: url("http://images.startlogic.com/startlogic/banner.png") center center no-repeat;
  display: inline-block;
  height: 77px;
  width: 804px;
}

.helpmechoose-btn p {
  font-size: 22px;
  line-height: 77px;
}
.helpmechoose-btn a {
  color: #777;
  display: block;
}
.helpmechoose-btn a:hover {
  color: #16a6b6;
}

.helpmechoose-btn a:before {
  content: '';
  background: url("http://images.startlogic.com/startlogic/bulb-blue.png") left center no-repeat;
  width: 32px;
  height: 45px;
  display: inline-block;
  position: relative;
  top: 12px;
  right: 14px;
}
/* /end ribbon */

.all-plans-include {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  padding: 1em 0;
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.all-plans-include ul { overflow: hidden; }
.all-plans-include li { float: left; margin: 1em 0; width: 33%; }
.all-plans-include img { padding: 0 3em 1em; }
.all-plans-include a { color: #575757; }



/* fixed subnav */
.page-nav {
  height: 70px;
}
.navbar-page-specific {
  height: 70px;
  background-color: #16a6b6;
  background-color: rgba(22, 166, 182, .9);
  font-size: 28px;
  font-weight: 300;
  overflow: hidden;
  width: 100%;
  z-index: 100;
}

.affix { position: relative; }
.affix .navbar-page-specific {
  position: fixed;
  top: 0;
}

.navbar-nav { position: relative; }
.navbar-nav .logo {
  left: 15px;
  opacity: 0;
  position: absolute;
  top: 6px;
  /* fade in logo when scrolling down */
  -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
       -o-transition: all .3s ease;
          transition: all .3s ease;
}
.affix .navbar-nav .logo {
  opacity: 1;
}
.navbar-inverse .navbar-nav > .logo > a,
.navbar-inverse .navbar-nav > .logo > a:hover,
.navbar-inverse .navbar-nav > .logo > a:active {
  background: transparent url('http://images.startlogic.com/startlogic/logo-navbar-inverse.png') no-repeat scroll 0 0;
  direction: ltr;
  padding: 0;
  text-indent: -9999px;
  width: 158px;
  height: 47px;
}

.navbar-inverse { border-radius: 0; }
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:hover { background: transparent; color: #ddd; }

.navbar-inverse .navbar-nav > li.active > a:hover,
.navbar-inverse .navbar-nav > li.active > a { background: transparent; color: #fff; }


.navbar-default{ border: none; padding: .2em 0 0; }

.navbar-default .reg-nav .navbar-nav > li > a {
  color:white;
  font-size:18px;
  margin-top:9px;
  margin-bottom: 4px;
}
.navbar-nav{
  float:none;
  text-align:center;
}
.navbar-nav > li{
  display:inline-block;
  float:none;
}
.navbar-default .reg-nav .navbar-nav > li > a:hover, .navbar-default .reg-nav .navbar-nav > li > a:focus, .navbar-default .reg-nav .navbar-nav > li.active > a{
  text-decoration: underline;
  background-color: transparent;
  color:white;
}
.navbar-default .reg-nav .navbar-nav > li > a.btn{
 background-color: #ee6557;
  color: #ffffff;
  opacity:.9;
}
.navbar-default .reg-nav .navbar-nav > li > a.btn:hover{
  opacity:1;
}

.vertical-or {
  position:absolute;
  right:1px;
  top:0;
  bottom:50px;
  background-color:#ccc;
  width:2px;
}
.vertical-or span {
  display:block;
  width: 20px;
  color: #ccc;
  position:absolute;
  line-height:80px;
  top:42%;
  left:-10px;
  text-align: center;

  background-color: #f6f6f6;
  z-index:30;
  font-size:16px;
}
/**header animation**/
.hero-group{
  display: block;
  text-align:center;
  padding-right:150px;
}
.rw-words{
  display: inline;
  text-indent:15px;
  -webkit-backface-visibility: hidden;

}
.business-stats{
  position:relative;
  margin-bottom:80px;
}
.business-stats .rw-words{
  display:block;
}
.rw-words span {
  position: absolute;
  display:none;
  overflow: hidden;
  text-align:left;
  color: #16a6b6;
  margin-top:-20px;
  opacity:0;

}
.business-stats .rw-words span {
  left:0;
  right:0;
  text-align:center;
  font-size: 46px;
  line-height: 1.2em;
  display:none;

}

.nav-main li.dropdown:hover > ul.dropdown-menu { display: block; }


/* Disclaimer */
.disclaimer-container { color: #aaa; text-align: center; }
