/**
 * ***************************************
 *
 * @format
 */

/* Theme Name: PaperStreet                 */
/* Theme URI: http://www.wordpressbase.com */
/* Author: PaperStreet                     */
/* Author URI: https://www.paperstreet.com */
/* Description: For PaperStreet            */
/* Text Domain: paperstreet                */
/* Version: 3.2505                         */
/*******************************************/

/*
GENERAL
MENUS
HEADER
FOOTER
FEATURES
ANIMATIONS
MODULES
PRINT
MISC
*/

/*******************************************************************************************
GENERAL - Layout and general features
*******************************************************************************************/

/* GENERAL > Utility Classes */

.no-margin-last > p:last-of-type {
  margin: 0 !important;
}

.no-transition {
  transition: none !important;
}

.hr-after {
  position: relative;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.center,
.has-text-align-center,
.align-center,
.text-center {
  text-align: center;
}

.right,
.align-right,
.text-right {
  text-align: right;
}

.body-font {
  font-family: var(--font-family-body);
}

.header-font {
  font-family: var(--font-family-heading);
}

.overflow-hidden {
  overflow: hidden;
}

.flex-container {
  display: flex;
  align-items: center;
}

.flex-align-vertical {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-align-horizontal {
  display: flex;
  justify-content: center;
  text-align: center;
}

.small-margin-left {
  margin-left: 10px;
}

.small-margin-right {
  margin-right: 10px;
}

.pointer-events-none {
  pointer-events: none;
}

.transition-all {
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.z-index-over {
  position: relative;
  z-index: 1;
}

.background-center {
  background-position: center center !important;
}

.background-y-bottom {
  background-position-y: 100%;
}

.background-y-top {
  background-position-y: 0%;
}

.background-cover {
  background-repeat: no-repeat;
  background-size: cover;
}

.background-transparent {
  background: transparent;
}

.light-text,
button.light-text,
.light-text h1,
.light-text h2,
.light-text h3,
.light-text p,
.light-text span,
.light-text li,
.light-text label {
  color: var(--color-white);
}

/* GENERAL > HTML and Structure */
.content {
  margin-bottom: 60px;
}

.content .wp-block-image {
  margin-bottom: 30px;
}

img.alignright,
.content .wp-block-image .alignright,
.content .wp-block-image.alignright {
  float: right;
  margin: 0 0 var(--gutter-size) var(--gutter-size);
}

img.alignleft,
.content .wp-block-image .alignleft,
.content .wp-block-image.alignleft {
  float: left;
  margin: 0 var(--gutter-size) var(--gutter-size) 0;
}

.content p.indent {
  margin-left: 60px;
}

.content section {
  margin-bottom: 60px;
}

.content section:last-of-type {
  margin: 0;
}

.content p a,
.practice-box-list .accordion-item-content a {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .two-column-content-lists .content ul {
    column-count: 2;
    column-gap: 20px;
  }
}

.content p a:not(:has(img))::before,
.practice-box-list .accordion-item-content a::before {
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: '';
  z-index: -1;
  display: block;
  position: absolute;
  transition: width 0.3s;
  background-color: var(--color-secondary);
}

.content p a:not(:has(img)):hover::before,
.content p a:not(:has(img)):focus::before,
.practice-box-list .accordion-item-content a:hover::before,
.practice-box-list .accordion-item-content a:focus::before {
  width: 100%;
}

ol,
ul {
  margin: 0 0 35px 0;
  padding: 0;
}

ol {
  list-style-position: outside;
  padding-left: 20px;
}

ul.has-before li,
.content li,
.sidebar-list li,
.accordion-item-content li {
  padding: 0 0 0 15px;
  position: relative;
}

.content ol li,
.sidebar-list ol li {
  padding-left: 7px;
}

.content ol li::marker,
.sidebar-list ol li::marker {
  color: var(--color-primary);
}

/* .content .search-results-container {
  margin-bottom: 80px;
} */

.content ul li::before,
ul.has-before li::before,
.sidebar-list ul li::before,
.accordion-item-content ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: var(--color-secondary);
  content: '';
}

ul.has-before li::before,
.content ul li::before,
.sidebar-block ul li::before,
.accordion-item-content ul li::before {
  font-family: var(--font-family-icon);
}

.content ul ul,
.sidebar-list ul ul,
.accordion-item-content ul ul {
  margin: 0 0 0 20px;
}

.content-print {
  margin: 5px 0 25px 150px;
  float: right;
  font-size: 0.875rem;
  color: var(--color-gray);
}

.sidebar-attorneys .attorney-single-row {
  padding: 21px 30px 25px 0;
  position: relative;
  border: 0;
  border-bottom: 1px solid var(--color-gray);
}

.sidebar-attorneys .attorney-row-info-main {
  justify-content: inherit;
}

.sidebar-attorneys .attorney-row-info-main h2 {
  margin-bottom: 10px;
  font-size: 1.125rem;
}

.sidebar-attorneys .attorney-row-info-link {
  position: absolute;
  bottom: 20px;
  right: 0;
  font-size: 1.125rem;
  color: var(--color-secondary);
  line-height: 1;
}

.sidebar-attorneys .attorney-single-row i {
  color: var(--color-secondary);
}

.sidebar-attorneys .attorney-row-info-main-position {
  margin-bottom: 0;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-alternate);
  letter-spacing: 1px;
}

hr,
.hr-after::after {
  background: var(--color-secondary);
  width: 20%;
  height: 5px;
  display: block;
  border: none;
  margin: 40px 0;
  content: '';
}

figure {
  margin: 0;
}

.italic {
  font-style: italic;
}

.non-italic,
address {
  margin-bottom: 35px;
  font-style: normal;
}

.sidebar h2 {
  font-size: 1.5rem;
}

section.no-underline ul {
  border: none;
}

section.no-underline ul:last-of-type {
  padding: 0;
}

.sidebar section:not(:last-child) {
  margin-bottom: 40px;
}

.sidebar-block {
  width: 100%;
}

.sidebar-block ul li {
  padding: 10px 20px 10px 0;
  position: relative;
  font-weight: 700;
  font-size: 1.125rem;
  border-bottom: 1px solid var(--color-gray);
  transition: all 0.3s;
}

.sidebar-block ul li:hover {
  padding-left: 15px;
  padding-right: 20px;
  background-color: var(--color-secondary);
  border-bottom: 1px solid var(--color-secondary);
}

.sidebar-block ul li:hover::after {
  right: 10px;
  color: var(--color-primary);
}

.sidebar-block ul li::after {
  position: absolute;
  top: 10px;
  right: 0;
  font-family: var(--font-family-icon);
  color: var(--color-secondary);
  content: '\f178';
  transition: all 0.3s;
}

.sidebar-block ul li,
.sidebar-block ul li a {
  display: block;
}

.sidebar-block button.no-button,
.sidebar-block ul li a {
  font-weight: 700;
  text-decoration: none;
  color: var(--color-primary);
  transition: all 0.3s;
}

.sidebar-block button.no-button:hover,
.sidebar-block button.no-button:focus,
.sidebar-block ul li a:hover,
.sidebar-block ul li a:focus-visible {
  text-decoration: none;
  color: var(--color-primary);
}

.sidebar-block ul:last-of-type {
  margin: 0;
}

.sidebar-block ul li ul {
  margin: 0;
  padding-left: 20px;
}

.sidebar-newsletter {
  position: relative;
  background: url('images/newsletter-bg.jpg') no-repeat top center;
  background-size: cover;
}

.sidebar-newsletter h2 {
  margin-bottom: 0;
  font-size: 22px;
  color: var(--color-white);
}

.sidebar-newsletter button,
.sidebar-newsletter a {
  padding: 25px;
  text-decoration: none;
  text-align: left;
}

.sidebar-newsletter button:hover h2,
.sidebar-newsletter button:focus h2,
.sidebar-newsletter a:hover h2,
.sidebar-newsletter a:focus h2 {
  text-decoration: underline;
}

.sidebar-newsletter h2 span {
  color: var(--color-secondary);
  text-decoration: none;
}

.sidebar-newsletter-icon {
  margin-left: 10px;
  display: inline-block;
  font-size: 1.5rem;
  color: var(--color-secondary);
  line-height: 1;

  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  grid-gap: 5px 10px;
  gap: 5px 10px;
}

.sidebar-newsletter-icon i {
  font-size: 24px;
  color: var(--color-secondary);
}

.sidebar-newsletter-icon:focus,
.sidebar-newsletter-icon:hover {
  color: var(--color-secondary);
}

.sidebar-list a {
  text-decoration: none;
}

.sidebar-list a:hover,
.sidebar-list a:focus-visible {
  text-decoration: underline;
}

.sidebar-list a:hover i,
.sidebar-list a:focus i {
  text-decoration: none;
}

.sidebar-list {
  border-bottom: 1px solid var(--color-light-gray);
}

/* GENERAL > Form and Inputs */
input,
select,
textarea {
  color: var(--color-primary);
  background: none;
  border: 0;
  border: 1px solid var(--color-primary);
  font-size: 0.875rem;
  line-height: 1.1;
  font-family: var(--font-family-body);
  box-shadow: none;
  margin: 0;
  width: 100%;
  display: block;
  border-radius: 0;
  padding: 18px 0;
}

select {
  border-bottom: none;
}

input.dark-input,
select.dark-input,
textarea.dark-input {
  color: var(--color-primary);
}

textarea {
  resize: none;
  height: 120px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--color-white);
}

