.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;padding-bottom:30px}	
	
.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;
}
	
	.filter_col p {
		color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
		margin-top:20px;}
	.attorney-card-content p {font-size:17px;}
	.t-type_large {
    font-size: 1.4rem;
}
	}
	
	.c-article_content {max-width:1600px;margin:0 auto;}	
.t-type_large{font-size:1.2rem;}
