/**********************************************/
/* Theme Name: WordPress Base                 */
/* Theme URI: http://www.wordpressbase.com    */
/* Author: WordPress Base                     */
/* Author URI: https://www.paperstreet.com    */
/* Description: A WordPress starting point    */
/* Text Domain: paperstreet                   */
/* Version: 3.2604                            */
/**********************************************/

/*
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 .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,
.content ul.indent {
    margin-left: 60px;
}

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

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

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

.content h1 {
    color: var(--color-primary-alt);
}

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

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

ul.has-before li,
.content li {
    padding: 0 0 0 12px;
    position: relative;
}

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

.content ul li::before,
ul.has-before li::before {
    top: 9px;
    position: absolute;
    left: 0;
    content: "\f0c8";
    font-weight: bold;
    font-size: 6px;
}

.content ul.checkbox li {
    padding-left: 24px;
}

.content ul.checkbox li::before {
    top: 0;
    content: "\f00c";
    font-size: 18px;
}

ul.has-before li:before,
.content ul li:before,
.sidebar-block ul li:before {
    font-family: var(--font-family-icon);
}

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

.content h1 a,
.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a,
.content h6 a {
    text-decoration: none;
}

.content h5 {
    letter-spacing: 0;
}

.content h5,
.content h6 {
    font-weight: 700;
    letter-spacing: 0;
    font-family: var(--font-family-body), sans-serif;
}

.content h5 {
    font-size: 1.5em;
    text-transform: none;
}

.content h6 {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--color-secondary-light);
}

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 {
    font-style: normal;
}

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: 0 0 0 18px;
    position: relative;
}

.sidebar-block ul li:not(:last-child) {
    margin-bottom: 10px;
}

.sidebar-block ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--color-secondary);
    content: '\f105';
}

.sidebar-block ul li,
.sidebar-block ul li a {
    display: block;
}

.sidebar-block button.no-button,
.sidebar-block ul li a {
    font-weight: 400;
    text-decoration: none;
    color: var(--color-primary);
}

.sidebar-block button.no-button:hover,
.sidebar-block button.no-button:focus,
.sidebar-block ul li a:hover,
.sidebar-block ul li a:focus {
    text-decoration: none;
    color: var(--color-alternate);
}

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

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

/* GENERAL > Form and Inputs */
input,
select,
textarea {
    line-height: 1.4;
    font-family: var(--font-family-body);
    box-shadow: none;
    margin: 0;
    width: 100%;
    font-size: 1.125rem;
    display: block;
    background-color: var(--color-white);
    border: 1px solid #c0c0c0;
    border-radius: 0;
    color: var(--color-black);
    font-weight: 400;
    letter-spacing: normal;
    outline: 0;
    padding: 10px 15px;
}

select {
    cursor: pointer;
    border-bottom: none;
    background-image: url('images/select-arrow.svg');
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 30px;
}

input.dark-input,
select.dark-input,
textarea.dark-input {
    color: var(--color-primary);
}

textarea {
    resize: none;
    color: var(--color-black);
    height: 100px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
}

input::placeholder,
textarea::placeholder {
}

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

legend,
label {
    color: white;
}

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

label {
    transition: all 200ms ease-out;
}

input ~ label,
textarea ~ label,
select ~ label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    line-height: 1.2;
    pointer-events: none;
    padding: 24px 0;
}

input ~ label i,
textarea ~ label i,
select ~ label i {
    font-size: 0.813rem;
    margin-right: 10px;
}

input:focus:not([type="checkbox"]) ~ label,
textarea:focus ~ label,
input.active ~ label,
textarea.active ~ label,
select.active ~ label {
    padding: 8px 0;
    font-size: 0.7rem;
}

.gfield,
.form-input-group {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    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: "\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: var(--color-primary);
    pointer-events: none;
    transition: all 200ms ease-out;
}

.select-wrapper.active::after {
    background: var(--color-primary);
    color: white;
}

.select-wrapper select {
    height: 45px;
    padding: 10px 50px 10px 20px;
}

.form-container {
    width: 100%;
    background-color: var(--color-primary-dark);
    color: var(--color-white);
    margin-bottom: 30px;
    text-align: center;
    padding: 30px 25px;
    position: sticky;
    top: 80px;
}

