/*!
Theme Name: og-starter
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: og-starter
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

og-starter is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
G

/* Embedded content
   ========================================================================== */
   
   .ma-auto {
  margin: auto;
}

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
form {
  width: 100%;
}
.wpcf7 {
  display: flex;
  width: 80%;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
form.wpcf7-form .form-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

form.wpcf7-form label .wpcf7-form-control {
  padding: 0.5em;
  font-family: 'Source Sans Pro';
  font-size: 1em;
}

form.wpcf7-form label .wpcf7-textarea {
  padding: 0 1.5em;
  font-family: 'Source Sans Pro';
  font-size: 1em;
  font-weight: 300;
}

form.wpcf7-form .form-text-area {
  font-weight: 300;
  margin-top: 2em;
  margin: 0 auto;
}
textarea.wpcf7-textarea {
  border: 0;
  padding-top: 0;
}

form.wpcf7-form .form-text-area textarea {
  max-width: inherit;
  background: white;
  color: black;
  border-radius: 5px;
  padding: 15px 20px;
}

form.wpcf7-form label .wpcf7-form-control-wrap input#fname,
form.wpcf7-form label .wpcf7-form-control-wrap input#phone_number, 
form.wpcf7-form label .wpcf7-form-control-wrap input#zipcode {
  padding: 15px 20px;
  font-size: 16px;
  width: 100%;
  background: white;
  color: black;
  border: none;
  max-width: 100%;
}

form.wpcf7-form label .wpcf7-form-control-wrap input#lname,
form.wpcf7-form label .wpcf7-form-control-wrap input#email_address {
  padding: 15px 20px;
  font-size: 16px;
  width: 100%;
  border: none;
  color: black;
  background: white;
  max-width: 100%;
}

form.wpcf7-form label .wpcf7-form-control-wrap input {
  font-weight: 300;
}

form label {
  width: 100%;
}

.form-flex p:nth-child(3) {
  width: 100%;
}

.submit_button {
  width: 100%;
  display: flex;
  justify-content: center;
}
input[type='submit'] {
  background: #ffffff;
  color: #3c6f6d;
  font-family: 'Cabin', sans-serif;
  font-size: 1em;
  border-radius: 0;
  border: 2px solid #ffffff;
  margin-top: 1.5em;
  padding: 0.5em 0;
  text-transform: uppercase;
  line-height: 1;
  width: 9em;
  cursor: pointer;
}
input[type='submit']:hover,
input[type='submit']:focus,
input[type='submit']:active {
  color: #ffffff;
  background: #dda03e;
  font-family: 'Cabin', sans-serif;
  font-size: 1em;
  border-radius: 0;
  border: 2px solid #dda03e;
  margin-top: 1.5em;
  padding: 0.5em 0;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.3s ease;
  box-shadow: 0px 0px 10px #00000069;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-size: 3.4em;
  margin: 0;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0.5em 0;
}

h2 {
  font-family: 'Cabin', sans-serif;
  font-size: 3.4em;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0.5em 0;
}
h3 {
  color: #3c6f6d;
  text-transform: uppercase;
  font-size: 2.1em;
  font-family: 'Cabin', sans-serif;
  margin: 0.5em 0;
  font-weight: 400;
  line-height: 1.35em;
}



h3.sub-header-home-page {
  font-size: 3em;
  font-family: 'Cabin', sans-serif;
  margin: 0;
  font-weight: 400;
  color: #404040;
  text-transform: capitalize;
  line-height: 1.5em;
}
h4 {
  font-family: 'Cabin', sans-serif;
  color: #dda03e;
  font-size: 2.5em;
  margin-bottom: 12px;
  font-weight: 400;
  line-height: 1.3em;
}
h5 {
  color: #3c6f6d;
  font-size: 2em;
  margin-bottom: 0;
  font-weight: 400;
  font-family: 'Cabin', sans-serif;
  line-height: 1.5em;
}
.footer_title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin: 0.5em 0;
}
.footer_number {
  color: #fff;
  font-size: 2em;
  margin-bottom: 0;
  font-weight: 400;
  font-family: 'Cabin', sans-serif;
}

h6 {
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.5em;
}

.fs1 {
  font-size: 1em;
}

a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0;
  font-weight: 300;
}

.mobile_nav_styling {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-size: 1em;
  letter-spacing: -0.04em;
  line-height: 1.5em;
  color: #fbfbfb;
}

.mobile_nav_phone_styling {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-size: 1em;
  color: #dda03e;
  margin-top: 1.5em;
}
.mobile_nav_phone_styling:hover,
.mobile_nav_phone_styling:active,
.mobile_nav_phone_styling:focus {
  color: #fbfbfb;
}

ul,
li,
ol {
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0em 0;
  font-weight: 300;
  font-size: 1em;
  line-height: 26px;
}

p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0;
  font-weight: 300;
}

p.practice_areas_copy {
  font-size: 1.05em;
}

dfn,
cite,
i {
  font-style: italic;
}
em {
  font-style: italic;
  font-weight: 400;
  line-height: 1.5em;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

/*----------------------
# header
------------------------*/
header#myHeader {
  background: #242a36;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 99999999;
}

.addShadow {
  box-shadow: 0px -4px 15px 0px rgb(0 0 0 / 18%);
  transition: 0.3s ease-in-out;
}

.page {
  margin-top: 60px !important;
}
.h-address p {
  font-family: Barlow;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: white;
}
.h-phone p {
  font-family: Barlow;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  color: white;
}
.main-header {
  background: white;
}
button.menu-toggle.menu-btn {
  margin-left: auto;
  background: #6c9fcd;
  border: none;
  color: white;
  font-size: 20px;
  padding: 10px 16px 9px;
  border-radius: 0px;
}

@media screen and (max-width: 460px) {
  .h-phone p {
    font-size: 18px;
  }
}

/*----------------------
# hero
------------------------*/
section#hero {
  background: grey;
}

/* innrer hero */
.color-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #45516b;
}
section.inner-hero.relative {
  background-size: cover;
  background-position: center center;
}
div#general-page section.inner-hero h1 {
  padding: 80px 0px;
  z-index: 2;
  font-family: 'Cabin', sans-serif;
  font-size: 42px;
  font-weight: 700;
}

/*----------------------
# sidebar
------------------------*/
h2.widget-title {
  margin-top: 0px;
  font-family: 'Cabin', sans-serif;
  font-size: 1.5em;
}

section#recent-posts-2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8em;
}

section#recent-posts-2 ul li a {
  font-size: 1em;
}

/*----------------------
# footer
------------------------*/

a.social-box {
  font-size: 26px;
}

/*Top Nav Phone Number*/
.top_header_number {
  color: #000000;
  text-decoration: none;
  font-size: 1em;
}
.top_header_number:hover,
.top_header_number:active,
.top_header_number:focus {
  font-size: 1em;
  color: #dda03e;
}

