/*
 Theme Name: LPCA (WPSK)
 Theme URI:    http://teamallegiance.com/
 Description:  WPSK Child Theme
 Author:       Tahir Madyun
 Author URI:   http://tahirmadyun.com/
 Template:     _wpsk
 Version:      2.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready
 Text Domain:  _wpsk-lpca
*/


/*
    
01 - GENERAL
02 - BOOTSTRAP
03 - HEADER
04 - FOOTER 
05 - HERO
06 - CTA
07 - FEED
08 - NEWS
09 - CARDS
10 - LOGOS
11 - COURSESTORM
12 - CLASSES

#893B67 - PURPLE
#51284F - PURPLE ALT
#f5f5f5 - LIGHT GRAY

Nimbus Sans Regular
font-family: "Nunito", sans-serif;
font-weight: 400;
font-style: normal;


Nimbus Sans Regular Italic
font-family: "Nunito", sans-serif;
font-weight: 400;
font-style: italic;


Nimbus Sans Bold
font-family: "Nunito", sans-serif;
font-weight: 700;
font-style: normal;

*/

.slick-arrow {
    background-color: #51284F;
}
/* 01 - GENERAL */
body {
    color: #0a0a0a;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden !important;
}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    font-weight: 700;
    font-style: normal;
    font-family: "Nunito", sans-serif;
}