input::placeholder,
textarea::placeholder {
  color: var(--color-white);
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}

legend,
label {
  color: var(--color-primary);
}

fieldset {
  padding: 0;
  border: none;
  margin: 0;
}

.gfield,
.form-input-group {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  text-align: left;
}

.form-input-group.button-container {
  margin-bottom: 0;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-wrapper {
  position: relative;
  width: 100%;
}

.select-wrapper::after {
  content: '\f0d7';
  font-weight: 900;
  font-family: var(--font-family-icon), sans-serif;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 50px;
  line-height: 50px;
  color: var(--color-primary);
  pointer-events: none;
  transition: all 200ms ease-out;
}

.select-wrapper.active::after {
  background: var(--color-primary);
  color: var(--color-white);
}

.select-wrapper select {
  height: 50px;
  font-size: 1rem;
  font-weight: bold;
  color: var(--color-primary);
  padding: 10px 60px 10px 18px;
  line-height: 1.2;
  border: 1px solid var(--color-alternate);
}

.form-container {
  padding: 30px 20px;
  background: var(--color-primary);
}

.content .form-container {
  padding: 0;
}

.form-container.no-background {
  background: none;
}

.form-container h2 {
  color: var(--color-white);
  text-align: center;
}

.form-container input,
.form-container textarea {
  border: none;
  border-bottom: 1px solid var(--color-white);
}

.form-container.contact-page-form {
  background: none;
}

.form-container.contact-page-form input,
.form-container.contact-page-form select,
.form-container.contact-page-form textarea,
.form-container.contact-page-form ::placeholder,
.form-container.contact-page-form label,
.form-container.contact-page-form .gfield_consent_description {
  color: var(--color-primary) !important;
}

.form-container.contact-page-form input,
.form-container.contact-page-form select,
.form-container.contact-page-form textarea {
  font-size: 1rem;
}

.form-container.contact-page-form input,
.form-container.contact-page-form select,
.form-container.contact-page-form textarea {
  border-color: var(--color-primary) !important;
}

.form-container.contact-page-form input[type='submit'] {
  background-color: var(--color-primary) !important;
  color: var(--color-white) !important;
  border-color: var(--color-primary) !important;
}

/* #gform_1 label {
  display: none;
} */

#gform_1 .hidden_label > legend {
  display: none;
}