/*----------------------
# body
------------------------*/

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* ul, ol {
	margin: 0 0 1.5em 3em;
} */

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*----------------------
# default contnet 
------------------------*/
.entry-meta .posted-on,
.entry-meta .author,
.entry-meta .byline {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.85em;
}
.post-thumbnail .img {
  width: 100%;
  margin: auto;
}

.entry-title {
  text-align: center;
}

.post-thumbnail {
  max-height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  width: 100%;
  max-width: 600px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

hr.short-grey {
  background-color: #ccc;
  margin: 1em 0;
  width: 5em;
  padding: 0.1em;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #dda03e;
}

a.page-numbers {
  color: #000;
  padding: 0 0.2em;
}

a:hover,
a:focus,
a:active {
  color: #3c6f6d;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#nav-body-blocker {
  display:none;
}
.set-height-scroll {
  height:100vh;
  overflow:hidden;
}
.main-navigation {
  clear: both;
  display: block;
  float: left;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}


.main-navigation ul li:hover a {
        color: #3d6f6d;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  z-index: 99999;
  background: #3d6f6d;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
  display: block;
}
.main-navigation ul li {
  position: relative;
  display: inline-block;
  padding: 20px 25px;
}

.main-navigation ul ul li {
  padding: 15px 20px;
}
.main-navigation ul ul li:hover {
  background: #dda03e;
  width:100%;
}


.main-navigation ul ul li a {
  color: white !important;
}


.image_logo {
  max-width: 80%;
}
/*
.main-navigation ul ul li a:hover,
.main-navigation ul ul li a:active, 
.main-navigation ul ul li a:focus {
	color:black !important;
}
*/
.main-navigation a {
  display: block;
  text-decoration: none;
}

nav#site-navigation li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #353535;
  font-size: 1em;
}
nav#site-navigation ul li#menu-item-158 a {
  color: #3c6f6d;
  text-transform: uppercase;
  font-family: 'Cabin', sans-serif;
  font-style: normal;
  text-decoration: none;
  background: transparent;
  padding: 0.4em 1.5em;
  font-weight: 400;
  font-size: 1em;
  position: relative;
  position: relative;
  transition: 0.3s ease;
}

nav#site-navigation ul li#menu-item-158 a:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: -10px;
  height: 3px;
  background: #3c6f6d;
  transition: 0.3s ease;
}

nav#site-navigation ul li#menu-item-158 a:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  right: -10px;
  height: 3px;
  background: #3c6f6d;
  transition: 0.3s ease;
}

nav#site-navigation ul li#menu-item-158 a:hover {
  background: #3c6f6d !important;
  color: white;
}

nav#site-navigation ul li#menu-item-158 a:hover::before {
  left: 0;
}

nav#site-navigation ul li#menu-item-158 a:hover::after {
  right: 0;
}

nav#site-navigation li#menu-item-158 a:hover,
nav#site-navigation li#menu-item-158 a:active,
nav#site-navigation li#menu-item-158 a:focus {
  background: #dda03e;
  text-transform: uppercase;
  font-family: 'Cabin', sans-serif;
  font-style: normal;
  text-decoration: none;
  color: #eaeaea;
  padding: 0.4em 1.5em;
  font-weight: 400;
  font-size: 1em;
  transition: 0.3s ease;
}

/*Footer menu*/
footer#myFooter
  .footer-bg
  .menu-footer-nav-container
  ul#footer-nav
  ul.sub-menu {
  display: none;
}
footer svg.svg-footer:hover {
  stroke:#dda03e;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}


nav.navigation.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  margin-bottom:4em;
  text-align: left;
  width:30%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: right;
  width:30%;
  margin-bottom:4em;
}

.footer-nav ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-nav ul li {
  display: inline-block;
}

.sitemap-nav ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex='-1']:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

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

/*Location Title Hover*/
.location_title_hover:hover,
.location_title_hover:focus,
.location_title_hover:active {
  color: #dda03e;
}

.service-image {
  width: 100%;
  height: 150px;
  background-position: center;
  background-size: cover;
}

.service-item {
  background: #eaf1ff;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Accordian
--------------------------------------------------------------*/
/* Style the buttons that are used to open and close the accordion panel */
/*
.accordion {
  background-color: #3d6f6d;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #284a49;
}
*/

/*

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}*/

.active:after {
  content: '\2212';
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;

  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'),
    url('./fonts/slick.woff') format('woff'),
    url('./fonts/slick.ttf') format('truetype'),
    url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 107%;
  display: block;
  width: 40px !important;
  height: 40px !important;
  padding: 0;
  border-radius: 0 !important;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  margin-left: 20%;
  z-index: 999;
}

.word-slider-2 .slick-prev,
.word-slider-2 .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 90%;
  display: block;
  width: 40px !important;
  height: 40px !important;
  padding: 0;
  border-radius: 0 !important;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  margin-left: 22%;
  z-index: 999;
}
.slick-next {
  left: 20px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.work-slider .slick-prev:before,
.work-slider .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  color: white;
  background: #3c6f6d;
  padding: 0.5em 0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.word-slider-2 .slick-prev:before,
.word-slider-2 .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  color: white;
  background: #3c6f6d;
  padding: 0.5em 0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.word-slider-2 .slick-prev:before,
.word-slider-2 .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  color: white;
  background: #dda03e;
  padding: 0.5em 0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}