.h6, h6 {
    font-weight: 500;
    font-style: normal;
}
.h1.alt, h1.alt {
    color: #1f221f;
    font-family: "Nunito", sans-serif;
    font-size: 40px;
    font-style: italic;
    line-height: 1;
    font-weight: 700;
}
.h2, h2,
.h3, h3, .h3 a, h3 a {
    color: #51284F;
}
.h2, h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
}
.h3, h3, .h3 a, h3 a {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
}
.h4, h4 {
    color: #51284F;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.01em;
}
p {
    font-size: 17px;
    line-height: 32px;
}
.sp-y {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.sp-t {
    padding-top: 4rem !important;
}
.sp-b {
    padding-bottom: 4rem !important;
}
.lp-y {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
}
.lp-t {
    padding-top: 5.625rem !important;
}
.lp-b {
    padding-bottom: 5.625rem !important;
}
.main-content {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.page-template-page-listing .main-content {
    
}
.page-template-page-homepage .main-content .main-container,
.page-template-page-listing .main-content .main-container,
.page-template-page-exhibits .main-content .main-container  {
    padding-left: 0;
    padding-right: 0;
}
.page .entry-content > h1,
.page .entry-content > h2,
.page .entry-content > h3,
.page .entry-content > h4,
.page .entry-content > h5,
.page .entry-content > h6,
.page .entry-content > p,
.page .entry-content > ul,
.page .entry-content > ol,
.page .entry-content > figure,
.page .entry-content > blockquote,
.page .entry-content > .wp-block-buttons {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px 15px 15px;
}
.page .entry-content > p {
    color: #0a0a0a;
}
.page .entry-content > p a {
    color: #893B67;
    font-weight: 700;
    text-decoration-line: underline;
}
.page .entry-content > ul,
.page .entry-content > ol {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #0a0a0a;
    margin-bottom: 36px;
    padding: 0 0 0 40px;
}
.page .entry-content > ul li,
.page .entry-content > ol li {
    margin-bottom: 10px;
}

.page .entry-content strong{
    font-weight: 700;
}

@media (min-width: 576px) {
    .page .entry-content > h1,
    .page .entry-content > h2,
    .page .entry-content > h3,
    .page .entry-content > h4,
    .page .entry-content > h5,
    .page .entry-content > h6,
    .page .entry-content > p,
    .page .entry-content > ul,
    .page .entry-content > ol,
    .page .entry-content > figure,
    .page .entry-content > blockquote,
    .page .entry-content > .wp-block-buttons {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .page .entry-content > h1,
    .page .entry-content > h2,
    .page .entry-content > h3,
    .page .entry-content > h4,
    .page .entry-content > h5,
    .page .entry-content > h6,
    .page .entry-content > p,
    .page .entry-content > ul,
    .page .entry-content > ol,
    .page .entry-content > figure,
    .page .entry-content > blockquote,
    .page .entry-content > .wp-block-buttons {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .page .entry-content > h1,
    .page .entry-content > h2,
    .page .entry-content > h3,
    .page .entry-content > h4,
    .page .entry-content > h5,
    .page .entry-content > h6,
    .page .entry-content > p,
    .page .entry-content > ul,
    .page .entry-content > ol,
    .page .entry-content > figure,
    .page .entry-content > blockquote,
    .page .entry-content > .wp-block-buttons {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .page .entry-content > h1,
    .page .entry-content > h2,
    .page .entry-content > h3,
    .page .entry-content > h4,
    .page .entry-content > h5,
    .page .entry-content > h6,
    .page .entry-content > p,
    .page .entry-content > ul,
    .page .entry-content > ol,
    .page .entry-content > figure,
    .page .entry-content > blockquote,
    .page .entry-content > .wp-block-buttons {
        max-width: 1140px;
    }
}

@media (max-width: 1201px) {
    h1, .h1 {
        letter-spacing: 0;
    }
}

.page .entry-content > blockquote,
.page .entry-content > .wp-block-pullquote {
    margin-top: 25px;
}
.page .entry-content > blockquote p, 
.page .entry-content > .wp-block-pullquote > blockquote p {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 0;
    color: #893B67;
}
.page .entry-content > blockquote cite,
.page .entry-content > .wp-block-pullquote > blockquote cite {
    display: block;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.01em;
    margin-top: 16px;
    color: #893B67;
}


.page .has-aside .entry-content {
    border-right: 2px solid #E1E1E1;
    margin-top: 90px;
    margin-bottom: 0px;
}
.page-template-default .no-aside .entry-content > *:not(div):first-child,
.page-template-default .no-aside .entry-content > [class^="wp"]:first-child {
    margin-top: 90px;
}
.page-template-default .no-aside .entry-content > *:not(div):last-child,
.page-template-default .no-aside .entry-content > [class^="wp"]:last-child {
    margin-bottom: 90px;
}
.page .aside-blocks {
    margin-top: 90px;
    margin-bottom: 90px;
}
.page .aside-blocks .aside-section {
    border-top: 2px solid #E1E1E1;
    padding: 40px 30px;
}
.page .aside-blocks .aside-section:nth-of-type(1) {
    border: 0;
    padding-top: 0;
}
.page .aside-blocks .aside-section h4 {
    margin-top: 0;
    margin-bottom: 20px;
}
.page .aside-blocks .aside-section img {
    max-height: 90px;
    width: auto;
}
.page .aside-blocks .aside-section p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.01em;
}

.home .feed-01 {
    /* overflow-y: visible !important; */
    padding-bottom: 120px !important;
    padding-top: 4rem !important;
    padding-bottom: 9rem !important;
    position: relative;
    z-index: 1;
}

.home .feed-01 > .container {
    position: relative;
    z-index: 1;
}
.home .feed-03 {
    overflow: visible !important;
    position: relative;
    z-index: 2;
}

.home .feed-03 > * {
    position: relative;
    z-index: 10;
}


.single .entry-content {
    /* border-left: 2px solid #E1E1E1; */
}
.single .entry-content,
.single .entry-content p,
.single .entry-content li {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #0a0a0a;
}
.single .entry-content > [class^="wp"] {
    max-width: 100%;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
}
.single .entry-content .btn-link a {
    color: #893B67;
    font-size: 14px !important;
    font-weight: 700;
    text-decoration-line: underline;
}


.badge {
    background-color: #EAEAEA;
    color: #4D3950;
    border-radius: 40px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 14px !important;
    letter-spacing: 0.1em !important;
    padding: 11px 20px;
    text-decoration: none !important;
    text-transform: uppercase;
    white-space: break-spaces;
}
.badge + .badge {
    margin-left: 10px;
}

/* 02 - BOOTSTRAP */
.btn {
    font-family: 'Poppins', sans-serif;
}
.btn-primary, .has-btn-primary a,
.wp-block-button__link {
    border-radius: 2px;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.01em;
    padding: 12px 42px 11px 17px !important;
    position: relative;
    background-color: #ECE81A;
    border-color: #ECE81A;
    color: #51284F;
    font-weight: 800 !important;
}
@media (max-width: 1201px) {
    .wp-block-button__link {
        letter-spacing: 0;
    }
}
.btn-primary:before, .has-btn-primary a:before,
.wp-block-button__link:before {
    position: absolute;
    right: 0;
    top: 0;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    content: "\f061";
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
}
.btn-primary.no-arrow,
.has-btn-primary.no-arrow a,
.wp-block-button__link.no-arrow {
    padding: 12px 17px 11px 17px !important;
}
.btn-primary.no-arrow:before,
.has-btn-primary.no-arrow a:before,
.wp-block-button__link.no-arrow:before {
    display: none;
}
.btn-primary:hover, .has-btn-primary a:hover,
.btn-primary:focus, .has-btn-primary a:focus,
.wp-block-button__link:hover, .wp-block-button__link:focus {
  background-color: #EABEB0;
    border-color: #EABEB0;
    color: #51284F;
}

.btn-secondary, .has-btn-secondary a {
    border-radius: 2px;
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.01em;
    padding: 12px 42px 11px 17px !important;
    position: relative;
    background-color: #893B67;
    border-color: #893B67;
    font-weight: 900 !important;
}
.btn-secondary:after, .has-btn-secondary a:after {
    position: absolute;
    right: 0;
    top: 0;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    content: "\f061";
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
}
.btn-secondary:hover {
    background-color: #C04C36;
    border-color: #C04C36;
}
.btn-link {
    border-bottom: 0px solid  #893B67;
    color:  #893B67;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 1px;
    /* text-decoration: underline; */

    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 170%;
    /* identical to box height, or 24px */

    letter-spacing: -0.01em;
    text-decoration-line: underline;
}
.btn-link:hover,
.btn-link:focus {
    color: #51284F;
}
@media (min-width: 992px) {
    .col-lg-custom-20 {
        flex: 0 0 auto;
        width: 20%;
    }
}
.btn-dropdown {
    width: 220px;
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: default;
    width: 140px;
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: default;
    padding: 12px 16px 11px;
    gap: 4px;
    height: 47px;
    border: 1px solid rgba(75, 56, 78, 0.2);
    border-radius: 3px;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: rgba(75, 56, 78, 0.6);
    color: #51284F;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.order-6 {
    order: 6 !important;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: none;
    }
}
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1380px;
    }
}

/* 03 - HEADER */
.site-header {
    height: auto;
    padding-top: 3vw;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
}
.site-header .logo {
    background-image: url('img/lpca-logo-dark.svg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-size: 0;
    width: 163px;
    height: 46px;
}

/* Light Logo and mobile nav toggle */
.home .site-header .logo,
.page-template-page-listing-php .site-header .logo,
.page-template-page-exhibits .site-header .logo{
    background-image: url('img/lpca-logo-light.svg');
}
.home .site-header .btn-menu,
.page-template-page-listing-php .site-header .btn-menu,
.page-template-page-exhibits .site-header .btn-menu{
    background: url('img/menu-light.svg') center center no-repeat;
}
/* END Light Logo and mobile nav toggle */

.offcanvas-header .logo{
    background-image: url('img/lpca-logo-dark.svg') !important;
}

@media (min-width: 768px) {
    .site-header {
        /* height: 73px;
        width: 207px; */
        padding-top: 35px;
        padding-left: 35px;
        padding-right: 35px;
    }
}
@media (min-width: 992px) {
    .site-header .logo {
        height: 100px;
        width: 350px;
    }
}
.header-menu li a {
    color: #893B67;
    display: block;
    font-family: "Adelle", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.12px;
    padding: 10px 20px;
}
.header-menu > li a {
    padding-bottom: 13px;
}

.site-header.fixed .header-menu li a:hover, 
.site-header.fixed .header-menu li a:focus, 
.home.page .site-header.fixed .header-menu li a:hover, 
.home.page .site-header.fixed .header-menu li a:focus, 
.page .site-header .header-menu li a:hover, 
.page .site-header .header-menu li a:focus, 
.single .site-header .header-menu li a:hover, 
.single .site-header .header-menu li a:focus, 
.blog .site-header .header-menu li a:hover,
.blog .site-header .header-menu li a:focus {
    background-color: #f5f5f5;
    color: #612581 !important;
}



/* .home.page .site-header .header-menu li a:hover, 
.home.page .site-header .header-menu li a:focus {
    background-color: transparent;
    color: #fff !important;
} */
.header-menu li a:focus {
    background-color: transparent;
    color: #fff !important;
}

.submenu-toggle {
    height: 100%;
    width: 30px;
    position: relative;
    cursor: pointer;
    transform-origin: center;
    transform: rotate(0deg);
    margin-left: 1em;
}
.submenu-toggle:after {
    width: 30px;
    height: 100%;
    border: 0;
    color: #893B67;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    content: "\f078";
    display: inline;
    align-items: center;
    vertical-align: initial;
}
.submenu-toggle.open::after {
    /* transform-origin: center;
    transform: rotate(180deg); */
    content: "\f077";
}
@media all and (max-width: 1200px) {
    .header-menu li {
        padding-left: 1em;
        padding-right: 1em;
    }
    .header-menu li:hover {
        background-color: #f5f5f5;
    }
    .dropdown-toggle {
        display: inline-block !important;
    }
    .dropdown-toggle::after {
        display: none !important;
    }
    .header-menu .menu-item:hover .dropdown-menu {
        display: none !important;
    }
    .dropdown-menu.open,
    .header-menu .menu-item:hover .dropdown-menu.open {
        display: block !important;
        width: 100%;
        position: relative;
        box-shadow: none !important;
    }
    .header-menu .menu-item .dropdown-menu li:first-of-type a {
        padding-top: 10px !important;
    }
    .dropdown-menu li a:hover, .dropdown-menu li a:focus {
        background: transparent !important;
    }
    .header-menu.utility > li:first-child a {
        border-top: 1px solid #e1e1e1;
        margin-top: 10px;
        padding-top: 20px;
    }
    .header-menu.utility li a {
        font-family: "Nunito", sans-serif;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 500 !important;
        line-height: 25px !important;
        letter-spacing: 0.12px !important;
    }

    .offcanvas {
        transition: all 0.3s ease-in-out;
        left: 0;
    }
    .offcanvas-body {
        padding: 0 !important;
    }
}

.header-menu >.menu-item .dropdown-menu  {
    /* left: 0; */
}
.header-menu > .menu-item:last-of-type .dropdown-menu {
    border-top: 4px solid #F5F5F5;
    margin-top: 0;
    /* margin-left: -30px */
    right: 0;
}
.header-menu .menu-item .dropdown-menu li {
    border: 0;
}
.header-menu .menu-item .dropdown-menu li a {
    font-family: "Nunito", sans-serif;
    padding: 10px 20px;
}
.header-menu .menu-item .dropdown-menu li a:hover,
.header-menu .menu-item .dropdown-menu li a:focus {
    background-color: transparent;
    color: #893B67;
}
.header-menu .menu-item .dropdown-menu li:first-of-type a {
    padding-top: 20px;
}
.header-menu .menu-item .dropdown-menu li:last-of-type a {
    padding-bottom: 20px;
}
.header-menu .menu-item .dropdown-menu li.opportunities-divider:before {
    border-top: 1px solid #D9D9D9;
    color: #C56453;
    content: 'Opportunities for:';
    display: block;
    font-family: "Nunito", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 14px;
    margin: 10px auto;
    padding: 20px 0px 0;
    position: relative;
    text-transform: uppercase;
    width: calc(100% - 40px);
}
.header-menu.utility .menu-item > .dropdown-menu {
    min-width: 0 !important;
}
@media all and (min-width: 992px) {
    .header-menu.utility .menu-item > .dropdown-menu {
        min-width: 0 !important;
    }
}
.header-menu .menu-item:last-of-type .dropdown-menu {
    padding-right: 20px;
}
.dropdown-toggle::after {
    width: 30px;
    height: 100%;
    border: 0;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    content: "\f078";
    display: inline;
    align-items: center;
    vertical-align: initial;
}
.header-menu .menu-item .dropdown-menu li:hover .dropdown-toggle::after {
    /* background: url('./img/expand-up.png');
    background: url('./img/expand-up.svg'); */
}
.header-menu.utility li a {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 17px;
}
@media all and (min-width: 1200px) {
    .home .header-menu.utility > li > a:hover {
        background-color: transparent;
        color: #fff !important;
    }
}

.header-02 {
    align-items: flex-end!important;
}
.header-02 .header-menu {
    margin-bottom: 24px !important;
}
.header-02 .header-menu > li.has-btn-secondary {
    margin-left: 1rem;
}
.header-02 .header-menu > li.has-btn-secondary a {
    color: #fff;
}
.header-02 .header-menu > li.has-btn-secondary:last-of-type a {
    padding-right: 13px !important;
}

.header-04 .search-form {
    display: flex;
    align-items: center;
    height: 32px;
    padding-left: 20px;
}
.header-04 .search-form .search-field {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #51284F;
    color: #51284F;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    opacity: 0;
    height: 20px;
    width: 0px;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 1200px) {
    .page.page-template-page-listing .header-04  .search-field,
    .home.page .header-04 .search-form .search-field {
        border-bottom: 1px solid #fff !important;
        color: #fff !important;
    }
}
.header-04 .search-form .search-field:focus,
.header-04 .search-form .search-field:focus-within {
    background: transparent;
    outline: 0;
}
.header-04 .search-form .search-field::-webkit-clear-button{
    -webkit-appearance: none;
    margin: 0;
}
.header-04 .search-form .search-field::placeholder {
    color: #51284F;
}
@media (min-width: 1200px) {
    .home.page .header-04 .search-form .search-field::placeholder, 
    .page.page-template-page-listing .header-04  .search-form .search-field::placeholder {
        color: #fff;
    }
}
.header-04 .search-form:hover .search-field {
    opacity: 1;
    width: auto;
}
.header-04 .search-submit {
    background: url('../_wpsk-lpca/img/search-dark.svg') center 13px no-repeat transparent;
    background-size: 13px;
    border: 0;
    margin: 0;
    text-indent: -9999px;
    height: 32px;
    width: 20px;
}

.aside-section .search-form {
    display: flex;
    align-items: center;
    height: 32px;
    padding-left: 20px;
}
.aside-section .search-form .search-field {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #51284F;
    color: #51284F;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 17px;
    margin: 0;
    opacity: 1;
    height: 32px;
    padding-top: 12px;
    width: auto;
    transition: all 0.3s ease-in-out;
}
.aside-section .search-form .search-field {
    border-bottom: 1px solid #51284F;
    color: #51284F;
}
.aside-section .search-form .search-field:focus,
.aside-section .search-form .search-field:focus-within {
    background: transparent;
    outline: 0;
}
.aside-section .search-form .search-field::-webkit-clear-button{
    -webkit-appearance: none;
    margin: 0;
}
.aside-section .search-form .search-field::placeholder {
    color: #51284F;
}
.aside-section .search-form:hover .search-field {
    opacity: 1;
    width: auto;
}
.aside-section .search-submit {
    border: 0;
    margin: 0;
    text-indent: -9999px;
    height: 32px;
    width: 20px;
    border-bottom: 1px solid #51284F;
}
.aside-section .search-submit {
    background: url('../_wpsk-lpca/img/search-dark.svg') center 13px no-repeat transparent;
    background-size: 13px;
}







.home.page .header-04 .search-submit, 
.page.page-template-page-listing .header-04 .search-submit {
    background: url('../_wpsk-lpca/img/search.svg') center 13px no-repeat transparent !important;
    background-size: 13px !important;
}

.site-header.fixed .search-submit,
.home.page .site-header.fixed .search-submit, 
.page .site-header .search-submit, 
.single .site-header .search-submit, 
.blog .site-header .search-submit {
    background: url('../_wpsk-lpca/img/search-dark.svg') center 13px no-repeat transparent;
    background-size: 13px;
}
.site-header.fixed .search-form .search-field,
.home.page .site-header.fixed .search-form .search-field, 
.page .site-header .search-form .search-field, 
.single .site-header .search-form .search-field, 
.blog .site-header .search-form .search-field {
    border-bottom: 1px solid #51284F;
    color: #51284F;
}
.site-header.fixed .search-form .search-field::placeholder,
.home.page .site-header.fixed .search-form .search-field::placeholder, 
.page .site-header .search-form .search-field::placeholder, 
.single .site-header .search-form .search-field::placeholder, 
.blog .site-header .search-form .search-field::placeholder {
    color: #51284F;
}

.home .site-header,
.page-template-page-listing .site-header,
.page-template-page-exhibits .site-header {
    background-color: transparent;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 10.63%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
}
.home .header-menu li a,
.page-template-page-listing .header-menu li a,
.page-template-page-exhibits .header-menu li a {
    color: #fff;
}
.home .header-menu li a:hover,
.page-template-page-listing .header-menu li a:hover,
.page-template-page-exhibits .header-menu li a:hover {
    background-color: transparent;
}
.home .header-menu .dropdown-menu > li a,
.page-template-page-listing .header-menu .dropdown-menu > li a,
.page-template-page-exhibits .header-menu .dropdown-menu > li a {
    color: #893B67;
}

.header-menu .menu-item .dropdown-menu {
    background: #F5F5F5;
    border: 0;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
    margin: 0;
}

.header-menu.mobile {
    flex-direction: column;
}
.header-menu.mobile li a,
.home .header-menu.mobile li a,
.page-template-page-listing .header-menu.mobile li a,
.page-template-page-exhibits .header-menu.mobile li a {
    color: #893B67;
}
.header-menu.mobile li a {
    padding: 10px 0;
}
.btn-menu {
    background-color: transparent;
    background: url('img/menu-dark.svg') center center no-repeat;
    background-size: 18px auto;
    border: 0;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-indent: -9999px;
}
.offcanvas .btn-close {
    background-color: transparent;
    background: url('img/close.svg') center center no-repeat;
    background-size: 14px auto;
    border: 0;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}
.offcanvas {
    height: 100vh !important;
    max-width: 100vw !important;
    width: 100% !important;
    top: 0;
}
.offcanvas .header-menu li a {
    font-size: 16px !important;
}
.offcanvas .header-menu.primary > li:first-child a {
    border-top: 1px solid #e1e1e1;
    padding-top: 1.5rem;
}
.offcanvas .header-menu.utility li a {
    font-family: "Nunito", sans-serif;
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 17px !important;
    padding: 5px 0 !important;
}
.header-menu.utility li a.dropdown-toggle {
    font-weight: 500;
}
.offcanvas .header-menu.utility > li:first-child a {
    padding-top: 1.5rem !important;
}
.offcanvas .header-menu.utility > li:last-child a {
    /* border-bottom: 1px solid #e1e1e1; */
    padding-bottom: 1.5rem !important;
}
.offcanvas .search-form {
    background: #fff;
    height: auto !important;
    margin-bottom: 200px; /* Fix for scrolling issue in IOS */
}
.offcanvas .search-field {
    background-color: transparent;
    border: 1px solid #e1e1e1 !important;
    border-radius: 3px;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    opacity: 1 !important;
    height: 47px !important;
    width: calc(100vw - 40px) !important;
    transition: all 0.3s ease-in-out;
}
.offcanvas .search-submit {
    background: url('../_wpsk-lpca/img/search-dark.svg') center 13px no-repeat transparent !important;
    background-size: 13px !important;
}
/* 04 - FOOTER */
.site-footer {
    background-color: #51284F;
    display: block;
    clear: both;
    float: left;
    width: 100%;
}
.site-footer .footer-logo {
    margin-bottom: 50px;
}
.site-footer .logo {
    font-size: initial;
    height: auto;
    width: auto;
    background: transparent;
}
.site-footer .logo .logo-image {
    background-image: url('img/lpca-logo-light.svg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-size: 0;
    /* margin-bottom: 32px !important; */

}
.site-footer .logo .logo-text {
    color: #fff;
    padding-left: 20px;
    display: none;
}
@media (min-width: 576px) {}
@media (min-width: 992px) {
    .site-footer .logo .logo-image {
        width: 340px;
        height: 100px;
    }
}


.site-footer .content {
    color: #fff;
    margin: 0 0 36px;
}
.site-footer .content .h1, 
.site-footer .content .h2,  
.site-footer .content .h3,  
.site-footer .content .h4,  
.site-footer .content .h5,  
.site-footer .content .h6,  
.site-footer .content h1,  
.site-footer .content h2,  
.site-footer .content h3,  
.site-footer .content h4,  
.site-footer .content h5,  
.site-footer .content h6 {
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
}
.site-footer .content > * {
    width: 100%;
}

.site-footer .content .gform_wrapper {
    max-width: calc(100% - 26px);
}
.site-footer .content .gform_wrapper ul.gform_fields {
    align-items: flex-start;
    display: flex;
    width: 100%;
}
.site-footer .gform_wrapper form {
    align-items: flex-start;
    display: flex;
    margin-top: 25px;
    width: 100%;
    position: relative;
}
.site-footer .gform_wrapper form .gform_body {
    flex: 0 0 100%;
    padding: 0;
}
.site-footer .gform_wrapper form .gform_footer {
    padding: 0;
    margin: 0;
    clear: none;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 26px;
}
.gform_ajax_spinner {
    display: none !important;
}
.site-footer .content .gform_wrapper ul.gform_fields li:nth-of-type(1) {
    /* flex: 1 1 auto; */
    padding: 0;
    width: 100%;
}
.site-footer .content .gform_wrapper ul li.gfield,
.site-footer .content .gform_wrapper ul li.gfield div.ginput_container,
.site-footer .content .gform_wrapper ul li.gfield div.ginput_container input {
    margin-top: 0;
}
.site-footer .content .gform_wrapper input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 18px !important;
    line-height: 1;
    padding: 0 0 10px !important;
}
.site-footer .content .gform_wrapper input:focus,
.site-footer .content .gform_wrapper input:focus-visible {
    outline: 0;
}
.site-footer .content .gform_wrapper input::placeholder {
    color: rgba(255,255,255, 0.7);
}
.site-footer .content .gform_wrapper input.gform_button {
    background-color: transparent;
    background-image: url('../_wpsk-lpca/img/arrow-right-white.svg') !important;
    background-size: 13px auto !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #51284F;
    font-size: 0 !important;
    height: 47px !important;
    line-height: 1;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    width: 26px;
}

@media (min-width: 641px) {
    .site-footer .content .gform_wrapper input.gform_button {
        height: 30px !important;
    }
    .site-footer .content .gform_wrapper {
        max-width: 417px;
    }
}
@media (min-width: 992px) {
    .site-footer .content .gform_wrapper input.gform_button {
        height: 32px !important;
    }
}
@media (min-width: 1320px) {
    .site-footer .content .gform_wrapper input.gform_button {
        height: 31px !important;
    }
}
.site-footer .content .gform_wrapper input.gform_button:hover,
.site-footer .content .gform_wrapper input.gform_button:focus {
    background-position: 6px center !important;
}
.site-footer .content p,
.site-footer .content .gform_confirmation_message {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.01em;
}


.site-footer .footer-menu i {
    font-size: 26px;
    margin-right: 16px;
    text-align: center;
    width: 26px;
}
.site-footer .gform_wrapper form {
    /* position: relative; */
    /* display: flex;
    align-items: flex-end; */
}
.site-footer .gform_wrapper ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
}
.site-footer .gform_wrapper form .gform_footer {
    /* bottom: 0;
    margin: 0 0 4px;
    padding: 0;
    position: absolute;
    right: 0;
    width: auto;
    z-index: 2; */
}
.site-footer .gfield_html button {
    display: none;
}
.site-footer p {
    font-size: 15px;
    line-height: 24px;
}
.footer-menu {
    margin-bottom: 18px;
}
.footer-menu a {
    color: #fff;
    display: flex;
    align-items: center;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 18px;
    padding: 2px 0;
    text-decoration: none;
    font-family: "Adelle", serif ;
    font-weight: 500;
    letter-spacing: normal;
}
.footer-menu a:hover,
.footer-menu a:focus {
    text-decoration-line: underline;
}
.footer-menu.social-menu a:hover,
.footer-menu.social-menu a:focus {
    text-decoration-line: none;
}
.footer-menu.social-menu a:hover span,
.footer-menu.social-menu a:focus span {
    text-decoration-line: underline;
}
.footer-menu li:last-of-type a {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .footer-menu {
        margin-bottom: 0;
    }
}
.site-info {
    color: #fff;
    font-family: "Nunito", sans-serif;
    margin-top: 80px;
}
.site-info p {
    margin-bottom: 0;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    line-height: 18px;
}
.site-info a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.site-info h3{
    font-family: "Nunito", sans-serif;
}
.footer-04 {
    padding-top: 65px;
    padding-bottom: 30px;
}
.footer-04 .gform_wrapper .gfield_html.gfield_no_follows_desc {
    margin-top: 0;
}
.footer-04 .gform_wrapper {
    margin: 0;
}
.footer-04 .gform_body h3,
.footer-04 .gform_body p {
    color: #fff;
}
.footer-04 .gform_body h3 {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
}
.footer-04 .gform_body p {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.01em;
}
.legal {
    color: #fff;
}
.legal img {
    max-height: 90px;
    width: auto;
}
.legal p {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
}



/* 05 - HERO */
.hero {
    background-color: #ffffff;
}
.page .hero h1, .single .hero h1 {
    color: #893B67;
    font-size: 42px;
    font-weight: 500;
    line-height: 43px;
    margin-bottom: 30px;
}
.hero .hero-content p {
    font-size: 17px;
    line-height: 32px;
}
.hero .hero-content blockquote {
    margin-top: 40px;
    padding: 0 100px;
}
.hero .hero-content blockquote p {
    color: #006A52;
    font-size: 26px;
    font-weight: 700;
    line-height: 38px;
    position: relative;
}
.hero .hero-content blockquote + p {
    margin-top: 30px;
}
.hero .hero-content blockquote p:first-of-type:before,
.hero .hero-content blockquote p:first-of-type:after {
    color: #C4D6A4;
    content: '\201C';
    font-family: "Nunito", sans-serif;
    font-size: 100px;
    font-weight: 700;
    position: absolute;
}
.hero .hero-content blockquote p:first-of-type:before {
    content: '\201C';
    top: 0;
    left: -80px;
}
.hero .hero-content blockquote p:first-of-type:after {
    content: '\201D';
    bottom: -35px;
    right: -80px;
}
.hero .hero-content blockquote p + p:last-of-type {
    color: #1f221f;
    font-family: "Nunito", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 33px;
    opacity: 0.7;
}

.hero-02 {
    min-height: 492px;
    overflow: hidden;
    position: relative;
}
.hero-02:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80.79%), url(.jpg);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
}
.hero-02 > * {
    position: relative;
    z-index: 2;
}
.page .hero.hero-02 h1,
.single .hero.hero-02 h1 {
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 10px;
    text-transform: none;
}

