@charset "UTF-8";
/*!
Theme Name: BNS Firm
Theme URI: http://underscores.me/
Author: Zócalo Design
Author URI: https://www.zocalodesign.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bnsfirm
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.

BNS Firm 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
--------------------------------------------------------------*/
/*********************
BREAKPOINTS
*********************/
.flexy {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  position: relative;
  padding: 0 0 3em; }
  @media (min-width: 35em) {
    .flexy {
      -webkit-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
@media (min-width: 35em) {
  .left-flex {
    -webkit-flex: 0 1 510px;
            flex: 0 1 510px;
    margin-right: 4em; }
  .right-flex {
    -webkit-flex: 0 1 460px;
            flex: 0 1 460px; } }

.wp-block-column {
  -webkit-flex: 1;
          flex: 1;
  margin-bottom: 1em;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word; }

@media (min-width: 786px) {
  .wp-block-column {
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    -webkit-flex-grow: 0;
            flex-grow: 0; } }

@media (min-width: 600px) {
  .wp-block-column:nth-child(odd) {
    margin-right: 12px; }
  .wp-block-column:nth-child(even) {
    margin-left: 12px; }
  .wp-block-column:not(:first-child) {
    margin-left: 12px; }
  .wp-block-column:not(:last-child) {
    margin-right: 12px; } }

/*--------------------------------------------------------------
# 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 */
  -webkit-text-decoration: underline dotted;
          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; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 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: #666666;
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: roboto-slab, serif;
  font-weight: 400; }

h1.page-title {
  color: #003e6e;
  text-align: center;
  font-size: 30px;
  letter-spacing: .5px; }

h1.entry-title {
  margin-bottom: 0;
  color: #003e6e;
  font-size: 30px;
  letter-spacing: .5px; }

h2.location {
  font-size: 30px;
  letter-spacing: .5px;
  color: #003e6e;
  margin-bottom: .35em; }

h3 {
  margin-bottom: 0;
  color: #003e6e;
  letter-spacing: .5px; }

p {
  margin-bottom: 1.5em;
  margin-top: 0; }

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

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%; }

i.ss-icon {
  color: #b28a1d; }

/*--------------------------------------------------------------
# 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; }

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 .5em;
  padding-left: 1.5em; }

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%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, .button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #003e6e;
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .7em; }
  button:hover, .button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #00213b; }
  button:active, button:focus, .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: #00213b; }

.is-style-outline {
  border-color: #003e6e; }
  .is-style-outline a.wp-block-button__link {
    color: #003e6e; }
    .is-style-outline a.wp-block-button__link:hover {
      color: #00213b; }

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; }
  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%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #003e6e;
  text-decoration: none;
  transition: .4s; }
  a:visited {
    color: #003e6e; }
  a:hover, a:focus, a:active {
    color: #00213b; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: inline-block;
  float: right;
  position: relative;
  top: 50px;
  font-family: benton-sans, sans-serif; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .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; }
  .main-navigation li {
    float: left;
    position: relative; }
    .main-navigation li:hover > a, .main-navigation li.focus > a {
      color: #b28a1d;
      transition: .5s; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    letter-spacing: 1.55px;
    text-transform: uppercase;
    padding: 1em;
    color: #fff;
    transition: .5s; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    color: #b28a1d; }

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/* Responsive Menu */
#responsive-menu-container #responsive-menu-title {
  padding: 16.1px 5% !important; }

a.responsive-menu-item-link {
  text-transform: uppercase;
  letter-spacing: .75px; }

/* In Page Menu */
ul.contentmenu {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.contentmenu li {
    padding: 1em 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: benton-sans, sans-serif;
    font-weight: 400;
    position: relative; }
    @media (min-width: 35em) {
      ul.contentmenu li {
        display: inline-block;
        padding: 0 1em; } }
    @media (min-width: 35em) {
      ul.contentmenu li:after {
        content: '';
        background: #000;
        width: 1px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0; }
      ul.contentmenu li:first-of-type {
        padding-left: 0; }
      ul.contentmenu li:last-of-type:after {
        display: none; } }
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
    -webkit-clip-path: none;
            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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.max-headwidth {
  margin: auto;
  position: relative;
  max-width: 1430px;
  padding: 1.307em 2em;
  box-sizing: content-box; }

div#mainbar {
  min-height: 76px; }

body.admin-bar header#masthead {
  top: 46px; }
  @media (min-width: 50em) {
    body.admin-bar header#masthead {
      top: 32px; } }
header#masthead {
  width: 100%;
  top: 0;
  z-index: 9999;
  background-color: #003e6e;
  background-image: url("images/dark-matter.png");
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: fixed; }

