/*Homepage*/

html {
	scroll-behavior: smooth;
	transition: .03s ease;
}

.slider-wrapper {
	margin: 0 auto;
	position: relative;
	max-height: 920px;
	overflow: hidden;
}

.slides-container {
	height: calc(100vh - 2rem);
	width: 100%;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: scroll;
	scroll-behavior: smooth;
}

.slide {
	width: 100%;
	height: 100%;
	flex: 1 0 100%;
}

.slides-container {
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;
	/* Internet Explorer 10+ */
}

/* WebKit */
.slides-container::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.slide-arrow {
	position: absolute;
	display: flex;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 50px;
	width: 50px;
	background-color: white;
	border: none;
	font-size: 3rem;
	padding: 0;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 100ms;
}

.slide-arrow:hover,
.slide-arrow:focus {
	opacity: 1;
}

#slide-arrow-prev {
	/*left: 0;
  padding-left: 0.25rem;
  border-radius: 0 2rem 2rem 0;
	background-color: #199BD7;
    color: #fff;*/
	float: left;
	margin-top: 200px;
	left: 0;
	height: 50px;
	width: 50px;
	padding: 0px 20px 10px 18px;

	font-size: 40px;
	border-radius: 5rem;
	border: none;
	background-color: #199BD7;
	color: #fff;
}

#slide-arrow-next:hover,
#slide-arrow-prev:hover {
	cursor: pointer;
	opacity: .8
}

#slide-arrow-next {

	height: 50px;
	width: 50px;
	float: right;
	margin-top: 200px;
	right: 0;
	padding: 0px 18px 10px 20px;

	font-size: 40px;
	border-radius: 5rem;
	border: none;
	background-color: #199BD7;
	color: #fff;


}

.menu-active {
	display: block;
	background: rgb(34, 31, 31);
	min-height: 100%;
	position: absolute;
	z-index: 99999;
	width: 100%;
}


/*light blue: #199BD7 */

.headline-bold {
	font-family: 'UniversLTPro-65Bold' !important;
	font-weight: 100;
}

.c-content_hero {
	min-height: 600px;
	background-color: #1A3B5D;
	padding: 200px 100px 150px;
	max-width:1600px;
	margin:0 auto;
}

h2 {
	font-family: 'UniversLTPro-65Bold';
}


h1 {
	font-family: 'UniversLTPro-65Bold';
	margin: 0;
	font-size: 3.5rem;
	font-weight: 400;
	color: #fff;
	font-style: normal;
	line-height: 1.4rem;
	letter-spacing: 0em;
	padding-bottom: 40px;
}

@media (min-width: 650px) {

	h1 {
		width: 80%;
		max-width: 650px;
	}
}


.button-primary {

	font-family: 'Univers LT';
	background-color: #199BD7;
	padding: 10px 60px;
	color: #fff !important;
	font-size: 16px;
	/*font-family: "univers";*/
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.button-primary:hover {
	background-color: #1A3B5D;
}

.home-hero-bottom {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	z-index: 10;
}

.hero-row {
	max-width: 1200px;
}

.hero-content {
	margin-right: calc(((0px / 2) + 1px) * -1);
	margin-left: calc(((0px / 2) + 1px) * -1);
}

.container {
	min-height: 600px;
	padding: 200px 100px 150px;
	width:100%;
		max-width:1600px;
	margin:0 auto;
}

.section_header {
	color: #434343;
	font-size: 2.5rem;
	font-weight: 700;
}

.section_content {
	font-weight: 600;
	padding-bottom: 50px;
	color: #434343;
}

.section-kicker {
	color: #199BD7;
	/*font-weight: 700;*/
	font-size: 14px;
	font-family: 'UniversLTPro-65Bold' !important;
	font-weight: 100;
}

.section-footer,
#why_bdb>div>div>p>a {
	color: #199BD7;
	font-weight: 800;
	font-size: 14px;
	padding-top: 30px;
	font-family: 'Univers LT';
}

.row {
	display: flex;
	flex-direction: row;
	width:100%;
	max-width:1600px;
	margin:0 auto;
}