@media (min-width: 576px) {
    .page .hero.hero-02 h1,
    .single .hero.hero-02 h1 {
        font-size: 56px;
    }
}
@media (min-width: 1200px) {
    .page .hero.hero-02 h1,
    .single .hero.hero-02 h1 {
        font-size: 76px;
    }
}
.page .hero.hero-02 p, 
.single .hero.hero-02 p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    margin-top: 0;
}
.page .hero.hero-02 p.btn-link, 
.single .hero.hero-02 .btn-link {
    color: #fff;
    border-color: #fff;
}
.hero-02 .btn-link {
    color: #fff;
    border-color: #fff;
}
.hero-02 .btn-link:hover,
.hero-02 .btn-link:focus {
    color: #fff;
}
@media (min-width: 992px) {
    .hero-02 .hero-content {
        /* flex: 0 0 auto; */
        /* width: 58.33333333%; */
        /* margin-left: 20.833333335%; */
        /* margin-left: 8.3%;
        margin-left: 12.5%; */
    }
}


.page-template-page-exhibits .hero-02.sp-y,
.page-template-page-listing .hero-02.sp-y {
    padding-top: calc(4rem + 117px) !important;
}
.page-template-page-exhibits .hero-02 h1 {
    text-align: center;
    width: 100%;
}

