body{
	background:#181e24;
	/*background:#fff;*/
	color:#5c5c5c;
	font-family: 'Montserrat', sans-serif;
}

h1{
	color:#cc7105;
	font-size:28px;
	font-weight:bold;
	font-family: 'Lora', serif;
}

h2{
	color:#5c5c5c;
	font-size:22px;
	font-weight:bold;
	margin:0 0 10px 0;
	font-family: 'Lora', serif;
	
}

h3{
	color:#5c5c5c;
	font-size:18px;
	font-weight:bold;
	display:inline-block;
	margin:0;
	padding:0;
	/*font-family: 'Lora', serif;*/
}

h4{
	color:#5c5c5c;
	font-size:16px;
	font-weight:bold;
	display:inline-block;
	margin:0;
	padding:0;	
	/*font-family: 'Lora', serif;*/
}

p {
	margin: 0 0 20px 0;
}

hr{
	border-color:#7f7672;
}

a,
a:hover{
	color:#cd8335;
}

.mediaQueryDetector{
	content:'';
}

/*img-responsive override for IE*/
.img-responsive{
	width: auto;
	max-width:100%;
}

/*START: Helper Styles*/

.contentCenter{
	text-align:center;
}

.contentRight{
	text-align:right;
}

/*END: Helper Styles*/


/*START: Outer Wrapper*/
.outer-wrapper{
	background: url('../img/background.png');
	position:relative;
}

.outer-wrapper.content-wrapper{

}

.outer-wrapper.sil-heading-wrapper{
	background:none;
}

.outer-wrapper.mobile-contact-wrapper{
	background:#181E24;
	border-top:solid 2px #fe891a;
	padding-bottom:10px;
	text-align:center;
}

.outer-wrapper.mobile-contact-wrapper img{
	max-width:100%;
}

.sil-heading-background-wrapper{
	position: absolute;
    min-height: 50px;
    height:100%;
    top: -10px;
    left: 0;
    right: 0;
}

.sil-heading-wrapper{
	margin-bottom:30px;
}

.sil-heading{
	font-size:28px;
 	color:#cc7105;
 	font-weight:bold;
 	padding-top:15px;
 	padding-bottom:20px;
 	z-index:100;
 	font-family: 'Lora', serif;
}

.sil-heading-wrapper .content-border{
min-height:50px;
	height:100%;
}

.sil-promo-wrapper{
	margin-bottom:10px;
	display:inline block;
	text-align:center;
}

.sil-promo-wrapper .grayscaleWrapper{
	display:inline-block;
	position:relative;

}

/*.sil-promo-wrapper:hover .sil-promo-link{
	color:#cd8335;
}*/

.sil-promo-img{
	margin:0 auto;
}
.sil-promo-link{
	display:inline-block;
	position:absolute;
	bottom:20px;
	left:50%;
	transform:translate(-50%,0);
	background:#eee;
	padding:20px;
	white-space: nowrap;

	font-size:18px;
 	font-weight:bold;
 	color:#ffffff;
 	padding: 6px 25px;
 	display:inline-block;
 	background-color:#6587a9;
 	border-bottom: solid #5c5c5c 4px;
 	margin:0 auto;

 	font-family: 'Lora', serif;
}


.sil-heading-background{
	background: url('../img/background.png');
	height:100%;
}

.inner-content-wrapper{
	background:#fff;
	background:rgba(255,255,255,.7);
	margin-top:2px;
	padding-bottom:20px;
}


.sub-wrapper .content-border{
	height:70px;
}


.content-border{
	position:absolute;
	height:50px;
	top:-10px;
	left:0;
	right:0;
	background:rgba(215,225,235,.5);
	/*z-index:100;*/
}

.content-border:after{
	content:"";
	background-color:#df8733;
	height:2px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin-top:10px;
}

.content-header-band{
	min-height:60px;
	background:#d7e2eb;
	margin:0 15px;
}