.column:first-child {
	width: 50%;
}

.column:nth-child(2) {
	width: 50%;
}

.aop {
	background-color: #1A3B5D;
}

.aop .section_header {
	color: #F1C343;
	font-weight: 900;
	line-height: 1.2em;
}

.aop .section_kicker {
	padding-bottom: 40px;
}

.aop_list {
	list-style: none;
}

.aop_list li {
	color: #fff;
	border-bottom: 1px solid #199bd7;
	padding-top: 10px;
}

.aop .column:first-child h2 {
	width: 80%;
}

.aop_list li:last-child {
	border-bottom: none;
}

#aop {
	padding: 100px 100px 150px;
}

#aop * i {
	color: #199BD7;
	margin-left: 15px;
}

#aop a h4 {
	font-weight: 900;
	color: #fff;
	margin-bottom: 10px;
	font-size: 22px;
}

#aop a h4:hover {
	color: #199bd7;
}

#aop p {
	color: #fff;
	margin-bottom: 10px;
}

#aop * .column:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
}


#insights {
	box-shadow: 0px 16px 16px #00000029;
	width: 80%;
	margin: -40px auto;
	padding: 100px 100px 0px;
}

#insights .column:first-child {
	width: 100%;
}

#insights .section-kicker {
	color: #F3C445;
	font-weight: 700;
	min-height: 10px;
}

#insights h2 {
	color: #fff;
	padding-bottom: 25px;
	width: 90%;
}

#insights .row:nth-child(2) {
	margin-top: 100px;
}

#insights .row:nth-child(2) .column {
	border-right: 1px solid #fff;
	padding: 0px 20px 20px 20px;
	flex-basis: 0;
	flex-grow: 1;

}


#insights .row:nth-child(2) .column:last-child {
	border-right: none;
}

#insights h3 {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	min-height: 250px;
}

.insight-link {
	font-size: 1.4rem;
	text-decoration: underline;
	color: #199bd7;
	padding-top: 10px;
}

.insight-feat-link {
	margin-top: 15px;
	font-size: 1.5rem;
	background-color: #199bd7;
	padding: 15px 40px;
	color: #fff;
	font-weight: 700;
}

.insight-feat-link:hover {
	background-color: #434343;
}

.insight-title {
	min-height: 150px;
}


#news {
	padding: 0;
	width: 80%;
	margin: 0 auto;
	margin-top: 100px;

}

#news .column {}

#news * h2 {
	width: 100%;
	font-size: 2rem;
	font-weight: 400;
}

#news * .column:first-child {
	display: flex;
	padding: 50px 50px 50px 0px;
	align-items: center;
	justify-content: center;
}

#news .section-kicker {
	display: block;
	width: 100%;
}

#news li {
	color: #1A3B5D;
	font-size: 1.5rem;
	font-weight: 700;
	box-shadow: 0px 16px 16px #00000029;
	padding: 10px 20px;
	border-left: 2px solid #199bd7;
	list-style: none;
	margin-top: 20px;
}

#news li:hover {
	color: #fff;
	background-color: rgba(25, 155, 215, .5);
}

.news-link {
	text-align: right;
	width: 100%;
}

.news-link a {
	font-size: 15px;
	font-weight: 700;
	padding-top: 20px;
}

.news .row {
	width: 100%;
	margin: 0 auto;
}

.news-headline {
	color: #1A3B5D !important;
	
}

.headline-bold {
	font-family: 'univers67_condensed_bold' !important;
}

.hero-content h1 {
	font-family: 'univers67_condensed_bold' !important;
	font-size: 4rem;
	width: 60%;
	color: #fff;
	padding-bottom: 60px;
	line-height: 4.5rem;
	max-width: 470px;
}

#home-2-content>section:nth-child(8)>div>div:nth-child(1)>h2,
h2.section_header {
	padding-top: 40px;
	padding-bottom: 40px;
	width: 800px;
	line-height: 2.5rem;
}

.section-footer * {
	width: 100%;
	font-size: 12px;
	font-weight: 700;
}

#why_bdb {
	background-size: cover;
	background-position: center;
	padding: 100px 100px 60px;
}

