/**
 * ***************************************
 *
 * @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.3105                         */
/*******************************************/

/*
GENERAL
FOOTER
FEATURES
ANIMATIONS
MODULES
PRINT
MISC
*/

/*******************************************************************************************
GENERAL - Layout and general features
*******************************************************************************************/

/* GENERAL > HTML and Structure */
main {
  padding: 60px 0;
  min-height: 450px;
  display: block;
  width: 100%;
  overflow: hidden;
}

.no-banner main {
  padding-top: 180px;
}

.sidebar {
  clear: both;
  float: none;
}

.content,
.sidebar {
  width: 100%;
}

.content {
  padding-right: 15px;
  margin-bottom: 60px;
}

.padded-section {
  padding: 80px 0;
}

.content img {
  max-width: 100%;
}

.content.full-width {
  float: none;
}

.content p.indent {
  margin-left: 60px;
}

.content section {
  margin-bottom: 60px;
}

.content section:last-of-type {
  margin: 0;
}

ol,
ul {
  margin: 0 0 35px 0;
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style-position: outside;
  padding-left: 20px;
}

.content li {
  font-size: 1rem;
  color: #2d4990;
  padding: 0 0 0 20px;
  position: relative;
}

.content ol li {
  padding-left: 0;
}

.content ul li:before {
  position: absolute;
  left: 0;
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  color: #f08f3f;
}

.content ul li:before,
.sidebar section ul li:before {
  font-family: 'Font Awesome 6 Pro';
}

.content ul ul {
  margin: 20px 0 20px 20px;
}

hr,
.hr-after:after {
  background: #f08f3f;
  width: 20%;
  height: 5px;
  display: block;
  border: none;
  margin: 40px 0;
  content: '';
}

figure {
  margin: 0;
}

.non-italic,
address {
  font-style: normal;
}

section.no-underline ul {
  border: none;
}

section.no-underline ul:last-of-type {
  padding: 0;
}

.sidebar section {
  margin-bottom: 50px;
}

.sidebar section:last-of-type {
  margin-bottom: 0;
}

.sidebar section ul li {
  position: relative;
}

.sidebar section ul li,
.sidebar section ul li a {
  display: block;
  position: relative;
}

.sidebar section ul li a:before {
  height: 100%;
  background: #f08f3f;
  width: 7px;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-out;
  -moz-transition: opacity 400ms ease-out;
  -ms-transition: opacity 400ms ease-out;
  -o-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
}

.sidebar section ul li a:hover:before,
.sidebar section ul li a:focus:before {
  opacity: 1;
}

.sidebar section button.no-button,
.sidebar section ul li a {
  color: #2d4990;
  text-decoration: none;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-transition: color 200ms ease-out, border 200ms ease-out, padding 200ms ease-out;
  -moz-transition: color 200ms ease-out, border 200ms ease-out, padding 200ms ease-out;
  -ms-transition: color 200ms ease-out, border 200ms ease-out, padding 200ms ease-out;
  -o-transition: color 200ms ease-out, border 200ms ease-out, padding 200ms ease-out;
  transition: color 200ms ease-out, border 200ms ease-out, padding 200ms ease-out;
}

.sidebar section button.no-button:hover,
.sidebar section button.no-button:focus,
.sidebar section ul li a:hover,
.sidebar section ul li a:focus {
  color: #f08f3f;
  padding-left: 20px;
  border-color: #d9d9d9;
}

.sidebar section ul li ul {
  padding-left: 20px;
  margin: 0;
}

.content .search-results-container {
  margin-bottom: 80px;
}

.sidebar-block ul:last-of-type {
  margin: 0;
}

.sidebar-attachments-single {
  text-align: center;
  margin-bottom: 30px;
}

.sidebar-attachments-single img {
  margin-bottom: 10px;
}