.form-container h2 {
    color: var(--color-white);
    text-align: center;
}

.form-container-bottom {
    margin-top: 15px;
}

.form-container-bottom a {
    color: var(--color-white);
    text-decoration: none;
    font-weight: 700;
    font-size: 30px;
    display: inline-block;
    line-height: 1.2;
    font-family: var(--font-family-heading), sans-serif;
}

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

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

@media screen and (min-width: 1025px) {
    .form-container {
        margin-top: -120px;
    }
}

/* GENERAL > Gravity Forms Customizations */
.gform_footer {
    padding-top: 20px;
}

.gform_footer .gform_button {
    height: 45px;
    padding: 10px;
    font-weight: bold;
    font-size: 1.125rem;
}

.gform_submission_error {
    font-size: 1rem;
}

.gform_validation_errors ol,
.gform_submission_error .gform_heading,
.ginput_counter,
span.gfield_required {
    display: none;
}

.gfield_contains_required label.gfield_label:after {
    content: " *";
    color: red;
    margin-left: 5px;
}

.gform_submission_error,
h2.gform_submission_error,
.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;
}

@media screen and (min-width: 768px) {
    .sidebar .swiper-outer {
        max-width: 100%;
    }
}

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

/* 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: white;
    transition: all 200ms ease-out;
}

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

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

/*******************************************************************************************
MENUS - Non-critical menu styling
*******************************************************************************************/

/* MENUS > Mobile Menu */
#mobile-navigation {
    z-index: 100;
    position: fixed;
    top: 104px;
    background-color: var(--color-gray-alt);
    overflow: auto;
    width: 100%;
    height: calc(100dvh - 44px);
}

#mobile-navigation.active {
    -webkit-animation: fadeInRight 400ms cubic-bezier(0.87, 0, 0.13, 1);
    animation: fadeInRight 400ms cubic-bezier(0.87, 0, 0.13, 1);
    display: block;
}

.mobile-navigation-top-inner {
    align-items: center;
    padding: 8px var(--gutter-size);
    padding-right: 0;
    background: var(--color-light-gray);
    display: none;
}

#mobile-navigation.active .mobile-navigation-top-inner {
    display: flex !important;
}

#mobile-navigation a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.2rem;
    color: var(--color-body-text);
    padding: 15px var(--gutter-size);
    gap: 10px;
}

#mobile-navigation a:hover,
#mobile-navigation a:active,
#mobile-navigation a:focus {
    color: var(--color-body-text);
    background: var(--color-gray-alt);
}

#mobile-navigation ul {
    margin: 0;
}

#mobile-navigation ul li {
    padding: 0;
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--color-gray-400);
}

#mobile-navigation ul li.mobile-navigation-previous {
    display: none;
}

.mobile-menu-accordion #mobile-navigation .sub-menu li {
    border-bottom: none;
}

.mobile-menu-accordion #mobile-navigation .sub-menu a {
    padding-left: calc(var(--gutter-size) * 1.5);
}

#mobile-navigation ul li:last-of-type {
    border: none;
}

#mobile-navigation ul li::before {
    display: none;
}

#mobile-navigation .sub-menu {
    margin: 0;
    background-color: var(--color-gray-alt);
    z-index: 1;
    overflow: auto;
    display: none;
    width: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding: 0 0 15px;
}

#mobile-navigation .sub-menu li {
    border-bottom: 0;
}

#mobile-navigation .sub-menu li a {
    font-size: 1rem;
    display: flex;
    align-items: center;
    padding: 10px var(--gutter-size);
}

#mobile-navigation ul li.sub-menu-open > .sub-menu {
    display: block;
}

#mobile-navigation .menu-item-has-children > a::after {
    content: "\f0d7";
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    font-size: 14px;
}

#mobile-navigation .sub-menu-open.menu-item-has-children > a::after {
    content: "\f0d8";
}

.mobile-navigation-previous {
    margin-bottom: 10px;
    border: none !important;
}

@media screen and (min-width: 1025px) {
    #mobile-navigation {
        display: none;
    }

    .mobile-navigation-top-inner {
        display: none;
    }
}

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

/*******************************************************************************************
HEADER - Non-critical header styling
*******************************************************************************************/

/* HEADER > Header Search Bar */
.header-search {
    position: relative;
}