.content-header-band img{
	/*margin-top:5px;*/
}

.content-header-band-inner{
	margin:0 -15px;
}
/*END: Outer Wrapper*/


.logo{
	padding:25px 10px;
	margin:0 auto;
}

/*START: Social*/
.social {
    list-style-type: none;
    text-align: left;
    padding: 0px;
    margin: 0px 0;
}

.social .link {
    display: inline-block;
    margin: 0 3px;
}

.social a {
    background-color: #5b5b5b;
    border-radius: 0px;
    color: #fff;
    display: block;
    padding: 3px 0;
    width: 22px;
    text-align: center;
    font-size: 12px;
}

.social a:hover{
	background-color:#cc7105;
}
/*END: Social*/

/*START: NAV*/
header{
	position:relative;
	z-index:10;
}

.nav-outer-wrapper{
	background: rgba(24,30,36,.75);
	border-top:solid 2px #ffffff;
}

.nav-inner-wrapper{
	border-top:solid 2px #fe891a;
	margin-top:3px;
}

.sil-nav-wrapper{
	margin-top:10px;
}

.sil-nav-wrapper .nav-outer-wrapper,
.sil-nav-wrapper .nav-inner-wrapper{
	border:none;
	background:none;
	margin:0;
}

.ljl-navbar.navbar{
	min-height:0;
	text-align:center;
	margin:4px 0;
	font-family: 'Lora', serif;
}

.ljl-navbar a{
	color:#c2c2c3;
	text-transform:uppercase;
	font-size:13px;
}
.ljl-navbar .navbar-nav>li>a{
	background:none;
}

.ljl-navbar a:hover,
.ljl-navbar a.active{
	color:#cc7105;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background:none;	
}

.dropdown-menu{
	padding-top:0;
	padding-bottom:0;
}

.dropdown-menu>li>a{
	padding:10px 15px 10px 15px;
	color:#5c5c5c;	
	border-bottom:solid thin #cc7105;
}

.dropdown-menu>li:last-child>a{
	border:none;
}

.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover{
	background-color:#cc7105;
	color:#ffffff;
}

.dropdown-submenu {
    position: relative;
    cursor:pointer;
}

.dropdown-submenu > .dropdown-menu {
    left: 100%;
    margin-left: -1px;
    margin-top: -1px;
    top: 0;
    border-radius:0 4px 4px 0;
}


.dropup .dropdown-menu{
	/*border-radius:4px 4px 0 0 !important;*/
}


.navbar-toggle .icon-bar{
	background-color:#fe891a;
}

/*END: NAV*/



/*START: HOME*/
.logo-wrapper{
	margin:0px;
}

#myCarousel{
	margin-top:-38px;
}

.affiliate-logo{
 	margin:0 10px;
 }

.carousel-caption{
	background: rgba(24,30,36,.9);
	z-index:inherit;
	position:absolute;
	top:auto;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	padding: 30px 20px;
}

.carousel-caption h2{
	color:#ffffff;
	font-size:44px;
	font-weight:bold;
}

.carousel-indicators{
	display:none;
}

.carousel-caption .tag {
	color: #fe891a;
	font-size: 26px;
	font-weight: 700;
	text-shadow: none;
}

#affiliateSlider{
	max-width:430px; 
	margin:0 auto;
	margin-right:-15px;
	margin-bottom:10px;
}

#affiliateSlider .item{
	text-align:center;
	margin: 3px;
}

#affiliateSlider .item img{
  /*display: block;*/
/*  width: 100%;
  height: auto;*/
}

.home-content-wrapper{
	z-index:1;
}

 .home-contact-wrapper{
 	position:relative;
 }
.home-contact-wrapper:before,
.home-contact-wrapper:after{
	content:"";
	height:85px;
	position:absolute;
	top:-26px;
	width:35px;
	/*background:url('../img/contact_transparency.png');		
	background-size:contain;
	background-repeat:no-repeat;*/
	z-index:5;
}