/*Start of the new Arrowss*/
/* Arrows */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  padding: 10px;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button.slick-next:hover,
button.slick-prev:hover {
  opacity: 0.75;
}
/*End of New Arrows*/
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.slick-initialized .slick-slide {
  display: flex;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*------------------------------------
##Google Widget Testimonails Overrides
--------------------------------------*/
.wp-gr .wp-google-list .wp-google-place {
  display: none;
}
.wp-gr .wp-google-list .wp-google-reviews .wp-google-review .wp-google-left,
.wp-gr .wp-google-list .wp-google-reviews .wp-google-review .wp-google-time {
  display: none !important;
}
.wp-gr .wp-google-list .wp-google-reviews .wp-google-review {
  display: flex;
  margin-bottom: 5em !important;
}
.wp-gr .wp-google-list .wp-google-reviews .wp-google-review:before {
  content: '“ ';
  color: #3c6f6d;
  font-size: 6em;
  font-family: '';
}
/*
.wp-gr .wp-google-list .wp-google-reviews .wp-google-review:after {
	content:" ”";
	color:#3C6F6D;
	font-size:6em;
	font-family:"";
	align-self:flex-end;
}
*/
.wp-gr .wp-google-list .wp-google-reviews .wp-google-review .wp-google-right {
  display: flex !important;
  flex-direction: column-reverse;
}
.wp-gr
  .wp-google-list
  .wp-google-reviews
  .wp-google-review
  .wp-google-right
  a.wp-google-name {
  color: #dda03e !important;
  text-decoration: none !important;
  font-family: 'Cabin', sans-serif !important;
  font-size: 2em !important;
  font-weight: 400 !important;
  margin-top: 1em !important;
}
.wp-gr
  .wp-google-list
  .wp-google-reviews
  .wp-google-review
  .wp-google-feedback {
  display: flex;
  flex-direction: column-reverse;
}

.wp-gr
  .wp-google-list
  .wp-google-reviews
  .wp-google-review
  .wp-google-feedback
  .wp-google-text {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 1em !important;
  line-height: 1.4em !important;
  margin: 0 !important;
  font-weight: 300 !important;
}
.wp-gr .wp-google-list .wp-google-content-inner a.wp-google-url {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 1em !important;
  line-height: 1.4em !important;
  margin: 0 !important;
  font-weight: 300 !important;
  color: #3c6f6d !important;
}
.wp-gr
  .wp-google-list
  .wp-google-reviews
  .wp-google-review
  .wp-google-right
  .wp-google-feedback
  .wp-google-stars {
  margin-top: 0.5em !important;
}

.home .wp-gr .wp-google-list .wp-google-reviews .wp-google-review .wp-google-feedback .wp-google-text {
  color: white !important;
  font-size: 1.2em !important;
  font-family: 'Source Sans Pro';
  line-height: 1.3em;
}

.wp-gr .wp-google-list .wp-google-reviews .wp-google-review .wp-google-feedback .wp-google-text {
  font-size: 1.2em !important;
  font-family: 'Source Sans Pro';
  line-height: 1.3em;

}

.wp-gr .wp-google-list .wp-google-reviews .wp-google-review:before {
  content: '“ ';
  color: #dd9f3e !important;
  font-size: 6em;
  font-family: '';
}

.home .wp-gr .wp-more-toggle {
        color: #dd9f3e !important;
}

.home .wp-gr .wp-google-review .wp-star svg {
    width: 24px!important;
    height: 24px!important;
    vertical-align: middle!important;
}

/*COLORS*/
.yellow_BG {
  background: #dda03e;
}
.yellow_C {
  color: #dda03e;
}
.cream_BG {
  background: #eaeaea;
}
.cream_C {
  color: #fbfbfb;
}
.green_BG {
  background: #3c6f6d;
}
.green_C {
  color: #3c6f6d;
}
.grey_C {
  color: #3b3b3b;
}
.lightgrey_BG {
  background: #eaeaea;
}
.darkgrey_BG {
  background: #3b3b3b;
}

.mar0a {
  margin: 0 auto;
}

.position_relative {
  position: relative;
}

.position_absolute {
  position: absolute;
}
.entry_summary {
  display: none;
}

.invert_1 {
  filter: invert(1);
}

/*BUTTONS*/
/*Start of Mobile CTA on the Top*/
.cream-btn-l {
  padding: 0.5em 0;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: 400;
  color: #fff;
  background: #3c6f6d;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Cabin', sans-serif;
}
.cream-btn-l:hover,
.cream-btn-l:active,
.cream-btn-l:focus {
  padding: 0.5em 0;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: 400;
  color: #fff;
  background: #dda03e;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Cabin', sans-serif;
}
/*End of Mobile CTA on the Top*/
/* .button_wrapper_yellow { */
/*   width: 14em; */
/*   background: transparent; */
/*   display: flex; */
/*   justify-content: center; */
/*   color: #fff; */
/* } */

/* .button_wrapper_green { */
/*   width: 14em; */
/*   background: #3c6f6d; */
/*   display: flex; */
/*   justify-content: center; */
/* } */

/* .button_wrapper_cream { */
/*   width: 14em; */
/*   background: #eaeaea; */
/*   display: flex; */
/*   justify-content: center; */
/* } */

/* .button_wrapper_green:hover, */
/* .button_wrapper_green:active, */
/* .button_wrapper_green:focus { */
/*   background: #dda03e; */
/*   color: #fff; */
/*   transition: 0.4s ease; */
/*   box-shadow: 0px 0px 10px #00000069; */
/* } */

/* .button_wrapper_yellow:hover, */
/* .button_wrapper_yellow:active, */
/* .button_wrapper_yellow:focus { */
/*   background: #3c6f6d; */
/*   color: #fff; */
/*   transition: 0.4s ease; */
/*   box-shadow: 0px 0px 10px #00000069; */
/* } */

/* .button_wrapper_cream:hover, */
/* .button_wrapper_cream:active, */
/* .button_wrapper_cream:focus { */
/*   transition: 0.4s ease; */
/*   background: #3c6f6d; */
/*   color: #fff; */
/*   box-shadow: 0px 0px 10px #00000069; */
/* } */

.button_bL_cream {
  padding: 0.5em 0;
  text-decoration: none;
  font-size: 1em;
  font-weight: 400;
  color: #3c6f6d;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Cabin', sans-serif;
  width: 100%;
  height: 100%;
}
.button_bL_cream:hover {
  color: #fff;
}

.button_bL,
.button_bL:hover {
  padding: 0.4em 1.5em;
  text-decoration: none;
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Cabin', sans-serif;
  width: 100%;
  height: 100%;
}

.button_bL {
  color: #3c6f6d;
  text-transform: uppercase;
  font-family: 'Cabin', sans-serif;
  font-style: normal;
  text-decoration: none;
  background: transparent !important;
  padding: 0.4em 1.5em;
  font-weight: 400;
  font-size: 1em;
  position: relative;
  transition: 0.3s ease;
}

.button_bL:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: -10px;
  height: 3px;
  background: #3c6f6d;
  transition: 0.3s ease;
}

.button_bL:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  right: -10px;
  height: 3px;
  background: #3c6f6d;
  transition: 0.3s ease;
}

.button_bL:hover {
  background: #3c6f6d !important;
  color: white;
}

.button_bL:hover::before {
  left: 0;
}

.button_bL:hover::after {
  right: 0;
}

.button_wrapper_yellow .button_bL {
  color: #dda03e;
}

.button_wrapper_yellow .button_bL:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  right: -10px !important;
  left: auto;
  height: 3px;
  background: #dda03e;
  transition: 0.3s ease;
}

.button_wrapper_yellow .button_bL:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: -10px !important;
  right: auto;
  height: 3px;
  background: #dda03e;
  transition: 0.3s ease;
}

.button_wrapper_yellow .button_bL:hover {
  background: #dda03e !important;
  color: white;
}

.button_wrapper_yellow .button_bL:hover::before {
  right: 0 !important;
}