.header-search form {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--color-body-text);
    width: 45px;
    opacity: 0;
    border-radius: 90px;
    transition: all 300ms ease-out;
}

.search-open .header-search form {
    width: 300px;
    opacity: 1;
}

.header-search.active form {
    display: block;
}

.search-results-post-type:not(:last-child) {
    margin-bottom: 30px;
}

.search-results-post-type ul {
    margin: 0;
}

.header-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 30px var(--gutter-size);
    background: var(--color-body-text);
    display: none;
    max-height: 350px;
    overflow: auto;
}

.header-search-results.active {
    display: block;
    -webkit-animation: fadeIn 200ms ease-out;
    animation: fadeIn 200ms ease-out;
}

.header-search-results h3,
.header-search-results a,
.header-search-results p {
    color: white;
}

.header-search-results h3 {
    margin-bottom: 8px;
}

.header-search-results a {
    text-decoration: none;
}

.header-search-results a:hover,
.header-search-results a:focus {
    text-decoration: underline;
}

.header-search-form {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
}

#header-search-input {
    margin: 0;
    min-height: 45px;
    height: 45px;
    font-size: 1rem;
    color: white;
    border: 0;
    padding: 0 50px 0 20px;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#header-search-open {
    font-size: 1.1rem;
    display: inline-flex;
    line-height: 45px;
    width: 45px;
    height: 45px;
    padding: 0;
    background: var(--color-body-text);
    margin: 0;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border-radius: 50%;
}

/*******************************************************************************************
FOOTER - Page bottom
*******************************************************************************************/
.footer {
}

.footer-upper {
    background: var(--color-alternate);
    color: var(--color-white);
}

.footer-logo {
    width: 204px;
    margin: 0 auto;
    display: block;
}

.footer-logo img {
    width: 100%;
}

.footer-upper-left {
    padding: 40px var(--gutter-size);
}

.footer-upper-left h2 {
    font-size: 50px;
}

.footer-upper-text {
    text-align: center;
    max-width: 380px;
    margin: 0 auto;
}

.footer-upper-text p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 27px;
}

.footer-upper-text p a {
    color: var(--color-white);
    text-decoration: none;
    transition: all 300ms ease-out;
}

.footer-upper-text p a:hover {
    opacity: .8;
}

.footer-upper-text h4 {
    font-size: 35px;
}

.footer-upper-text h4 a {
    color: var(--color-white);
    text-decoration: none;
}

.footer-upper-element {
    min-height: 340px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 40px 20px;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.footer-upper-element:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(22, 27, 56, .8);
}

.footer-lower {
    padding: 35px var(--gutter-size);
    position: relative;
    width: 100%;
    z-index: 2;
    background: var(--color-primary);
}

.footer-lower-text {
    color: var(--color-white);
    font-size: 12px;
    text-align: center;
}

.footer-social {
    margin: 10px 0;
}

.footer-upper-form label {
    margin-bottom: 5px;
    display: block;
    font-size: .815rem;
    line-height: .935rem;
    color: var(--color-white);
}