a.custom-logo-link {
  display: inline-block; }

img.custom-logo {
  width: 275px;
  vertical-align: middle;
  padding: 5px 0 5px 0; }
  @media (min-width: 50em) {
    img.custom-logo {
      width: 275px;
      padding: 10px 0 0; } }
  @media (min-width: 65em) {
    img.custom-logo {
      width: 275px;
      padding: 5px 0; } }
.site-branding {
  position: relative;
  display: inline-block;
  margin: .7em 0; }
  @media (min-width: 50em) {
    .site-branding {
      vertical-align: middle; } }
  @media (min-width: 35em) {
    .site-branding {
      margin: .7em 0; } }
.site-title {
  display: none; }

@media (min-width: 78em) {
  /* Styles */
  .max-headwidth, div#mainbar {
    text-align: left; } }

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

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

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

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

.site-content {
  min-height: 80vh;
  position: relative;
  background: #fff;
  margin: 146px auto 0; }

.content-area {
  max-width: 1355px;
  margin: auto;
  padding: 2em; }

body.page-id-21 .content-area, body.page-id-205 .content-area {
  max-width: 1095px; }

body.page-template-default #content .post-thumbnail {
  overflow: hidden; }

.post-thumbnail img {
  width: 100%;
  display: block; }

body.home .site-content {
  min-height: auto; }

body.home div#primary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  max-width: none; }

body.home h1.entry-title {
  color: #fff;
  margin: 1em;
  font-family: benton-sans, sans-serif;
  font-weight: 200; }

body.home img.grayscale.wp-post-image {
  min-height: 63vh;
  height: auto;
  max-width: none;
  width: auto; }
  @media (min-width: 78em) {
    body.home img.grayscale.wp-post-image {
      width: 100%; } }
body.home .post-thumbnail {
  overflow: hidden; }

.is-style-outline .wp-block-button__link {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-family: benton-sans, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  border-width: 1px;
  padding: 10px 14px; }

/* Contact Page */
body.page-id-23 #primary {
  max-width: 1500px; }
  body.page-id-23 #primary header.entry-header {
    display: none; }

.map {
  padding: 5px 5px 0;
  border: 1px solid #003e6e; }

p.at-title {
  margin: 1.8em 0 0;
  font-weight: 600; }

p.at-names {
  margin: .25em 0;
  font-family: roboto-slab, serif;
  line-height: 28px; }

p.at-contact {
  font-family: benton-sans, sans-serif;
  font-weight: 400; }

p.topspace {
  margin-top: 1em; }

@media (min-width: 35em) {
  .wp-block-columns.rightbar .wp-block-column:first-of-type:after {
    content: '';
    width: 1px;
    height: 132px;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 21px;
    right: -18px; } }

.wp-block-column {
  position: relative; }

@media (min-width: 35em) {
  .wp-block-columns.has-2-columns.rightbar .wp-block-column:first-of-type {
    margin-right: 18px; }
  .wp-block-columns.has-2-columns.rightbar .wp-block-column:last-of-type {
    margin-left: 17px; } }

@media (max-width: 37.5em) {
  body.page-id-23 .wp-block-column p {
    text-align: center !important; } }

/* Ken Burns */
body.page-template-default #content .post-thumbnail {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  body.page-template-default #content .post-thumbnail img {
    width: 100%;
    animation: move 90s ease;
    /* Add infinite to loop. */
    -ms-animation: move 90s ease;
    -webkit-animation: move 90s ease;
    -o-animation: move 90s ease;
    -moz-animation: move 90s ease;
    position: relative; }

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    -o-transform: scale(1);
    /* Opera */
    -moz-transform: scale(1);
    /* Firefox */ }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -o-transform: scale(1.2);
    /* Opera */
    -moz-transform: scale(1.2);
    /* Firefox */ } }

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Attorneys
--------------------------------------------------------------*/
header.page-header {
  -webkit-flex: 100%;
          flex: 100%;
  margin-bottom: 2em; }

body.post-type-archive-attorneys main#main {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center; }
  @media (min-width: 75.62em) {
    body.post-type-archive-attorneys main#main {
      -webkit-justify-content: space-between;
              justify-content: space-between; } }
