/*!
Theme Name: cl
Theme URI: https://github.com/THORDesignStudio/colorado-lawyer
Author: John Serrao (THOR Studio)
Author URI: https://thor.design/
Description: Theme for the Colorado Bar Association (COBAR) Colorado Lawyer magazine website.
Version: 2.0.0
Tested up to: 8.2
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cl
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.

_s 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

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

/* 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;
  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: #222222;
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  margin: 0; }

h1, h2, h3 {
  font-family: "utopia-std", "Times New Roman", serif; }

h1 {
  font-size: 48px;
  font-weight: 600; }

h2, .Body_Subhead {
  font-family: "utopia-std", "Times New Roman", serif;
  font-size: 36px;
  font-weight: 600;
  margin: 0; }

h2.Body_Subhead, p.Body_Subhead {
  line-height: 48px; }

h3, .Body_Subhead2 {
  font-size: 24px;
  font-weight: 400; }

h3.Body_Subhead2 {
  font-style: italic; }

p {
  font-size: 20px;
  line-height: 1.7;
  margin: 1em 0; }

li {
  font-size: 20px;
  line-height: 1.7; }

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

.Body_Text.ParaOverride-1 {
  font-weight: 300 !important; }

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

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

ul,
ol {
  margin: 1em 0 1em 0.5em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

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

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

figure {
  margin: 1em 0; }

table {
  background-color: #fff;
  border-collapse: collapse;
  margin: 1em 0;
  min-width: 768px;
  overflow-x: scroll;
  position: relative; }
  @media (min-width: 768px) {
    table {
      min-width: inherit;
      width: 100%; } }

td, th {
  border: 1px solid #979797;
  padding: 0.5rem;
  text-align: left; }

tr {
  background-color: transparent;
  cursor: pointer;
  transition: 0.2s ease-in-out; }
  tr:nth-child(even) {
    background-color: #eee; }
  tr:hover {
    background-color: #fff9c0; }

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  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; }

.general-button {
  align-items: center;
  background-color: #062B48;
  border-radius: 10px;
  color: #fff !important;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s ease;
  width: 250px; }
  .general-button:active, .general-button:focus, .general-button:hover {
    color: #fff !important;
    text-decoration: none; }

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-main {
  margin: 15vh auto 5vh auto;
  max-width: inherit;
  padding: 0 4vw;
  width: 100%; }
  @media (min-width: 1200px) {
    .site-main {
      max-width: 1200px; } }

.section-heading {
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: uppercase; }

._idEndnoteLink {
  font-size: 17px;
  position: relative;
  top: -0.8vh; }
  ._idEndnoteLink:before {
    content: '[';
    margin-left: 2px; }
  ._idEndnoteLink:after {
    content: ']';
    margin-right: 2px; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Top level nav components
--------------------------------------------- */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.nav-container {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 0;
  max-width: 380px;
  min-height: 100vh;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.4s ease-in-out;
  transform: translateX(-100%);
  will-change: transform;
  z-index: 30; }
  .nav-container.activated {
    transform: translateX(0%); }

.nav-overlay {
  background-color: #222;
  min-height: 100vh;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  z-index: -10; }
  .nav-overlay.activated {
    opacity: 0.8;
    visibility: visible;
    z-index: 20; }

.nav-header {
  align-items: center;
  background-image: linear-gradient(rgba(22, 22, 22, 0.3), rgba(22, 22, 22, 0.3)), url(assets/img/menu-header-img.jpg);
  background-position: center center;
  background-size: cover;
  display: flex;
  height: 100px;
  justify-content: center;
  opacity: 0;
  position: relative; }
  .nav-header.activated {
    animation: fadeIn 0.75s ease forwards;
    animation-delay: 0.4s; }

.nav-title img {
  max-width: 200px; }

.nav-menu-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 32px;
  justify-content: center;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px; }
  .nav-menu-button :focus {
    box-shadow: 0 0 0 1px #4169e1 inset; }
  .nav-menu-button img#menu-close {
    display: block;
    fill: #fff;
    width: 32px; }
  .nav-menu-button.activated {
    animation: fadeIn 0.75s ease forwards;
    animation-delay: 1.2s; }

.nav-menu-section {
  margin: 3vh 35px; }