@media screen and (min-width: 768px) {
    .footer-upper {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-upper-left {
        width: 50%;
        padding: 60px 30px;
    }

    .footer-upper-form {
        max-width: 500px;
        margin: auto;
    }

    .footer-upper-right {
        width: 50%;
    }

    .footer-upper-element {
        height: 50%;
    }

    .footer-lower {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .footer-social {
        order: 1;
        margin: 0;
    }

    .footer-social .social-links {
        justify-content: flex-end;
    }
}

@media screen and (min-width: 1025px) {
    .footer-upper-left {
        padding: 80px;
    }

    .footer-lower-text {
        font-size: 16px;
    }

    .footer-social .social-links {
        gap: 10px;
    }

    .footer-social .social-links a {
        transform: scale(1);
    }
}

@media screen and (min-width: 1280px) {
    .footer-upper-left {
        padding-right: 100px;
        padding-left: 100px;
    }

    .footer-logo {
        width: 215px;
    }

    .footer-lower {
        padding: 55px 60px;
    }
}

/*******************************************************************************************
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: none;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

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

@media screen and (min-width: 1025px) {
    .breadcrumbs-container {
        display: flex;
    }
}

/* FEATURES > Accordion */
.accordion-item > h3 {
    margin-bottom: 0;
}

.accordion-item-title {
    background: transparent;
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 700;
    padding: 20px 40px 20px 0;
    text-transform: none;
    border-bottom: 2px solid var(--color-primary);
    width: 100%;
    display: block;
    text-align: left;
    position: relative;
    cursor: pointer;
}

.accordion-item-title:after {
    content: '\f067';
    font-family: 'Font Awesome 6 Pro', sans-serif;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: var(--color-white);
    background: var(--color-secondary);
}

.accordion-item-title span {
    flex: 1;
    text-align: left;
}

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

.accordion-item-title:hover,
.accordion-item-title:focus {
    color: var(--color-primary);
    background: transparent;
}

.accordion-item-title:focus:not(:focus-visible) {
    outline: none;
}

.accordion-item.active .accordion-item-title:after {
    content: '\f068';
    background: var(--color-gray-800);
}

.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 > *:last-child {
    margin-bottom: 35px;
}

@media screen and (min-width: 1025px) {
    .accordion-item-title {
        font-size: 24px;
    }
}

/* 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;
    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: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: var(--color-secondary);
    color: white;
    font-size: 1.1rem;
    padding: 10px 20px;
    margin: 0;
    transition: background-color 200ms ease-out;
}

.videos-single:hover h2,
.videos-single:focus h2 {
    background-color: var(--color-primary);
}

@media screen and (min-width: 640px) {
    .videos-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 100px;
        grid-column-gap: 20px;
    }

    .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 {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    max-width: 100%;
    background: var(--color-black);
    margin: 0 0 30px;
}

.youtube-player-inner {
    width: 100%;
    height: 100%;
    content: "";
    overflow: hidden;
    position: absolute;
    display: flex;
    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;
    transition: all 150ms ease-out;
    color: var(--color-alternate);
    pointer-events: none;
    z-index: 1;
}

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

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

/* FEATURES > Social Link Lists */
.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links a {
    text-decoration: none;
    display: block;
    line-height: 1;
    transform: scale(.7);
    transition: all 300ms ease-out;
}

.social-links a:hover {
    opacity: .8;
}

.social-links svg {
    display: block;
}

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

/* FEATURES > Table of Contents */
.content .toc-widget {
    background: none;
    padding: 0;
    margin-bottom: 40px;
}

.content .toc-widget-heading {
    margin-bottom: 15px;
}

.content .toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: toc-counter;
}

.content .toc-list li {
    counter-increment: toc-counter;
    border-bottom: 1px solid var(--color-secondary);
    padding: 10px 0 10px 50px;
    position: relative;
}

.content .toc-list li::before {
    content: counter(toc-counter, decimal-leading-zero) ".";
    position: absolute;
    left: 0;
    top: 10px;
    color: var(--color-secondary);
    font-weight: 700;
    font-family: var(--font-family-heading);
    min-width: 40px;
}

.content .toc-list button.no-button {
    color: var(--color-primary);
}

.content .toc-list button.no-button:hover,
.content .toc-list button.no-button:focus {
    color: var(--color-alternate);
    text-decoration: underline;
}

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

.modules-skip {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10px;
}

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

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

/* BLOCK-TEAM */
.block-attorney {
    background-color: var(--color-white);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.block-attorney-img img,
.block-attorney-text .button,
.block-attorney-top {
    width: 100%;
}

.block-attorney-text {
    padding: 20px;
}

.block-attorney-text h3 {
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .block-attorney {
        display: flex;
    }

    .block-attorney-img {
        width: 300px;
        min-width: 300px;
    }

    .block-attorney-img img {
        height: 100%;
        object-fit: cover;
    }

    .block-attorney-text {
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        padding: 30px;
        align-content: space-between;
    }
}

@media screen and (min-width: 1025px) {
    .block-attorney-img {
        width: 530px;
        min-width: 530px;
    }

    .block-attorney-text {
        padding: 25px 50px;
    }

    .block-attorney-text h3 {
        font-size: 36px;
    }
}

/* BLOCK-ATTORNEYS */
.block-steps {
    font-size: 16px;
    width: 100%;
}

.block-steps-top {
    width: 100%;
}

.block-steps .steps-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.block-steps .steps-icon img {
    max-width: 84px;
}

.block-steps .steps-icon svg {
    display: block;
    height: 50px;
    position: relative;
    width: 50px;
}

.block-steps h3 {
    font-size: 24px;
    color: var(--color-primary);
    margin: 15px 0 10px;
}

@media screen and (min-width: 768px) {
    .block-steps {
        display: flex;
        align-content: space-between;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (min-width: 1025px) {
    .block-steps h3 {
        font-size: 36px;
        margin: 30px 0 15px;
    }
}

/* BLOCK RESULT */
.block-result {
    text-align: center;
    width: 100%;
    background-color: var(--color-white);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.block-result h3 {
    font-size: 36px;
}

.block-result-subtitle {
    display: block;
    font-family: var(--font-family-heading), sans-serif;
    font-size: 17px;
    color: var(--color-secondary);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.block-result h4 {
    display: block;
    font-family: var(--font-family-body), sans-serif;
    font-size: 22px;
}

.block-result a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

@media screen and (min-width: 1025px) {
    .block-result {
        padding: 30px;
    }

    .block-result h4 {
        font-size: 26px;
    }
}

/* Content Guide */
.content-guide {
    width: 100%;
    background-color: var(--color-gray-alt);
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .content-guide-text {
        flex: 1;
    }

    .content-guide-img {
        width: 180px;
        min-width: 180px;
        margin-left: 30px;
    }
}

@media screen and (min-width: 1025px) {
    .content-guide {
        padding: 30px;
    }
}

/* Content Review */
.content-review {
    width: 100%;
    background-color: var(--color-white);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.content-review-text {
    padding: 15px;
}

.content-review-text p {
    text-align: left !important;
}

.content-review-text p:last-child {
    margin-bottom: 0;
}

.content-review-text h3 {
    font-size: 24px;
}

.content-review-img video,
.content-review-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .content-review-text {
        width: 66.66%;
    }

    .content-review-img {
        width: 33.33%;
    }
}

/* BLOCK-ARTICLES */
.block-related {
    width: 100%;
    background-color: var(--color-gray-500);
    transition: all .3s;
    display: block;
    text-decoration: none;
}

.block-related:hover {
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, .3);
}

.block-related-text {
    padding: 10px;
    font-size: 16px;
    color: var(--color-primary-dark);
    font-weight: 700;
}

.block-related-img {
    width: 100%;
    aspect-ratio: 16/9;
}

.block-related-img video,
.block-related-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* BLOCK-INFO */
.block-perform {
    width: 100%;
    background-color: var(--color-white);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    transition: all .3s;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 20px;
}

.block-perform.is-active,
.block-perform:hover {
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.04);
}

.block-perform.is-active .block-perform-link i {
    transform: none;
}

.block-perform-name {
    padding-top: 20px;
    font-family: var(--font-family-heading), sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
}

.block-perform-name span {
    color: var(--color-dark-gray);
    display: block;
    font-size: 18px;
}

.block-perform-name strong {
    display: block;
    color: var(--color-primary-alt);
    font-size: 22px;
}

.block-perform-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    color: var(--color-black) !important;
    font-weight: 700;
    font-size: 14px;
    gap: 10px;
    text-transform: uppercase !important;
}

.block-perform-link i {
    transition: all .3s;
    transform: rotate(180deg);
}

.block-perform-panel {
    display: none;
    padding-top: 40px;
    font-size: 14px;
}

.block-perform.is-active .block-perform-panel {
    display: block;
}

@media screen and (min-width: 768px) {
    .block-perform {
        padding: 30px;
    }
}

/* BLOCK-GUIDE */
.block-guide {
    display: block;
    text-decoration: none;
    position: relative;
    color: var(--color-white);
    border-radius: 10px;
    overflow: hidden;
}

.block-guide-image {
    display: block;
    width: 100%;
    height: 384px;
    position: relative;
}

.block-guide-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-black);
    opacity: .5;
    z-index: 1;
}

.block-guide-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-guide-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 2;
    box-sizing: border-box;
}

