@import url("https://use.typekit.net/fsj7jgn.css");
/* Contents
==================================================
- Page Builder & Gravity Forms
- Galleries
- Colors & Fonts
- Homepage
- Theme Layout
- Dropdown Menu
- Archives
- Author Bio
- Sidebars
- Animations
- Parallax
- Responsive (include)
*/
/* Variables
================================================== */
html {
  font-size: 14px;
}
@media screen and (min-width: 1106px) {
  html {
    font-size: calc(14px + (18 - 14) * (100vw - 1106px)/(1422 - 1106));
  }
}
@media screen and (min-width: 1422px) {
  html {
    font-size: 18px;
  }
}
#colorbox.youtube_modal {
  position: fixed !important;
  top: calc((100vh - 45vw) / 2) !important;
  left: calc((100vw - 80vw) / 2) !important;
}
@media screen and (min-width: 1422px) {
  #colorbox.youtube_modal {
    top: calc((100vh - 576px) / 2) !important;
    left: calc((100vw - 1024px) / 2) !important;
  }
}
#colorbox.youtube_modal,
#colorbox.youtube_modal #cboxWrapper {
  width: 80vw !important;
  max-width: 1024px !important;
  height: 45vw !important;
  max-height: 576px !important;
}
#colorbox.youtube_modal #cboxContent,
#colorbox.youtube_modal #cboxLoadedContent {
  width: calc(80vw - 10px) !important;
  max-width: calc(1024px - 10px) !important;
  height: calc(45vw - 10px) !important;
  max-height: calc(576px - 10px) !important;
}
/*

Required params, specify type, start color, end color.
Notice that each parameter should be separated with a ;. We use a comma to list colors and vendor prefixes.
.gradient(linear; #2BC0E4, #EAECC6);

If you would like to customize the color stop you could write:
.gradient(linear; #2BC0E4, #EAECC6 30%);

Changing the gradient direction should be done with an angle value instead of its keyword counterpart:
.gradient(linear; #2BC0E4, #EAECC6 30%; 180deg);

The following is an example in which we create a radial gradient:
.gradient(circle; #2BC0E4, #EAECC6);

Generating a repeating gradient? No problemo:
.gradient(repeating-linear; #085078, #2BC0E4 25px, #EAECC6 50px);
In this case, make sure you adjust the background-size accordingly to see the desired result.

*/
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -moz-transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -moz-transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -moz-transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -moz-transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -o-transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -o-transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -o-transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -o-transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -o-transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -o-transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
/*
 * animate.less v1.0.4 | animateforless.com
 *
 * -----------------------------------------------------------------------------
 *
 * The MIT License (MIT)
 *
 * Copyright (c) 2014-2016 Carlos M. Bonilla
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy of
 * this software and associated documentation files (the "Software"), to deal in
 * the Software without restriction, including without limitation the rights to
 * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
 * the Software, and to permit persons to whom the Software is furnished to do so,
 * subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
 * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
 * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */
/*
********************************************************************************
**                                                                            **
**                      LESS ANIMATION FRAMEWORK                              **
**                                                                            **
********************************************************************************
*/
/* Contents
==================================================
- Tables
- Buttons 
- Forms
- Content Layout
- WordPress Generated Elements & Classes
- Standard HTML tags
- Editor Overrides
*/
/* Tables
================================================== */
table:not(.ui-datepicker-calendar) {
  font-size: 0.9rem;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}
table:not(.ui-datepicker-calendar) th,
table:not(.ui-datepicker-calendar) td {
  padding: 0.75rem 1rem;
  border: 1px solid;
  position: relative;
  line-height: 1.25;
}
table:not(.ui-datepicker-calendar) th[scope="row"] {
  text-align: right;
}
table:not(.ui-datepicker-calendar) tfoot *,
table:not(.ui-datepicker-calendar) tr.blank * {
  border: none;
  background: none !important;
  opacity: 0.75;
  font-style: italic;
  padding: 0.5rem 0 0;
  font-size: 0.9em;
}
table:not(.ui-datepicker-calendar) tr.blank {
  color: rgba(255, 255, 255, 0);
}
table:not(.ui-datepicker-calendar).alignleft,
table:not(.ui-datepicker-calendar).alignright {
  max-width: 50%;
}
table:not(.ui-datepicker-calendar).alignleft td,
table:not(.ui-datepicker-calendar).alignright td,
table:not(.ui-datepicker-calendar).alignleft th,
table:not(.ui-datepicker-calendar).alignright th {
  min-width: 125px;
}
/* Buttons 
================================================== */
.btn:not(li),
button,
input[type="submit"],
input[type="button"] {
  border-radius: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 2px solid #fff;
  box-shadow: none;
  text-shadow: none;
  padding: 0.625rem 2rem;
  font-family: 'usual', Helvetica, Arial, sans-serif;
  font-style: normal;
  filter: none !important;
  display: inline-block;
  font-size: 1rem;
  -webkit-appearance: none;
}
/* Forms
================================================== */
input:not([type="submit"]):not([type="button"]),
textarea,
select {
  border: 1px solid #ccc;
  padding: calc(0.625rem - 2px) calc(1.5rem - 2px);
  line-height: 1rem;
  border-radius: 3px;
}
input:not([type="submit"]):not([type="button"])::placeholder,
textarea::placeholder,
select::placeholder {
  color: #000;
  opacity: 0.5;
}
/* Content Layout
================================================== */
* {
  box-sizing: border-box;
}
body,
cite {
  font-family: 'usual', Helvetica, Arial, sans-serif;
}
.mceContentBody blockquote,
blockquote,
address,
tr th,
.wp-caption,
.wp-caption .wp-caption-text,
.wp-caption-dd {
  font-family: mrs-eaves, Georgia, Times, 'Times New Roman', serif;
}
body {
  padding: 0;
  margin: 0;
}
p {
  margin: 0 0 1.5rem;
  word-break: break-word;
}
p,
table {
  line-height: 1.5;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.5rem;
  font-family: 'montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  padding-top: 1rem;
}
h1 span.sub,
h2 span.sub,
h3 span.sub,
h4 span.sub,
h5 span.sub,
h6 span.sub {
  display: block;
  font-size: 0.85em;
  font-family: mrs-eaves-roman-all-petite-c, Georgia, Times, 'Times New Roman', serif;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-weight: normal;
}
h1 {
  font-size: 3rem;
  font-weight: bold;
}
h2 {
  font-size: 2.4rem;
}
h3 {
  font-size: 1.6rem;
  font-weight: bold;
}
h4,
h5,
h6 {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}
h6 {
  font-style: italic;
}
img {
  max-width: 100%;
  height: auto;
}
#tinymce ul,
#primary ul,
#tinymce ol,
#primary ol {
  margin-bottom: 1.5rem;
  overflow: hidden;
}
#tinymce ul li,
#primary ul li,
#tinymce ol li,
#primary ol li {
  list-style-type: none;
  position: relative;
  margin-bottom: 0.25rem;
}
#tinymce ul li:last-child,
#primary ul li:last-child,
#tinymce ol li:last-child,
#primary ol li:last-child {
  margin-bottom: 0;
}
#tinymce ul li:before,
#primary ul li:before,
#tinymce ol li:before,
#primary ol li:before {
  content: '\2022';
  position: absolute;
  top: 0;
}
#tinymce ul ul,
#primary ul ul,
#tinymce ol ul,
#primary ol ul,
#tinymce ul ol,
#primary ul ol,
#tinymce ol ol,
#primary ol ol {
  margin: 0.25rem 0;
}
#tinymce ul li:before,
#primary ul li:before {
  font-size: 0.8rem;
  line-height: 1.5em;
  left: -1rem;
}
#tinymce ol,
#primary ol {
  counter-reset: item;
}
#tinymce ol > li:before,
#primary ol > li:before {
  content: counter(item) ". ";
  counter-increment: item;
  right: 100%;
  margin-right: 0.25rem;
}
#tinymce ol ol > li:before,
#primary ol ol > li:before {
  content: counter(item, lower-alpha) ". ";
}
#tinymce ol ol ol > li:before,
#primary ol ol ol > li:before {
  content: counter(item, lower-roman) ". ";
}
[class^="cols_"],
[class*=" cols_"] {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}
[class^="cols_"] > h2,
[class*=" cols_"] > h2 {
  width: 100% !important;
}
[class^="cols_"] > *,
[class*=" cols_"] > * {
  margin: 0 0.75rem 1.5rem;
}
[class^="cols_"].cols_1 > *,
[class*=" cols_"].cols_1 > * {
  width: 100%;
  margin: 0;
}
[class^="cols_"].cols_2 > *,
[class*=" cols_"].cols_2 > * {
  width: calc(100% / 2 - 1.5rem);
}
[class^="cols_"].cols_3 > *,
[class*=" cols_"].cols_3 > * {
  width: calc(100% / 3 - 1.5rem);
}
[class^="cols_"].cols_4 > *,
[class*=" cols_"].cols_4 > * {
  width: calc(100% / 4 - 1.5rem);
}
[class^="cols_"].cols_5 > *,
[class*=" cols_"].cols_5 > * {
  width: calc(100% / 5 - 1.5rem);
}
[class^="cols_"].cols_6 > *,
[class*=" cols_"].cols_6 > * {
  width: calc(100% / 6 - 1.5rem);
}
/* WordPress Generated Elements & Classes
================================================== */
.alignnone {
  margin: 0 0 1rem;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto 1.5rem;
}
.alignright {
  float: right;
  margin: 0.25rem 0 1rem 1rem;
}
.alignleft {
  float: left;
  margin: 0.25rem 1rem 1rem 0;
}
a img.alignright {
  float: right;
  margin: 0.25rem 0 1rem 1rem;
}
a img.alignnone {
  margin: 0.25rem 1rem 1rem 0;
}
a img.alignleft {
  float: left;
  margin: 0.25rem 1rem 1rem 0;
}
a img.aligncenter {
  display: block;
  margin: 0 auto 1rem;
}
.wp-caption {
  max-width: 100% !important;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}
