/*
Theme Name: CHW LLP
Theme URI: http://cutiheckerwang.com/
Author: Diana Thompson
Author URI: http://likethegoddess.com/
Description: Custom WordPress theme for Cuti Hecker Wang LLP
Version: 2.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chwllp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

chwllp is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* 1580px; */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * 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;
  height: 0;
  overflow: visible; }

/**
 * 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;
  font-size: 1em; }

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

/**
 * 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;
  font-size: 1em; }

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * 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;
  padding: 0; }

/**
 * 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;
  outline-offset: -2px; }

/**
 * 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;
  font: inherit; }

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #414042;
  background-color: #f3f4f4;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

body.home {
  background-color: #fff; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  color: #496982;
  clear: both; }

h1 {
  font-size: 58px;
  font-size: 3.625rem;
  line-height: 1;
  color: #4A5771; }

h2 {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1;
  margin: 1.5em 0 0; }

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.16667; }

.page-title,
.page .entry-title {
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  font-stretch: expanded;
  margin-bottom: 90px; }

p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  /* (17,24) */
  margin-bottom: 20px; }

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

blockquote {
  margin: 0 20px; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, q:before {
    content: open-quote; }
  blockquote:after, q:after {
    content: close-quote; }

address {
  margin: 0 0 20px; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  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; }

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

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

big {
  font-size: 125%; }

strong {
  font-weight: 500; }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }

hr {
  background-color: #939497;
  border: 0;
  height: 1px;
  margin-bottom: 12px; }

ul,
ol {
  margin: 0 0 20px -20px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  margin-bottom: 10px; }

li > ul,
li > ol {
  list-style: circle;
  margin: 10px 0 0; }

dt {
  font-weight: 700; }

dd {
  margin: 0 20px 20px; }

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

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 13.33333px 0; }

table {
  margin: 0 0 20px;
  width: 100%; }

