/*
	Theme Name: DMC Law Genesis Child
	Author: Susan Harkey
	Author URI: http://susanharkey.com/

	Version: 1.0

	Template: genesis
	Template Version: 2.6.0
*/

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
	- Wordpress
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Forms
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Classes
- Common Classes
	- Search Form
	- Wordpress
- Widgets
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Sticky Menu
	- Accessible Menu
- Content Area
- Sidebars
- Page Templates
	- Homepage
	- Default Page Template
	- Team Members
	- Experience
	- Practice Areas
	- Clients
- Site Footer
- Modals
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
	- Max-width: 600px;
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}

/* ## Wordpress
--------------------------------------------- */
.post-edit-link {
  display: none;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
  font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
  font-size: 18px;
  font-size: 1.8rem;
}

body {
  color: #06425f;
  font-family: "Crimson Pro", serif;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  line-height: 1.625;
  margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

a {
  color: #9dc5a9;
  text-decoration: none;
}

a:focus,
a:hover {
  opacity: 0.75;
}

p {
  margin: 0 0 28px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 3px solid #9dc5a9;
  clear: both;
  margin: 1em 0;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 40px;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

.home-contact-wrap h2 {
  font-size: 30px !important;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0 0 10px;
  font-weight: 700;
  font-family: "Rosario", sans-serif;
}

h1 {
  font-size: 50px;
  font-size: 5rem;
}

h2 {
  font-size: 20px;
  font-size: 2rem;
}

h2 {
  font-size: 20px;
  font-size: 2rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

figure {
  margin: 0;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: none;
  background: #fafafa;
  padding: 20px;
  margin: 0;
}

input:focus,
textarea:focus {
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  color: #333;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #9dc5a9;
  border: 3px solid #9dc5a9;
  color: #fff;
  cursor: pointer;
  padding: 8px 30px;
  text-decoration: none;
  white-space: normal;
  width: auto;
  font-weight: 700;
}

.button-white {
  background-color: #fff;
  color: #9dc5a9;
  border: 3px solid #fff;
}

.button-border {
  background-color: #fff;
  color: #9dc5a9;
  border: 3px solid #9dc5a9;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
  color: #9dc5a9;
  background: #fff;
}

.button-white:hover {
  background-color: transparent;
  color: #fff;
}

.button-border:hover {
  background-color: #9dc5a9;
  color: #fff;
  opacity: 1;
}

.button {
  display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.more-link {
  position: relative;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-container {
  /* max-width: 2000px; */
  margin: 0 auto;
}

.wrap,
.entry-content {
  margin: 0 auto;
  max-width: 1300px;
}

.site-inner {
  clear: both;
  overflow-wrap: break-word;
  word-wrap: break-word;
  border-top: 2px solid #fafafa;
}

.sidebar-primary,
.sidebar-secondary {
  display: none;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Search Form
--------------------------------------------- */

.search-form {
  overflow: hidden;
  margin-bottom: 40px;
  width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .alignright {
    float: right;
  }
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

@media screen and (min-width: 768px) {
  img.alignright {
    margin: 0 0 24px 24px;
  }
}

.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
  margin-bottom: 40px;
  word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
  margin-bottom: 0;
}

.widget ul > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.widget ul > li:last-of-type {
  padding-bottom: 0;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
  position: relative;
}

.site-header > .wrap {
  padding: 20px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
  position: absolute;
}

.site-title {
  margin-bottom: 0;
}

.site-title a {
  background: url(images/logo.png) no-repeat center;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 240px;
  height: 66px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.responsive-menu-icon {
  display: none;
}

.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
  text-transform: uppercase;
  text-align: right;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left;
}

.genesis-nav-menu a {
  color: #5a5a5a;
  display: block;
  padding: 32px 20px;
  border-bottom: 3px solid transparent;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #f18074;
}

.genesis-nav-menu .sub-menu {
  border-top: 1px solid #000;
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #000;
  border-top: 0;
  padding: 20px;
  position: relative;
  width: 200px;
  word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  float: right;
}

/* ## Sticky Menu
--------------------------------------------- */

.site-header.fix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  background: #fff;
}

.admin-bar .site-header.fix {
  top: 28px;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
  display: none;
  visibility: hidden;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

.entry {
  margin-bottom: 40px;
}

.home .entry {
  margin-bottom: 0;
}

.entry-title {
  text-align: center;
  padding-top: 40px;
  margin-bottom: 30px;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
}

.sidebar .widget {
  background-color: #fff;
  padding: 40px;
}

/* # Page Templates
---------------------------------------------------------------------------------------------------- */

.top-banner {
  height: 450px;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
}

.page-template-default .entry-header,
.page-template .entry-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}

.page-template-default .entry-title,
.page-template .entry-title {
  position: absolute;
  color: #fff;
  margin-bottom: 0;
  font-family: "Unna", serif;
}

@media screen and (min-width: 768px) {
  .page-template-default .entry-title,
  .page-template .entry-title {
    padding: 0;
  }
}

/* ## Homepage
--------------------------------------------- */
body {
  border-top: 7px solid #F18074;
  border-bottom: 7px solid #F18074;
}

.home header.entry-header {
  padding: 0;
}

.home .entry-content {
  max-width: 100%;
  padding: 0;
}

.home .entry-title {
  display: none;
}

.home-section {
  padding: 40px 0;
  text-align: center;
  background-color: #F3F3F3;
}

.home-section h2,
.home-section .button {
  text-align: center;
}

.home-section h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 800;
}

/* Slider */

.home-top {
  position: relative;
  padding: 0;
}

.home-slideshow {
  position: relative;
  /* opacity: 0; */
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

.home-slide {
  height: 600px;
  background-position: center;
  background-size: cover;
}

.home-slide-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(9, 21, 41, 0.65);
  background: radial-gradient(
    circle,
    rgba(6, 66, 95, 0.55) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  flex-direction: column;
}

.home-slide-content h1 {
  font-family: "Unna", serif;
  color: #fff;
  max-width: 600px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  padding-bottom: 10px;
}

.home-slide-content h3 {
  color: #fff;
  font-size: 36px;
  max-width: 600px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.home-about p {
  width: 600px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.slick-arrow {
  position: absolute;
  top: 40%;
  cursor: pointer;
  font-size: 60px;
  color: #fff;
  z-index: 10;
}

.abouthr {
  border-top: 1px solid #eee;
}

.slick-arrow-next {
  right: 45px;
}

.slick-arrow-prev {
  left: 45px;
}

/* Scroll arrow */
.arrow-link {
  position: absolute;
  display: block;
  width: 75px;
  bottom: 100px;
  left: 47%;
  outline: none;
}

/* Practice Areas */
.home-practice-areas .wrap {
  max-width: 800px;
  margin: 40px auto;
}

.home-practice-areas h2 {
  padding-bottom: 24px;
}

/* Team */
.home-team-section .content h2 {
  padding-top: 12px;
}

.home-team-section.home-section {
  padding: 0;
  background-color: #ffffff;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 90' style='enable-background:new 0 0 100 86.57;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2306425F;%7D .st1%7Bfill:%23172D44;%7D%0A%3C/style%3E%3Cg%3E%3Crect class='st0' width='100' height='90'/%3E%3Cg%3E%3Cg%3E%3Cpath class='st1' d='M100,57.4L100,57.4V29.3v0v-0.69v0v0L77.01,15.36l-1.41-0.81l12.05-6.94l-0.3-0.52L75.3,14.04V0h-0.6v14.04 L62.65,7.09l-0.3,0.52l12.05,6.94l-12.05,6.94L50,28.61L27.01,15.36l-1.41-0.81l12.05-6.94l-0.3-0.52L25.3,14.04V0h-0.6v14.04 L12.65,7.09l-0.3,0.52l12.05,6.94l-12.05,6.94L0,28.61l0,0v0v0v0.69v28.11l0,0l0,0v0v0.17v0.18v0v0v0.34v0v0v0.17v13.89h0.3 V58.43l24.4,14.06v14.08h0.6V72.49l24.4-14.06v13.71h0.6V58.43l24.4,14.06v14.08h0.6V72.49l24.4-14.06v13.71h0.3V58.26v0v-0.17v0 v0v0v-0.34v0v0v-0.18v0V57.4L100,57.4L100,57.4L100,57.4L100,57.4z M12.65,22.01l12.05-6.94v13.88h0.6V15.07l22.69,13.07 l1.71,0.99v28.11l-12.05-6.94l-0.3,0.52l12.05,6.94l-12.05,6.94L25,71.8L2.01,58.56L0.6,57.75l12.05-6.94l-0.3-0.52L0.3,57.23 V29.12L12.65,22.01z M87.65,50.29l-0.3,0.52l12.05,6.94l-12.05,6.94L75,71.8L52.01,58.56l-1.41-0.81l12.05-6.94l-0.3-0.52 L50.3,57.23V29.12l12.35-7.11l12.05-6.94v13.88h0.6V15.07l22.69,13.07l1.71,0.99v28.11L87.65,50.29z'/%3E%3Cpolygon class='st1' points='75,43.01 62.65,35.89 62.35,36.41 74.7,43.52 74.7,57.75 75.3,57.75 75.3,43.52 87.65,36.41 87.35,35.89 '/%3E%3Cpolygon class='st1' points='24.7,57.75 25.3,57.75 25.3,43.52 37.65,36.41 37.35,35.89 25,43.01 12.65,35.89 12.35,36.41 24.7,43.52 '/%3E%3Cpolygon class='st1' points='49.7,14.4 50.3,14.4 50.3,0.17 50.6,0 50,0 50,0 49.4,0 49.7,0.17 '/%3E%3Cpolygon class='st1' points='99.7,14.4 100,14.4 100,0 100,0 100,0 100,0 100,0 99.4,0 99.7,0.17 '/%3E%3Cpolygon class='st1' points='0.3,0.17 0.6,0 0,0 0,0 0,0 0,0 0,0 0,14.4 0.3,14.4 '/%3E%3Cpolygon class='st1' points='50,86.22 37.65,79.11 37.35,79.62 49.4,86.57 49.7,86.57 50,86.57 50,86.57 50.3,86.57 50.6,86.57 62.65,79.62 62.35,79.11 '/%3E%3Cpolygon class='st1' points='87.35,79.62 99.4,86.57 99.7,86.57 100,86.57 100,86.57 100,86.57 100,86.57 100,86.57 100,86.22 100,86.22 87.65,79.11 '/%3E%3Cpolygon class='st1' points='0,86.22 0,86.22 0,86.22 0,86.57 0,86.57 0,86.57 0,86.57 0,86.57 0.3,86.57 0.6,86.57 12.65,79.62 12.35,79.11 '/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 150px;
  padding-bottom: 36px;
}

.home-team {
  background: #9dc5a9;
}

.home-team h2 {
  padding-bottom: 24px;
}

.home-team .slick-arrow-prev {
  left: -45px;
}

.home-team .slick-arrow-next {
  right: -45px;
}

.home-team-carousel.wrap {
  max-width: 1000px;
  margin-bottom: 40px;
}

.home-team-member {
  padding: 0 20px;
}

.home-team-member h3 {
  color: #fff;
  margin-top: 10px;
  text-transform: uppercase;
}

/* Clients */
.home-clients .wrap {
  max-width: 800px;
  margin: 60px auto 20px;
}

.home-client-logos {
  padding: 40px 0;
}

.home-client-link img {
  margin: 0 auto;
}

/* Experience */
.home-experience {
  background-color: #fff;
}

/* .home-experience p {
  text-align: left;
  max-width: 800px;
  margin: 60px auto;
} */
.home-experience .inner-wrap {
  text-align: center;
}

.home-experience .inner-wrap div {
  max-width: 175px;
  margin: 0 auto;
}

.home-experience .inner-wrap img {
  max-width: 100px;
}

.home-experience .inner-wrap .list {
  flex: 1;
}

/* Contact */
.home-contact {
  background-size: cover;
  background-image: url("images/map.jpg");
  padding: 100px 0;
}

.home-contact-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 200px;
  background: #fff;
}

.home-contact h2 {
  margin-bottom: 18px;
}

.home-contact .home-contact-wrap p {
  margin-bottom: 24px;
}

.home-contact .one-half.first {
  text-align: left;
  padding-top: 15px;
  padding-right: 25px;

}

.home-contact .one-half {
  margin-bottom: 60px;
}

.home-contact .contact-col-2 {
  border-left: 1px solid #9dc5a9;
  padding-top: 15px;
  text-align: left;
  padding-left: 35px;
}

.home-contact a.button {
  clear: both;
  display: block;
  width: 200px;
  margin: 60px auto 0;
}

/* ## Default Page Template
--------------------------------------------- */

/* ## Team Member
--------------------------------------------- */

/* Single team page template */
.single-team .entry-header {
  margin-bottom: 48px;
  color: #fff;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 90' style='enable-background:new 0 0 100 90;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2306425F;%7D .st1%7Bfill:%23172D44;%7D%0A%3C/style%3E%3Cg%3E%3Crect class='st0' width='100' height='100'/%3E%3Cg%3E%3Cg%3E%3Cpath class='st1' d='M100,57.4L100,57.4V29.3v0v-0.69v0v0L77.01,15.36l-1.41-0.81l12.05-6.94l-0.3-0.52L75.3,14.04V0h-0.6v14.04 L62.65,7.09l-0.3,0.52l12.05,6.94l-12.05,6.94L50,28.61L27.01,15.36l-1.41-0.81l12.05-6.94l-0.3-0.52L25.3,14.04V0h-0.6v14.04 L12.65,7.09l-0.3,0.52l12.05,6.94l-12.05,6.94L0,28.61l0,0v0v0v0.69v28.11l0,0l0,0v0v0.17v0.18v0v0v0.34v0v0v0.17v13.89h0.3 V58.43l24.4,14.06v14.08h0.6V72.49l24.4-14.06v13.71h0.6V58.43l24.4,14.06v14.08h0.6V72.49l24.4-14.06v13.71h0.3V58.26v0v-0.17v0 v0v0v-0.34v0v0v-0.18v0V57.4L100,57.4L100,57.4L100,57.4L100,57.4z M12.65,22.01l12.05-6.94v13.88h0.6V15.07l22.69,13.07 l1.71,0.99v28.11l-12.05-6.94l-0.3,0.52l12.05,6.94l-12.05,6.94L25,71.8L2.01,58.56L0.6,57.75l12.05-6.94l-0.3-0.52L0.3,57.23 V29.12L12.65,22.01z M87.65,50.29l-0.3,0.52l12.05,6.94l-12.05,6.94L75,71.8L52.01,58.56l-1.41-0.81l12.05-6.94l-0.3-0.52 L50.3,57.23V29.12l12.35-7.11l12.05-6.94v13.88h0.6V15.07l22.69,13.07l1.71,0.99v28.11L87.65,50.29z'/%3E%3Cpolygon class='st1' points='75,43.01 62.65,35.89 62.35,36.41 74.7,43.52 74.7,57.75 75.3,57.75 75.3,43.52 87.65,36.41 87.35,35.89 '/%3E%3Cpolygon class='st1' points='24.7,57.75 25.3,57.75 25.3,43.52 37.65,36.41 37.35,35.89 25,43.01 12.65,35.89 12.35,36.41 24.7,43.52 '/%3E%3Cpolygon class='st1' points='49.7,14.4 50.3,14.4 50.3,0.17 50.6,0 50,0 50,0 49.4,0 49.7,0.17 '/%3E%3Cpolygon class='st1' points='99.7,14.4 100,14.4 100,0 100,0 100,0 100,0 100,0 99.4,0 99.7,0.17 '/%3E%3Cpolygon class='st1' points='0.3,0.17 0.6,0 0,0 0,0 0,0 0,0 0,0 0,14.4 0.3,14.4 '/%3E%3Cpolygon class='st1' points='50,86.22 37.65,79.11 37.35,79.62 49.4,86.57 49.7,86.57 50,86.57 50,86.57 50.3,86.57 50.6,86.57 62.65,79.62 62.35,79.11 '/%3E%3Cpolygon class='st1' points='87.35,79.62 99.4,86.57 99.7,86.57 100,86.57 100,86.57 100,86.57 100,86.57 100,86.57 100,86.22 100,86.22 87.65,79.11 '/%3E%3Cpolygon class='st1' points='0,86.22 0,86.22 0,86.22 0,86.57 0,86.57 0,86.57 0,86.57 0,86.57 0.3,86.57 0.6,86.57 12.65,79.62 12.35,79.11 '/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 150px;
}

/* .single-team .entry-header header {
  display: flex;
  align-items: center;
} */

.single-team .entry-header p {
  margin-bottom: 0;
}

.single-team .entry-header h2 {
  text-transform: uppercase;
  border-bottom: 3px solid #9dc5a9;
  font-weight: 400;
  display: inline-block;
}

.single-team .team-bio {
  position: relative;
}

.single-team .team-logos {
  text-align: center;
}

.single-team .team-logos img {
  display: block;
  padding-bottom: 24px;
  margin: 0 auto;
}

.single-team .team-contact-info h3 {
  margin-bottom: 20px;
}

.single-team .team-contact-info p {
  margin-bottom: 0;
}

.single-team .team-button {
  clear: both;
  padding-top: 60px;
}

.single-team summary {
  border-top: 1px solid #e0e0e0;
  padding: 24px;
}

.single-team summary h2 {
  text-align: left;
  padding-bottom: 0;
  position:relative;
}

.single-team details summary h2:after {
  content: "\f067";
  position: absolute;
  right: 0;
  line-height: .5;
  color: #f18074;
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.one-third .team-contact {
  border-left: 1px !important;
}

.single-team details[open] summary h2:after {
  content: "\f00d";
}

.single-team details article {
  padding: 0 24px;
}

summary:focus {
  outline: none;
}

.single-team details[open] summary ~ * {
  animation: sweep 1s ease-in;
}

@keyframes sweep {
  0%    {opacity: 0;}
  100%  {opacity: 1;}
}

.single-team .team-member-title {
  padding: 24px 0 24px 12px;
}

/* All team page template */
.page-template-team .content {
  max-width: 960px;
  margin: 0 auto;
}

.team-grid .one-third:nth-child(3n + 1) {
  margin-left: 0;
  clear: both;
}

.team-grid a {
  color: #06425f;
  text-align: center;
  display: block;
}

.team-grid h2 {
  margin-bottom: 0;
}

/* ## Experience
--------------------------------------------- */

.anchor {
  margin-top: -200px;
  padding-bottom: 200px;
  display: block;
  pointer-events: none;
}

.area-content {
  display: none;
  clear: both;
  padding: 60px;
}

#accordion li.area-wrap {
  list-style-type: none;
  margin-bottom: 40px;
}

.area-wrap a {
  font-weight: 700;
}

.area-header {
  cursor: pointer;
}

.experience#accordion {
  max-width: 960px;
  margin: 0 auto;
}

.experience .area-wrap {
  border-bottom: 2px solid #fafafa;
}

.experience .area-header {
  padding-bottom: 40px;
}

.experience .area-header.active {
  padding-bottom: 0;
}

.experience h2 {
  float: left;
}

.experience a {
  float: right;
}

/* ## Practice Areas
--------------------------------------------- */

.practice-areas,
.practice-areas.accordion-desktop {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 15px;
}

.practice-areas.accordion-desktop > li {
  list-style: none;
}

.practice-areas .area-header h2 {
  margin-bottom: 0;
  padding: 30px 60px;
  background-color: #fafafa;
  text-transform: uppercase;
}

.practice-areas .area-header::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  float: right;
  position: relative;
  top: 25px;
  right: 25px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #9dc5a9;
}

.practice-areas .area-header.active::before {
  content: "\f068";
}

/* ## Mobile Accordions
--------------------------------------------- */

.accordion-mobile,
.practice-areas.accordion-mobile .area-header::before {
  display: none;
}

ul.accordion-mobile {
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}

.accordion-mobile .area-wrap {
  border: none;
}

.accordion-mobile .area-content {
  display: block;
}

.accordion-mobile li.area-wrap {
  list-style-type: none;
  margin-bottom: 40px;
}

.accordion-mobile .area-wrap a {
  float: none;
}

/* ## Clients
--------------------------------------------- */
ul.clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
}

ul.clients li {
  list-style-type: none;
  margin: 20px 40px;
}

/* ## Contact
--------------------------------------------- */

.page-template-contact .content header.entry-header {
  padding: 0;
}

.contact {
  max-width: 960px;
  margin: 0 auto;
  /* padding: 100px; */
  background: #fff;
}

.contact h2 {
  font-size: 40px;
  font-size: 4rem;
}

.contact .one-half {
  font-size: 24px;
  font-size: 2.4rem;
}

.contact > hr {
  padding-bottom: 30px;
  max-width: 65%;
}

.contact-col-2 > hr {
  border-top: 1px solid #eee;
  max-width: 50%;
  margin-bottom: 20px;
}

.contact-col-2 p {
  margin: 0;
}

.contact .buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.wpcf7-spinner {
  display: none!important;
}

.contact-col-2 {
  text-align: right;
}

.wpcf7-form-control-wrap input {
  margin-bottom: 20px;
  margin-right: 4%;
  display: inline-block;
  width: 48%;
  float: left;
}

.wpcf7-form-control-wrap.your-email input {
  margin-right: 0;
}

.wpcf7-form-control-wrap.your-message textarea {
  width: 100%;
}

.contact-mobile {
  display: none;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
  padding: 60px 0;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 90' style='enable-background:new 0 0 100 90;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2306425F;%7D .st1%7Bfill:%23172D44;%7D%0A%3C/style%3E%3Cg%3E%3Crect class='st0' width='100' height='100'/%3E%3Cg%3E%3Cg%3E%3Cpath class='st1' d='M100,57.4L100,57.4V29.3v0v-0.69v0v0L77.01,15.36l-1.41-0.81l12.05-6.94l-0.3-0.52L75.3,14.04V0h-0.6v14.04 L62.65,7.09l-0.3,0.52l12.05,6.94l-12.05,6.94L50,28.61L27.01,15.36l-1.41-0.81l12.05-6.94l-0.3-0.52L25.3,14.04V0h-0.6v14.04 L12.65,7.09l-0.3,0.52l12.05,6.94l-12.05,6.94L0,28.61l0,0v0v0v0.69v28.11l0,0l0,0v0v0.17v0.18v0v0v0.34v0v0v0.17v13.89h0.3 V58.43l24.4,14.06v14.08h0.6V72.49l24.4-14.06v13.71h0.6V58.43l24.4,14.06v14.08h0.6V72.49l24.4-14.06v13.71h0.3V58.26v0v-0.17v0 v0v0v-0.34v0v0v-0.18v0V57.4L100,57.4L100,57.4L100,57.4L100,57.4z M12.65,22.01l12.05-6.94v13.88h0.6V15.07l22.69,13.07 l1.71,0.99v28.11l-12.05-6.94l-0.3,0.52l12.05,6.94l-12.05,6.94L25,71.8L2.01,58.56L0.6,57.75l12.05-6.94l-0.3-0.52L0.3,57.23 V29.12L12.65,22.01z M87.65,50.29l-0.3,0.52l12.05,6.94l-12.05,6.94L75,71.8L52.01,58.56l-1.41-0.81l12.05-6.94l-0.3-0.52 L50.3,57.23V29.12l12.35-7.11l12.05-6.94v13.88h0.6V15.07l22.69,13.07l1.71,0.99v28.11L87.65,50.29z'/%3E%3Cpolygon class='st1' points='75,43.01 62.65,35.89 62.35,36.41 74.7,43.52 74.7,57.75 75.3,57.75 75.3,43.52 87.65,36.41 87.35,35.89 '/%3E%3Cpolygon class='st1' points='24.7,57.75 25.3,57.75 25.3,43.52 37.65,36.41 37.35,35.89 25,43.01 12.65,35.89 12.35,36.41 24.7,43.52 '/%3E%3Cpolygon class='st1' points='49.7,14.4 50.3,14.4 50.3,0.17 50.6,0 50,0 50,0 49.4,0 49.7,0.17 '/%3E%3Cpolygon class='st1' points='99.7,14.4 100,14.4 100,0 100,0 100,0 100,0 100,0 99.4,0 99.7,0.17 '/%3E%3Cpolygon class='st1' points='0.3,0.17 0.6,0 0,0 0,0 0,0 0,0 0,0 0,14.4 0.3,14.4 '/%3E%3Cpolygon class='st1' points='50,86.22 37.65,79.11 37.35,79.62 49.4,86.57 49.7,86.57 50,86.57 50,86.57 50.3,86.57 50.6,86.57 62.65,79.62 62.35,79.11 '/%3E%3Cpolygon class='st1' points='87.35,79.62 99.4,86.57 99.7,86.57 100,86.57 100,86.57 100,86.57 100,86.57 100,86.57 100,86.22 100,86.22 87.65,79.11 '/%3E%3Cpolygon class='st1' points='0,86.22 0,86.22 0,86.22 0,86.57 0,86.57 0,86.57 0,86.57 0,86.57 0.3,86.57 0.6,86.57 12.65,79.62 12.35,79.11 '/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 150px;
}

.site-footer .wrap .footer-column {
  float: left;
  padding: 20px 0;
  font-size: 14px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-credits,
.footer-logo {
  width: 30%;
}

.footer-logo-badge {
	padding-right: 25px !important;
	margin-top: -30px;
}

.footer-menu {
  width: 40%;
  border-left: 1px solid #9dc5a9;
  border-right: 1px solid #9dc5a9;
}

.footer-menu a {
  color: #fff;
  text-transform: uppercase;
}

.footer-menu-left {
  margin-right: 60px;
}

.footer-menu-right {
  text-align: right;
}

.footer-terms {
	margin-top: -20px;
  margin-bottom: 25px;
  display: inline-block;
}

.footer-terms a {
  color: #fff;
  text-transform: uppercase;
}

.credits {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.footer-logo img {
  width: 180px;
  align-self: center;
}

/* # Modals
---------------------------------------------------------------------------------------------------- */

.modal {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
}

.modal-inner {
  max-width: 700px;
  width: 90%;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
  border-radius: 3px;
  background: #fff;
  overflow: scroll;
  max-height: 80vh;
}

.modal-inner h2 {
  background-color: #9dc5a9;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px;
}

.modal-inner .modal-text {
  padding: 30px;
}

/* Close Button */
.modal-close-icon {
  position: absolute;
  top: 2%;
  right: 2%;
}

.modal-close-icon i {
  border-radius: 50%;
  border: 1px solid #9dc5a9;
  background: #fff;
  padding: 2px;
  text-align: center;
  width: 25px;
  height: 25px;
  font-size: 18px;
  font-size: 1.8rem;
}

.modal-close-icon:hover {
  opacity: 1;
}

/* Styles from Customizer */

.title-area {
  margin-top: 10px;
}

.home-slide h3 {
  color: #fff;
  font-size: 25px;
}

body {
  font-size: 14px;
  font-size: 1.6rem;
  line-height: 1.3;
}

h2 {
  font-size: 25px;
  text-align: center;
  padding-bottom: 20px;
}

h3 {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.single-team .entry-header .wrap {
  display: flex;
  align-items: center;
}

.single-team .entry-header h2 {
  font-size: 18px;
  color: #9dc5a9;
  text-transform: uppercase;
  border-bottom: 2px solid #9dc5a9;
}

.team-grid p {
  text-transform: uppercase;
  color: #9dc5a9;
  margin-top: -15px;
}

.about-box {
  max-width: 70%;
  margin: 0 auto;
  margin-top: -45px;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 860px) {
  .single-team .team-bio:after {
    height: 100%;
    width: 1px;
    background: #e0e0e0;
    content: "";
    position: absolute;
    top: 0;
    right: -6.564102564102564%;
  }
  .home-team-section .content h2 {
    text-align: left;
  }
  .home-team-section .content {
    text-align: left;
    align-self: center;
    padding-left: 25px;
  }

  .home-team-section.home-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding-bottom: 0;
  }

  .home-experience .inner-wrap {
    display: flex;
    gap: 10rem;
    flex-direction: row;
    justify-content: space-between;
    padding: 28px 0;
    max-width: 800px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1340px) {
  .wrap,
  .entry-content {
    max-width: 1140px;
  }
}

@media only screen and (max-width: 1200px) {
  .wrap,
  .entry-content {
    max-width: 960px;
  }

  /* Header */
  .nav-primary {
    margin-left: 60px;
  }

  .genesis-nav-menu {
    text-align: right;
  }

  /* Homepage */
  .home-team .slick-arrow-next {
    right: -5px;
  }

  .home-team .slick-arrow-prev {
    left: -5px;
  }

  /* Inner Pages */
  .single-team .team-contact-info {
    padding: 40px 0;
  }

}

@media only screen and (max-width: 1023px) {
  .wrap,
  .entry-content {
    max-width: 800px;
    padding: 0 15px;
  }

  /* Header */

  .title-area {
    position: static;
  }

  .site-header .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .site-header.fix {
    position: absolute;
  }

  .site-title a {
    margin: 0 auto;
  }

  .nav-primary {
    margin-left: 0;
  }

  /* Responsive Menu */

  .genesis-nav-menu.responsive-menu {
    display: none;
  }

  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block;
  }

  .responsive-menu-icon {
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
  }

  .genesis-nav-menu.responsive-menu .menu-item {
    margin: 0;
  }

  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static;
  }

  .genesis-nav-menu.responsive-menu .current-menu-item > a,
  .genesis-nav-menu.responsive-menu a,
  .genesis-nav-menu.responsive-menu a:hover,
  .genesis-nav-menu li:last-child a {
    line-height: 1;
    padding: 16px 20px;
  }

  .genesis-nav-menu.responsive-menu .current-menu-item > a,
  .genesis-nav-menu.responsive-menu a,
  .genesis-nav-menu.responsive-menu a:hover {
    background: none;
  }

  /* Footer */
  .site-footer .wrap .footer-column {
    padding: 20px;
  }

  /* Inner Pages */
  .experience#accordion {
    max-width: 800px;
  }

  .contact > hr {
    max-width: 100%;
  }

  .contact-col-2 {
    text-align: left;
    padding-bottom: 40px;
  }

  .contact-col-2 > hr {
    max-width: 100%;
  }

  .page-template-contact .entry-content {
    margin-top: 0;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	/* Footer */
	.footer-logo-badge {
		padding-left: 0px !important;
	}	
}

@media only screen and (max-width: 860px) {
  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  /* Columns */

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }

  /* Homepage */
  .home-contact .home-contact-wrap p {
    text-align: center;
  }

  .home-contact .contact-col-2 {
    border-left: none;
  }

  .arrow-link {
    display: none;
  }

  .home-team .slick-arrow-next {
    right: 5px;
  }

  .home-team .slick-arrow-prev {
    left: 5px;
  }

  /* Inner pages */

  .team-grid {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 5%;
  }

  .single-team .team-contact {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 5%;
    border: none;
    text-align: center;
    float: none;
  }

  .single-team .team-bio {
    padding: 0 5%;
  }

  .entry-title,
  .team-title {
    padding-left: 5%;
    padding-right: 5%;
  }

  .accordion-desktop {
    display: none;
  }

  .accordion-mobile {
    display: block;
  }

  .area-content {
    padding: 30px;
  }

  .contact-desktop {
    display: none;
  }

  .contact-mobile {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  /* Homepage */
  .home-slide {
    height: 300px;
  }

  .home-slide-content {
    display: none;
  }

  .home-practice-areas ul > li {
    margin: 40px 20px;
    width: 100%;
  }

  .home-contact-wrap {
    padding: 60px 20px;
  }

  /* Inner Pages */
  .practice-areas .area-header h2 {
    padding: 30px;
  }

  .practice-areas .area-header::before {
    top: 35px;
    right: 15px;
  }

  .area-content {
    padding: 30px;
  }

  .visit-map {
    height: 350px !important;
  }

  .contact {
    padding: 30px;
  }

  /* Footer */
  .site-footer .wrap .footer-column {
    width: 100%;
  }

  .footer-menu {
    border: none;
  }
	
	.footer-credits {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
  .card-title {
    font-size: 2rem;
    display: block;
  }
  .site-footer .wrap {
    display: flex;
    flex-direction: column;
  }
  .footer-menu.footer-column {
    order: 1;
  }
  .footer-logo.footer-column {
    order: 2;
  }
  .footer-credits.footer-column {
    order: 3;
  }
}