.wp-caption p {
  margin-bottom: 0;
}
.wp-caption.alignnone {
  margin: 0.25rem 1rem 1rem 0;
}
.wp-caption.alignleft {
  margin: 0.25rem 1rem 1rem 0;
}
.wp-caption.alignright {
  margin: 0.25rem 0 1rem 1rem;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0 auto 0.25rem;
  max-width: 100%;
  padding: 0;
  width: auto;
  display: block;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
  margin: 0;
  padding: 0.25rem;
  white-space: normal;
  background: rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(0, 0, 0, 0.125);
}
hr {
  border: none;
  height: 1px;
  margin-bottom: 1.5rem;
}
blockquote {
  border-left: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 2rem;
}
blockquote p {
  margin-bottom: 2.0rem;
  position: relative;
  z-index: 9;
  opacity: 0.75;
}
blockquote footer,
blockquote cite {
  font-size: 1.17rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
blockquote footer span,
blockquote cite span {
  font-size: 1rem;
  display: block;
  text-transform: none;
  letter-spacing: normal;
  font-style: italic;
  margin-top: 0.25rem;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
blockquote.alignleft,
blockquote.alignright {
  width: 25%;
  text-align: left;
}
blockquote.alignleft footer:before,
blockquote.alignright footer:before,
blockquote.alignleft cite:before,
blockquote.alignright cite:before {
  margin: 1rem 0 0.5rem;
}
blockquote.alignleft {
  float: left;
  margin-right: 1rem;
}
blockquote.alignright {
  float: right;
  margin-left: 1rem;
}
/* Standard HTML tags
================================================== */
address {
  font-style: italic;
  margin-bottom: 1rem;
}
abbr,
acronym {
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
}
big {
  font-size: 1.25em;
}
cite,
var,
blockquote footer {
  font-size: 0.58em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
cite {
  font-style: normal;
}
code,
kbd,
tt {
  display: inline-block;
  vertical-align: baseline;
}
code,
kbd,
pre,
tt {
  color: #888;
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0.125em 0.25em;
  font-size: 0.8em;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  text-align: left;
}
pre {
  padding: 1em 1.5em;
  margin-bottom: 1rem;
}
pre * {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
del,
strike {
  text-decoration: line-through;
  opacity: 0.5;
}
em,
dt {
  font-style: italic;
}
q {
  font-style: italic;
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}
strong,
b,
dt {
  font-weight: bold;
}
sub,
sup {
  font-size: 0.75em;
}
sub {
  vertical-align: sub;
}
sup {
  vertical-align: sup;
}
dd {
  margin-bottom: 1rem;
}
iframe {
  display: block;
}
.video {
  position: relative;
  padding-top: 75%;
}
.video.wide {
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Editor Overrides
================================================== */
#tinymce {
  padding: 1rem 2rem!important;
}
#tinymce a {
  color: #999;
  text-decoration: underline;
}
#tinymce a:hover {
  color: #000;
}
#tinymce li:before {
  color: #ccc;
}
#tinymce .btn,
#tinymce button,
#tinymce input[type="submit"],
#tinymce input[type="button"] {
  text-decoration: none;
  color: #fff;
  background: #ccc;
  padding: 0.625rem 1.5rem!important;
  border-radius: 3px;
}
#tinymce .btn:hover,
#tinymce button:hover,
#tinymce input[type="submit"]:hover,
#tinymce input[type="button"]:hover {
  background: #000;
  color: #fff;
}
#tinymce .btn[data-mce-selected],
#tinymce button[data-mce-selected],
#tinymce input[type="submit"][data-mce-selected],
#tinymce input[type="button"][data-mce-selected] {
  background: #008ec2;
  box-shadow: none;
}
#tinymce svg,
#tinymce img[src$=".svg"] {
  max-height: 100px;
  max-width: 100px;
}
.mce-item-table,
.mce-item-table td,
.mce-item-table th,
.mce-item-table caption {
  border: 1px solid #ddd;
}
.mce-item-table th:not([scope="row"]) {
  background: #ddd;
  border-color: #ccc;
}
.mce-item-table th[scope="row"] {
  text-align: right;
}
#tinymce table:not(.ui-datepicker-calendar) {
  border-color: #ddd !important;
}
#tinymce table:not(.ui-datepicker-calendar) * {
  border-color: #ddd !important;
}
#tinymce table:not(.ui-datepicker-calendar) th:not([scope="row"]) {
  background: #bbb;
  border-color: #aaa !important;
  color: #fff;
}
#tinymce table:not(.ui-datepicker-calendar) th:nth-child(even) {
  background: #b3b3b3;
}
#tinymce table:not(.ui-datepicker-calendar) td:nth-child(even) {
  background: rgba(0, 0, 0, 0.03);
}
#tinymce table:not(.ui-datepicker-calendar) tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.06);
}
/* Page Builder & Gravity Forms
================================================== */
.editor_tinymce #primary,
body.archive.category #primary,
body.single-post #primary {
  padding: 4rem 0 6rem;
}
.editor_pagebuilder.pad_heading #primary > .col {
  padding-top: 4rem;
}
.editor_pagebuilder:not(.pad_heading) .entry-content > .panel-layout:first-child > .panel-no-style:first-child,
.editor_pagebuilder:not(.pad_heading) .entry-content > .panel-layout:first-child > .panel-has-style:first-child > .panel-row-style:first-child {
  padding-top: 4rem;
}
.entry-content > .panel-layout:last-child > .panel-no-style:last-child,
.editor_pagebuilder .entry-content > .panel-layout:last-child > .panel-has-style:last-child > .panel-row-style:last-child {
  padding-bottom: 6rem;
}
.editor_pagebuilder .site-content > .grid_12_of_12 > article {
  margin-bottom: 0;
}
#wptime-plugin-preloader,
#preloader {
  z-index: 999999 !important;
}
#wptime-plugin-preloader,
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
}
#wptime-plugin-preloader,
#preloader {
  /*
	-moz-background-size:<?php echo $image_width; ?>px <?php echo $image_height; ?>px;
	-o-background-size:<?php echo $image_width; ?>px <?php echo $image_height; ?>px;
	-webkit-background-size:<?php echo $image_width; ?>px <?php echo $image_height; ?>px;
	background-size:<?php echo $image_width; ?>px <?php echo $image_height; ?>px;
	*/
  background: #c7c7c4 !important;
  background-size: cover !important;
  width: 100% !important;
  height: 100% !important;
}
#wptime-plugin-preloader:before,
#preloader:before {
  content: '';
  background-color: inherit;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#wptime-plugin-preloader:after,