.nav-item-container {
  list-style: none;
  margin: 0;
  opacity: 0;
  padding-left: 0; }
  .nav-item-container.activated {
    animation: fadeIn 0.75s ease forwards;
    animation-delay: 0.6s; }
  .nav-item-container a, .nav-item-container a:visited, .nav-item-container a:focus, .nav-item-container a:active {
    color: #222;
    text-decoration: none;
    transition: 0.2s ease-in-out; }
  .nav-item-container a:hover {
    color: #4D4D4F;
    text-decoration: none; }
  .nav-item-container li {
    cursor: pointer;
    font-size: 33px;
    line-height: 33px;
    padding: 0.5vh 0; }

.nav-menu-socials {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin: 3vh 35px;
  max-width: 230px;
  opacity: 0; }
  .nav-menu-socials.activated {
    animation: fadeIn 0.75s ease forwards;
    animation-delay: 0.8s; }

.social-icon-container {
  align-items: center;
  background-color: #222;
  border-radius: 25px;
  display: flex;
  height: 50px;
  justify-content: center;
  transition: 0.2s ease-in-out;
  width: 50px; }
  .social-icon-container:hover {
    background-color: #4D4D4F; }

img.social-icon {
  height: 25px;
  width: 25px; }

.nav-menu-footer {
  background-color: #062B48;
  height: 150px;
  opacity: 0;
  padding: 30px 35px; }
  .nav-menu-footer.activated {
    animation: fadeIn 0.75s ease forwards;
    animation-delay: 1s; }

img.cba-icon {
  display: block;
  height: 60px; }

.logged-in .nav-container {
  margin-top: 46px; }
  @media (min-width: 768px) {
    .logged-in .nav-container {
      margin-top: 32px; } }

.header-skin {
  align-items: center;
  background-color: #062B48;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 2vh 0;
  position: fixed;
  transition: all 0.4s ease;
  transform: translateX(0);
  top: 0;
  width: 100%;
  z-index: 10; }
  .header-skin.is-scrolled {
    transform: translateY(-15vh); }

.header-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: inherit;
  padding: 0 4vw;
  width: 100%; }
  @media (min-width: 1200px) {
    .header-container {
      max-width: 1200px; } }

.header-left-container {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-basis: 50px;
  justify-content: center; }
  @media (min-width: 768px) {
    .header-left-container {
      flex-basis: 120px;
      justify-content: flex-start; } }

.header-center-container {
  flex-basis: 350px;
  text-align: center; }
  .header-center-container img {
    display: inline-block;
    margin: 0 auto;
    transition: all 0.2s ease;
    max-width: 160px; }
    @media (min-width: 380px) {
      .header-center-container img {
        max-width: 200px; } }
    @media (min-width: 480px) {
      .header-center-container img {
        margin: 0;
        max-width: 250px; } }

.searchwp-modal-form-trigger-el {
  align-items: center;
  background-color: transparent;
  background-image: url(/wp-content/themes/cl/assets/img/watchglass.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 0;
  height: 50px;
  justify-content: center;
  outline: none;
  padding: 8px 16px;
  transition: 0.2s ease;
  width: 50px; }
  @media (min-width: 768px) {
    .searchwp-modal-form-trigger-el {
      background-image: none;
      font-size: 16px;
      flex-basis: 120px;
      text-decoration: none;
      text-transform: uppercase; } }
  .searchwp-modal-form-trigger-el::after {
    width: 30px;
    height: 30px; }
  .searchwp-modal-form-trigger-el:hover, .searchwp-modal-form-trigger-el:focus, .searchwp-modal-form-trigger-el:active {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    outline: none;
    text-decoration: none; }
  .searchwp-modal-form-trigger-el:visited {
    color: #fff;
    outline: none;
    text-decoration: none; }

img.header-search-icon {
  cursor: pointer;
  height: 25px;
  width: 25px; }

.logged-in .header-skin {
  margin-top: 46px; }
  @media (min-width: 768px) {
    .logged-in .header-skin {
      margin-top: 32px; } }

.footer-skin {
  align-items: center;
  background-color: #062B48;
  color: #fff;
  display: flex;
  justify-content: center;
  width: 100%; }

.footer-container {
  max-width: inherit;
  padding: 0 4vw;
  width: 100%; }
  @media (min-width: 990px) {
    .footer-container {
      max-width: 990px; } }

.footer-lists {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 25px 0; }
  @media (min-width: 768px) {
    .footer-lists {
      align-items: flex-start;
      flex-direction: row;
      justify-content: space-between; } }

.footer-block-container {
  flex-basis: inherit;
  order: 3;
  padding: 0; }
  @media (min-width: 768px) {
    .footer-block-container {
      flex-basis: 200px;
      order: 1;
      padding-right: 10px; } }

.footer-socials {
  text-align: center; }

.social-item {
  display: inline-block;
  min-width: 30px;
  max-width: 50px;
  padding: 0 12px; }
  .social-item img {
    margin: 0;
    height: 30px;
    width: 30px; }
  .social-item img:first-child {
    margin-left: -8px; }

.footer-block-container {
  font-size: 24px; }
  .footer-block-container ul#menu-footer {
    margin: 0;
    padding-left: 0;
    text-align: center; }
    @media (min-width: 768px) {
      .footer-block-container ul#menu-footer {
        text-align: left; } }
  .footer-block-container li {
    display: inline;
    line-height: 1.2;
    list-style: none;
    padding: 4px 0; }
    @media (min-width: 768px) {
      .footer-block-container li {
        display: block; } }
    @media (max-width: 768px) {
      .footer-block-container li:after {
        content: " | ";
        padding: 0 3px; } }
    @media (max-width: 768px) {
      .footer-block-container li:last-child:after {
        content: ""; } }
  .footer-block-container a, .footer-block-container a:active, .footer-block-container a:focus, .footer-block-container a:visited {
    color: #fff;
    text-decoration: none; }
  .footer-block-container a:hover {
    text-decoration: underline; }