/* Links
--------------------------------------------- */
a {
  color: #4A5771; }
  a:visited {
    color: #4A5771; }
  a:hover, a:focus, a:active {
    color: #4A5771; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  border-radius: 0;
  outline: none;
  outline-style: none; }
  button:active, button:hover, button:focus,
  input[type="button"]:active,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    border-radius: 0; }
  button:focus,
  input[type="button"]:focus,
  input[type="reset"]:focus,
  input[type="submit"]:focus {
    outline: auto;
    outline-style: solid; }

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

form {
  margin: 40px 0; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.site-header {
  color: #fff; }
  .site-header.mobile {
    display: block;
    padding: 20px 0 10px;
    background-color: #636466; }
    @media only screen and (min-width: 1250px) {
      .site-header.mobile {
        display: none; } }
  .site-header.desktop {
    display: none; }
    @media only screen and (min-width: 1250px) {
      .site-header.desktop {
        display: block; } }
  .site-header img {
    display: block;
    width: 100%;
    max-width: 530px;
    height: auto;
    margin: 0 auto;
    padding: 0 30px; }
    @media only screen and (min-width: 600px) {
      .site-header img {
        margin: 0 auto; } }

@media only screen and (min-width: 1250px) {
  .site-branding {
    border-top: 1px solid #939497;
    margin-top: 10px;
    padding-top: 65px; } }

.home .site-branding {
  padding: 0; }
  @media only screen and (min-width: 1250px) {
    .home .site-branding {
      padding-top: 65px; } }

.single-attorney_bio .site-branding {
  background-color: #636466; }
  @media only screen and (min-width: 1250px) {
    .single-attorney_bio .site-branding {
      background-color: #496982;
      padding-bottom: 100px; } }

.site-branding a {
  display: block; }

@media only screen and (min-width: 1250px) {
  body.home .site-branding {
    padding-top: 60px; } }

body.home .site-branding img {
  max-width: 600px; }

.partner-logo {
  margin: 30px auto 15px; }
  @media only screen and (min-width: 600px) {
    .partner-logo {
      margin-bottom: 30px; } }

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  padding: 15px 50px;
  text-align: center;
  background-color: #636466; }
  @media only screen and (min-width: 1250px) {
    .main-navigation {
      height: 55px;
      padding: 0 20px; } }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0 auto;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      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 {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200	px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    display: block;
    position: relative;
    height: 50px;
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: .5s; }
    .main-navigation li:hover, .main-navigation li.focus {
      color: #fff;
      background-color: #414042;
      transition: .5s; }
    @media only screen and (min-width: 1250px) {
      .main-navigation li {
        display: block;
        float: left; }
        .main-navigation li:last-of-type {
          float: right;
          padding: 0;
          width: 270px;
          background-color: #f3f4f4;
          transition: .5s; }
          .main-navigation li:last-of-type a {
            display: block;
            padding: 9px 15px;
            color: #636466;
            transition: .5s; }
            .main-navigation li:last-of-type a:hover, .main-navigation li:last-of-type a:focus {
              color: #fff;
              background-color: #496982; } }
    @media only screen and (min-width: 1250px) {
      .main-navigation li {
        display: inline-block;
        float: none; }
        .main-navigation li:last-of-type {
          float: none;
          position: absolute;
          right: 0;
          margin: 2px 40px 2px 0; } }
  .main-navigation a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 17px 20px; }

/* Small menu. */
.menu-toggle {
  display: block;
  margin: auto;
  padding: 10px 15px;
  color: #414042;
  background-color: #f3f4f4;
  border: none; }

.main-navigation.toggled ul {
  display: block;
  position: fixed;
  /* top: 67px; */
  left: 0;
  width: 100%;
  margin: 10px 0 0;
  padding: 0 30px 20px;
  color: #e6e6e6;
  background-color: #636466;
  border: 1px solid #636466;
  border-radius: none !important;
  z-index: 10; }
  .main-navigation.toggled ul li {
    margin: 5px 0; }
    .main-navigation.toggled ul li:last-of-type {
      float: none;
      padding: 0;
      width: 270px;
      margin-left: auto;
      margin-right: auto;
      background-color: #f3f4f4;
      transition: .5s; }
      .main-navigation.toggled ul li:last-of-type:hover, .main-navigation.toggled ul li:last-of-type.focus {
        color: #fff !important;
        background-color: #496982; }
      .main-navigation.toggled ul li:last-of-type a {
        display: block;
        color: #636466;
        transition: .5s; }
        .main-navigation.toggled ul li:last-of-type a:last-of-type {
          padding: 9px 15px; }
        .main-navigation.toggled ul li:last-of-type a:hover, .main-navigation.toggled ul li:last-of-type a.focus {
          color: #fff !important; }

@media only screen and (min-width: 1250px) {
  .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; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

/* Also used on front page and Practice Areas page */
#practice-areas-menu {
  max-width: 1200px;
  margin: 0 auto 100px;
  text-align: center; }
  #practice-areas-menu ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
  #practice-areas-menu li {
    display: inline-block;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 auto;
    padding: 16px 30px; }
    #practice-areas-menu li a {
      text-decoration: none; }
      #practice-areas-menu li a:hover, #practice-areas-menu li a:focus {
        text-decoration: underline; }
  body.home #practice-areas-menu {
    margin: 0 auto; }
    body.home #practice-areas-menu a {
      color: #fff; }

#to_top_scrollup {
  opacity: 0.75 !important; }

#to_top_scrollup:hover {
  opacity: 1 !important; }

.to-top {
  margin-bottom: 1.75em; }
  .to-top a {
    display: block;
    float: right;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 3px;
    padding: 10px;
    transition: .5s; }
    .to-top a:hover {
      color: #fff;
      background-color: #727376;
      transition: .5s; }
  .site-footer .to-top {
    margin-bottom: 0; }
    .site-footer .to-top a {
      display: block;
      float: right;
      margin-right: 30px;
      width: 50px;
      height: 50px;
      border-radius: 3px;
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 1;
      color: #fff;
      background-color: #727376;
      transition: .5s; }
      .site-footer .to-top a:hover {
        background-color: #414042;
        transition: .5s; }

/* Posts and pages
--------------------------------------------- */
.site-main {
  max-width: 1350px;
  margin: 0 auto;
  padding: 65px 30px 60px;
  /* Contact form page */ }
  .home .site-main {
    padding: 100px 0 0; }
    @media only screen and (min-width: 900px) {
      .home .site-main {
        padding: 30px 0 10px; } }
  .single-attorney_bio .site-main {
    padding-left: 0;
    padding-right: 0; }
  .page-id-7 .site-main {
    max-width: 1012.5px;
    margin: 0 auto; }

.sticky {
  display: block; }

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

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

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

.single .entry-content,
.single .entry-footer {
  margin: 20px auto 0;
  max-width: 720px; }

.page-links {
  clear: both;
  margin: 0 0 20px; }

.news p {
  padding: 20px 30px 20px 20px;
  color: #4A5771;
  background-color: #fbfbfc;
  border-left: 4px solid #647F99; }

/* Attorney bio archive and single */
.post-type-archive-attorney_bio .preferred-pronoun p,
.single-attorney_bio .preferred-pronoun p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.54167;
  font-weight: 500;
  text-align: center;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 30px; }

/* Attorney archive page */
.post-type-archive-attorney_bio .page-header {
  width: 100%; }

.post-type-archive-attorney_bio .attorneys {
  display: flex;
  flex-direction: column;
  border: solid #a79a9b;
  border-width: 0 1px; }
  @media only screen and (min-width: 600px) {
    .post-type-archive-attorney_bio .attorneys {
      display: flex;
      flex-direction: column;
      align-items: center; } }
  @media only screen and (min-width: 900px) {
    .post-type-archive-attorney_bio .attorneys {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      padding-top: 100px;
      border-width: 1px 0 0; } }

.post-type-archive-attorney_bio .attorney_bio {
  clear: both;
  max-width: 26em;
  margin: 0 auto;
  padding: 0 !important; }
  .post-type-archive-attorney_bio .attorney_bio .entry-header {
    margin-right: 20px; }
  .post-type-archive-attorney_bio .attorney_bio .entry-content {
    margin: 0;
    padding-bottom: 50px;
    text-align: center; }
    @media only screen and (min-width: 600px) {
      .post-type-archive-attorney_bio .attorney_bio .entry-content {
        padding: 25px; } }
    @media only screen and (min-width: 900px) {
      .post-type-archive-attorney_bio .attorney_bio .entry-content {
        padding: 10px; } }
  .post-type-archive-attorney_bio .attorney_bio:nth-of-type(4) .entry-content, .post-type-archive-attorney_bio .attorney_bio:nth-of-type(6) .entry-content, .post-type-archive-attorney_bio .attorney_bio:nth-of-type(8) .entry-content {
    padding-bottom: 100px !important; }
    @media only screen and (min-width: 900px) {
      .post-type-archive-attorney_bio .attorney_bio:nth-of-type(4) .entry-content, .post-type-archive-attorney_bio .attorney_bio:nth-of-type(6) .entry-content, .post-type-archive-attorney_bio .attorney_bio:nth-of-type(8) .entry-content {
        border-left: 1px solid #a79a9b;
        padding-left: 10%;
        margin-left: 5%; } }
    @media only screen and (min-width: 1250px) {
      .post-type-archive-attorney_bio .attorney_bio:nth-of-type(4) .entry-content, .post-type-archive-attorney_bio .attorney_bio:nth-of-type(6) .entry-content, .post-type-archive-attorney_bio .attorney_bio:nth-of-type(8) .entry-content {
        padding-left: 21%;
        margin-left: 12%; } }
  .post-type-archive-attorney_bio .attorney_bio:nth-of-type(5) .entry-content, .post-type-archive-attorney_bio .attorney_bio:nth-of-type(7) .entry-content, .post-type-archive-attorney_bio .attorney_bio:nth-of-type(9) .entry-content {
    padding-bottom: 100px !important; }
    @media only screen and (min-width: 900px) {
      .post-type-archive-attorney_bio .attorney_bio:nth-of-type(5) .entry-content, .post-type-archive-attorney_bio .attorney_bio:nth-of-type(7) .entry-content, .post-type-archive-attorney_bio .attorney_bio:nth-of-type(9) .entry-content {
        border-right: 1px solid #a79a9b;
        padding-right: 10%;
        margin-right: 5%; } }
    @media only screen and (min-width: 1250px) {
      .post-type-archive-attorney_bio .attorney_bio:nth-of-type(5) .entry-content, .post-type-archive-attorney_bio .attorney_bio:nth-of-type(7) .entry-content, .post-type-archive-attorney_bio .attorney_bio:nth-of-type(9) .entry-content {
        padding-right: 21%;
        margin-right: 12%; } }
  @media only screen and (min-width: 600px) {
    .post-type-archive-attorney_bio .attorney_bio {
      flex: 1 0 50%;
      width: 26em; }
      .post-type-archive-attorney_bio .attorney_bio:first-of-type, .post-type-archive-attorney_bio .attorney_bio:nth-of-type(2), .post-type-archive-attorney_bio .attorney_bio:nth-of-type(3) {
        flex: 1 0 33.33%;
        margin-top: 0;
        margin-bottom: 100px;
        padding-top: 0;
        padding-bottom: 0; } }
  @media only screen and (min-width: 900px) {
    .post-type-archive-attorney_bio .attorney_bio {
      align-content: flex-end;
      padding: 0 0 20px;
      width: auto;
      max-width: none; }
      .post-type-archive-attorney_bio .attorney_bio:first-of-type, .post-type-archive-attorney_bio .attorney_bio:nth-of-type(2) {
        border-right: 1px solid #a79a9b; } }

.post-type-archive-attorney_bio figure {
  margin: 0; }

.post-type-archive-attorney_bio figcaption {
  font-family: classico-urw, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.21429;
  color: #496982;
  padding-top: 40px; }
  .post-type-archive-attorney_bio figcaption a {
    text-decoration: none; }
    .post-type-archive-attorney_bio figcaption a:hover, .post-type-archive-attorney_bio figcaption a:focus {
      text-decoration: underline; }

.post-type-archive-attorney_bio .attorney-photo a {
  border: 3px solid transparent; }
  .post-type-archive-attorney_bio .attorney-photo a:focus {
    outline-offset: 3px; }
  .post-type-archive-attorney_bio .attorney-photo a img {
    max-width: 272px;
    border: 3px solid transparent;
    transition: .5s; }
    @media only screen and (min-width: 600px) {
      .post-type-archive-attorney_bio .attorney-photo a img {
        max-width: 230px; } }
    @media only screen and (min-width: 1250px) {
      .post-type-archive-attorney_bio .attorney-photo a img {
        max-width: 272px; } }
    .post-type-archive-attorney_bio .attorney-photo a img:hover {
      border-color: #a79a9b;
      transition: .5s; }

/* Attorney bio single page */
.single-attorney_bio .site-main {
  max-width: none;
  padding-top: 0; }

.single-attorney_bio .attorney_bio .page-header {
  padding: 50px 30px;
  background-color: #496982; }
  @media only screen and (min-width: 900px) {
    .single-attorney_bio .attorney_bio .page-header {
      padding: 50px; } }

.single-attorney_bio .attorney_bio .attorney-bio-header {
  display: flex;
  flex-direction: column;
  max-width: 1350px;
  margin: 0 auto; }
  @media only screen and (min-width: 900px) {
    .single-attorney_bio .attorney_bio .attorney-bio-header {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding-right: 110px; } }
  .single-attorney_bio .attorney_bio .attorney-bio-header h1.entry-title, .single-attorney_bio .attorney_bio .attorney-bio-header p {
    color: #fff; }
  .single-attorney_bio .attorney_bio .attorney-bio-header h1.entry-title {
    margin: 20px 0;
    text-align: center; }
    @media only screen and (min-width: 900px) {
      .single-attorney_bio .attorney_bio .attorney-bio-header h1.entry-title {
        margin: 0 0 10px;
        text-align: left; } }
  .single-attorney_bio .attorney_bio .attorney-bio-header p {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.68182; }
  @media only screen and (min-width: 900px) {
    .single-attorney_bio .attorney_bio .attorney-bio-header .preferred-pronoun p {
      text-align: left !important; } }

.single-attorney_bio .attorney_bio .attorney-headshot {
  margin-bottom: 50px; }
  @media only screen and (min-width: 600px) {
    .single-attorney_bio .attorney_bio .attorney-headshot {
      flex: 1 1 150px; } }
  @media only screen and (min-width: 900px) {
    .single-attorney_bio .attorney_bio .attorney-headshot {
      margin: 10px 40px 20px 0; } }
  @media only screen and (min-width: 1250px) {
    .single-attorney_bio .attorney_bio .attorney-headshot {
      flex: 3 1 600px;
      margin: 10px 85px; } }

.single-attorney_bio .attorney_bio img {
  display: block;
  max-width: 340px;
  margin: 0 auto; }
  @media only screen and (min-width: 900px) {
    .single-attorney_bio .attorney_bio img {
      margin: 0; } }

.single-attorney_bio .attorney_bio .attorney-bio-main {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 30px; }
  @media only screen and (min-width: 900px) {
    .single-attorney_bio .attorney_bio .attorney-bio-main {
      padding: 0 50px; } }
  .single-attorney_bio .attorney_bio .attorney-bio-main h2 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1; }
  .single-attorney_bio .attorney_bio .attorney-bio-main h3 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.32353;
    margin-bottom: 10px; }
  @media only screen and (min-width: 1250px) {
    .single-attorney_bio .attorney_bio .attorney-bio-main {
      display: flex;
      flex-direction: row; } }

.single-attorney_bio .attorney_bio .attorney-contact {
  margin: 50px auto;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 12px;
  border: solid #a79a9b;
  border-width: 1px 0; }
  @media only screen and (min-width: 1250px) {
    .single-attorney_bio .attorney_bio .attorney-contact {
      display: flex;
      justify-content: center; } }
  .single-attorney_bio .attorney_bio .attorney-contact div {
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px; }
  .single-attorney_bio .attorney_bio .attorney-contact a {
    color: #414042;
    text-decoration: none; }
    .single-attorney_bio .attorney_bio .attorney-contact a:hover, .single-attorney_bio .attorney_bio .attorney-contact a:focus {
      text-decoration: underline; }
  @media only screen and (min-width: 600px) {
    .single-attorney_bio .attorney_bio .attorney-contact {
      text-align: center; } }
  .single-attorney_bio .attorney_bio .attorney-contact p {
    margin: 6.66667px 0; }

@media only screen and (min-width: 900px) {
  .single-attorney_bio .attorney_bio .representative-cases {
    flex: 2 1 600px;
    padding: 0 60px; } }

@media only screen and (min-width: 1250px) {
  .single-attorney_bio .attorney_bio .representative-cases {
    border: solid #a79a9b;
    border-width: 0 1px; } }

@media only screen and (min-width: 900px) {
  .single-attorney_bio .attorney_bio .attorney-background {
    flex: 1 1 300px;
    padding: 0 65px; }
    .single-attorney_bio .attorney_bio .attorney-background p {
      margin-bottom: 0; }
    .single-attorney_bio .attorney_bio .attorney-background li {
      margin-bottom: 10px; } }

@media only screen and (min-width: 1250px) {
  .single-attorney_bio .attorney_bio .attorney-background {
    border-left: 1px solid #a79a9b; } }

.preferred-pronoun p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.54167;
  font-weight: 500;
  text-align: center;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 30px; }
  @media only screen and (min-width: 900px) {
    .preferred-pronoun p {
      text-align: left; } }

/* Practice Areas */
.post-type-archive-practice_areas h1.page-title {
  margin-bottom: 40px; }

.post-type-archive-practice_areas .practice_areas {
  padding: 70px 0 35px;
  border-top: 1px solid #a79a9b; }
  @media only screen and (min-width: 1250px) {
    .post-type-archive-practice_areas .practice_areas {
      padding-left: 55px;
      padding-right: 55px; } }
  .post-type-archive-practice_areas .practice_areas h2.entry-title {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 40px; }
  .post-type-archive-practice_areas .practice_areas h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.16667;
    margin: 12px 0 10px; }
  .post-type-archive-practice_areas .practice_areas > p {
    padding: 0 55px; }

.post-type-archive-practice_areas .entry-content > p:last-of-type {
  margin-bottom: 30px; }

.post-type-archive-practice_areas .wp-block-columns {
  margin-bottom: 0; }
  @media (min-width: 600px) and (max-width: 899px) {
    .post-type-archive-practice_areas .wp-block-columns {
      flex-direction: column !important; } }

@media (min-width: 600px) and (max-width: 899px) {
  .post-type-archive-practice_areas .wp-block-column {
    flex-basis: 100% !important;
    flex-shrink: 0 !important;
    margin: 0; } }

.post-type-archive-practice_areas .wp-block-column p {
  margin-top: 0; }

@media only screen and (min-width: 900px) {
  .post-type-archive-practice_areas .wp-block-column:not(:first-child) {
    padding-left: 60px; } }

.post-type-archive-practice_areas .wp-block-column:not(:last-child) {
  padding-right: 60px; }
  @media only screen and (min-width: 900px) {
    .post-type-archive-practice_areas .wp-block-column:not(:last-child) {
      border-right: 1px solid #a79a9b; } }

/* In the Media, Notable Cases */
.post-type-archive-notable_cases .notable_cases {
  padding: 60px 0;
  border-top: 1px solid #a79a9b; }
  .post-type-archive-notable_cases .notable_cases:last-of-type {
    border-bottom: 1px solid #a79a9b; }
  @media only screen and (min-width: 600px) {
    .post-type-archive-notable_cases .notable_cases {
      padding: 60px 20px; } }
  @media only screen and (min-width: 900px) {
    .post-type-archive-notable_cases .notable_cases {
      padding: 40px 0 45px 30px;
      /* 60px 0 65px 30px; */
      display: flex; } }
  @media only screen and (min-width: 900px) {
    .post-type-archive-notable_cases .notable_cases > div:first-of-type {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (min-width: 900px) {
    .post-type-archive-notable_cases .notable_cases > div:first-of-type {
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex: 1 3 1000px;
      padding-left: 0;
      padding-right: 70px;
      border-right: 1px solid #a79a9b; } }
  .post-type-archive-notable_cases .notable_cases h2.entry-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.21429;
    text-align: left;
    margin: 0 0 10px; }
  .post-type-archive-notable_cases .notable_cases .entry-content {
    margin-top: 0; }
  .post-type-archive-notable_cases .notable_cases p {
    margin-top: 0; }

.post-type-archive-notable_cases .entry-footer {
  display: inline-block;
  margin: 0 auto;
  text-align: center; }
  @media only screen and (min-width: 600px) {
    .post-type-archive-notable_cases .entry-footer {
      padding: 10px 20px; } }
  @media only screen and (min-width: 900px) {
    .post-type-archive-notable_cases .entry-footer {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex: 1 0 360px;
      max-width: 360px;
      padding: 40px;
      border-right: 1px solid #a79a9b; } }
  .post-type-archive-notable_cases .entry-footer img {
    float: left;
    max-width: 280px;
    margin: 10px 10px 10px 0; }
    @media only screen and (min-width: 600px) {
      .post-type-archive-notable_cases .entry-footer img {
        margin: 10px; } }
    @media only screen and (min-width: 900px) {
      .post-type-archive-notable_cases .entry-footer img {
        float: none;
        max-width: 400px;
        margin: 10px 20px; } }

/* Contact form page */
.page-id-7 h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.33333;
  font-weight: 500; }

.page-id-7 h3 {
  margin-bottom: 0; }

.page-id-7 p {
  margin-top: 0; }

/* Landing pages */
.single-landing_page .site-main {
  padding-top: 30px !important; }

.single-landing_page .entry-header h1 {
  line-height: 1.25 !important; }

/* 404, and no results on archives */
.not-found {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto; }

/* Front page
--------------------------------------------- */
.home .site-main {
  max-width: none; }

.home #hero {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 120px; }
  @media only screen and (min-width: 900px) {
    .home #hero {
      padding-bottom: 140px; } }
  .home #hero h2 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.376811594202899;
    text-align: center;
    color: #414042;
    max-width: 750px;
    margin: 0 auto; }
    @media only screen and (min-width: 900px) {
      .home #hero h2 {
        font-size: 46px;
        font-size: 2.875rem; } }

.home #practice-areas {
  padding: 90px 30px 85px;
  background-color: #496982;
  color: #fff; }
  @media only screen and (min-width: 1600px) {
    .home #practice-areas {
      padding: 115px 20px 120px; } }
  .home #practice-areas > * {
    color: #fff;
    text-align: center; }
  .home #practice-areas h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.044776119402985;
    margin: 0 0 54px; }
    @media only screen and (min-width: 900px) {
      .home #practice-areas h2 {
        font-size: 48px;
        font-size: 3rem; } }

.home #about {
  padding: 75px 30px 90px;
  text-align: center; }
  @media only screen and (min-width: 900px) {
    .home #about {
      padding: 105px 50px 120px; } }
  .home #about .wp-block-columns {
    max-width: 1350px;
    margin: 0 auto; }
    @media (min-width: 600px) and (max-width: 899px) {
      .home #about .wp-block-columns {
        flex-direction: column !important; } }
  .home #about .wp-block-column:not(:last-child) {
    border-bottom: 1px solid #a79a9b; }
  @media (min-width: 600px) and (max-width: 899px) {
    .home #about .wp-block-column {
      flex-basis: 100%;
      flex-shrink: 0; }
      .home #about .wp-block-column:not(:first-child) {
        margin-left: 0; } }
  @media only screen and (min-width: 900px) {
    .home #about .wp-block-column {
      padding: 0 20px; }
      .home #about .wp-block-column:not(:first-child) {
        margin-left: 0;
        padding-left: 50px;
        border-left: 1px solid #a79a9b; }
      .home #about .wp-block-column:not(:last-child) {
        margin-left: 0;
        padding-right: 50px;
        border-bottom: none; } }
  .home #about h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    margin-top: 30px; }
    @media only screen and (min-width: 900px) {
      .home #about h2 {
        margin-top: 0; } }
  .home #about p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #636466;
    margin-bottom: 30px; }
    @media only screen and (min-width: 900px) {
      .home #about p {
        margin: 10px 0 0; } }