.mobile-only {
	display: none;
}

.att_articles,
.att_articles2,
.event_section {
	padding: 50px;
	width: 80%;
}

.event_section .row:nth-child(2) {
	padding-top: 100px;
}

.event_section {
	width: 80%;
	margin: 0 auto;
	min-height: 600px;
}

.att_articles .section-kicker,
.att_articles2 .section-kicker {
	color: #F1C343;
}

.att_articles .row {
	padding-top: 20px;
}

.att_articles .column {
	border-right: 1px solid #fff;
	padding: 20px;
	color: #fff;
	flex-grow: 1;
	flex-basis: 0;
}

.att_articles .column a {
	color: #fff;
	font-weight: 700;
}

.att_articles .column:last-of-type {
	border-right: none;
}

.att_info_container {
	width: 70%;
	float: right;
	display: flex;
	margin-right: -20px;
}

.blog_info {
	width: 80px;
	float: left;
	background-color: #199BD7;
	margin-right: 3px;
}

.att_info {
	width: 81%;
	float: right;
	background-color: #199BD7;
}

.blog_info,
.att_info {
	display: inline-block;
	padding: 10px;
}

.blog_info {
	padding: 13px;
	text-align: center;
}

.blog_info img {
	width: 50px;
	margin: 0 auto;
}

.att_row {
	margin: 0 auto;
	width: 70%;
	margin-top: -225px !important;
}

.att_info h3 {
	color: #fff;
	font-weight: 700;
	font-size: 1.2rem
}

.att_info a {
	color: #fff;
	font-size: .8rem;
	font-weight: 700;
}

.event_section {
	width: 100%;
	padding-bottom: 100px;
}

.event_section .row:nth-child(2) {
	padding-top: 150px;
}

.event_section * h2 p {
	color: #F1C343 !important;
}

.event_section p {
	color: #fff;
}

.event_section * h4 {
	color: #F1C343;
	font-size: 1.5REM;
	font-weight: 700;
	padding-bottom: 20px;
}

.insight-byline {
	z-index: 998;
	position: relative;
	height: 90px;
}

.insight-byline span {
	width: 100px;
}

.insight-byline img {
	border-radius: 50%;
	height: 75px;
	width: auto;
}

.insight-byline h4 {
	display: inline-block;
	color: #fff;
	margin-left: 10px;
	margin-top: 30px;
	font-size: 1.3em;
}

.insight-feat-link {
	font-size: 1rem;
	padding: 20px 80px;
	z-index: -1;
}


#news * .column:first-child {
	max-width: 600px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.att_specialty_column h2 * {
	color: #199BD7;
	padding-top: 20px;
	font-weight: 700;
}

.att_articles2 * .cta p {
	color: #fff;
	font-weight: 700;
	padding-bottom: 200px;
	margin-top: 50px;
}

.att_articles2 .row {
	display: flex;
	margin: 0 auto;
}

.att_event_column {
	max-width: 80%;
}

.att_articles2 .cta {
	margin-top: 50px;
}

.att_articles {
	width: 80%;
	background-color: #1A3B5D;
	min-height: 500px;
	margin: 0 auto;
}

.feat_att_image {
	margin-top: 50px;
	padding-top: 350px;
	height: 450px;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.feat_cta {
	border-bottom: 2px solid #199BD7;
	width: 20%;
	float: right;
	margin-top: 50px;
	color: #199BD7 !important;
	padding-left: 20px;
	padding-bottom: 5px;
	font-size: .8rem;
	font-weight: 700;
}

#why_bdb>div>div:nth-child(1)>p.section_content {
	color: #1A3B5D !important;
	max-width: 500px;
	font-size: 18px;
}

#expect h2.section_header {
	max-width: 550px;
}

#expect .section_content,
#our-team .section_content {
	max-width: 500px;
	font-size: 16px;
}

.slider {
	transition: .05s ease;
}

.slider_slide {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	display: none;
	transition: .05s ease;
}

.slider_slide:first-child {
	display: block;
	transition: .05s ease;
}

.att_articles2 {
	margin: 0 auto;
	min-height: 400px;
	padding: 100px;
}