/* Bottom footer */
.footer-rights {
  font-size: 14px;
  letter-spacing: 1px;
  margin: 10px 0;
  text-transform: uppercase; }
  .footer-rights span {
    padding: 0 8px; }
  .footer-rights a, .footer-rights a:focus, .footer-rights a:visited, .footer-rights a:hover {
    color: #fff;
    text-decoration: none; }

.footer-rights-text {
  padding: 20px 0;
  text-align: center; }

.footer-bar {
  background-color: #D8D8D8;
  height: 5px;
  margin: 0; }
  .footer-bar.middle {
    display: none; }
    @media (max-width: 768px) {
      .footer-bar.middle {
        display: block;
        margin: 25px 0;
        order: 2;
        width: 100%; } }

.footer-podcast {
  order: 1;
  flex-basis: 100%; }
  @media (min-width: 768px) {
    .footer-podcast {
      border-left: 1px solid #D8D8D8;
      flex-basis: calc(100% - 200px);
      order: 2;
      padding-left: 60px; } }
  .footer-podcast h3 {
    font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  .footer-podcast p {
    line-height: 1.4; }

a.write-for-us-section {
  align-items: center;
  display: flex;
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 800;
  margin: 15px 0;
  text-decoration: none;
  text-transform: uppercase; }
  a.write-for-us-section:hover, a.write-for-us-section:focus, a.write-for-us-section:visited {
    text-decoration: none; }
  a.write-for-us-section img {
    margin-right: 8px;
    width: 40px; }

/* Used an ID because I wanted to override a UI bug everyone was seeing */
#write-for-us-img {
  margin-right: 8px;
  width: 40px; }

.footer-signup-input {
  margin: 8px 0; }
  .footer-signup-input label {
    display: block; }
  .footer-signup-input input[type="text"],
  .footer-signup-input input[type="email"] {
    width: 100%; }

.search-field {
  width: 300px; }

#search-results-page .page-title {
  margin-bottom: 25px; }

#search-results-page article {
  border-bottom: 1px solid #979797;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em; }
  #search-results-page article:last-child {
    border-bottom: none; }

#search-results-page .bug-container {
  margin: 0; }

/* ************************************
  *
  * 1) Overlay and container positioning
  *
  ************************************ */