.sidebar-attachments-single p {
  font-size: 0.8rem;
  max-width: 70%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  main {
    padding: 80px 0;
  }

  .content {
    padding-right: 75px;
    width: 65%;
    margin-bottom: 0;
  }

  .content.full-width {
    width: 100%;
    padding-right: 15px;
  }

  .sidebar {
    width: 35%;
    float: right;
    clear: none;
    padding-left: 0;
  }
}

@media screen and (min-width: 1400px) {
  main {
    padding: 110px 0;
  }
}

/* GENERAL > Alternate Buttons */
button.alt-01,
.button.alt-01 {
  background-color: #fff;
  color: #2d4990;
}

button.alt-01:hover,
button.alt-01:focus,
.button.alt-01:hover,
.button.alt-01:focus {
  background-color: #2d4990;
  color: #fff;
}

button.alt-02,
.button.alt-02 {
  background-color: #f08f3f;
  color: #2d4990;
}

button.alt-02:hover,
button.alt-02:focus,
.button.alt-02:hover,
.button.alt-02:focus {
  background-color: #b22327;
  color: #fff;
}

button.alt-03,
.button.alt-03 {
  background-color: #2d4990;
  color: #fff;
}

button.alt-03:hover,
button.alt-03:focus,
.button.alt-03:hover,
.button.alt-03:focus {
  background-color: #f08f3f;
  color: #fff;
}

button.outline,
.button.outline {
  background: none;
  border: 2px solid #b22327;
  color: #b22327;
}

button.outline:hover,
button.outline:focus,
.button.outline:hover,
.button.outline:focus {
  background: #b22327;
  color: #fff;
}

button.outline.outline-alt-01,
.button.outline.outline-alt-01 {
  border-color: #fff;
  color: #fff;
}

button.outline.outline-alt-01:hover,
button.outline.outline-alt-01:focus,
.button.outline.outline-alt-01:hover,
.button.outline.outline-alt-01:focus {
  background: #fff;
  color: #2d4990;
}

button.no-button,
.button.no-button {
  padding: 0;
  background: none;
  color: #f08f3f;
  text-transform: none;
}

button.no-button:hover,
button.no-button:focus,
.button.no-button:hover,
.button.no-button:focus {
  color: #000;
  text-decoration: underline;
}

/* GENERAL > Form and Inputs */
input,
select,
textarea {
  color: #58595b;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
  font-size: 0.9rem;
  line-height: 1;
  font-family: var(--body-font-family);
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  width: 100%;
  border-radius: 0;
  padding: 0 15px;
}

input,
select,
textarea {
  height: 45px;
  line-height: 45px;
}

input.dark-input,
select.dark-input,
textarea.dark-input {
  color: #2d4990;
}

textarea {
  resize: none;
  min-height: 90px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.2;
}

form legend,
form label,
form p {
  font-size: 0.9rem;
}

legend,
label {
  color: #fff;
}

fieldset {
  padding: 0;
  border: none;
  margin: 0;
}

