@charset "UTF-8";
/*0.56, 0.75, 1, 1.33, 1.77, 2.36, 3.15, 4.2*/
/*%message-shared {
  border: 1px solid #ccc; 
  padding: 10px;
  color: #333;
}

.message {
  @extend %message-shared;
}*/

body {
	font-family: "MuseoSans-300", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: black;
	background-color: #ffffff;
	height: 100%;
}

.bold {
	font-family: "MuseoSans-700", Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
}

.bold-italic {
	font-family: "MuseoSans-700Italic", Arial, Helvetica, sans-serif;
}

.italic {
	font-family: "MuseoSans-300Italic", Arial, Helvetica, sans-serif;
}

sup {
	top: -0.6em;
	font-size: 0.65em;
}

a {
	color: inherit;
}

img {
	display: block;
}

h1 {
	color: #75213b;
	font: 2.36em/1.3em "Gotham-Medium", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

h2 {
	color: #75213b;
	font: 1.77em/1.3em "Gotham-Light", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

h3 {
	font: 1.33em/1.5em "MuseoSans-700", Arial, Helvetica, sans-serif;
}

h4 {
	font: 1.33em/1.5em "MuseoSans-300", Arial, Helvetica, sans-serif;
}

h6 {
	color: #002f6c;
	font-size: 1em;
	text-align: center;
	margin: 0.5em 0 1em 0;
}

/************ Header ************/

header, .header {
	position: fixed;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	z-index: 20;
	height: 70px;
	top: 0;
	background-color: #ffffff;
	border-bottom: 1px solid #bcbec0;
}

.logo-container {
	align-self: center;
	margin-left: 35px;
}

.logo-container img {
	display: block !important;
	width: 380px;
	height: 40px;
}

nav, .nav {
	margin: 0 25px 0 0;
}

nav ul, .nav ul {
	display: flex;
	text-align: center;
	align-items: center;
}

nav ul li, .nav ul li {
	list-style: none;
}

nav ul li a, .nav ul li a {
	font: 14px/1.2em "Gotham-Bold", Arial, Helvetica, sans-serif;
	color: #646464;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 10px 6px;
	-webkit-transition: color 0.4s ease-out;
	-moz-transition: color 0.4s ease-out;
	-o-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
	display: block;
}

nav ul li a div, .nav ul li a div {
	border-bottom: 3px solid #ffffff;
	padding: 0 0 2px 0;
	-webkit-transition: border-bottom 0.4s ease-out;
	-moz-transition: border-bottom 0.4s ease-out;
	-o-transition: border-bottom 0.4s ease-out;
	transition: border-bottom 0.4s ease-out;
}

nav ul li a:hover, .nav ul li a:hover {
	color: #75213b;
}

nav ul li a:hover div, .nav ul li a:hover div {
	border-bottom: 3px solid #75213b;
}

nav ul .disabled a, .nav ul .disabled a {
	color: #75213b;
}

nav ul .disabled a div, .nav ul .disabled a div {
	border-bottom: 3px solid #75213b;
}

nav ul .has-menu, .nav ul .has-menu {
	padding-bottom: 18px;
	margin-top: 18px;
}

nav ul .has-menu .sub-menu, .nav ul .has-menu .sub-menu {
	position: absolute;
	display: flex;
	justify-content: center;
	background-color: #ffffff;
	top: 71px;
	width: 830px;
	right: 0;
	padding: 4px 22px 8px;
	visibility: hidden;
	opacity: 0;
	border-bottom: 1px solid #bcbec0;
	border-left: 1px solid #bcbec0;
	border-right: 1px solid #bcbec0;
	-webkit-transition: visibility 0s ease-out;
	-moz-transition: visibility 0s ease-out;
	-o-transition: visibility 0s ease-out;
	transition: visibility 0s ease-out;
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

nav ul .has-menu .sub-menu a, .nav ul .has-menu .sub-menu a {
	font: 14px/17px "Gotham-Book", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #646464;
	text-decoration: none;
	padding: 0;
	margin: 12px 0;
	-webkit-transition: color 0s ease-out;
	-moz-transition: color 0s ease-out;
	-o-transition: color 0s ease-out;
	transition: color 0s ease-out;
}

nav ul .has-menu .sub-menu .category, .nav ul .has-menu .sub-menu .category {
	font: 14px/17px "Gotham-Bold", Arial, Helvetica, sans-serif;
}

nav ul .has-menu .sub-menu .category hr, .nav ul .has-menu .sub-menu .category hr {
	border-top: 2px solid #646464;
	margin: 4px 0px 0px;
}

nav ul .has-menu .sub-menu .gap, .nav ul .has-menu .sub-menu .gap {
	width: 34px;
	min-width: 34px;
}

nav ul .has-menu .sub-menu a:hover, .nav ul .has-menu .sub-menu a:hover {
	color: #75213b;
	text-decoration: underline;
}

nav ul .has-menu .sub-menu .category:hover, .nav ul .has-menu .sub-menu .category:hover {
	color: #75213b;
	text-decoration: none;
}

nav ul .has-menu .sub-menu .category:hover hr, .nav ul .has-menu .sub-menu .category:hover hr {
	border-top: 2px solid #75213b;
}

nav ul .has-menu:hover, .nav ul .has-menu:hover {
	cursor: pointer;
}

nav ul .has-menu:hover .sub-menu, .nav ul .has-menu:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility 0s ease-out;
	-moz-transition: visibility 0s ease-out;
	-o-transition: visibility 0s ease-out;
	transition: visibility 0s ease-out;
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

nav ul .has-menu:hover > a, .nav ul .has-menu:hover > a {
	color: #75213b;
}

nav ul .has-menu:hover > a div, .nav ul .has-menu:hover > a div {
	border-bottom: 3px solid #75213b;
}

#mobile-menu {
	margin: 0 15px 0 0;
	display: none;
	cursor: pointer;
}

#mobile-menu a {
	font: 18px/1.2em "Gotham-Bold", Arial, Helvetica, sans-serif;
	color: #646464;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px;
	cursor: pointer;
}

#mobile-menu a:hover {
	color: #75213b;
}

/************ Hero ************/