.att_specialty_column h2 i {
	font-size: 40px;
}

.att_specialty_column h2 {
	font-weight: 400;
}

#our-team {
	margin-top: 50px;
}

.specialty_content h2 p {
	color: #199BD7;
}

.specialty_content h2 {
	padding-bottom: 0px;
	padding-top: 20px;
}

.specialty_content p {
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.specialty_content cta {
	margin-top: 50px;
}

/*mobile queries*/

@media (max-width:600px) {
	.att_articles {
		width: 100%
	}

	.att_articles2 .row {
		display: block;
	}

	.att_row {
		margin: 0 auto;
		width: 100%;
		margin-top: -60px !important;
		display: block;
	}

	.slider-wrapper {
		width: 100%;
	}

	.slider_slide {
		width: 100%;
	}

	.slider-wrapper {
		min-height: 600px;
	}

	.slider {
		display: none;
	}

	.home-2-footer {
		margin-top: -80px;
	}

	#expect,
	#our-team {
		padding-bottom: 0 !important;

	}

	.c-content_hero {
		width: 100%;
		min-height: 400px;
		background-color: #1A3B5D;
		padding: 200px 40px 10px;
		margin: 0 auto;
		max-width:1600px;
		margin:0 auto;
	}

	.hero-content h1 {
		font-size: 2.5rem;
		line-height: 3.5rem;
		max-width: 100%;
		width: 100%;
		padding-bottom: 20px;
	}

	.hero-content a.button-primary {
		margin-left: 3%;
		z-index: 2;
		position: absolute;
		padding: 15px 80px;
	}

	.home-hero-bottom {
		position: absolute;
		bottom: -15px;
		left: 0;
		width: 100%;
		height: 30px;
		z-index: 1;
	}

	.container,
	#aop,
	#insights,
	#news {
		min-height: 600px;
		padding: 100px 20px;
		width: 100%;
	}

	.column {
		width: 100%;

		flex-basis: 100%;
		max-width: 600px;
	}

	#home-2-content>section:nth-child(8)>div>div:nth-child(1)>h2,
	h2.section_header {
		padding-top: 20px;
		padding-bottom: 20px;
		width: 100%;
		max-width: 600px;
	}


	.column:first-child {
		width: 100%;
		flex-basis: 100%;
		max-width: 600px;
	}

	.column:nth-child(2) {
		width: 100%;
		flex-basis: 100%;
		max-width: 600px;
	}

	.row {
		width: 100%;
	}

	.section_header {
		color: #434343;
		font-size: 2.2rem;
		font-weight: 700;
		line-height: 2rem;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#why_bdb,
	#expect,
	#our-team {
		background: none !important;
	}

	.section_content {
		width: 80vw;
	}

	.mobile-only {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	#why_bdb a.button-primary,
	#expect a.button-primary,
	#our-team a.button-primary {
		position: absolute;
		margin-top: -75px;
		margin-left: 10%;
		padding: 15px 80px;
	}

	#why_bdb>div>div:nth-child(1)>p.section_content {
		color: #1A3B5D !important;
		max-width: 600px;
		font-size: 16px;
	}

	#aop .column {
		width: 100% !important;
		flex-basis: 100%;
	}

	#aop .row {
		display: grid;
	}

	.row {
		display: grid;
	}

	.aop .column:first-child h2 {
		width: 95%;
	}

	.event_section {
		width: 100%;
	}

	.att_articles2 * .cta p {
		color: #fff;
		font-weight: 700;
		padding-bottom: 100px;
		margin-top: 50px;
	}

	#our-team .row .column:first-child {
		max-width: 500px !important;
	}

	#insights {
		width: 100%;
	}

	.att_articles2 {
		width: 100%;
		padding: 50px 20px;
	}

	#insights h3 {
		color: #fff;
		font-size: 1.5rem;
		font-weight: 900;
		min-height: 25px;
	}

	#insights .row:nth-child(2) .column {
		border-right: none;
		padding: 20px;
		border-bottom: 1px solid #fff;
	}

	#news .row {
		display: grid;
	}

	#news .column {
		width: 100%;
		max-width: 100%;
	}

	h2.section_header {
		max-width: 100%;
	}

	#news * .column:first-child {
		max-width: 100%;
		padding: 0;
	}

	.att_articles {
		width: 100%;
		padding: 20px;
		max-width: 1200px;
	}

	.att_articles row {
		display: grid;
	}

	.att_articles .column:first-child,
	.att_articles .column {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #199BD7;
		flex-grow: 1;
		flex-basis: 0;
	}

	.slider-wrapper {
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}

	.feat_att_image {
		display: block;
		padding-top: 150px;
		height: 250px;
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}

	.att_info_container {
		width: 100% !important;
	}

	.slides-container {
		min-height: 800px;
		overflow: hidden;
		margin-top: 5px;
	}


	.att_info {
		width: 75%;
		float: right;
		background-color: #199BD7;
	}

	.att_info_container {
		width: 70%;
		float: right;
		display: flex;
		margin-right: -20px;
	}

	.feat_cta {
		border-bottom: 2px solid #199BD7;
		width: 60%;
		float: right;
		margin-top: 50px;
		color: #199BD7 !important;
		padding-left: 20px;
		padding-bottom: 5px;
		font-size: .8rem;
		font-weight: 700;
	}

	#why_bdb {
		background-size: cover;
		background-position: center;
		padding: 100px 25px 60px;
	}

	#why_bdb>div>div:nth-child(1)>p:nth-child(7) {
		width: 85vw;
	}

	.column:first-child {
		width: 100%;
	}

	div.att_articles>div {
		padding: 0 !important;
	}

	#our-team {
		margin-top: -100px;
	}

	.att_articles2 .cta {
		padding-left: 0;
		padding-right: 0;
	}

	.event_section .row:nth-child(2) {
		padding-top: 110px;
	}

	.hamburger-menu-button-open {
		display: block;
		background: rgb(34, 31, 31);
		min-height: 100%;
		position: absolute;
		z-index: 99999;
		width: 100%;
	}

	.slider-wrapper {
		margin: 1rem;
		position: relative;
		max-height: 1550px;
		overflow: hidden;
		margin: 0 auto;
		width: 100%;
	}

	.att_articles {
		width: 100%;
		background-color: #1A3B5D;
		min-height: 450px;
		margin: 0 auto;
		max-width: 1200px !important;

	}

	#expect {
		padding: 20px;
	}

}