.home-contact-wrapper:before{
	left:3px;
	
}

.home-contact-wrapper:after{
	right:3px;
	
}


/*.home-contact:before,
.home-contact:after{
	content:"";
	height:180px;
	position:absolute;
	top:0;
	width:15px;		
}

.home-contact:before{
	left:-15px;
	-webkit-box-shadow: -10px 0 15px -15px inset;
	-moz-box-shadow: -10px 0 15px -15px inset;
	box-shadow: -10px 0 15px -15px inset;
}

.home-contact:after{
	right:-15px;
	-webkit-box-shadow: 10px 0 15px -15px inset;
	-moz-box-shadow: 10px 0 15px -15px inset;
	box-shadow: 10px 0 15px -15px inset;
}*/

 .home-contact{
 	height:250px;
 	margin-top:-100px;
 	background:url('../img/background.png');
 	text-align:center;
 	position:relative;
 	z-index:10;
 }

 .contact-title{
 	font-size:28px;
 	color:#cc7105;
 	font-weight:bold;
 	padding-top:15px;
 	font-family: 'Lora', serif;
 }

 .contact-button-wrapper{
 	margin:15px 0 10px 0;
 }

 a.contact-button{
 	font-size:18px;
 	font-weight:bold;
 	color:#ffffff;
 	padding: 6px 25px;
 	display:inline-block;
 	background-color:#6587a9;
 	border-bottom: solid #5c5c5c 4px;
 	margin:0 auto;
 	text-decoration:none;
 	font-family: 'Lora', serif;
 }

 a.contact-button:hover{
 	color:#cc7105;
 }

.contact-phone-title{
	font-size:18px;
	color:#5c5c5c;
	margin-top:10px;
}

.contact-phone{
	font-size: 26px;
	color:#5c5c5c;
	font-weight:bold;
	font-family: 'Lora', serif;
}

 /*END: HOME*/

/*START: Breadcrumb*/
.breadcrumb{
	background:none;
	border-radius:0;
	padding:5px 0;
	color:#5c5c5c;
}

.breadcrumb a{
	color:#5c5c5c;
}

.breadcrumb>.active,
.breadcrumb>.active a{
	color:#cc7105;
}

.breadcrumb>li+li:before{
	content:"\203A";
	font-size:1.2em;
	color:#5c5c5c;
}

/*END: Breadcrumb*/

/*START:Contact Tab*/
.contact-tab-wrapper{
	position:fixed;
	top:45%;
	/*right:0;*/
	left:0;
	/*display:none;*/
	background:url("../img/contact_tab_RO.png");
	background-size:cover;
	background-repeat:no-repeat;


}

.contact-tab-wrapper img:hover{
	opacity:0;
}
/*END:Contact Tab*/



/*START: General*/
.page-header{
	margin-top:15px;
	margin-bottom:25px;
	z-index:200;
	border:0;
	color: #cc7105;
    font-size: 28px;
    font-weight: bold;
    line-height:1.1;
    z-index:100;
}

.editor{
	margin-top:10px;
}

.editor li{
	margin-bottom:10px;
}

.share{
	color:#5c5c5c;
}

.share ul li a:hover{
	color: #cc7105;
}

.header-sil-logo{
	padding:0 8px;
	margin:0 auto;
	max-width:100%;
}

.sil-header-wrapper{
	background: url('../img/SIL_banner.png');
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	padding:10px;
	max-height:325px;
	text-align:center;
}

.sil-header-wrapper .header-spacer{
	margin:10px 0px 40px 0;
}

.sil-header-wrapper .img-responsive{
	margin-left:auto;
	margin-right:auto;
}

.sil-header-wrapper h1{
	padding:30px 0;
	margin:0 auto;
	text-align:center;
}



/*END: General*/


/*START: Contact Page*/
.contact-map-wrapper{
	/*background:#ffffff;*/
	min-height:150px;
	margin-bottom:40px;
	padding-right:10px;
}