.hero {
	width: 100%;
	height: 440px;
	margin-top: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hero .hero-content {
	font: 2.36em/1.5em "Gotham-Light", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	text-align: left;
}

.landing {
	background: url("../images/landing-hero-bkrnd.jpg") center center no-repeat #323232;
	background-size: cover;
}

.our-firm {
	background: url("../images/our-firm.jpg") center center no-repeat #323232;
	background-size: cover;
}

.accid-injury {
	background: url("../images/accid-injury-hero.jpg") center center no-repeat #323232;
	background-size: cover;
}

.insur-cov {
	background: url("../images/insur-coverage.jpg") center center no-repeat #323232;
	background-size: cover;
}

.bad-faith {
	background: url("../images/bad-faith.jpg") center center no-repeat #323232;
	background-size: cover;
}

.water-dam {
	background: url("../images/water-damage.jpg") center center no-repeat #323232;
	background-size: cover;
}

.fire-dam {
	background: url("../images/fire-damage.jpg") center center no-repeat #323232;
	background-size: cover;
}

.wind-dam {
	background: url("../images/wind-damage.jpg") center center no-repeat #323232;
	background-size: cover;
}

.bus-real-estate {
	background: url("../images/bus-real-estate.jpg") center center no-repeat #323232;
	background-size: cover;
}

.will-probate {
	background: url("../images/will-probate-hero.jpg") center center no-repeat #323232;
	background-size: cover;
}

.construction {
	background: url("../images/construction.jpg") center center no-repeat #323232;
	background-size: cover;
}

.motor-vehicle {
	background: url("../images/motor-vehicle.jpg") center center no-repeat #323232;
	background-size: cover;
}

.motorcycle {
	background: url("../images/motorcycle-2.jpg") center center no-repeat #323232;
	background-size: cover;
}

.car-accident {
	background: url("../images/car-accident.jpg") center center no-repeat #323232;
	background-size: cover;
}

.isaac-landing-hero-bug {
	margin-right: 40px;
}

.isaac-landing-hero-bug img {
	width: 240px;
	height: 259px;
}

.case-results {
	background: #f2edd7;
	background-size: cover;
}

.results-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 440px;
	font: 21px/21px "MuseoSans-300", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
}

.results-container .result {
	width: 256px;
	height: 256px;
	border-radius: 50%;
	background-color: #75213b;
}

.results-container .result .stats {
	font-size: 1em;
	margin-top: 74px;
}

.results-container .result .stats .amount {
	font: 3em/1em "Gotham-Medium", Arial, Helvetica, sans-serif;
}

.results-container .result .stats hr {
	width: 200px;
}

.results-container .result .stats .date {
	font: 1em/1.2em "Gotham-Medium", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.results-container .gap {
	width: 24px;
	min-width: 24px;
}

/************ Main Content ************/

.free-banner {
	font: 1.77em/1.5em "Gotham-Light", Arial, Helvetica, sans-serif;
	color: #ffffff;
	width: 100%;
	background-color: #75213b;
	text-align: center;
	margin: auto;
	padding: 9px 0;
}

.practice-sections {
	display: flex;
}

.practice-sections .practice-tile {
	position: relative;
	width: 25%;
	height: 214px;
	background-color: #c9c9c9;
	overflow: hidden;
}

.practice-sections .practice-tile a {
	text-decoration: none;
}

.practice-sections .practice-tile a .photo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: transform 0.4s linear;
	-moz-transition: transform 0.4s linear;
	-o-transition: transform 0.4s linear;
	transition: transform 0.4s linear;
}

.practice-sections .practice-tile a .insur {
	background: url("../images/insur-cov.jpg") no-repeat center center;
	background-size: cover;
}

.practice-sections .practice-tile a .accid {
	background: url("../images/injury.jpg") no-repeat center center;
	background-size: cover;
}

.practice-sections .practice-tile a .estate {
	background: url("../images/real-estate.jpg") no-repeat center center;
	background-size: cover;
}

.practice-sections .practice-tile a .wills {
	background: url("../images/will-probate.jpg") no-repeat center center;
	background-size: cover;
}

.practice-sections .practice-tile a .overlay {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-transition: background-color 0.4s ease-in-out;
	-moz-transition: background-color 0.4s ease-in-out;
	-o-transition: background-color 0.4s ease-in-out;
	transition: background-color 0.4s ease-in-out;
}

.practice-sections .practice-tile a .overlay .text {
	font: 1.33em/1.2em "Gotham-Medium", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 3px 8px;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: margin-top 0.4s ease-in-out, background-color 0.4s ease-in-out;
	-moz-transition: margin-top 0.4s ease-in-out, background-color 0.4s ease-in-out;
	-o-transition: margin-top 0.4s ease-in-out, background-color 0.4s ease-in-out;
	transition: margin-top 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.practice-sections .practice-tile a .overlay .text-insur {
	max-width: 202px;
}

.practice-sections .practice-tile a .overlay .text-estate {
	max-width: 196px;
}

.practice-sections .practice-tile a:hover .photo {
	transform: scale(1.2);
	-webkit-transition: transform 3s linear;
	-moz-transition: transform 3s linear;
	-o-transition: transform 3s linear;
	transition: transform 3s linear;
}

.practice-sections .practice-tile a:hover .overlay {
	background-color: rgba(0, 0, 0, 0);
}

.practice-sections .practice-tile a:hover .overlay .text {
	background-color: rgba(0, 0, 0, 0.6);
}

main, .main {
	padding: 0 100px 30px;
	margin-top: 80px;
}

main ul, .main ul {
	padding-left: 1.8em;
	margin: 10px 0 20px;
}

.no-hero {
	margin-top: 152px !important;
}

.landing-copy {
	max-width: 80%;
}

.slider-container {
	position: relative;
	margin: 0 100px 40px;
}

.slider-container .assoc-slider {
	width: 100%;
}

.slider-container .assoc-slider .assoc-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25%;
}

.slider-container .assoc-slider .assoc-logo .img-container {
	padding: 0 20px;
	height: 150px;
}

.slider-container .assoc-slider .assoc-logo .img-container img {
	height: 100%;
	width: 100%;
}