@media (min-width:601px) {
	#expect {
		margin-top: 50px;
	}

	.slider-wrapper {
		margin-top: 50px !important;
	}

	.att_info_container {
		width: 70%;
		float: right;
		display: flex;
		margin-right: -20px;
		margin-top: -90px;
	}

	.att_articles2 {
		width: 100%;
		padding: 20px;
	}

	.hero-content h1 {
		font-family: 'univers67_condensed_bold' !important;
		font-size: 2.8rem;
		width: 90%;
		color: #fff;
		padding-bottom: 60px;
		line-height: 3.5rem;
		max-width: 90%;
	}

	.home-hero-bottom {
		position: absolute;
		bottom: -10px;
		left: 0;
		width: 100%;
		z-index: 10;
	}

	.att_articles {
		width: 80%;
		background-color: #1A3B5D;
		margin: 0 auto;
		min-height: 600px;
		padding: 20px;
	}

	.feat_att_image {
		padding-top: 20rem;
		height: 250px;
		width: 80%;
		max-width: 800px;
		margin: 0 auto;
		margin-top: -80px;
	}

	.att_row {
		margin: 0 auto;
		width: 90%;
		margin-top: -225px !important;
	}
}

@media (min-width:861px) {
	.button-primary {
		font-family: 'Univers LT';
		background-color: #199BD7;
		padding: 10px 40px;
		color: #fff !important;
		font-size: 16px;
		/* font-family: "univers"; */
		font-style: normal;
		font-weight: 700;
		line-height: 1;
	}

	.att_articles2 {
		width: 80%;
		padding: 100px;
	}

	.feat_att_image {
		padding-top: 20rem;
		height: 350px;
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		margin-top: -100px;
	}

	.att_row {
		margin: 0 auto;
		width: 70%;
		margin-top: -225px !important;
	}

	.att_articles {
		width: 80%;
		padding: 50px;
		min-height: 600px;
	}

	.hero-content h1 {
		font-family: 'univers67_condensed_bold' !important;
		font-size: 4rem;
		width: 60%;
		color: #fff;
		padding-bottom: 60px;
		line-height: 4.5rem;
		max-width: 470px;
	}

	.home-hero-bottom {
		position: absolute;
		bottom: -20px;
		left: 0;
		width: 100%;
		z-index: 10;
	}
}