.gfield_consent_description {
  font-size: 14px;
  margin: 20px 0;
}

.ginput_container_consent {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  grid-gap: 10px;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}

.ginput_container_consent label {
  display: block !important;
  line-height: 1.2;
  font-size: 14px;
}

.ginput_container_consent input {
  width: auto;
  height: auto;
  position: static;
  margin-top: 2px;
}

.background-input input:focus:not([type='checkbox']) ~ label,
.background-input textarea:focus ~ label,
.background-input input.active ~ label,
.background-input textarea.active ~ label,
.background-input select.active ~ label {
  color: var(--color-primary);
}

.background-input input,
.background-input textarea,
.background-input select {
  background-color: var(--color-primary);
}

.background-input.select-wrapper::after,
.background-input .select-wrapper::after {
  background-color: var(--color-gray);
}

input.has-error {
  border: 1px solid #f00 !important;
  box-shadow: 0 0 2px #f00 !important;
}

.sub-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-secondary-yellow);
  text-transform: uppercase;
  letter-spacing: 3px;
}

.gform_submission_error,
.gfield_validation_message,
p.error-text {
  color: red;
}

.gfield_validation_message,
p.error-text {
  margin: 0;
  font-size: 0.7rem;
  -webkit-animation: fadeIn 125ms both;
  animation: fadeIn 125ms both;
}

.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
  border: none;
  border-bottom: 1px solid var(--color-primary);
  line-height: 1.2;
}

/* GENERAL > Gravity Forms Customizations */
.gform_footer {
  padding-top: 10px;
}

.gform_validation_errors ol,
.gform_submission_error .gform_heading,
.ginput_counter,
span.gfield_required {
  display: none;
}

.gfield_validation_message,
p.error-text {
  color: red;
  font-weight: 700;
  margin: 0;
  font-size: 0.7rem;
  -webkit-animation: fadeIn 125ms both;
  animation: fadeIn 125ms both;
}

/* GENERAL > Swiper Customizations */
.swiper.swiper-initialized {
  visibility: visible;
}

.swiper-button-container {
  position: absolute;
  display: flex;
  justify-content: space-between;
  left: -30px;
  right: 0;
  width: calc(100% + 60px);
  top: calc(50% - 22px);
}

.swiper-button-container.buttons-bottom {
  left: 0;
  top: 100%;
  width: 100%;
}

.swiper-button-container .swiper-button-next,
.swiper-button-container .swiper-button-prev {
  position: relative !important;
  height: auto !important;
  min-width: 44px !important;
  margin-top: 0 !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: 'Font Awesome 6 Pro' !important;
  content: '\f105' !important;
  color: var(--color-primary);
  -webkit-transition: color 200ms ease-out;
  -moz-transition: color 200ms ease-out;
  -ms-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}

.swiper-button-prev::after {
  content: '\f104' !important;
}

.swiper-button-next:hover::after,
.swiper-button-next:focus::after,
.swiper-button-prev:hover::after,
.swiper-button-prev:focus::after {
  color: var(--color-secondary) !important;
}

.swiper-outer {
  max-width: 85%;
  position: relative;
  margin: 0 auto;
}

.swiper-outer.full-width {
  max-width: none !important;
}

.swiper-autoplay-toggle {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
}

.swiper-pagination-bullet {
  margin: 0 7px 0 0 !important;
  width: 33px !important;
  height: 7px !important;
  border-radius: 0 !important;
  background-color: var(--color-alternate) !important;
}

.swiper-pagination-bullet:last-of-type {
  margin: 0 !important;
}

.swiper-pagination-bullet-active {
  background-color: var(--color-white) !important;
}

@media screen and (min-width: 768px) {
  .sidebar .swiper-outer {
    max-width: 100%;
  }

  .swiper-pagination-bullet {
    margin: 0 10px 0 0 !important;
    width: 60px !important;
  }
}

@media screen and (min-width: 1025px) {
  .swiper-outer {
    max-width: calc(100% - 200px);
  }

  .swiper-button-container {
    left: -100px;
    width: calc(100% + 200px);
  }

  .swiper-outer.full-width .swiper-button-container {
    left: 0;
    width: 100%;
  }

  .swiper-pagination-bullet {
    width: 98px !important;
  }
}

/* GENERAL > Skip To Content */
#skiptocontent {
  z-index: 10;
  position: fixed;
  padding: 8px;
  display: block !important;
  transform: translateY(-40px);
  opacity: 0;
  background-color: var(--color-secondary);
  color: var(--color-white);
  transition: all 200ms ease-out;
}

#skiptocontent:focus-visible {
  transform: translateY(0);
  opacity: 1;
}

@media only screen and (max-width: 640px) {
  #skiptocontent {
    display: none !important;
  }
}

/*******************************************************************************************
MENUS - Non-critical menu styling
*******************************************************************************************/

/* MENUS > Mobile Menu Paged */
.mobile-menu-paged #mobile-navigation .sub-menu {
  height: 100vh;
}

.mobile-menu-paged #mobile-navigation .menu-item-has-children > a::after {
  content: '\f105';
}

.mobile-menu-paged #mobile-navigation a {
  padding-left: var(--gutter-size);
}

.mobile-menu-paged #mobile-navigation ul li.sub-menu-open > .sub-menu {
  -webkit-animation: fadeInRight 300ms ease-out;
  animation: fadeInRight 300ms ease-out;
}

.mobile-menu-paged #mobile-navigation .sub-menu {
  position: fixed;
  top: 0;
}

/* MENUS > Mega Menu */
.mega-menu {
  width: 100%;
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  background: var(--color-primary);
  padding: 25px 75px;
}

.mega-navigation-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 18px;
  margin: 0;
}