.cl-default .cl__overlay {
  background: rgba(45, 45, 45, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999990; }

.cl-default .cl__container {
  width: 100%;
  max-width: 500px;
  max-height: 100vh; }

.cl-default .cl__content {
  background-color: #fff;
  padding: 2em;
  border-radius: 2px;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 9999998; }

.searchwp-modal-form-default .searchwp-modal-form__content {
  background-color: #062B48 !important;
  border-radius: 10px !important;
  padding: 2.5em 2em !important; }

.searchwp-modal-form-default .searchwp-modal-form__content .search-form label input {
  background-color: #062B48 !important;
  border-radius: 8px !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  padding: 10px 20px !important;
  /* Changing placeholder text remain surreal, even in 2020 */ }
  .searchwp-modal-form-default .searchwp-modal-form__content .search-form label input:focus {
    outline: none; }
  .searchwp-modal-form-default .searchwp-modal-form__content .search-form label input::-webkit-input-placeholder {
    color: #fff; }
  .searchwp-modal-form-default .searchwp-modal-form__content .search-form label input::-moz-placeholder {
    color: #fff; }
  .searchwp-modal-form-default .searchwp-modal-form__content .search-form label input::-ms-input-placeholder {
    color: #fff; }
  .searchwp-modal-form-default .searchwp-modal-form__content .search-form label input::placeholder {
    color: #fff; }

.searchwp-live-search-results-showing {
  border-radius: 10px !important; }

.searchwp-live-search-result p {
  margin: 0 auto !important;
  padding: 1.5em 0 !important;
  width: 85%; }
  .searchwp-live-search-result p a, .searchwp-live-search-result p a:visited, .searchwp-live-search-result p a:hover {
    color: #111; }

.searchwp-modal-form__container input[type="submit"] {
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  line-height: 1 !important;
  padding: 12px 35px;
  text-transform: uppercase; }
  @media (max-width: 480px) {
    .searchwp-modal-form__container input[type="submit"] {
      display: none; } }

.searchwp-modal-form__footer {
  display: none; }

.searchwp-revised-search-notice {
  margin: 0 auto !important;
  padding: 1.5em 0 !important;
  width: 85%; }

/* **************************************
  *
  * 2) WordPress search form customization
  *
  ************************************** */
.cl-default .cl__content .search-form {
  display: flex;
  align-items: center;
  justify-content: center; }

.cl-default .cl__content .search-form label {
  flex: 1;
  padding-right: 0.75em;
  /* This may cause issues depending on your theme styles. */
  /* Some common resets */
  float: none;
  margin: 0;
  width: auto; }

.cl-default .cl__content .search-form label input {
  display: block;
  width: 100%;
  /* Some common resets */
  float: none;
  margin: 0 0 0 0.75em; }

.cl-default .cl__footer {
  padding-top: 1em; }

.cl-default .cl__close {
  line-height: 1;
  display: block;
  margin: 0 auto;
  background: transparent;
  border: 0;
  padding: 0.4em 0.5em; }

.cl-default .cl__close:before {
  content: "\00d7";
  font-size: 2em; }

/* ******************************************
  *
  * 3) Animation and display interaction setup
  *
  ***************************************** */
@keyframes searchwpModalFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes searchwpModalFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes searchwpModalSlideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }

@keyframes searchwpModalSlideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }

.cl {
  display: none; }

.cl.is-open {
  display: block; }

.cl[aria-hidden="false"] .cl-default .cl__overlay {
  animation: searchwpModalFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.cl[aria-hidden="false"] .cl-default .cl__container {
  animation: searchwpModalSlideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.cl[aria-hidden="true"] .cl-default .cl__overlay {
  animation: searchwpModalFadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.cl[aria-hidden="true"] .cl-default .cl__container {
  animation: searchwpModalSlideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.cl-default .cl__container,
.cl-default .cl__overlay {
  will-change: transform; }

/* Posts and pages
--------------------------------------------- */
.site-main {
  min-height: 60vh; }

.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

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

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

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

.archive-header {
  margin: 4vh 0; }

.archive-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 45px;
  margin: 50px 0; }
  @media (min-width: 480px) {
    .archive-grid {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 990px) {
    .archive-grid {
      grid-template-columns: 1fr 1fr 1fr; } }

.archive-ftc-grid {
  display: grid;
  flex: 2 1 0;
  grid-template-columns: 1fr;
  grid-gap: 25px; }
  @media (min-width: 480px) {
    .archive-ftc-grid {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 768px) {
    .archive-ftc-grid {
      margin-right: 25px; } }
  @media (min-width: 990px) {
    .archive-ftc-grid {
      flex: 3 1 0;
      grid-template-columns: 1fr 1fr; } }

.archive-entry-title {
  color: #222222;
  font-family: "utopia-std", "Times New Roman", serif;
  font-size: 28px;
  font-weight: 600;
  margin: 0; }
  .archive-entry-title a, .archive-entry-title a:focus, .archive-entry-title a:visited, .archive-entry-title a:hover {
    color: #222222;
    text-decoration: none; }

.archive-timestamp {
  color: #222222;
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  margin: 1vh 0; }

.archive-department {
  display: block;
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase; }

.archive-issue-page-heading {
  font-size: 28px; }

.endnotes-container p {
  overflow: hidden; }

.features .archive-entry-title {
  font-size: 26px; }

.features .bug-container {
  font-size: 18px; }

.features .archive-timestamp {
  font-size: 16px; }

.features .feature-bar {
  padding: 0 5px; }

.courts-topics {
  font-style: italic; }

.archive-ftc-header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between; }

.archive-filter-button {
  display: none; }
  @media (max-width: 768px) {
    .archive-filter-button {
      align-items: center;
      background-color: #fff;
      border: 1px solid #062B48;
      border-radius: 10px;
      color: #111;
      cursor: pointer;
      display: block;
      padding: 8px 16px;
      margin: 10px auto;
      text-align: center;
      text-transform: uppercase;
      transition: 0.2s ease;
      width: 200px; } }
  @media (max-width: 768px) {
    .archive-filter-button.dark {
      background-color: #062B48;
      color: #fff;
      width: 100%; } }

.archive-ftc-primary-container {
  align-items: flex-start;
  display: flex; }

.archive-ftc-list {
  flex: 2 1 0; }
  @media (min-width: 768px) {
    .archive-ftc-list {
      margin-right: 25px; } }
  @media (min-width: 990px) {
    .archive-ftc-list {
      flex: 3 1 0; } }

.archive-ftc-filters {
  flex: 1 1 0;
  position: sticky;
  top: 160px;
  min-width: 300px; }
  @media (max-width: 768px) {
    .archive-ftc-filters {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      overflow: auto;
      padding: 25px;
      width: 300px;
      transition: 0.4s ease-in-out;
      transform: translateX(300px);
      will-change: transform;
      z-index: 30; }
      .archive-ftc-filters.activated {
        transform: translateX(0%); } }

.archive-ftc-article {
  border-bottom: 1px solid #979797;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em; }
  @media (min-width: 990px) {
    .archive-ftc-article {
      flex-direction: row; } }

.archive-ftc-content {
  flex: 4 1 0;
  margin-right: 50px; }
  @media (min-width: 768px) {
    .archive-ftc-content {
      flex: 3 1 0; } }
  @media (min-width: 990px) {
    .archive-ftc-content {
      flex: 4 1 0; } }

.archive-ftc-date {
  flex: 1.7 1 0; }

.archive-filter-header {
  color: #222222;
  font-family: "utopia-std", "Times New Roman", serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.1; }

.archive-filter {
  border-bottom: 1px solid #979797;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em; }

.archive-ftc-timestamp {
  color: #222222;
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 300; }

#archive-filter-reset, #archive-filter-checkboxes-reset {
  cursor: pointer; }

.ftc-button-container {
  margin: 50px auto; }

.archive-tax-article {
  align-items: flex-start;
  border-bottom: 1px solid #979797;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em; }
  @media (min-width: 768px) {
    .archive-tax-article {
      flex-direction: row; } }

.archive-img-content {
  flex: 1 1 0;
  margin-right: 25px; }

.archive-tax-content {
  flex: 4 1 0; }
  @media (min-width: 768px) {
    .archive-tax-content {
      flex: 3 1 0; } }

.archive-tag-cloud {
  text-align: center; }

.archive-tag-item {
  background-color: #c2c2c2;
  color: #111;
  display: inline-block;
  font-size: 22px;
  cursor: pointer;
  margin: 12px;
  padding: 2px 18px;
  text-decoration: none;
  transition: all .2s ease-in-out; }
  .archive-tag-item:active, .archive-tag-item:visited {
    background-color: #c2c2c2;
    color: #111; }
  .archive-tag-item:hover {
    background-color: #062B48;
    color: #fff;
    text-decoration: none; }

.archive-header.edition {
  align-items: center;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 500px;
  justify-content: center;
  margin: 10vh 0 0 0; }
  @media (min-width: 990px) {
    .archive-header.edition {
      height: 600px; } }
  .archive-header.edition h1 {
    color: #fff;
    padding: 0 15px;
    text-align: center; }
    @media (min-width: 990px) {
      .archive-header.edition h1 {
        font-size: 64px; } }

.site-main.edition {
  margin-top: 5vh; }

.general-button.edition {
  background-color: #fff;
  color: #062B48 !important;
  margin-top: 10px; }

.archive-tax-list.features {
  margin-right: 30px; }

a.hp-ftc-container, .ftc-header-container {
  background-image: url(/wp-content/themes/cl/assets/img/from-the-courts-img.jpg);
  background-position: center center;
  background-size: cover;
  color: #fff;
  display: block;
  margin-bottom: 50px;
  padding: 100px 5px;
  text-align: center;
  text-decoration: none;
  width: 100%; }
  a.hp-ftc-container:focus, a.hp-ftc-container:visited, .ftc-header-container:focus, .ftc-header-container:visited {
    color: #fff;
    text-decoration: none; }
  a.hp-ftc-container h2, .ftc-header-container h2 {
    font-size: 48px;
    font-weight: 300;
    padding: 5px 0; }

.ftc-header-container {
  margin-bottom: 25px;
  padding: 50px 5px; }

.features-header-container {
  background-image: url(/wp-content/themes/cl/assets/img/features-bg-img.jpg);
  background-position: center center;
  background-size: cover; }

a.hp-wfu-container {
  background-color: #3484e0;
  display: block;
  padding: 30px 15px;
  text-decoration: none; }
  @media (min-width: 480px) {
    a.hp-wfu-container {
      padding: 50px 25px; } }
  a.hp-wfu-container:hover, a.hp-wfu-container:focus, a.hp-wfu-container:visited {
    color: #111;
    text-decoration: none; }
  a.hp-wfu-container span {
    color: #fff;
    font-weight: 600; }
  a.hp-wfu-container h3 {
    color: #111;
    font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.2;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 480px) {
      a.hp-wfu-container h3 {
        line-height: 1.4;
        max-width: 600px; } }

#news-and-events header {
  margin-bottom: 50px; }

.facetwp-facet {
  margin: 0 !important; }

.facetwp-type-date_range {
  display: flex; }
  .facetwp-type-date_range > .flatpickr-alt {
    width: 100px; }

.facetwp-facet {
  line-height: 1.2;
  margin: 12px 0; }

.facetwp-dropdown {
  line-height: 1.2;
  padding: 5px 0;
  width: 240px; }

.facetwp-checkbox {
  margin-bottom: 10px !important; }

.flatpickr-clear {
  background-color: #062B48;
  color: #fff; }

.facetwp-page {
  color: #062B48;
  padding: 8px 16px;
  text-transform: uppercase; }

.facetwp-page.prev, .facetwp-page.next {
  background-color: transparent;
  border: 1px solid #062B48;
  border-radius: 10px;
  color: #062B48;
  cursor: pointer;
  font-weight: 300;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase; }

#archive-features-filter-reset,
#archive-features-filter-checkboxes-reset,
#archive-features-issue-reset {
  cursor: pointer;
  text-decoration: underline; }

.bug-container {
  color: #222222;
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 800;
  margin: 1.5vh 0;
  text-decoration: none;
  text-transform: uppercase; }
  .bug-container a, .bug-container a:hover, .bug-container a:visited, .bug-container a:focus {
    color: #222222;
    font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 24px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase; }

.byline:before {
  content: "|";
  padding: 0 5px; }

.subtitle {
  color: #222222;
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 28px;
  font-weight: 300;
  margin: 2vh 0; }

.issue-timestamp {
  color: #222222;
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin: 2vh 0; }

.author-container {
  background-color: #062B48;
  color: #fff;
  padding: 2vh 3vw;
  margin: 4vh 0; }

.author-content a, .author-content a:hover, .author-content a:focus, .author-content a:visited {
  color: #fff;
  text-decoration: underline; }

.download-button {
  align-items: center;
  background-color: #062B48;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 8px 16px;
  margin: 10px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 300px; }
  .download-button:hover, .download-button:visited, .download-button:focus {
    color: #fff;
    text-decoration: none; }

.tag-container {
  margin: 2vh 0; }

.tag {
  background-color: #eee;
  cursor: pointer;
  display: inline-block;
  margin-top: 5px;
  padding: 10px 12px;
  transition: all .2s ease; }
  .tag:hover {
    background-color: #c9c9c9; }
  .tag a, .tag a:focus, .tag a:visited, .tag a:hover {
    color: #222222;
    text-decoration: none;
    text-transform: uppercase; }

.supplement {
  padding: 10px 20px; }
  @media (min-width: 480px) {
    .supplement {
      border: 1px solid #000;
      padding: 25px 50px; } }

.archive-entry-title.topic-page {
  font-size: 48px;
  margin: 2.5vh 0; }

.pull-quote {
  border-bottom: 1px solid #979797;
  border-top: 1px solid #979797;
  margin: 2vh 0;
  padding: 2vh 0; }
  .pull-quote p {
    color: #062B48;
    font-family: "utopia-std", "Times New Roman", serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0; }
    @media (min-width: 768px) {
      .pull-quote p {
        font-size: 42px; } }

.related-content-heading {
  margin-bottom: 25px; }

.additional-image-container {
  margin: 25px auto;
  max-width: 800px; }

.grid-main-container {
  background-color: #111;
  display: grid;
  grid-gap: 1px;
  grid-template-areas: "primary"  "secondaryone" "secondarytwo" "tertiaryone" "tertiarytwo" "tertiarythree";
  grid-template-columns: 1fr;
  grid-template-rows: minmax(min-content, max-content);
  margin: 25px 0;
  padding-bottom: 1px; }
  @media (min-width: 768px) {
    .grid-main-container {
      grid-template-areas: "primary        primary       primary       primary        primary        primary" "primary        primary       primary       primary        primary        primary" "tertiaryone    tertiaryone   tertiarytwo   tertiarytwo    tertiarythree  tertiarythree" "secondaryone   secondaryone  secondaryone  secondarytwo   secondarytwo   secondarytwo";
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-rows: minmax(min-content, max-content); } }
  @media (min-width: 990px) {
    .grid-main-container {
      grid-template-areas: "primary        primary       primary       tertiaryone" "primary        primary       primary       tertiarytwo" "primary        primary       primary       tertiarythree" "secondaryone   secondaryone  secondarytwo  secondarytwo";
      grid-template-columns: 3fr 1fr 1fr 3fr;
      margin: 50px 0; } }
  @media (min-width: 1200px) {
    .grid-main-container {
      grid-template-columns: 1fr 1fr 1fr 300px; } }

.grid-item {
  background-color: #fff; }

#grid-item-0 {
  grid-area: primary;
  padding: 25px 0; }
  @media (min-width: 990px) {
    #grid-item-0 {
      padding: 0 25px 25px 0; } }

#grid-item-1 {
  display: block;
  grid-area: secondaryone;
  padding: 25px 0; }
  @media (min-width: 768px) {
    #grid-item-1 {
      padding: 25px 25px 25px 0; } }
  @media (min-width: 990px) {
    #grid-item-1 {
      display: flex; } }
  @media (min-width: 990px) {
    #grid-item-1 img {
      max-width: 200px;
      margin-right: 20px; } }

#grid-item-2 {
  display: block;
  grid-area: secondarytwo;
  padding: 25px 0; }
  @media (min-width: 768px) {
    #grid-item-2 {
      padding: 25px 0 25px 25px; } }
  @media (min-width: 990px) {
    #grid-item-2 {
      display: flex; } }
  @media (min-width: 990px) {
    #grid-item-2 img {
      max-width: 200px;
      margin-right: 20px; } }

#grid-item-3 {
  grid-area: tertiaryone;
  padding: 25px 0; }
  @media (min-width: 768px) {
    #grid-item-3 {
      padding: 25px 25px 25px 0; } }
  @media (min-width: 990px) {
    #grid-item-3 {
      padding: 25px 0 25px 25px; } }