.button_wrapper_yellow .button_bL:hover::after {
  left: 0 !important;
}

.cream-btn#cream-btn {
  background: #eaeaea;
  color: #3c6f6d;
}

.cream-btn#cream-btn:hover,
.cream-btn#cream-btn:active,
.cream-btn#cream-btn:focus {
  background: #3c6f6d;
  color: #fff;
  transition: 0.4s ease;
  box-shadow: 0px 0px 10px #00000069;
}

/*START OF YELLOW LINE*/
.yellow_line {
  border: 1px solid #dda03e;
}

/*Default Content Page*/
.quote_text {
  font-family: '';
}

/*MENU FOOTER NAV*/
ul#footer-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul#footer-nav li a {
  color: #fff;
  font-size: 1.1em;
  text-decoration: none;
}

ul#footer-nav .social-box {
  color: #dda03e;
}

ul#footer-nav li a:hover,
ul#footer-nav li a:focus,
ul#footer-nav li a:active {
  color: #dda03e;
  font-size: 1.1em;
  text-decoration: none;
}
footer .footer_number:hover,
footer .footer_number:active,
footer .footer_number:focus {
  color: #dda03e;
}

.disclaimer_footer:hover,
.disclaimer_footer:active,
.disclaimer_footer_focus {
  color: #dda03e;
}

.burger {
  display: none;
}

.burger div {
  width: 25px;
  height: 3px;
  background: #3c6f6d;
  margin: 5px;
  border-radius: 15px;
}

.menu-main-nav-container {
  width: 100%;
}
.menu-main-nav-container ul#main-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 2em;
  justify-content:space-around;
}

.menu-main-nav-container ul#main-nav li {
}

/*Homepage Stylings*/
.image-logo {
  width:1.7em;
}
.spacer {
  width: 10em;
  border: 1px solid grey;
}

.form_shadow {
  box-shadow: 0px 0px 30px #0000004a;
}
.award_image {
  width:7em;
  margin:2em 0;
}
/*End of HomePage Stylings*/

.quote_text {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.5em;
}
.testimonial_name {
  font-family: 'Cabin', sans-serif;
  color: #dda03e;
  font-size: 1.6em;
  font-weight: 400;
  padding-left: 1.5em;
}

/*Start of Interntal Practice Areas*/
.open_quotes {
  color: #3c6f6d;
  font-size: 6em;
  font-family: '';
  position: absolute;
  top: -0.4em;
  left: 0.2em;
}
.closed_quotes {
  color: #3c6f6d;
  font-size: 6em;
  font-family: '';
  position: absolute;
  bottom: -0.8em;
  right: 0.4em;
}
/*Attorney Homepage Section */

.slider_image_wrapper {
  overflow: hidden;
  max-height: 170px;
  max-width: 100%;
}
.disputes_image {
  box-shadow: 0px 15px 30px #50505066;
  z-index: 2;

  /*Temporariy taking this out
	width:100%;
	height:100%;
	*/
}
.copy_box_disputes {
  margin: 0 auto;
  /* box-shadow: 0px 15px 30px #50505026; */
}

/*Start Of Home Page Employment Disputes Section*/
#disputes {
  position: relative;
}
#disputes::before {
  content: '';
  z-index: 0;
  position: absolute;
  right: 0;
  top: -50px;
  background: #f0efef;
  width: 60%;
  height: 100%;
}

#disputes div {
  position: relative;
}
a.disputes_hover_learn_more:hover {
  /* margin-top: -1em; */
  transition: 0.4s ease;
  /* margin-bottom: 1em; */
}
a.disputes_hover_learn_more:hover > #copy_box {
  /* box-shadow: 0px 15px 30px #50505082; */
}
a.disputes_hover_learn_more:hover .slider_image_wrapper > #overlay_add {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #0000009c;
  display: flex;
  justify-content: center;
  align-items: center;
  content: 'Learn More';
  color: white;
  font-family: 'Cabin', sans-serif;
  font-size: 2em;
}
/*End Of Home Page Employment Disputes Section*/

/*Start of Practice Areas Page*/
a.practice_area_learn_more {
  position: relative;
  text-align: left;
}

a.practice_area_learn_more::before {
  content: '';
  width: 100px;
  height: 3px;
  position: absolute;
  left: 0px;
  top: -20px;
  background: #3c6f6d;
  transition: 0.4s ease;
}

/* a.practice_area_learn_more:hover > #copy_box { */
/*   box-shadow: 0px 15px 30px #50505082 !important; */
/* } */
a.practice_area_learn_more:hover .slider_image_wrapper > #overlay_add {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #0000009c;
  display: flex;
  justify-content: center;
  align-items: center;
  content: 'Learn More';
  color: white;
  font-family: 'Cabin', sans-serif;
  font-size: 2em;
}
a.practice_area_learn_more:hover::before {
  width: 100%;
}
a.practice_area_learn_more:hover {
  transition: 0.4s ease;
  /* margin-bottom: 1em; */
}
/*End of Practice Areas Page*/

.mobile_spacer_for_nav div h1 {
  max-width: 15ch;
}

/*Start of Footer Hiding Sub Lists*/

/*End of Footer Hiding Sub Lists*/

/*Start of Blog Post Page*/
section.blog_post_card_wrapper p {
  font-size: 1.05em;
}
.entry-content p {
  padding:1em 0;
}
/*End of Blog Post Page*/