.hero-05 {
    overflow: hidden;
}
.hero-05 .hero-content {
    min-height: 504px;
    padding: 4rem calc(3.5vw + 15px) !important;
}
.hero-05 .hero-content h1 {
}
.hero-05 .hero-content .eyebrow,
.hero-05 .hero-content .eyebrow p {
    flex: 0 0 100%;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    text-transform: none;
}
.hero-05 .hero-content .badge {
    border-radius: 40px;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.1em;
    padding: 11px 20px;
    text-transform: none;
}
.hero-05 .hero-image {
    background-color: #888;
}

.carousel-03 {
    background-color: #f8f9fa;
}
.carousel-03 .container-fluid {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
}
.carousel-03 h2 {
    color: #51284F;
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 43px;
    margin-bottom: 10px;
}
.carousel-03 p.blurb {
    color: #0a0a0a;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.01em;
    margin-bottom: 30px;
}
.carousel-03 .btn-primary {
    font-size: 16px;
}
/* .carousel-03 .carousel-carousel .slick-slide.slick-current { display: block !important; }
.carousel-03 .carousel-carousel .slick-slide { display: none !important; }
.carousel-03 .carousel-carousel.slick-initialized .slick-slide { display: block; } */
.carousel-03 .slick-slide {
    height: 712px !important;
    padding-top: calc(4rem + 117px) !important;
}
.carousel-03 .carousel-slide-1,
.carousel-03 .carousel-slide-2,
.carousel-03 .carousel-slide-3,
.carousel-03 .carousel-slide-4,
.carousel-03 .carousel-slide-5,
.carousel-03 .carousel-slide-6,
.carousel-03 .carousel-slide-7 {
    left: -9999px;
    top: -9999px;
    position: absolute;
}
.carousel-03 .card {
    height: 470px;
}
.carousel-03 .carousel-carousel-controls {
    margin-top: 30px;
    position: absolute;
    z-index: 7;
    top: calc(4rem + 490px);
    left: calc(5.5vw + 40px);
}
.carousel-carousel-controls {
    margin-top: 30px;
}
.slick-dots {
    display: flex;
}
.slick-dots button {
    border: 0;
    height: 100%;
    overflow: hidden;
    width: 100%;
    background: #51284F;
    border: 2px solid transparent;
    border-radius: 50%;
    color: transparent;
    margin: 2px 0;
    padding: 0;
    width: 7px;
    height: 7px;
}
.slick-dots .slick-active button {
    border: 2px solid #51284F;
    margin: 0;
    width: 11px;
    height: 11px;
}
.slick-dots li {
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-arrow {
    background-color: transparent;
}
.slick-arrow.slick-next {
    background-image: url('../_wpsk-lpca/img/slick-arrow-left-inactive.svg');
    background-position: 55% center;
    background-repeat: no-repeat;
    background-size: auto 14px;
    /* right: auto; */
    transform: rotate(180deg);
    order: 3;
    margin-left: 12px;
}
.slick-arrow.slick-next:hover{
    background-image: url('../_wpsk-lpca/img/slick-arrow-right-active.svg');
    background-position: 55% center;
    background-repeat: no-repeat;
    background-size: auto 14px;
    transform: rotate(0deg);
    margin-left: 12px;
}
.slick-arrow.slick-prev {
    background-image: url('../_wpsk-lpca/img/slick-arrow-left-inactive.svg');
    background-position: 55% center;
    background-repeat: no-repeat;
    background-size: auto 14px;
    /* right: auto; */
    transform: rotate(0deg);
    order: 1;
    margin-right: 12px;
}
.slick-arrow.slick-prev:hover {
    background-image: url('../_wpsk-lpca/img/slick-arrow-right-active.svg');
    background-position: 55% center;
    background-repeat: no-repeat;
    background-size: auto 14px;
    transform: rotate(180deg);
    margin-right: 12px;
}

.hero .cta-links {
    margin-top: 10px;
}
.hero + p {
    margin-top: 60px;
}

@media (max-width: 768px) {
    .carousel-03 .card {
        padding-left: 8vw !important;
        padding-right: 8vw !important;
        width: 100%;
    }
    .carousel-03 .carousel-carousel-controls {
        left: 8vw;
    }
    .carousel-03 .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .carousel-03 .slick-slide.sp-y {
        padding-bottom: 0 !important;
    }
    .carousel-03 .slick-slide {
        display: flex;
        align-items: flex-end;
    }
}
@media (max-width: 576px) {
    .carousel-03 .slick-slide {
        padding-top: calc(0rem + 117px) !important;
    }
    .carousel-03 .card {
        height: 500px;
        padding-top: 2rem !important;
    }
    .carousel-03 .carousel-carousel-controls {
        margin-top: 50px;
        position: absolute;
        z-index: 7;
        top: auto;
        bottom: 2rem;
        left: 8vw;
    }    
}


/* 06 - CTA */
.cta-04.has-bg-image .cta-content {
    background-color: #F4F4F4;
    padding: 3rem;
}
.cta-05 {
    overflow: hidden;
}
.cta-05 p {
    font-size: 17px;
    line-height: 32px;
}
.cta-05 .cta-content-left {
    background-color: #E8E8E8;
    position: relative;
}
.cta-05 .cta-content-left:before {
    background-color: #E8E8E8;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: -100%;
}
.cta-05 .cta-content-right {
    background-color: #DBDBDB;
    position: relative;
}
.cta-05 .cta-content-right:before {
    background-color: #DBDBDB;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
}
.cta-06 .cta-links {
    margin-top: 20px;
}
.cta-06 .cta-links a {
    margin-right: 30px;
}

.cta-01 {
    overflow: hidden;
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.cta-01 .container {
    max-width: 1200px;
}
.cta-01 .cta-content h2,
.cta-01 .cta-content .h3 {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
}
.cta-01 .cta-content .btn {
    margin-top: 0px;
    margin-bottom: 36px;
}
.cta-01 .cta-img-wrapper {
    position: relative;
}
.cta-01 .cta-img-img {
    border-radius: 50%;
    position: relative;
    z-index: 2;
    width: 62%;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .cta-01 {
        overflow: visible;
    }
    .cta-01 .cta-content .btn {
        margin-top: 36px;
        margin-bottom: 0px;
    }
}


.cta-02 {
    overflow: hidden;
    position: relative;
}

.cta-02 .cta-content {
    padding-left: 15px;  
    padding-right: 15px;  
}
@media (min-width: 992px) {
    .cta-02 .cta-content {
        padding-left: 40px;   
        /* padding-right: 80px;    */
    }
}
.cta-02 .cta-content h2,
.cta-02 .cta-content .h3 {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
}
.cta-02 p {
    color: #0a0a0a;
}
.cta-02 .cta-img-wrapper {
    position: relative;
}
.cta-02 .cta-img-img {
    border-radius: 50%;
    position: relative;
    z-index: 2;
    width: 342px;
    margin: 0 auto;
}

.cta-02 .gform_wrapper ul.gform_fields {
    align-items: flex-start;
    display: flex;
    width: 100%;
}
.cta-02 .gform_wrapper ul.gform_fields li:nth-of-type(1) {
    flex: 1 1 auto;
    padding: 0;
}
.cta-02 .gform_wrapper ul li.gfield,
.cta-02 .gform_wrapper ul li.gfield div.ginput_container,
.cta-02 .gform_wrapper ul li.gfield div.ginput_container input {
    margin-top: 0;
}
.cta-02 .gform_wrapper input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #51284F;
    color: #51284F;
    font-size: 18px !important;
    line-height: 1;
    padding: 0 0 10px !important;
}
.cta-02 .gform_wrapper input:focus,
.cta-02 .gform_wrapper input:focus-visible {
    outline: 0;
}
.cta-02 .gform_wrapper input::placeholder {
    color: rgba(76, 56, 79, 0.7);
}
.cta-02 .gform_wrapper .gform_body {
    position: relative;
}
.cta-02 .gform_wrapper button {
    background-color: transparent;
    background-image: url('../_wpsk-lpca/img/arrow-right.svg') !important;
    background-size: 13px auto !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    border: 0;
    border-bottom: 1px solid #51284F;
    color: #51284F;
    font-size: 0 !important;
    height: 30px !important;
    line-height: 1;
    padding: 0 !important;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    width: 26px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.cta-02 .gform_wrapper button:hover,
.cta-02 .gform_wrapper button:focus {
    background-position: 6px center !important;
}
.cta-02 p,
.cta-02 .gform_confirmation_message {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.01em;
}
.page-template-default .cta {
    width: 100vw;
    margin: 0 0 0 15px;
    position: relative;
    left: -3.5vw;
}
.page-template-default .cta.additional-section {
    margin: 0;
    left: 0;
    overflow: hidden;
}

@media (min-width: 992px) {
    .cta-02 {
        overflow: visible;
    }
}

.cta.donate {
    overflow: visible;
    position: relative;
    z-index: 3;
    background-color: rgba(252, 248, 230, 0.7);
}
.cta.donate:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: url('../_wpsk-lpca/img/donate-element-0.png');
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.cta.donate .container {
    position: relative;
    z-index: 2;
}
.cta.donate .cta-img-img {
    width: 75%;
}
.cta.donate .cta-content p {
    display: none;
}

.cta.stay-updated {
    overflow: visible;
    position: relative;
    z-index: 3;
    background-image: url('../_wpsk-lpca/img/stay-updated.png');
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
}

/* 07 - FEED */
.feed-01 .feed-title,
.feed-03 .feed-title,
.feed-01 .feed-title a,
.feed-03 .feed-title a,
.feed-08 .feed-title,
.feed-08 .feed-title a {
    color: #51284F;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 15px;
    line-height: 17px;
}
.home .feed-01 .feed-title {
    margin-bottom: 0;
}
.feed-03 .card-01 .feed-title,
.feed-03 .card-01 a,
.feed-03 .card-01 .feed-title .btn-link {
    color: #fff;
}
.feed-03 .card-01 .btn-link {
    border-bottom-color: #fff;
}
.feed-03 .card-04 img,
.feed-03 .card-05 img {
    margin-bottom: 16px;
}

@media (max-width: 576px) {
    .feed-03 .row-01 {
        margin-bottom: 0 !important;
    }
    .feed-03 .card-01 .card {
        background-color: transparent !important;
    }
    .feed-03 .card-01 .card .feed-date,
    .feed-03 .card-01 .card .feed-title a,
    .feed-03 .card-01 .btn-link {
        color: #51284F;
    }
    .feed-03 .card-01 .btn-link {
        border-bottom-color: #51284F;
    }
    .feed-03 .card-01 .card .badge {
        display: none;
    }
    .feed-03 .card-01 .card .feed-date .month {
        line-height: 30px !important;
    }
    .feed-03 .card-01 .card .feed-date .date {
        margin-bottom: 1rem !important;
        letter-spacing: -0.04em !important;
    }
    .feed-03 .card-01 .card-img-overlay {
        padding: 16px 0 0 !important;
        position: relative;
        background: transparent !important;
    }
    .feed-03 .card-02, .feed-03 .card-03 {
        background-color: transparent !important;
    }
    .feed-03 .card-02 {
        margin-top: 60px;
    }
    .feed-03 .card-03 {
        margin-top: 24px;
    }
    .feed-03 .card-02 img, .feed-03 .card-03 img {
        margin-bottom: 16px;
    }  
}


.feed-08 .filter-col {
    padding: 0 6px 0 4px;
}
.feed-08 .filter-col .facetwp-icon {
    right: 8px;
}
.feed-08 .filter-col > label {
    font-size: 0;
    line-height: 0;
    margin: 0;
}

.feed-08 .fwp-submit.fwp-submit-small {
    margin-bottom: 10px;
}
.feed-08 .filtered > div > div {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.feed-08 .filtered > div > div .col-lg-custom-20 {
    width: calc(20% - 24px);
}
@media (max-width: 768px) {
    .feed-08 .filtered > div > div .col-lg-custom-20 {
        width: calc(50% - 24px) !important;
    }
}


.home .feed-01 .feed-carousel .feed-card {
    padding-right: 20px;
}

.feed-01 .slick-initialized .slick-slide,
.feed-08 .slick-initialized .slick-slide {
    display: flex !important;
}
.feed-01 .border-top,
.feed-08 .border-top {
    margin-top: 45px;
    padding-top: 45px;
}

.home .feed-01 .eyebrow,
.feed-03 .eyebrow,
.feed-06 .eyebrow {
    color: #4D3950;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.feed-06 {
    background-color: #FBFBFB;
    padding-bottom: 90px !important;
    
}
.feed-06 .card-01 * {
    color: #f1edd9 !important;
}
.feed-06 .eyebrow {
    margin-bottom: 10px;
}
/* .feed-06 .eyebrow a {
    margin-bottom: 10px;
} */
.feed-06 .card.text-white .eyebrow,
.feed-06 .card.text-white .eyebrow a {
    color: #fff;
}

.feed-01,
.feed-08 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
}
.feed-01 h2,
.feed-03 h2,
.feed-08 h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 29px;
    margin-bottom: 30px;
    text-transform: none;
}
.feed-01 h2,
.feed-08 h2 {
    margin-bottom: 20px;
}
.home .feed-01 h2 {
    margin-bottom: 30px;
    text-transform: none;
}
.feed-01 .btn-primary,
.feed-08 .btn-primary {
    margin-bottom: 12px;
    margin-right: 20px;
}
.feed-01 .border-top,
.feed-08 .border-top {
    border-top: 1px solid rgb(76 56 79 / 40%) !important;
    border: 0 !important;
    position: relative;
}

.feed-01 .border-top:before,
.feed-08 .border-top:before {
    border-top: 1px solid rgb(76 56 79 / 40%) !important;
    content: '';
    width: calc(100% - 30px);
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    left: 15px;
}

@media (min-width: 992px) {
    .feed-01 h2,
    .feed-03 h2,
    .feed-08 h2 {
        font-size: 42px;
        line-height: 43px;
    }
}
.feed-01 .filtered,
.feed-08 .filtered {
    margin-bottom: 0px;
}
.feed-01 .filters,
.feed-08 .filters {
    margin-bottom: 30px;
    margin-left: -10px;
    margin-right: -10px;
}
.feed-01 .filters > div,
.feed-08 .filters > div {
    padding-left: 10px;
    padding-right: 0;
    position: relative;
}

@media (max-width: 768px) {
    .entry-content .filters > .container {
        padding-left: 8vw !important
    }
    .entry-content .filters > .container > .row {
        margin: 0 !important;
        padding: 0 6px !important;
    }
    .feed-08 .filter-col,
    .fs-wrap,
    .feed-08 .facetwp-facet,
    .feed-08 .fs-label-wrap, 
    .feed-08 .facetwp-date,
    .facetwp-input-wrap,
    .facetwp-facet input.facetwp-search, 
    .facetwp-facet input.facetwp-location {
        width: 100% !important;
    }
    .feed-08 .facetwp-facet-age_level .facetwp-checkbox {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .feed-01 .filters > div,
    .feed-08 .filters > div {
        width: 100%;
        padding-right: 10px;
    }
    .feed-01 .facetwp-facet,
    .feed-01 .filters .fs-wrap,
    .feed-01 .filters > div .fs-label-wrap,
    .feed-01 .filters .btn-dropdown,
    .feed-01 .filters .facetwp-input-wrap,
    .feed-01 .filters .feed-filter-item p,
    .feed-01 .filters .facetwp-facet input.facetwp-search,
    .feed-08 .facetwp-facet,
    .feed-08 .filters .fs-wrap,
    .feed-08 .filters > div .fs-label-wrap,
    .feed-08 .filters .btn-dropdown,
    .feed-08 .filters .facetwp-input-wrap,
    .feed-08 .filters .feed-filter-item p,
    .feed-08 .filters .facetwp-facet input.facetwp-search  {
        width: 100% !important;
    }
    .feed-01 .facetwp-facet-age_level .facetwp-checkbox,
    .feed-08 .facetwp-facet-age_level .facetwp-checkbox {
        width: 50% !important;
    }
    .feed-01 .fs-dropdown,
    .feed-08 .fs-dropdown {
        width: calc(100% - 20px) !important;
    }
}
.feed-01 .fs-dropdown .fs-options,
.feed-08 .fs-dropdown .fs-options {
    max-height: none;
}
.feed-01 .filters > .feed-filter-item,
.feed-08 .filters > .feed-filter-item {
    margin-bottom: 10px;
}
.feed-01 .filters > div:last-of-type,
.feed-08 .filters > div:last-of-type {
    padding-left: 10px;
}
.feed-01 .fs-arrow,
.feed-08 .fs-arrow {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    transition: ease-in 0.15s;
    display: inline-block;
    border-top: 0 !important;
    border-right: 2px solid #51284F !important;
    border-bottom: 2px solid #51284F !important;
    border-left: 0 !important;
    width: 8px !important;
    height: 8px !important;
    transform: rotate(45deg);
    border-radius: 2px;
}
.feed-01 .fs-open .fs-arrow,
.feed-08 .fs-open .fs-arrow {
    transform: rotate(225deg);
    top: 6px;
}

@media (min-width: 768px) {
    .feed-01 .filters > div:last-of-type,
    .feed-08 .filters > div:last-of-type {
        padding-left: 20px;
    }
}
.feed-01 .filters .facetwp-facet label,
.feed-01 .filters > div > label,
.feed-08 .filters .facetwp-facet label,
.feed-08 .filters > div > label {
    font-size: 0;
    line-height: 0;
    margin: 0;
}

.feed-08 .filter-col {

}
.feed-08 .filter-col > label {
    font-size: 0;
    line-height: 0;
    margin: 0;
}
.feed-01 .facetwp-facet,
.feed-08 .facetwp-facet {
    display: flex;
    margin-bottom: 10px;
}
.feed-01 .facetwp-facet .fs-search,
.feed-08 .facetwp-facet .fs-search {
    display: none;
}
.feed-01 .facetwp-checkbox.checked,
.feed-08 .facetwp-checkbox.checked {
    background-image: url('../img/checkbox.png');
}
.feed-01 .facetwp-checkbox.checked,
.feed-08 .facetwp-checkbox.checked {
    background-image: url('../img/checkbox-checked.png');
}
.feed-01 .facetwp-counter,
.feed-08 .facetwp-counter {
    display: none;
}
.feed-01 .facetwp-facet-age_level,
.feed-08 .facetwp-facet-age_level {
    display: flex;
}
.feed-01 .facetwp-facet-age_level .facetwp-checkbox,
.feed-08 .facetwp-facet-age_level .facetwp-checkbox {
    margin-left: 10px;
    margin-bottom: 0;
}
.feed-01 .facetwp-facet-age_level .facetwp-checkbox:first-of-type,
.feed-08 .facetwp-facet-age_level .facetwp-checkbox:first-of-type {
    margin-left: 0;
}
.feed-01 .feed-filter-item .collapse,
.feed-018 .feed-filter-item .collapse {
    top: 52px;
    bottom: auto !important;
}
.feed-01 .fwp-submit,
.feed-08 .fwp-submit {
    background-color: #893B67;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    padding: 15px 24px 16px;
    width: 180px;
}
.feed-01 .fwp-submit.fwp-submit-small,
.feed-08 .fwp-submit.fwp-submit-small {
    width: auto;
}
.feed-01 .facet-reset,
.feed-08 .facet-reset {
    background-color: transparent;
    border: 0;
    color: #893B67;
    padding: 12px 20px 11px;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: -0.01em;
    text-decoration-line: underline;
}
.feed-01 .btn-link,
.feed-08 .btn-link{
    color: #893B67;
}

.facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
    margin: 0;
    padding-right: 30px;
    min-width: 240px;
    padding: 12px 16px 11px;
    gap: 4px;
    width: 313px;
    height: 47px;
    border: 1px solid rgba(75, 56, 78, 0.2);
    border-radius: 3px;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: rgba(75, 56, 78, 0.6) !important;
    color: #7D717F !important;
}
.facetwp-facet input.facetwp-search::placeholder, .facetwp-facet input.facetwp-location::placeholder {
    color: rgba(75, 56, 78, 0.6) !important;
    color: #7D717F !important;

}
.facetwp-facet-event_search .facetwp-icon {
    right: 0;
    height: 100%;
    line-height: 1;
    position: absolute;
    cursor: pointer;
    opacity: 1;
}
.facetwp-facet-event_search .facetwp-icon:before {
    display: flex;
    content: '';
    width: 30px;
    height: 100%;
    background: transparent;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    content: "\f002";
    font-size: 14px;
    align-items: center;
    color: #893B67;
}
.fs-label-wrap,
.fs-dropdown,
.facetwp-checkbox,
.facetwp-date {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: default;
    padding: 12px 16px 11px;
    gap: 4px;
    height: 47px;
    border: 1px solid rgba(75, 56, 78, 0.2);
    border-radius: 3px;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: rgba(75, 56, 78, 0.6);
    color: #51284F;
}
.fs-label-wrap,
.facetwp-date {
    width: 140px !important;
    display: flex;
    align-items: center;
}
.facetwp-date::placeholder {
    color: #51284F;
}
.fs-dropdown {
    width: auto !important;
}
.fs-label-wrap .fs-label {
    padding: 0;
}
.stretch-input .fs-label-wrap,
.stretch-input .fs-dropdown {
    width: 313px !important;
}
.facetwp-checkbox {
    background: url('../_wpsk-lpca/img/checkbox.png') 20px 50% no-repeat !important;
    background-size: 18px auto !important;
    display: flex;
    align-items: center;
    padding: 12px 16px 11px 50px !important;
    width: auto;
}
.facetwp-checkbox.checked {
    background: url('../_wpsk-lpca/img/checkbox-checked.png') 20px 50% no-repeat !important;
    background-size: 18px auto !important;
}
.facetwp-checkbox.checked {
    background: url('../_wpsk-lpca/img/checkbox-checked.png') 20px 50% no-repeat !important;
    background-size: 18px auto !important;
}
.fs-dropdown {
    height: auto;
}
.facetwp-selections ul:before {
    content: 'Filters:';
    display: flex !important;
    align-items: center;
    font-size: 14px;
    height: 38px;
    margin-right: 10px;
}
.facetwp-selections ul {
    align-items: flex-start;
    display: flex;
    padding-left: 0;
}
.facetwp-selections li {
    display: flex !important;
    align-items: flex-start;
}
.facetwp-selection-label {
    font-size: 0;
}
.facetwp-selections .facetwp-selection-value {
    display: flex !important;
    justify-content: center;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
    /* padding-right: 16px; */
    background-color: #EAEAEA;
    background-image: none !important;
    background-size: 10px !important;
    background-repeat: no-repeat !important;
    background-position: 87.5% center !important;
    padding: 12px 33px 12px !important;
    gap: 4px;
    width: auto;
    height: auto;
    border-radius: 50px;
}
.facetwp-selections .facetwp-selection-value:hover {
    background-color: #DADADA;
    background-image: url('../_wpsk-lpca/img/icon-close.png') !important;
    background-size: 10px !important;
    background-repeat: no-repeat !important;
    background-position: 87.5% center !important;
}
.feed-filter-item .collapse,
.feed-filter-item .collapse.show,
.feed-filter-item .collapsing {
    position: absolute;
    bottom: 0px;
    z-index: 5;
    transition: none !important;
}
.facetwp-facet-event_type .fs-arrow {
    width: 30px;
    height: 100%;
    border: 0;
}
.facetwp-facet-event_type .fs-arrow::before {
    display: none;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    /* font-family: "Font Awesome 5 Pro"; 
    font-weight: 700;  */
    /* content: "\e0ad"; */
    content: '';
    height: 16px;
    width: 16px;
    background: url('./img/filter-list-01.svg') center center no-repeat;
    background-size: 16px auto;
    width: 100%;
    height: 100%;
}
.fs-label-wrap .fs-label {
    padding: 4px 22px 6px 2px;
}
.feed-filter-item p {
    margin-bottom: 0;
}
.facetwp-icon.f-loading:before {
    animation: none !important;
}

.feed-01 .feed-links,
.feed-08 .feed-links {
    margin-bottom: 36px;
    /* width: 100%; */
}
.feed-01 .feed-buttons,
.feed-08 .feed-buttons {
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 10;
}
.feed-01 .feed-card,
.feed-08 .feed-card {
    position: relative;
}
.feed-08 .feed-card {
    padding-top: 45px;
}
.feed-08 .separator {
    border-top: 1px solid rgb(76 56 79 / 40%) !important;
    margin-top: 45px;
    width: 100%;
}
.feed-08 .separator:last-of-type {
    display: none;
}
@media (max-width: 768px) {
    .feed-08 .separator {
        display: none;
    }
}
.feed-08 .facetwp-pager {
    margin: 4rem auto 0;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.facetwp-page {
    display: inline-block;
    padding: 0px 4px;
    margin-right: 6px;
    cursor: pointer;
    background: #51284F;
    border: 2px solid transparent;
    border-radius: 50%;
    color: transparent;
    margin: 2px 6px;
    padding: 0 !important;
    text-indent: -9999px;
    width: 7px;
    height: 7px;
    transition: all 0.3s ease-in-out;
}
.facetwp-page.active {
    background: #fff;
    border: 2px solid #51284F;
    margin: 0 5px;
    width: 11px;
    height: 11px;
}

.slick-dots .slick-active button {
background: #fff;
}
a.facetwp-page.prev {
    background-color: transparent;
    background-image: url('../_wpsk-lpca/img/slick-arrow-left-inactive.svg');
    background-position: 55% center;
    background-repeat: no-repeat;
    background-size: auto 14px;
    transform: rotate(0deg);
    order: 3;
    margin-right: 6px;
    text-indent: -9999px;
    width: 1.2em;
    height: 1.2em;
    /* border: 1px solid #000; */
    order: 1;
}
a.facetwp-page.next {
    background-color: transparent;
    background-image: url('../_wpsk-lpca/img/slick-arrow-right-active.svg');
    background-position: 55% center;
    background-repeat: no-repeat;
    background-size: auto 14px;
    transform: rotate(0deg);
    order: 3;
    margin-left: 6px;
    text-indent: -9999px;
    width: 1.2em;
    height: 1.2em;
    /* border: 1px solid #000; */
    order: 11;
}
.facetwp-page:nth-of-type(2) { order: 2; }
.facetwp-page:nth-of-type(3) { order: 3; }
.facetwp-page:nth-of-type(4) { order: 4; }
.facetwp-page:nth-of-type(5) { order: 5; }
.facetwp-page:nth-of-type(6) { order: 6; }
.facetwp-page:nth-of-type(7) { order: 7; }
.facetwp-page:nth-of-type(8) { order: 8; }
.facetwp-page:nth-of-type(9) { order: 9; }
.facetwp-page:nth-of-type(10) { order: 10; }

a.facetwp-page.next:hover{
    background-image: url('../_wpsk-lpca/img/slick-arrow-right-active.svg');
    background-position: 55% center;
    background-repeat: no-repeat;
    background-size: auto 14px;
    transform: rotate(0deg);
}
a.facetwp-page.prev:hover {
    background-image: url('../_wpsk-lpca/img/slick-arrow-right-active.svg');
    background-position: 55% center;
    background-repeat: no-repeat;
    background-size: auto 14px;
    transform: rotate(180deg);
}

a.facetwp-page.first:first-child {
    margin-left: 36.76px;
}
a.facetwp-page.last:last-child {
    margin-right: 36.76px;
}


.feed-01 .feed-card .feed-links > a:first-of-type:after,
.feed-08 .feed-card .feed-links > a:first-of-type:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.feed-01 .feed-date,
.feed-08 .feed-date {
    display: flex;
    flex-direction: column;
    /* margin-bottom: 8px; */
    width: 100%;
}
.feed-01 .feed-date .month,
.feed-08 .feed-date .month {
    color: #51284F;
    font-family: "Adelle", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 24px;
    margin-top: 4px;
    margin-bottom: 0px !important;
}
.feed-01 .feed-date .date,
.feed-08 .feed-date .date {
    color: #51284F;
    font-family: "Adelle", serif;
    letter-spacing: 0px;
    line-height: 0.8;
}
.feed-01 .feed-date .date.fw-bold,
.feed-08 .feed-date .date.fw-bold{
    font-weight: 500 !important;
}

.feed-01 .long-date,
.feed-08 .long-date {
    color: #0A0A0A;
     font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.home .feed-01 .long-date {
    display: none;
}

.feed-03 {
    background-color: #fbfbfb;
}
.feed-03 .feed-links,
.feed-06 .feed-links {
    margin-bottom: 36px;
}
.feed-03 .h-50:nth-of-type(1) {
    background-color: transparent !important;
    border-bottom: 10px solid #fbfbfb;
    height: auto !important;
    max-height: none;
    overflow: hidden;
}
.feed-03 .h-50:nth-of-type(2) {
    background-color: transparent !important;
    border-top: 10px solid #fbfbfb;
    height: auto !important;
    max-height: 198px;
    overflow: hidden;
}
.feed-03 .card-01 .card {
    border-radius: 0;
    max-height: none;
    overflow: hidden;
    width: 100%;
}
@media (min-width: 576px) {
    .feed-03 .bg-light.h-50:nth-of-type(1),
    .feed-03 .bg-light.h-50:nth-of-type(2) {
        background-color: #F3F3F3 !important;
        height: 50% !important;
        max-height: 198px;
    }
    .feed-03 .card-01 .card {
        max-height: 390px;
        max-height: none;
        height: 470px;
    }
}
.feed-03 .row-01 {
    margin-bottom: 66px;
}
.feed-03 .card-02,
.feed-03 .card-03 {
    background-color: #F3F3F3;
}

.feed-03 .card-01 .badge {
    background-color: rgba(224, 224, 224, 0.3) !important;
    color: #fff;
    padding: 5px 10px 5px;
    margin-left: 10px;
}
.feed-03 .card-01 .card-img-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 95.06%);
    padding: 30px;
}
.feed-03 .card-02 .month,
.feed-03 .card-03 .month,
.feed-03 .card-04 .month,
.feed-03 .card-05 .month {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #51284F;
}
.feed-03 .card-02 .date,
.feed-03 .card-03 .date,
.feed-03 .card-04 .date,
.feed-03 .card-05 .date {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #51284F;
}

@media (max-width: 768px) {
    .feed-03 .card-01 .feed-title {
        display: flex;
        flex-wrap: wrap;
    }
    .feed-03 .card-01 .feed-title a:first-of-type {
        width: 100%;
        flex: 0 0 100%;
    }
    .feed-03 .card-01 .badge {
        margin-left: 0;
        margin-right: 10px;
        margin-top: 10px;
    }
}

.feed-05 {
    background-color: #e8e8e8;
}
.feed-05 .card-title {
    margin-bottom: 20px;
}
.feed-05 .card-title,
.feed-05 .card-title a {
    color: #0C4014;
    font-weight: 600;
}
.feed-06 {
    padding-bottom: 160px;
}
.feed-06 h2 {
    font-size: 42px;
    line-height: 43px;
}
.feed-06 .card {
    background-color: transparent;
    height: 360px;
}
.feed-06 .card .eyebrow {
    margin-bottom: 10px;
}
.feed-06 .card:nth-of-type(1) .card-img-overlay {
    background-color: #893B67; 
}
.feed-06 .card:nth-of-type(1) .card-img-overlay {
    padding: 30px;
}
.feed-06 .card:nth-of-type(1) .btn-link {
    color: #fff;
}
.feed-06 .card:nth-of-type(2) a {
    color: #893B67;
}
.feed-06 .card-title {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
}
.feed-06 .card-body {
    background-color: #fff;
    color: #51284F;
    padding: 30px;
}
.feed-06 .card-excerpt {
    margin-top: 8px;
}
.feed-06 .card-excerpt p {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    /* or 21px */
    letter-spacing: -0.01em;
}
.feed-07 {
    background-color: #FBFBFB;
}
.feed-07 .feed-card {
    margin-bottom: 6rem;
}
.feed-07 .feed-card > * {
    /* width: 100%; */
}
.feed-07 .feed-title {
    color: #893B67;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    margin-top: 37px;
}
.feed-07 .feed-excerpt {
    color: #51284F;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.01em;
}
.feed-07 .feed-date-long .full-date {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px;
    color: #893B67;
}
.feed-07 .badges {
    margin-top: 14px;
}
.feed-07 .badges .badge {
    background-color: #EAEAEA;
    color: #4D3950;
}
.feed-07 .date {
    color: #893B67;
    display: flex;
    margin-bottom: 14px;
    font-size: 42px !important;
}
.feed-07 .fw-thin,
.feed-07 .fw-bold {
    letter-spacing: -0.04em;
}
.feed-07 .fw-thin {
    font-weight: 400;
}
.feed-07 .fw-bold {
    margin: 0 12px 0 8px;
}
.feed-07 .fw-bold + .fw-bold {
    margin-left: 0;
}
.feed-07 .feed-card .btn-primary {
    margin-top: 1.5rem;
}

/* 09 - CARDS */
.card-body p {
    font-size: 14px;
    line-height: 22px;
}
.cards-03 {
    background-color: #E8E8E8;
}

.facetwp-facet {
    margin-bottom: 40px;
    /* border: 1px solid #000; */
}

.filtered .feed-card {
    border-top: 0px solid rgba(76, 56, 79, 0.4);
    padding-top: 55px;
    margin-top: 0;
    /* margin-bottom: 45px; */
}
.filtered .feed-card > div:last-child {
    margin-bottom: 0 !important;
}
.filtered.border-top .feed-card {
    margin-top: 45px;
    margin-bottom: 0px;
}
.filtered .feed-card:nth-of-type(1),
.filtered .feed-card:nth-of-type(2),
.filtered .feed-card:nth-of-type(3),
.filtered .feed-card:nth-of-type(4),
.filtered .feed-card:nth-of-type(5) {
    border-top: 0;
    padding-top: 0;
}

@media (max-width: 768px) {
    .filtered .feed-card,
    .filtered .feed-card:nth-of-type(3),
    .filtered .feed-card:nth-of-type(4),
    .filtered .feed-card:nth-of-type(5) {
        padding-top: 10px;
    }
}

/* 10 - LOGOS */
.logos-image {
    text-align: center;
}
.logos-image img {
    height: 118px;
    width: auto;
}
.logos-01 h2,
.logos-01 .h3 {
    color: #4D3950;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    text-transform: none;
}


/* 11 - COURSESTORM */
.coursestorm-upcoming-classes-widget-list-item {
    display: block;
    float: left;
    margin-bottom: 2em;
    width: 100%;
}
.coursestorm-upcoming-classes-widget-image {
    float: left;
    margin: 0 2em 0 0;
    max-width: 30%;
    position: relative;
    width: 100%;
}
.coursestorm-upcoming-classes-widget-title {
    margin-top: 0;
}


/* 12 - CLASSES */
.class-main {
    padding-top: 90px;
    padding-bottom: 150px;
}
.single-class .aside {

}
.single .main.main-with-aside {
    border-left: 2px solid #E1E1E1;
    padding-left: 0;
}
.price {
    color: #51284F;
}
.price .description {
    font-size: 16px;
}
.price .price {
    font-size: 20px;
    font-weight: 700;
    margin-left: 6px;
}
.instructor-meta {
    color: #51284F;
    line-height: 24px;
}
.instructor-meta a {
    color: inherit;
}
.instructor-img-wrapper {
    border-radius: 50%;
}
.instructor-img-wrapper img {
    max-height: 65px;
    border-radius: 50%;
}
.instructor-img {
    margin-bottom: 10px;
}
.instructor-name {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #893B67;
}
.instructor-meta {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #893B67;
}
.bio {
    margin-top: 20px;
}
.bio h1, 
.bio .h1,
.bio h2, 
.bio .h2,
.bio h3, 
.bio .h3,
.bio h4, 
.bio .h4,
.bio h5, 
.bio .h5,
.bio h6, 
.bio .h6  {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #893B67;
}
.bio p,
.bio p a {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #893B67;
}
.bio p{
    color: #0a0a0a;
}

.event-contact {
}
.event-contact p {
    background-color: #f1f1f1;
    color: #0a0a0a;
    display: inline-block;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 0;
    padding: 20px 30px;
}
.event-contact p a {
    color: #893B67;
    font-weight: 700;
    text-decoration-line: underline;
}

.aside {
    padding-right: 0;
}
.aside-section {
    border-top: 2px solid #E1E1E1;
    color: #0A0A0A;
    display: block;
    float: left;
    width: 100%;
    padding: 40px 30px 40px 0;
}
.aside-section .h1, 
.aside-section .h2,  
.aside-section .h3,  
.aside-section .h4,  
.aside-section .h5,  
.aside-section .h6,  
.aside-section h1,  
.aside-section h2,  
.aside-section h3,  
.aside-section h4,  
.aside-section h5,  
.aside-section h6 {
    color:  #0A0A0A;
    font-family: "Nunito", sans-serif;
    font-style: bold;
    line-height: 21px;
    line-height: 130%;
}
.aside-section p > a {
    color: #893B67;
    font-weight: 700;
    text-decoration-line: underline;
}
.aside-section .price{
    color:  #0A0A0A;
}
.aside-section img {
    max-height: 88px;
    width: auto;
}
.aside-section:nth-of-type(1) {
    border-top: 0;
    padding-top: 0;
}
.aside-section .date-month {
    color:  #0A0A0A;
    font-size: 20px;
    line-height: 24px;
/* identical to box height */
}
.aside-section .date-day {
    color:  #0A0A0A;
    font-weight: 700;
    font-size: 72px;
    line-height: 100%;
    /* identical to box height, or 72px */

    letter-spacing: -0.04em;
    margin-top: 20px;
}
.single-post .aside-section .date-day {
    margin-top: 0;
}
.aside-section .date-full p {
    color: #0a0a0a;
    font-family: "Nunito", sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
/* identical to box height */
}
.aside-section .date-full p:first-of-type {
    margin-top: 0px;
    margin-bottom: 8px;
}
.aside-section p {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    line-height: 160%;
    letter-spacing: -0.01em;
    margin-top: 20px;
    display: block;
}
.aside-section p:first-of-type {
    margin-top: 0;
}
.aside-section p:last-of-type {
    margin-bottom: 0;
}
.aside-section .instructions p:last-of-type {
    margin-bottom: 0;
}
.aside-section .instructions {
    clear: both;
    display: block;
    float: left;
}
.aside-section .instructions a {
    color: #893B67;
    font-weight: 700;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: -0.01em;
    text-decoration-line: underline;
}

.aside-section .logos-image img {
    height: auto;
    width: auto;
}
.aside-links .btn-primary {
    margin-right: 20px;
}
.aside-links {
    display: block;
    float: left;
    clear: both;
    margin-top: 20px;
    width: 100%;
}
.aside-links + * {
    margin-top: 20px;
}
.aside-links .btn-primary {
    display: block;
    float: left;
    clear: both;
}
.aside-links .btn-primary + .btn-primary {
    margin-top: 16px;
    margin-left: 0;
}

.entry-meta .badges {
    margin: 20px 0 30px;
}
.entry-meta .badges .badge {
    background-color: transparent;
    padding: 0;
}
.entry-meta .badges .badge:after {
    content: ', ';
    display: inline-block;
}
.entry-meta .badges .badge:last-of-type:after {
    display: none;
}
.entry-meta .badges .badge + .badge {
    margin-left: 4px;
}



/* XX - TWO COLUMNS */
.two-columns-01 .two-columns-media {
    margin-top: 36px;
}
@media (min-width: 992px) {
    .two-columns-01 .two-columns-media {
        margin-top: 0px;
    }
}
.two-columns-02 .two-columns-content {
    /* order: 1; */
}
.two-columns-02 .two-columns-media {
    /* order: 2; */
    margin-top: 36px;
}
@media (min-width: 992px) {
    .two-columns-01 .two-columns-media {
        margin-top: 0px;
    }
}

.two-columns-04 .two-columns-content p {
    color: #51284F;
    line-height: 130%;
    font-size: 16px;
}
.two-columns-04 .two-columns-media h3,
.two-columns-04 .two-columns-media h3 a {
    color: #893B67;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 10px;
    /* text-decoration-line: underline; */
}
.two-columns-04 .two-columns-media p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
    color: #51284F;
}
.two-columns-04 .two-columns-media p strong {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}
.two-columns-04 .two-columns-media p a {
    background-color: #51284F;
    border-color: #51284F;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.01em;
    margin-top: 10px;
    padding: 12px 17px 11px !important;
}
.two-columns-04 .two-columns-media p a:hover, 
.two-columns-04 .two-columns-media p a:focus {
    background-color: #2A6251;
    border-color: #2A6251;
}