#grid-item-4 {
  grid-area: tertiarytwo;
  padding: 25px 0; }
  @media (min-width: 768px) {
    #grid-item-4 {
      padding: 25px; } }
  @media (min-width: 990px) {
    #grid-item-4 {
      padding: 25px 0 25px 25px; } }

#grid-item-5 {
  grid-area: tertiarythree;
  padding: 25px 0; }
  @media (min-width: 768px) {
    #grid-item-5 {
      padding: 25px 0 25px 25px; } }
  @media (min-width: 990px) {
    #grid-item-5 {
      padding: 25px 0 25px 25px; } }

.archive-category .bug-container {
  margin: 0 0 5px 0; }

.archive-category a, .archive-category a:visited, .archive-category a:focus, .archive-category a:hover {
  font-size: 18px; }

.grid-main-container .archive-timestamp {
  font-size: 16px; }

.grid-main-container .subtitle {
  font-size: 22px;
  line-height: 1.2;
  margin: 0.5vh 0; }

.entry-title.lifestyle {
  color: #979797;
  font-size: 48px;
  font-weight: 200;
  letter-spacing: 6px;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .entry-title.lifestyle {
      font-size: 64px;
      letter-spacing: 10px; } }

.lifestyle-rule {
  margin-left: auto;
  margin-right: auto;
  width: 80vw; }
  @media (min-width: 768px) {
    .lifestyle-rule {
      width: 50vw; } }