#preloader:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-background-size: 10rem 10rem;
  -o-background-size: 10rem 10rem;
  -webkit-background-size: 10rem 10rem;
  background-size: 10rem 10rem;
  z-index: 99998;
  width: 100%;
  height: 100%;
}
body .gform_wrapper {
  margin: 0 0 1.5rem;
}
body .gform_wrapper br {
  display: none;
}
body .gform_wrapper p {
  margin: 0;
  display: inline;
  line-height: 1px;
}
body .gform_wrapper p label {
  line-height: normal;
}
body .gform_wrapper .gform_fields {
  font-size: 0;
  padding: 0;
}
body .gform_wrapper .gform_fields li {
  font-size: 1rem;
}
body .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
  margin-bottom: 0 !important;
}
body .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1,
body .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2,
body .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
  width: calc(100% + 16px);
  max-width: 90vw;
}
body .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
body .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 0;
  margin-left: 0 !important;
}
body .gform_wrapper .ginput_container_address span {
  min-height: 0 !important;
}
body .gform_wrapper .ginput_container_address input {
  margin-bottom: 1rem !important;
}
body .gform_wrapper .ginput_container_address span.address_zip input,
body .gform_wrapper .ginput_container_address span.address_country input {
  margin-bottom: 0 !important;
}
body .gform_wrapper li.hidden_label input {
  margin-top: 0;
}
body .gform_wrapper .gform_footer,
body .gform_wrapper .ginput_container {
  padding: 0;
}
body .gform_wrapper .gform_footer br,
body .gform_wrapper .ginput_container br {
  display: none;
}
body .gform_wrapper .gform_footer p,
body .gform_wrapper .ginput_container p {
  margin-bottom: 0;
  display: inline;
}
body .gform_wrapper .gf_left_half {
  padding-right: 8px !important;
}
body .gform_wrapper .gf_right_half {
  padding-right: 0 !important;
  padding-left: 8px;
}
body .gform_wrapper .gf_left_half .ginput_container,
body .gform_wrapper .gf_right_half .ginput_container {
  margin-top: 0 !important;
}
body .gform_wrapper .top_label input.large.datepicker,
body .gform_wrapper .top_label input.medium.datepicker,
body .gform_wrapper .top_label input.small.datepicker {
  width: 100%;
}
body .gform_wrapper .money .ginput_container {
  position: relative;
}
body .gform_wrapper .money .ginput_container:before {
  content: '$';
  border: 1px solid #ccc;
  color: #aaa;
  background: #eee;
  padding: calc(0.625rem - 2px) 0;
  width: 1.5rem;
  text-align: center;
  line-height: 1rem;
  border-radius: 3px 0 0 3px;
  position: absolute;
  top: 0;
  left: 0;
}
body .gform_wrapper .money .ginput_container input {
  padding-left: calc(1.5rem + 4px) !important;
}
ul.sow-slider-images,
ul.sow-slider-images li {
  margin-bottom: 0 !important;
}
/* Galleries
================================================== */
.modal_gallery {
  overflow: hidden;
  height: 1px;
  opacity: 0;
}
.gallery_wrap:not(.masonry):not(.carousel) {
  width: calc(100% + 1rem) !important;
  margin: 0 -0.5rem;
}
.gallery_wrap:not(.masonry):not(.carousel) .gallery .gallery-item {
  padding: 0;
  float: none;
  margin: 0 0.5rem 1rem;
}
.gallery_wrap:not(.masonry):not(.carousel) .gallery.gallery-columns-1 > .gallery-item {
  width: 100%;
  margin: 0;
}
.gallery_wrap:not(.masonry):not(.carousel) .gallery.gallery-columns-2 > .gallery-item {
  width: calc(100% / 2 - 1rem);
}
.gallery_wrap:not(.masonry):not(.carousel) .gallery.gallery-columns-3 > .gallery-item {
  width: calc(100% / 3 - 1rem);
}
.gallery_wrap:not(.masonry):not(.carousel) .gallery.gallery-columns-4 > .gallery-item {
  width: calc(100% / 4 - 1rem);
}
.gallery_wrap:not(.masonry):not(.carousel) .gallery.gallery-columns-5 > .gallery-item {
  width: calc(100% / 5 - 1rem);
}
.gallery_wrap:not(.masonry):not(.carousel) .gallery.gallery-columns-6 > .gallery-item {
  width: calc(100% / 6 - 1rem);
}
.gallery_wrap:not(.masonry):not(.carousel) .gallery.gallery-columns-7 > .gallery-item {
  width: calc(100% / 7 - 1rem);
}
.gallery_wrap:not(.masonry):not(.carousel) .gallery.gallery-columns-8 > .gallery-item {
  width: calc(100% / 8 - 1rem);
}
.gallery_wrap:not(.masonry):not(.carousel) .gallery.gallery-columns-9 > .gallery-item {
  width: calc(100% / 9 - 1rem);
}
.gallery_wrap.masonry {
  width: calc(100% + 4px) !important;
  margin: 0 -2px;
}
.gallery_wrap.masonry .gallery .gallery-item {
  padding: 0;
  float: none;
  margin: 0 2px 4px;
}
.gallery_wrap.masonry .gallery.gallery-columns-1 > .gallery-item {
  width: 100%;
  margin: 0;
}
.gallery_wrap.masonry .gallery.gallery-columns-2 > .gallery-item {
  width: calc(100% / 2 - 4px);
}
.gallery_wrap.masonry .gallery.gallery-columns-3 > .gallery-item {
  width: calc(100% / 3 - 4px);
}
.gallery_wrap.masonry .gallery.gallery-columns-4 > .gallery-item {
  width: calc(100% / 4 - 4px);
}
.gallery_wrap.masonry .gallery.gallery-columns-5 > .gallery-item {
  width: calc(100% / 5 - 4px);
}
.gallery_wrap.masonry .gallery.gallery-columns-6 > .gallery-item {
  width: calc(100% / 6 - 4px);
}
.gallery_wrap.masonry .gallery.gallery-columns-7 > .gallery-item {
  width: calc(100% / 7 - 4px);
}
.gallery_wrap.masonry .gallery.gallery-columns-8 > .gallery-item {
  width: calc(100% / 8 - 4px);
}
.gallery_wrap.masonry .gallery.gallery-columns-9 > .gallery-item {
  width: calc(100% / 9 - 4px);
}
.gallery_wrap:not(.carousel) > .gallery {
  width: 100% !important;
}
.gallery_wrap:not(.carousel) > .gallery .gallery-icon > a {
  border-bottom: none !important;
  display: block;
}
.gallery_wrap:not(.carousel) > .gallery .gallery-icon img {
  display: block;
}
.gallery_wrap:not(.carousel) > .gallery .gallery-caption {
  display: none;
}
.gallery_wrap:not(.carousel) > .gallery a:hover {
  opacity: 0.6;
}
.gallery_wrap:not(.masonry):not(.carousel) > .gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.gallery_wrap:not(.masonry):not(.carousel) > .gallery .gallery-icon img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.gallery_wrap.masonry {
  position: relative;
}
.gallery_wrap.masonry > .spinner {
  display: none;
}
.gallery_wrap.masonry > .gallery_wrap > .spinner {
  display: block;
}
.gallery_wrap.masonry .spinner {
  position: absolute;
  background: #fff;
  top: 0;
  left: calc(50% - 2rem);
  width: 4rem;
  height: 4rem;
  z-index: 1;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.gallery_wrap.masonry .spinner svg {
  width: 100%;
  height: 100%;
}
.gallery_wrap.masonry .gallery {
  position: relative;
  z-index: 2;
  opacity: 0;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.gallery_wrap.masonry img {
  width: 100% !important;
  height: auto;
}
.gallery_wrap.masonry.loaded .gallery {
  opacity: 1;
}
.gallery_wrap.masonry.loaded .spinner {
  opacity: 0;
}
.slick-slide {
  margin: 0 1rem 1.5rem!important;
}
.slick-slide img {
  max-width: 8rem;
  width: auto !important;
  max-height: 8rem;
  height: auto;
  margin: 0 auto;
}
#client_logos .slick-slide img {
  max-width: 70%;
  width: auto !important;
  max-height: 7rem;
  height: auto;
  margin: 0 auto;
}
/* Colors & Fonts
================================================== */
body {
  color: #4e4d4a;
}
#headerbar {
  background: #cc5f31;
  color: #fff;
  font-size: 0.9rem;
}
body:not(.overlay_header) #headercontainer {
  background: #fff;
}
body.overlay_header #headercontainer {
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(-90deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
}
#inner_header {
  font-size: 0.9rem;
}
#inner_header p {
  color: #cc5f31;
}
#bannercontainer {
  background-color: #c7c7c4;
}
#bannercontainer h1 {
  color: #fff;
}
#maincontentcontainer {
  background: #edebe7;
}
h1 {
  color: #cc5f31;
  font-weight: 500;
  letter-spacing: 0.1em;
}
h2,
h3,
h4,
h5,
h6 {
  color: #1a3864;
}
h1 span.sub,
h2 span.sub {
  color: #cc5f31;
}
.lightTxt p,
.lightTxt h1,
.lightTxt h2,
.lightTxt h3,
.lightTxt h4,
.lightTxt h5,
.lightTxt h6,
.lightTxt li {
  color: #fff;
}
a {
  color: #cc5f31;
}
a:hover {
  color: #4e4d4a;
}
.featured-post {
  background: #cc5f31;
}
#footerbar {
  background: #cc5f31;
  color: #fff;
}
#footercontainer,
html {
  background: #232322;
  color: #fff;
}
#footercontainer a {
  color: #fff;
}
#footercontainer a:hover {
  color: #1a3864;
}
#footercontainer .smallprint .menu a,
#footercontainer .smallprint .menu span.no_link {
  color: #fff !important;
}
#footercontainer .smallprint .menu a:hover,
#footercontainer .smallprint .menu span.no_link:hover {
  color: #1a3864 !important;
}
hr {
  background: #ddd;
}
#primary ul li:before,
#primary ol li:before {
  color: #cc5f31;
}
#primary a:hover {
  border-bottom-color: #1a3864;
}
table:not(.ui-datepicker-calendar) {
  border-color: rgba(221, 221, 221, 0.8) !important;
}
table:not(.ui-datepicker-calendar) * {
  border-color: rgba(221, 221, 221, 0.8) !important;
}
table:not(.ui-datepicker-calendar) td:nth-child(even) {
  background: rgba(221, 221, 221, 0.1);
}
table:not(.ui-datepicker-calendar) tr:nth-child(odd) {
  background: rgba(221, 221, 221, 0.1);
}
table:not(.ui-datepicker-calendar) th:not([scope="row"]) {
  background: #1a3864;
  border-color: #132848 !important;
  color: #fff;
}
table:not(.ui-datepicker-calendar) th:not([scope="row"]):nth-child(even) {
  background: #152d50;
}
table:not(.ui-datepicker-calendar) th {
  font-size: 1.1rem;
}
.widget_nav_menu ul a {
  color: #fff;
}
.widget_nav_menu ul a:hover {
  color: #1a3864;
}
.btn:not(li),
button:not([aria-controls^='slick-slide']):not(.slick-arrow),
input[type="submit"],
input[type="button"] {
  color: #fff !important;
  background: #cc5f31;
  border-color: #cc5f31;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn:not(li):hover,
button:not([aria-controls^='slick-slide']):not(.slick-arrow):hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #1a3864;
  border-color: #1a3864;
}
.btn:not(li).alt,
button:not([aria-controls^='slick-slide']):not(.slick-arrow).alt,
input[type="submit"].alt,
input[type="button"].alt {
  background: #1a3864;
  border-color: #1a3864;
}
.btn:not(li).alt:hover,
button:not([aria-controls^='slick-slide']):not(.slick-arrow).alt:hover,
input[type="submit"].alt:hover,
input[type="button"].alt:hover {
  background: #cc5f31;
  border-color: #cc5f31;
}
.btn:not(li).outline,
button:not([aria-controls^='slick-slide']):not(.slick-arrow).outline,
input[type="submit"].outline,
input[type="button"].outline {
  background: none;
  border-color: #fff;
}
.btn:not(li).outline:hover,
button:not([aria-controls^='slick-slide']):not(.slick-arrow).outline:hover,
input[type="submit"].outline:hover,
input[type="button"].outline:hover {
  border-color: #fff !important;
  background: #fff;
  color: #1a3864 !important;
}
.btn:not(li).outline.navy,
button:not([aria-controls^='slick-slide']):not(.slick-arrow).outline.navy,
input[type="submit"].outline.navy,
input[type="button"].outline.navy,
.btn:not(li).outline.blue,
button:not([aria-controls^='slick-slide']):not(.slick-arrow).outline.blue,
input[type="submit"].outline.blue,
input[type="button"].outline.blue {
  border-color: #1a3864;
}
.btn:not(li).outline.navy:hover,
button:not([aria-controls^='slick-slide']):not(.slick-arrow).outline.navy:hover,
input[type="submit"].outline.navy:hover,
input[type="button"].outline.navy:hover,
.btn:not(li).outline.blue:hover,
button:not([aria-controls^='slick-slide']):not(.slick-arrow).outline.blue:hover,
input[type="submit"].outline.blue:hover,
input[type="button"].outline.blue:hover {
  border-color: #1a3864 !important;
  background: #1a3864;
  color: #fff !important;
}
.btn:not(li).outline.orange,
button:not([aria-controls^='slick-slide']):not(.slick-arrow).outline.orange,
input[type="submit"].outline.orange,
input[type="button"].outline.orange {
  color: #cc5f31 !important;
  border-color: #cc5f31;
}
.btn:not(li).outline.orange:hover,
button:not([aria-controls^='slick-slide']):not(.slick-arrow).outline.orange:hover,
input[type="submit"].outline.orange:hover,
input[type="button"].outline.orange:hover {
  border-color: #cc5f31 !important;
  background: #cc5f31;
  color: #fff !important;
}
#footerbar .btn:not(li),
#footerbar button:not([aria-controls^='slick-slide']):not(.slick-arrow),
#footerbar input[type="submit"],
#footerbar input[type="button"] {
  border-color: #fff;
}
#footerbar .btn:not(li):hover,
#footerbar button:not([aria-controls^='slick-slide']):not(.slick-arrow):hover,
#footerbar input[type="submit"]:hover,
#footerbar input[type="button"]:hover {
  color: #cc5f31 !important;
  background: #fff;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
}
#primary ul.page-numbers a:hover,
#primary ul.page-numbers span.current {
  background: #cc5f31;
}
#primary ul.page-numbers a.next:hover,
#primary ul.page-numbers a.prev:hover {
  color: #cc5f31;
}
.main-navigation ul.nav-menu {
  padding-left: 0;
}
.main-navigation ul.nav-menu > li > a,
.main-navigation ul.nav-menu > li > span.no_link {
  color: #cc5f31;
  font-family: 'montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: 0.83rem;
}
.main-navigation ul.nav-menu > li.button a {
  border-radius: 1.5rem;
  border: none !important;
  box-shadow: none;
  text-shadow: none;
  padding: 0.5rem 1.5rem;
  font-family: 'usual', Helvetica, Arial, sans-serif;
  font-style: normal;
  filter: none !important;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  background: #cc5f31;
  color: #fff !important;
}
.main-navigation ul.nav-menu > li.button a:hover {
  color: #fff;
  background: #1a3864;
}
.main-navigation ul.nav-menu li.menu-parent-item > a:before,
.main-navigation ul.nav-menu li.menu-parent-item > span.no_link:before,
.main-navigation ul.nav-menu li.menu-parent-item > a:after,
.main-navigation ul.nav-menu li.menu-parent-item > span.no_link:after {
  opacity: 0.5;
}
.main-navigation ul.nav-menu > .menu-item:hover > a,
.main-navigation ul.nav-menu > .current-menu-item > a,
.main-navigation ul.nav-menu > .current_page_item > a,
.main-navigation ul.nav-menu > .current-page-ancestor > a,
.main-navigation ul.nav-menu > .current_page_parent > a,
.main-navigation ul.nav-menu > .menu-item:hover > span.no_link,
.main-navigation ul.nav-menu > .current-menu-item > span.no_link,
.main-navigation ul.nav-menu > .current_page_item > span.no_link,
.main-navigation ul.nav-menu > .current-page-ancestor > span.no_link,
.main-navigation ul.nav-menu > .current_page_parent > span.no_link {
  color: #1a3864;
}
.main-navigation ul.nav-menu > .menu-item:hover.button a,
.main-navigation ul.nav-menu > .current-menu-item.button a,
.main-navigation ul.nav-menu > .current_page_item.button a,
.main-navigation ul.nav-menu > .current-page-ancestor.button a,
.main-navigation ul.nav-menu > .current_page_parent.button a {
  background: #c7c7c4;
}
.main-navigation ul.nav-menu ul a,
.main-navigation ul.nav-menu ul span.no_link {
  color: #4e4d4a !important;
}
.main-navigation ul.nav-menu ul li:hover > a,
.main-navigation ul.nav-menu ul li.current-menu-item > a,
.main-navigation ul.nav-menu ul li.current_page_item > a,
.main-navigation ul.nav-menu ul li.current-page-ancestor > a,
.main-navigation ul.nav-menu ul li.current_page_parent > a,
.main-navigation ul.nav-menu ul li:hover > span.no_link,
.main-navigation ul.nav-menu ul li.current-menu-item > span.no_link,
.main-navigation ul.nav-menu ul li.current_page_item > span.no_link,
.main-navigation ul.nav-menu ul li.current-page-ancestor > span.no_link,
.main-navigation ul.nav-menu ul li.current_page_parent > span.no_link {
  color: #1a3864 !important;
  background: #f2f2f2;
}
body.overlay_header .main-navigation ul.nav-menu {
  /*
	& > .current-menu-item,
	& > .current_page_item,
	& > .current-page-ancestor,
	& > .current_page_parent,
	*/
}
body.overlay_header .main-navigation ul.nav-menu > li > a,
body.overlay_header .main-navigation ul.nav-menu > li > span.no_link {
  color: #fff;
}
body.overlay_header .main-navigation ul.nav-menu > .menu-item:hover > a,
body.overlay_header .main-navigation ul.nav-menu > .menu-item:hover > span.no_link {
  color: #cc5f31;
}
a.social [class^='icon-'],
a.social [class*=' icon-'] {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9375rem;
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.59375rem;
  background: #4e4d4a;
  border-radius: 50%;
  text-align: center;
  margin: 0 0.25rem;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a.social [class^='icon-'].icon-twitter,
a.social [class*=' icon-'].icon-twitter {
  background: #000000;
  font-size: 0.7875rem;
}
a.social:hover [class^='icon-'],
a.social:hover [class*=' icon-'] {
  background: #fff !important;
}
/* Homepage
================================================== */
#home_intro h2 {
  text-transform: none;
  letter-spacing: normal;
  font-weight: 500;
}
.narrow {
  margin: 0 auto;
  width: 85%;
  max-width: calc(1280px * 0.85);
}
.blurb {
  background: url(/wp-content/uploads/2021/04/testimonial_bg-scaled.jpg);
  background-size: cover;
  background-position: center center;
  text-align: center;
  color: #fff;
  padding: 7rem 0 5rem;
}
.blurb p {
  font-size: 2rem;
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
  max-width: calc(1280px - 10rem);
}
.blurb footer {
  padding-top: 3rem;
}
.blurb footer p {
  color: #cc5f31;
  font-size: 1.17rem;
  font-family: 'montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
.blurb footer span.title {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-family: 'usual', Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  text-transform: none;
  padding-top: 0.5rem;
}
#associations .wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
  padding: 0 0 7rem;
}
#associations .wrap h3 {
  color: #cc5f31;
  font-size: 1.17rem;
  text-align: center;
  margin-bottom: 3rem;
}
#practice_areas_wrapper {
  background-size: 100% auto!important;
  background-position: bottom center!important;
}
#practice_areas .widget,
#practice_areas .panel-widget-style {
  min-height: 22rem;
  height: 100%;
  position: relative;
}
#practice_areas .panel-widget-style {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  text-align: center;
}
#practice_areas .panel-widget-style > * {
  position: relative;
  z-index: 2;
}
#practice_areas .panel-widget-style::before,
#practice_areas .panel-widget-style::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#practice_areas .panel-widget-style::before {
  background-image: -webkit-linear-gradient(-135deg, #cc5f31, #1a3864);
  background-image: -moz-linear-gradient(-135deg, #cc5f31, #1a3864);
  background-image: -ms-linear-gradient(-135deg, #cc5f31, #1a3864);
  background-image: -o-linear-gradient(-135deg, #cc5f31, #1a3864);
  background-image: linear-gradient(225deg, #cc5f31, #1a3864);
  opacity: 0.75;
}
#practice_areas .panel-widget-style::after {
  background: #1a3864;
  opacity: 0;
}
#practice_areas h3 {
  font-size: 1.3rem;
  padding: 0;
  margin: 0;
  letter-spacing: normal;
}
#practice_areas h3 + p {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 0;
}
#practice_areas h3 + p::before {
  content: '';
  display: block;
  width: 70%;
  height: 2px;
  margin: 1rem auto;
  background: #cc5f31;
}
#practice_areas p {
  margin-bottom: 0;
}
#practice_areas a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#practice_areas .panel-widget-style:hover::before {
  opacity: 0.5;
}
#practice_areas .panel-widget-style:hover::after {
  opacity: 0.6;
}
#practice_areas .panel-widget-style:hover h3 + p {
  opacity: 1;
  max-height: 22rem;
}
.floating_boxes .widget_sow-editor {
  padding: 5rem 0;
  background: #1a3864;
  position: relative;
  z-index: 1;
}
.floating_boxes .widget_sow-editor p {
  color: #fff;
}
.floating_boxes .widget_sow-editor h2 {
  color: #fff;
}
.floating_boxes .widget_sow-editor > * {
  position: relative;
}
.floating_boxes .panel-grid-cell .widget_sow-editor::before {
  content: '';
  position: absolute;
  top: 0;
  width: 50vw;
  height: 100%;
  background: #1a3864;
}
.floating_boxes .panel-grid-cell:first-child .widget_sow-editor {
  padding-right: 5rem;
}
.floating_boxes .panel-grid-cell:first-child .widget_sow-editor::before {
  right: -25px;
}
.floating_boxes .panel-grid-cell:last-child .widget_sow-editor {
  padding-left: 5rem;
}
.floating_boxes .panel-grid-cell:last-child .widget_sow-editor::before {
  left: -25px;
}
.floating_boxes .widget_sow-image {
  position: relative;
  z-index: 2;
}
.floating_boxes .widget_sow-image img {
  width: calc(50vw + 50px + 3.25rem) !important;
  max-width: calc(50vw + 50px + 3.25rem);
}
.floating_boxes .panel-grid-cell:first-child .widget_sow-image .sow-image-container {
  justify-content: flex-end;
}
.floating_boxes .panel-grid-cell:first-child .widget_sow-image {
  right: -3.25rem;
}
.floating_boxes .panel-grid-cell:last-child .widget_sow-image {
  left: -3.25rem;
}
#home_banner h1 {
  text-shadow: 0.08em 0.08em 0.2em rgba(0, 0, 0, 0.5);
}
#home_banner h1 span.sub {
  text-shadow: 0 0.05em 0.21em rgba(0, 0, 0, 0.5);
}
#home_banner .narrow {
  width: 75%;
  max-width: calc(1280px * 0.75);
}
#home_testimonials {
  position: relative;
  z-index: 9;
}
#home_testimonials::before {
  content: '';
  background: url(/wp-content/uploads/2021/06/quote.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  position: absolute;
  top: -3rem;
  left: -1rem;
  width: 30rem;
  height: 25rem;
}
blockquote footer,
blockquote cite {
  color: #1a3864;
}
blockquote footer span,
blockquote cite span {
  color: #4e4d4a;
}
p.intro,
.intro p {
  color: #1a3864;
  font-size: 1.67rem;
  margin-bottom: 1.5rem;
}
.pagewidth,
.contact_section {
  margin: 0 auto;
  width: 75%;
  max-width: calc(1280px * 0.75);
}
body.has_related_attorneys .contact_section {
  width: 100%;
  max-width: 100%;
}
#primary .related_attorneys .attorney_card {
  background: none;
  box-shadow: none;
}
#primary .related_attorneys .attorney_card .attorney_info {
  margin-bottom: 0;
  padding: 0.5rem 0 0;
}
#primary .related_attorneys .attorney_card .attorney_thumb {
  border-width: 0;
}
#primary .related_attorneys .attorney_card span.email,
#primary .related_attorneys .attorney_card span.phone {
  display: none !important;
}
#primary .related_attorneys .attorney_card a.readmore {
  box-shadow: none;
  background: #edebe7;
}
#primary .related_attorneys > div {
  margin: 0 -0.65rem 4rem;
}
#primary .related_attorneys > div.carousel {
  margin: 0 -1rem 4rem;
}
/* Blog Posts
================================================== */
.archive #primary article,
.blog #primary article,
.attorney_card {
  background: #fff;
  padding: 0 2rem 2rem;
  margin-bottom: 2rem;
  position: relative;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.archive #primary article .date,
.blog #primary article .date,
.attorney_card .date {
  color: #cc5f31;
}
.archive #primary article h3,
.blog #primary article h3,
.attorney_card h3 {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  text-transform: none;
  letter-spacing: normal;
  color: #1a3864;
}
.archive #primary article h3 a,
.blog #primary article h3 a,
.attorney_card h3 a {
  color: #1a3864;
}
.archive #primary article a.readmore,
.blog #primary article a.readmore,
.attorney_card a.readmore {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 150%;
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
  opacity: 0;
  box-shadow: none;
  z-index: 9;
}
.archive #primary article a.readmore:hover,
.blog #primary article a.readmore:hover,
.attorney_card a.readmore:hover {
  opacity: 0.25;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.archive #primary article p.thumb,
.blog #primary article p.thumb,
.attorney_card p.thumb {
  margin: 0 -2rem 1.5rem;
  padding-top: calc((1.19 * (100% + 4rem)));
  position: relative;
}
.archive #primary article p.thumb img,
.blog #primary article p.thumb img,
.attorney_card p.thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.archive #primary article p.thumb span.placeholder,
.blog #primary article p.thumb span.placeholder,
.attorney_card p.thumb span.placeholder {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 3.5rem;
  opacity: 0.15;
  overflow: hidden;
  word-break: break-word;
  line-height: 1;
  font-weight: bold;
  padding: 0 0 0 0.5rem;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.archive #primary article p.thumb:after,
.blog #primary article p.thumb:after,
.attorney_card p.thumb:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a3864;
  opacity: 0;
  z-index: 3;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.archive #primary article:hover p.thumb:after,
.blog #primary article:hover p.thumb:after,
.attorney_card:hover p.thumb:after {
  opacity: 0.6;
}
.archive #primary article:hover p.thumb span.placeholder,
.blog #primary article:hover p.thumb span.placeholder,
.attorney_card:hover p.thumb span.placeholder {
  background: #c7c7c4;
}
/* Theme Layout
================================================== */
a {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.admin-bar #headercontainer.sticky,
body.admin-bar.overlay_header #headercontainer {
  top: 32px;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.overlay_header #headercontainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
#headercontainer {
  width: 100%;
  text-align: right;
}
#headercontainer.sticky {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}
#headercontainer.sticky * {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#headercontainer.sticky.smaller {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  position: fixed;
}
#headercontainer.sticky.smaller #logo {
  max-height: 80px;
}
#headercontainer.sticky.smaller header {
  padding: 0.5rem 0;
}
#headercontainer.sticky.smaller #headerbar {
  padding: 0.25rem;
}
#headercontainer.sticky.smaller #inner_header {
  margin-bottom: 0.5rem;
}
#headercontainer.sticky.smaller #headerbar,
#headercontainer.sticky.smaller #inner_header {
  display: none;
}
body.include_bar #headercontainer.sticky.smaller #headerbar,
body.include_inner #headercontainer.sticky.smaller #inner_header {
  display: block;
}
#headercontainer header {
  padding: 1rem 0!important;
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#headercontainer header .site-title {
  text-align: left;
}
#headercontainer header .site-title a {
  display: block;
}
#headercontainer header .site-title h1 {
  line-height: 0;
  padding: 0;
  margin: 0;
}
#headercontainer header .nav-wrap {
  text-align: right;
}
#logo {
  max-width: 30rem;
  width: auto;
  display: block;
}
#headerbar {
  text-align: right;
  padding: 0.5rem 0;
}
#headerbar p {
  margin-bottom: 0;
}
#headerbar .wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
}
#headerbar ul,
#headerbar ol {
  margin: 0;
  padding: 0;
}
#headerbar ul li,
#headerbar ol li {
  display: inline-block;
  list-style: none;
  margin-left: 0.5rem;
}
#inner_header {
  overflow: hidden;
  margin-bottom: 1rem;
}
#inner_header p {
  margin-bottom: 0;
}
#bannercontainer {
  background-size: cover;
  background-position: center center;
  position: relative;
}
#bannercontainer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a3864;
  opacity: 0.85;
}
#bannercontainer #headercontainer {
  position: relative;
}
#bannercontainer .banner {
  position: relative;
  padding: 4rem 0;
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
}
#bannercontainer .banner * {
  margin: 0;
}
#bannercontainer .banner:not(.attorney_banner) {
  text-align: center;
}
#bannercontainer .banner.attorney_banner {
  padding: 2rem 0 0;
  display: flex;
  align-items: center;
}
#bannercontainer .banner.attorney_banner > div {
  flex-grow: 1;
}
#bannercontainer .banner.attorney_banner img {
  max-width: calc(35% + 5rem);
  margin: 0 -1rem 0 -2rem;
}
#bannercontainer .banner.attorney_banner h1 {
  font-size: 2.28rem;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