.contact-map{
	width:100%;
	height:300px;
}

.control-label{
	color:#cc7105;
	font-size:17px;
	font-weight:bold;
	font-family: 'Lora', serif;
	width:100% !important;
	text-align:left !important;
}

#submitBtn{
	font-size:14px;
 	font-weight:bold;
 	color:#ffffff;
 	padding: 6px 25px;
 	display:inline-block;
 	background-color:#6587a9;
 	border-bottom: solid #5c5c5c 4px;
 	margin:0 auto;
 	border-radius:0;
}

.contact .form_holder .text-right{
	text-align:left;
}
/*END: Contact Page*/



/*START: Attorneys*/
.profiles{
	padding:0;
}

.profile{
	list-style:none;
	height:500px;
}

.profile .name{
	font-size:18px;
	color:#5c5c5c;
	margin-top:5px;
	font-family: 'Lora', serif;
}

.profile .attorney-category{
	font-size:16px;
	color:#cc7005;
}

.profile .practice-group{
	margin-top:10px;
}

.profile .practice-group a{
	color:#5c5c5c;
}

.bio-image{
	margin:0 30px 30px 0;
	display: block;
	max-width: 100%;
	height: auto;
}

.bio-practice-areas{
	margin-bottom:40px;
}

@media (min-width: 1200px) {
	.bio-contact {
		padding-right: 8px;	
	}
}

.bio-email,
.bio-phone,
.bio-vcard{
	min-height:20px;
	padding:5px 0px 5px 35px;
	margin:10px 0;
	background-repeat:no-repeat;
	background-position:center left;
}

.bio-email{
	background-image: url('../img/icon_mail.png');
}

.bio-phone{
	background-image: url('../img/icon_message.png');
}

.bio-vcard{
	background-image: url('../img/icon_contact.png');
}

.profiles .grayscaleWrapper .image-link{
	display:block;
	position:relative;
}

/*END: Attorneys*/


/*START: Practice Areas*/

.practice-areas-main-wrapper{
	margin-top:30px;
}

.practice-areas-main{
	margin:0;
	padding:0;
}

.main-listing{
	list-style:none;
	text-align:center;
	font-family: 'Lora', serif;
}

.main-listing a{
	color:#5c5c5c;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;	

	display:block;	
	padding:10px 0 2px 0;
	margin-bottom:10px;

	background-color:#d7e1eb;
	border-bottom:solid 8px #d7e1eb;
}

.main-listing a i{
	font-size: .65em;

}

.main-listing a:hover{
	border-color:#cc7105;
	color:#cc7105;
	text-decoration:none;
}

/*END: Practice Areas*/



/*START: Sidebar*/
.sidebar-block{
	margin-bottom:20px;
}

.sidebar-heading{
	color:#5c5c5c;
	background:#d7e1eb;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:solid 2px #7f7672;
	padding:10px 15px;
	/*margin-left:-15px;*/
	margin-bottom:5px;
	font-family: 'Lora', serif;
}

.sidebar-content{
	margin-left:15px;
}

.sidebar-listings{
	list-style:none;
	padding:0;
	margin-right:15px;
}
.sidebar-listing{
	margin-bottom:5px;
}

.newsListing .sidebar-listing{
	margin-bottom:15px;
}

.dateListing.sidebar-listings{
	margin-top:15px;
}

.dateListing .sidebar-listing{
	margin:0;
	padding-left:10px;
	position: relative;
}

.dateListing .sidebar-listing:before{
	content:"\203A";
	position:absolute;
	top:0;
	left:0;
}

.articleListing .sidebar-listing{
	margin:15px 0;
}

.articleListing .sidebar-listing a{
	font-size:15px;
	line-height:17px;
	text-transform:uppercase;
}

.articleListing .sidebar-listing .description{
	font-size:13px;
}

.sidebar-content .view-more:after{
	content:"\203A";
	margin-left:3px;
	display:inline-block;
	text-decoration:none;
	font-size:1.1em;
}