@media (min-width:1200px) {
	.button-primary {
		font-family: 'Univers LT';
		background-color: #199BD7;
		padding: 10px 60px;
		color: #fff !important;
		font-size: 16px;

		font-style: normal;
		font-weight: 700;
		line-height: 1;
	}

	.slider-wrapper {
		width: 80%;
		margin: 0 auto;
	}

	.att_articles {
		width: 80%;
		background-color: #1A3B5D;

		margin: 0 auto;
	}
}

@media (min-width:2000px) {
	#why_bdb {
		background-size: cover;
		background-position: center;
		padding: 200px 200px 150px;
	}

	.att_info_container {
		width: 60%;
		float: right;
		display: flex;
		margin-right: -20px;
	}


}


/* ATTORNEY LANDING PAGE */
.headline-bold {
	font-family: 'univers67_condensed_bold' !important;
}

.u-submit {
	color: rgb(255, 255, 255);
	background: none;
	background-color: rgb(19, 181, 234);
	border: none;
	padding: 7px 30px;
	float: none;
	clear: both;
	display: block;
	max-width: 7.875em;
	width: 100%;
	margin: 25px auto 0;
	-webkit-box-shadow: inset 0 0 0px 0px rgb(0 0 0 / 25%);
	box-shadow: inset 0 0 0px 0px rgb(0 0 0 / 25%);
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 17px;
}

.pagination .page-numbers {
	font-family: 'UniversLTPro-65Bold';
	background-color: #fff !important;
	color: lightgray !important;
	text-decoration: none;
	height: 40px;
	display: inline-block;
	vertical-align: top;
	padding: 8px 16px;
	font-weight: 700;
}

.pagination .page-numbers:hover {
	cursor: pointer;
	opacity: .8
}

.nav-links .current {
	color: #1A3B5D !important;
	font-weight: 700 !important;
	text-decoration: underline;
}

.u-submit:hover {
	background-color: gray;
}

.select-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.select-column {
	flex: 1;
	flex-basis: 23%;
	margin: 5px;
	flex-grow: 0;
}

.c-featured_practice_areas {
	display: none;
}

.attorney-card-wrapper_row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: 50px;
}

.attorney-card-wrapper_column {
	flex: 1;
	flex-basis: 25%;
	margin-top: 10px;
	flex-grow: 0;
}


.attorney-card-wrapper_column:last-of-type:after {
	flex-grow: 1;
}

@media (max-width: 1250px) {

	.attorney-card-wrapper_column {
		flex: 1;
		flex-basis: 33%;
		margin-top: 10px;
		flex-grow: 0;
	}

}

@media (max-width: 945px) {

	.attorney-card-wrapper_column {
		flex: 1;
		flex-basis: 50%;
		margin-top: 10px;
		flex-grow: 0;
	}

}


.attorney-page-header {
	padding-right: 20px;
	padding-left: 20px;
}

.attorney-card {
	margin: 10px;
	box-shadow: 0px 8px 5px #0202;
	height: 100%;
}

.attorney-card-title {
	background-color: #199bd7;
	padding: 20px;
	margin-bottom: 20px;
}

.attorney-card-title h3 {
	font-family: 'univers67_condensed_bold';
	text-transform: uppercase;
}

.attorney-card-content p {
	font-family: 'univers57_condensed';
	padding-left: 20px;
	padding-right: 20px;
}

.attorney-card-content p a {
	text-decoration: underline;
}