.block-guide-text h4 {
    font-family: var(--font-family-body), sans-serif;
    font-size: 24px;
    border-bottom: 1px solid var(--color-white);
    padding-bottom: 15px;
}

.block-guide:hover {
    color: var(--color-white);
}

/* CONTENT-SECTION */
.content-related {
    margin-top: 30px;
    margin-bottom: 30px;
}

.content-related-title {
    font-weight: bold;
    color: var(--color-secondary-light);
}

.content-related-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-top: 10px;
}

@media screen and (min-width: 768px) {
    .content-related-inner {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* BLOCK-MEDICAL */
.block-resource {
    background-color: var(--color-white);
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    padding: 25px;
    align-items: center;
}

.block-resource-text h4 {
    font-family: var(--font-family-body), sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 15px;
}

.block-resource-text ul {
    display: grid;
    gap: 10px;
    margin-bottom: 0;
}

.block-resource-text ul li {
    color: var(--color-gray-800);
    font-weight: 700;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
}

.block-resource-text ul li:before {
    content: "\f061";
    font-family: var(--font-family-icon), sans-serif;
    font-weight: 900;
    color: var(--color-secondary-light);
    position: absolute;
    top: 0;
    left: 0;
}

.block-resource-button .button.no-button {
    font-size: 14px;
    text-transform: uppercase;
}

.block-resource-button,
.block-resource-image {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 640px) {
    .block-resource-text ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 768px) {
    .block-resource {
        padding: 45px;
    }

    .block-resource-image {
        width: 30%;
    }

    .block-resource-text {
        width: 70%;
        padding-left: 20px;
    }
}

@media screen and (min-width: 1025px) {
    .block-resource {
        padding: 45px;
    }

    .block-resource-image {
        padding: 30px;
    }
}

/* BLOCK VIDEO */
.block-media {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: space-between;
    flex-wrap: wrap;
    min-height: 240px;
    color: var(--color-white);
    border-radius: 8px;
    text-decoration: none;
    overflow: hidden;
    transition: all .3s;
}

.block-media:after {
    background-image: linear-gradient(rgba(0, 0, 0, .28), rgba(0, 0, 0, .82));
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-media:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .25);
    color: var(--color-white);
}

.block-media-play {
    margin: 20px auto auto;
    background: var(--color-red);
    color: var(--color-white);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    position: relative;
    z-index: 1;
}

.block-media-text {
    padding: 20px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.block-media-text p {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.block-media-text h5 {
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0;
    font-family: var(--font-family-body), sans-serif;
}

/* BLOCK-REVIEW */
.block-review {
    text-align: center;
    width: 100%;
    background-color: var(--color-white);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 30px 20px;
}

.block-review-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

.block-review-stars {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

.block-review h4 strong {
    display: block;
    font-family: var(--font-family-body), sans-serif;
    font-size: 16px;
    line-height: 25px;
}

.block-review a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

@media screen and (min-width: 1025px) {
    .block-review {
        padding: 30px;
    }
}

/* OFFICE-LOCATIONS */
.office-locations {
    margin-top: var(--py-section);
    margin-bottom: var(--py-section);
    width: 100%;
}

.office-locations-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 15px;
}

@media screen and (min-width: 768px) {
    .office-locations-grid .block-locations {
        flex: 1;
    }
}

/* CONSULTATION-BANNER */
.banner-contact {
    width: 100%;
    position: relative;
    padding: var(--py-section) 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-contact-inner {
    display: flex;
    flex-wrap: wrap;
}

.banner-contact-inner h1 {
    font-size: 36px;
    font-weight: 700;
}

.banner-contact-left {
    color: var(--color-white);
}

.banner-contact-right {
    width: 100%;
    padding: 20px;
    background: var(--color-white);
}

.banner-contact-right .screen-reader-response {
    display: none;
}

.banner-contact-right h2 {
    font-size: 24px;
}

.banner-contact-right h2 strong {
    display: block;
    text-transform: uppercase;
    color: var(--color-secondary-light);
}
.ps219sw17 {color: blue; }
@media screen and (min-width: 1025px) {
    .banner-contact-inner h1 {
        font-size: 47px;
    }

    .banner-contact-left {
        width: 60%;
        padding-right: 30px;
    }

    .banner-contact-right {
        width: 40%;
    }

    .banner-contact-right h2 {
        font-size: 30px;
    }
}

@media screen and (min-width: 1280px) {
    .banner-contact-inner h1 {
        font-size: 58px;
    }
}