.two-columns.has-bg-color {
    padding-bottom: 20px !important;
}
.two-columns.has-bg-color + .two-columns.has-bg-color {
    padding-top: 0 !important;
}
.two-columns.has-bg-color > .container {
    max-width: none !important;
    padding-left: calc(3.5vw + 15px) !important;
    padding-right: calc(3.5vw + 15px) !important;
}
.two-columns.has-bg-color + .two-columns.has-bg-color:last-of-type {
    padding-bottom: 110px !important;
}
.two-columns-content.has-bg-color {
    padding: 40px;
}
.two-columns-content h2 {
    margin-bottom: 8px;
}
.two-columns-content a {
    color: #51284F;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: inherit;
    line-height: 170%;
    letter-spacing: -0.01em;
    text-decoration-line: underline;
}

.page-template-default .two-columns {
    background-color: #fff;
    width: 100vw;
    margin: 0 0 0 15px;
    position: relative;
    left: -3.5vw;
}


/* XX - GROUPED CONTENT */
.grouped-content .grouped-content-content {
    max-width: 725px;
}
.grouped-content .accordion {
    border: 0;
    border-radius: 0;
}
.grouped-content .accordion-item {
    border: 0;
    border-radius: 0;
    border-top: 1px solid #E1E1E1;
}
.grouped-content .accordion-item:first-of-type {
    border-top: 0;
}
.grouped-content .accordion-item:last-of-type {
    border-bottom-width: 2px;
    border-bottom: 0;
}
.grouped-content .accordion-header button {
    background-color: transparent;
    border: 0;
    color: #51284F;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding: 25px 25px 25px 0;
}
.grouped-content .accordion-button::after {
    background: url('../_wpsk-lpca/img/accordion-arrow.svg') center center no-repeat;
    background-size: 100% auto;
}
.grouped-content .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.grouped-content .accordion-body {
    color: #0A0A0A;
    padding-left: 0;
}
.grouped-content .accordion-body * {
    color: #0A0A0A;
}
.grouped-content .accordion-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.01em;
}
.grouped-content .accordion-body a {
    font-size: 14px;
    font-weight: 700;
    text-decoration-line: underline;
}