.attorney-card-aop {
	font-size: 14px;
	font-weight: 400;
	padding-top: 20px;
	min-height: 100px;
}

.attorney-card-location i {
	color: rgb(19, 181, 234);
	margin-right: 5px;
}

.attorney-card-photo {
	height: 200px;
	width: auto;
	overflow: hidden;
}

.column {
	/*display: flex;*/
	flex: 1;
	flex-direction: column;
	flex-basis: 100%;
	margin: 20px;
}

form span {
	backgroud: none !important;
	background-color: transparent !important;
}

form span:after {
	content: '';
	font: normal normal normal 17px/1 FontAwesome;
	color: #0ebeff;
	right: 11px;
	display: none;
	height: 34px;
	padding: 2px 0px 0px 4px;
	border-left: none;
	position: absolute;
	pointer-events: none;
	width: 0;
	height: 0;
	background-color: none;
	background-image: none !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 85%;
	position: absolute;
	top: -1px;
	right: -25px;
	cursor: pointer;
	z-index: -1px;
	clear: both;
	content: "";
	display: block;
}

select {
	height: 2.65em;
	padding-top: 0.7em;
	padding-bottom: 0.5em;
	display: inline-block;
	height: 2.65em;
	margin-bottom: 9px;
	border: 1px solid #ddd;
	padding: 0 0.65em;
	font-size: 13px;
	line-height: normal;
	color: #555;
	background-color: #fff !important;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	width: 100% !important;
}

form #office {
	width: 100%;
	padding-left: 10px;
	border-left: 0.5px solid #d7d9d7;
	right: 0px;

	position: relative;
}

.column {
	margin: 0 auto;
	padding: 0 10px;
}

.select-wrapper p {
	color: #fff;
	font-weight: 600;
}

select.minimal {
	background-image: linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%),
		linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 20px) calc(1em + 2px),
		calc(100% - 15px) calc(1em + 2px),
		calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px,
		5px 5px,
		1px 1.5em;
	background-repeat: no-repeat;
}