#bannercontainer .banner.attorney_banner h2 {
  font-size: 0.76rem;
  padding-top: 0;
  margin-bottom: 1.5rem;
  color: #cc5f31;
}
#bannercontainer .banner.attorney_banner .attorney_contact {
  color: #fff;
  font-size: 1rem;
}
#bannercontainer .banner.attorney_banner .attorney_contact > div {
  width: auto;
}
#bannercontainer .banner.attorney_banner .attorney_contact > div:first-child {
  max-width: calc(50% - 2rem);
  margin-right: 2rem;
}
#bannercontainer .banner.attorney_banner .attorney_contact > div:last-child {
  min-width: 50%;
}
#bannercontainer .banner.attorney_banner .attorney_contact span,
#bannercontainer .banner.attorney_banner .attorney_contact div.address {
  display: block;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.75;
}
#bannercontainer .banner.attorney_banner .attorney_contact span:before,
#bannercontainer .banner.attorney_banner .attorney_contact div.address:before {
  color: #cc5f31;
  position: absolute;
  top: 0.4rem;
  left: 0;
  font-family: "mpc_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#bannercontainer .banner.attorney_banner .attorney_contact span.phone:before {
  content: '\e805';
}
#bannercontainer .banner.attorney_banner .attorney_contact span.email:before {
  content: '\e807';
}
#bannercontainer .banner.attorney_banner .attorney_contact div.address:before {
  content: '\e806';
}
#bannercontainer .banner.attorney_banner .attorney_contact span em {
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  display: inline-block;
}
body.page-id-34 #bannercontainer {
  background-position: center bottom;
}
body.attorney-template-default #bannercontainer::before {
  display: none;
}
#maincontentcontainer {
  overflow: hidden;
}
body.single-attorney #maincontentcontainer {
  overflow: visible;
  position: relative;
  z-index: 9;
}
#primary .attorney_card {
  padding: 0 !important;
}
#primary .attorney_card h2 {
  color: #cc5f31;
  text-transform: none;
  font-size: 1.25rem;
}
#primary .attorney_card h3 {
  color: #1a3864;
  font-size: 1rem !important;
  ext-transform: uppercase !important;
}
#primary .attorney_card h2,
#primary .attorney_card h3 {
  padding: 0;
  margin: 0 !important;
}
#primary .attorney_card .attorney_info {
  padding: 0.5rem 1rem 1rem;
}
#primary .attorney_card .attorney_thumb {
  border: 0.75rem solid #fff;
  background-color: #1a3864;
  background-image: url('/wp-content/uploads/2021/09/thumbnail_bg_new4.jpg');
  background-size: cover;
  background-position: center bottom;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