.grouped-content-content {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 992px) {
    .grouped-content-content {
        flex: 0 0 auto;
        width: 75%;
    }  
    .page-template-default .grouped-content-content {
        flex: 0 0 auto;
        width: 100%;
    }  
}





.people-card {
    position: relative;
}

.related-posts h2 {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 43px;
    margin-bottom: 30px;
    color: #893B67;
}
.related-posts .card {
    box-shadow: 0px 3px 7px -2px rgba(14, 25, 64, 0.25);
}
.related-posts .card:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 95.06%);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.related-posts .card *,
.related-posts .card a {
    color: #fff !important;
}
.related-posts .card img {
    z-index: 1;
}
.related-posts .card .card-img-overlay {
    padding: 24px 30px;
    z-index: 3;
}
.related-posts .card .card-title {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}
.related-posts .feed-date {
    display: flex;
    margin-bottom: 6px;
}
.related-posts .feed-date .date {
    letter-spacing: -0.01em;
}
.related-posts .feed-date .badges {
    display: flex;
    align-items: flex-start;
    margin-left: 10px;
    margin-top: 3px;
}
.related-posts .feed-date .badges .badge {
    background-color: rgba(224, 224, 224, 0.3) !important;
    padding: 5px 10px;
}
.related-posts .card-text {
    line-height: 100%;
}