body.post-type-archive-attorneys .site-content {
  background: #f1f0ee; }

body.post-type-archive-attorneys article.attorneys {
  background: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-flex: 0 1 615px;
          flex: 0 1 615px;
  margin-bottom: 3em;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
  position: relative;
  opacity: 0; }
  body.post-type-archive-attorneys article.attorneys:hover {
    box-shadow: -5px -5px 20px rgba(0, 0, 0, 0.25);
    transition: .5s; }
  body.post-type-archive-attorneys article.attorneys.att1 {
    -webkit-animation-delay: .5s;
            animation-delay: .5s; }
  body.post-type-archive-attorneys article.attorneys.att2 {
    -webkit-animation-delay: .85s;
            animation-delay: .85s; }
  body.post-type-archive-attorneys article.attorneys.att3 {
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }
  body.post-type-archive-attorneys article.attorneys.att4 {
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s; }
  body.post-type-archive-attorneys article.attorneys.att5 {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s; }
  body.post-type-archive-attorneys article.attorneys .teampic {
    width: 100%; }
    @media (min-width: 35em) {
      body.post-type-archive-attorneys article.attorneys .teampic {
        -webkit-flex: 0 1 210px;
                flex: 0 1 210px;
        height: 100%; } }
    body.post-type-archive-attorneys article.attorneys .teampic img {
      -o-object-fit: cover;
         object-fit: cover;
      display: block;
      width: 100%; }
  body.post-type-archive-attorneys article.attorneys .teamtext {
    -webkit-flex: 1 1 300px;
            flex: 1 1 300px;
    padding: 1.25em; }
    body.post-type-archive-attorneys article.attorneys .teamtext p {
      letter-spacing: .15px;
      margin: .75em 0; }
      body.post-type-archive-attorneys article.attorneys .teamtext p.job-title {
        margin: 0;
        color: #3a3a3a;
        text-transform: uppercase;
        font-size: 14px; }
    body.post-type-archive-attorneys article.attorneys .teamtext a {
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: .75px;
      display: inline-block; }
    body.post-type-archive-attorneys article.attorneys .teamtext h2.entry-title {
      margin: 0;
      line-height: 1em; }
      body.post-type-archive-attorneys article.attorneys .teamtext h2.entry-title a {
        color: #003e6e;
        text-transform: capitalize;
        font-size: 24px;
        line-height: 24px;
        font-weight: 400; }
  body.post-type-archive-attorneys article.attorneys a.at-box {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute; }

/* Single Attorneys Pages */
body.single-attorneys {
  /* div#rep-experience {
    max-height: 700px;
    overflow: hidden;
    transition: 1s;

    &.open {
    max-height: 3000px;
}
} */
  /* a#view-more-ex {
    position: absolute;
    bottom: 0;
    left: 0;
} */ }
  body.single-attorneys h1.entry-title {
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.25); }
  body.single-attorneys span.job-title {
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: roboto, sans-serif;
    font-weight: 600; }
  body.single-attorneys .content-area {
    max-width: none;
    margin: auto;
    padding: 0; }
    body.single-attorneys .content-area .entry-content {
      margin-top: 1em; }
  body.single-attorneys main#main, body.single-attorneys div#top-content-container {
    max-width: 1130px;
    margin: auto;
    padding: 2em; }
  body.single-attorneys div.top-div {
    display: none; }
    @media (min-width: 35em) {
      body.single-attorneys div.top-div {
        display: block; } }
  body.single-attorneys .layoutdiv {
    position: absolute;
    width: 100%;
    bottom: 0; }
  body.single-attorneys .about-text {
    font-size: 20px; }
  body.single-attorneys .top-contact-container {
    margin: 0 0 1em; }
  body.single-attorneys .top-div {
    width: 100%;
    height: 510px;
    background-position: center;
    background-size: cover;
    color: #fff;
    position: relative; }
    body.single-attorneys .top-div a {
      margin: 0 .2em 0 0;
      font-size: 13px;
      font-family: benton-sans, sans-serif;
      font-weight: 600;
      -webkit-font-smoothing: antialiased;
      text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.25);
      background: rgba(255, 255, 255, 0.5);
      padding: 4px 12px 3px; }
      body.single-attorneys .top-div a span.ss-icon {
        margin-right: .25em;
        position: relative;
        top: 1px; }
  body.single-attorneys .about-text {
    max-width: 680px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.25); }
  body.single-attorneys .attorney-container h3 {
    margin: 0;
    color: #003e6e;
    letter-spacing: .5px; }
  body.single-attorneys .attorney-container p.cattitle {
    font-weight: 600;
    margin-bottom: 0;
    color: #171715;
    font-size: 14px;
    margin-top: 1em; }
  body.single-attorneys .attorney-container .shortbio {
    font-size: 14px; }
  body.single-attorneys div#rep-experience {
    margin-bottom: 2em; }