.two-column {
	display: flex;
	justify-content: flex-start;
}

.two-column .two-third {
	flex: 2 2 66.66%;
	padding-right: 34px;
}

.two-column .one-third {
	flex: 1 1 33.33%;
	padding-left: 34px;
}

.two-column .left {
	flex: 1 1 50%;
	padding-right: 34px;
}

.two-column .right {
	flex: 1 1 50%;
	padding-left: 34px;
}

.two-column .attorney-copy {
	padding-right: 34px;
}

.two-column .attorney-portrait {
	padding-left: 34px;
	width: 194px;
}

.two-column .attorney-detail {
	padding-left: 34px;
}

.two-column .attorney-detail img {
	border: 7px solid #75213b;
	margin-top: 12px;
}

.two-column .pad-right {
	padding-right: 34px;
}

.practice-columns {
	display: flex;
	justify-content: flex-start;
}

.badges {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 300px;
}

.badges .badge {
	margin-bottom: 20px;
}

.body-bullets {
	color: #75213b;
	font-family: "MuseoSans-700", Arial, Helvetica, sans-serif;
}

.body-bullets li {
	margin-bottom: 8px;
}

.body-bullets li a {
	text-decoration: none;
}

.body-bullets li a:hover {
	text-decoration: underline;
}

.aside-menu {
	width: 250px;
	min-width: 250px;
	padding-left: 68px;
}

.aside-menu .menu-item {
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: 1em/1.4em "Gotham-Medium", Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #75213b;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 12px;
	padding: 6px;
	border: 3px solid #75213b;
	border-radius: 8px;
	-webkit-transition: color 0.4s ease-out, background-color 0.4s ease-out;
	-moz-transition: color 0.4s ease-out, background-color 0.4s ease-out;
	-o-transition: color 0.4s ease-out, background-color 0.4s ease-out;
	transition: color 0.4s ease-out, background-color 0.4s ease-out;
}

.aside-menu .menu-item:hover {
	background-color: #ffffff;
	color: #75213b;
	-webkit-transition: color 0.4s ease-out, background-color 0.4s ease-out;
	-moz-transition: color 0.4s ease-out, background-color 0.4s ease-out;
	-o-transition: color 0.4s ease-out, background-color 0.4s ease-out;
	transition: color 0.4s ease-out, background-color 0.4s ease-out;
}

.aside-menu .static {
	background-color: #ffffff;
	color: #75213b;
	border: 3px solid #75213b;
	cursor: default;
}

.side-quick-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #75213b;
	font-family: "MuseoSans-700", Arial, Helvetica, sans-serif;
}

.side-quick-nav li {
	margin-bottom: 14px;
}

.side-quick-nav li a {
	text-decoration: none;
}

.profile {
	font-family: "MuseoSans-700", Arial, Helvetica, sans-serif;
	color: #646464;
	text-decoration: none;
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
}

.profile .photo {
	display: block;
	box-shadow: inset 0 0 0 0px #75213b;
	-webkit-transition: box-shadow 0.25s ease-out;
	-moz-transition: box-shadow 0.25s ease-out;
	-o-transition: box-shadow 0.25s ease-out;
	transition: box-shadow 0.25s ease-out;
}

.profile .photo img {
	position: relative;
	z-index: -1;
}

.profile .name {
	padding-top: 12px;
	margin-bottom: 34px;
	display: inline-block;
	line-height: 1em;
	border-bottom: 2px solid #ffffff;
	-webkit-transition: border-bottom 0.25s ease-out;
	-moz-transition: border-bottom 0.25s ease-out;
	-o-transition: border-bottom 0.25s ease-out;
	transition: border-bottom 0.25s ease-out;
}

.profile:hover {
	color: #75213b;
	text-decoration: underline;
}

.profile:hover .photo {
	box-shadow: inset 0 0 0 7px #75213b;
}

.profile:hover .name {
	border-bottom: 2px solid #75213b;
}

.attor-link-container {
	font: 1.33em/1em "MuseoSans-700", Arial, Helvetica, sans-serif;
}

.attor-link-container .attor-link {
	display: flex;
	justify-content: flex-start;
}

.attor-link-container .attor-link div {
	min-width: 180px;
	margin-bottom: 30px;
}

.attor-link-container .attor-link div a {
	color: #646464;
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
}

.attor-link-container .attor-link div a:hover {
	color: #75213b;
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
}

.detail-info tr td {
	padding: 0 0 10px;
}

.detail-info tr td a {
	text-decoration: none;
}

.detail-info tr td a:hover {
	color: #75213b;
	text-decoration: underline;
}

.detail-info tr td:first-of-type {
	font-family: "MuseoSans-700", Arial, Helvetica, sans-serif;
	text-align: left;
	padding-right: 14px;
}

a.anchor {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}

.thankyou-page {
	margin-top: 70px;
	padding: 240px 100px;
	background-color: #ffffff;
	text-align: center;
	font: 6em "Gotham-Bold", Arial, Helvetica, sans-serif;
	color: #75213b;
}

/*···················· C O N T A C T ····················*/

.contact-section {
	background-color: #75213b;
	padding: 60px 80px;
	text-align: center;
	color: #ffffff;
	  /* The container must be positioned relative: */
	  /* Style the arrow inside the select element: */
	  /* Point the arrow upwards when the select box is open (active): */
	  /* style the items (options), including the selected item: */
	  /* Style items (options): */
	  /* Hide the items when the select box is closed: */
}