.admin-bar .offcanvas {
    padding-top: 32px;
}



.edit-link {
    padding: 0;
    margin: 0;
}



.search-results-main {
    padding-right: 4rem;
}
.search .entry-summary p {
    margin-bottom: 0;
}

.search .hentry {
    margin: 0 0 2rem !important;
}

.search .hero {
    background-color: #B7EAE0;
}
.search .hero h1, 
.search .hero .eyebrow {
    color: #51284F !important;
}
.search .hero h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 43px;
}
/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
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; }

.tk-page-nav {
    display: none !important;
}

ul.pagination {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    text-transform: none;
    color: #51284F !important;
}
ul.pagination span {
    opacity: 0.8;
}
ul.pagination a {
    color: #51284F !important;
    margin: 0 0.25rem;
}
ul.pagination a,
ul.pagination a span {
    opacity: 1 !important;
}
ul.pagination a,
ul.pagination .active > span,
ul.pagination .disabled > span {
    margin: 0 0.25rem;
}
ul.pagination li:nth-of-type(1) {
    margin-right: 2rem;
}


@media (max-width: 768px) {
    .entry-content div > .container {
        padding-left: 8vw;
        padding-right: 8vw;
    }
    .feed-01 h2, .feed-03 h2, .feed-08 h2 {
        font-family: "Nunito", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 120%;
        letter-spacing: -0.01em;
    }
}