select.minimal:focus {
	background-image: linear-gradient(45deg, green 50%, transparent 50%),
		linear-gradient(135deg, transparent 50%, green 50%),
		linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 15px) 1em,
		calc(100% - 20px) 1em,
		calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px,
		5px 5px,
		1px 1.5em;
	background-repeat: no-repeat;
	border-color: green;
	outline: 0;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.alphabets_wrapper {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.single_alphabet {
	display: inline-block;
	padding: 2px 10px;
	margin-left: 3px;
	margin-right: 3px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	width: auto !important;
}

.single_alphabet_first {
	margin-left: 0px !important;
}

.single_alphabet_last {
	margin-right: 0px !important;
}

.single_alphabet:hover {
	background: rgb(19 181 234);
}

.single_alphabet_selected {
	background: rgb(19 181 234);
	color: #ffffff;
}

.alphabets_wrapper a,
.alphabets_wrapper a:active,
.alphabets_wrapper a:visited,
.alphabets_wrapper a:hover {
	color: #ffffff !important;
}

.filter_col {
	display: inline-block;
	width: 26%;
	text-align: left;
	position: relative;
}

.filter_col select {
	width: 100% !important;
	height: 34px !important;
}

.attorney_filter_button {
	position: absolute;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	top: 36px;
	right: 0px;
	width: 20%;
	display: inline-block;
	background: rgb(19 181 234);
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

.filter_col p {
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 10px;
}

.filter_col_spacer {
	display: inline-block;
	width: 11%;
}

.attorney_form_top {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.attorney_form_top_rightsection,
.attorney_form_top_leftsection {
	font-weight: bold;
	display: inline-block;
	width: 50%;
}

.attorney_form_top_leftsection {
	color: #ffffff;
	text-align: left;
}

.attorney_form_top_rightsection {
	text-align: right;
}

@media screen and (max-width: 800px) {
	.filter_col {
		width: 100% !important;
		margin-bottom: 15px !important;
	}

	.filter_col_spacer {
		display: none;
	}

	.attorney_filter_button {
		position: relative;
		text-align: center;
		width: 100% !important;
		padding-top: 4px;
		padding-bottom: 4px;
		top: auto;
		right: auto;
	}


	.c-attorney_info_subcolumn:nth-child(2) {
		margin-top: 30px;
		display: block;
		flex: none !important;
	}


}

.desktop-only {
	display: block;
}

.mobile-only {
	display: none;
}

@media screen and (max-width: 600px) {
	.attorney-card-wrapper_column {
		flex: 1;
		flex-basis: 100%;
		margin-top: 10px;
		flex-grow: 0;
	}

	.desktop-only {
		display: none;
	}

	.mobile-only {
		display: block;
	}

	.attorney_form_top {
		padding-top: 15px;
	}

	.attorney_form_top_rightsection {
		text-align: left;
		width: 100%;
		padding: 5px;
	}

	.attorney-page-header-wrapper {
		margin: 0 auto;
		width: 100%;
		max-width: 64em;
		padding: 50px 10px 20px;
		border-bottom: 2px solid #F1C343;
	}

	.alphabets_wrapper {
		margin-bottom: 15px;
	}

	.attorney-page-header h1 {
		font-size: 2.3rem;
		font-weight: 900;
		line-height: 3.5rem;
		padding-bottom: 15px;
	}
}

.c-article_content {
	max-width: 1600px;
	margin: 0 auto;
}


/* Hide on Extra Small screens (less than 576px) */
@media (max-width: 575.98px) {
    .hidden-xs {
        display: none;
    }
}

/* Hide on Small screens (576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .hidden-sm {
        display: none;
    }
}

/* Hide on Medium screens (768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .hidden-md {
        display: none;
    }
}

/* Hide on Large screens (992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .hidden-lg {
        display: none;
    }
}

/* Hide on Extra Large screens (1200px and up) */
@media (min-width: 1200px) {
    .hidden-xl {
        display: none;
    }
}
/* Custom styles if needed */

/* Display on Extra Small screens (less than 576px) */
@media (max-width: 575.98px) {
    .visible-xs {
        display: block;
    }
}

/* Display on Small screens (576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .visible-sm {
        display: block;
    }
}

/* Display on Medium screens (768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .visible-md {
        display: block;
    }
}

/* Display on Large screens (992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .visible-lg {
        display: block;
    }
}

/* Display on Extra Large screens (1200px and up) */
@media (min-width: 1200px) {
    .visible-xl {
        display: block;
    }
}

.section-container {
    padding: 40px 20px;
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
}
@media (min-width:768px){
.section-container {
    padding: 40px 20px 20px;
    width: 90%;
    margin: 0 auto;
    max-width: 1600px;
}
}
@media (min-width:991px){
.section-container {
    padding: 60px 20px;
    width: 90%;
    margin: 0 auto;
    max-width: 1600px;
}
}



	.text-left {text-align:left;}
	.text-primary ul {
  margin-left: 40px;
  padding-left: 0;
}
	.text-primary, 	.text-primary p, 	.text-primary ul, 	.text-primary li {

/* Primary Font/Body XLarge - Bold */
font-family: 'UniversLTPro-45Light', 'Lato', sans-serif;
font-size: 16px;
font-style: normal;
line-height: 26px; /* 130% */
	
	}
	.text-primary p {padding-top:10px;padding-bottom:10px;}
	.text-primary a {display:inline-block;}
	.text-lg {
		font-size:18px;
	}
	.text-xl {
	font-size: 20px;	
	}	
	.text-bold {
		font-weight: 700;
	}
	.text-primary-blue {
		color:#005187;
	}
	.text-primary-grey {
		color: #3A3A3A; }
	.text-white {
		color:#fff;
	}
	
	
	.headline-primary {
color: var(--primary-buckingham-blue-50-base, #005187);
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 55px; /* 114.583% */
letter-spacing: 1px;
		padding-bottom:24px;
	}
	
	.h2-primary {
	/*	font-family: Front Page Neue;*/
		/*font-family: 'UniversLTPro-65Bold' ;*/
		font-family: 'univers67_condensed_bold';
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 112.5% */
letter-spacing: 1px;
	}