.contact-section .contact-title {
	font: 1.77em/1.3em "Gotham-Medium", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.contact-section .contact-intro {
	color: #ffffff;
	font: 1.33em/1.3 "MuseoSans-500", Arial, Helvetica, sans-serif;
}

.contact-section .form-container {
	display: flex;
	justify-content: center;
}

.contact-section .form-container .form-column {
	display: flex;
	flex-direction: column;
	width: 50%;
	max-width: 400px;
}

.contact-section .form-container .field {
	font: 1em/1em "MuseoSans-300", Arial, Helvetica, sans-serif;
	color: #000000;
	height: 40px;
	padding: 0;
	border: none;
	padding-left: 20px;
	background-color: #bcbec0;
	margin-top: 12px;
}

.contact-section .form-container .field-area {
	font: 1em/1.25em "MuseoSans-300", Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 10px;
	border: none;
	padding-left: 20px;
	background-color: #bcbec0;
	margin-top: 12px;
	height: 132px;
}

.contact-section .form-container ::placeholder {
	color: #646464;
	font: 1em/1.25em "MuseoSans-300Italic", Arial, Helvetica, sans-serif;
	padding-top: 2px;
}

.contact-section .form-container .form-gap {
	width: 60px;
	min-width: 60px;
}

.contact-section .submit:disabled {
	font: 1.77em/1.5em "Gotham-Bold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 60px;
	border: none;
	border-radius: 30px;
}

.contact-section .submit:enabled {
	font: 1.77em/1.5em "Gotham-Bold", Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #ffffff;
	padding: 10px 60px;
	border: none;
	border-radius: 30px;
	cursor: pointer;
	-webkit-transition: color 0.4s ease-out, background-color 0.4s ease-out;
	-moz-transition: color 0.4s ease-out, background-color 0.4s ease-out;
	-o-transition: color 0.4s ease-out, background-color 0.4s ease-out;
	transition: color 0.4s ease-out, background-color 0.4s ease-out;
}

.contact-section .submit:enabled:hover {
	color: #ffffff;
	background-color: #000000;
}

.contact-section .parsley-errors-list {
	right: 0;
	list-style: none;
	text-align: left;
	color: #ffffff;
	font: 0.8em "MuseoSans-500", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 6px;
}

.contact-section .custom-select {
	position: relative;
}

.contact-section .custom-select select {
	display: none;
    /*hide original SELECT element: */
}

.contact-section .select-selected {
	color: #646464;
	font: 1em/1em "MuseoSans-300Italic", Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 12px;
	height: 28px;
	border: none;
	padding-left: 20px;
	background-color: #bcbec0;
	margin-top: 12px;
}

.contact-section .select-selected:after {
	position: absolute;
	content: "";
	top: 31px;
	right: 20px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #646464 transparent transparent transparent;
}

.contact-section .select-selected.select-arrow-active:after {
	border-color: transparent transparent #646464 transparent;
	top: 23px;
}

.contact-section .select-items div, .contact-section .select-selected {
	height: 28px;
	padding-left: 20px;
	padding-top: 12px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
}

.contact-section .select-items {
	position: absolute;
	background-color: #bcbec0;
	text-indent: 20px;
	text-align: left;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	color: #000000;
}

.contact-section .select-hide {
	display: none;
}

.contact-section .select-items div:hover {
	background-color: #ffffff;
}

/************ Contact PAGE ************/

.contact-page {
	padding: 200px 80px 120px;
	text-align: center;
	color: #75213b;
	min-height: 100%;
	background-color: #ffffff;
	  /* The container must be positioned relative: */
	  /* Style the arrow inside the select element: */
	  /* Point the arrow upwards when the select box is open (active): */
	  /* style the items (options), including the selected item: */
	  /* Style items (options): */
	  /* Hide the items when the select box is closed: */
}

.contact-page .contact-title {
	font: 1.77em/1.3em "Gotham-Medium", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.contact-page .contact-intro {
	color: #75213b;
	font: 1.33em/1.3 "MuseoSans-500", Arial, Helvetica, sans-serif;
}

.contact-page .form-container {
	display: flex;
	justify-content: center;
}

.contact-page .form-container .form-column {
	display: flex;
	flex-direction: column;
	width: 50%;
	max-width: 400px;
}

.contact-page .form-container .field {
	font: 1em/1em "MuseoSans-300", Arial, Helvetica, sans-serif;
	color: #000000;
	height: 40px;
	padding: 0;
	border: none;
	padding-left: 20px;
	background-color: #e2e4e2;
	margin-top: 12px;
}

.contact-page .form-container ::placeholder {
	color: #646464;
	font: 1em/1em "MuseoSans-300Italic", Arial, Helvetica, sans-serif;
	padding-top: 2px;
}

.contact-page .form-container .form-gap {
	width: 60px;
	min-width: 60px;
}

.contact-page .submit:disabled {
	font: 1.77em/1.5em "Gotham-Bold", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 60px;
	border: none;
	border-radius: 30px;
}

.contact-page .submit:enabled {
	font: 1.77em/1.5em "Gotham-Bold", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #75213b;
	padding: 6px 54px;
	border: none;
	border-radius: 30px;
	border: 4px solid #75213b;
	cursor: pointer;
	-webkit-transition: color 0.4s ease-out, background-color 0.4s ease-out;
	-moz-transition: color 0.4s ease-out, background-color 0.4s ease-out;
	-o-transition: color 0.4s ease-out, background-color 0.4s ease-out;
	transition: color 0.4s ease-out, background-color 0.4s ease-out;
}

.contact-page .submit:enabled:hover {
	color: #75213b;
	background-color: #ffffff;
	border: 4px solid #75213b;
}

.contact-page .parsley-errors-list {
	right: 0;
	list-style: none;
	text-align: left;
	color: #75213b;
	font: 0.8em "MuseoSans-700", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 6px;
}

.contact-page .custom-select {
	position: relative;
}

.contact-page .custom-select select {
	display: none;
    /*hide original SELECT element: */
}

.contact-page .select-selected {
	color: #646464;
	font: 1em/1em "MuseoSans-300Italic", Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 12px;
	height: 28px;
	border: none;
	padding-left: 20px;
	background-color: #e2e4e2;
	margin-top: 12px;
}

.contact-page .select-selected:after {
	position: absolute;
	content: "";
	top: 31px;
	right: 20px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #646464 transparent transparent transparent;
}

.contact-page .select-selected.select-arrow-active:after {
	border-color: transparent transparent #646464 transparent;
	top: 23px;
}

.contact-page .select-items div, .contact-page .select-selected {
	height: 28px;
	padding-left: 20px;
	padding-top: 12px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
}

.contact-page .select-items {
	position: absolute;
	background-color: #e2e4e2;
	text-indent: 20px;
	text-align: left;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	color: #000000;
}

.contact-page .select-hide {
	display: none;
}

.contact-page .select-items div:hover {
	background-color: #c3c3c3;
}

/************Superlawyers***********/

.attorney-section {
	display: flex;
}

.attorney-section .third {
	margin: 0 auto;
	display: block;
	text-align: center;
}

.attorney-section .third .name {
	margin-bottom: 1em;
	font-size: 1.2em;
}

.attorney-section .third .super-badge {
	margin-top: 1em;
}

.page-container-large {
	max-width: 1200px;
	margin: 0 auto;
	display: block;
}

.video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin: 0 auto;
}

.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************ Footer ************/

footer, .footer {
	padding: 60px 40px 40px;
	color: #ffffff;
	background-color: #646464;
	display: flex;
	justify-content: space-between;
}

footer .footer-left, .footer .footer-left {
	display: flex;
	padding-bottom: 2px;
}

footer .footer-left .address, .footer .footer-left .address {
	margin-right: 50px;
}

footer .footer-left svg, .footer .footer-left svg {
	fill: #ffffff;
}

footer .footer-left a, .footer .footer-left a {
	text-decoration: none;
}

footer .footer-left a:hover, .footer .footer-left a:hover {
	text-decoration: underline;
}

footer .footer-right, .footer .footer-right {
	display: flex;
	align-items: flex-end;
	font-size: 0.75em;
}

footer .footer-right .legal, .footer .footer-right .legal {
	display: flex;
}

footer .footer-right .copyright, .footer .footer-right .copyright {
	margin-left: 14px;
}

footer .footer-right .copyright div, .footer .footer-right .copyright div {
	display: inline;
}

footer .footer-right a, .footer .footer-right a {
	text-decoration: none;
	background-color: #646464;
	padding: 10px 14px 8px;
	border-radius: 20px;
	-webkit-transition: color 0.4s ease-out, background-color 0.4s ease-out;
	-moz-transition: color 0.4s ease-out, background-color 0.4s ease-out;
	-o-transition: color 0.4s ease-out, background-color 0.4s ease-out;
	transition: color 0.4s ease-out, background-color 0.4s ease-out;
}

footer .footer-right a:hover, .footer .footer-right a:hover {
	color: #646464;
	background-color: #ffffff;
}

.anchored-footer {
	position: static;
	right: 0;
	bottom: 0;
	left: 0;
}

/************ Utilities ************/

.keep-together {
	white-space: nowrap;
}

.outline {
	outline: 1px dotted fuchsia;
}

/*************** Responsive ***************/

@media screen and (max-width: 1524px) {
	.sub-menu {
		left: 50%;
		margin-left: -437px;
	}
}

@media screen and (max-width: 1140px) {
	footer, .footer {
		justify-content: center;
		flex-direction: column;
	}
	
	footer .footer-left, .footer .footer-left {
		justify-content: center;
		padding-bottom: 30px;
	}
	
	footer .footer-right, .footer .footer-right {
		justify-content: center;
	}
	
	footer .footer-right .copyright, .footer .footer-right .copyright {
		margin-right: 14px;
	}
}

@media screen and (max-width: 1080px) {
	.hero {
		height: 340px;
	}
	
	.results-container .result {
		width: 170px;
		height: 170px;
	}
	
	.results-container .result .stats {
		font-size: 0.75em;
		margin-top: 48px;
	}
	
	.results-container .result .stats .amount {
		font: 2.36em / 1em "Gotham-Medium", Arial, Helvetica, sans-serif;
	}
	
	.results-container .result .stats hr {
		width: 100px;
	}
	
	.results-container .gap {
		width: 40px;
		min-width: 40px;
	}
}

@media screen and (max-width: 1030px) {
	.logo-container img {
		width: 280px;
		height: 30px;
	}
}

@media screen and (max-width: 930px) {
	body {
		font-size: 14px;
		line-height: 18px;
	}
	
	nav li:nth-of-type(1), .nav li:nth-of-type(1) {
		max-width: 56px;
	}
	
	nav li:nth-of-type(2), .nav li:nth-of-type(2) {
		max-width: 94px;
	}
	
	nav li:nth-of-type(3), .nav li:nth-of-type(3) {
		max-width: 86px;
	}
	
	.superlawyer-copy {
		margin-top: 90px;
	}
	
	.nav ul .has-menu .sub-menu {
		width: auto;
		left: 0;
		margin-left: 0;
	}
	
	.nav ul .has-menu .sub-menu .gap {
		width: 16px;
		min-width: 16px;
	}
	
	.hero {
		height: 280px;
		margin-top: 70px;
	}
	
	.hero .hero-content {
		font: 2em / 1.5em "Gotham-Light", Arial, Helvetica, sans-serif;
	}
	
	.results-container .gap {
		width: 16px;
		min-width: 16px;
	}
	
	.free-banner {
		font: 1.77em / 1.5em "Gotham-Light", Arial, Helvetica, sans-serif;
		padding: 7px 0;
	}
	
	.practice-sections .practice-tile {
		height: 140px;
	}
	
	.practice-sections .practice-tile a .overlay .text {
		font: 1.2em / 1.2em "Gotham-Medium", Arial, Helvetica, sans-serif;
		padding: 3px 8px;
	}
	
	.practice-sections .practice-tile a .overlay .text-insur {
		max-width: 164px;
	}
	
	.practice-sections .practice-tile a .overlay .text-estate {
		max-width: 120px;
	}
	
	main, .main {
		padding: 0 50px 30px;
		margin-top: 40px;
	}
	
	.no-hero {
		margin-top: 110px !important;
	}
	
	.landing-copy {
		max-width: 100%;
	}
	
	.two-column .attorney-copy {
		padding-right: 25px;
	}
	
	.two-column .attorney-portrait {
		padding-left: 25px;
	}
	
	.two-column .two-third {
		flex: 3 3 70%;
		padding-right: 25px;
	}
	
	.two-column .one-third {
		flex: 1 1 30%;
		padding-left: 25px;
	}
	
	.profile .photo img {
		width: 151px;
	}
	
	.profile .name {
		margin-bottom: 50px;
	}
	
	.aside-menu {
		/*min-width: 22px;
		
		.menu-item
		{
			padding: 14px 20px;
		}
			
		.two-line
		{
			padding: 14px 20px !important;
			height: auto;
		}
		
		.static
		{
			padding: 14px 20px;
		}*/
	}
	
	.slider-container {
		margin: 0 50px 40px;
	}
	
	.slider-container .assoc-slider .assoc-logo .img-container {
		height: 100px;
	}
	
	.contact-section {
		padding: 40px 50px;
	}
	
	.contact-section .submit:disabled, .contact-section .submit:enabled {
		padding: 4px 30px;
	}
	
	footer, .footer {
		padding: 30px 40px;
	}
	
	footer .locations .left, .footer .locations .left {
		width: 50%;
		padding-right: 20px;
	}
	
	footer .locations .right, .footer .locations .right {
		width: 50%;
		padding-left: 20px;
	}
	
	footer .locations a, .footer .locations a {
		max-width: 146px;
	}
	
	.third .profile .photo img {
		width: auto;
	}
	
	.third .profile .name {
		margin-bottom: 1em;
	}
}

@media screen and (max-width: 780px) {
	#mobile-menu {
		display: block;
	}
	
	nav, .nav {
		position: absolute;
		top: 71px;
		width: 100%;
		background-color: #ffffff;
		padding: 20px 0;
		left: 100%;
		-webkit-transition: right 0.4s ease-out;
		-moz-transition: right 0.4s ease-out;
		-o-transition: right 0.4s ease-out;
		transition: right 0.4s ease-out;
		-webkit-transition: left 0.4s ease-out;
		-moz-transition: left 0.4s ease-out;
		-o-transition: left 0.4s ease-out;
		transition: left 0.4s ease-out;
	}
	
	nav ul, .nav ul {
		display: flex;
		flex-direction: column;
	}
	
	nav ul li, .nav ul li {
		max-width: 100% !important;
		margin-bottom: 10px;
	}
	
	nav ul li a, .nav ul li a {
		font: 14px / 1.2em "Gotham-Bold", Arial, Helvetica, sans-serif;
		color: #646464;
		text-decoration: none;
		text-transform: uppercase;
		padding: 10px 10px 6px;
		-webkit-transition: color 0.4s ease-out;
		-moz-transition: color 0.4s ease-out;
		-o-transition: color 0.4s ease-out;
		transition: color 0.4s ease-out;
		display: block;
	}
	
	nav ul li a div, .nav ul li a div {
		border-bottom: 3px solid #ffffff;
		padding: 0 0 2px 0;
		-webkit-transition: border-bottom 0.4s ease-out;
		-moz-transition: border-bottom 0.4s ease-out;
		-o-transition: border-bottom 0.4s ease-out;
		transition: border-bottom 0.4s ease-out;
	}
	
	nav ul li a:hover, .nav ul li a:hover {
		color: #75213b;
	}
	
	nav ul li a:hover div, .nav ul li a:hover div {
		border-bottom: 3px solid #75213b;
	}
	
	nav ul .disabled a, .nav ul .disabled a {
		color: #75213b;
	}
	
	nav ul .disabled a div, .nav ul .disabled a div {
		border-bottom: 3px solid #75213b;
	}
	
	nav ul .constrain, .nav ul .constrain {
		width: 130px;
		margin: auto;
	}
	
	nav ul .has-menu, .nav ul .has-menu {
		padding-bottom: 0px;
		margin-top: 0;
	}
	
	nav ul .has-menu .sub-menu, .nav ul .has-menu .sub-menu {
		cursor: default;
		position: relative;
		flex-direction: column;
		background-color: none;
		top: 0;
		right: 0;
		padding: 10px 0 0;
		visibility: visible;
		opacity: 1;
		border: none;
		-webkit-transition: visibility 0s ease-out;
		-moz-transition: visibility 0s ease-out;
		-o-transition: visibility 0s ease-out;
		transition: visibility 0s ease-out;
		-webkit-transition: opacity 0.4s ease-out;
		-moz-transition: opacity 0.4s ease-out;
		-o-transition: opacity 0.4s ease-out;
		transition: opacity 0.4s ease-out;
	}
	
	nav ul .has-menu .sub-menu a, .nav ul .has-menu .sub-menu a {
		font: 14px / 17px "Gotham-Book", Arial, Helvetica, sans-serif;
		text-transform: capitalize;
		color: #646464;
		text-decoration: none;
		padding: 0;
		margin: 12px 0 0;
		-webkit-transition: color 0s ease-out;
		-moz-transition: color 0s ease-out;
		-o-transition: color 0s ease-out;
		transition: color 0s ease-out;
	}
	
	nav ul .has-menu .sub-menu .category, .nav ul .has-menu .sub-menu .category {
		width: 190px;
		margin: auto;
	}
	
	nav ul .has-menu .sub-menu .category hr, .nav ul .has-menu .sub-menu .category hr {
		border-top: 2px solid #646464;
		margin: 4px 0px 0px;
	}
	
	nav ul .has-menu .sub-menu .category-column, .nav ul .has-menu .sub-menu .category-column {
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin-bottom: 10px;
	}
	
	nav ul .has-menu .sub-menu .category-column div, .nav ul .has-menu .sub-menu .category-column div {
		padding: 0 20px;
	}
	
	nav ul .has-menu .sub-menu .section, .nav ul .has-menu .sub-menu .section {
		margin-bottom: 28px;
	}
	
	nav ul .has-menu .sub-menu .section .sub-items, .nav ul .has-menu .sub-menu .section .sub-items {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	nav ul .has-menu .sub-menu .section .sub-items .column, .nav ul .has-menu .sub-menu .section .sub-items .column {
		padding: 0 16px;
		margin: 0;
	}
	
	nav ul .has-menu .sub-menu a:nth-of-type(n+2), .nav ul .has-menu .sub-menu a:nth-of-type(n+2) {
		color: green;
		width: 20%;
		outline: 1px dotted pink;
	}
	
	nav ul .has-menu .sub-menu .gap, .nav ul .has-menu .sub-menu .gap {
		width: 34px;
		min-width: 34px;
	}
	
	nav ul .has-menu .sub-menu a:hover, .nav ul .has-menu .sub-menu a:hover {
		color: #75213b;
		text-decoration: underline;
	}
	
	nav ul .has-menu .sub-menu .category:hover, .nav ul .has-menu .sub-menu .category:hover {
		color: #75213b;
		text-decoration: none;
	}
	
	nav ul .has-menu .sub-menu .category:hover hr, .nav ul .has-menu .sub-menu .category:hover hr {
		border-top: 2px solid #75213b;
	}
	
	nav ul .has-menu:hover, .nav ul .has-menu:hover {
		cursor: default;
	}
	
	nav ul .has-menu:hover .sub-menu, .nav ul .has-menu:hover .sub-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transition: visibility 0s ease-out;
		-moz-transition: visibility 0s ease-out;
		-o-transition: visibility 0s ease-out;
		transition: visibility 0s ease-out;
		-webkit-transition: opacity 0.4s ease-out;
		-moz-transition: opacity 0.4s ease-out;
		-o-transition: opacity 0.4s ease-out;
		transition: opacity 0.4s ease-out;
	}
	
	nav ul .has-menu:hover > a, .nav ul .has-menu:hover > a {
		color: #75213b;
	}
	
	nav ul .has-menu:hover > a div, .nav ul .has-menu:hover > a div {
		border-bottom: 3px solid #75213b;
	}
	
	.contact-section .form-container, .contact-page .form-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.contact-section .form-container .form-column, .contact-page .form-container .form-column {
		display: flex;
		justify-content: center;
		width: 100%;
		max-width: 500px;
		margin: auto;
	}
	
	.contact-section .form-container .form-gap, .contact-page .form-container .form-gap {
		display: none;
	}
}