#primary .attorney_card .attorney_thumb img {
  min-width: 100%;
  max-height: 90%;
  max-width: unset;
  width: auto;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
#primary .attorney_card .attorney_thumb.placeholder img {
  width: 100%;
}
#primary .attorney_card h2 + span,
#primary .attorney_card h3 + span {
  margin-top: 0.5rem;
}
#primary .attorney_card span.phone,
#primary .attorney_card span.email {
  display: block;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.75;
}
#primary .attorney_card span.phone em,
#primary .attorney_card span.email em {
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  display: inline-block;
}
#primary .attorney_card span.phone:before,
#primary .attorney_card span.email:before {
  color: #cc5f31;
  position: absolute;
  top: 0.4rem;
  left: 0;
  font-family: "mpc_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#primary .attorney_card span.phone:before {
  content: '\e805';
}
#primary .attorney_card span.email:before {
  content: '\e807';
}
#primary {
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
}
#primary .paging-navigation ul li:before {
  display: none;
}
#primary form li:before {
  display: none;
}
#primary .attorney:not(.attorney_card) {
  display: flex;
  align-items: flex-start;
}
#primary .attorney:not(.attorney_card) .info {
  width: 35%;
  margin-right: 3rem;
  margin-top: -7rem;
  background: #fff;
  padding: 2rem;
  border-top: 1rem solid #cc5f31;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.12);
}
#primary .attorney:not(.attorney_card) .info + article {
  width: calc(70% - 3rem);
}
#primary .attorney:not(.attorney_card) .info h3 {
  color: #cc5f31;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 1rem;
  padding-top: 0;
}
#primary .attorney:not(.attorney_card) .info ul {
  padding-left: 0.75rem;
  margin-bottom: 1rem;
}
#primary .attorney:not(.attorney_card) .info ul:last-child {
  margin-bottom: 0;
}
#primary .attorney:not(.attorney_card) .info ul li {
  font-size: 0.76rem;
  margin-bottom: 0.5rem;
}
#primary .attorney:not(.attorney_card) .info ul li:before {
  left: -0.75rem;
  top: -2px;
}
#primary .attorney:not(.attorney_card) .info a {
  color: #1a3864;
}
#primary .attorney:not(.attorney_card) .info a:hover {
  color: #cc5f31;
}
#nav-below {
  flex-basis: 100%;
}
.post-navigation.nav-single {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-navigation.nav-single > div {
  max-width: 50%;
}
/*
body.page-id-44 {
	#maincontentcontainer {
		position: relative;
		z-index: 20;
		overflow: visible;
		margin-bottom: -2.5vw;
		background: none;
		//.rellax .sow-image-container { margin-bottom: -5.1vw; }
		& > * { position: relative; }
		&::before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: ~"calc(100% - 2.5vw)";
			background: #fff;
		}
	}
}
*/
#footerbar {
  position: relative;
  z-index: 9;
}
#footerbar h2,
#footerbar h2 span.sub {
  color: #fff;
}
#footerbar h3 {
  font-size: 1.17rem;
  padding-top: 0;
  color: #cc5f31;
}
#footerbar .wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4rem 0 0;
}
#footerbar.subpage_footerbar h2 {
  padding-top: 0;
  margin-top: -0.25rem;
}
#footerbar.subpage_footerbar p {
  padding-left: 1.75rem;
  position: relative;
  line-height: 1.75;
}
#footerbar.subpage_footerbar p:before {
  content: '\e806';
  position: absolute;
  top: 0.4rem;
  left: 0;
  font-family: "mpc_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#footerbar.home_contact_footerbar h2 {
  letter-spacing: normal;
  text-transform: none;
}
#footerbar.home_contact_footerbar .widget:first-child {
  width: calc(60% - 2rem);
}
#footerbar.home_contact_footerbar .widget:last-child {
  width: calc(40% - 2rem);
  background: #fff;
  position: relative;
  top: -7rem;
  border-top: 1rem solid #cc5f31;
  color: #4e4d4a;
  margin: 0 1rem;
  padding: 2rem;
}
#footerbar.home_contact_footerbar .widget:last-child p {
  padding-left: 1.75rem;
  position: relative;
}
#footerbar.home_contact_footerbar .widget:last-child p:before {
  content: '\e806';
  font-size: 1.1em;
  color: #cc5f31;
  position: absolute;
  top: 0.3rem;
  left: 0;
  font-family: "mpc_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#footerbar.home_contact_footerbar .gform_footer {
  padding-top: 0.5rem;
}
#footercontainer {
  overflow: hidden;
}
#footercontainer footer {
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
}
#footercontainer h3 {
  padding-top: 0;
}
#footercontainer .site-footer {
  padding: 4rem 0 1rem;
}
#footercontainer .site-footer p:last-child {
  margin-bottom: 0;
}
#footercontainer .site-footer h3,
#footercontainer .site-footer .widget_nav_menu ul.menu > li > a {
  font-family: 'montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 1.0rem;
}
#footercontainer .site-footer .widget-area img,
#footercontainer .site-footer .widget-area svg {
  max-width: 80% !important;
  margin: 0 auto 2.0rem;
}
#footercontainer .site-footer .widget_nav_menu ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footercontainer .site-footer .widget_nav_menu ul.menu ul {
  padding: 0;
  margin: 0 0 0 0.75rem;
}
#footercontainer .site-footer .widget_nav_menu ul.menu ul li {
  list-style-type: none;
  position: relative;
}
#footercontainer .site-footer .widget_nav_menu ul.menu ul li:last-child {
  margin-bottom: 0;
}
#footercontainer .site-footer .widget_nav_menu ul.menu ul li:before {
  content: '- ';
  position: absolute;
  top: -2px;
  line-height: 1.5em;
  left: -0.75rem;
  opacity: 0.25;
}
#footercontainer .site-footer .widget_nav_menu ul.menu ul li a {
  opacity: 0.5;
}
#footercontainer .site-footer .widget_nav_menu ul.menu ul li a:hover {
  opacity: 1;
}
.smallprint {
  text-align: center;
  overflow: hidden;
  padding: 1rem 0;
}
.smallprint p {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.smallprint .wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
}
.smallprint .widget-area ul {
  margin-bottom: 1rem;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.smallprint .widget-area ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  white-space: normal;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-right: 0.75rem;
  margin-right: 0.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.smallprint .widget-area ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.smallprint .widget-area ul li ul {
  display: none;
}
.smallprint .widget-area ul li a,
.smallprint .widget-area ul li span.no_link {
  padding: 0 !important;
  border: none !important;
  font-size: inherit !important;
  background: none !important;
}
.smallprint .widget-area ul li a:hover,
.smallprint .widget-area ul li span.no_link:hover {
  background: none !important;
}
.smallprint .widget-area ul > .menu-item:hover > a,
.smallprint .widget-area ul > .current-menu-item > a,
.smallprint .widget-area ul > .current_page_item > a,
.smallprint .widget-area ul > .current-page-ancestor > a,
.smallprint .widget-area ul > .current_page_parent > a,
.smallprint .widget-area ul > .menu-item:hover > span.no_link,
.smallprint .widget-area ul > .current-menu-item > span.no_link,
.smallprint .widget-area ul > .current_page_item > span.no_link,
.smallprint .widget-area ul > .current-page-ancestor > span.no_link,
.smallprint .widget-area ul > .current_page_parent > span.no_link {
  color: #1a3864;
}
.archive-description {
  font-style: italic;
  opacity: 0.75;
}
.post-password-form {
  text-align: center;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  max-width: 960px;
  margin: 0 auto 1.5rem;
  padding: 2rem;
}
.post-password-form > *:last-child {
  margin-bottom: 0;
}
*[data-tooltip] {
  position: relative;
  color: #cc5f31;
  padding-bottom: 0.5rem;
  margin-bottom: -0.5rem;
}
*[data-tooltip]:before {
  content: attr(data-tooltip);
  position: absolute;
  top: 100%;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  background: #fff;
  border: 1px solid #cc5f31;
  border-radius: 3px;
  padding: 0.5rem;
  font-size: 1rem;
  box-sizing: border-box;
  z-index: 9;
  font-size: 0.7rem;
  color: #4e4d4a;
  white-space: pre-line;
  font-style: normal;
  display: none;
  text-align: left;
}
*[data-tooltip]:after {
  content: '';
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: calc(100% - 0.25rem);
  left: 50%;
  margin-left: -0.5rem;
  transform: rotate(45deg);
  background: #cc5f31;
  font-size: 0.8rem;
  display: none;
}
*[data-tooltip]:hover {
  color: #1a3864;
}
*[data-tooltip]:hover:before,
*[data-tooltip]:hover:after {
  display: block;
}
/* Dropdown Menu
================================================== */
ul span.menu_description {
  display: none;
}
.main-navigation ul.nav-menu {
  display: flex;
  /*
	& > li > ul > li:first-child {
		&:before {
			content: '';
			display: block;
			position: absolute;
			top: -0.25rem;
			right: 0.5rem;
			width: 1rem;
			height: 1rem;
			background: #f5f5f5;
			margin: 1px;
			z-index: -1;
			.rotate(45deg);
			opacity: 0;
			.fadeOnHover();
		}
		&:hover:before { opacity: 1; }
	}
	*/
}
.main-navigation ul.nav-menu a,
.main-navigation ul.nav-menu span.no_link {
  display: block;
}
.main-navigation ul.nav-menu > li {
  list-style: none;
  padding: 0 0 0.75rem 1rem;
}
.main-navigation ul.nav-menu li {
  position: relative;
  list-style: none;
}
.main-navigation ul.nav-menu li:hover > ul {
  display: block;
}
.main-navigation ul.nav-menu li.menu-parent-item > a:after,
.main-navigation ul.nav-menu li.menu-parent-item > span.no_link:after {
  /* arrows on the top level drop down */
  font-weight: normal;
  font-style: normal;
  speak: none;
  vertical-align: top;
  font-size: 0.9rem;
  padding-left: 2px;
  position: relative;
  top: -4px;
  content: " \0025BE";
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main-navigation ul.nav-menu li li.menu-parent-item > a:after,
.main-navigation ul.nav-menu li li.menu-parent-item > span.no_link:after {
  display: none;
}
.main-navigation ul.nav-menu li li.menu-parent-item > a:before,
.main-navigation ul.nav-menu li li.menu-parent-item > span.no_link:before {
  /* arrows on the sub-menu */
  font-weight: normal;
  font-style: normal;
  speak: none;
  vertical-align: middle;
  padding-left: 4px;
  position: relative;
  top: 0;
  content: " \0025B8";
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0.5;
}
.main-navigation ul.nav-menu ul {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 99999;
  padding: 0;
  font-size: 0.9rem;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  width: 15rem;
  background: #fff;
  text-align: left;
  padding: 0 0.75rem 0.75rem;
}
.main-navigation ul.nav-menu ul li {
  background: #fff;
  z-index: 10;
}
.main-navigation ul.nav-menu ul li:first-child {
  border-radius: 5px 5px 0 0;
  padding-top: 0.75rem;
}
.main-navigation ul.nav-menu ul li a,
.main-navigation ul.nav-menu ul li span.no_link {
  padding: calc(0.5rem - 5px ) calc(1rem - 5px );
  border-radius: 3px;
  line-height: normal;
  position: relative;
  z-index: 999;
}
.main-navigation ul.nav-menu ul ul {
  padding: 0.75rem 0 0.75rem 0.75rem;
  right: 100%;
  top: -1px;
}
.main-navigation ul.nav-menu ul ul li {
  padding: 0 0.75rem 0 0 !important;
}
.main-navigation ul.nav-menu ul ul ul {
  top: calc( -1px -  0.75rem );
}
.main-navigation ul.nav-menu > li:last-child ul ul {
  left: auto;
  right: 100%;
}
.main-navigation ul.nav-menu > li > ul:before,
.main-navigation ul.nav-menu > li > ul:after {
  content: '';
  display: block;
  position: absolute;
  top: -0.25rem;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-navigation ul.nav-menu > li > ul:before {
  border: 1px solid #e0e0e0;
}
.main-navigation ul.nav-menu > li > ul:after {
  margin: 1px;
}
.main-navigation ul.nav-menu > li > ul ul:before,
.main-navigation ul.nav-menu > li > ul ul:after {
  content: '';
  display: block;
  position: absolute;
  right: -0.25rem;
  top: 1rem;
  width: 1rem;
  height: 1rem;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-navigation ul.nav-menu > li > ul ul:before {
  border: 1px solid #e0e0e0;
}
.main-navigation ul.nav-menu > li > ul ul:after {
  margin: 1px;
}
/* Archives
================================================== */
#primary h2.entry-title,
#primary h1.entry-title {
  margin-bottom: 0;
  word-break: break-word;
}
#primary h2.entry-title a,
#primary h1.entry-title a {
  border-bottom: none !important;
}
.header-meta,
.footer-meta {
  padding: 0.25rem 0;
  margin: 0.25rem 0 1.5rem;
  font-size: 0.9rem;
  color: #ccc;
}
.header-meta i.fa,
.footer-meta i.fa {
  margin-right: 0.25rem;
}
.header-meta a:not(.btn),
.footer-meta a:not(.btn) {
  border-bottom: none !important;
}
.header-meta .left,
.footer-meta .left {
  float: left;
}
.header-meta .right,
.footer-meta .right {
  float: right;
}
.header-meta a.btn,
.footer-meta a.btn {
  margin-top: 0;
  font-size: 0.85rem;
  padding: 0.25rem 0.75rem;
}
.header-meta:after,
.footer-meta:after {
  content: '';
  display: block;
  clear: both;
}
.footer-meta {
  clear: both;
}
.footer-meta .left {
  max-width: calc(100% - 115px - 1rem);
}
.footer-meta .left div {
  display: inline;
}
.footer-meta .right {
  min-width: 115px;
  text-align: right;
}
body.archive #primary > div > article,
body.blog #primary > div > article,
body.search #primary > div > article {
  border-bottom: 1px solid #ddd;
  margin-bottom: 3rem;
}
body.archive #primary > div > article p.readmore,
body.blog #primary > div > article p.readmore,
body.search #primary > div > article p.readmore {
  display: none;
}
body.archive #primary > div > article.sticky,
body.blog #primary > div > article.sticky,
body.search #primary > div > article.sticky {
  border: 1px solid #e5e5e5;
  background: #fafafa;
  padding: 0 1.5rem;
}
body.archive #primary > div > article.sticky .featured-post,
body.blog #primary > div > article.sticky .featured-post,
body.search #primary > div > article.sticky .featured-post {
  text-align: center;
  color: #fff;
  font-family: 'montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  padding: 0.25rem;
  margin: -1px calc(-1.5rem - 1px) 0;
}
#primary ul.page-numbers {
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#primary ul.page-numbers li {
  margin: 0 0.125rem;
}
#primary ul.page-numbers li:first-child span.current {
  margin-left: 5.25rem;
}
#primary ul.page-numbers li a,
#primary ul.page-numbers li span {
  display: inline-block;
  border-bottom: none !important;
  background: #cfcfcf;
  color: #fff;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.125rem;
  padding: 0.25rem;
  border-radius: 2px;
}
#primary ul.page-numbers li a.next,
#primary ul.page-numbers li a.prev {
  background: none !important;
  color: rgba(78, 77, 74, 0.75);
  width: 5rem;
}
#primary ul.page-numbers li a.prev {
  text-align: right;
}
#primary ul.page-numbers li a.next {
  text-align: left;
}
/* Author Bio
================================================== */
#primary footer.entry-meta .author-info {
  font-size: 0;
  white-space: nowrap;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  margin: 0 auto 1.5rem;
  padding: 1.5rem;
  position: relative;
}
#primary footer.entry-meta .author-description,
#primary footer.entry-meta .author-avatar {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  white-space: normal;
  vertical-align: top;
}
#primary footer.entry-meta .author-description {
  width: calc(100% - 96px - 1.5rem);
  margin: 0;
}
#primary footer.entry-meta .author-description h3 {
  padding-top: 0;
  margin-bottom: 0.5rem;
}
#primary footer.entry-meta .author-description p {
  text-align: justify;
}
#primary footer.entry-meta .author-avatar {
  width: calc(96px + 1.5rem);
}
#primary footer.entry-meta .author-avatar img {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.75);
  border-radius: 500px;
}
#primary footer.entry-meta .author-link {
  text-align: right;
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
}
#primary footer.entry-meta .author-link a {
  border-bottom: none;
}
#primary footer.entry-meta .social-meta {
  text-align: right;
  margin-bottom: 0;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}
