/*!
Theme Name: California Law Review
Author: Range
Author URI: http://ran.ge
Description: Custom theme for California Law Review
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: californialawreview
Tags:

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.

CaliforniaLawReview is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
# Variables & Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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 {
  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"] {
  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-appearance: textfield;
  box-sizing: content-box;
}

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

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Libre Baskerville", serif;
  font-weight: normal;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  color: #2c5f7f;
}
.entry-content h1, .entry-content h2 {
  padding-bottom: .5rem;
  border-bottom: 1px solid #cfcfcf;
}

p {
  margin-bottom: 1.5em;
}

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: #eee;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.large-text {
  font-size: 1.25rem;
}

.clr-footnote-block {
  position: absolute;
  right: -215px;
  width: 155px;
  background-color: #fff;
  color: #898989;
  font-size: .75rem;
  overflow-wrap: break-word;
}

.clr-footnote-mark {
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: .75rem;
  color: #e09e19;
  font-size: .75rem;
  font-weight: bold;
}

.clr-footnote-content {
  display: block;
  overflow: hidden;
}

.clr-footnote-button-expand {
  display: none;
  padding: .25rem;
  background: #fff;
  color: #262626;
  font-size: .75rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.clr-footnote-button-expand:hover, .clr-footnote-button-expand:active, .clr-footnote-button-expand:focus {
  background: #fff;
  color: #262626;
}
.clr-footnote-button-expand .close-text {
  display: none;
}

.clr-footnote-toggle {
  padding: 0;
  background: none;
  color: #e09e19;
  font-size: .75rem;
  font-weight: normal;
  vertical-align: super;
}
.clr-footnote-toggle:hover, .clr-footnote-toggle:active, .clr-footnote-toggle:focus {
  background: none;
  color: #e09e19;
}

.clr-footnote.collapsable .clr-footnote-content {
  height: 20px;
}
.clr-footnote.collapsable .clr-footnote-button-expand {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
}
.clr-footnote.collapsable.expanded .clr-footnote-button-expand {
  position: static;
}
.clr-footnote.collapsable.expanded .clr-footnote-block {
  z-index: 999;
}
.clr-footnote.collapsable.expanded .clr-footnote-content {
  height: auto;
}
.clr-footnote.collapsable.expanded .clr-footnote-button-expand .expand-text {
  display: none;
}
.clr-footnote.collapsable.expanded .clr-footnote-button-expand .close-text {
  display: inline;
}

@media screen and (max-width: 1200px) {
  .clr-footnote-block {
    position: relative;
    display: none;
  }

  .clr-footnote-mark {
    top: auto;
    left: 0;
    right: auto;
  }

  .clr-footnote.expanded .clr-footnote-block,
  .clr-footnote.collapsable.expanded .clr-footnote-block {
    left: auto;
    right: auto;
    display: block;
    width: auto;
    margin: 1rem 0;
    padding: 1rem 2rem;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
  }
  .clr-footnote.expanded .clr-footnote-button-expand,
  .clr-footnote.collapsable.expanded .clr-footnote-button-expand {
    display: inline-block;
    margin-top: 1rem;
  }
  .clr-footnote.expanded .clr-footnote-button-expand .close-text,
  .clr-footnote.collapsable.expanded .clr-footnote-button-expand .close-text {
    display: inline;
  }
  .clr-footnote.expanded .clr-footnote-button-expand .expand-text,
  .clr-footnote.collapsable.expanded .clr-footnote-button-expand .expand-text {
    display: none;
  }
}
.clr-table-of-contents {
  list-style: none;
  position: relative;
  margin: 0 0 1.5rem;
  padding: 1rem 0;
  background-color: #dbe2e6;
  font-size: 1.375rem;
  z-index: 99999;
}
.clr-table-of-contents:before {
  /* z-index: 99999; */
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: 0;
  border-left: 9999px solid #dbe2e6;
  box-shadow: 9999px 0 0 #dbe2e6;
}
.clr-table-of-contents li {
  margin: 1rem 0;
}
.clr-table-of-contents ul {
  margin: .5rem 0;
  padding: 0 0 0 2rem;
}
.clr-table-of-contents > ul {
  padding-left: 0;
}
.clr-table-of-contents li:before {
  display: none !important;
}
.clr-table-of-contents .clr-toc-item a {
  color: #53626f;
  font-weight: 600;
}
.clr-table-of-contents .clr-toc-item-level-1,
.clr-table-of-contents .clr-toc-item-level-2 {
  margin: .5rem 0;
  font-family: "Libre Baskerville", serif;
}
.clr-table-of-contents .clr-toc-item-level-1 a,
.clr-table-of-contents .clr-toc-item-level-2 a {
  color: #2c5f7f;
  font-weight: normal;
}
@media screen and (max-width: 520px) {
  .clr-table-of-contents {
    font-size: 1.125rem;
  }
  .clr-table-of-contents ul {
    padding: 0 1rem;
  }
}