.home #notable-cases {
  padding: 75px 0 115px;
  background-color: #496982; }
  @media only screen and (min-width: 900px) {
    .home #notable-cases {
      padding: 85px 50px 125px; } }
  .home #notable-cases h2 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1.044776119402985;
    text-align: center;
    color: #fff;
    margin: 0 0 54px; }
    @media only screen and (min-width: 900px) {
      .home #notable-cases h2 {
        font-size: 48px;
        font-size: 3rem; } }

.home .cases {
  max-width: 1350px;
  margin: 0 auto; }
  @media only screen and (min-width: 900px) {
    .home .cases {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; } }

.home .notable_cases {
  padding: 10px 30px 40px;
  background-color: #496982;
  -moz-column-break-inside: avoid;
       break-inside: avoid; }
  @media only screen and (min-width: 900px) {
    .home .notable_cases {
      flex: 1 1 400px;
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; } }
  @media only screen and (min-width: 1250px) {
    .home .notable_cases {
      flex: 1 1 500px; } }
  @media only screen and (min-width: 1600px) {
    .home .notable_cases {
      flex: 1 1 600px; } }
  .home .notable_cases .entry-content {
    margin-top: 0; }
  @media only screen and (min-width: 900px) {
    .home .notable_cases .entry-footer {
      height: 132px; } }
  .home .notable_cases * {
    color: #fff; }
  .home .notable_cases h3 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.176470588235294;
    text-align: left;
    border-bottom: 1px solid #fff;
    margin: 0; }
    @media only screen and (min-width: 1600px) {
      .home .notable_cases h3 .wp-block-column:not(:first-child) {
        margin-left: 95px; } }
  .home .notable_cases p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.2;
    margin-top: 16px; }
  .home .notable_cases img {
    width: auto;
    height: 100%;
    max-height: 52px;
    margin: 2px 4px 2px 0;
    border: 10px solid #fff; }

/* Footer
--------------------------------------------- */
.site-footer {
  color: #fff;
  background-color: #636466;
  text-align: center;
  letter-spacing: 2.5px; }
  .site-footer .widget-area {
    max-width: 1350px;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 25px; }
  .site-footer .widget {
    margin-bottom: 0; }
  .site-footer .textwidget {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 13px; }
  .site-footer .widget-content {
    padding-left: 0; }
  .site-footer .wp-block-buttons {
    flex-direction: column;
    align-content: center; }
  .site-footer h2, .site-footer p, .site-footer li, .site-footer a {
    color: #fff; }
  .site-footer a {
    text-decoration: none; }
    .site-footer a:hover {
      text-decoration: underline; }
  .site-footer ul.menu {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 0;
    text-transform: uppercase; }
    .site-footer ul.menu li {
      display: inline-block;
      position: relative;
      margin: 20px 0;
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 3px;
      transition: .5s; }
      .site-footer ul.menu li a {
        padding: 17px 20px; }
        .site-footer ul.menu li a:hover {
          text-decoration: none;
          transition: .5s; }
        .site-footer ul.menu li a:hover, .site-footer ul.menu li a:focus {
          color: #fff;
          background-color: #414042;
          transition: .5s; }
  .site-footer .wp-block-button {
    margin-bottom: 45px; }
  .site-footer .wp-block-button__link {
    display: block;
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: 400;
    color: #636466;
    background-color: #fff;
    border-radius: 0; }
    .site-footer .wp-block-button__link a:focus {
      text-decoration: none;
      color: #fff;
      background-color: #496982; }
    .site-footer .wp-block-button__link:hover, .site-footer .wp-block-button__link:focus {
      text-decoration: none;
      color: #fff;
      background-color: #496982;
      transition: .5s; }
  .site-footer .site-info {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 15px;
    padding: 20px; }
    .site-footer .site-info .menu {
      margin-left: 45px; }

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

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
aside {
  padding: 20px; }

.widget {
  margin: 0 0 20px; }
  .widget select {
    max-width: 100%; }

.widget-content {
  padding-left: 20px; }

/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
  line-height: 0; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 20px;
  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;
  display: grid;
  grid-gap: 1.5em; }

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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; }
  .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: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 20px;
  margin-bottom: 20px; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 20px;
  margin-bottom: 20px; }

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

/*# sourceMappingURL=style.css.map */