.mega-menu li {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.mega-menu li:nth-child(4n) {
  border-right: none;
  margin: 0;
  padding-right: 0;
}

/*******************************************************************************************
FOOTER - Page bottom
*******************************************************************************************/
.footer {
  text-align: center;
  padding: 41px 0 53px;
  color: var(--color-white);
  background-color: var(--color-primary);
}

.footer a {
  color: inherit;
  text-decoration: none;
}

.footer a:hover,
.footer a:focus-visible {
  color: var(--color-secondary);
}

.footer-logo {
  display: inline-block;
}

.footer-logo img {
  display: block;
}

.footer-left {
  margin-bottom: 16px;
}

.footer-title {
  margin-bottom: 26px;
  position: relative;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-secondary-yellow);
  text-transform: uppercase;
  letter-spacing: 2.5px;
}

.footer-title::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-secondary-yellow);
  content: '';
}

.footer-title span {
  padding: 0 8px;
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: var(--color-primary);
}

.footer-locations ul {
  margin-bottom: 0;
}

.footer-locations ul li {
  margin-bottom: 2px;
}

.footer-bottom {
  padding-top: 22px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}

.footer-bottom p {
  margin-bottom: 0;
}

.footer-copyright {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(128, 130, 133, 0.5);
}

.footer-menu {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/* .footer-menu li {
  line-height: 1;
} */

.footer-menu li::after {
  margin: 0 15px;
  width: 1px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.8);
  content: '';
}

.footer-menu li:last-of-type::after,
.footer-menu li:nth-last-child(2)::after,
.footer-menu li:nth-last-child(3)::after {
  display: none;
}

.footer-menu li a {
  text-decoration: none;
  transition: all 0.3s;
}