@media screen and (max-width: 760px) {
	.hero {
		height: 260px;
		margin-top: 70px;
	}
	
	.hero .hero-content {
		font: 1.66em / 1.5em "Gotham-Light", Arial, Helvetica, sans-serif;
	}
	
	.results-container .result {
		width: 130px;
		height: 130px;
	}
	
	.results-container .result .stats {
		font-size: 0.6em;
		margin-top: 36px;
	}
	
	.results-container .result .stats .amount {
		font: 2.36em / 1em "Gotham-Medium", Arial, Helvetica, sans-serif;
	}
	
	.results-container .result .stats hr {
		width: 80px;
	}
	
	.results-container .gap {
		width: 16px;
		min-width: 16px;
	}
	
	.free-banner {
		font: 1.66em / 1.3em "Gotham-Light", Arial, Helvetica, sans-serif;
	}
	
	.practice-sections {
		display: flex;
		flex-wrap: wrap;
	}
	
	.practice-sections .practice-tile {
		width: 50%;
		height: 140px;
	}
	
	.two-column {
		flex-direction: column;
	}
	
	.two-column .attorney-copy {
		order: 2;
	}
	
	.two-column .attorney-detail {
		order: 1;
		padding: 0;
		display: flex;
	}
	
	.two-column .attorney-detail .photo {
		margin: 0 34px 34px 0;
	}
	
	.two-column .attorney-detail .info {
		align-self: center;
	}
	
	.two-column .two-third {
		order: 2;
	}
	
	.two-column .one-third {
		order: 1;
	}
	
	.two-column .left {
		padding-right: 0;
	}
	
	.two-column .right {
		padding-left: 0;
	}
	
	.aside-menu {
		width: 200px;
		min-width: 200px;
		padding-left: 50px;
	}
	
	h1 {
		font: 2em / 1.3em "Gotham-Medium", Arial, Helvetica, sans-serif;
	}
	
	.slider-container {
		margin: 25px 20px;
	}
	
	.slider-container .assoc-slider .assoc-logo {
		width: 50%;
	}
	
	.slider-container .assoc-slider .assoc-logo .img-container {
		padding: 0 20px;
		height: 150px;
	}
	
	.slider-container .assoc-slider .assoc-logo .img-container img {
		height: 100%;
		width: 100%;
	}
	
	footer, .footer {
		padding: 25px;
	}
	
	footer .locations .left, .footer .locations .left {
		padding-right: 20px;
	}
	
	footer .locations .right, .footer .locations .right {
		padding-left: 20px;
	}
	
	.attorney-section .third .profile .photo img {
		width: 90%;
		margin: 0 auto;
	}
	
	.attorney-section .third .profile .name {
		margin-bottom: 1em;
	}
}

