html, body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    padding: 0px;
    overflow-x: hidden; 
    font-family: 'Source Sans Pro', sans-serif;
}

a:hover  { text-decoration: none; }

.navbar { margin-bottom: 0; }

.navbar-brand { 
    float: none; 
    padding: 0;
    }

.phone { 
    margin: 0 auto !important; 
    text-align: center !important;
    display: block;
}

.footer-phone img {
padding-right: 4px;
}

.footer-phone {
       margin: 0 auto !important; 
    text-align: center !important;
    display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ee4411;
  color: white;
}

.footer-phone a { color: white !important;
}


.page-scroll { text-align: center !important; }

.navbar-brand h1 { 
	font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
	color: #E41;
    font-weight: 400;
	text-transform: uppercase;
	margin: 0 auto !important; 
    text-align: center !important;
    display: block;
padding-top: 10px;
	}

.navbar-brand h1 p { 
    color: #333; 
    font-size: 12px; 
    }

.navbar-collapse ul { 
    margin-top: -1px;
    margin-bottom: 0; 
    }

.nav .droplinks { 
	border-bottom: solid #222 1px;
  	background-color: #333;
    color: #fff !important;
    font-size: 12px;
    text-decoration: none;
    padding: 0;
}
.navbar-collapse.in {
    overflow-y: visible;
}
.navbar-default .navbar-nav>li>a { color: #fff; }
.navbar-default .navbar-nav>li>a:hover { color: #fff; }

.boxes div {
    display: none;
}

.box {
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    background-color: #e41;
    color: #fff;
    padding: 3px 10px;
    float: right;
    margin-top: 25px;
}

.content {
    border: 0;
    vertical-align: middle;
    background: #f6f6f6 !important;
    }

.col-xs-12 { 
    padding: 30px;
    background: white; 
    }

.col-xs-12 p {  
    color:#333;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.231;
    }

.home { font-weight: bold; }

.col-xs-12 a { color: #e41;}

.bread-crumb {
    background: linear-gradient(to bottom, #f6f6f6 0%, #efefef 100%);
    border: 1px solid #e2e2e2;
    border-left: 0;
    border-right: 0;
    margin: 0;
    padding: 0;
    font-size: 12px;
    overflow: hidden;
}
.bread-crumb ul { margin-top: 0; padding-left: 0; }

.bread-crumb ul li {
    list-style: none;
    float: left;
    background: url(https://www.capstonelawyers.com/mobile/css/../images/bc-separator.png) right center no-repeat;
    padding: 8px;
    padding-right: 21px;
}

.bread-crumb span { 
    font-family: 'Source Sans Pro', sans-serif; 
    font-size: 12px;
    font-weight: bold; 
    }

.bread-crumb a {
    color: #333;
    }

.footer {
    font-size: 15px;
    padding: 0 15px;
    text-shadow: none;
    background: #ee4411;
    border: 0;
    font-weight: 400;
    overflow: hidden;
    color: #efefef;
        margin-bottom: 46px;
}
.footer p {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 12px 0 !important;
    font-size: 15px;
    font-weight: 400;
    color: #efefef;
}


/* our attorneys */

h3 { 
    font-family: 'Source Sans Pro', sans-serif;
    color: #e41;
    display: block;
    font-size: 1.1em;
    font-weight: bold; }

td { padding: 5px 9px; }

tr a { font-family: 'Source Sans Pro', sans-serif; }

hr {
    border-color: #efefef;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    display: block;
    }


/* practice areas */

ul.nav-list {
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #efefef;
    }

ul.nav-list li {
    margin: 0;
    border-bottom: 1px solid #efefef;
    }

ul.nav-list li a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    font-size: 13px;
    border-left: 5px solid #ee4411;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
    display: block;
    color: #333333 !important;
    padding: 3%;
    }

ul.nav-list li a span {
    float: right;
    color: #ee4411;
    font-size: 14px;
    line-height: 17px;
    }

.col-xs-12 ul {  
    color:#333;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-weight: bold;
    }

.ccpa li {  
    color:#333;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-weight: bold;
    }


.ccpa td {  
       width: 50%;
    border: 1px solid #333;
    padding: 10px;
    color:#333;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.231;
    }

.screen-reader-response { display: none !important; }
.wpcf7-not-valid-tip { color: red; }