@media screen and (max-width: 959px) {
  .mobile_spacer_for_nav {
    margin-top: 4em;
  }
  .fixed_class_for_nav {
    position: fixed;
    top: 0;
    z-index: 99999999;
  }
  .fixed_class_for_CTA {
    position: fixed;
    top: 4.9em;
    z-index: 9999999;
    width: 100%;
  }
  .mobile_nav_height {
    height: 140vh;
  }
  /*Font Sizing*/
  h1 {
    font-size: 3.5em;
  }
  h2 {
    font-size: 3em;
  }
  #disputes div h2 {
    width: 70%;
  }
  h3.sub-header-home-page {
    font-size: 2.5em;
  }
  .entry-header h1.entry-title {
    font-size: 3em;
  }
  .entry-content h2 {
    font-size: 2.5em;
  }
  .entry-content h3 {
    font-size: 2em;
  }
  .image_logo {
    width: 7em;
  }
  .image_logo_link {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .closebtn {
    position: absolute;
    left: 0;
    top: 0em;
    background: #3c6f6d;
    width: 20%;
    transform: translate(-100%);
    transition: transform 0.5s ease;
    z-index: 99999;
    height: 4.9em;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #fbfbfb;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 1em;
    border-right: 1px solid #fbfbfb;
    cursor: pointer;
  }
  .mo-nav {
    position: absolute;
    right: 0;
    height: 150vh;
    top: 0em;
    background: #3c6f6d;
    display: Flex;
    flex-direction: Column;
    justify-content: flex-start;
    width: 80%;
    transform: translate(100%);
    transition: transform 0.5s ease;
    z-index: 999999999;
  }
  .body_wrapper_nav_active {
    
  }
  .menu-main-nav-container {
    display: flex;
    flex-direction: column;
  }
  .menu-main-nav-container ul#main-nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  #site-navigation {
    height: 100vh;
    overflow:auto;
  }
  #nav-body-blocker {
    position:absolute;
    z-index:999;
    top:0;
    left:-20vw;
    width:100%;
    height:100%;
    display:none;
  }

  nav#site-navigation li {
    width: 100%;
    border-bottom: 1px solid #fbfbfb;
    padding: 1.5em 2em 1.5em;
    display: Flex;
    align-items: center;
  }

  /*
	nav#site-navigation .accordion:after {
		content:url('/wp-content/uploads/2020/07/down_arrow.png');
	}
	*/
  nav#site-navigation li a {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #fbfbfb;
    font-size: 1em;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  nav#site-navigation li a:hover,
  nav#site-navigation li a:active,
  nav#site-navigation li a:focus {
    color: #dda03e;
  }
  nav#site-navigation ul li#menu-item-158 a {
    color: #fbfbfb;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    text-decoration: none;
    background: #3c6f6d;
    padding: 0.5em 1em;
    font-weight: 400;
    border: 5px solid white;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 1em;
  }
  nav#site-navigation ul li#menu-item-158 a:hover,
  nav#site-navigation ul li#menu-item-158 a:focus,
  nav#site-navigation ul li#menu-item-158 a:active {
    background: #fbfbfb;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    text-decoration: none;
    color: #3c6f6d;
    padding: 0.5em 1em;
    font-weight: 400;
    border: 5px solid white;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 1em;
  }
  nav#site-navigation ul li:last-child a:after {
    content: '';
  }
  nav#site-navigation ul li:nth-child(1) {
    order: 2;
  }
  nav#site-navigation ul li:nth-child(2) {
    order: 2;
  }
  nav#site-navigation ul li:nth-child(3) {
    order: 3;
  }
  nav#site-navigation ul li:nth-child(4) {
    order: 2;
  }
  nav#site-navigation ul li:nth-child(5) {
    order: 2;
  }
  nav#site-navigation ul li:nth-child(6) {
    order: 2;
  }
  nav#site-navigation ul li:nth-child(7) {
    order: 1;
  }
  .top-footer div:nth-child(1) {
    order: 2;
  }
  .top-footer div:nth-child(3) {
    order: 1;
  }
  .top-footer div:nth-child(4) {
    order: 2;
  }
  .burger {
    display: block;
    cursor: pointer;
  }
  .image_blog_size {
    width: 110vw;
    height: 80vw;
  }
  .bottom_right {
    top: 250px;
    right: 0;
    max-width: 80vw;
    max-height: 65vw;
    overflow: hidden;
  }
  /*Start of Form on Contact Page*/
  form p {
    margin: 0;
  }
  form.wpcf7-form .form-flex {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  form.wpcf7-form label .wpcf7-form-control-wrap input {
    width: 100%;
    border: 2px solid #928686;
    border-radius: 10px;
    font-weight: 300;
  }
  form.wpcf7-form .form-text-area {
    width: 100%;
    background-color: white;
    border: 0;
    border-radius: 10px;
    font-weight: 300;
    margin-top: 2em;
    padding-top:0;
  }
  textarea.wpcf7-textarea {
    border: 0;
    padding-top: 0;
  }
  /*Start of HomePage*/
  #hero_button_one {
    margin-bottom: 2em;
  }
  .hero_title {
    width: 100%;
  }
  .hero_sub_title {
    width: 95%;
  }
  .hero_ctas_wrapper {
    display: flex;
    flex-direction: Column;
    width: 80%;
  }
  .mobile-size {
    width: 100%;
  }
  .top_left {
    margin-bottom: 3em;
  }
  .hero_image_position {
    right: 0;
    overflow: hidden;
    bottom: -23em;
    width: 100%;
  }
  .hero_image_size {
    width: 100%;
    height: 28em;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
  }

  .attorney-block::before {
    height: 100% !important;
  }

  .attorney_image_homepage::before {
    display: none !important;
  }
  .sub_hero_section {
    margin-top: 21.5em;
  }

  .single-post .top_left {
    background: white;
  }

  .single-post .mobile_spacer_for_nav {
    margin-top: 50px !important;
  }

  .corner_accent#right_1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 4em;
    height: 17em;
  }
  .corner_accent#right_2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 11em;
    height: 4em;
  }

  .corner_accent#left_1 {
    position: absolute;
    bottom: 4em;
    left: 0;
    width: 4em;
    height: 17em;
    transform: translate(-50%);
  }
  .corner_accent#left_2 {
    position: absolute;
    bottom: 4em;
    left: 0;
    width: 11em;
    height: 4em;
    transform: translate(-50%);
  }
  /* Arrows */
  .slick-prev,
  .slick-next {
    top: 104%;
    margin-left: 46%;
  }
  .homepage_grey_BG {
    width: 90%;
    height: 90%;
    top: 11em;
    right: 0;
    z-index: -1;
  }
  .slick-dots {
    display: none !important;
  }
  /*Start of Slider on HomePage*/
  .view_all_slider_button_wrapper {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: -3em;
    left: 0;
  }
  .slider_image_wrapper {
    overflow: hidden;
    max-height: 230px;
    max-width: 100%;
  }
  /*Start of Attorney on Homepage*/
  .corner_accent#right_1_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 25em;
  }

  .corner_accent#left_1_top {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 25em;
  }
  .attorney_link {
    width: 100%;
    height: 350px;
  }
  .attorney_image_homepage {
    height: 20em;
    position: relative;
  }

  .attorney_image_homepage::before {
    content: '';
    position: absolute;
    left: -25px;
    top: -20px;
    height: 100%;
    width: 100px;
    background: #3c6f6d;
  }
  /*Start of Testimonials on Homepage*/
  .green_mobile {
    background: #3c6f6d;
    height: 100%;
  }
  .image_testimonial_wrapper {
    height: 75vw;
    width: 107vw;
  }
  .image_testimonial_client {
    background-size: contain !important;
    height: 60vw;
    background-repeat: no-repeat !important;
    margin-top: 16vw;
  }
  .testimonial_info#name {
    height: 110vh;
    display: flex;
    align-items: flex-end;
    padding-right: 8em;
    width: 100%;
  }
  .testimonial_info#description {
    margin-top: -4em;
  }
  .open_quotes_homepage {
    color: #3c6f6d;
    font-size: 6em;
    font-family: '';
    position: absolute;
    top: 0em;
    left: -3%;
  }
  .closed_quotes_homepage {
    color: #3c6f6d;
    font-size: 6em;
    font-family: '';
    position: absolute;
    bottom: -21%;
    right: -3%;
  }
  /* the slides */
  .slick-slide {
    margin-left: 27px;
  }

  /* the parent */
  .slick-list {
    margin-left: -27px;
  }
  .word-slider-2 .slick-prev,
  .word-slider-2 .slick-next {
    top: 97%;
    margin-left: 46%;
  }
  /*Start of Grey Background on HomePage*/
  .form_background {
    bottom: 0;
    height: 75%;
    width: 100%;
    z-index: -1;
  }

  /*Start of Blog Post*/
  .image_position {
    right: 0;
    overflow: hidden;
    bottom: -3em;
    width: 87vw;
    height:19em;
  }
  .image_size {
    width: 95vw;
    height:100%;
  }
  .mo-grey-bg-header {
    padding-top: 7rem;
    padding-bottom: 16rem;
    background-image: url(https://www.transparenttextures.com/patterns/worn-dots.png);
    background-blend-mode: color-dodge;
  }
  .blog_post_card {
    margin-top: 3rem;
  }
  .blog_post_image .attachment-excerpt-thumb {
    width: 100%;
  }
  .blog_post_image {
    max-height: 180px;
    max-width: 100%;
    overflow: hidden;
  }
  .blog_date {
    margin-top: 1em;
  }
  .blog_post_card_wrapper {
    width: 100;
    padding: 0;
  }
  /*End of Blog Post*/

  /*Start of Contact Form Page*/
  .form_background_contact_page {
    bottom: 0;
    height: 45%;
    width: 100%;
    z-index: -1;
  }

  .desktop-only {
    display: none;
  }
  /*Start of Side Bar*/
  .sidebar {
    display: none;
  }
  /*End of Side Bar*/
  .position_absolute_new {
    position: absolute;
  }
}
/*END OF MOBILE*/