#primary footer.entry-meta .social-meta a {
  border-bottom: none;
}
#primary footer.entry-meta .social-meta a [class^='icon-'],
#primary footer.entry-meta .social-meta a [class*=' icon-'] {
  font-size: 1.5rem;
}
#primary footer.entry-meta .social-meta a [class^='icon-'].icon-twitter,
#primary footer.entry-meta .social-meta a [class*=' icon-'].icon-twitter {
  color: #000000;
}
#primary footer.entry-meta .social-meta a [class^='icon-'].icon-facebook,
#primary footer.entry-meta .social-meta a [class*=' icon-'].icon-facebook {
  color: #425f96;
}
#primary footer.entry-meta .social-meta a:hover [class^='icon-'],
#primary footer.entry-meta .social-meta a:hover [class*=' icon-'] {
  color: #4e4d4a !important;
}
/* Sidebars
================================================== */
#primary[class*='_sidebar_'] {
  font-size: 0;
  white-space: nowrap;
}
#primary[class*='_sidebar_'] > div.col {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  white-space: normal;
  vertical-align: top;
}
#primary[class*='_sidebar_'] > div.col:first-child {
  padding-right: 0.75rem;
}
#primary[class*='_sidebar_'] > div.col:last-child {
  padding-left: 0.75rem;
}
#primary[class^='right_sidebar_quarter'] > div.col:first-child,
#primary[class*=' right_sidebar_quarter'] > div.col:first-child {
  width: 75%;
}
#primary[class^='right_sidebar_quarter'] > div.col:last-child,
#primary[class*=' right_sidebar_quarter'] > div.col:last-child {
  width: 25%;
}
#primary[class^='left_sidebar_quarter'] > div.col:first-child,
#primary[class*=' left_sidebar_quarter'] > div.col:first-child {
  width: 25%;
}
#primary[class^='left_sidebar_quarter'] > div.col:last-child,
#primary[class*=' left_sidebar_quarter'] > div.col:last-child {
  width: 75%;
}
#primary[class^='right_sidebar_third'] > div.col:first-child,
#primary[class*=' right_sidebar_third'] > div.col:first-child {
  width: calc(200% / 3);
}
#primary[class^='right_sidebar_third'] > div.col:last-child,
#primary[class*=' right_sidebar_third'] > div.col:last-child {
  width: calc(100% / 3);
}
#primary[class^='left_sidebar_third'] > div.col:first-child,
#primary[class*=' left_sidebar_third'] > div.col:first-child {
  width: calc(100% / 3);
}
#primary[class^='left_sidebar_third'] > div.col:last-child,
#primary[class*=' left_sidebar_third'] > div.col:last-child {
  width: calc(200% / 3);
}
/* Animations
================================================== */
.animate {
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.animate.play {
  opacity: 1;
}
.animate.play.flash {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -ms-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
.animate.play.bounceIn {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -ms-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -ms-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
/* Parallax 
================================================== */
.parallax_foreground {
  position: relative;
}
.parallax_foreground > * {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center center;
}
.parallax_foreground.right_align > * {
  left: auto;
  right: 0;
}
.parallax_background {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center!important;
}
.mobile_browser .parallax_background {
  background-attachment: scroll;
  background-position: center center!important;
}
@media screen and (max-width: 767px) {
  .parallax_foreground > * {
    position: static;
  }
  .parallax_foreground img {
    max-width: 100% !important;
    max-height: 100px;
    width: auto;
    display: block;
    margin: 0 auto;
  }
}
/* Video Background 
================================================== */
.tubular-shield {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.tubular-container {
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.tubular-player {
  position: absolute;
}
.tubular-inner-wrapper {
  position: relative;
  z-index: 3;
}
/* ==========================================================================
   Import mobile styles at the end
   ========================================================================== */
/*
// Retina tiled bg fix
// (size set unrealistically high to apply to all retina devices)
.retina(20000,{
	#footerbar { background-size: 50%; }
});
*/
@media screen and (max-width: 1100px) {
  .main-navigation ul.nav-menu > li > a,
  .main-navigation ul.nav-menu > li > span.no_link {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1015px) {
  #logo {
    max-width: 27rem;
  }
}
@media screen and (max-width: 960px) {
  .main-navigation ul.nav-menu li.menu-parent-item > a:after,
  .main-navigation ul.nav-menu li.menu-parent-item > span.no_link:after {
    display: none;
  }
  #logo {
    max-width: 25rem;
  }
}
@media screen and (max-width: 915px) {
  #logo {
    max-width: 23rem;
  }
  .main-navigation ul.nav-menu > li {
    padding: 0 0 0.75rem 0.75rem;
  }
}
@media screen and (max-width: 860px) {
  #logo {
    max-width: 21rem;
  }
  .main-navigation ul.nav-menu > li > a,
  .main-navigation ul.nav-menu > li > span.no_link {
    font-size: 0.83rem;
  }
  #bannercontainer .banner.attorney_banner h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 790px) {
  #logo {
    max-width: 20rem;
  }
  .main-navigation ul.nav-menu > li {
    padding: 0 0 0.75rem 0.65rem;
  }
}
/* ==========================================================================
   Phones
   ========================================================================== */
.mobile_only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #wpadminbar {
    display: none;
  }
  html[lang] {
    margin-top: 0 !important;
  }
  #headerbar,
  .mobile_hide {
    display: none !important;
  }
  .mobile_only {
    display: block !important;
  }
  #headercontainer header {
    width: 100%;
  }
  #headercontainer header .site-title {
    text-align: center;
    top: 0;
    padding-left: 1rem;
  }
  #headercontainer header .site-title:after {
    display: none;
  }
  #headercontainer header #inner_header {
    display: none;
  }
  #headercontainer header #logo {
    max-height: 3rem;
    max-width: calc(100% - 5rem);
  }
  #headercontainer {
    min-height: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .gallery_wrap:not(.masonry) {
    width: calc(100% + 1rem) !important;
    margin: 0 -0.5rem;
    overflow: hidden;
  }
  .gallery_wrap:not(.masonry) .gallery .gallery-item {
    padding: 0;
    float: none;
    margin: 0 0.5rem 1rem;
  }
  .gallery_wrap:not(.masonry) .gallery.gallery-columns-4 > .gallery-item,
  .gallery_wrap:not(.masonry) .gallery.gallery-columns-5 > .gallery-item,
  .gallery_wrap:not(.masonry) .gallery.gallery-columns-6 > .gallery-item,
  .gallery_wrap:not(.masonry) .gallery.gallery-columns-7 > .gallery-item,
  .gallery_wrap:not(.masonry) .gallery.gallery-columns-8 > .gallery-item,
  .gallery_wrap:not(.masonry) .gallery.gallery-columns-9 > .gallery-item {
    width: calc(100% / 3 - 1rem);
  }
  div[class^="cols"] {
    display: block;
  }
  div[class^="cols"] > * {
    margin: 1rem auto!important;
    width: calc(100% - 2rem) !important;
  }
  body .gform_wrapper .gf_left_half {
    padding-right: 0 !important;
  }
  body .gform_wrapper .gf_right_half {
    padding-left: 0 !important;
  }
  body .gform_wrapper .money .ginput_container:before {
    padding: 5px 4px;
    line-height: 2rem;
    min-height: 2rem;
  }
  body .gform_wrapper .has_country select,
  body .gform_wrapper .ginput_container_name span:not(:first-child) {
    margin-top: 16px;
  }
  body .gform_wrapper .ginput_container_address span {
    margin-bottom: 0 !important;
  }
  .main-navigation ul.nav-menu > li.button a {
    letter-spacing: normal;
    background: none !important;
  }
  .animate {
    opacity: 1 !important;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  .attorney_banner {
    flex-direction: column-reverse;
  }
  .attorney_banner .attorney_contact {
    padding-bottom: 1.5rem;
  }
  .attorney_banner .attorney_contact > div {
    width: 50%;
  }
  #bannercontainer .banner.attorney_banner img {
    max-width: 75%;
    margin: 0;
  }
  #bannercontainer .banner.attorney_banner h1 {
    font-size: 1.7rem;
  }
  #bannercontainer .banner.attorney_banner h2 {
    margin-bottom: 0.5rem;
    letter-spacing: 0.1em;
  }
  #primary .attorney:not(.attorney_card) {
    display: block !important;
  }
  #primary .attorney .info {
    margin: -6rem 0 2rem;
  }
  #primary .attorney .info,
  #primary .attorney .info + article {
    width: 100% !important;
  }
  .editor_tinymce #primary {
    padding: 4rem 0 0.5rem;
  }
  #bannercontainer .banner.attorney_banner > div,
  #bannercontainer .banner.attorney_banner .attorney_contact > div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #bannercontainer .banner.attorney_banner .attorney_contact {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #bannercontainer .banner.attorney_banner .attorney_contact > div:first-child {
    max-width: 100%;
    margin-right: 0;
  }
  .blurb {
    padding: 4rem 0 3rem;
  }
  .blurb p {
    font-size: 1.25rem;
  }
  .blurb footer {
    padding-top: 1.5rem;
  }
  .blurb footer p {
    font-size: 1rem;
  }
  .blurb footer span.title {
    font-size: 0.83rem;
    padding-top: 0;
  }
  #footerbar {
    padding-bottom: 1rem;
  }
  #footerbar .cols_2 {
    flex-direction: column-reverse;
  }
  #footerbar .cols_2 .widget {
    width: 100% !important;
    margin: 0;
  }
  #footerbar .cols_2 .widget:last-child {
    margin: -6rem 0 1rem;
    top: 0;
  }
  h2 {
    font-size: 2rem;
  }
  #home_intro h2 {
    font-size: 1.5rem;
  }
  #home_intro h2 span.sub {
    font-size: 1.7rem;
  }
  #home_banner h1 {
    font-size: 2.5rem;
    padding-top: 2rem;
  }
  #home_banner h1 span.sub {
    line-height: 0.75;
    margin-bottom: 0.75rem;
  }
  .rellax {
    transform: none !important;
  }
  .floating_boxes .widget_sow-image img {
    width: 100vw !important;
    max-width: 100vw !important;
  }
  #primary .floating_boxes .panel-grid-cell .widget_sow-image {
    left: 0;
    right: 0;
  }
  .floating_boxes {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .floating_boxes .widget_sow-editor {
    padding: 1.5rem 2.5rem!important;
  }
  blockquote {
    font-size: 1.5rem;
  }
  blockquote p {
    line-height: 1.25;
  }
  #home_testimonials .narrow {
    width: 100%;
  }
  #home_testimonials::before {
    width: 45vw;
    height: 40vw;
    top: 1.5rem;
    left: 0.5rem;
  }
  #home_testimonials {
    padding: 4rem 0!important;
  }
  #practice_areas .panel-widget-style::before {
    opacity: 0.5;
  }
  #practice_areas .panel-widget-style::after {
    opacity: 0.6;
  }
  #practice_areas .panel-widget-style h3 + p {
    opacity: 1;
    max-height: 100%;
  }
  #practice_areas .slick-dots {
    display: none !important;
  }
  body:not(.home) #practice_areas .panel-grid-cell {
    margin-bottom: 1rem;
  }
  #footerbar.subpage_footerbar {
    text-align: center;
  }
  #footerbar.subpage_footerbar p {
    padding-left: 0;
  }
  #footerbar.subpage_footerbar p:before {
    display: none;
  }
  #bannercontainer .banner.attorney_banner .attorney_contact span em {
    position: absolute;
  }
}
/* ==========================================================================
   Mobile Menu
   ========================================================================== */
