/*!
Theme Name: Rubin and Rudman Theme
Theme URI: http://rubinrudman.test/
Author: Avery Design
Author URI: http://avery.design
Description: A custom WordPress theme developed for Rubin and Rudman using Underscores as a base
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rubin-rudman-theme
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.

Rubin Rudman Theme 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
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i");
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Breakpoints
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Base rules are the defaults. They are almost exclusively single element selectors (NO CLASSES) but it could include attribute selectors,
pseudo-class selectors, child selectors or sibling selectors. Essentially, a base style says that wherever this element is on the page,
it should look like this.
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  /* Sets up Base 10 sizing */
}

*,
*: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/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 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. */
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h3 + ul {
  margin-top: -1em; /* update in sass (added) */
}

p {
  margin-bottom: 1em;
  /* margin-bottom: 1.5em; update in sass */
}

p + ul {
  margin-top: -0.5em; /* update in sass */
  /* margin-top: -1.5em; update in sass */
}

p + ol {
  margin-top: -0.5em; /* update in sass */
  /* margin-top: -1.5em; update in sass */
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

big {
  font-size: 125%;
}

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

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 0 1.5em 0;
  padding-left: 2em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

li {
  margin-bottom: 0.5rem; /* update in sass (added) */
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #2252a5;
  text-decoration: none;
  font-weight: 700;
}

a:visited {
  color: #2252a5;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #2252a5;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 3px;
  background: #2252a5;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.6em;
  margin-left: 1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #5284db;
}

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

/*--------------------------------------------------------------
# Form Fields
--------------------------------------------------------------*/
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;
  padding: 0.1em 0.5em;
}

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

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear: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,
.header-top,
.container {
  content: "";
  display: table;
  table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Placeholders
--------------------------------------------------------------*/
.header-top,
.l-main,
.footer__wrap {
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  max-width: 1200px;
}

@media (min-width: 768px) {
  .header-top,
  .l-main,
  .footer__wrap {
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .header-top,
  .l-main,
  .footer__wrap {
    padding: 30px;
  }
}

.biography__news--divider,
.content__sidebar {
  border-top: 1px solid #999;
  padding-top: 30px;
}

@media (min-width: 992px) {
  .biography__news--divider,
  .content__sidebar {
    border-top: none;
    padding-top: 0;
    border-left: 1px solid #999;
    padding-left: 30px;
    margin-left: 30px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.l-site-header {
  background-color: #fff;
}

@media (min-width: 992px) {
  .header-top {
    padding-bottom: 20px;
  }
}

.l-main {
  background-color: #fff;
}

.site-branding {
  text-align: center;
}

@media (min-width: 992px) {
  .site-branding {
    float: left;
  }
}

.site-search {
  display: none;
  position: relative;
  border: 2px solid #999;
  padding: 0.25em 0.5em;
  margin: 20px;
}

.site-search .search-field {
  border: none;
  width: 246px;
}

.site-search .search-field::-webkit-input-placeholder {
  color: #ccc;
}

.site-search .search-field::-ms-input-placeholder {
  color: #ccc;
}

.site-search .search-field:-ms-input-placeholder {
  color: #ccc;
}

.site-search .search-field::placeholder {
  color: #ccc;
}

.site-search .search-form .search-submit {
  background-color: inherit;
  border: none;
  height: 18px;
}

.site-search .fa-search {
  position: absolute;
  top: 13px;
  right: 10px;
  color: #2252a5;
}

.site-search .fa-search:hover {
  color: #5284db;
}

.site-search .fa-lg {
  font-size: 1.5em;
}

@media (min-width: 992px) {
  .site-search {
    display: inline-block;
    float: right;
  }
}

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

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
.post-thumbnail {
  margin-bottom: 20px;
}

.person__photo .post-thumbnail {
  margin-bottom: 0;
  /* override on bios */
}

h2,
h3,
h4 {
  margin-bottom: 0.2em; /* update in sass */
}

.content__main h2:first-child {
  margin-top: 0; /* update in sass */
}

h2 + p,
h3 + p,
h4 + p {
  margin-top: 0; /* update in sass */
}

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

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/

.banner-headline {
  background-color: #2252a5;
  margin: -20px -30px 0 -30px;
  padding: 20px 30px;
  width: calc(100% + 60px);
}

.banner-headline h3 {
  margin: 0;
}

.banner-headline a:link,
.banner-headline a:active,
.banner-headline a:visited,
.banner-headline a:hover {
  color: #fff;
  text-decoration: none !important;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Attorney Directory
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .directory__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .directory__filters {
    width: 387px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 116px;
  }
}

@media (min-width: 768px) {
  .attorney__directory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.attorney__directory .phones {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.attorney__card {
  margin-bottom: 2.5em;
  min-width: 20vw;
}

@media (max-width: 1255px) {
  .attorney__card {
    min-width: 25vw;
    }
}

@media (max-width: 991px) {
  .attorney__card {
    min-width: 50vw;
    }
}

@media (min-width: 768px) {
  .attorney__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding-right: 20px;
  }
/*
  .attorney__card:nth-child(even) {
    padding-right: 0;
  }
*/
}

@media (min-width: 768px) {
  .card__photo {
    width: 117px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 20px;
  }
}

/*--------------------------------------------------------------
# Biographies
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .l-person__identity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 992px) {
  .l-person__biography {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.person__photo {
  line-height: 1;
}

@media (min-width: 992px) {
  .person__photo {
    padding-bottom: 12px;
    width: 234px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .biography__main {
    max-width: 673px;
  }
}

@media (min-width: 992px) {
  .biography__credentials {
    width: 234px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media (min-width: 992px) {
  .biography__news,
  .biography__news--divider {
    width: 234px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 30px;
  }
}

/*--------------------------------------------------------------
# Main Content / Sidebar
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .l-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.content__main p:first-of-type {
  margin-top: 0;
}

@media (min-width: 992px) {
  .content__main {
    max-width: 790px;
  }
}

.content__sidebar h3:first-of-type {
  margin-top: 0;
}

@media (min-width: 992px) {
  .content__sidebar {
    width: 320px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media (min-width: 992px) {
  .l-content__homepage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .homepage__news {
    max-width: 790px;
  }
}

.homepage__message p:first-of-type {
  margin-top: 0;
}

@media (min-width: 992px) {
  .homepage__message {
    width: 320px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 30px;
  }
}

.post-193 .entry-content {
  -webkit-columns: 2 400px;
  columns: 2 400px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}

.post-193 .entry-content p {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Practice List
--------------------------------------------------------------*/
.practice__list {
  -webkit-columns: 2 400px;
  columns: 2 400px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  padding-left: 0;
}

.practice__list .practice__parent {
  list-style: none;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 16px;
}

.practice__sublist {
  padding-left: 10px;
}

.practice__sublist li {
  margin-top: 4px;
  margin-bottom: 4px;
}

/*--------------------------------------------------------------
# News Archive
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .wrapper__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .wrapper__columns .category-news {
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }
  .wrapper__columns .category-news:nth-child(odd) {
    margin-right: 20px;
  }
}

.blog .category-news {
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
}

.nav-links {
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%;
}

.more-link-icon {
	font-size: 1.2em !important;
	color: #f5c043 !important;
}

.nav-previous {
  float: left;
  width: auto;
}

.nav-next {
  float: right;
  width: auto;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.offices h3,
.contacts h3 {
  margin-top: 20px;
  margin-bottom: 0;
}

.offices span::before,
.contacts span::before {
  content: ", ";
  display: inline-block;
}

@media (min-width: 768px) {
  .offices,
  .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: normal; /* was: space-between */
  }
  .offices h3,
  .contacts h3 {
    margin-top: 0;
  }
  .offices .office__detail,
  .offices .contact__details,
  .contacts .office__detail,
  .contacts .contact__details {
    -ms-flex-preferred-size: calc(33% - 20px);
    flex-basis: calc(33% - 20px);
    margin-right: 20px;
  }
  .offices .office__detail span,
  .offices .contact__details span,
  .contacts .office__detail span,
  .contacts .contact__details span {
    display: block;
  }
  .offices .office__detail span::before,
  .offices .contact__details span::before,
  .contacts .office__detail span::before,
  .contacts .contact__details span::before {
    content: none;
    display: inline;
  }
  .offices .office__detail:last-child,
  .offices .contact__details:last-child,
  .contacts .office__detail:last-child,
  .contacts .contact__details:last-child {
    margin-right: 0;
  }
}

.contacts__intro {
  margin-top: 30px;
  border-top: 1px solid #999;
}

.contacts {
  margin-top: 20px;
  padding-left: 0;
}

.contact__details {
  list-style: none;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .contact__details {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
# Careers
--------------------------------------------------------------*/
.career__columns h2 {
  margin: 0;
}

.career__columns h2 + p {
  margin-top: 0;
}

.career__columns h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
}

.career__columns h3 + p {
  margin-top: 0;
}

.career__columns h4 {
  margin-bottom: 0;
}

.career__columns h4 + p {
  margin-top: 0;
}

@media (min-width: 768px) {
  .career__columns, .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .career__columns h3 {
    margin-top: 0;
  }
  .career__columns .openings__legal,
  .career__columns .openings__staff,
  .columns .column {
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    margin-right: 20px;
  }
  .career__columns .openings__legal:last-child,
  .career__columns .openings__staff:last-child {
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#pre__colophon,
#colophon {
  padding: 0;
  background-color: #3b3b42;
  color: #fff;
}

#pre__colophon section,
#colophon section {
  padding-top: 10px;
}

#pre__colophon .colophon__badges section,
#colophon .colophon__badges section {
  padding-top: 0;
}

#pre__colophon .colophon__widgets,
#pre__colophon .site-info,
#colophon .colophon__widgets,
#colophon .site-info {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}

@media (min-width: 768px) {
  #pre__colophon .colophon__widgets,
  #pre__colophon .site-info,
  #colophon .colophon__widgets,
  #colophon .site-info {
    margin: 0;
  }
}

@media (min-width: 992px) {
  #pre__colophon .colophon__widgets,
  #pre__colophon .site-info,
  #colophon .colophon__widgets,
  #colophon .site-info {
    padding: 0;
    max-width: 907px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

body.home #colophon section {
  padding-top: 0;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  body.home #colophon .site-info {
    padding: 0;
    max-width: 790px;
  }
}

.footer__wrap {
  padding-top: 30px;
}

@media (min-width: 992px) {
  .footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#pre__colophon .footer__wrap {
  padding-top: 10px;
  padding-bottom: 30px;
}

#colophon .footer__wrap {
  border-top: 1px solid #999;
}

.zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
  margin: 0 6px 0 0 !important;
}

@media (min-width: 992px) {
  .colophon__badges {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 320px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: right;
  }
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Headers
--------------------------------------------------------------*/
.first {
  margin-top: 0;
}

.entry-title,
.page-title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .entry-title,
  .page-title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media (min-width: 768px) {
  .entry-title,
  .page-title {
    margin-top: 0;
  }
}

.serp-title {
  margin-top: 20px;
  margin-bottom: 4px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .serp-title {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

.entry__title--list {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .entry__title--list {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

@media (min-width: 768px) {
  .entry__title--list {
    margin-top: 0;
  }
}

.person__details .entry-title {
  margin-bottom: 8px;
}

.entry__date {
  display: block;
  color: #666;
  font-style: normal;
}

.entry__header--list p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.read-more {
  font-weight: 700;
}

.entry-summary p {
  margin-top: 0;
}

.l-content__homepage h2 {
  text-transform: uppercase;
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 6px;
}

.homepage__news a {
  font-weight: 700;
}

.person__title {
  margin: 0 0 16px;
  font-size: 18px;
  font-size: 1.8rem;
  /* text-transform: uppercase; update in sass */ 
  font-weight: 500;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .person__title {
    font-size: 20px;
    font-size: 2rem;
  }
}

.person__email,
.person__vcard {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 700;
  text-decoration: none;
}

.person__phone {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 700;
}

.person__phone li {
  margin-bottom: 4px;
}

.person__phone li a:link,
.person__phone li a:hover,
.person__phone li a:active,
.person__phone li a:visited {
  color: #404040;
  text-decoration: none;
  cursor: pointer;
}

.person__subhead--first {
  /* margin-top: 0; */
  margin-top: 20px; /* update in sass */
  margin-bottom: 6px;
  font-size: 17px; /* update in sass */
  /* font-size: 2.1rem; */
  /* font-weight: 400; */
  font-size: 1.7rem; /* update in sass */
  font-weight: 700; /* update in sass */
  /* text-transform: uppercase; */ /* update in sass */
  line-height: 1.2;
  text-transform: uppercase; /* update in sass (added) */
}

.person__subhead--second,
.person__subhead--sidebar {
  margin-top: 20px;
  margin-bottom: 9px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase; /* update in sass (added) */
}

.person__subhead--first + .person__subhead--second {
  margin-top: 14px; /* update in sass (added) */
}

.person__subhead--sidebar {
  margin-top: 0;
}

@media (min-width: 992px) {
  .person__subhead--sidebar {
    margin-top: 20px;
  }
}

.sidebar__list,
.homepage__news ul {
  margin: 0 0 26px; /* update in sass */
  padding-left: 0;
  line-height: 1.5; /* update in sass (added) */
  font-size: 1.5rem; /* update in sass (added) */
}

.sidebar__list li,
.homepage__news ul li {
  list-style: none;
  margin-bottom: 10px;
}

.sidebar__list--badges li {
  margin-bottom: 20px; /* update in sass (added) */
}

.card__name {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.card__name a:link,
.card__name a:hover,
.card__name a:active,
.card__name a:visited {
  color: #404040;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 768px) {
  .card__name {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.card__title {
  margin: 0 0 8px;
  font-size: 17px;
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .card__title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media (min-width: 1140px) {
	.card__email.wide {
		display: inline-block;
	}
	.card__email.narrow {
		display: none;
	}
}

@media (max-width: 1139px) {
	.card__email.wide {
		display: none;
	}
	.card__email.narrow {
		display: inline-block;
	}
}


.card__email {
  margin-bottom: 2px;
  font-weight: 400;
  text-decoration: none;
}

@media (min-width: 768px) {
  .card__email {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.card__phone {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
}

@media (min-width: 768px) {
  .card__phone {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.card__phone li {
  margin-bottom: 4px;
}

.card__phone li a:link,
.card__phone li a:hover,
.card__phone li a:active,
.card__phone li a:visited {
  color: #404040;
  text-decoration: none;
  cursor: pointer;
}

.phone__location {
  text-transform: uppercase;
}

#pre__colophon .widget-title {
  margin: 0 0 10px;
}

#pre__colophon ul {
  margin: 0;
  padding-left: 0;
}

#pre__colophon ul li {
  list-style: none;
  margin-bottom: 10px;
}

#pre__colophon ul li a:link,
#pre__colophon ul li a:hover,
#pre__colophon ul li a:active,
#pre__colophon ul li a:visited {
  color: #fff;
}

.site-info {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 2;
}

.site-info a:link,
.site-info a:hover,
.site-info a:active,
.site-info a:visited {
  font-weight: normal;
  color: #fff;
}

.studio__link {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# 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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  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: 12px;
  font-size: 1.2rem;
  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;
}

/*--------------------------------------------------------------
# Vendor: FacetWP
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# FacetWP
--------------------------------------------------------------*/
.facetwp-autocomplete {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

.facetwp-autocomplete {
  max-width: 70%;
  min-width: 70%;
}

@media (max-width: 767px) {
  .facetwp-autocomplete {
    max-width: 70%;
    min-width: 70%;
  }
}

@media (min-width: 992px) {
  .facetwp-autocomplete {
    max-width: 70%;
    min-width: 70%;
  }
}

@media (min-width: 992px) {
  .facetwp-autocomplete-update {
    float: right;
  }
}

.facetwp-type-alpha span:first-child,
.facetwp-type-alpha span:nth-child(2) {
  display: none;
}

.directory__filters {
  margin-bottom: 20px;
}

.directory__filters .facetwp-facet {
  margin-bottom: 16px;
}

.directory__filters .facetwp-alpha {
  font-weight: 700;
  font-size: 17px;
  font-size: 1.7rem;
  margin-right: 12px;
}

.directory__filters .facetwp-alpha.available {
  color: #2252a5;
}

.facetwp__reset {
  width: 100%;
  margin-left: 0;
}

.facetwp-type-dropdown {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

.facetwp-type-dropdown select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 2px 10px;
  outline: 0;
  border: 2px solid #b3b3b3;
  border-radius: 2px;
  background: #ffffff;
  color: #2252a5;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.facetwp-type-dropdown select::-ms-expand {
  display: none;
}

.facetwp-type-dropdown select:hover,
.facetwp-type-dropdown select:focus {
  color: #ffff;
  background: #2252a5;
  border: 2px solid #2252a5;
}

.facetwp-type-dropdown select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select_arrow {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 0px;
  height: 0px;
  border: solid #2252a5;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.facetwp-type-dropdown select:hover ~ .select_arrow,
.facetwp-type-dropdown select:focus ~ .select_arrow {
  border-color: #ffffff;
}

.facetwp-type-dropdown select:disabled ~ .select_arrow {
  border-top-color: #cccccc;
}

/*--------------------------------------------------------------
# Vendor: UberMenu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## UberMenu
--------------------------------------------------------------*/
.ubermenu-skin-grey-white {
  font-size: 16px !important;
}

.ubermenu-submenu a:link,
.ubermenu-submenu a:visited,
.ubermenu-submenu a:hover,
.ubermenu-submenu a:active,
.ubermenu-skin-grey-white
  .ubermenu-submenu
  .ubermenu-item-header
  > .ubermenu-target {
  color: #ffffff !important;
}

.ubermenu.ubermenu-main .ubermenu-item-level-0 {
  margin: 0 !important;
}

@media (max-width: 960px) {
  .ubermenu-submenu-drop .ubermenu-submenu-drop {
    background-color: #3b3b42 !important;
  }
}

.ubermenu .ubermenu-search .ubermenu-searchform {
  width: 96% !important;
}

.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
  border: none !important;
}

/*--------------------------------------------------------------
# Vendor: Soliloquy Slider
--------------------------------------------------------------*/
.soliloquy-container.soliloquy-theme-metro .soliloquy-controls-auto-item {
  right: 20px !important;
}

.homepage__slider {
  margin: -10px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .homepage__slider {
    margin: -20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .homepage__slider {
    margin: -30px;
    margin-bottom: 20px;
  }
}

.soliloquy-container.soliloquy-theme-metro
  .soliloquy-caption.soliloquy-caption-bottom {
  bottom: 0 !important;
}

.soliloquy-container.soliloquy-theme-metro
  .soliloquy-caption
  .soliloquy-caption-inside {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 10px !important;
}

@media (min-width: 768px) {
  .soliloquy-container.soliloquy-theme-metro
    .soliloquy-caption
    .soliloquy-caption-inside {
    padding: 20px !important;
  }
}

@media (min-width: 992px) {
  .soliloquy-container.soliloquy-theme-metro
    .soliloquy-caption
    .soliloquy-caption-inside {
    padding: 20px 20px 20px 380px !important;
  }
}

.soliloquy-caption-inside h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

@media (min-width: 992px) {
  .soliloquy-caption-inside h3 {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

.soliloquy-caption-inside p {
  display: none;
}

@media (min-width: 768px) {
  .soliloquy-caption-inside p {
    display: block;
    line-height: 1.6;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  }
}

.soliloquy-caption-inside a:link,
.soliloquy-caption-inside a:visited,
.soliloquy-caption-inside a:hover,
.soliloquy-caption-inside a:active {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 6px;
  padding: 8px;
  border: 1px #fff solid;
  border-radius: 3px;
  background-color: #2252a5;
  color: #fff;
  text-decoration: none;
}

.soliloquy-caption-inside a:hover {
  background-color: #5284db;
}