/* MRI #2 Carousel Block */
.wp-block-cb-carousel-v2 {
    max-width: 90%;
    margin: auto;
    margin-bottom: 102px; /* Increased default by 30px */
    align-items: center;
}

.wp-block-cb-carousel-v2 .wp-element-caption{
    font-size: 17px;
    line-height: 32px;   
}

@media (max-width: 768px) {
    .wp-block-cb-carousel-v2{
        max-width: 78%;
    }
}


/* MRI Background color text color updates */
.cta.bg-C04C36 .cta-content > p,
.cta.bg-83786F .cta-content > p,
.cta.bg-006A52 .cta-content > p,
.cta.bg-51284F .cta-content > p,
.cta.bg-893B67 .cta-content > p,
.cta.bg-C04C36 .cta-content > p,
.two-columns.bg-83786F,
.two-columns.bg-006A52{
    color: #FFFFFF;
}

.cta.bg-FFFFFF .cta-content > p,
.cta.bg-C4D6A4 .cta-content > p,
.cta.bg-C4D6A4 .cta-content > p,
.cta.bg-EABEA0 .cta-content > p,
.cta.bg-EABEA0 .cta-content > p{
    /* color: #51284F; */
    color: #0A0A0A;
}

/* MRI Home Page Edits  */

.home .scroll-content-container .eyebrow-h2{
    color: #51284F;
}
