.navbar-default {
     background-color: transparent !important; 
     border-color: #e7e7e7;   
}
.sub li a {
    color: #000 !important;
    text-decoration: none;
}

a {
    color: #033664;
    text-decoration: none;
}

/* home.do */

.list-group-item:first-child {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 19.5px 15px !important;
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid #9e9e9e;
    color: #000;
    font-size: 15px;
}


.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 8px !important;
    font-size: 12px;
    color: #fff !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff !important;
    background-color: #03488f;
}

.practice .list-group-item {
    text-align: left;
}

#services{
	text-align: center;
}

.navbar-nav {
    margin: 7.5px -15px !important;
}

.row.services{
	padding: 50px 100px;
}

.navbar-default {
    border: 0px !important;
}

h4{
	font-family: 'Droid Sans', sans-serif;
    height: 50px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    /*background: url(../images/blue-bg.png);*/
    background-repeat: no-repeat;
    padding: 12px 10px;
    font-weight: 600;
}

article p{
	font-size: 16px;
}

.map{
	width: 100%;
	height: 500px;
}

.getstarted{
	margin: 0 auto;
    font-size: 120%;
    margin-top: 58px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 15px;
}

.getstarted-btn{
	color: #000;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 600;
}

.getstarted-btn:hover{
	text-decoration: none;
	color: #000;
}

.row.homecontent{
    color: #FFFFFF;
    text-align: center;
    padding: 68px 0px 201px;
}

.homecontent span{
	font-size: 75px;
	font-weight: 600;
}


.nav > li.dropdown.open {
  position: static;
}

.nav > li.dropdown.open .dropdown-menu {
  display: table;
  border-radius: 0px;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
}

.dropdown-menu > li {
  /*display: table-cell;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;*/
    text-align: left;
    float: left;
    width: 33%;
    
}

.sub li {
    line-height: 29px;
}

@media screen and (max-width: 767px) {
  .dropdown-menu > li {
    display: block;
  } 
}




.carousel-caption {
 	text-shadow: 2px 1px #555 !important;
    font-size: 18px !important;
    background-color: rgba(0, 0, 0, 0.22) !important; 
}