label {
  position: absolute;
  bottom: 100%;
  left: 0;
  padding-left: 10px;
  pointer-events: none;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.form-input-group label i {
  color: #f08f3f;
}

.form-input-group {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  text-align: left;
}

.form-input-group.button-container {
  margin-bottom: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

.select-wrapper {
  position: relative;
  width: 100%;
}

.select-wrapper:after {
  content: '\f0dc';
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 45px;
  line-height: 45px;
  color: #2d4990;
  pointer-events: none;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.select-wrapper.active:after {
  background: #2d4990;
  color: #fff;
}

.form-container {
  background: #2d4990;
  padding: 30px;
}

.contact-form-heading {
  color: #fff;
  text-align: center;
}

.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: #2d4990;
}

.background-input input,
.background-input textarea,
.background-input select {
  background-color: #2d4990;
  color: #fff;
}

.background-input.select-wrapper:after,
.background-input .select-wrapper:after {
  background-color: #f1eee1;
}

input.has-error {
  border: 1px solid #ff0000 !important;
  -webkit-box-shadow: 0 0 2px #ff0000 !important;
  box-shadow: 0 0 2px #ff0000 !important;
}

p.error-text {
  color: #ff0000;
  margin: 0;
  font-size: 0.7rem;
  -webkit-animation: fadeIn 125ms both;
  animation: fadeIn 125ms both;
}

/* GENERAL > Slick Customizations */
.slick-next,
.slick-prev {
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  border: none;
  transform: translate(0, -50%);
}

.slick-next:focus .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-next:hover .slick-next-icon,
.slick-next:hover .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-prev:focus .slick-prev-icon,
.slick-prev:hover .slick-next-icon,
.slick-prev:hover .slick-prev-icon {
  opacity: 1;
}

.slick-next:focus,
.slick-prev:focus {
  top: calc(50% - 1px);
}

.slick-next:focus .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-prev:focus .slick-prev-icon {
  color: #b22327;
  font-size: 2rem;
  margin-left: -2px;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  cursor: default;
}

.slick-next.slick-disabled .slick-next-icon,
.slick-next.slick-disabled .slick-prev-icon,
.slick-prev.slick-disabled .slick-next-icon,
.slick-prev.slick-disabled .slick-prev-icon {
  opacity: 0.25;
}

.slick-next .slick-next-icon,
.slick-next .slick-prev-icon,
.slick-prev .slick-next-icon,
.slick-prev .slick-prev-icon {
  display: block;
  color: #000;
  opacity: 0.75;
  font-family: slick;
  font-size: 2rem;
  line-height: 1;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev .slick-prev-icon:before {
  content: '←';
}

[dir='rtl'] .slick-prev .slick-prev-icon:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next .slick-next-icon:before {
  content: '→';
}

[dir='rtl'] .slick-next .slick-next-icon:before {
  content: '←';
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

.slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  padding: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  border: 0;
  background: 0 0;
  cursor: pointer;
}

.slick-dots li button:focus .slick-dot-icon,
.slick-dots li button:hover .slick-dot-icon {
  opacity: 1;
}

.slick-dots li button:focus .slick-dot-icon:before {
  color: #b22327;
}

.slick-dots li button .slick-dot-icon {
  color: #000;
  opacity: 0.25;
}

.slick-dots li button .slick-dot-icon:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '•';
  font-family: slick;
  font-size: 4rem;
  line-height: 0;
  text-align: center;
  -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;
}

.slick-dots li.slick-active button:focus .slick-dot-icon {
  color: #b22327;
  opacity: 1;
}

.slick-dots li.slick-active button .slick-dot-icon {
  color: #000;
  opacity: 1;
}

.slick-dots li.slick-active button .slick-dot-icon:before {
  font-size: 4rem;
}

.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.slick-autoplay-toggle-button {
  position: absolute;
  left: 5px;
  bottom: -32px;
  z-index: 10;
  opacity: 0.75;
  background: 0 0;
  border: 0;
  cursor: pointer;
  color: #000;
}

.slick-autoplay-toggle-button:focus,
.slick-autoplay-toggle-button:hover {
  opacity: 1;
}

.slick-autoplay-toggle-button:focus {
  color: #b22327;
}

.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: '⏸';
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.slick-autoplay-toggle-button .slick-play-icon:before {
  content: '▶';
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.slider-container {
  max-width: 85%;
  position: relative;
  margin: 0 auto;
}

.slick-arrow-container {
  position: absolute;
  left: -50px;
  right: 0;
  width: calc(100% + 100px);
  top: calc(50% - 25px);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.slick-arrow-container button {
  position: relative;
  padding: 0;
  background: none;
  font-size: 3rem;
  width: 50px;
  height: 50px;
  color: #58595b;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
}

.slick-arrow-container button i {
  line-height: 0;
}

@media screen and (min-width: 1025px) {
  .slider-container {
    max-width: 100%;
  }

  .slick-arrow-container {
    width: 100%;
    left: 0;
  }
}

/* GENERAL > Skip To Content */
#skiptocontent {
  z-index: 10;
  position: fixed;
  padding: 8px;
  display: block !important;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  opacity: 0;
  background-color: #f08f3f;
  color: #fff;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

#skiptocontent:focus {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media only screen and (max-width: 640px) {
  #skiptocontent {
    display: none !important;
  }
}

/*******************************************************************************************
FOOTER
*******************************************************************************************/
.footer {
  padding: 80px 0;
  text-align: center;
  background: #2d4990;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-upper {
}

.footer p.address-map-link {
  margin: 10px 0 30px;
}

.footer-lower span a,
.footer-lower span {
  color: #8286a3;
}

.footer-lower span a:focus,
.footer-lower span a:hover {
  color: #f08f3f;
}

.footer-lower-last {
  margin-top: 20px;
}

.footer .social-links {
  justify-content: center;
  margin: 25px 0 35px;
}

.footer-upper p {
  margin: 0;
}

.footer-upper-contact p {
  font-size: 1.1rem;
}

.footer-lower {
  font-size: 0.9rem;
}

@media screen and (min-width: 740px) {
  .footer-lower {
    display: flex;
  }

  .footer-lower-last {
    margin-top: 0;
    margin-left: auto;
  }

  .footer-upper-address {
    text-align: left;
  }

  .footer-upper {
    display: flex;
    justify-content: space-between;
  }

  .footer-logo,
  .footer p.address-map-link {
    margin-bottom: 0;
  }
}

/*******************************************************************************************
FEATURES - Pre-built small sections
*******************************************************************************************/

/* FEATURES > Breadcrumbs */
.breadcrumbs-single {
  position: relative;
  text-decoration: none;
  padding-right: 20px;
  margin-right: 20px;
}

.breadcrumbs-single:focus,
.breadcrumbs-single:hover {
  text-decoration: underline;
}

.breadcrumbs-single:after {
  position: absolute;
  right: -4px;
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
}

.breadcrumbs-single:last-of-type {
  padding-right: 0;
  margin-right: 0;
}

.breadcrumbs-single:last-of-type:after {
  display: none;
}

/* FEATURES > Accordion */
.accordion-item:not(:last-child) {
  border-bottom: 1px solid #c1c1c1;
}

.accordion-item-title {
  padding: 30px 0;
  margin: 0;
  position: relative;
  cursor: pointer;
  line-height: 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
}

.accordion-container .accordion-item:first-of-type {
  border-top: 1px solid #c1c1c1;
}

.accordion-item-title,
.accordion-item-title a {
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 400;
  color: #2d4990;
}

.accordion-item-practice li {
  padding-left: 28px;
}

.accordion-item-practice li:before {
  width: 6px;
  height: 6px;
  content: '' !important;
  background: #2d4990;
  border-radius: 50%;
  top: 12px;
}

.accordion-item-practice li,
.accordion-item-practice-excerpt {
  color: #2d4990;
}

.accordion-item-practice-excerpt {
  max-width: 500px;
}

.accordion-item-content {
  padding: 0 20px;
}

.accordion-item-title:after {
  content: '\f067';
  font-family: 'Font Awesome 6 Pro';
  line-height: 30px;
  width: 30px;
  height: 30px;
  font-size: 1.2rem;
  text-align: center;
  color: #f08f3f;
}

.accordion-item.active:focus {
  outline: none;
}

.accordion-item-title:hover,
.accordion-item-title:focus {
  background: #f9f9f9;
}

.accordion-item.active .accordion-item-title:after {
  content: '\f068';
}

.accordion-item-content {
  display: none;
}

.accordion-item-content p {
  font-size: 0.9rem;
}

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

/* FEATURES > Quotes */
blockquote,
.quote-single {
  font-style: italic;
  position: relative;
  margin: 0 0 40px;
  padding-top: 20px;
  padding-left: 80px;
  border-left: 5px solid #2d4990;
}

blockquote p,
.quote-single p {
  margin: 0;
}

blockquote cite,
.quote-single cite {
  display: block;
  text-align: right;
  font-weight: 700;
  margin-top: 12px;
  font-style: normal;
}

blockquote:before,
.quote-single:before {
  content: '\f10d';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  top: 1%;
  left: 3%;
  font-size: 2.7rem;
  opacity: 1;
  color: #2d4990;
  font-style: normal;
}

/* FEATURES > CTA Block */
.cta-single {
  padding: 40px;
  background: #cecfd7;
  border: 1px solid #2d4990;
  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: #fff;
  box-shadow: 0 0 20px #000;
  padding: 30px;
  right: 0;
  bottom: 0;
  max-width: 400px;
  opacity: 0;
  z-index: 1;
  transform: translateX(100%);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.bottom-slideout.active {
  transform: translateX(0);
  opacity: 1;
}

/* FEATURES > Reviews */
.reviews-container {
  background: #b22327;
  padding: 50px 0;
}

.reviews-star-icon {
  color: #b22327;
  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 > Sidebar CTA Modules */
.sidebar-block-module-goal {
  background: #f1ede1;
}

.sidebar-block-module-goal p {
  font-family: var(--banner-font-family);
  color: #2d4990;
  font-size: 1.3rem;
}

.sidebar-block-module-history {
  background: #2d4990;
}

.sidebar-block-module-goal,
.sidebar-block-module-history {
  padding: 50px 70px;
}

.sidebar-block-module-history p {
  font-size: 1.1rem;
}

.color-spans span {
  color: #f08f3f;
}

/* FEATURES > Video Gallery */
.videos-single {
  position: relative;
  width: 100%;
  min-height: 225px;
  margin-bottom: 120px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  -webkit-background-size: cover;
  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: #000;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -ms-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.videos-single h2 {
  position: absolute;
  top: 100%;
  width: 100%;
  min-height: 75px;
  max-height: 75px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #f08f3f;
  color: #fff;
  font-size: 1.1rem;
  padding: 10px 20px;
  margin: 0;
  -webkit-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.videos-single:hover h2,
.videos-single:focus h2 {
  background-color: #2d4990;
}

@media screen and (min-width: 640px) {
  .videos-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .videos-single {
    width: 48%;
  }
}

@media screen and (min-width: 1025px) {
  .videos-container {
    justify-content: flex-start;
  }

  .videos-single {
    width: 31.3%;
    margin: 0 3% 110px 0;
  }

  .videos-single:nth-child(3n) {
    margin-right: 0;
  }
}

/* FEATURES > YouTube Player */
.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  max-width: 100%;
  background: #000;
  margin: 20px 0 50px;
}

.youtube-player-inner {
  width: 100%;
  height: 100%;
  content: '';
  overflow: hidden;
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.youtube-player-inner:after,
.videos-single:after {
  content: '\f144';
  font-family: 'Font Awesome 6 Pro';
  font-size: 3.5rem;
  opacity: 0.8;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  color: #b22327;
  pointer-events: none;
  z-index: 1;
}

.youtube-player-inner:hover:after,
.youtube-player-inner:focus:after,
.videos-single:hover:after,
.videos-single:focus:after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
  opacity: 1;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 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;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

/* FEATURES > Social Link Lists */
.social-links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.social-links a {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  width: 35px;
  line-height: 35px;
  height: 35px;
  text-decoration: none;
  margin: 0 20px;
}

.social-links a:hover,
.social-links a:focus {
  color: #f08f3f;
}

/* FEATURES > Case Results */
.results-slider {
  margin-bottom: 30px;
}

.results-slider-single {
  border: 1px solid #f08f3f;
  padding: 30px;
}

.results-slider-single:last-of-type {
  margin: 0;
}

.results-slider-single h3 {
  font-weight: 700;
  color: #2d4990;
  margin-bottom: 25px;
}

/*******************************************************************************************
ANIMATIONS - Ready-to-go animation classes
*******************************************************************************************/
.animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.fast {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

.animated.slow {
  -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes menuSlideRight {
  from {
    opacity: 0;
    margin-left: -10px;
  }

  to {
    opacity: 1;
    margin-left: 0;
  }
}

@-webkit-keyframes menuSlideRight {
  from {
    opacity: 0;
    margin-left: -10px;
  }

  to {
    opacity: 1;
    margin-left: 0;
  }
}

@keyframes menuSlideDown {
  from {
    opacity: 0;
    margin-top: -10px;
  }

  to {
    opacity: 1;
    margin-top: 0;
  }
}

@-webkit-keyframes menuSlideDown {
  from {
    opacity: 0;
    margin-top: -10px;
  }

  to {
    opacity: 1;
    margin-top: 0;
  }
}

/*******************************************************************************************
MODULES - General module styling; see separate stylesheets for individual modules
*******************************************************************************************/
.module {
  padding: 80px 0;
}

.module-dark {
  background: #2d4990;
}

.module-title {
  display: none;
}

h2.module-title {
  margin-bottom: 60px;
}

.modules-showcase .module-title {
  display: block;
}

.box-icon {
  margin: 0;
}

.box-icon:before {
  content: '\f0e3';
  font-family: 'Font Awesome 6 Pro';
  width: 50px;
  line-height: 50px;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  text-align: center;
  color: #2d4990;
  margin: 0 auto;
}

.content-selector {
  cursor: pointer;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
}

.content-selector:hover,
.content-selector:focus {
  background: #f1eee1;
}

.module-title span {
  font-size: 80%;
  display: block;
}

.modules-skip {
  justify-content: center;
  flex-wrap: wrap;
}

.modules-skip button {
  margin: 0 5px 5px 0;
}

/*******************************************************************************************
MISC - Miscellaneous and new code
*******************************************************************************************/
.grecaptcha-badge {
  display: none;
}

#theme-switcha {
  border: 1px solid #f08f3f;
  margin-bottom: 30px;
  color: #2d4990;
}

.post-block {
  background: #fff;
  padding: 50px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.post-block-authors {
  color: #f08f3f;
  font-size: 0.8rem;
  margin-top: 25px;
  display: flex;
  align-items: center;
}

.post-block-authors-photo {
  max-width: 40px;
  margin-right: 15px;
  display: none;
}

.post-block-category {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}

.post-block-date {
  text-transform: uppercase;
  color: #58595b;
  font-size: 0.75rem;
}

.post-block-category a {
  text-transform: uppercase;
  background: #b22327;
  padding: 4px 18px;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  display: block;
}

.post-block-category a:focus,
.post-block-category a:hover {
  background: #2d4990;
}

.post-block-title h2 {
  line-height: 1;
}

.post-block-title a {
  color: #2d4990;
  font-size: 1.3rem;
  font-family: var(--body-font-family);
}

.post-block-title a:focus,
.post-block-title a:hover {
  color: #f08f3f;
}

.post-block-image img {
  max-width: 100%;
}

.post-block-image {
  margin-top: 30px;
}

@media screen and (min-width: 800px) {
  .post-block-inner {
    display: flex;
  }

  .post-block-image {
    flex-basis: 600px;
    margin: 0 0 0 30px;
    text-align: right;
  }

  .post-block-title {
    flex-grow: 1;
  }
}

.styled-title {
  font-family: var(--banner-font-family);
  font-size: 2.8rem;
  text-transform: uppercase;
  font-weight: 700;
}

.styled-title span.styled-small {
  display: block;
  font-family: var(--heading-font-family);
  letter-spacing: 9px;
  font-weight: 500;
  color: #f08f3f;
  font-size: 45%;
}

/*******************************************************************************************
MISC - Miscellaneous and new code
*******************************************************************************************/

/* TEMPLATES > Practice Landing */

.practice-box-list {
  padding: 0px;
}

.practice-box-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.practice-box {
  width: 100%;
  height: 70px;
  margin: 0 0 20px;
  padding: 0 15px;
  background: #b22327;
  color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  text-decoration: none;
  -webkit-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  text-decoration: none !important;
  border: 3px solid #b22327;
  align-items: center;
  font-size: 18px;
  letter-spacing: 0.46px;
}

.practice-box:hover,
.practice-box:focus {
  background: #2d4990;
  color: #fff !important;
}

.practice-box span {
  margin: 0;
  font-size: 20px;
  -ms-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 100%;
}

.practice-box:focus span,
.practice-box:hover span {
  color: #fff;
}

.help-bottom.center {
  text-align: center;
  max-width: 570px;
  color: #fff;
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 0.46px;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .practice-box {
    width: 96%;

    margin: 0 1% 6% 1%;
  }
}

.practice-box-list .practice-box {
  color: #fff;
  font-family: var(--heading-font-family);
  padding: 0 30px;
  position: relative;
  font-weight: bold;
}

.practice-box-list .practice-box:hover,
.practice-box-list .practice-box:focus {
  background: #b22327;
  color: #fff !important;
}

.practice-box-list .practice-box::after {
  content: '\f061';
  font-family: 'Font Awesome 6 Pro';
  font-size: 1.2rem;
  text-align: right;
  color: #fff;
  position: absolute;
  bottom: 17%;
  right: 5%;
  font-weight: 500;
}

.practice-box-list .practice-box:hover:after,
.practice-box-list .practice-box:focus:after {
  color: #fff !important;
}

.extra-atty {
  margin-top: 35px;
}

@media screen and (max-width: 1023px) {
  .extra-atty {
    margin: 40px auto;
    max-width: 145px;
  }
}

@media screen and (min-width: 768px) {
  .practice-box-list .practice-box {
    width: 45%;
    margin: 0 2% 2% 2%;
  }
}
.newsletter-sub {
  margin-bottom: 50px;
  width: 100%;
}

/*******************************************************************************************
PRINT - Specific styles for when pages are printed
*******************************************************************************************/
@media print {
  .header {
    top: 0;
    border: none;
    height: auto;
  }
  .header {
    position: static;
  }
  .accordion-item-content {
    display: block !important;
  }

  .select-wrapper,
  .footer-inner,
  .accordion-item-title:after,
  .expand-content-button,
  .header-mobile-buttons {
    display: none !important;
  }

  .footer-print,
  .bio-main-content,
  .accordion-item-content {
    display: block !important;
  }

  .content-intro p {
    font-size: 0.9rem;
  }

  .footer {
    background: none;
  }

  .single-attorneys .banner-inner {
    flex-direction: row !important;
    padding-top: 0;
  }

  .single-attorneys .banner {
    padding-top: 0 !important;
    position: static !important;
    top: -80px !important;
    background: none !important;
  }

  .header-logo img {
    height: 50px;
  }

  .attorney-bio-main-d .content {
    margin-bottom: 0;
  }

  .attorney-bio-main-d {
    padding-top: 40px;
  }

  .attorney-banner-large-right img {
    height: 240px;
  }

  .attorney-bio-main-d .accordion-item-title,
  .attorney-bio-main-d h2 {
    font-size: 1.3rem !important;
  }

  .attorney-sidebar-badges span {
    justify-content: flex-start;
  }

  .bio-main-content {
    margin-bottom: 30px !important;
  }

  .accordion-item {
    border: none !important;
  }

  .content li,
  p {
    font-size: 0.8rem;
  }

  .content-intro {
    margin-bottom: 0 !important;
  }

  .accordion-item-title {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}

/*privacy*/
.privacy-pop {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 2px solid #000;
  background: #fff;
  z-index: 10;
  padding: 15px;
}

.privacy-pop p {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 10px;
}

.privacy-pop a {
  color: #eb4034;
  font-weight: 700;
}

.privacy-pop a:hover {
  text-decoration: underline;
  color: #000;
}

.privacy-pop h2 {
  font-size: 1rem;
  margin: 0 0 10px 0;
}

.privacy-pop button {
  font-size: 0.8rem;
  padding: 15px 25px;
  background-color: #eb4034;
  color: #fff;
  margin: 0;
  width: 100%;
  max-width: 224px;
  font-size: 15px;
}

.privacy-pop button:hover,
.privacy-pop button:focus {
  background-color: #000;
}