.toggle {
  display: none;
  height: 0;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .main-navigation ul.nav-menu {
    display: block;
  }
  body.admin-bar.overlay_header #headercontainer {
    top: 0;
  }
  #site-navigation {
    background: #cc5f31;
    z-index: 99999;
    pointer-events: all;
    min-width: 75vw;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    overflow: hidden;
    box-shadow: none;
    text-align: left;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  #site-navigation.open {
    right: 0;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15), 0 0 3px rgba(0, 0, 0, 0.15);
  }
  #site-navigation div.menu-main-menu-container {
    position: relative;
    height: 100%;
    padding-top: 0;
  }
  #site-navigation ul {
    width: 100%;
    padding: calc(3rem + 2rem) 0 0 !important;
    margin: 0 !important;
  }
  #site-navigation ul li {
    width: 100%;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    overflow: hidden;
    padding: 0;
    background: none;
    border-radius: 0;
    position: static;
  }
  #site-navigation ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  #site-navigation ul li.open > ul {
    left: 0;
    z-index: 999;
  }
  #site-navigation ul li.open > ul > li.parent {
    background: #ce4c15;
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #site-navigation ul li.open > ul > li.parent > a,
  #site-navigation ul li.open > ul > li.parent > span.no_link {
    max-width: 80%;
    min-width: 55%;
  }
  #site-navigation ul li.open > ul > li.parent:before {
    content: '\f107';
    font-family: "mpc_icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    color: #ffffff;
    transform: rotate(90deg);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
  }
  #site-navigation ul li.menu-item-has-children {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  #site-navigation ul li.menu-item-has-children > a,
  #site-navigation ul li.menu-item-has-children > span.no_link {
    max-width: 80%;
    min-width: 55%;
  }
  #site-navigation ul li.menu-item-has-children > a:before,
  #site-navigation ul li.menu-item-has-children > span.no_link:before {
    display: none !important;
  }
  #site-navigation ul li.menu-item-has-children:before {
    content: '\f107';
    font-family: "mpc_icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    color: #ffffff;
    transform: rotate(270deg);
    position: static;
    opacity: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
  }
  #site-navigation ul li a,
  #site-navigation ul li span.no_link {
    color: #ffffff !important;
    font-family: 'usual', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.25rem !important;
    text-transform: none;
    padding: 8px 16px;
    border-radius: 0;
    background: none;
  }
  #site-navigation ul li a:after,
  #site-navigation ul li span.no_link:after {
    display: none;
  }
  #site-navigation ul li ul {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    border: none;
    background: #cc5f31 !important;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  #site-navigation ul li ul:before,
  #site-navigation ul li ul:after {
    display: none;
  }
  #menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  #menu-overlay.open {
    background: rgba(0, 0, 0, 0.25);
    pointer-events: all;
  }
  body.menu-open {
    overflow: hidden;
  }
  .toggle {
    cursor: pointer;
    z-index: 12399994;
    color: rgba(255, 255, 255, 0);
    background: #cc5f31;
    padding: 8px 16px;
    text-transform: uppercase;
    height: auto;
    display: block;
    transition: all .3s ease;
    position: fixed;
    top: calc((3rem - 0.75rem) / 2);
    right: 1rem;
    border-radius: 4px;
    box-sizing: border-box;
    width: 2.75rem;
    height: 2.75rem;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.25);
  }
  .toggle span {
    position: absolute;
    right: 1.15rem;
    top: calc(50% + 1px);
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  .toggle:after,
  .toggle:before {
    right: 9px;
  }
  .toggle:after {
    position: absolute;
    top: 18px;
    display: block;
    height: 5px;
    width: 20px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    content: '';
    transition: all .3s ease;
  }
  .toggle:before {
    transition: all .3s ease;
    position: absolute;
    top: 11px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ffffff;
    content: '';
  }
  .toggle.open {
    color: #ffffff;
    overflow: visible;
  }
  .toggle.open:before,
  .toggle.open:after {
    top: 18px;
    width: 19px;
    background: #ffffff;
  }
  .toggle.open:after {
    border: 0;
    height: 2px;
    transform: rotate(45deg);
  }
  .toggle.open:before {
    transform: rotate(-45deg);
  }
  .toggle.open span {
    pointer-events: all;
  }
}
/* ==========================================================================
   Related-attorneys carousel fallback
   The ">4 attorneys" layout uses class="carousel", which relies on the slick
   slider JS to constrain each card's width. On pages where slick is not
   initialized the cards would otherwise render full-width (oversized images),
   so lay them out as a responsive grid. Scoped to :not(.slick-initialized) so
   it never conflicts if a real slick carousel is ever initialized.
   ========================================================================== */
#primary .related_attorneys .carousel:not(.slick-initialized) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin: 0 0 4rem;
}
#primary .related_attorneys .carousel:not(.slick-initialized) > .attorney_card {
  width: calc(25% - 1.5rem);
}
@media (max-width: 980px) {
  #primary .related_attorneys .carousel:not(.slick-initialized) > .attorney_card {
    width: calc((100% / 3) - 1.5rem);
  }
}
@media (max-width: 680px) {
  #primary .related_attorneys .carousel:not(.slick-initialized) > .attorney_card {
    width: calc(50% - 1.5rem);
  }
}
@media (max-width: 440px) {
  #primary .related_attorneys .carousel:not(.slick-initialized) > .attorney_card {
    width: 100%;
  }
}
