/*!
Theme Name: Dillard Sellers
Theme URI: https://dillardsellers.com/
Author: Dillard Sellers
Author URI: https://dillardsellers.com/
Description: Dillard Sellers Custom Theme
Version: 1.0.0

/* Dillard Sellers is based on Underscores https://underscores.me/ */
/* CSS Document */
/* --------------------------------- */
/* CSS Order */
/* Core Elements */
/* Resets and Loading Webfont */
/* Colors and Editor Colors */
/* Common Elements */
/* Content Add-ons */
/* Buttons */
/* Captcha */
/* Forms */
/* Content */
/* Footer */
/* --------------------------------- */
/*  Media Queries */
/*  Mobile */
/*  Desktop Landscape */
/*  Desktop */
/*  Desktop/Tablet (Portrait) */
/*  Desktop/Tablet Landscape */
/*  Desktop Greater than 1600px Wide */
/*  Desktop Greater than 1800px Wide */
/* --------------------------------- */
/* Resets and Loading Webfont */
/* --------------------------------- */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth; }

/* Reset */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0 12px;
  color: #58585a;
  font-size: 16px; }

/* 
	Headings
	font-family: 'adobe-caslon-pro', serif;

	Body:
	font-family: 'proxima-nova', sans-serif;
*/
/* --------------------------------- */
/* Colors */
/* --------------------------------- */
.black {
  color: black; }

.white {
  color: white; }

