.relative { position:relative; }
.top-bar-section .dropdown {background: #FFF;}
.top-bar-section .dropdown a {font-weight:700 !important;}
.breadcrumbs {background:none; border:none; padding-left:0;}

#content h1, #features h3 {color:#157D0E;}

hr,.side-nav li.divider {border-top:3px solid #FFF;}

#content ul, #content ol {padding-left:20px;}

/* ------------ AT LEAST 768px WIDE ------------ */
@media screen and (min-width: 768px) {
#wrapper {background:#FFF; background:rgba(255,255,255,0.85); -moz-box-shadow:1px 1px 3px rgba(0,0,0,0.4); box-shadow:1px 1px 3px rgba(0,0,0,0.4);}
.top-bar {width:70%; position:absolute; right:0; top:87px;}
.footer-box {max-width:940px; margin:0 auto; }
#bg1 #page_content, #features {width:70%; margin:0 auto; }
}

/* ------------ AT MOST 699px WIDE ------------ */
@media screen and (max-width: 767px) {
html {background:#FFF;}

}

/* ------------ AT MOST 500px WIDE ------------ */
@media screen and (max-width: 500px) {

}