@media screen and (max-width: 660px) {
	header, .header {
		position: absolute;
		width: 100%;
		z-index: 20;
		height: 70px;
		top: 0;
	}
	
	nav, .nav {
		position: absolute;
		left: auto;
		right: 100%;
	}
	
	.practice-columns {
		flex-direction: column;
		align-items: center;
	}
	
	.practice-columns .aside-menu {
		padding: 0;
		margin: 30px 0 0;
		width: 300px;
		min-width: 300px;
	}
	  /*.two-column
		{
			flex-direction: column;
			
			.attorney-copy
			{
				order: 2;
				padding-right: 0;
			}
			
			.attorney-detail
			{
				order: 1;
				padding: 0;
				display: flex;
				
				.photo
				{
					margin: 0 34px 34px 0;
				}
				
				.info
				{
					align-self: center;
				}
			}
			
			.two-third
			{
				order: 2;
			}
			
			.one-third
			{
				order: 1;
			}
			
			.left
			{
				padding-right: 0;
			}
			
			.right
			{
				padding-left: 0;
			}
			
		}*/
	
	.attor-link-container .attor-link {
		flex-direction: column;
	}
	
	footer .locations, .footer .locations {
		flex-direction: column;
		align-items: center;
		margin-bottom: 0;
		text-align: center;
	}
	
	footer .locations .left, .footer .locations .left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
	
	footer .locations .right, .footer .locations .right {
		width: 100%;
		padding-left: 0px;
	}
	
	footer .locations a, .footer .locations a {
		margin: auto;
	}
	
	footer .legal-container, .footer .legal-container {
		color: #bcbec0;
		font-size: 0.75em;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	footer .legal-container div, .footer .legal-container div {
		display: inline-block;
	}
	
	footer .legal-container div:last-of-type, .footer .legal-container div:last-of-type {
		margin-top: 14px;
	}
	
	.attorney-section {
		display: block;
	}
	
	.attorney-section .third {
		margin: 0 auto;
		padding-bottom: 2em;
	}
	
	.attorney-section .third .profile {
		margin: 0 auto;
	}
	
	.attorney-section .third .profile .photo {
		max-width: 200px;
		margin: 0 auto;
	}
	
	.attorney-section .third .profile .photo img {
		max-width: 200px;
		margin: 0 auto;
	}
	
	.attorney-section .third .profile .super-badge {
		max-width: 200px;
		margin: 0 auto;
		padding-top: 1em;
	}
	
	.attorney-section .third .profile .name {
		margin-bottom: 1em;
	}
}

@media screen and (max-width: 580px) {
	.hero {
		height: auto;
		min-height: 170px;
		padding: 25px 0;
	}
	
	.hero .hero-content {
		padding: 0 25px;
		text-align: center;
	}
	
	.case-results {
		height: 340px;
	}
	
	.results-container {
		flex-wrap: wrap;
		height: 320px;
		max-width: 320px;
	}
	
	.results-container .result {
		width: 140px;
		height: 140px;
		margin: 10px;
	}
	
	.results-container .result .stats {
		font-size: 0.6em;
		margin-top: 36px;
	}
	
	.results-container .result .stats .amount {
		font: 2.36em / 1em "Gotham-Medium", Arial, Helvetica, sans-serif;
	}
	
	.results-container .result .stats hr {
		width: 80px;
	}
	
	.results-container .gap {
		width: 0;
		min-width: 0;
	}
	
	main, .main {
		padding: 0 25px 30px;
	}
	
	.two-column {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	
	.two-column .attorney-copy {
		order: 2;
		padding-right: 0;
		width: 100%;
	}
	
	.two-column .attorney-portrait {
		order: 1;
		padding-left: 0;
		width: 100%;
		max-width: 270px;
	}
	
	.two-column .attorney-detail {
		order: 1;
		padding: 0;
		display: flex;
		flex-direction: column;
	}
	
	.two-column .attorney-detail .photo {
		margin: 0;
	}
	
	.two-column .attorney-detail .info {
		align-self: flex-start;
		margin: 0 0 20px 0;
	}
	
	.superlawyer-copy {
		padding-right: 0;
		width: 100%;
	}
	
	.profile {
		display: inline-block;
		width: 120px;
		vertical-align: top;
	}
	
	.profile .photo {
		display: block;
		box-shadow: inset 0 0 0 0px #75213b;
		-webkit-transition: box-shadow 0.25s ease-out;
		-moz-transition: box-shadow 0.25s ease-out;
		-o-transition: box-shadow 0.25s ease-out;
		transition: box-shadow 0.25s ease-out;
	}
	
	.profile .photo img {
		width: 120px;
	}
	
	.profile .name {
		padding-top: 12px;
		margin-bottom: 34px;
		display: inline-block;
		line-height: 1em;
		border-bottom: 2px solid #ffffff;
		-webkit-transition: border-bottom 0.25s ease-out;
		-moz-transition: border-bottom 0.25s ease-out;
		-o-transition: border-bottom 0.25s ease-out;
		transition: border-bottom 0.25s ease-out;
	}
	
	.profile:nth-of-type(odd) {
		margin-right: 25px;
	}
	
	.contact-section .form-container .contact-row .field, .contact-section .form-container .contact-row .field-2 {
		width: 100%;
		padding-left: 10px;
	}
	
	.contact-section .form-container .contact-row ::placeholder {
		font: 0.9em / 1em "MuseoSans-300Italic", Arial, Helvetica, sans-serif;
	}
	
	.attorney-section {
		display: block;
	}
	
	.attorney-section .third {
		margin: 0 auto;
		padding-bottom: 2em;
	}
	
	.attorney-section .third .profile {
		margin: 0 auto;
		width: 100%;
	}
	
	.attorney-section .third .profile .photo {
		max-width: 200px;
		width: auto;
		margin: 0 auto;
	}
	
	.attorney-section .third .profile .photo img {
		max-width: 200px;
		width: auto;
		margin: 0 auto;
	}
	
	.attorney-section .third .profile .super-badge {
		max-width: 200px;
		margin: 0 auto;
		padding-top: 1em;
	}
	
	.attorney-section .third .profile .name {
		margin-bottom: 1em;
	}
}

@media screen and (max-width: 540px) {
	footer, .footer {
		padding: 40px;
	}
	
	footer .footer-left, .footer .footer-left {
		flex-direction: column;
		text-align: center;
		margin-bottom: 20px;
	}
	
	footer .footer-left .address, .footer .footer-left .address {
		margin-right: 0px;
		margin-bottom: 24px;
	}
	
	footer .footer-right, .footer .footer-right {
		flex-direction: column;
		margin: auto;
	}
	
	footer .footer-right .legal, .footer .footer-right .legal {
		display: flex;
		justify-content: center;
		margin: 0 auto 14px;
	}
	
	footer .footer-right .copyright, .footer .footer-right .copyright {
		margin-left: 14px;
	}
	
	footer .footer-right a, .footer .footer-right a {
		text-decoration: none;
		background-color: #646464;
		padding: 10px 14px 8px;
		border-radius: 20px;
		-webkit-transition: color 0.4s ease-out, background-color 0.4s ease-out;
		-moz-transition: color 0.4s ease-out, background-color 0.4s ease-out;
		-o-transition: color 0.4s ease-out, background-color 0.4s ease-out;
		transition: color 0.4s ease-out, background-color 0.4s ease-out;
	}
	
	footer .footer-right a:hover, .footer .footer-right a:hover {
		color: #646464;
		background-color: #ffffff;
	}
}

@media screen and (max-width: 420px) {
	.logo-container {
		margin-left: 25px;
	}
	
	.logo-container img {
		width: 220px;
	}
	
	.badge img {
		width: 100%;
	}
}

/*PRINT*/

@media print {
	@page {
	size: 8.5in 11in;
	}
}