.sidebar-listing a{
	color:#5c5c5c;
	font-weight:bold;
	font-size:14px;
}

.sidebar-listing a.active{
	color:#cc7005;
}

.sidebar-listing .description{
	font-size:12px;
}

.sidebar-listings .section-title{
	font-size:16px;
	color:#cc7005;
	text-transform:uppercase;
	font-weight:bold;
}

.sidebar-listing .sub-nav{
	padding-left:20px;
}

.sidebar-listing .sub-nav li{
	list-style:none;
	margin-bottom:3px;
	font-size:10px;
}

.sidebar-listing .sub-nav li a{
	font-size:13px;
}

.link.sidebar-listing a:after{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: .9em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	content:"\f08e";
	margin-left:3px;
}

.sidebar-content.newsletter{
	padding-top:20px;
	padding-left:15px;
	margin-left:0;
	border-top:solid thin #dfdcd6;
}

a.newsletter-link{
	font-size:12px;
	color:#5c5c5c;
	text-transform:uppercase;
	text-decoration:none;	
	display:block;
}

.newsletter-content{
	padding-left:50px;
	margin-right:15px;
	background-image:url('../img/icon_newsletter.png');
	background-repeat:no-repeat;
	background-position:center left;
	min-height:40px;	
}

.sidebar-content .case-study-section{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:solid thin #dfdcd6;
}

/*.sidebar-content .case-study-section:nth-of-type(1){
	border:none;
	padding-top:0;
	margin-top:0;
}*/

.sidebar-content .case-study-section .section-title{
	margin-bottom:5px;
}

/*END: Sidebar*/

/*START: News*/

.news-header{
	margin-bottom:30px;
}

.news-header h1{
	font-size:22px;
	color:#5c5c5c;
	margin:0;
	padding:0;
}

.news-header h2{
	font-size:22px;
	color:#5c5c5c;
	margin:0;
	padding:0;
}

.news-header a{
	color:#5c5c5c;
}

.newsDate{
	color:#cc7105;
	padding:3px 12px;
	margin-bottom:10px;
	font-size:22px;
	border:solid thin #cc7105;
	display:inline-block;
	font-family: 'Lora', serif;
}

.newsMeta{
	padding:0;
	color:#7f7672;
}

.newsMeta a{
color:#7f7672;	
}

.newsMeta li{
	display:block;
	list-style:none;
}

.news-cat-listing a:after{
	content:",";
	margin-right:3px;

}

.news-cat-listing a:last-child:after{
	content:"";
}

.news-more{
	font-size:14px;
 	font-weight:bold;
 	color:#ffffff;
 	padding: 3px 25px;
 	display:inline-block;
 	background-color:#6587a9;
 	border-bottom: solid #5c5c5c 4px;
 	margin:0 auto;
 	text-transform:uppercase;
 	margin:15px 0 10px 0;
}

a.news-more:hover{
	text-decoration:none;
}

.pagination-wrapper.news-pagination{
	background:none;
}

.pagination>li>a,
.pagination>li>span{
	padding:0px 6px;
	font-size:14px;
	line-height:18px;
	background:#fff;
	border:solid 2px #ffffff;
	color:#616161;
	border-radius:0;
}

.pagination>li.active>a, .pagination>li.active>span{
	background:none;
	border:solid 2px #cc7105;
	color:#cc7105;
	border-radius:0;
}
.pagination > li > a:hover,
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
		background:none;
	border:solid 2px #cc7105;
	color:#cc7105;
}

.pagination>li:last-child>a, .pagination>li:last-child>span{
	border-radius:0;
}
/*END: News*/

/*START: Page Pagination*/
.pagination-wrapper{
	background:#cacbcb;
	padding:20px 0 10px 0;
}

.pagination-wrapper .control{
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;

}

.pagination-wrapper .control a,
.pagination-wrapper .control a:hover{
	text-decoration:none;
}

