/*#topnav ul .selected,
#topnav ul li:hover {
  background-color: #c70752;
}*/

#topnav ul li a:hover {
  color: white;
}

#topnav ul li {
  padding-top: 1.5em;
  padding-bottom: 0;
}

#topnav ul .home-nav {
  padding: 1em 1.5% 0.5em;
}

#topnav ul .home-nav .highlight {
  color: #40B649;
  font-weight: 900;
}

/*#page-header {
  background: #c70752;
  color: white;
}*/

#page-header h1 {
  color: white;
  text-transform: none;
}

#page-header p {
  color: white;
  font-size: 1.2em;
  line-height: 1.55;
}

#page-header .banner-img { margin-top: 5px; }

/*h2 {
  color: #c70752;
*/

.read-more {
  font-weight: bold;
  margin-top: 0.4em;
  padding-top: 0.4em;
  border-top: 2px dotted #e8e8e8;
}

#getting-started,
#twitter {
  -webkit-box-shadow: -10 0 15px -12px #e8e8e8 inset;
  box-shadow: -10px 0 15px -12px #e8e8e8 inset;
  padding-right: 2em;
}

.bx-wrapper .bx-viewport {
  background-image: url(none);
  background-color: #e8e8e8;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8e8));
  background: -moz-linear-gradient(top, #ffffff, #e8e8e8);
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-top: .5em;
  margin-bottom: .5em;
}

.bxslider li img {
  transform: none;
  -webkit-transform: none;
  float: left;
  margin: 0;
  margin-right: 4em;
  padding: .3em;
  margin-top: 4em;
  margin-bottom: 4em;
  background-color: white;
}

.bxslider h2 {
  font-size: 2.4em;
 /*text-transform: lowercase;*/ 
}

.bxslider p {
  font-size: 1.9em;
  line-height: 1.4em;
}

.bxslider .anc-con {
  float: left;
  width: 60%;
}

@media (max-width: 980px) {
  .bxslider li img { display: none; }
  .bxslider .anc-con { width: 100%; }
}

@media (max-width: 767px) {
  #getting-started, 
  #twitter {
    box-shadow: none;
    -webkit-box-shadow: none;
    padding-right: 0;
  }
  .bxslider p {
  font-size: 1.1em;
  line-height: 1.4em;
}

}