.footer-menu li:last-of-type,
.footer-menu li:nth-last-child(2) {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footer {
    text-align: left;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-upper {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-title {
    margin-bottom: 15px;
    letter-spacing: 3px;
  }

  .footer-title span {
    padding-right: 18px;
    padding-left: 0;
  }

  .footer-locations {
    display: flex;
  }

  .footer-locations ul {
    flex: 1;
    padding-right: 15px;
  }

  .footer-locations ul:last-of-type {
    padding-right: 0;
  }

  .footer-left {
    margin-bottom: 0;
    width: 50%;
  }

  .footer-right {
    flex: 1;
    margin-top: 9px;
  }

  .footer .social-links {
    margin-bottom: 0;
    order: 2;
  }

  .footer-bottom {
    padding-top: 64px;
  }

  .footer-bottom p {
    order: 1;
  }

  .footer-copyright {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .footer-copyright {
    margin-bottom: 29px;
    padding-bottom: 23px;
  }

  .footer-menu {
    justify-content: flex-end;
  }

  .footer-menu li:nth-last-child(2)::after,
  .footer-menu li:nth-last-child(3)::after {
    display: inline-block;
  }

  .footer-menu li:last-of-type,
  .footer-menu li:nth-last-child(2) {
    width: auto;
  }
}

@media screen and (min-width: 1441px) {
  .footer {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

/*******************************************************************************************
FEATURES - Pre-built small sections
*******************************************************************************************/

/* FEATURES > Content Tables */
table.has-fixed-layout {
  width: 100%;
  table-layout: fixed;
}

.content table {
  border-collapse: collapse;
}

table th,
table td {
  border: 1px solid var(--color-light-gray);
  padding: 5px;
  text-align: left;
}

/* FEATURES > Breadcrumbs */
.breadcrumbs-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  margin-bottom: 30px;
}

.single-attorneys .breadcrumbs-container {
  display: none;
}

.breadcrumbs-single {
  position: relative;
  text-decoration: none;
  padding-right: 12px;
  margin-right: 12px;
}

.breadcrumbs-single:focus,
.breadcrumbs-single:hover {
  text-decoration: underline;
}

.breadcrumbs-single::after {
  position: absolute;
  right: -4px;
  content: '\f105';
  font-family: var(--font-family-icon);
}

.breadcrumbs-single:last-of-type {
  padding-right: 0;
  margin-right: 0;
}

.breadcrumbs-single:last-of-type::after {
  display: none;
}

@media screen and (min-width: 1025px) {
  .single-attorneys .breadcrumbs-container {
    display: flex;
  }
}

/* FEATURES > Accordion */
.accordion-item {
  border-bottom: 1px solid var(--color-gray);
}

.accordion-item:first-of-type {
  border-top: 1px solid var(--color-gray);
}

.accordion-item > h3 {
  margin-bottom: 0;
}

.accordion-item-title {
  margin: 0;
  text-align: left;
  padding: 22px 0;
  position: relative;
  display: flex;
  grid-gap: 15px;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 30px;
  color: var(--color-primary) !important;
  transition: background 200ms ease-out;
  cursor: pointer;
  text-decoration: none;
  background: transparent !important;
}

.accordion-item-title::after {
  width: 30px;
  height: 30px;
  font-family: var(--font-family-icon);
  font-size: 1.5rem;
  line-height: 30px;
  text-align: center;
  /* color: var(--color-secondary); */
  color: var(--color-primary);
  content: '\f067';
  transition: transform 200ms ease-out;
}

.accordion-item-title span {
  flex: 1;
  text-align: left;
}

.accordion-item.active:focus-visible {
  outline: none;
}

.accordion-item-title:hover,
.accordion-item-title:focus-visible {
  color: var(--color-primary);
  background: transparent;
}

.accordion-item-title:focus:not(:focus-visible) {
  outline: none;
}

.accordion-item.active .accordion-item-title:not(a)::after {
  content: '\f068';
}

.accordion-item-content {
  display: none;
}

.accordion-item.active .accordion-item-content {
  display: block;
  -webkit-animation: fadein 200ms both;
  animation: fadeIn 200ms both;
}

.accordion-item-content > *:first-child {
  margin-top: 20px;
}

.accordion-item-content > *:last-child {
  margin-bottom: 35px;
}

.practice-box-column .accordion-item-content > ul {
  margin-top: 0;
}

.accordion-item-content li a {
  text-decoration: none;
}

.accordion-item-content li a:hover,
.accordion-item-content li a:focus-visible {
  text-decoration: underline;
}

a.accordion-item-title {
  text-decoration: none;
}

.practice-box-column .accordion-item-title:hover::after,
.practice-box-column .accordion-item-title:focus-visible::after {
  color: var(--color-primary);
  transform: translateX(10px);
}

.single-practices .main-inner {
  margin-bottom: 40px;
}

@media screen and (min-width: 1025px) {
  .single-practices .main-inner {
    margin-bottom: 0;
  }
}

a.accordion-item-title::after {
  content: '\f061';
}

.single-attorneys .content .accordion-item-content > h2,
.single-attorneys .content .accordion-item-content > h3 {
  font-size: 1.3rem;
  font-weight: 700;
}

/* FEATURES > Quotes */
blockquote,
.quote-single {
  margin: 0 0 40px;
  padding-top: 20px;
  padding-left: 80px;
  position: relative;
  font-style: italic;
  border-left: 5px solid var(--color-primary);
}

blockquote p,
.quote-single p {
  margin: 0;
}

blockquote::before,
.quote-single::before {
  position: absolute;
  top: 1%;
  left: 3%;
  opacity: 1;
  font-family: var(--font-family-icon);
  font-size: 2.7rem;
  font-style: normal;
  color: var(--color-primary);
  content: '\f10d';
}

/* FEATURES > CTA Block */
.cta-single {
  padding: 40px;
  background: var(--color-light-gray);
  border: 1px solid var(--color-primary);
  text-align: center;
  margin-bottom: 40px;
}

.cta-single span {
  display: block;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 12px;
}

.cta-single a {
  font-size: 2rem;
  line-height: 1.2;
}

/* FEATURES > Slideout at Page Bottom */
.bottom-slideout {
  display: block !important;
  position: fixed;
  background: var(--color-white);
  box-shadow: 0 0 20px var(--color-black);
  padding: 30px;
  right: 0;
  bottom: 0;
  max-width: 400px;
  opacity: 0;
  z-index: 1;
  transform: translateX(100%);
  transition: all 200ms ease-out;
}

.bottom-slideout.active {
  transform: translateX(0);
  opacity: 1;
}

/* FEATURES > Reviews */
.reviews-container {
  background: var(--color-light-gray);
  padding: 50px 0;
}

.reviews-star-icon {
  color: var(--color-alternate);
  font-size: 1.1rem;
}

.reviews-single-source::before {
  content: '\2014';
  margin-right: 2px;
}

.reviews-star-icon i {
  margin: 0 2px;
}

.reviews-single {
  float: none;
  text-align: center;
}

.reviews-single em {
  font-style: italic;
  margin: 10px 0;
  display: block;
}

/* FEATURES > Video Gallery */
.videos-single {
  position: relative;
  width: 100%;
  min-height: 225px;
  margin-bottom: 120px;
  margin-bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-background-position-x: 100%;
  background-position-x: 100%;
  text-decoration: none;
}

.videos-single:hover::before,
.videos-single:focus::before {
  opacity: 0.6;
}

.videos-single::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-black);
  opacity: 0;
  transition: opacity 200ms ease-out;
}

.videos-single h2 {
  /* position: absolute; */
  /* top: 100%; */
  width: 100%;
  min-height: 75px;
  max-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: var(--color-primary);
  color: var(--color-white);
  font-size: 1.1rem;
  padding: 10px 20px;
  margin: 0;
  transition: background-color 200ms ease-out;
  position: relative;
  z-index: 1;
}

.page-template-template-videos .videos-container .videos-single h2,
.content-tab .videos-container .videos-single h2 {
  min-height: 100px;
  max-height: 100px;
}

.page-template-template-videos .videos-container .videos-single h2 a,
.content-tab .videos-container .videos-single h2 a {
  color: var(--color-white);
  text-decoration: none;
}

.page-template-template-videos .videos-single h2 a:hover,
.page-template-template-videos .videos-single h2 a:focus-visible,
.content-tab .videos-container .videos-single h2 a:hover,
.content-tab .videos-container .videos-single h2 a:focus-visible {
  text-decoration: underline;
}

.videos-single:hover h2,
.videos-single:focus h2 {
  background-color: var(--color-primary);
}

.page-template-template-videos .videos-single,
.content-tab .videos-container .videos-single {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}

.page-template-template-videos .youtube-player,
.content-tab .videos-container .youtube-player {
  width: 100%;
  height: 100%;
  margin: 0;
}
.page-template-template-videos .videos-single::after,
.content-tab .videos-container .videos-single::after {
  display: none;
}

.videos-container {
  display: grid;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

@media screen and (min-width: 640px) {
  .videos-container {
    grid-template-columns: repeat(2, 1fr);
    /* grid-row-gap: 100px; */
  }

  .videos-single {
    margin: 0;
  }
}

@media screen and (min-width: 1025px) {
  .videos-container {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 50px;
  }
}

/* FEATURES > YouTube Player */
.youtube-player,
.pseudo-player {
  position: relative;
  padding-bottom: 55.3%;
  /* Use 75% for 4:3 videos */
  height: 0;
  max-width: 100%;
  background: var(--color-black);
  margin: 20px 0 20px;
  border-radius: 5px;
  width: 100%;
}

.pseudo-player {
  margin-top: 0;
  padding-top: 20px;
}

.youtube-player-inner {
  width: 100%;
  height: 100%;
  content: '';
  overflow: hidden;
  position: absolute;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.youtube-player-inner::after,
.videos-single::after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  content: '\f04b';
  font-family: 'Font Awesome 6 Pro';
  font-size: 1.313rem;
  font-weight: 700;
  transition: all 150ms ease-out;
  width: 44px;
  height: 44px;
  background-color: var(--color-secondary);
  color: var(--color-primary);
  pointer-events: none;
  z-index: 1;
  border-radius: 3px 3px 0 3px;
}

.youtube-player-inner:hover::after,
.youtube-player-inner:focus::after,
.videos-single:hover::after,
.videos-single:focus::after {
  color: var(--color-primary);
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  transition: all 200ms ease-out;
}

.vimeo-player {
  padding: 56.25% 0 0 0;
  position: relative;
}

.vimeo-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vimeo-responsive-wrapper {
  width: 100%;
}

.content .vimeo-responsive-wrapper {
  margin-bottom: 30px;
}

/* FEATURES > Animoto Player */
.animoto-video-wrapper {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto 30px;
}

.animoto-video-placeholder {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.animoto-video-placeholder:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.animoto-play-button:hover {
  background: rgba(0, 0, 0, 0.9) !important;
}

.animoto-play-button:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.content .animoto-video-wrapper {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .animoto-video-wrapper {
    max-width: 100%;
  }

  .animoto-play-button {
    padding: 15px !important;
  }

  .animoto-play-button i {
    font-size: 36px !important;
  }
}

/* FEATURES > Social Link Lists */
.social-links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  max-width: 160px;
}

.footer .social-links {
  max-width: none;
}

@media screen and (min-width: 768px) {
  .social-links {
    justify-content: space-between;
  }
}

.social-links a {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.938rem;
  width: 35px;
  line-height: 35px;
  height: 35px;
  text-decoration: none;
  border: 1px solid var(--color-alternate);
}

.social-links a + a {
  margin-left: 6px;
}

.social-links a img {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}

.social-links a:hover,
.social-links a:focus-visible {
  color: var(--color-alternate);
  border-color: var(--color-white);
  background-color: var(--color-white);
}

#mobile-navigation .social-links {
  margin-bottom: 10px;
}

.footer .social-links {
  margin-bottom: 24px;
}

/* FEATURES > Social Sharing */
.social-sharing {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-sharing a {
  margin-right: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  font-size: 0.938rem;
  border-radius: 50px;
  background-color: var(--color-light-gray);
  text-decoration: none;
  transition: all 0.3s;
}

.social-sharing a:last-of-type {
  margin-right: 0;
}

.social-sharing a:focus,
.social-sharing a:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

/* FEATURES > Case Results */
.slider-results-single {
  border: 1px solid var(--color-secondary);
  padding: 30px;
}

.slider-results-single:last-of-type {
  margin: 0;
}

.slider-results-single h3 {
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 25px;
}

/*******************************************************************************************
ANIMATIONS - Ready-to-go animation classes
*******************************************************************************************/
.animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.animated.fast {
  animation-duration: 600ms;
}

.animated.slow {
  animation-duration: 2000ms;
}

.animated.fadeIn {
  animation-name: fadeIn;
}

.animated.fadeInUp {
  animation-name: fadeInUp;
}

.animated.fadeInUpSlight {
  animation-name: fadeInUpSlight;
}

.animated.fadeInRight {
  animation-name: fadeInRight;
}

.animated.fadeInRightSlight {
  animation-name: fadeInRightSlight;
}

.animated.fadeInDown {
  animation-name: fadeInDown;
}

.animated.fadeInDownSlight {
  animation-name: fadeInDownSlight;
}

.animated.fadeInLeft {
  animation-name: fadeInLeft;
}

.animated.fadeInLeftSlight {
  animation-name: fadeInLeftSlight;
}

.animated.slideInUp {
  animation-name: slideInUp;
}

.animated.slideInRight {
  animation-name: slideInRight;
}

.animated.slideInDown {
  animation-name: slideInDown;
}

.animated.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpSlight {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightSlight {
  from {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownSlight {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftSlight {
  from {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    visibility: visible;
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes menuSlideRight {
  from {
    margin-left: -10px;
    opacity: 0;
  }
  to {
    margin-left: 0;
    opacity: 1;
  }
}

@keyframes menuSlideDown {
  from {
    margin-top: -10px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}

/*******************************************************************************************
MODULES - General styling for repeatable blocks
*******************************************************************************************/
.module {
  padding: 80px 0;
}

main .column .module .column {
  padding-left: 0;
  padding-right: 0;
}

.module-dark {
  background: var(--color-primary);
}

h2.module-title {
  margin-bottom: 60px;
}

.modules-showcase .module-title {
  display: block;
}

.box-icon {
  margin: 0;
}

.box-icon::before {
  margin: 0 auto;
  display: block;
  width: 50px;
  font-family: var(--font-family-icon);
  font-size: 2rem;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  color: var(--color-primary);
  content: '\f073';
}

.content-selector {
  cursor: pointer;
  transition: background 200ms ease-out;
}

.content-selector:hover,
.content-selector:focus-visible {
  background: var(--color-gray);
}

.modules-skip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 10px;
}

.modules-skip button {
  margin: 0 5px 5px 0;
  padding: 10px;
}

/*******************************************************************************************
PRINT - Specific styles for when pages are printed
*******************************************************************************************/
@media print {
  .header {
    top: 0;
    border: none;
    height: auto;
    position: static;
  }

  .header-mobile-buttons {
    display: none;
  }
}

/*******************************************************************************************
MISC - Miscellaneous and new code
*******************************************************************************************/

#theme-switcha {
  border: 1px solid var(--color-secondary);
  margin-bottom: 30px;
  color: var(--color-primary);
}

@media screen and (min-width: 1025px) {
  .make-sticky {
    position: sticky;
    top: var(--header-height);
    z-index: 1;
  }
}

/* STATS */
.stats {
  margin-top: 45px;
  margin-bottom: 45px;
  text-align: center;
}

.stats .row {
  max-width: calc(1010px + calc(var(--gutter-size) * 2));
}

.stats-item {
  margin-bottom: 12px;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: var(--font-size-h2);
  line-height: 1.1;
  text-align: center;
}

.stats-item:last-of-type {
  margin-bottom: 0;
}

.stats-item .plus {
  color: var(--color-secondary);
}

@media screen and (min-width: 768px) {
  .stats {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .stats-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .stats-item {
    margin-bottom: 0;
    font-size: 3rem;
    text-align: left;
  }

  .stats-item div {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .stats-item {
    font-size: 5rem;
  }

  .stats-item div {
    font-size: 2.5rem;
  }
}

/* Featured */
.featured {
  padding-top: 34px;
  padding-bottom: 31px;
  position: relative;
  background-image: url('images/feature-bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.featured h2 {
  margin-bottom: 21px;
  font-size: 1.5rem;
  color: var(--color-white);
  text-align: center;
}

.featured .news-item {
  margin-bottom: 19px;
  height: auto;
}

.featured-btn {
  padding-top: 14px;
  text-align: center;
}

.featured-btn .no-button {
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--color-secondary-yellow);
}

.featured-btn .no-button:focus,
.featured-btn .no-button:hover {
  color: var(--color-white);
}

@media screen and (min-width: 768px) {
  .featured {
    padding-top: 89px;
    padding-bottom: 80px;
  }

  .featured h2 {
    margin-bottom: 31px;
    margin-left: 10px;
    font-size: var(--font-size-h2);
    text-align: left;
  }

  .featured-holder {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 13px;
  }

  .featured-btn {
    padding-top: 18px;
    text-align: right;
  }

  .featured .news-item {
    margin-bottom: 13px;
  }
}

@media screen and (min-width: 1025px) {
  .featured-holder {
    display: flex;
    flex-wrap: wrap;
    gap: inherit;
  }

  .featured-left {
    width: 66.3%;
  }

  .featured-right {
    margin-top: 138px;
    padding-left: 13px;
    width: 33.7%;
  }

  .featured .news-item {
    margin-left: auto;
    max-width: 360px;
  }

  .featured .news-item.big {
    max-width: 100%;
  }

  /* Make featured-right news items square */
  .featured-right .news-item {
    aspect-ratio: 1 / 1;
    width: 100%;
    max-width: 360px;
  }
}

/* Insights Search Results */

.insights-search-results-container {
  margin-top: 42px;
  margin-bottom: 42px;
}

/* PORTION > Portion */
.portion {
  margin-top: 35px;
  margin-bottom: 35px;
}

.portion h2 {
  text-align: center;
}

.portion-featured {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}

.portion-blogs {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(1, 1fr);
}

.portion-news {
  margin-bottom: 20px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}

.portion-news .news-item .button.no-button i {
  font-size: 1.125rem;
  color: var(--color-secondary);
}

@media screen and (min-width: 768px) {
  .portion {
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .portion-featured {
    gap: 16px;
    grid-template-columns: repeat(2, 2fr);
  }

  .portion h2 {
    margin-bottom: 30px;
    text-align: left;
  }

  .portion-blogs {
    gap: 12px;
    grid-template-columns: repeat(3, 3fr);
  }

  .portion-news {
    margin-bottom: 30px;
    grid-template-columns: repeat(3, 3fr);
  }
}

@media screen and (min-width: 1025px) {
  .portion-blogs {
    grid-template-columns: repeat(4, 4fr);
  }
}

/* News Item */
.news-item {
  padding: 30px 27px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  border: 1px solid var(--color-gray);
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
}

.news-item:hover,
.news-item:focus-visible {
  text-decoration: none;
}

.news-item:not(.is-white):hover,
.news-item:not(.is-white):focus-visible {
  background-color: var(--color-light);
}

.news-item-wrap {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 1;
}

.news-item .sub-title {
  margin-right: 11px;
  font-size: 0.75rem;
  color: var(--color-primary);
}

.news-item-date {
  font-size: 0.875rem;
  color: var(--color-alternate);
}

.news-item-date i {
  display: inline-block;
  margin-right: 5px;
}

.news-item-title {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  display: block;
  font-size: 1.5rem;
  color: var(--color-primary);
  text-decoration: none;
  line-height: 1.2;
  transition: all 0.3s;
}

.news-item-title:focus,
.news-item-title:hover {
  color: var(--color-primary);
}

.news-item .youtube-player {
  margin-bottom: 25px;
  margin-top: 0;
  margin-left: -29px;
  width: calc(100% + 58px);
  max-width: inherit;
}

.news-item .youtube-player-inner {
  border-radius: 5px 5px 0 0;
}

.news-item .youtube-player-inner::after {
  width: 52px;
  height: 52px;
  border-radius: 0;
}
.news-item .button {
  margin-top: auto;
  position: relative;
  z-index: 1;
}

.news-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.news-item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.news-item:hover .news-item-bg img,
.news-item:focus-visible .news-item-bg img {
  transform: scale(1.05);
}

.news-item.is-white {
  padding: 59px 35px 52px;
  border: 1px solid var(--color-alternate);
}

.news-item.is-white .news-item-date {
  font-size: 0.688rem;
  color: var(--color-gray);
}

.news-item.is-white .news-item-title {
  margin-bottom: 46px;
  color: var(--color-white);
  font-size: 1.375rem;
}

.news-item.is-white .sub-title {
  font-size: 0.625rem;
  color: var(--color-secondary-yellow);
}

.news-item.is-white .button.no-button {
  font-size: 0.688rem;
  color: var(--color-secondary-yellow);
}

.news-item.is-white .button.no-button:hover,
.news-item.is-white .button.no-button:focus-visible {
  color: var(--color-white);
}

.news-item.no-bdr {
  padding: 28px 26px 35px;
  border: 0;
}

.news-item.no-bdr .news-item.is-white.no-bdr .news-item-title {
  margin-bottom: 30px;
  font-size: 1.25rem;
}

.news-item.is-white.no-bdr .button.no-button {
  font-size: 0.875rem;
}

.news-item.no-bdr .button.no-button i {
  font-size: 1.125rem;
}

.news-item.is-white.is-video {
  padding-top: 0;
}

.news-item.is-white.is-video .news-item-wrap {
  margin-bottom: 18px;
}

.news-item.is-white.is-video .news-item-title {
  margin-bottom: 0;
  font-size: 1rem;
}

.news-item.is-white.is-video .sub-title {
  font-size: 0.688rem;
}

.news-item.is-white.is-video .news-item-date {
  font-size: 0.813rem;
}

.news-item.big .news-item-title:hover,
.news-item.big .news-item-title:focus-visible {
  color: var(--color-secondary);
}

@media screen and (min-width: 768px) {
  .news-item {
    padding: 47px 38px 90px;
  }

  .news-item-title {
    margin-bottom: 30px;
  }

  .news-item.is-white {
    padding: 61px 50px 57px;
  }

  .news-item.is-white .news-item-date {
    font-size: 0.875rem;
  }

  .news-item.is-white .news-item-title {
    /* margin-bottom: 78px; */
    margin-bottom: 50px;
    font-size: 1.25rem;
  }

  .news-item.big .news-item-title {
    font-size: 1.5rem;
  }

  .news-item.is-white .sub-title {
    font-size: 0.75rem;
  }

  .news-item.is-white .button.no-button {
    font-size: 0.813rem;
  }

  .news-item.no-bdr {
    padding: 65px 58px 53px;
  }

  .news-item.no-bdr .news-item-wrap {
    margin-bottom: 11px;
  }

  .news-item.is-white.no-bdr .news-item-title {
    margin-bottom: 40px;
    font-size: 1.875rem;
  }

  .news-item .youtube-player {
    margin-left: -40px;
    width: calc(100% + 80px);
  }
}

@media screen and (min-width: 1025px) {
  .news-item.big {
    padding: 82px 66px 62px;
  }

  .news-item.big .news-item-wrap {
    margin-bottom: 11px;
  }
}

@media screen and (min-width: 1281px) {
  .news-item.is-white .news-item-title {
    font-size: 1.5rem;
  }

  .news-item.big .news-item-title {
    font-size: 1.875rem;
  }
}

/* Blog Item */
.blog-item {
  padding: 64px 23px 30px;
  position: relative;
  display: block;
  width: 100%;
  color: var(--color-white);
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  line-height: 1.5;
  min-height: 278px;
}

.blog-item::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: var(--color-primary);
  content: '';
  pointer-events: none;
}

.blog-item-tag {
  padding: 3px 17px 3px 20px;
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 1;
  font-size: 0.688rem;
  color: var(--color-primary);
  background-color: var(--color-white);
}

.blog-item-holder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.blog-item-clock {
  margin-bottom: 12px;
  font-size: 0.688rem;
}

.blog-item-clock i {
  margin-right: 6px;
}

.blog-item-title {
  margin-bottom: 19px;
  font-size: 1.125rem;
  font-weight: 700;
}

.blog-item .button {
  margin-top: auto;
  padding: 16px 24px;
  font-size: 0.688rem;
}

.blog-item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item:focus,
.blog-item:hover {
  color: var(--color-white);
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .blog-item {
    padding: 76px 20px 33px;
    min-height: auto;
  }

  .blog-item-tag {
    font-size: 0.875rem;
  }

  .blog-item-clock {
    font-size: 0.875rem;
  }

  .blog-item-title {
    font-size: 1.25rem;
  }

  .blog-item .button {
    padding: 16px 24px;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 1025px) {
  .blog-item {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .blog-item {
    padding-right: 80px;
    /* padding-bottom: 100px; */
    height: 400px;
  }
}

/* Category Item */
.category-item {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  color: var(--color-white);
}

.category-item::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(13, 40, 73, 0) 0%, rgba(13, 40, 73, 0.9) 70%);
  content: '';
}

.category-item h3 {
  margin: 0 25px;
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 2;
  font-size: 1.375rem;
  color: inherit;
}

.category-item .button {
  position: absolute;
  right: 16px;
  bottom: 12px;
  z-index: 2;
  width: 44px;
  height: 44px;
  font-size: 1.125rem;
  border-radius: 3px;
}

.category-item-image img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}

.category-item:hover,
.category-item:focus-visible {
  text-decoration: none;
  color: var(--color-white);
}

.category-item:hover .category-item-image img,
.category-item:focus .category-item-image img {
  transform: scale(1.05);
}

@media screen and (min-width: 768px) {
  .category-item h3 {
    top: 45px;
    font-size: var(--font-size-h3);
  }
}

.image-active-swipe-left img,
.image-active-swipe-right img {
  will-change: clip-path, transform;
}

.image-active-swipe-left.active img {
  -webkit-animation: image-reveal-left 1200ms cubic-bezier(0.72, 0.24, 0.19, 0.82) forwards;
  animation: image-reveal-left 1200ms cubic-bezier(0.72, 0.24, 0.19, 0.82) forwards;
}

.image-active-swipe-right.active img {
  -webkit-animation: image-reveal-right 1200ms cubic-bezier(0.72, 0.24, 0.19, 0.82) forwards;
  animation: image-reveal-right 1200ms cubic-bezier(0.72, 0.24, 0.19, 0.82) forwards;
}

@-webkit-keyframes image-reveal-left {
  0% {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
  }

  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}

@keyframes image-reveal-left {
  0% {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
  }

  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}

@-webkit-keyframes image-reveal-right {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }

  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}

@keyframes image-reveal-right {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }

  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