.nav-active {
  transform: translate(0%);
}

@media screen and (min-width: 960px) {
  .fixed_class_for_nav {
    z-index: 99999999;
  }
  .form_shadow {
    border-radius: 12px;
    box-shadow: 0px 0px 30px #0000004a;
  }
  section.form_section {
    border-radius: 15px;
    box-shadow: 0px 0px 43px #bfbbbb;
  }
  .mo-only {
    display: none;
  }
  .closebtn {
    display: none;
  }
  /*Start of Hero Styling*/
  #hero_button_one {
    margin-right: 3em;
  }
  .hero_title {
    width: 60%;
    margin-bottom: 22px;
  }
  .hero_sub_title {
    width: 40%;
  }
  .hero_ctas_wrapper {
    display: flex;
    margin-top: 2.5em;
  }
  .hero_image_position {
    right: 0;
    overflow: hidden;
    bottom: -2em;
    width: 50%;
  }
  .hero_image_size {
    height: 45em;
  }
  .top_left {
    padding-top: 4em;
    padding-left: 4em;
  }
  .hero_icon_placement {
    top: 94%;
    left: -9em;
  }
  /*End of Hero Styling*/
  .image_position {
    right: 0;
    overflow: hidden;
    bottom: -5em;
    width: 50%;
    height: 80%;
  }
  .image_size {
    width: 100%;
    height: 100%;
  }
  .image_blog_size {
    width: 900px;
    height: 400px;
  }
  .bottom_right {
    top: 15vw;
    right: 0;
    max-width: 60vw;
    max-height: 35vw;
    overflow: hidden;
  }
  .row_for_blog:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
  }
  .row_for_blog:nth-child(odd) {
    display: flex;
    flex-direction: row;
  }

  /*Start of Icons on HomePage*/
  img.award_image {
    width:10em;
    margin:2em 0;
  }
  /*End of Icons on HomePage*/

  /*Start of Homepage*/
  .corner_accent#right_1_bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 8em;
    height: 25em;
  }
  .corner_accent#right_2_bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 22em;
    height: 8em;
  }

  .corner_accent#left_1_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 8em;
    height: 25em;
  }
  .corner_accent#left_2_top {
    position: absolute;
    top: 22em;
    left: 0;
    width: 22em;
    height: 8em;
  }

  .corner_accent#right_1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 8em;
    height: 30em;
  }
  .corner_accent#right_2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 23em;
    height: 8em;
  }

  .corner_accent#left_1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 8em;
    height: 30em;
  }
  .corner_accent#left_2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 23em;
    height: 8em;
  }
  .homepage_grey_BG {
    width: 65%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
  }
  /* Arrows */
  .slick-prev,
  .slick-next {
    top: 107%;
    margin-left: 20%;
  }
  /*Start of Attorney on Homepage*/
  .row_for_attorney:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
  }
  .row_for_attorney:nth-child(odd) {
    display: flex;
    flex-direction: row;
  }
  /*End of Attorney on HomePage*/

  /*Start of Testimonials on Homepage*/
  .image_testimonial_client {
    background-size: contain !important;
    height: 21em;
    background-repeat: no-repeat !important;
  }
  .open_quotes_homepage {
    color: #3c6f6d;
    font-size: 6em;
    font-family: '';
    position: absolute;
    top: -13%;
    left: -5%;
  }
  .closed_quotes_homepage {
    color: #3c6f6d;
    font-size: 6em;
    font-family: '';
    position: absolute;
    bottom: -50%;
    right: -3%;
  }
  .image_testimonial_wrapper {
    width: 40%;
    margin-right: -26em;
    z-index: 10;
    margin-top: 2em;
  }
  .name_testimonial {
    width: 80%;
    padding-left: 30rem;
    height: 28em;
    display: flex;
    justify-content: flex-start;
  }
  .quotes_placement_desktop {
    margin-top: -13em;
    z-index: 10;
  }
  /*End of Testimonials On HomePage*/

  /*Start of Grey Background on HomePage*/
  .form_background {
    bottom: 0;
    height: 75%;
    width: 100%;
    z-index: -1;
  }
  /*End of HomePage*/

  /*Start of Blog Post*/
  .blog_post_image {
    overflow: hidden;
  }
  .blog_post_image img {
    max-width: 60vw;
    height: auto;
  }
  .blog_post_card {
    height: auto;
  }
  /*End of Blog Post*/

  /*Start of Attorneys Section*/
  .attorney_image {
    width: 42em;
    height: 28em;
  }
  /*Start of Contact Form Page*/
  .form_background_contact_page {
    bottom: 0;
    height: 40%;
    width: 100%;
    z-index: -1;
  }

  /*Start of Side Bar*/
  .sidebar #recent-posts-2 h2 {
    color: #fbfbfb;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    font-family: 'Cabin', sans-serif;
    padding-bottom: 0.5em;
    border-bottom: 1px solid white;
  }
  .sidebar #recent-posts-2 ul li a {
    color: #fbfbfb;
    text-decoration: none;
    font-family: 'Cabin', sans-serif;
    font-size: 1.1em;
  }
  .sidebar #recent-posts-2 ul li a:hover {
    color: #dda03e;
  }
  .sidebar #recent-posts-2 ul {
    text-align: center;
  }
  .sidebar #recent-posts-2 ul li {
    padding: 1.5em 0;
  }
  /*End of Side Bar*/

  /*STart of Contact Form On Home Page*/

  form.wpcf7-form label .wpcf7-form-control-wrap input#fname,
  form.wpcf7-form label .wpcf7-form-control-wrap input#phone_number {  
    padding: 15px 20px;
    font-size: 16px;
  }

  form.wpcf7-form label .wpcf7-form-control-wrap input#lname,
  form.wpcf7-form label .wpcf7-form-control-wrap input#email_address {
    padding: 15px 20px;
    font-size: 16px;
  }
}
form.wpcf7-form label .wpcf7-form-control-wrap.Zipcode input {
  padding: 15px 20px;
  font-size: 16px;
  width:100%;
  max-width:100%;
  border:0;
}