.lifestyle-subtitle {
  display: block;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .lifestyle-subtitle {
      font-size: 20px; } }

.edition-header {
  margin: 25px 0; }

.presidents-message-container {
  background-color: #062B48;
  color: #fff; }

.presidents-message-inner-container {
  padding: 5vh 4vw 8vh 4vw;
  margin: 0 auto; }
  @media (min-width: 1200px) {
    .presidents-message-inner-container {
      max-width: 1200px; } }
  .presidents-message-inner-container .bug-container,
  .presidents-message-inner-container .archive-entry-title > a,
  .presidents-message-inner-container .archive-entry-title > a:visited,
  .presidents-message-inner-container .archive-entry-title > a:active {
    color: #fff; }
  .presidents-message-inner-container .archive-entry-title > a,
  .presidents-message-inner-container .archive-entry-title > a:visited,
  .presidents-message-inner-container .archive-entry-title > a:active {
    font-size: 36px; }
  .presidents-message-inner-container h3 {
    font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

.fc-header {
  color: #222222;
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  margin: 20px 0;
  text-decoration: none;
  text-transform: uppercase; }
  .fc-header span {
    padding: 0 14px 0 10px; }
  .fc-header a, .fc-header a:visited, .fc-header a:hover, .fc-header a:focus {
    text-decoration: none; }

.fc-container {
  margin: 25px 0 50px 0; }

.fc-content-container {
  display: grid;
  grid-gap: 10px 25px;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(min-content, max-content); }
  @media (min-width: 768px) {
    .fc-content-container {
      grid-template-columns: 1fr 1fr; } }

.fc-item a, .fc-item a:focus, .fc-item a:active, .fc-item a:visited, .fc-item a:hover {
  color: #111;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none; }
  @media (min-width: 990px) {
    .fc-item a, .fc-item a:focus, .fc-item a:active, .fc-item a:visited, .fc-item a:hover {
      font-size: 28px; } }
  @media (min-width: 990px) {
    .fc-item a, .fc-item a:focus, .fc-item a:active, .fc-item a:visited, .fc-item a:hover {
      font-size: 32px; } }

.under-oath-header {
  background-color: #062B48;
  color: #fff;
  margin-top: 20px;
  padding: 15px 30px; }
  @media (min-width: 768px) {
    .under-oath-header {
      padding: 25px 50px; } }

.under-oath-container {
  background-color: #D8D8D8;
  margin-bottom: 25px;
  padding: 20px 30px; }
  @media (min-width: 768px) {
    .under-oath-container {
      padding: 35px 50px; } }

.under-oath-item {
  padding-bottom: 20px;
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 300; }
  .under-oath-item span {
    font-weight: 800; }
  .under-oath-item:last-child {
    padding: 0; }

/**************************\
  Basic Modal Styles
\**************************/
.pw-modal {
  text-align: center; }

.pw-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center; }

.pw-modal__container {
  background-color: #062B48;
  padding: 50px;
  max-width: 430px;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
  border: 10px solid #fff; }

.pw-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.pw-modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
  box-sizing: border-box;
  font-family: "utopia-std", "Times New Roman", serif; }

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

.pw-modal__close {
  background: transparent;
  border: 0; }

.pw-modal__content {
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

.pw-modal__content p {
  line-height: 1.25;
  font-weight: 700; }

@media (min-width: 768px) {
  .pw-modal__content p {
    font-size: 28px; } }

.pw-modal__footer,
.pw-modal__footer a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 21px;
  font-weight: 300; }

.pw-modal__footer div {
  display: flex;
  justify-content: space-around; }

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }

@keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }

.pw-modal-slide {
  display: none; }

.pw-modal-slide.is-open {
  display: block; }

.pw-modal-slide[aria-hidden="false"] .pw-modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.pw-modal-slide[aria-hidden="false"] .pw-modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.pw-modal-slide[aria-hidden="true"] .pw-modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.pw-modal-slide[aria-hidden="true"] .pw-modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.pw-modal-slide .pw-modal__container,
.pw-modal-slide .pw-modal__overlay {
  will-change: transform; }

.modal-lock {
  height: 100vh;
  overflow: hidden; }

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

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

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

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

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

.carousel-wrapper {
  background-color: #062B48;
  color: #fff;
  margin-bottom: 50px; }

.carousel-container {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 300px; }
  @media (min-width: 480px) {
    .carousel-container {
      min-height: 450px; } }
  @media (min-width: 768px) {
    .carousel-container {
      min-height: 550px;
      padding: 0; } }

.carousel-slide {
  max-width: 250px; }

#carousel-0 {
  order: 2;
  transform: scale(1.6); }

#carousel-1 {
  order: 1; }

#carousel-2 {
  order: 3; }

.fc-header.white.center {
  color: #fff;
  line-height: 1.3;
  padding: 0 15px 50px 15px;
  text-align: center; }

/*--------------------------------------------------------------
# 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);
  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;
    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: 1.5em;
  margin-bottom: 1.5em; }

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

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