a.readmore {
  color: #b28a1d;
  white-space: nowrap; }
  a.readmore:hover {
    color: #705712; }
  a.readmore span.ss-icon {
    top: 3px;
    position: relative; }

.more {
  margin: 1em 0; }

.background-experience-list .shortbio p {
  line-height: 2em;
  margin-top: .5em; }

div#singleatt-container {
  margin-bottom: 2em; }
  @media (min-width: 35em) {
    div#singleatt-container {
      display: none; } }
  div#singleatt-container .post-thumbnail {
    margin: 0 0 1.5em; }
  div#singleatt-container h1.entry-title {
    color: #3a3a3a;
    line-height: 1.2em;
    margin-bottom: .75em; }
  div#singleatt-container .top-contact-container a {
    display: block;
    margin: 1em 0; }
    div#singleatt-container .top-contact-container a span.ss-icon {
      color: #b28a1d;
      margin-right: .25em; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn; }

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
          animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
          animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
          animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
          animation-duration: 3s; }

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
            animation: unset !important;
    transition: none !important; } }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
div#footer-widget-container {
  -webkit-flex: 1 1 1100px;
          flex: 1 1 1100px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  font-family: benton-sans, sans-serif; }
  div#footer-widget-container .widget {
    -webkit-flex: 0 1 175px;
            flex: 0 1 175px;
    padding: 0 1.5em;
    position: relative; }
    @media (min-width: 50em) {
      div#footer-widget-container .widget:after {
        content: '';
        width: 1px;
        background: #8a8a8a;
        height: 100%;
        position: absolute;
        top: 0px;
        left: -23px; }
      div#footer-widget-container .widget:first-of-type:after, div#footer-widget-container .widget:nth-of-type(2):after {
        display: none; }
      div#footer-widget-container .widget:first-of-type {
        padding: 0; } }
footer#colophon {
  font-size: 14px;
  letter-spacing: .75px;
  padding: 3em 2em;
  background-color: #3a3a3a;
  background-image: url("images/dark-matter.png"); }
  footer#colophon p {
    font-size: 14px;
    line-height: 19px;
    color: #8a8a8a;
    margin: 0; }
  footer#colophon a {
    color: #fff; }
    footer#colophon a:hover {
      color: #b3b3b3; }
    footer#colophon a#zdid {
      color: #8a8a8a; }
      footer#colophon a#zdid:hover {
        color: #d7d7d7; }
  footer#colophon .inner-footer {
    max-width: 1390px;
    margin: auto;
    position: relative;
    box-sizing: content-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (min-width: 50em) {
      footer#colophon .inner-footer {
        padding: 2em; } }
  footer#colophon h2.widget-title {
    color: #8a8a8a;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .75px;
    text-transform: uppercase;
    position: relative;
    margin: 0; }
    footer#colophon h2.widget-title:before {
      content: 'location';
      margin: 0 2px 0 0;
      font-family: "SSPika";
      color: #b28a1d;
      position: absolute;
      left: -20px; }
  footer#colophon .site-info {
    -webkit-flex: 1 1 290px;
            flex: 1 1 290px;
    font-family: benton-sans, sans-serif; }
    footer#colophon .site-info p {
      font-size: 11px; }
      @media (min-width: 50em) {
        footer#colophon .site-info p {
          text-align: right; } }
/*--------------------------------------------------------------
# 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; }

/*--------------------------------------------------------------
# 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; }

.border img {
  border: 1px solid #003e6e;
  padding: 5px; }

@media (max-width: 37.5em) {
  .wp-block-image .alignright {
    float: none;
    margin-left: 0; } }

@-webkit-keyframes greyscale-fade-in {
  0% {
    -webkit-filter: grayscale(100%); }
  100% {
    -webkit-filter: grayscale(0%); } }

@keyframes greyscale-fade-in {
  0% {
    -webkit-filter: grayscale(100%); }
  100% {
    -webkit-filter: grayscale(0%); } }

.grayscale {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-animation: greyscale-fade-in 3s ease-in forwards;
          animation: greyscale-fade-in 3s ease-in forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

@keyframes fadein {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

body.home .fadein {
  -webkit-animation: 6s ease 0s normal forwards 1 fadein;
  animation: 6s ease 0s normal forwards 1 fadein; }

body.home .delayfadein {
  -webkit-animation: 7s ease 0s normal forwards 1 fadein;
  animation: 7s ease 0s normal forwards 1 fadein; }

/*.hide {
	opacity: 0;
}*/
/*--------------------------------------------------------------
## 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; }
/*# sourceMappingURL=style.css.map */