/*Extra Break Points for HomePage*/
@media screen and (min-width: 960px) and (max-width: 1025px) {
  .slick-prev,
  .slick-next {
    top: 116%;
    margin-left: 26.6%;
  }
  .word-slider-2 .slick-prev,
  .word-slider-2 .slick-next {
    top: 76.5%;
    margin-left: 22.5%;
  }
  .corner_accent#left_1_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 8em;
    height: 38em;
  }
  .corner_accent#left_2_top {
    position: absolute;
    top: 26em;
    left: 0;
    width: 22em;
    height: 12em;
  }
}

@media screen and (min-width: 1026px) and (max-width: 1215px) {
  .slick-prev,
  .slick-next {
    top: 116%;
    margin-left: 26.6%;
  }
  .word-slider-2 .slick-prev,
  .word-slider-2 .slick-next {
    top: 79.8%;
    margin-left: 22.5%;
  }
  .corner_accent#left_1_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 8em;
    height: 38em;
  }
  .corner_accent#left_2_top {
    position: absolute;
    top: 26em;
    left: 0;
    width: 22em;
    height: 12em;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1533px) {
  .slick-prev,
  .slick-next {
    top: 115%;
    margin-left: 26.6%;
  }
  .word-slider-2 .slick-prev,
  .word-slider-2 .slick-next {
    top: 84%;
    margin-left: 22%;
  }
  .corner_accent#left_1_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 8em;
    height: 26em;
  }
  .corner_accent#left_2_top {
    position: absolute;
    top: 26em;
    left: 0;
    width: 22em;
    height: 8em;
  }
}

@media screen and (min-width: 1534px) {
  .slick-prev,
  .slick-next {
    top: 114%;
    margin-left: 27%;
  }
  .word-slider-2 .slick-prev,
  .word-slider-2 .slick-next {
    top: 89.2%;
    margin-left: 21.6%;
  }
  .corner_accent#left_1_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 8em;
    height: 26em;
  }

  .corner_accent#left_2_top {
    position: absolute;
    top: 25em;
    left: 0;
    width: 22em;
    height: 8em;
  }
}

/*Hero Specific Styling*/
@media screen and (min-width: 960px) and (max-width: 1264px) {
  .hero_image_position {
    width: 45%;
  }
  .hero_image_size {
    width: 80vw;
    height: 58vw;
  }
}

@media screen and (min-width: 1165px) and (max-width: 1509px) {
  .hero_image_size {
    width: 55vw;
    height: 40vw;
  }
}

@media screen and (min-width: 1680px) {
  h1 {
    font-size: 4vw;
  }
  h2 {
    font-size: 3.5vw;
  }
  h2.widget-title {
    font-size: 2vw;
  }
  h3 {
    font-size: 2.5vw;
    margin: 0.5vw 0;
  }
  h3.sub-header-home-page {
    font-size: 3.2vw;
  }
  p {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
  p.practice_areas_copy {
    font-size: 1vw;
    line-height: 1.4vw;
  }
  section.blog_post_card_wrapper p {
    font-size: 1.05vw;
  }
  .cream-btn-l {
    padding: 0.5em 0;
    font-size: 1.3em;
  }
  .cream-btn-l:hover,
  .cream-btn-l:active,
  .cream-btn-l:focus {
    padding: 0.5em 0;
    font-size: 1.3em;
  }
  /*End of Mobile CTA on the Top*/
  .button_wrapper_yellow,
  .button_wrapper_green,
  .button_wrapper_cream {
    width: 15vw;
  }
  .button_bL_cream,
  .button_bL,
  .button_bL:hover {
    padding: 0.5vw .5vw;
    font-size: 1.2vw;
  }
  .button_bL.top_nav_button {
    padding-bottom: 1.1vw;
  }
  ul,
  li,
  ol {
    font-size: 1.2vw;
    line-height: 1.7vw;
    margin: 0vw 0;
  }
  nav#site-navigation li a {
    font-size: 1.1vw;
  }
  .testimonial_info#description {
    padding: 5vw;
  }
  .word-slider-2 .slick-prev,
  .word-slider-2 .slick-next {
    top: 21vw;
    margin-left: 21.7vw;
  }
  .image_testimonial_wrapper {
    width: 26vw;
    margin-right: -22vw;
    z-index: 10;
    margin-top: 2vw;
  }
  input[type='submit'] {
    font-size: 1.2vw;
    margin-top: 2vw;
    padding: 0.4vw 0;
    width: 12vw;
  }
  input[type='submit']:hover,
  input[type='submit']:focus,
  input[type='submit']:active {
    font-size: 1.2vw;
    margin-top: 2vw;
    padding: 0.4vw 0;
    width: 12vw;
  }

  /*STart of Contact Form On Home Page*/

  form.wpcf7-form label .wpcf7-form-control-wrap input#fname,
  form.wpcf7-form label .wpcf7-form-control-wrap input#phone_number,
  form.wpcf7-form label .wpcf7-form-control-wrap input#lname,
  form.wpcf7-form label .wpcf7-form-control-wrap input#email_address,
  form.wpcf7-form label .wpcf7-form-control-wrap input#zipcode {
    height: 4vw;
    font-size: 1.2vw;
  }
  form.wpcf7-form label .wpcf7-form-control-wrap.Zipcode input {
    height: 4vw;
    width: 100%;
    font-size: 1.2vw;
    max-width:100%;
  }
  form.wpcf7-form .form-text-area textarea {
    font-size: 1.2vw;
    padding: 15px 20px;
  }

  form.wpcf7-form p label span {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.6vw;
  }
  /*Start of Hero on Pages*/
  .image_position {
    right: 0;
    overflow: hidden;
    bottom: -4em;
    width: 50%;
    height: 100%;
  }
  .image_size {
    width: 51vw;
    height: 32vw;
  }
  /*End of Hero on Pages*/

  /*Start of Icons on HomePage*/
  img.award_image {
    width: 9vw;
    margin: 1vw 0;
  }
  /*End of Icons on HomePage*/

  /*Start of Top Nav*/
  .image-logo {
    width:2vw;
  }
  .top_header_number {
    font-size: 1.1vw;
  }
  /*End of Top Nav*/

  /*Start of Footer*/
  .footer_title {
    font-size: 1.5vw;
    line-height: 1.5vw;
    margin: 1vw 0;
  }
  svg.svg-footer {
    width: 1.9vw;
    height: 1.9vw;
  }
  ul#footer-nav li a {
      font-size: 1.2vw;
  }
  p.disclaimer-footer {
    font-size:.9vw;
  }

  /*End Of Footer*/

  /*Homepage Reviews*/
  .home .wp-gr .wp-google-list .wp-google-reviews .wp-google-review .wp-google-feedback .wp-google-text {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 1.1vw !important;
    line-height: 1.9vw !important;
    margin: 0 !important;
    font-weight: 300 !important;
  }
  /*End of Homepage Reviews*/

}