.pagination-wrapper .control a{
	padding:10px 10px;
	background-color:#d7e1eb;
	display:block;
	width:100%;
	color:#7f7672;
}

.pagination-wrapper .control a:hover{
	color:#cd8335;
}

.pagination-wrapper .control .fa{
	font-size:20px;
	vertical-align:middle;
}

.pagination-wrapper .next-wrapper{
	text-align:right;
}

.pagination-wrapper .next-wrapper i{
	margin-left:10px;
}

.pagination-wrapper .prev-wrapper{
	
}

.pagination-wrapper .prev-wrapper i{
	margin-right:10px;
}
/*END: Page Pagination*/


/*START:Case Studies*/
.case-study-wrapper{
	margin-top:15px;
	padding-top:15px;
	border-top:solid thin #7f7672;
}

.case-study-wrapper .headline h2{
	color:#cd8335;
}

.case-study-wrapper:nth-of-type(1){
	margin-top:0;
	padding-top:0;
	border:none;
}

.case-study-wrapper h2{
	margin-bottom:10px;
}

.case-study-wrapper .related-areas a{
	margin-bottom:4px;
	display:inline-block;
	color:#5c5c5c;
	/*font-weight:bold;*/
	text-decoration:underline;
}

.case-study-wrapper .section-title{
	font-weight:bold;
	color:#cd8335;
	font-size:16px;
	text-transform:uppercase;
	margin-top:10px;
	
}

.case-study-wrapper .headline-image{
	margin-bottom:20px;
}

/*END:Case Studies*/

/*BEGIN:Testimonials*/
.testimonial-listing .item {
	margin-bottom: 20px;
	padding: 0px 15px;
}
.testimonial-listing .quote {
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	margin-bottom: 15px;
}
.testimonial-listing .quoteby {
	text-align: right;
}
.testimonial-listing .heading {
	color: #5c5c5c;
	background: #d7e1eb;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: solid 2px #7f7672;
	padding: 10px 15px;
	margin-bottom: 15px;
	font-family: 'Lora', serif;
}
/*END:Case Testimonials*/

/*START: Footer*/

footer,
footer a,
footer a:hover{
	color:#c2c2c3;
}

.footer-logo-wrapper{
	float:left;
	background-repeat:no-repeat;
	margin-right:10px;
}

.footer-logo-wrapper a{
	display:block;
}

.footer-logo-wrapper:hover img{
	opacity:0;
}
.footer-logo-wrapper:hover{
	background-image:url('../img/logo_sm_hover.png');
}

footer .sil-logo-wrapper{
	float:right;
	display:inline-block;
	background-repeat:no-repeat;
	margin-right:30px;
}

footer .sil-logo-wrapper:hover{
	background-image:url('../img/saratogaInjuryLaw_hover.png');
}

footer .sil-logo-wrapper:hover img{
	opacity:0;
}

.sil-top-wrapper{
	float:right;
	display:inline-block;
	background-repeat:no-repeat;
	background-position:center center;
	margin-top:5px;
	background-size: contain;
}

.sil-top-wrapper:hover{
	background-image:url('../img/saratogaInjuryLaw_top_hover.png');
}

.sil-top-wrapper:hover img{
	opacity:0;
}

.footer-company-wrapper{
	display:inline-block;
}

.footer-company-wrapper .name{

}

.footer-company-wrapper .address{
	font-size:.9em;
}

.footer-company-wrapper .phone{
	font-size:.9em;	
}

.footer-copyright{
	font-size:11px;
	margin-top:10px;
	text-align:left;
}



a.footer-contact-link,
a.footer-contact-link:hover{
	color:#fe891a;
	text-decoration:underline;
}

/*END: Footer*/

.about-block {
	font-size: 18px;
	font-weight: 500;
	line-height: 36px;
	padding: 75px 25px 50px 25px;
	text-align: center;
}