/*--------------------------------------------------------------
# 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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

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

ul, ol {
  margin: 0 0 1.5em;
  padding: 0 0 0 2em;
}
ul li, ol li {
  margin: 0 0 .25em;
  padding: 0;
}

ul {
  list-style: disc;
}

.entry-content ul,
.mce-content-body ul {
  list-style: none;
}
.entry-content ul li,
.mce-content-body ul li {
  position: relative;
}
.entry-content ul li:before,
.mce-content-body ul li:before {
  content: '';
  position: absolute;
  left: -1.5em;
  top: .5em;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #cfcfcf;
  border-radius: 50%;
}
.entry-content ul ul li:before,
.mce-content-body ul ul li:before {
  background: none;
  border: 2px solid #cfcfcf;
}
.entry-content ul.list-style-rectangle li:before,
.mce-content-body ul.list-style-rectangle li:before {
  top: .15em;
  width: 10px;
  height: 20px;
  border-radius: 0;
}

ol {
  list-style: decimal;
}

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

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

table {
  margin: 0 0 1.5em;
  width: 100%;
}
table td {
  padding: 1rem;
  border: 1px solid #cfcfcf;
  border-right: none;
  border-left: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.menu-secondary-container a {
  display: inline-block;
  padding: .5rem 2rem;
  background-color: #2c5f7f;
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  border: none;
  border-radius: 3px;
  transition: background-color .25s ease-in-out;
}
button:hover, button:active, button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
.button:hover,
.menu-secondary-container a:hover,
.button:active,
.menu-secondary-container a:active,
.button:focus,
.menu-secondary-container a:focus {
  background-color: #028090;
  color: #fff;
}
button.button-small,
input[type="button"].button-small,
input[type="reset"].button-small,
input[type="submit"].button-small,
.button.button-small,
.menu-secondary-container a.button-small {
  padding: .5rem 1rem;
  font-size: .75rem;
}
button.button-uppercase,
input[type="button"].button-uppercase,
input[type="reset"].button-uppercase,
input[type="submit"].button-uppercase,
.button.button-uppercase,
.menu-secondary-container a.button-uppercase {
  text-transform: uppercase;
}

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 {
  padding: .5rem 1rem;
  color: #262626;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
}

textarea {
  width: 100%;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: .5rem 1rem;
}

body .gform_wrapper .gform_ajax_spinner {
  margin: 1rem;
  padding: 0;
}
body .gform_wrapper div.validation_error {
  color: #262626;
  border: none;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none;
  border: none;
}
body .gform_wrapper .top_label .gfield_error {
  width: auto;
}
body .gform_wrapper .validation_message {
  color: #262626;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #2c5f7f;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #028090;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  left: -999em;
  z-index: 99999;
  background-color: #0e3751;
}
.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 li:hover > a, .main-navigation ul ul li.focus > a, .main-navigation ul ul li.current_page_item > a, .main-navigation ul ul li.current-menu-item > a, .main-navigation ul ul li.current-page-ancestor > a, .main-navigation ul ul li.current-menu-ancestor > a {
  margin-bottom: 2px;
  border: none;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  display: inline-block;
  position: relative;
  margin: 0 1rem;
  vertical-align: middle;
}
.main-navigation a {
  display: inline-block;
  margin-bottom: 2px;
  padding: .5rem 0;
}

.main-navigation li:hover > a,
.main-navigation li:focus > a,
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current-page-ancestor > a,
.main-navigation li.current-menu-ancestor > a,
body.archive.tax-print_issue .main-navigation li.menu-item-print > a,
body.single-print_post .main-navigation li.menu-item-print > a,
body.tax-print_pub_type .main-navigation li.menu-item-print > a,
body.archive.tax-online_volume .main-navigation li.menu-item-online > a,
body.single-post .main-navigation li.menu-item-online > a,
body.tax-online_pub_type .main-navigation li.menu-item-online > a {
  margin-bottom: 0;
  border-bottom: 2px solid #e09e19;
}
@media screen and (max-width: 650px) {
  .main-navigation li:hover > a,
  .main-navigation li:focus > a,
  .main-navigation li.current_page_item > a,
  .main-navigation li.current-menu-item > a,
  .main-navigation li.current-page-ancestor > a,
  .main-navigation li.current-menu-ancestor > a,
  body.archive.tax-print_issue .main-navigation li.menu-item-print > a,
  body.single-print_post .main-navigation li.menu-item-print > a,
  body.tax-print_pub_type .main-navigation li.menu-item-print > a,
  body.archive.tax-online_volume .main-navigation li.menu-item-online > a,
  body.single-post .main-navigation li.menu-item-online > a,
  body.tax-online_pub_type .main-navigation li.menu-item-online > a {
    border-bottom: none;
    margin-bottom: 2px;
  }
}

.menu-secondary-container ul {
  list-style: none;
  display: block;
  margin: 0 0 1rem;
  padding: 0;
}
.menu-secondary-container ul ul {
  display: none;
}
.menu-secondary-container li {
  display: inline-block;
  margin: 0 1rem;
  padding: 0;
}

.main-footer-navigation {
  display: block;
}
.main-footer-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-footer-navigation ul ul {
  display: none;
}
.main-footer-navigation li {
  display: inline-block;
  position: relative;
  margin: 0 1rem;
  vertical-align: middle;
}
.main-footer-navigation a {
  display: inline-block;
  margin-bottom: 2px;
  padding: .5rem 0;
  font-weight: bold;
}

@media screen and (min-width: 651px) {
  .main-navigation li.search-icon > a,
  .main-footer-navigation li.search-icon > a {
    width: 20px;
    height: 20px;
    background: url("images/icon-search.svg") no-repeat center center;
    background-size: 100%;
    text-indent: -999999px;
    overflow: hidden;
  }
  .main-navigation li.search-icon:hover > a,
  .main-navigation li.search-icon.current_page_item > a,
  .main-navigation li.search-icon.current-menu-item > a,
  .main-navigation li.search-icon.current-page-ancestor > a,
  .main-navigation li.search-icon.current-menu-ancestor > a,
  .main-footer-navigation li.search-icon:hover > a,
  .main-footer-navigation li.search-icon.current_page_item > a,
  .main-footer-navigation li.search-icon.current-menu-item > a,
  .main-footer-navigation li.search-icon.current-page-ancestor > a,
  .main-footer-navigation li.search-icon.current-menu-ancestor > a {
    border: none;
    margin-bottom: 2px;
  }

  .main-footer-navigation li.search-icon > a {
    background-image: url("images/icon-search-dark.svg");
  }
}
.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%;
}

.page-sub-nav {
  padding: .5rem 0;
  background-color: #dbe2e6;
  color: #000;
}
.page-sub-nav a,
.page-sub-nav a:hover,
.page-sub-nav a:active,
.page-sub-nav a:focus {
  color: #000;
}
.page-sub-nav .page-submenu {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
.page-sub-nav .page-submenu li {
  display: inline-block;
  margin: 0 .5rem;
  padding: 0;
}
.page-sub-nav .page-submenu li a {
  display: inline-block;
  padding: .25rem 0;
}
.page-sub-nav .page-submenu li.current-menu-item > a {
  color: #2c5f7f;
  font-weight: bold;
  border-bottom: 2px solid #2c5f7f;
}
.page-sub-nav .page-submenu ul {
  display: none;
}

.pagination.navigation .nav-links,
.facetwp-pager {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 2rem 0;
  font-size: .875rem;
  text-align: center;
}
.pagination.navigation .nav-links .page-numbers,
.pagination.navigation .nav-links .facetwp-page,
.facetwp-pager .page-numbers,
.facetwp-pager .facetwp-page {
  display: block;
  margin: 0 -1px;
  padding: .25rem .875rem;
  border-right: 1px solid #cfcfcf;
}
.pagination.navigation .nav-links .page-numbers:last-child,
.pagination.navigation .nav-links .facetwp-page:last-child,
.facetwp-pager .page-numbers:last-child,
.facetwp-pager .facetwp-page:last-child {
  border-right: none;
}
.pagination.navigation .nav-links .page-numbers.current, .pagination.navigation .nav-links .page-numbers.active,
.pagination.navigation .nav-links .facetwp-page.current,
.pagination.navigation .nav-links .facetwp-page.active,
.facetwp-pager .page-numbers.current,
.facetwp-pager .page-numbers.active,
.facetwp-pager .facetwp-page.current,
.facetwp-pager .facetwp-page.active {
  background-color: #2c5f7f;
  color: #fff;
  border-right: none;
}
.pagination.navigation .nav-links a.page-numbers:hover,
.pagination.navigation .nav-links a.page-numbers:focus,
.pagination.navigation .nav-links a.page-numbers:active,
.facetwp-pager a.page-numbers:hover,
.facetwp-pager a.page-numbers:focus,
.facetwp-pager a.page-numbers:active {
  color: #2c5f7f;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #262626;
  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:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
  content: "";
  display: table;
  table-layout: fixed;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.patterned-bg-block {
  padding: 4rem 0;
  background-color: #dbe2e6;
}
.patterned-bg-block .section-title {
  margin-top: 0;
  color: #2c5f7f;
}

.clr-accordion .clr-accordion-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 2rem;
  background: #fff;
  color: #2c5f7f;
  font-family: "Libre Baskerville", serif;
  font-size: 1.875rem;
  text-align: left;
  border-radius: 0;
}
.clr-accordion .clr-accordion-toggle > span {
  -ms-flex: 1;
      flex: 1;
}
.clr-accordion .clr-accordion-toggle .icon {
  margin-left: .5rem;
}
.clr-accordion .clr-accordion-content {
  display: none;
}
.clr-accordion.open .clr-accordion-toggle .icon {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.clr-accordion.open .clr-accordion-content {
  display: block;
  padding: 2rem;
  background-color: #fff;
}

.clr-accordion-list .clr-accordion {
  border-bottom: 1px solid #ececec;
}
.clr-accordion-list .clr-accordion:last-of-type {
  border-bottom: none;
}
.clr-accordion-list .clr-accordion-toggle {
  color: #262626;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
}

.clr-share-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: baseline;
      align-items: baseline;
  margin: 3rem 0 2rem;
}
.clr-share-holder .section-title {
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: .875rem;
  font-weight: normal;
  font-style: italic;
}

.clr-share-list {
  list-style: none;
  margin: 0 0 0 1rem;
  padding: 0;
  font-size: .75rem;
  text-align: center;
}
.clr-share-list li {
  display: inline-block;
  margin: 0 .5rem;
  padding: 0;
}
.clr-share-list a {
  color: #262626;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .71px;
}
.clr-share-list .icon {
  margin: 0 .25rem;
  vertical-align: top;
}
.clr-share-list .icon * {
  fill: #2c5f7f;
}

.entry-content ul.clr-share-list li:before {
  display: none;
}

@media screen and (max-width: 300px) {
  .clr-share-holder {
    display: block;
  }

  .clr-share-list {
    margin: 0;
    text-align: left;
  }
  .clr-share-list li {
    display: block;
    margin: .5rem 0;
  }
}
.clr-newsletter-signup-holder .section-title {
  margin: 0;
  color: #2c5f7f;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.clr-newsletter-signup-holder .gform_confirmation_wrapper {
  padding: 2rem;
  text-align: center;
}
.clr-newsletter-signup-holder .gform_wrapper form {
  display: -ms-flexbox;
  display: flex;
}
.clr-newsletter-signup-holder .gform_wrapper .gform_heading {
  display: none;
}
.clr-newsletter-signup-holder .gform_wrapper .top_label .gfield_label {
  display: none;
}
.clr-newsletter-signup-holder .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
.clr-newsletter-signup-holder .gform_wrapper ul.gform_fields {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem !important;
  padding: 0;
}
.clr-newsletter-signup-holder .gform_wrapper ul.gform_fields li.gfield {
  -ms-flex: 1;
      flex: 1;
  margin: 0;
  padding: 0 1rem;
}
.clr-newsletter-signup-holder .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
  margin-top: 0;
}
.clr-newsletter-signup-holder .gform_wrapper .gform_footer {
  width: auto;
  margin: 0;
  padding: 0;
}
.clr-newsletter-signup-holder .gform_wrapper .gform_footer .gform_button {
  height: 42px;
  padding: 0 2rem;
  border-radius: 0;
}
.clr-newsletter-signup-holder .gform_wrapper.gform_validation_error form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.clr-newsletter-signup-holder .gform_wrapper.gform_validation_error .gform_body {
  -ms-flex: 1;
      flex: 1;
}
@media screen and (max-width: 700px) {
  .clr-newsletter-signup-holder .gform_wrapper form {
    display: block;
  }
  .clr-newsletter-signup-holder .gform_wrapper .gform_footer {
    width: 100%;
    margin-top: 1rem;
  }
  .clr-newsletter-signup-holder .gform_wrapper .gform_footer .gform_button {
    width: 100%;
  }
  .clr-newsletter-signup-holder .gform_wrapper ul.gform_fields {
    margin: 0 -.25rem !important;
  }
  .clr-newsletter-signup-holder .gform_wrapper ul.gform_fields li.gfield {
    padding: 0 .25rem;
  }
}
@media screen and (max-width: 500px) {
  .clr-newsletter-signup-holder .gform_wrapper ul.gform_fields {
    display: block;
    margin: 0 !important;
  }
  .clr-newsletter-signup-holder .gform_wrapper ul.gform_fields li.gfield {
    padding: .5rem 0;
  }
}

.featured-blocks-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem;
}
.featured-blocks-holder .featured-block {
  -ms-flex: 1 50%;
      flex: 1 50%;
  padding: 1rem;
}
.featured-blocks-holder .featured-block-inner {
  height: 100%;
  padding: 1rem;
  background-color: #dbe2e6;
}
.featured-blocks-holder .featured-block-title {
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
}
.featured-blocks-holder .featured-block-content > *:last-child {
  margin-bottom: 0;
}

.two-dimensional-responsive-table-small {
  display: none;
}

@media screen and (max-width: 700px) {
  .two-dimensional-responsive-table-large {
    display: none;
  }

  .two-dimensional-responsive-table-small {
    display: block;
  }
}
.scroll-progress-holder {
  position: fixed;
  left: 0;
  top: -56px;
  width: 100%;
  background-color: #dbe2e6;
  z-index: 999;
  transition: all .25s ease-in-out;
}
.scroll-progress-holder.active {
  top: 0;
}
.scroll-progress-holder .wrap {
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  -ms-flex-align: center;
      align-items: center;
}
.scroll-progress-holder .post-title {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #2c5f7f;
  font-family: "proxima-nova", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.scroll-progress-holder .scroll-progress-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #2c5f7f;
}

@media screen and (min-width: 601px) {
  body.admin-bar .scroll-progress-holder.active {
    top: 46px;
  }
}
@media screen and (min-width: 783px) {
  body.admin-bar .scroll-progress-holder.active {
    top: 32px;
  }
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #fff;
  background-color: #0e3751;
}
.site-header a,
.site-header a:hover,
.site-header a:focus,
.site-header a:active {
  color: #fff;
}
.site-header .site-branding {
  float: left;
}
.site-header .site-branding .site-logo-link {
  display: block;
}
.site-header .site-branding .site-title {
  margin: 0;
  padding: .5rem 0;
  font-size: 2rem;
}
.site-header .menu-secondary-container {
  float: right;
  margin-top: 1rem;
}
.site-header .main-navigation {
  float: right;
}
.site-header .primary-menu-toggle {
  display: none;
}
@media screen and (max-width: 1040px) {
  .site-header .main-navigation {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 820px) {
  .site-header .menu-secondary-container {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .site-header {
    position: relative;
  }
  .site-header > .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: stretch;
        justify-content: stretch;
  }
  .site-header .primary-menu-toggle {
    float: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 1rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .site-header .primary-menu-toggle .icon {
    display: inline-block;
    margin-right: .5rem;
  }
  .site-header .primary-menu-toggle .icon-close {
    display: none;
  }
  .site-header .primary-menu-toggle svg * {
    fill: #fff;
  }
  .site-header .menu-primary-container {
    display: none;
  }
  .site-header .main-navigation {
    -ms-flex: 1;
        flex: 1;
    padding-left: 1rem;
    text-align: left;
  }
  .site-header .main-navigation li {
    display: block;
    width: 100%;
    margin: 0;
  }
  .site-header .main-navigation a {
    display: block;
    padding: .75rem 1rem;
  }
  .site-header .main-navigation .menu {
    padding: .75rem 0;
  }
  .site-header .main-navigation.open .primary-menu-toggle .icon-close {
    display: inline-block;
  }
  .site-header .main-navigation.open .primary-menu-toggle .icon-menu {
    display: none;
  }
  .site-header .main-navigation.open .menu-primary-container {
    position: absolute;
    left: 0;
    top: 100%;
    display: block;
    width: 100%;
    background-color: #2c5f7f;
    z-index: 999;
  }
}
@media screen and (max-width: 460px) {
  .site-header .primary-menu-toggle {
    padding: .875rem;
    font-size: .875rem;
  }
  .site-header .primary-menu-toggle .icon {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 400px) {
  .site-header .primary-menu-toggle {
    padding: .75rem;
    font-size: .75rem;
  }
  .site-header .primary-menu-toggle .icon {
    width: 12px;
    height: 12px;
  }
}

.site-footer {
  border-top: 3px solid #e09e19;
}
.site-footer .main-footer-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.site-footer .site-branding {
  padding-right: 1rem;
}
.site-footer .site-branding .site-logo-link {
  display: block;
}
.site-footer .site-branding .site-title {
  margin: 0;
  padding: .5rem 0;
  font-size: 2rem;
}
.site-footer .site-info {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe2e6;
  color: #2c5f7f;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.site-footer .site-info span {
  display: inline-block;
  max-width: 100%;
  padding: 0 .5rem;
  word-wrap: break-word;
}
.site-footer .main-footer-navigation {
  -ms-flex: 1;
      flex: 1;
}
.site-footer .main-footer-navigation .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 1040px) {
  .site-footer .site-branding {
    float: none;
    padding: 1rem 0;
    text-align: center;
  }
  .site-footer .main-footer-block {
    display: block;
  }
  .site-footer .main-footer-navigation {
    float: none;
    width: 100%;
    text-align: center;
  }
  .site-footer .main-footer-navigation .menu {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .site-footer .site-info {
    font-size: .875rem;
  }
}
@media screen and (max-width: 400px) {
  .site-footer .main-footer-navigation .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-footer .main-footer-navigation .menu li {
    -ms-flex: 1;
        flex: 1;
  }
  .site-footer .site-info {
    font-size: .75rem;
  }
}

.wrap {
  display: block;
  width: 100%;
  max-width: 1244px;
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
.wrap:after {
  clear: both;
  content: "";
  display: table;
  table-layout: fixed;
}

.columns-holder-holder {
  overflow: hidden;
}

.columns-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin: 0 -2rem;
}
.columns-holder .column {
  -ms-flex: 1;
      flex: 1;
  padding: 0 2rem;
}
.columns-holder .column-header {
  padding: .5rem 0;
  text-align: center;
}
.columns-holder .section-title {
  margin: 0;
  padding: 0;
  color: #2c5f7f;
  font-family: "proxima-nova", sans-serif;
  font-size: .75rem;
  font-weight: bold;
  text-transform: uppercase;
}
.columns-holder.columns-with-borders .column:not(:first-of-type) {
  border-left: 1px solid #cfcfcf;
}
.columns-holder.columns-with-borders .column-header {
  position: relative;
  margin: 0 -2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.columns-holder.columns-with-borders .column-header:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #cfcfcf;
}
.columns-holder.columns-with-borders .column:first-of-type .column-header:before {
  left: auto;
  right: 0;
  width: 100vw;
}
.columns-holder.columns-with-borders .column:last-of-type .column-header:before {
  width: 100vw;
}
@media screen and (max-width: 780px) {
  .columns-holder {
    display: block;
    margin: 0;
  }
  .columns-holder .column {
    padding: 0;
  }
  .columns-holder.columns-with-borders .column:not(:first-of-type) {
    border: none;
  }
  .columns-holder.columns-with-borders .column-header {
    margin: 0;
  }
  .columns-holder.columns-with-borders .column .column-header:before,
  .columns-holder.columns-with-borders .column:first-of-type .column-header:before,
  .columns-holder.columns-with-borders .column:last-of-type .column-header:before {
    width: 100vw;
    left: -2rem;
    right: auto;
  }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page-header {
  padding: 2rem 0;
  text-align: center;
}
.page-header .page-title,
.page-header .issue-title {
  margin: 0;
  color: #2c5f7f;
  font-size: 3rem;
}
.page-header .page-subtitle {
  margin: 0;
  color: #262626;
  font-family: "proxima-nova", sans-serif;
  font-size: .875rem;
  font-weight: bold;
  text-transform: uppercase;
}
.page-header .page-subtitle a {
  color: #262626;
}
.page-header.issue-header .line-divider {
  display: block;
  margin: 3rem auto 1rem;
}
.page-header.issue-header .hentry {
  padding: 1rem 0;
}
.page-header.issue-header .entry-title {
  margin-top: 1rem;
}
.page-header.issue-header .entry-content {
  max-width: 630px;
  margin: 0 auto;
}
.page-header.issue-header .button-holder {
  margin-top: 2rem;
}
.page-header.issue-header .button-holder .button, .page-header.issue-header .button-holder .menu-secondary-container a, .menu-secondary-container .page-header.issue-header .button-holder a {
  padding: 1rem 4rem;
}

.archive-header .page-title {
  font-size: 1.875rem;
}

.search-results-header.no-search-query {
  padding: 8rem 0;
}
.search-results-header .search-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: center;
      justify-content: center;
}
.search-results-header .search-form > label {
  width: 260px;
  margin-right: 1rem;
}
.search-results-header .search-form .search-field {
  display: block;
  width: 100%;
}

.post-header {
  padding-bottom: 1rem;
  border-bottom: 1px solid #cfcfcf;
}
.post-header h1, .post-header h2 {
  padding-bottom: 0;
  border: none;
}
.post-header .post-title {
  font-size: 1.875rem;
  color: #2c5f7f;
}

.single-post-content-holder {
  position: relative;
  padding-top: 1rem;
}
.single-post-content-holder .clr-share-holder {
  position: absolute;
  left: -4rem;
  top: 1.5rem;
  display: block;
  margin: 0;
}
.single-post-content-holder .clr-share-holder .section-title {
  display: none;
}
.single-post-content-holder .clr-share-list {
  margin: 0;
}
.single-post-content-holder .clr-share-list li {
  display: block;
  margin: 1rem 0;
}
.single-post-content-holder .clr-share-list .label {
  display: none;
}
.single-post-content-holder .clr-share-list .icon {
  width: 20px;
  height: auto;
}
@media screen and (max-width: 920px) {
  .single-post-content-holder .clr-share-holder {
    display: none;
  }
}

.display-authors {
  color: #262626;
  font-family: "Libre Baskerville", serif;
  font-size: .875rem;
  font-style: italic;
}
.display-authors a {
  color: #262626;
}

.page-content {
  position: relative;
  padding: 2rem 0;
}
.page-content > .wrap {
  max-width: 834px;
}

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

.post-meta {
  color: #262626;
  font-size: .75rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.post-meta a,
.post-meta a:focus,
.post-meta a:active,
.post-meta a:hover {
  color: #262626;
}
.post-meta > span:before {
  content: ' \00b7 ';
  padding: 0 .4rem;
}
.post-meta > span:first-child:before {
  display: none;
}
.post-meta > .issue, .post-meta > .issue-parent, .post-meta > .volume, .post-meta > .volume-year {
  color: #898989;
}
.post-meta > .issue a,
.post-meta > .issue a:focus,
.post-meta > .issue a:active,
.post-meta > .issue a:hover, .post-meta > .issue-parent a,
.post-meta > .issue-parent a:focus,
.post-meta > .issue-parent a:active,
.post-meta > .issue-parent a:hover, .post-meta > .volume a,
.post-meta > .volume a:focus,
.post-meta > .volume a:active,
.post-meta > .volume a:hover, .post-meta > .volume-year a,
.post-meta > .volume-year a:focus,
.post-meta > .volume-year a:active,
.post-meta > .volume-year a:hover {
  color: #898989;
}

.post-citation {
  margin: 2rem 0;
  padding-top: 1rem;
  color: #898989;
  font-size: .75rem;
  font-weight: bold;
  border-top: 1px solid #cfcfcf;
}
.post-citation strong {
  color: #262626;
}

.posts-feed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2rem;
}
.posts-feed .hentry {
  -ms-flex: 1 50%;
      flex: 1 50%;
  max-width: 50%;
  padding: 2rem;
}
.posts-feed .wp-post-image {
  float: left;
  margin: 0 1rem 1rem 0;
}
.posts-feed .entry-title {
  margin: .5rem 0;
  font-size: 1.375rem;
}
.posts-feed .display-authors {
  margin-bottom: .75rem;
}
.posts-feed .entry-content {
  font-size: .875rem;
}
.posts-feed .entry-content p {
  margin: 0;
}
.posts-feed.posts-feed-single-column .hentry {
  -ms-flex: 1 100%;
      flex: 1 100%;
  max-width: 100%;
}
.posts-feed.posts-feed-hide-thumbnail .wp-post-image {
  display: none;
}
.posts-feed.posts-feed-hide-excerpt .entry-content {
  display: none;
}
@media screen and (max-width: 600px) {
  .posts-feed {
    display: block;
  }
  .posts-feed .hentry {
    max-width: 100%;
  }
}

.posts-feed-holder-with-pagination {
  padding-top: 4rem;
}

.posts-feed-header {
  padding: 1rem 0;
  background-color: #dbe2e6;
  text-align: center;
}
.posts-feed-header .posts-feed-title {
  margin: 0;
  color: #2c5f7f;
  font-family: "proxima-nova", sans-serif;
  font-size: 1rem;
  font-weight: bold;
}

.board-of-directors-people {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem;
}
.board-of-directors-people .board-of-directors-person {
  -ms-flex: 1 50%;
      flex: 1 50%;
  max-width: 50%;
  padding: 1rem;
  text-align: center;
}
.board-of-directors-people .board-of-directors-person .name {
  margin: .5rem 0 .25rem;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
}
.board-of-directors-people .board-of-directors-person .title {
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (max-width: 500px) {
  .board-of-directors-people {
    display: block;
    margin: 0 auto;
  }
  .board-of-directors-people .board-of-directors-person {
    max-width: none;
    padding: 1rem 0;
  }
}

.contact-top-blocks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2rem;
}
.contact-top-blocks .block {
  -ms-flex: 1 33.3333%;
      flex: 1 33.3333%;
  max-width: 33.3333%;
  padding: 2rem;
}
.contact-top-blocks .block-title {
  margin: 0 0 .5rem 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .contact-top-blocks {
    display: block;
    margin: 0;
    padding: 1rem 0;
  }
  .contact-top-blocks .block {
    max-width: none;
    padding: 1rem 0;
  }
}

.clr-twitter-feed #ctf .ctf-tweets {
  display: -ms-flexbox;
  display: flex;
}
.clr-twitter-feed #ctf .ctf-tweets .ctf-item {
  -ms-flex: 1;
      flex: 1;
  padding: 0 .5rem;
  border: none;
}
@media screen and (max-width: 850px) {
  .clr-twitter-feed #ctf .ctf-tweets {
    display: block;
  }
  .clr-twitter-feed #ctf .ctf-tweets .ctf-item {
    padding: .5rem 0;
  }
}

.contact-and-map-section {
  padding: 1rem 0;
}
.contact-and-map-section .contact-and-map-wrap {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem;
  padding: 0;
}
.contact-and-map-section .contact-form-holder,
.contact-and-map-section .contact-map-embed-holder {
  -ms-flex: 1;
      flex: 1;
  padding: 2rem;
}
.contact-and-map-section .contact-map-embed-holder iframe {
  width: 100%;
  height: 100%;
  min-height: 350px;
}
.contact-and-map-section .contact-form-holder .gform_wrapper h3.gform_title {
  margin-top: 0;
  font-size: 1.875rem;
  color: #2c5f7f;
}
.contact-and-map-section .contact-form-holder .gform_wrapper .gform_footer {
  padding-right: 16px;
}
@media screen and (max-width: 640px) {
  .contact-and-map-section .contact-form-holder .gform_wrapper .gform_footer {
    padding-right: 0;
  }
}
.contact-and-map-section .contact-form-holder .gform_wrapper .gform_footer .gform_button {
  width: 100%;
}
.contact-and-map-section .contact-form-holder .gform_confirmation_wrapper {
  padding: 2rem;
  background-color: #dbe2e6;
}
@media screen and (max-width: 950px) {
  .contact-and-map-section .contact-and-map-wrap {
    display: block;
    margin: 0;
  }
  .contact-and-map-section .contact-form-holder,
  .contact-and-map-section .contact-map-embed-holder {
    padding: 1rem 0;
  }
}

.filtered-feed-section .posts-feed,
.filtered-feed-section .facetwp-pager {
  display: none;
}
.filtered-feed-section.loaded .posts-feed {
  display: block;
}
.filtered-feed-section.loaded .facetwp-pager {
  display: -ms-flexbox;
  display: flex;
}
.filtered-feed-section .filter-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  margin: 0 -1rem 1rem;
}
.filtered-feed-section .filter-bar .facetwp-facet {
  -ms-flex: 1;
      flex: 1;
  position: relative;
  margin: 0 1rem;
}
.filtered-feed-section .filter-bar .fs-wrap,
.filtered-feed-section .filter-bar .fs-dropdown {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .filtered-feed-section .filter-bar {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }
  .filtered-feed-section .filter-bar .facetwp-facet {
    margin: 0 .5rem;
  }
}
@media screen and (max-width: 500px) {
  .filtered-feed-section .filter-bar {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .filtered-feed-section .filter-bar .facetwp-facet {
    margin: .5rem 0;
  }
}
.filtered-feed-section .filtered-feed-wrap {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.filtered-feed-section .facetwp-pager .facetwp-pager-label {
  display: none;
}

/*--------------------------------------------------------------
## Masthead
--------------------------------------------------------------*/
.masthead-header {
  text-align: left;
}
.masthead-header .page-title {
  border: none;
}

.masthead.hentry .section-title {
  margin-bottom: 0;
}

.masthead-groups-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2rem;
}
.masthead-groups-section .masthead-group {
  -ms-flex: 1 33.3333%;
      flex: 1 33.3333%;
  max-width: 33.3333%;
  padding: 2rem;
}
.masthead-groups-section .group-title {
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
}
.masthead-groups-section .group-content > *:first-child {
  margin-top: 0;
}
.masthead-groups-section .group-content > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 730px) {
  .masthead-groups-section .masthead-group {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .masthead-groups-section {
    display: block;
    margin: 0;
  }
  .masthead-groups-section .masthead-group {
    max-width: none;
    padding: 1rem 0;
  }
}

.masthead-pdf-button-holder {
  padding: 2rem 0;
  text-align: center;
}

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

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