@media screen and (min-width: 960px) and (max-width: 1250px) {
  /*Start of Blog Post*/
  .blog_post_image {
    overflow: hidden;
    max-height: 100%;
  }
  .blog_post_image img {
    max-width: 78vw;
    height: auto;
  }
  /*End of Blog Post*/
}

footer.entry-footer .cat-links,
footer.entry-footer .edit-link {
  display: none;
}
nav.post-navigation .nav-links .nav-previous a {
  content: 'Prev';
}
.entry-meta .posted-on,
.entry-meta .byline {
  display: none;
}

nav.post-navigation {
  padding-top: 18px;
}

/*So Desktop Nav copy doesn't break into 2 rows*/
@media screen and (min-width: 960px) and (max-width: 1091px) {
  nav#site-navigation li a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #353535;
    font-size: 0.9em;
  }
  nav#site-navigation ul li#menu-item-158 a {
    color: #fbfbfb;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    text-decoration: none;
    background: #3c6f6d;
    padding: 0.3em 1em;
    font-weight: 400;
    font-size: 1em;
  }
  .main-navigation ul li {
    position: relative;
    display: inline-block;
    padding: 30px 0px 30px 10px;
  }
}

.green-block {
  content: '';
  position: absolute;
  left: -25px;
  top: -20px;
  height: 100%;
  width: 100px;
  background: #3c6f6d;
  z-index: 0;
}

.row_for_attorney:nth-child(even) .green-block {
  content: '';
  position: absolute;
  right: -25px;
  bottom: -20px;
  left: auto;
  top: auto;
  height: 100%;
  width: 100px;
  background: #3c6f6d;
  z-index: 0;
}

.section_attorneys {
}

.row_for_attorney .badges .badge:nth-child(even) {
  width: 30%;
}

.attorney-block,
.attorney-block div,
.attorney-block h3,
.attorney-block p,
.attorney-block a {
  position: relative;
}

.attorney-block::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 80%;
  width: 100%;
  background: #f4f4f4;
  z-index: 0;
}

.home #recent-posts-4 h2.widgettitle {
  display: none !important;
}

.home #recent-posts-4 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.home #recent-posts-4 ul li {
  width: 80%;
  padding: 12px 12px 30px 12px;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 0;
}

.home #recent-posts-4 ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 3px;
  background: #dda03e;
  transition: 0.3s ease;
}

.home #recent-posts-4 ul li:hover::before {
  width: 100%;
}

.home #recent-posts-4 ul li a {
  text-decoration: none;
  color: black;
  font-size: 1.1em;
  transition: 0.3s ease;
  height: 100%;
  width: 100%;
}

.home #recent-posts-4 ul li a:hover {
  color: #3c6f6d;
}

.main-navigation #menu-item-831:hover > ul,
.main-navigation #menu-item-831:focus > ul {
  display: flex !important;
}

#menu-item-831 ul {
  flex-wrap: wrap;
  width: 500px;
  right: 24px;
}

#menu-item-831 ul li {
  width: 50%;
}

#menu-item-603 ul {
        right: 24px;
        width: 150px;
}

@media screen and (max-width: 30em) {
  .page {
    margin-top: 0 !important;
  }
  .entry-content h2 {
    font-size:25px;
  }
  .entry-content h3 {
    font-size:23px;
  }
}

.wp-google-hide {
  display: none !important;
}

.home .wp-google-reviews {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.home .wp-google-review {
  width: 45% !important;
  padding: 0 20px;
}

@media (max-width: 30em) {
.home .wp-google-review {
  width: 90% !important;
  padding: 0 20px;
}
#disputes::before {
        width: 100%;
        height: 103%;
}

  #disputes div h2 {
    width: 70%;
  }

h1.entry-title {
        font-size: 2em;
}
}

.home span.post-date::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 14px;
  width: 14px;
  background: url('calendar.svg');
  background-size: contain;
  background-position: center;
}

.home span.post-date {
  padding-top: 14px;
  padding-left: 20px;
  position: relative;
}

.widget_text {
  padding-bottom: 14px;
  margin-bottom: 2.5em;
}

.widget_text h2 {
  color: white;
  text-align: center;
}
.widget_text div {
  color: white;
}

.widget_text div p {
  position: relative;
  padding-top: 3em;
}

.widget_text div p::before {
  position: absolute;
  content: '“ ';
  color: #dd9f3e !important;
  font-size: 6em;
  font-family: '';
  left: 0;
  top: 28px;
  color: #dd9f3e;
}
.widget_text div p::after {
  position: absolute;
  content: '“ ';
  color: #dd9f3e !important;
  font-size: 6em;
  font-family: '';
  right: 0;
  bottom: -28px;
  transform: scaleX(-1);
}


/*Tweaks for Devices*/
@media screen and (max-width: 360px) {
  h1 {
    font-size:48px;
  }
  .corner_accent#right_1 {
    width: 3em;
  }
  .corner_accent#right_2 {
    height: 3em;
  }
  .corner_accent#left_2 {
    height: 3em;
    transform: translate(-50%);
  }
  .corner_accent#left_1 {
    width: 3em;
    transform: translate(0%);
  }
  header.entry-header, 
  .nav-next, 
  .nav-previous {
    word-break:break-word;
  }
}
.page-template-pratice-areas .content-section p {
  width:90%;
}