.section-heading {
	font-size: 42px;
	margin: 0 0 40px 0;
	position: relative;
}
.section-heading {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.section-heading:before,
.section-heading:after {
    content: '';
	color: #d6ad7a;
    border-top: 2px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}
.section-heading:after {
    margin: 0 0 0 20px;
}

.practice-blocks {
	margin-bottom: 50px;
}
.practice-blocks .practice {
	background-color: #2c3136;
	display: block;
	height: 200px;
	position: relative;
	margin-bottom: 30px;
}
.practice-blocks .practice span {
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 30px;
	font-weight: 700;
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
	letter-spacing: 1px;
	padding: 15px 0px;
	text-align: center;
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.practice-blocks .practice:hover {
	background-color: #181e24;
}
.practice-blocks .practice:hover span {
	color: #fe891a;
	border-top: 6px solid #fe891a;
	border-bottom: 6px solid #fe891a;
}

.testimonial-panel {
	background-color: #181e24;
	padding: 75px 0px;
}
.testimonial-panel .testimonial {
	color: #fff;
	font-size: 22px;
	line-height: 38px;
	padding: 0px 15%;
}
.testimonial-panel .testimonial .text {
	position: relative;
	padding: 0px 65px;
	margin-bottom: 25px;
}
.testimonial-panel .testimonial .text:before,
.testimonial-panel .testimonial .text:after {
	content: "";
	width: 43px;
	height: 40px;
	position: absolute;
	background-size: 100%;
	background-repeat: no-repeat;
}
.testimonial-panel .testimonial .text:before {
	background-image: url('../img/quote-open.png');
	left: 0px;
	top: 0px;
}
.testimonial-panel .testimonial .text:after {
	background-image: url('../img/quote-close.png');
	right: 0px;
	bottom: 0px;
}
.testimonial-panel .testimonial span {
	color: #fe891a;
	display: block;
	text-align: center;
}
#testimonials.owl-theme .owl-dots .owl-dot span {
	background: none;
	border: 1px solid #fe891a;
}
#testimonials.owl-theme .owl-dots .owl-dot.active span {
	background-color: #fe891a;
}


.news-panel {
	padding: 75px 0px;
}
.news-panel .news .item {
	background-color: #ecebe6;
	height: 300px;
	padding: 25px 40px 70px 40px;
}
.news-panel .news .title {
	font-family: 'Lora', serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25em;
	margin-bottom: 15px;
}
.news-panel .news .news-link {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #6587a9;
	border-bottom: 3px solid #5c5c5c;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 8px 10px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
#news.owl-theme .owl-dots .owl-dot span {
	background: none;
	border: 1px solid #6587a9;
}
#news.owl-theme .owl-dots .owl-dot.active span {
	background-color: #6587a9;
}

.seo-copy {
	color: #c2c2c3;
	border-bottom: 1px solid #885211;
	font-size: 14px;
	line-height: 28px;
	padding: 25px 0px 40px 0px;
	margin-bottom: 40px;
}

.form-panel {
	background-color: #6587a9;
	padding: 75px 0px;
}
.form-panel .section-heading {
	color: #fff;
}
.form-panel .section-heading:before, 
.form-panel .section-heading:after {
	display: none;
}
.form-panel .control-label {
	color: #fff;	
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	padding-bottom: 3px;
}
.form-panel .form-control {
	border: none;
	border-radius: 0px;
	padding: 20px;
}
.form-panel .btn {
	background-color: #fe891a;
	border-radius: 0px;
	color: #181e24;
	font-size: 18px;
	font-weight: 700;
	padding: 24px;
	width: 100%;
}
.form-container {
	padding: 0px 15%;
}

.phone-container {
	text-align: center;
	padding-top: 35px;
}
.phone-container .small-label {
	color: #181e24;
	font-size: 24px;
}
.phone-container a {
	color: #181e24;
	font-family: 'Lora', serif;
	font-size: 36px;	
	font-weight: 700;
	text-decoration: none;
}

