body{
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	color: #020200;
}

*:focus {
    outline: none;
}

main{
	min-height: calc(100vh - 90px);
    padding-top: 35px;
}

html {
    overflow-y:scroll;
}

header{
	width: 100%;
}

.container {
    max-width: 1271px;
}

.border-left {
    border-left: 2px solid #ffffff!important;
}

.border-bottom {
    border-bottom: 2px solid #002855!important;
}

.border-top {
    border-top: 2px solid #002855!important;
}

.list-unstyled{
	margin-bottom: 0;
}

.montserrat{
	font-family: 'Montserrat', sans-serif;
}

.lead{
	font-size: 22px;
}

h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 48px;
	font-weight: 300;
}

h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 20px;
}

h3{
	font-size: 35px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

h4{
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

h5{
	font-size: 25px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

h6{
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

a{
	text-decoration: none;
	color: #4b5c95;
}

a:hover{
	text-decoration: none;
	color: #969c76;
}

.white-links a{
	color: #ffffff;
}
.white-links a:hover{
	text-decoration: underline;
	color: #ffffff;
}

p{
	padding-bottom: 10px;
}

blockquote{
	color: #899064;
	font-size: 28px;
	line-height: 34px;
	padding-bottom: 10px;
}

.text-muted{
	color:#978C87 !important;
}

.indented_list{
	padding-left: 15px;
}
.indented_list a {
	margin-left: -15px;
    text-indent: 15px;
}

.blue_bg{
	background-color: #002855;
}
.blue_text{
	color: #002855;
}
.blue_bg a{
	color: #ffffff;
}
.blue_bg a:hover{
	color: #969c76 !important;
}
.blue_bg a:hover{
	color: #002855;
}

.light_blue_text{
	color: #4b5c95;
}

.green_bg{
	background-color: #969c76;
}
.dark_green_bg{
	background-color: #899064;
}
.green_text{
	color: #899064;
}
.green_bg a{
	color: #ffffff;
}
.green_border{
	border: 10px solid #969c76;
}

.light_gray_text{
	color: #bab9b5
}
.gray_bg{
	background-color: #efeeec;
}
.medium_gray_bg{
	background-color: #dcdad7;
}
.gray_text{
	color: #6c6b66;
}

.orange_text{
	color: #CB6015;
}
.orange_bg{
	background-color: #cb6015;
}

.clear_bg{
	background-color: rgba(0,0,0,0);
}

/* hero */

.home_hero_desktop{
	display: block;
}
.home_hero_mobile{
	display: none;
}
.slick-slider{
	z-index: 1000;
}
.slick-slide img{
	float: right;
	width: 100%;
}
.hero{
	min-height: 110px;
	width: 100%;
	background-size: cover;
	padding: 40px 0 30px 0;
	margin-top: 20px;
}

.home_hero{
	background-image: url('../images/home_hero_bg.png');
	background-size: cover;
    padding: 20px 0 0 0;
    margin-bottom: 0px;
    margin-top: 0px;
}
.home_hero_mobile{
	background-image: url('../images/mobile_hero_bg.png');
	background-size: cover;
    padding: 20px 0 0 0;
    margin-bottom: 0px;
    margin-top: 0px;
    height: auto;
}
.home_hero_mobile img{
	width: 100%;
	padding-bottom: 6%;
	z-index: 100000;
}

.carousel img{
	outline: none !important;
}

.carousel .fa{
	margin: 0 10px 0 10px;
	opacity: 0.5;
	font-size: 40px;
	bottom: 30px;
	width: 40px;
	height: 40px;
	position: absolute;
	cursor: pointer;
}
.carousel .fa-chevron-left{
	left: 10px;
	z-index: 100000000;
}
.carousel .fa-chevron-right{
	right: 10px;
}

.hero_green_line{
    position: absolute;
    top: -30px;
    width: 100%;
    height: 839px;
}



@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.attorney_bio_pic{
		background-size: cover;
		background-position: center;
		min-height: 400px;
		/* commented out to fix IE wrapping issue */
		max-width:600px;
	}

}


@supports not (-ms-high-contrast: none) {
   /* Non-IE styles here */
	   .attorney_bio_pic{
		background-size: cover;
		background-position: center;
		min-height: 400px;
		max-width: 800px;
	}

}



.bio_hero{
	width: auto;
	padding:0px;
	margin-top: 28px;
	margin-right: 0px;
}
/*.bio_hero a{
	color: #020200;
}
*/
.bio_hero a:hover{
	color: #002855;
}

.green_hero{
	background-image: url('../images/hero_bg_green.png');
}
.green_hero a{
	color: #ffffff;
}
.green_hero a.active,
.green_hero a:hover{
	color: #002855;
}

.gray_hero{
	background-image: url('../images/hero_bg_gray.png');
}
.gray_hero_tall{
	background-image: url('../images/hero_bg_gray_tall.png');
}

.blue_hero{
	background-image: url('../images/hero_bg_blue.png');
}

.no_image_hero{
	background-image: none;
    padding: 20px 0 0 0;
    min-height: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.search_bg_orange{
	background-image: url('../images/tall_hero_bg_orange.png');
}
.search_bg_orange .text-muted{
	color: rgba(255, 255, 255, 0.4) !important;
}

.search_bg_orange  .white-links{
	font-size: 18px;
}
.news_hero{
	background-image: url('../images/news_hero.png');
	background-size: cover;
}
.dark_green_bg a{
	color: #ffffff;
}
.dark_green_bg a:hover{
	color: #002855;
}

/* nav */
.navbar{
	padding: .5rem 0;
	position: fixed;
	z-index: 100000;
	background-color: #ffffff;
	width: 100%;
}
.navbar-brand img{
	max-width: 190px; /* 373 px */
}

.navbar-toggler{
	border: none;
	outline: none !important;
	padding: 0px;
}

.navbar .fas,
.navbar .far{
	font-size: 24px;
}

#searchDropdown, #navbarHeader{
	position: fixed;
    width: 100%;
    margin-top: 60px;
    z-index: 10000;
}

hr{
	background-color: #ffffff;
	height: 2px;
	margin-top: 4px;
	border: none;
}

/* forms */
.form-control{
	border-radius: 0px;
	border: 0px;
	height: 48px;
	font-size: 20px;
}
.custom-select{
	border-radius: 0px;
	border: 0px;
	height: 48px;
	font-size: 20px;
	background: url('../images/down_arrow_dark.png') no-repeat right .5rem center #ffffff;
}
.btn-link{
	padding: .375rem 0rem;
}
.btn-link i{
	font-size: 22px;
	padding-top: 2px;
}
.btn-link:hover{
	text-decoration: none;
}

.btn-primary{
	background: none;
	border: 1px solid #CB6015;
	font-size: 12px;
	text-transform: uppercase;
	color: #CB6015;
	border-radius: 0px;
}
.btn-primary:hover{
	background: #CB6015;
	border: 1px solid #CB6015;
}


.btn-secondary{
	background: none;
	border: 1px solid #CB6015;
	background-color: #CB6015;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 0px;
}
.btn-secondary:hover{
	background: #969c76;
	border: 1px solid #969c76;
}


.btn-dark{
	background: none;
	border: 1px solid #999;
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	border-radius: 0px;
}
.btn-dark:hover{
	background: #333;
}

.search_bg_orange .form-control{
	background-color: rgba(0,0,0,0);
	color: #ffffff !important;
	border-bottom: 2px solid #ffffff;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 3px;
	outline: none !important;
}

.search_bg_orange{
	font-size: 20px;
}

.search_bg_orange .form-control::placeholder{
	color: #ffffff;
}

.search_bg_orange .custom-select{
	background-color: rgba(0,0,0,0);
	color: #ffffff !important;
	border: 0px;
	border-radius: 0px;
	border-bottom: 2px solid #ffffff;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 3px;
	outline: none !important;
  	background: url('../images/down_arrow.png') no-repeat right .5rem center;
}

.news_links a{
	color: #060606;
}
.news_links a:hover{
	color: #899064;
}

.white_form .form-control,
.white_form .custom-select{
	border:1px solid #002855;
}


/* sidebar */
.card{
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	border-radius: 0px;
	border: 0px;
}

.card a{
	color: #ffffff;
}

.sidebar_nav a:hover{
	text-decoration: none !important;
}

.sidebar_nav .card:hover{
	background-color: #969c76;
}

.link_card{
	right: 20px;
	bottom: -20px;
}

.border-left {
    border-left: 2px solid #002855!important;
}

.border-left-white {
    border-left: 2px solid #ffffff!important;
} 

.tooltip-inner{
	background: #ffffff;
	border: solid 3px #969c76;
	color: #000000;
	padding: 10px;
	font-size: 16px;
	opacity: 1.0 !important;
	filter: alpha(opacity=100);
	border-radius: 0;
}
.tooltip-arrow {
   display: none !important;
}
.full_opacity{
	opacity: 1 !important;
}
.tooltip.in{
	opacity:1 !important;
}

/* tabs */

.nav-pills{
	font-size: 22px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.nav-pills .nav-item a{
	padding: 24px 28px;
}
.nav-pills .nav-link.active{
	background-color: #c6642a;
	border-radius: 0px;
	padding-bottom: 34px;
	margin-bottom: -5px;
	z-index: 10000000;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	color: #ffffff;
}
.nav-pills .nav-link.active:hover{
	color: #ffffff !important;
}
.tab-content .lead{
	font-size: 20px;
}

.sidebar_nav .nav-pills{
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	border-radius: 0px;
	border: 0px;
	font-size: 16px;
	text-transform: none;
}
.sidebar_nav .nav-pills .nav-item{
	width: 100%;
}


.sidebar_nav .nav-pills a{
	color: #ffffff;
	background-color: #002855;
	border-radius: 0px;
	margin-bottom: 20px;
	padding: 10px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.sidebar_nav .nav-pills .nav-link:hover{
	background-color: #899064;
}
.sidebar_nav .nav-pills .nav-link.active{
	padding: 10px;
	margin-bottom: 20px;
}


.sidebar_nav .nav-pills a:hover{
	text-decoration: none !important;
}

.sidebar_nav .card:hover{
	background-color: #969c76;
}



/* plain accordion */
.accordion h3{
	color: #002855;
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	outline: none;
	cursor: pointer;
	margin-top: 15px;
}
.ui-icon.iconClosedBlue{
	background:url('../images/icon_blue_closed.png') no-repeat;
    background-size:16px;
    width:16px;
    height:16px;
    float: right;
    margin-top: 7px;
    margin-right: 4px;
}
.ui-icon.iconOpenBlue{
	background:url('../images/icon_blue_open.png') no-repeat;
    background-size:14px;
    width:16px;
    height:16px;
    float: right;
    margin-top: 7px;
    margin-right: 4px;
}

/* card accordion */
.card_accordion h3{
	background-color: #002855;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-size: 22px;
	font-weight: 400;
	padding: 10px;
	cursor: pointer;
	outline: none;
	margin-right: 4px;
}
.card_accordion div{
	padding-left: 10px;
	padding-bottom: 15px;
}
.ui-icon.iconClosed{
	background:url('../images/icon_closed.png') no-repeat;
    background-size:16px;
    width:16px;
    height:16px;
    float: right;
    margin-top: 3px;
}
.ui-icon.iconOpen{
	background:url('../images/icon_open.png') no-repeat;
    background-size:16px;
    width:16px;
    height:16px;
    float: right;
    margin-top: 3px;
}

/* table */
table{
	width: 100%;
}
tr{
	border-bottom: #4e5e96 1px solid;
	font-size: 18px;
	width: 100%;
}

th{
	color: #002855;
	font-family: 'Montserrat', sans-serif;
}

td{
	padding: 3px 0;
}

table i{
	color: #b7b6b1;
}


/* images */
.img-thumbnail-1{
	max-width: 140px;
	max-height: 140px;
}
.img-thumbnail-small{
	max-width: 140px;
	max-height: 140px;
}

.attorney_home_pic{
	background-size: cover;
	min-height: 350px;
	padding: 0;
}


.image_gradient{
	background: 
    linear-gradient(
      rgba(0, 0, 0, 0.0), 
      rgba(0, 0, 0, 0.6)
    );
    height: 100%;
    width: 100%;
}

.attorney_home_pic:hover .image_gradient{
	background: 
    linear-gradient(
      rgba(0, 0, 0, 0.0), 
      rgba(0, 0, 0, 0.8)
    );
}

.attorney_home_pic:hover .text-white{
	color: #969c76 !important;
}


.hide_on_mobile{
	display: block;
}

ul{
	padding-left: 15px;
}

ul li ul{
	list-style: disc;
}
.multi-collapse{
	font-weight: lighter !important;
}


/* footer */
footer{
	border-top: 9px solid #969c76;
	font-family: 'Montserrat', sans-serif;
	color: #333333;
	font-weight: 700;
	font-size: 14px;
}

footer a{
	color: #333333;
}

footer .footer_links{
	font-size: 14px;
	font-weight: 300;
	font-family: 'PT Sans', Arial;
}

footer .fab{
	font-size: 22px;
}

@media(max-width: 1100px){
	.nav-pills .nav-link.active{
		padding-bottom: 15px;
	}
	.nav-pills .nav-item a{
	 	padding: 10px 12px;
	 	font-size: 18px;
	}
}



@media(max-width: 1250px){

	.hero_green_line{
		width: 100%;
		height: auto;
		top: 45px;
	}

}


@media(max-width: 768px){
	.hide_border{
		border: 0px !important;
	}
	h1{
		font-size: 40px;
	}
	h2{
		font-size: 35px;
	}
	h3{
		font-size: 30px;
	}

	.attorney_bio_pic{
		min-height: 400px;
	}

}



@media(max-width: 650px){

	.home_hero_desktop{
		display: none;
	}
	.home_hero_mobile{
		display: block;
	}
	.hide_on_mobile{
		display: none !important;
	}

}


@media(max-width: 500px){

	.attorney_bio_pic{
		min-height: 250px;
	}

}


@media(max-width: 368px){
	.lead{
		font-size: 25px;
	}
	


}


h3.text-head-green {
    color: #899064;
	    background-color:#FFF;
      display: block;
    font-family: "PT Sans", sans-serif;
    font-size:28px;
    font-weight:400;
    line-height:34px;
    margin-bottom:16px;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    padding-bottom:10px;
    text-align:left;

}

h3.text-head-blue {
  color: #002855;
    background-color:#FFF;
    display: block;
    font-family: "PT Sans", sans-serif;
    font-size:28px;
    font-weight:400;
    line-height:34px;
    margin-bottom:16px;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    padding-bottom:10px;
    text-align:left;
}

h3.text-head-black {
  color: #000;
    background-color:#FFF;
    display: block;
    font-family: "PT Sans", sans-serif;
    font-size:28px;
    font-weight:400;
    line-height:34px;
    margin-bottom:16px;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    padding-bottom:10px;
    text-align:left;
}