.darkblue {
  color: #002647; }

.mediumblue {
  color: #00577d; }

.brightblue {
  color: #00affa; }

.lightblue {
  color: #4bc6fb; }

.slateblue {
  color: #31546b; }

.darkgrey {
  color: #58585a; }

.lightgrey {
  color: #d4d4d6; }

.orange {
  color: #f58603; }

.gold {
  color: #f49f04; }

.yellow {
  color: #efb705; }

.teal {
  color: #1c818e; }

/* Classes for Panel Backgrounds */
.lightgrey-25 {
  background-color: rgba(212, 212, 214, 0.25); }

/* Display Colors Set in Editor */
.has-darkblue-color {
  color: #002647; }

.has-mediumblue-color {
  color: #00577d; }

.has-brightblue-color {
  color: #00affa; }

.has-lightblue-color {
  color: #4bc6fb; }

.has-slateblue-color {
  color: #31546b; }

.has-darkgrey-color {
  color: #58585a; }

.has-lightgrey-color {
  color: lightgrey; }

.has-orange-color {
  color: #f58603; }

.has-gold-color {
  color: #f49f04; }

.has-yellow-color {
  color: #efb705; }

.has-darkblue-background-color {
  background-color: #002647; }

.has-mediumblue-background-color {
  background-color: #00577d; }

.has-brightblue-background-color {
  background-color: #00affa; }

.has-lightblue-background-color {
  background-color: #4bc6fb; }

.has-slateblue-background-color {
  background-color: #31546b; }

.has-darkgrey-background-color {
  background-color: #58585a; }

.has-lightgrey-background-color {
  background-color: lightgrey; }

.has-orange-background-color {
  background-color: #f58603; }

.has-gold-background-color {
  background-color: #f49f04; }

.has-yellow-background-color {
  background-color: #efb705; }

/* --------------------------------- */
/* Common Elements */
/* --------------------------------- */
a {
  color: #1c818e;
  text-decoration: none; }

a:visited {
  color: #1c818e;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a:hover, a:visited:hover {
  color: #00577d;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.lined-link a, .lined-link a:visited {
  border-bottom: 1px solid #00affa; }

.lined-link a:hover, .lined-link a:visited:hover {
  border-bottom: 1px solid #00577d; }

strong {
  font-weight: 700; }

/* --------------------------------- */
/* Content Add-ons */
/* --------------------------------- */
.lr-1 {
  padding: 0 1% 0 1%; }

.lr-2 {
  padding: 0 2% 0 2%; }

.lr-3 {
  padding: 0 3% 0 3%; }

.lr-4 {
  padding: 0 4% 0 4%; }

.lr-5 {
  padding: 0 5% 0 5%; }

.lr-6 {
  padding: 0 6% 0 6%; }

.lr-7 {
  padding: 0 7% 0 7%; }

.lr-8 {
  padding: 0 8% 0 8%; }

.lr-9 {
  padding: 0 9% 0 9%; }

.lr-10 {
  padding: 0 10% 0 10%; }

.tb-1 {
  padding: 1% 0 1% 0; }

.tb-2 {
  padding: 2% 0 2% 0; }

.tb-3 {
  padding: 3% 0 3% 0; }

.tb-4 {
  padding: 4% 0 4% 0; }

.tb-5 {
  padding: 5% 0 5% 0; }

.tb-6 {
  padding: 6% 0 6% 0; }

.tb-7 {
  padding: 7% 0 7% 0; }

.tb-8 {
  padding: 8% 0 8% 0; }

.tb-9 {
  padding: 9% 0 9% 0; }

.tb-10 {
  padding: 10% 0 10% 0; }

.pad-0 {
  padding: 0; }

.pad-1 {
  padding: 1%; }

.pad-2 {
  padding: 2%; }

.pad-3 {
  padding: 3%; }

.pad-4 {
  padding: 4%; }

.pad-5 {
  padding: 5%; }

.pad-6 {
  padding: 6%; }

.pad-7 {
  padding: 7%; }

.pad-8 {
  padding: 8%; }

.max-10 {
  max-width: 10%; }

.max-20 {
  max-width: 20%; }

.max-30 {
  max-width: 30%; }

.max-40 {
  max-width: 40%; }

.max-50 {
  max-width: 50%; }

.max-60 {
  max-width: 60%; }

.max-70 {
  max-width: 70%; }

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

.max-90 {
  max-width: 90%; }

.base-container {
  width: 90%;
  margin: 0 auto; }

.base-container.flex-start {
  align-items: flex-start; }

.flex-container {
  display: flex;
  justify-content: flex-start;
  column-gap: 20px; }

.flex-container.flex-start {
  align-items: flex-start; }

.flex-half {
  flex-basis: 50%; }

.flex-third {
  flex-basis: 33.333%; }

.flex-twothird {
  flex-basis: 66.666%; }

.flex-quarter {
  flex-basis: 25%; }

.flex-threequarter {
  flex-basis: 75%; }

/* --------------------------------- */
/* Buttons */
/* ---------------------------------  */
.wp-block-button__link, .wp-block-button__link:visited {
  background-color: rgba(255, 255, 255, 0);
  color: #00577d;
  border: 1px solid rgba(0, 87, 125, 0.5);
  border-radius: 0;
  padding: calc(.5em + 2px) calc(1em + 2px);
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.wp-block-button__link:after, .wp-block-button__link:visited:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Sharp";
  font-weight: 400;
  font-size: 16px;
  content: " \f0a9";
  margin: 0 0 0 10px;
  position: absolute;
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.wp-block-button__link:hover, .wp-block-button__link:visited:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #4bc6fb;
  border: 1px solid #4bc6fb;
  padding: calc(.5em + 2px) calc(1em + 24px) calc(.5em + 2px) calc(1em + 2px); }

.wp-block-button__link:hover:after, .wp-block-button__link:visited:hover:after {
  opacity: 1;
  color: #4bc6fb;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.home-intro-panel .wp-block-button__link, .home-intro-panel .wp-block-button__link:visited, .bio-intro-panel .wp-block-button__link, .bio-intro-panel .wp-block-button__link:visited {
  background-color: rgba(255, 255, 255, 0);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  padding: calc(.5em + 2px) calc(1em + 2px); }

.home-intro-panel .wp-block-button__link:hover, .home-intro-panel .wp-block-button__link:visited:hover, .bio-intro-panel .wp-block-button__link:hover, .bio-intro-panel .wp-block-button__link:visited:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1px solid white;
  padding: calc(.5em + 2px) calc(1em + 24px) calc(.5em + 2px) calc(1em + 2px); }

.home-intro-panel .wp-block-button__link:hover:after, .home-intro-panel .wp-block-button__link:visited:hover:after {
  opacity: 1;
  color: white;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.wp-block-button.back a.wp-block-button__link:after {
  transform: rotate(180deg); }

/* --------------------------------- */
/* Forms */
/* --------------------------------- */
.gform_validation_errors, .gform_validation_errors:focus {
  outline: none; }

h2.gform_submission_error, h2.gform_submission_error:focus {
  outline: none;
  font-size: 24px; }

.gform_fields {
  display: flex;
  margin-bottom: 40px; }

.gfield_label {
  color: black;
  font-size: 16px;
  margin-bottom: 4px; }

.gfield_required {
  display: inline-block;
  margin-left: 4px;
  font-size: 12px; }

.gform_fields input[type="text"], .gform_fields input[type="email"], .gform_fields input[type="tel"] {
  font-family: "effra", sans-serif;
  -webkit-appearance: none;
  width: 90%;
  padding: 14px !important;
  background-color: #f4f8fa;
  border: 1px solid rgba(91, 102, 112, 0.5);
  border-radius: 6px;
  color: black;
  font-size: 16px;
  line-height: 16px; }

.gform_fields input[type="text"]:focus, .gform_fields input[type="email"]:focus, .gform_fields input[type="tel"]:focus {
  -webkit-appearance: none;
  outline: none;
  background-color: #f4f8fa;
  border: 1px solid #002647; }

.gform_fields textarea {
  font-family: "effra", sans-serif;
  -webkit-appearance: none;
  width: 90%;
  padding: 14px !important;
  background-color: #f4f8fa;
  border: 1px solid rgba(91, 102, 112, 0.5);
  border-radius: 6px;
  color: black;
  font-size: 16px;
  line-height: 16px; }

.gform_fields textarea:focus {
  -webkit-appearance: none;
  outline: none;
  background-color: #f4f8fa;
  border: 1px solid #002647; }

.validation_message {
  padding-top: 4px;
  font-weight: 700;
  color: #5b6670; }

input[type="submit"] {
  font-family: "effra", sans-serif;
  -webkit-appearance: none;
  padding: 16px 40px;
  /* background-color: rgba($purple,1);
  border: 1px solid rgba($purple,1); */
  border-radius: 36px;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px; }

input[type="submit"]:focus {
  outline: none;
  color: white;
  background-color: #002647;
  border: 1px solid #002647; }

input[type="submit"]:hover {
  cursor: pointer;
  color: white;
  background-color: #002647;
  border: 1px solid #002647; }

/* Contact Page Mailing List Form */
.form-wrapper {
  width: 100%;
  border: 1px solid #d6dadd;
  border-radius: 18px;
  padding: 6%; }

/* --------------------------------- */
/* Header / Masthead / Navigation */
/* --------------------------------- */
#Masthead {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backdrop-filter: brightness(100%) blur(20px);
  backdrop-filter: brightness(100%) blur(20px);
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0), 0 4px 8px rgba(0, 0, 0, 0);
  text-align: center;
  display: flex;
  align-content: space-around; }

#Masthead.active {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.14); }

/* Main Menu / Navigation */
.nav-container {
  width: calc(92% - 24px);
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }

#Masthead .logo {
  width: 240px;
  align-self: center; }

#Masthead .logo img.static-logo {
  width: 240px;
  height: auto; }

#MainMenu {
  display: flex;
  flex-wrap: nowrap; }

#MainMenu .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

#MainMenu li {
  padding: 0 20px; }

#MainMenu li:last-of-type {
  padding: 0 0 0 20px; }

#MainMenu li a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #00577d;
  border-bottom: 2px solid rgba(244, 159, 4, 0);
  text-decoration: none;
  padding: 0 0 4px 0;
  margin: 0;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }

#MainMenu li a:hover {
  color: #00affa; }

#MainMenu li.current_page_item a, #MainMenu li.current-page-ancestor a {
  color: #58585a;
  border-bottom: 2px solid rgba(88, 88, 90, 0.25); }

.menu-toggle {
  display: none;
  width: 100%; }

/* --------------------------------- */
/* Default Page Template  */
/* --------------------------------- */
/* --------------------------------- */
/* Home Page  */
/* --------------------------------- */
/* Billboard Rotations */
.home-billboard-panels {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: #31546b; }

.home-billboard-panel {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  visibility: hidden; }

.home-billboard-image {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100; }

.home-billboard-image img {
  width: 100%;
  height: auto; }

.home-billboard-text {
  position: absolute;
  height: auto;
  top: 40%;
  right: 5%;
  z-index: 200;
  font-weight: 800;
  font-size: 48px;
  color: white;
  text-shadow: 0 0 4px rgba(0, 38, 71, 0.12), 0 4px 8px rgba(0, 38, 71, 0.24); }

/* Homepage Intro Panel */
.home-intro-panel {
  position: relative;
  z-index: 500;
  width: 90%;
  margin: -60px auto 120px auto;
  background-image: url("images/intro-panel-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06), 0 0 10px rgba(0, 0, 0, 0.18); }

.home-intro-panel--left {
  color: white;
  align-content: center; }

.home-intro-panel--left .content {
  width: 80%;
  margin: 0 auto; }

.home-intro-panel--left h2 {
  width: 80%;
  font-family: 'adobe-caslon-pro', serif;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  color: white;
  margin-bottom: 20px; }

.home-intro-panel--left h1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: white;
  margin-bottom: 28px; }

.land {
  background-color: rgba(255, 255, 255, 0.6);
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.local {
  background-color: rgba(255, 255, 255, 0.5);
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.litigation {
  background-color: rgba(255, 255, 255, 0.4);
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.land:hover {
  background-color: rgba(255, 255, 255, 0.7);
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.local:hover {
  background-color: rgba(255, 255, 255, 0.7);
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.litigation:hover {
  background-color: rgba(255, 255, 255, 0.7);
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.land, .local, .litigation {
  padding: 6% 6%; }

.land figure, .local figure, .litigation figure {
  flex-basis: 140px;
  text-align: center; }

.land figure img, .local figure img, .litigation figure img {
  width: 100px;
  aspect-ratio: 1 / 1;
  border-radius: 50px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.06), 0 0 4px rgba(0, 0, 0, 0.24); }

.land > div, .local > div, .litigation > div {
  flex-basis: calc(100% - 140px);
  padding: 0 2%; }

.home-intro-panel--right h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 12px; }

.home-intro-panel--right h2 a, .home-intro-panel--right h2 a:visited {
  color: #002647;
  border-bottom: 1px solid rgba(0, 38, 71, 0);
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.home-intro-panel--right h2 a:hover, .home-intro-panel--right h2 a:hover:visited {
  color: #002647;
  border-bottom: 1px solid #002647;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.home-intro-panel--right p {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #002647;
  margin-bottom: 0; }

/* --------------------------------- */
/* Standard Pages */
/* --------------------------------- */
/* Standard Billboard */
.standard-billboard {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  background-color: #d4d4d6; }

.standard-billboard.half {
  aspect-ratio: 4 / 1; }

.standard-billboard img {
  width: 100%;
  height: auto; }

/* Standard Intro Panel */
.standard-intro-panel {
  position: relative;
  z-index: 500;
  width: 90%;
  margin: -18% auto 0 auto;
  background-image: url("images/intro-panel-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06), 0 0 10px rgba(0, 0, 0, 0.18);
  color: white; }

.standard-intro-panel h1 {
  font-family: 'adobe-caslon-pro', serif;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 20px; }

.standard-intro-panel h2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 28px; }

.standard-intro-panel p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 28px; }

.standard-intro-panel--bullets {
  width: 80%;
  justify-content: space-between;
  align-items: flex-start; }

.standard-intro-panel--bullets ul {
  margin: 0 0 10px 15px; }

		/* 
			
			.standard-intro-panel--bullets ul li {
				list-style-type: none;
			}

		 */
.standard-intro-panel .wp-block-separator {
  opacity: .5; }

/* --------------------------------- */
/* Team Member Pages */
/* --------------------------------- */
.page-template-team-member .standard-billboard {
  background-color: #58585a; }

/* Intro Panel */
.bio-intro-panel {
  position: relative;
  z-index: 500;
  width: 90%;
  margin: -18% auto 0 auto;
  background-image: url("images/intro-panel-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06), 0 0 10px rgba(0, 0, 0, 0.18); }

.bio-intro-panel--left {
  color: white;
  align-content: center; }

.bio-intro-panel--left .content {
  width: 80%;
  margin: 0 auto;
  padding: 2% 0; }

.bio-intro-panel--left h1 {
  width: 80%;
  font-family: 'adobe-caslon-pro', serif;
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  color: white;
  margin-bottom: 0; }

.bio-intro-panel--left h2 {
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  color: white;
  margin-bottom: 28px; }

.bio-intro-panel--left h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: white;
  margin-bottom: 8px; }

.bio-intro-panel--left p {
  font-size: 16px;
  line-height: 24px; }

.bio-intro-panel--left p.phone {
  margin-bottom: 6px; }

.bio-intro-panel--left a[href^="tel:"]::before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Sharp";
  font-weight: 300;
  font-size: 18px;
  content: "\f67d ";
  padding: 0 10px 0 0;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.75; }

.bio-intro-panel--left a[href^="mailto:"]::before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Sharp";
  font-weight: 300;
  font-size: 18px;
  content: "\f0e0 ";
  padding: 0 10px 0 0;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.75; }

.bio-intro-panel--left .wp-block-button {
  margin-top: 16px; }

.bio-intro-panel--left .wp-block-button.down a:after {
  transform: rotate(90deg);
  color: white; }

.bio-intro-panel--left p a, .bio-intro-panel--left p a:visited {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.bio-intro-panel--left p a:hover, .bio-intro-panel--left p a:hover:visited {
  color: white;
  border-bottom: 1px solid white;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.bio-intro-panel--right {
  aspect-ratio: 1 / 1; }

/* --------------------------------- */
/* Content */
/* --------------------------------- */
/* Standard Article Content */
article {
  font-size: 14px;
  line-height: 21px; }

article h1, article h2, article h3, article h4, article h5 {
  font-weight: 400; }

article h1 {
  font-size: 48px;
  line-height: 54px;
  font-weight: 700; }

article h2 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px; }

article h3 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 20px; }

article h4 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px; }

article h5 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px; }

article h6 {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 24px; }

article p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 26px; }

article p strong, article li strong {
  font-weight: 700; }

article ul, article ol {
  margin: 0 0 40px 30px; }

article ul li, article ul li {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: disc; }

article ol li, article ol li {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: decimal; }

article ul li ul, article ul li ul {
  margin: 15px 0 10px 15px; }

article em {
  font-style: italic; }

article hr {
  display: block;
  margin: 30px 0 30px 0;
  border: none;
  height: 1px;
  width: 100%;
  background-color: black; }

.wp-block-separator {
  border: none; }

.smallnote {
  display: block;
  padding-top: 18px;
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5); }

.base-container p a, .base-container p a:visited {
  border-bottom: 1px solid rgba(28, 129, 142, 0); }

.base-container p a:hover, .base-container p a:visited:hover {
  border-bottom: 1px solid #00577d; }

/* --------------------------------- */
/* Practice Areas Page */
/* --------------------------------- */
.practice-land {
  padding: 6%; }

.practice-local {
  padding: 6%;
  background-color: rgba(212, 212, 214, 0.25); }

.practice-litigation {
  padding: 6%; }

.practice-content-container {
  width: 90%;
  margin: 0 auto; }

.practice-content-container ul, .practice-content-container ol {
  margin: 0 60px 40px 30px !important; }

.practice-content-container .is-layout-flex {
  align-items: flex-start;
  justify-content: flex-start; }

.practice-content-container h5 {
  padding-top: 40px; }

.practice-image {
  float: right;
  margin: 4%; }

.practice-image img {
  border-radius: 50%;
  width: 100%;
  height: auto;
  max-width: 320px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.06), 0 0 4px rgba(0, 0, 0, 0.24); }

/* --------------------------------- */
/* About Page */
/* --------------------------------- */
.about-grid > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center; }

.about-grid--panel {
  aspect-ratio: 4 / 2;
  flex-basis: calc(50% - 15px);
  background-color: #002647;
  color: white;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.about-grid--panel:hover {
  /* background-color: $darkblue; */
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.about-grid--panel > div {
  padding: 6%; }

.about-grid:hover .about-grid--panel:not(:hover) {
  background-color: rgba(212, 212, 214, 0.5); }

.about-grid:hover .about-grid--panel:not(:hover) {
  color: rgba(88, 88, 90, 0.75); }

.about-grid--panel > div h4 {
  font-size: 21px;
  line-height: 32px;
  display: block;
  font-style: normal; }

.about-grid--panel > div h4 em {
  font-size: 42px;
  display: block;
  font-style: normal;
  font-weight: 700; }

.about-grid--panel > div p {
  font-size: 16px;
  line-height: 24px; }

/* --------------------------------- */
/* Connect Page */
/* --------------------------------- */
p.contact-phone-link a[href^="tel:"]::before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Sharp";
  font-weight: 300;
  font-size: 18px;
  content: "\f67d ";
  padding: 0 10px 0 0;
  color: #58585a; }

p.contact-phone-link a, p.contact-phone-link a:visited {
  border-bottom: 1px solid rgba(0, 87, 125, 0); }

p.contact-phone-link a:hover, p.contact-phone-link a:visited:hover {
  border-bottom: 1px solid #00577d; }

p.contact-map-link a::before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Sharp";
  font-weight: 300;
  font-size: 18px;
  content: "\f3c5 ";
  padding: 0 10px 0 0;
  color: #58585a; }

p.contact-map-link a, p.contact-map-link a:visited {
  border-bottom: 1px solid rgba(0, 87, 125, 0); }

p.contact-map-link a:hover, p.contact-map-link a:visited:hover {
  border-bottom: 1px solid #00577d; }

/* --------------------------------- */
/* Footer */
/* --------------------------------- */
footer {
  background-color: white;
  color: white;
  display: flex;
  gap: 12px;
  margin: 12px 0; }

/* All Columns */
.footer-address, .footer-menu, .footer-disclaimer {
  background-color: #31546b;
  padding: 4%; }

/* Left Column */
.footer-address {
  flex-basis: 20%; }

.footer-address--logo {
  margin-bottom: 20px; }

.footer-address--logo img {
  width: 100%;
  height: auto;
  max-width: 230px; }

.footer-address p {
  color: white;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 40px; }

.footer-address p:last-of-type {
  margin-bottom: 0; }

.footer-address a, .footer-address a:visited {
  color: white; }

.footer-address a:hover, .footer-address a:visited:hover {
  color: #4bc6fb; }

/* Center Column */
.footer-menu {
  flex-basis: 20%; }

.footer-menu li {
  margin-bottom: 6px; }

.footer-menu li:last-of-type {
  margin-bottom: 0; }

.footer-menu li a, .footer-menu li a:visited {
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  font-size: 18px;
  line-height: 24px; }

.footer-menu li a:hover, .footer-menu li a:visited:hover {
  color: #4bc6fb; }

/* Right Column */
.footer-disclaimer {
  flex-basis: 60%; }

.footer-disclaimer p {
  color: white;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 40px; }

.footer-disclaimer p:last-of-type {
  margin-bottom: 0; }

.footer-disclaimer a, .footer-disclaimer a {
  color: #4bc6fb; }

.footer-disclaimer a:hover, .footer-disclaimer a:visited:hover {
  color: white; }

/* Social Icons */
.footer-social p {
  color: white;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 20px; }

.social-icons {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px; }

.footer-menu li.instagram a, .footer-menu li.facebook a, .footer-menu li.linkedin a, .footer-menu li.xtwitter a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  color: #31546b;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-decoration: none; }

.footer-menu li.instagram a:hover, .footer-menu li.facebook a:hover, .footer-menu li.linkedin a:hover, .footer-menu li.xtwitter a:hover {
  background-color: white;
  color: #31546b; }

.footer-menu li.instagram i, .footer-menu li.facebook i, .footer-menu li.linkedin i, .footer-menu li.xtwitter i {
  font-size: 21px; }

.xhashtag {
  flex-basis: 100%;
  margin: 20px 0 0 0; }

.xhashtag img {
  width: 80px;
  height: 91px;
  display: block;
  background-color: #00affa;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.xhashtag img:hover {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: white; }

/* --------------------------------- */
/* Notification Popover */
/* --------------------------------- */
#Notification {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 2%;
  left: 0;
  z-index: 3000;
  width: 60%;
  padding: 20px;
  margin: 0 auto; }

#Notification.has-darkblue-background-color, #Notification.has-mediumblue-background-color, #Notification.has-brightblue-background-color, #Notification.has-slateblue-background-color {
  color: white; }

#Notification.has-lightblue-background-color, #Notification.has-orange-background-color, #Notification.has-gold-background-color, #Notification.has-yellow-background-color {
  color: #002647; }

.notification-content p {
  font-size: 16px;
  line-height: 21px;
  padding-right: 60px; }

.notification-content h6 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 4px;
  padding-right: 60px; }

.close-notification {
  position: absolute;
  z-index: 500;
  top: 20px;
  right: 0;
  width: 32px;
  height: 32px;
  opacity: 1; }

#Notification.has-darkblue-background-color .notification-content a, #Notification.has-mediumblue-background-color .notification-content a, #Notification.has-brightblue-background-color .notification-content a, #Notification.has-slateblue-background-color .notification-content a {
  color: white; }

#Notification.has-darkblue-background-color .notification-content a:visited, #Notification.has-mediumblue-background-color .notification-content a:visited, #Notification.has-brightblue-background-color .notification-content a:visited, #Notification.has-slateblue-background-color .notification-content a:visited {
  color: white; }

#Notification.has-darkblue-background-color .notification-content a:hover, #Notification.has-darkblue-background-color .notification-content a:visited:hover, #Notification.has-slateblue-background-color .notification-content a:hover, #Notification.has-slateblue-background-color .notification-content a:visited:hover {
  color: #4bc6fb; }

#Notification.has-lightblue-background-color .notification-content a, #Notification.has-orange-background-color .notification-content a, #Notification.has-gold-background-color .notification-content a, #Notification.has-yellow-background-color .notification-content a {
  color: #002647; }

#Notification.has-lightblue-background-color .notification-content a:visited, #Notification.has-orange-background-color .notification-content a:visited, #Notification.has-gold-background-color .notification-content a:visited, #Notification.has-yellow-background-color .notification-content a:visited {
  color: #002647; }

#Notification.has-darkblue-background-color .close-notification i, #Notification.has-mediumblue-background-color .close-notification i, #Notification.has-brightblue-background-color .close-notification i, #Notification.has-slateblue-background-color .close-notification i, #Notification.has-darkblue-background-color .close-notification i:hover, #Notification.has-mediumblue-background-color .close-notification i:hover, #Notification.has-brightblue-background-color .close-notification i:hover, #Notification.has-slateblue-background-color .close-notification i:hover {
  font-size: 18px;
  color: white; }

#Notification.has-lightblue-background-color .close-notification i, #Notification.has-orange-background-color .close-notification i, #Notification.has-gold-background-color .close-notification i, #Notification.has-yellow-background-color .close-notification i, #Notification.has-lightblue-background-color .close-notification i:hover, #Notification.has-orange-background-color .close-notification i:hover, #Notification.has-gold-background-color .close-notification i:hover, #Notification.has-yellow-background-color .close-notification i:hover {
  font-size: 18px;
  color: #002647; }

/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Mobile */
@media screen and (max-width: 769px) {
  /* --------------------------------- */
  /* Header / Masthead / Navigation */
  /* --------------------------------- */
  #Masthead {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-backdrop-filter: brightness(100%) blur(20px);
    backdrop-filter: brightness(100%) blur(20px);
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0), 0 4px 8px rgba(0, 0, 0, 0);
    text-align: center;
    display: flex;
    align-content: space-around; }

  #Masthead.active {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.14); }

  #Masthead .logo {
    flex-basis: 200px;
    align-self: center;
    padding: 0;
    position: relative;
    z-index: 6000; }

  #Masthead .logo img.static-logo {
    width: 200px;
    height: auto; }

  #MainMenu {
    justify-content: flex-end;
    position: relative;
    left: 0;
    -moz-transition: left 0.2s ease-in-out 0s;
    -webkit-transition: left 0.2s ease-in-out 0s;
    -o-transition: left 0.2s ease-in-out 0s;
    transition: left 0.2s ease-in-out 0s; }

  #MainMenu.open {
    -moz-transition: left 0.3s ease-in-out 0s;
    -webkit-transition: left 0.3s ease-in-out 0s;
    -o-transition: left 0.3s ease-in-out 0s;
    transition: left 0.3s ease-in-out 0s; }

  .menu-toggle {
    position: relative;
    z-index: 9000;
    width: 30px;
    height: 25px;
    display: flex;
    align-self: center;
    justify-self: flex-end;
    margin: 18px 10px 15px 10px;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }

  .menu-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #00577d;
    color: #00577d;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }

  .menu-toggle span:nth-child(1) {
    top: 0px; }

  .menu-toggle span:nth-child(2) {
    top: 9px; }

  .menu-toggle span:nth-child(3) {
    top: 18px; }

  .menu-toggle.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }

  .menu-toggle.open span:nth-child(2) {
    opacity: 0;
    left: 10px; }

  .menu-toggle.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }

  #PrimaryMenu {
    position: fixed;
    top: 0px;
    left: -100%;
    opacity: 0;
    z-index: 900;
    width: 100%;
    height: 100vh;
    background-color: #d4d4d6;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 160px 20px 120px 20px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

  #PrimaryMenu.open {
    left: 0;
    opacity: 1; }

  #PrimaryMenu li {
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
    flex-basis: 100%;
    max-width: none;
    border-right: none;
    margin: 14px 0;
    padding: 10px 20px 10px 50px;
    text-align: left; }

  #PrimaryMenu li:last-of-type {
    padding: 10px 20px 10px 50px; }

  #PrimaryMenu li a, #PrimaryMenu li:hover a {
    color: #00577d;
    text-decoration: none;
    padding: 0 0 0 0; }

  #PrimaryMenu li.current_page_item a {
    color: #58585a;
    border-bottom-color: rgba(88, 88, 90, 0.5); }

  /* --------------------------------- */
  /* Default Page Template  */
  /* --------------------------------- */
  main {
    margin-top: 100px; }

  .standard-intro-panel {
    margin: -9% auto 0 auto;
    padding: 12px; }

  .standard-intro-panel h1 {
    font-size: 32px;
    line-height: 36px; }

  .standard-intro-panel--bullets ul {
    margin: 0 0 -5px 20px; }

  .standard-intro-panel--bullets ul:last-of-type {
    margin: 0 0 10px 20px; }

  /* --------------------------------- */
  /* Home Page  */
  /* --------------------------------- */
  .home-billboard-text {
    top: 30%;
    font-size: 18px; }

  .home-intro-panel--left .content {
    padding: 10% 0; }

  .home-intro-panel--left h2 {
    width: 100%;
    font-size: 28px;
    line-height: 34px;
    hyphens: auto; }

  .land, .local, .litigation {
    padding: 12% 6%;
    flex-wrap: wrap !important; }

  .land > div, .local > div, .litigation > div {
    flex-basis: 100%;
    text-align: center; }

  .land figure, .local figure, .litigation figure {
    flex-basis: 180px;
    margin: 0 auto 10px auto; }

  /* --------------------------------- */
  /* Practice Areas Page */
  /* --------------------------------- */
  .practice-land, .practice-local, .practice-litigation {
    padding: 40px 6%; }

  .practice-image {
    float: none;
    margin: 4% 4% 30px 4%; }

  .practice-content-container ul, .practice-content-container ol {
    margin: 0 0 -5px 30px !important; }

  .practice-content-container ul:last-of-type, .practice-content-container ol:last-of-type {
    margin: 0 0 40px 30px !important; }

  .practice-content-container h5 {
    padding-top: 10px; }

  /* --------------------------------- */
  /* About Page */
  /* --------------------------------- */
  .about-grid--panel {
    aspect-ratio: revert;
    flex-basis: 100%;
    padding: 4% 4% 0 4%; }

  .about-grid--panel > div h4 {
    font-size: 18px; }

  .about-grid--panel > div h4 em {
    font-size: 36px; }

  .we-know-redev {
    flex-wrap: wrap-reverse !important; }

  .list-no-bottom-margin {
    margin: 0 0 -28px 30px !important; }

  /* --------------------------------- */
  /* Team Bio Pages */
  /* --------------------------------- */
  .page-template-team-member .standard-billboard.half {
    aspect-ratio: 2 / 1; }

  .bio-intro-panel {
    flex-wrap: wrap-reverse !important;
    margin: -45% auto 30px auto; }

  .bio-intro-panel--left .content {
    margin: 0 auto 40px auto; }

  .bio-intro-panel--left h1 {
    width: 100%; }

  /* --------------------------------- */
  /* Footer */
  /* --------------------------------- */
  footer {
    display: grid; }

  .footer-address, .footer-menu, .footer-disclaimer {
    padding: 8% 6%; }

  .footer-menu {
    order: 0; }

  .footer-address {
    order: 1; }

  .footer-disclaimer {
    order: 2; }

  /* --------------------------------- */
  /* Notification Popover */
  /* --------------------------------- */
  #Notification {
    width: calc(90% - 40px); }

  .notification-content p {
    font-size: 14px;
    line-height: 18px;
    padding-right: 30px; }

  .notification-content h6 {
    font-size: 18px;
    line-height: 21px;
    padding-right: 30px; } }
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Desktop Landscape */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Desktop */
@media screen and (min-width: 769px) {
  /* Shifts scrolltop to accomodate fixed menus. */
  html {
    scroll-padding-top: 100px; }

  /* --------------------------------- */
  /* Default Page Template  */
  /* --------------------------------- */
  main {
    margin-top: 100px; } }
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Minor Adjustments for smaller desktop screens */
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .standard-intro-panel {
    margin: -9% auto 0 auto; }

  .home-intro-panel--left h2 {
    font-size: 34px;
    line-height: 40px; }

  .bio-intro-panel--left {
    flex-basis: 55% !important;
    padding: 20px 0; }

  .bio-intro-panel--right {
    flex-basis: 45% !important; }

  .footer-address p {
    font-size: 14px;
    line-height: 18px; } }
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Larger than Phone up to 1020px Wide Desktop */
@media screen and (min-width: 800px) and (max-width: 1020px) {
  .standard-intro-panel {
    margin: -9% auto 0 auto; }

  .home-intro-panel--left h2 {
    hyphens: auto; } }
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Desktop / Tablet Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #Masthead .logo img.static-logo {
    width: 180px; }

  #MainMenu li {
    padding: 0 12px; }

  #MainMenu li a {
    font-size: 16px; }

  .standard-intro-panel--bullets {
    width: 90%; }

  .home-intro-panel--left h2 {
    font-size: 32px;
    line-height: 36px; }

  .land, .local, .litigation {
    flex-wrap: wrap !important; }

  .land > div, .local > div, .litigation > div {
    flex-basis: 100%;
    padding: 4% 2%; }

  .land figure, .local figure, .litigation figure {
    display: none; }

  .practice-image img {
    max-width: 220px; }

  .practice-content-container ul, .practice-content-container ol {
    margin: 0 0 -5px 30px !important; }

  .practice-content-container ul:last-of-type, .practice-content-container ol:last-of-type {
    margin: 0 0 40px 30px !important; }

  .practice-content-container h5 {
    padding-top: 10px; }

  .about-grid--panel > div h4 {
    font-size: 18px; }

  .about-grid--panel > div h4 em {
    font-size: 36px; }

  .we-know-redev {
    flex-wrap: wrap-reverse !important; }

  .we-know-redev > div:first-of-type {
    flex-basis: 100% !important; }

  .we-know-redev > div:last-of-type {
    flex-basis: 100% !important; }

  .bio-intro-panel {
    flex-wrap: wrap-reverse !important; }

  .bio-intro-panel--left {
    flex-basis: 100% !important;
    margin: 0 0 20px 0 !important; }

  .bio-intro-panel--left .content {
    width: 90%; }

  .bio-intro-panel--right {
    flex-basis: 40% !important;
    margin: 20px 0 0 4% !important; }

  footer {
    flex-wrap: wrap; }

  .footer-address, .footer-menu {
    flex-basis: calc(42% - 6px); }

  .footer-disclaimer {
    flex-basis: calc(100% - 12px); } }
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Mobile: Tablet Landscape */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Greater than 1600px Wide Desktop */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Greater than 1800px Wide Desktop */
