:root {
    --text: #000;
    --accent: #86754E;
    --gray: #8E8B89;
    --green: #48A07A;
    --blue: #6D8798;
    --darkblue: #333F52;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text);
    overflow-x: hidden;
}

h1 {
    font-size: 72px;
    line-height: 80px;
    letter-spacing: -2%;
    font-weight: bolder;
}

h2 {
    font-size: 63px;
    line-height: 70px;
    text-transform: uppercase;
}

h3 {
    line-height: 30px;
    font-size: 27px;
    padding-bottom: 15px;
    text-transform: uppercase;
    margin: 0px;
}

p {
    font-size: 15px;
    margin: 0px;
    padding: 0 0 15px 0;
    line-height: 1.2;
}

p>a {
    color: inherit;
    transition: all 250ms ease;
    border-bottom: 1px #000 solid;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    margin: 0 0 15px 0;
}

p>a:hover {
    color: var(--accent);
    border-bottom: 1px solid var(--accent);
}


p>a.gray {
    border-color: var(--gray);
}

p>a.accent {
    border-color: var(--accent);
}

p>a.gray:hover,
p>a.accent:hover {
    color: #000;
    border-color: #000;
}

a strong {
	font-weight: bold;
}

a.body-link {
    font-size: 15px;
    color: inherit;
    border: 0;
}

a.body-link:hover {
    border: 0;
}

strong {
    color: var(--accent);
}

hr {
    border-top: 6px solid;
    margin: 0px;
    padding: 15px 0px 0px;
    opacity: 1;
}

.accent {
    color: var(--accent)
}

hr.accent {
    border-color: var(--accent);
}

.gray {
    color: var(--gray)
}

hr.gray {
    border-color: var(--gray);
}

.green {
    color: var(--green);
}

hr.green {
    border-color: var(--green);
}

.blue {
    color: var(--blue);
}

hr.blue {
    border-color: var(--blue);
}

.darkblue {
    color: var(--darkblue);
}

hr.darkblue {
    border-color: var(--darkblue);
}

.container {
    max-width: 1140px;
    width: 94%;
    padding: 0px;
}

.section-spacer {
    padding-top: 37.5px;
    padding-bottom: 37.5px;
}

.page-section {
	scroll-margin-top: 60px;
}

.wysiwyg-content li {
    font-size: 15px;
}

.wysiwyg-content a {
    color: var(--accent);
    text-decoration: none;
    border: 0px;
    font-size: 15px;
    font-weight: bold;
}

.wysiwyg-content strong {
    color: #000;
}

.wysiwyg-content h3 a {
	font-size: inherit;
  	text-decoration: underline;
}

/* Post Archive */

.set-post-image {
    width: 100%;
    object-fit: contain;
}

.post-item {
    margin-bottom: 16px;
}

.post-image {
    width: 320px;
    min-height: 200px;
    padding: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.post-image:not(.post-image-inuse) {
    background-color: var(--accent);
}

.post-image-inuse {
    padding: 0px;
}

.post-image h4 {
    font-size: 27px;
    padding: 0px;
    margin: 0px;
}

.post-content {
    width: 325px;
}

.post-archive-title {
    font-weight: bold;
}

.post-archive-link {
    color: inherit;
    font-size: 15px;
}

.post-meta {
    width: 120px;
}

.post-meta p {
    font-size: 12px;
}

.post-meta p:first-child {
    padding-bottom: 12px;
}

.mac .services-link {
	margin-top: -10px;
}

/* Featured Posts */

.featured-flex-row {
	display: flex;
  	gap: 12px;
}

.featured_post-item {
    flex: 0 0 calc(33% - 8px);
}

.featured-description p {
    font-family: 'TGBold';
  	font-size: 18px;
}

.featured-numbered {
    margin-right: 8px;
    font-size: 28px;
    line-height: 28px;
    font-family: 'TGBold' !important;
}

.featured-divider {
    display: block;
    width: 1px;
    height: 75px;
    border: 1px solid rgba(0, 0, 0, 0.45);
}

/* Pagination */

.pagination {
    display: flex;
    gap: 8px;
    width: 100%;
}

.pagination a,
.pagination span {
    color: inherit;
    text-decoration: none;
    line-height: 1;
    font-size: 15px;
}

.pagination a:hover {
    color: var(--accent);
}

.pagination span.current {
    color: var(--accent);
    border-bottom: 2px solid var(--accent);
}

.pagination .next,
.pagination .prev {
    display: none;
}

/* Mega Menu */

.mega-menu-custom {
    padding: 12px 16px;
    border: 1px solid lightgray;
    gap: 40px;
    background: #fff;
    position: absolute;
    top: 40px;
    left: -16px;
    white-space: nowrap;
}

.mega-menu-custom a {
    padding: 4px;
    color: #000;
    text-decoration: none;
    opacity: 0.7;
}

.mega-menu-custom a:hover {
    opacity: 1 !important;
    text-decoration: underline;
}

.mega-menu-custom .first-column {
	width: fit-content;
}

.mega-menu-custom .first-column a {
    position: relative;
    padding: 4px;
    padding-right: 40px;
}

.mega-menu-custom .first-column .nav-item_subitem_haschildren:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('https://meylercampbell.com/wp-content/uploads/2025/03/arrow2-removebg-preview.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 12px;
}

.mega-menu-custom {
    display: none;
}

.menu-has-submenu:hover>.mega-menu-custom {
    display: flex !important;
}

.submenu-group {
    display: none;
    flex-direction: column;
    width: max-content;
    white-space: nowrap;
}
.submenu-group.active {
    display: flex;
}

.nav-column.second-column {
    position: relative;
}

.nav-column.third-column {
    position: relative;
}

.second-column {
    display: flex;
    flex-direction: column;
}

.first-layer-nav {
    display: flex;
    gap: 32px;
  	text-transform: capitalize;
}

.first-layer-nav .nav-item {
    color: #000;
    text-decoration: none;
    transition: 0.3s;
    padding: 20px 0px;
  	font-weight: 100;
}

.first-layer-nav .nav-item:hover {
    color: var(--accent);
}

/* Nav */

nav.navbar {
    position: fixed;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    top: -56px;
    transition: top 0.3s ease-in-out;
}

nav.navbar.visible {
    top: 0;
}

.admin-bar nav.navbar.visible {
    top: 32px;
}

.logo--small.logo--active {
    opacity: 1;
}

.logo--small {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    left: 1px;
    height: 18.59px;
    opacity: 0;
    position: relative;
    top: -2px;
    width: 36px;
}

.logo--small:hover {
    fill: var(--accent);
}

nav .dropdown-menu li .dropdown-menu {
    left: 100%;
    top: 0px;
}

nav #menu-navigation {
    gap: 32px;
}

nav .menu-item a {
    color: #000;
    font-size: 15px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-transform: capitalize;
}

nav .menu-item a:hover {
    color: var(--accent);
}

.menu-item-has-children:hover>.dropdown-menu {
    display: block !important;
}

.menu-item-has-children .dropdown-menu {
    padding: 0px;
    border-radius: 0px;
}

.menu-item-has-children .dropdown-menu li a {
    padding: 12px 12px 12px 12px !important;
    background: transparent;
    transition: 0.3s;
}

.home-mobilenav {
    position: static !important;
    display: none;
    box-shadow: 0px 0px 0px transparent !important;
}

.static-mobile-logo {
    fill: #000 !important;
    height: 81.61px;
    position: relative !important;
    width: 90px;
}

#close-menu {
    display: none;
}

.mobile-logo-v {
    display: none;
}

/* Hero */

.hero-slide {
    background-position: center !important;
    background-size: cover !important;
    height: 100vh;
  	min-height: 600px;
    margin-bottom: 0;
    width: 100%;
}

.hero-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.hero-slider section {
    position: absolute !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.quote-container {
    position: relative;
    height: 100vh;
  	min-height: 600px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    width: 94%;
}

.quote {
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 10%;
    width: 27%;
}

.quote h2:before {
    content: '“';
    position: relative;
    margin-left: -16px;
    padding-right: 2px;
}

.quote h2:after {
    content: '”';
    padding-left: 2px;
}

.quote>h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: TGBold;
    line-height: 32px;
    margin-bottom: 30px;
}

.quote footer {
    padding: 0 0 15px 0;
    font-size: 15px;
    line-height: 1.2;
}

.quote footer strong {
    color: #fff;
}

.logo-home {
    fill: #fff;
    height: 125.83px;
    width: 170px;
    transition: fill 500ms;
}

.logo-home__fixed {
    position: fixed;
    top: 70px;
    z-index: 999;
}

.logo-home.logo-home__grey {
    fill: #8E8B89;
}

.logo-home.logo-home__black {
    fill: #000;
}

/* Intro */

#intro {
    margin-top: 105px;
}

.introduction-header {
	font-size: 63px !important;
    line-height: 70px !important;
}

.introduction-header-thin {
	font-weight: normal !important;
}

/* What we do */

.mc-item-title {
    text-decoration: none;
    color: inherit;
}

.mc-item-title h2 {
    font-size: 50px;
    line-height: 50px;
}

.mc-item-title p:hover {
    color: var(--accent);
}

.services-link {
    color: #000;
}

.services-link:hover {
    color: var(--accent);
}

/* Faculty */

.faculty-container {
    position: relative;
}

.faculty-slider {
    height: 540px;
}

.faculty-slider .slide img {
    height: 540px;
    object-fit: cover;
}

.slide strong {
    color: #fff;
}

#custom-controls {
    position: absolute;
    right: 25px;
    bottom: 0px;
    padding: 0 0 15px 0;
    color: #fff;
    z-index: 99;
}

#custom-controls button {
    padding: 0px;
    background: transparent;
    color: #fff;
    border: 0px;
    font-size: 15px;
}

#custom-controls button:hover {
    color: var(--accent);
}

/* Testimonials */

.testimonial-slider {
    height: auto;
}

.testimonial-container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 0 10.145%;
}

.testimonial-footer .author strong {
    color: #000;
}

.testimonial-quote h3 {
    font-size: 36px;
    line-height: normal;
    padding: 0;
    position: relative;
}

.testimonial-quote h3:before {
    content: '“';
    display: inline-block;
    font-size: 1.5em;
    margin-left: -25px;
    top: -11px;
    position: absolute;
}

.testimonial-quote h3:after {
    content: '”';
    display: inline-block;
    font-size: 1.5em;
    position: absolute;
    bottom: -17px;
}

.testimonial-navigation {
    text-align: end;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
}

.testimonial-navigation button {
    padding: 0px;
    background: transparent;
    border: 0px;
    font-size: 15px;
}

.testimonial-navigation button:hover {
    color: var(--accent);
}

/* Get in touch */

form * {
    font-size: 15px;
    line-height: 1.2;
}

form p {
    padding: 0;
}

form .wpcf7-list-item {
    margin: 0;
}

form select {
	height: 24px;
}

form input[type="tel"],
form input[type="text"],
form input[type="email"],
form textarea,
form select {
    width: 100%;
}

form br {
    display: none;
}

form .form-submit {
    background: #000;
    color: #86754E;
    border: 0px;
    font-family: "TGBold", "Avenir", Arial, Helvetica, Sans-Serif;
    padding: 6px 25px;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
    border: 2px solid #000;
}

form .form-submit:hover {
    background: #86754E;
    color: #000;
    border: 2px solid #000;
}

/* Single People Template */

.thin-quotes.page-intro-title {
    margin-left: 30px;
}

.thin-quotes.page-intro-title:before {
    content: '“';
    margin-left: -30px;
}

.thin-quotes.page-intro-title:after {
    content: '”';
    margin-left: -6px;
    position: absolute;
}

/* Video Row */

.video-row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.video-row>div {
    flex: 1 1 calc((100% / 3) - 32px);
}

.video-container iframe {
    width: 100%;
    height: 221px;
}

/* People Archive */

.team-archive-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.team-member img,
.team-img-alternative {
    width: 320px;
    height: 210px;
    object-fit: cover;
}

.team-overlay {
    padding: 16px;
    color: #fff;
    font-weight: normal;
    background-color: var(--accent);
    width: 100%;
    height: 100%;
    transition: 0.3s;
    opacity: 0;
}

.team-overlay.no-image {
    opacity: 1;
}

.team-overlay .team-overlay-title {
    font-size: 27px;
    padding: 0px;
}

.team-member:hover .team-overlay {
    opacity: 1;
}

.team-overlay.no-image:hover {
    background-color: var(--gray);
}

/* Image Gallery */

.image-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
    flex: 0 0 250px;
}

.image-row img {
    width: 200px;
    height: auto;
}

.image-row:last-child {
    margin-bottom: 0px;
}

.image-gallery hr:last-child {
    display: none;
}

/* Image Box */

.image-box-repeater {
    display: flex;
    gap: 64px;
    margin-bottom: 16px;
}

.image-box-repeater .image-box-img {
    flex: 0 0 250px;
}

.image-box-repeater img {
    min-height: 175px;
    height: 100%;
    object-fit: contain;
}

.image-box-repeater .image-box-content a {
    color: inherit;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
}

.image-content-link {
    color: var(--accent) !important;
}

.image-box-template hr:last-child {
    display: none;
}

/* Swiper */

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

.swiper-slide {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-slide-active {
    visibility: visible;
    position: relative;
    z-index: 2;
}

/* Footer */

footer {
    margin-bottom: 80px;
}

footer p>strong {
    color: #000;
}

footer p>a {
    font-size: 15px;
    text-decoration: none;
    border: 0;
    margin: 0;
}

footer p>a:hover {
    border: 0;
}

footer img {
    width: 20px;
    height: auto;
}

/* Insights V2 */

.category-grid {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.category-grid .category-link {
    flex: 0 0 calc(50% - 6px);
  	text-decoration: none;
}

.category-grid .category-item {
    padding: 32px 24px;
    color: #fff;
    text-shadow: 0px 2px 4px #000;
    position: relative;
    overflow: hidden;
    transition: top 0.3s;
    cursor: pointer;
  	min-height: 140px;
}

.category-grid .category-item .overlay-content {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--accent);
    transition: top 0.3s;
    padding: 16px;
}

.category-grid .category-item:hover .overlay-content {
    top: 0;
}

.category-grid .category-item .overlay-content p {
    text-shadow: 0 0 BLACK;
}

.category-grid .category-item h3 {
    font-size: 36px;
    line-height: 38px;
    padding: 0px;
    position: relative;
}

.category-grid .category-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post-meta-tags a {
    color: var(--accent);
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
}

@media (max-width: 768px) {
    .category-grid .category-item {
        flex: 0 0 100%;
    }
}

.filters-row {
    display: flex;
    flex-wrap: wrap;
    gap: 3.5%;
    margin-bottom: 32px;

}

.filters-row .filter-layout {
    width: 7%;
    min-width: 50px;
    cursor: pointer;
}

.filter-search input {
    width: 100%;
    height: 50px;
    border: 2px solid #000;
    padding: 12px;
    position: relative;
}

.filter-search button {
    position: absolute;
    right: 0px;
    height: 50px;
    opacity: 0;
    z-index: 999;
}

.filter-search {
    position: relative;
    display: inline-block;
    width: 60%;
}

.filter-search::before {
    content: '';
    font-size: 16px;
    position: absolute;
    transform: translateY(-50%);
    z-index: 9;
    right: 5px;
    top: 25px;
    background-image: url(https://meylercampbell.com/wp-content/uploads/2025/03/search.svg);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.filter-search input::-webkit-search-cancel-button {
    display: none;
}

.filter-topic {
    width: 26%;
}

.filter-topic button {
    width: 100%;
    height: 50px;
    border: 2px solid #000;
    background: transparent;
  	color: #000;
}

.filter-topic button h4 {
    margin: 0px;
  	color: #000;
}

.post-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.post-list .post-item {
    flex: 0 0 calc(50% - 12px);
}

.post-list .post-item .post-header {
    padding: 32px 80px 32px 24px;
    color: #fff;
    text-shadow: 0px 2px 4px #000;
    position: relative;
    min-height: 140px;
    display: flex;
    align-items: center;
}

.post-list .post-item .post-header h3 {
    font-size: 36px;
    line-height: 38px;
    padding: 0px;
    position: relative;
}

.post-list .post-item .post-header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post-list .post-item .post-body {
    padding: 24px;
    border: 2px solid #000;
    border-top: 0px;
    min-height: 325px;
}

.post-list .post-item .post-body h4 a {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 16px;
    color: inherit;
    text-decoration: none;
}

.post-list .post-item .post-body a.post-link {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
}

.post-list .post-item .post-body .post-footer {
    margin-top: 16px;
    display: flex;
    gap: 16px;
}

.post-list .post-item .post-body .post-footer .meta-info {
    flex: 0 0 calc(50% - 8px);
}

.post-list .post-item .post-body .post-footer .meta-info * {
    font-size: 14px;
}

.post-list .post-item .post-body .post-footer .meta-tags {
    display: flex;
    flex-direction: column;
    text-align: end;
}

.post-list .post-item .post-body .post-footer .meta-tags a {
    color: var(--accent);
    text-decoration: none;
    font-weight: bold;
}

.post-list .post-item .post-body .post-footer .meta-author strong {
    color: #000;
}

.post-list .post-item .post-body .post-footer .meta-author p {
    padding: 0px;
}

.subscribe-box {
    background: var(--accent);
    color: #fff;
    display: flex;
    padding: 12px 16px;
    gap: 32px;
    align-items: center;
    margin-top: 40px;
    justify-content: space-between;
}

.subscribe-box .subscribe-info {
    flex: 0 0 65%;
}

.subscribe-box .subscribe-info h4 {
    font-size: 20px;
}

.subscribe-box .subscribe-info p,
.subscribe-box .subscribe-info h4 {
    padding: 0px;
    margin: 0px;
}

.subscribe-box .subscribe-form {
    display: flex;
    gap: 16px;
}

.subscribe-box .subscribe-form a {
    background: transparent;
    color: #fff;
    font-family: TGBold;
    padding: 6px 8px 8px;
    width: 200px;
    border: 2px solid #fff;
    text-align: center;
    text-decoration: none;
}

.modal-insights {
    background: rgba(134, 117, 78, 0.95);
    border-radius: 0px;
}

.modal-insights .btn-close {
    filter: invert(1);
}

.alphabet-sidebar ul {
    list-style: none;
    padding: 0;
}

.alphabet-sidebar li {
    line-height: 1.1em;
}

.alphabet-sidebar li strong {
    color: #fff;
}

.alphabet-sidebar li.active {
    font-weight: bold;
    color: #000;
}

.form-check-input[type="checkbox"] {
    border-radius: 0px;
    background: #999;
    border: 1px solid #000;
  	appearance: auto !important;
}

.form-check-label {
    color: #fff;
}

.form-check-input[type="checkbox"]:checked {
    background: #fff;
}

.related-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.related-post-item {
    width: 300px;
    height: 200px;
    background-color: var(--accent);
    display: flex;
    justify-content: center;
    padding: 32px 16px;
}

.related-row a {
    color: #fff;
    text-decoration: none;
}

/* Story Swiper */

.tales-from-beyond p {
    font-size: 12px;
}

.story-swiper {
    opacity: .5;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: visible;
    height: 280px !important;
    border: 1px solid var(--accent);
    color: inherit;
    text-decoration: none;
}

.story-swiper.swiper-slide-prev,
.story-swiper.swiper-slide-next,
.story-swiper.swiper-slide-active {
    opacity: 1;
}

.stories-nav {
    position: absolute;
    bottom: 20px;
    z-index: 999;
}

.stories-nav img {
    width: 40px;
    height: 28px;
}

.stories-nav.swiper-button-prev-stories {
    left: 120px;
}

.stories-nav.swiper-button-next-stories {
    right: 120px;
    transform: rotate(180deg);
}

@media (min-width: 991px) {

    /* OVERWRITE NAVBARNAV */
    #navbarNav {
        display: none !important;
    }

    .mobile-login {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    .subscribe-box {
        gap: 16px;
        justify-content: space-between;
    }

    .subscribe-form {
        flex-direction: column;
        gap: 8px !important;
    }

    .filters-row {
        gap: 2.5%;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 48px;
        line-height: 50px;
    }
  
    .introduction-header {
      font-size: 48px !important;
      line-height: 50px !important;
  	}

    h3 {
        font-size: 24px;
        line-height: 26px;
    }

    #menu-navigation,
    #menu-navigation-1 {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        text-align: center;
        gap: 8px !important;
        padding-top: 32px;
        z-index: 99999999;
    }

    #close-menu {
        position: fixed;
        top: 16px;
        right: 32px;
        z-index: 999999991;
        display: block;
        background: transparent;
        border: 0;
        font-weight: bold;
        padding: 10px;
    }

    .navbar-toggler {
        border: 0;
    }

    .section-spacer {
        padding-top: 22.5px;
        padding-bottom: 22.5px;
    }

    #intro {
        margin-top: 45px;
    }

    .testimonial-quote h3 {
        font-size: 24px;
    }

    .testimonial-container {
        min-height: 244px;
      	padding-bottom:24px;
    }

    .testimonial-outer .tns-outer {
        height: auto;
    }

    .testimonial-quote h3:before {
        margin-left: -18px;
        top: -8px;
    }

    .testimonial-quote h3:after {
        bottom: -12px;
    }

    .thin-quotes.page-intro-title {
        margin-left: 22px;
    }

    .thin-quotes.page-intro-title:before {
        content: '“';
        margin-left: -22px;
    }

    .thin-quotes.page-intro-title:after {
        content: '”';
        margin-left: -12px;
    }

    footer {
        margin-bottom: 24px;
    }

    #menu-navigation .menu-item-has-children a {
        display: none;
    }

    #menu-navigation .menu-item-has-children .dropdown-menu {
        display: block;
        border: 0px;
        text-align: center;
        display: flex;
        gap: 8px;
        flex-direction: column;
    }

    #menu-navigation .menu-item-has-children .dropdown-menu a {
        display: block;
        padding: 8px !important;
    }

    .filter-search {
        width: 56%;
    }

    .post-list .post-item {
        flex: 0 0 100%;
    }

    .post-list .post-item .post-body {
        padding: 12px;
    }

    .video-container iframe {
        width: 100%;
        height: auto;
    }

    .stories-nav.swiper-button-prev-stories {
        left: 30px;
    }

    .stories-nav.swiper-button-next-stories {
        right: 30px;
    }
  
	.login-display-dropdown {
  		display: none;
  	}
  
    .dropdown-toggle::after {
      display: none;
    }
  
    .category-grid .category-link {
      flex: 0 0 calc(100%);
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 24px;
        line-height: 30px;
    }
  
    .introduction-header {
      font-size: 24px !important;
      line-height: 30px !important;
  	}

    h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .testimonial-outer .tns-outer {
        height: auto;
    }

    .testimonial-navigation {
        text-align: start;
    }

    .hero-slider {
        height: 450px;
    }

    .faculty-slider {
        height: 640px;
    }

    .slide strong {
        color: #000;
        line-height: 50px;
    }

    #custom-controls {
      left: 0px;
      bottom: -20px;
      color: #000;
    }

    #custom-controls button {
        color: #000;
    }

    .calendar {
        margin-top: -5px;
    }

    .home .home-mobilenav {
        display: block;
    }

    .thin-quotes.page-intro-title {
        margin-left: 12px;
    }

    .thin-quotes.page-intro-title:before {
        content: '“';
        margin-left: -12px;
    }

    .thin-quotes.page-intro-title:after {
        content: '”';
        margin-left: -6px;
    }

    .video-row {
        flex-direction: row;
    }

    .video-row>.video-item {
        flex: 1 1 100%;
    }

    .video-row>.video-item iframe {
        width: 100%;
    }

    .team-archive-row a {
        width: 100%;
    }

    .team-member img {
        width: 100%;
        height: auto;
    }

    .post-item {
        flex-direction: column;
        width: 100%;
    }

    .post-image {
        width: 100%;
    }

    .post-image h4 {
        font-size: 18px;
    }

    .post-content {
        width: 100%;
    }

    .post-meta {
        width: 100%;
    }

    .post-meta p {
        font-size: 14px;
    }

    .post-meta p:first-child {
        padding-bottom: 0px;
    }

    .image-box-repeater {
        flex-direction: column;
        gap: 16px;
    }

    .image-box-repeater .image-box-img {
        flex: 0 0 100%;
    }
  
  	.image-box-repeater img {
  		min-height: auto;
      	height: auto;
  	}

    .image-row {
        flex: 0;
    }

    .logo-col-1 {
        display: none;
    }

    .g-nav {
        box-shadow: 0px 0px !important;
    }

    .logo {
        opacity: 1;
    }

    .logo-mobile-v {
        width: 90px !important;
        height: auto;
        fill: black;
    }

    .desktop-logo-v {
        display: none;
    }

    .mobile-logo-v {
        display: block;
    }

    .home #intro {
        margin-top: 24px;
    }

    .subscribe-box {
        flex-direction: column;
    }

    .subscribe-form {
        width: 100%;
    }
  
 	.featured-flex-row {
        display: flex;
      	flex-direction: column;
        gap: 24px;
    }
  
    .featured_post-item {
      flex: 0 0 calc(100%);
    }
  
    .featured-divider {
      display: none;
    }
  
  	.mc-item-title h2 {
  		font-size: 40px;
      	line-height: 40px;
  	}
    .hero-slide {
		min-height: auto;
    }
    .quote-container {
      	min-height: auto;
    }
}

@media (max-width: 480px) {
    .testimonial-container {
        min-height: 320px;
      	padding-bottom:24px;
    }

    .testimonial-outer .tns-outer {
        height: auto;
    }

    .faculty-slider {
        height: 660px;
    }

    .filter-search {
        width: 50%;
    }

    .testimonial-navigation {
        margin-top: 0px;
        position: static;
    }
  
  	.mc-item-title h2 {
  		font-size: 28px;
      	line-height: 28px;
  	}
}

@media (max-width: 320px) {
    .testimonial-container {
        min-height: 360px;
      	padding-bottom:24px;
    }

    .testimonial-outer .tns-outer {
        height: auto;
    }

    .faculty-slider {
        height: 680px;
    }
  
  	.mc-item-title h2 {
  		font-size: 20px;
      	line-height: 20px;
  	}
}

.entry-content img.alignleft,
img.alignleft {
    float: left;
    margin: 0 1.5em 1.5em 0;
}

.entry-content img.alignright,
img.alignright {
    float: right;
    margin: 0 0 1.5em 1.5em;
}

.postid-4308 hr {
	clear: both;
	border-top: none;
}

.page-id-5812 .container, .page-id-207 .container {
	max-width: 1400px;
}
.page-id-5812 h3, .page-id-207 h3 {
	font-size: 34px;
  	line-height: 36px;
}

.mc-section-spacer {
  padding: 100px 0px;
}

.mc-eyebrow {
    color: var(--accent);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.mc-2col__content strong {
	color: var(--accent);
}

.mc-btn, .page-id-5812 .get-in-touch-btn, .page-id-207 .get-in-touch-btn  {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid transparent;
    padding: 10px 32px;
  	transition: 0.3s;
  	font-family: 'TGBold' !important;
  	width: auto;
}

@media (max-width: 768px) {
  .mc-btn {
  	margin: 24px 0px;
  }
}

.mc-btn--accent {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

.mc-btn--accent:hover {
    background: transparent;
    color: var(--accent);
}

.mc-btn--white {
    background: #fff;
    color: var(--accent);
    border-color: #fff;
}

.mc-btn--white:hover {
    background: transparent;
    color: #fff;
}

.mc-features {
    background: var(--accent);
    color: #fff;
}

.mc-features__title {
    color: #fff;
    text-transform: uppercase;
  	margin-bottom: 40px;
}

.mc-features__quote {
	font-size: 34px !important;
    line-height: 1.1em !important;
    margin-bottom: 40px;
    font-family: 'TGLight';
}

.mc-features__list {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}

.mc-features__item {
    margin-bottom: 16px;
}
.mc-features__item p {
  font-size: 19px;
  font-family: 'TGLight';
  font-weight: 400;
}

.mc-features__item p a {
	color: #fff;
  	text-decoration: underline;
  	font-size: inherit;
  	font-weight: normal;
}

.mc-features__item::marker {
	color: #000;
}

.mc-features__item strong {
    color: #000;
	font-family: 'TGBold';
}

.mc-features__item a strong {
	text-decoration: underline;
} 

.mc-journey__title {
    padding-bottom: 20px;
}

.mc-journey__content {
	margin-bottom: 40px;
}

.mc-journey__imgbtn {
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    text-align: left;
    position: relative;
    cursor: zoom-in;
}

.mc-journey__img {
    width: 100%;
    height: auto;
    display: block;
}

.mc-journey__expand {
    display: flex;
    align-items: center;
  	justify-content: center;
    gap: 10px;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--accent);
}

.mc-journey__expandicon {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0,0,0,.35);
    font-size: 12px;
    line-height: 1;
}

@media (max-width: 768px) {
    .mc-journey__content p {
        max-width: 100%;
    }
}

.mc-lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.78);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease;
}

.mc-lightbox-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}

.mc-lightbox-inner {
    position: relative;
    max-width: min(1100px, 94vw);
    max-height: 92vh;
}

.mc-lightbox-inner img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 92vh;
    object-fit: contain;
    background: #fff;
}

.mc-lightbox-close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,.35);
}

.mc-lightbox-close:hover {
    color: var(--accent);
}

.mc-stories {
    background: #E8E8E8;
}

.mc-stories__title {
  font-size: 36px;
  line-height: 1em;
}

.mc-stories__feature {
    margin-top: 28px;
    align-items: center;
}

.mc-stories__img {
	width: 100%;
    display: block;
    height: 400px;
    object-fit: cover;
}

.mc-stories__intro p {    
    padding-bottom: 24px;
    font-family: 'TGLight';
    font-size: 26px;
}

.mc-stories__intro p:first-child {    
    padding-bottom: 24px;
    font-family: 'TGBold';
    font-size: 26px;
}

.mc-stories__viewall {
  	display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    margin-top: 12px;
    font-family: 'TGBold';
    color: var(--accent);
    font-size: 15px !important;
}

.mc-stories__viewall:hover {
  	text-decoration: underline;
}

@media (max-width: 768px) {
    .mc-stories__viewall {
        margin-left: 0;
        margin-top: 12px;
    }
  
    .mc-stories__intro {
      margin-top: 32px;
    }
}

.mc-stats__heading {
    font-size: 14px;
}

.mc-stats__row {
    display: flex;
    gap: 140px;
    justify-content: space-between;
}

.mc-stats__item {
    flex: 1;
}

.mc-stats__number {
    font-size: 220px;
    font-weight: 700;
    line-height: 1;
    color: #000;
}

.mc-stats__number span {
    font-size: 120px;
    color: var(--accent);
    margin-left: 2px;
}

.mc-stats__item p {
	font-family: 'TGLight';
  	font-size: 18px;
}

@media (max-width: 991px) {
    .mc-stats__row {
        gap: 24px;
    }

    .mc-stats__number {
        font-size: 72px;
    }

    .mc-stats__number span {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .mc-stats__row {
        flex-direction: column;
        gap: 32px;
    }
}

.page-id-5812 .hero-copy, .page-id-207 .hero-copy {color: #fff;}
.page-id-5812 .hero-copy h1, .page-id-207 .hero-copy h1 { font-size: 40px !important; font-weight: normal; line-height: 1em; font-family: 'TGLight'; line-height: 42px !important; }
.page-id-5812 .hero-copy h1 strong, .page-id-207 .hero-copy h1 strong { color: #000 !important; font-family: 'TGBold'; }
.page-id-5812 .hero-copy h2, .page-id-207 .hero-copy h2 { font-size: 40px; color: #fff; font-family: 'TGLight' !important; font-weight: normal; text-transform: unset; margin-bottom: 40px; }
.page-id-5812 .hero-copy h2 strong, .page-id-207 .hero-copy h2 strong { font-family: 'TGBold'; }

@media (max-width: 1024px) {
  .mc-2col__video iframe {
  	width: 100%;
  }
}

@media (max-width: 768px) {
  .page-id-5812 .hero-copy h2, .page-id-207 .hero-copy h2 {
  	font-size: 32px;
  }
  
  .mc-features__quote {
  	margin-bottom: 16px;
  }
  .page-id-5812 .mc-section-spacer, .page-id-207 .mc-section-spacer {
  	padding: 80px 0px;
  }
}

body.woocommerce-account {
    background: #f7f7f7 !important;
}

body.woocommerce-account .woocommerce {
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 50px 24px 80px !important;
    box-sizing: border-box !important;
}

body.woocommerce-account .woocommerce::before,
body.woocommerce-account .woocommerce::after {
    display: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
    float: none !important;
    width: 100% !important;
}

body.woocommerce-account .entry-title,
body.woocommerce-account h1 {
    font-size: 42px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin-bottom: 28px !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 28px !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 46px !important;
    padding: 0 18px !important;
    background: #fff !important;
    border: 1px solid #d8d0c3 !important;
    color: #472146 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    transition: all 200ms ease !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
    background: #472146 !important;
    border-color: #472146 !important;
    color: #fff !important;
}

body.woocommerce-account .woocommerce-MyAccount-content {
    background: #fff !important;
    border: 1px solid #e1e1e1 !important;
    padding: 34px !important;
    box-sizing: border-box !important;
}

body.woocommerce-account .woocommerce-MyAccount-content p {
    color: #525252 !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
    margin: 0 0 18px !important;
}

body.woocommerce-account .woocommerce-MyAccount-content a {
    color: #472146 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
}

body.woocommerce-account .woocommerce-MyAccount-content a:hover {
    color: #86754e !important;
}

body.woocommerce-account table.shop_table {
    width: 100% !important;
    border: 1px solid #e1e1e1 !important;
    border-collapse: collapse !important;
    border-radius: 0 !important;
    margin: 0 0 26px !important;
    background: #fff !important;
}

body.woocommerce-account table.shop_table th {
    background: #472146 !important;
    color: #fff !important;
    border: 0 !important;
    padding: 16px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

body.woocommerce-account table.shop_table td {
    border-top: 1px solid #e1e1e1 !important;
    padding: 16px !important;
    color: #525252 !important;
    font-size: 15px !important;
    vertical-align: middle !important;
}

body.woocommerce-account table.shop_table tr:nth-child(even) td {
    background: #fafafa !important;
}

body.woocommerce-account .button,
body.woocommerce-account .woocommerce-button,
body.woocommerce-account button.button,
body.woocommerce-account input.button,
body.woocommerce-account a.button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 0 20px !important;
    background: #472146 !important;
    border: 1px solid #472146 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: all 200ms ease !important;
}

body.woocommerce-account .button:hover,
body.woocommerce-account .woocommerce-button:hover,
body.woocommerce-account button.button:hover,
body.woocommerce-account input.button:hover,
body.woocommerce-account a.button:hover {
    background: #86754e !important;
    border-color: #86754e !important;
    color: #fff !important;
}

body.woocommerce-account form {
    width: 100% !important;
    max-width: none !important;
}

body.woocommerce-account .woocommerce form .form-row,
body.woocommerce-account .woocommerce form .form-row-first,
body.woocommerce-account .woocommerce form .form-row-last,
body.woocommerce-account .form-row,
body.woocommerce-account .form-row-first,
body.woocommerce-account .form-row-last {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    clear: both !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

body.woocommerce-account label {
    display: block !important;
    color: #222 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    margin-bottom: 8px !important;
}

body.woocommerce-account input.input-text,
body.woocommerce-account input[type="text"],
body.woocommerce-account input[type="email"],
body.woocommerce-account input[type="password"],
body.woocommerce-account input[type="tel"],
body.woocommerce-account textarea,
body.woocommerce-account select {
    width: 100% !important;
    max-width: none !important;
    min-height: 48px !important;
    border: 1px solid #d4d4d4 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #222 !important;
    font-size: 15px !important;
    padding: 10px 14px !important;
    box-sizing: border-box !important;
}

body.woocommerce-account textarea {
    min-height: 130px !important;
}

body.woocommerce-account input:focus,
body.woocommerce-account textarea:focus,
body.woocommerce-account select:focus {
    outline: none !important;
    border-color: #472146 !important;
    box-shadow: 0 0 0 2px rgba(71, 33, 70, 0.12) !important;
}

body.woocommerce-account .select2-container {
    width: 100% !important;
}

body.woocommerce-account .select2-container .select2-selection--single {
    height: 48px !important;
    border: 1px solid #d4d4d4 !important;
    border-radius: 0 !important;
}

body.woocommerce-account .select2-container .select2-selection__rendered {
    line-height: 48px !important;
    padding-left: 14px !important;
    color: #222 !important;
}

body.woocommerce-account .select2-container .select2-selection__arrow {
    height: 48px !important;
}

body.woocommerce-account fieldset {
    width: 100% !important;
    border: 1px solid #e1e1e1 !important;
    padding: 24px !important;
    margin: 28px 0 !important;
    box-sizing: border-box !important;
}

body.woocommerce-account fieldset legend {
    color: #472146 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 0 8px !important;
}

body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-error {
    background: #fff !important;
    border: 1px solid #e1e1e1 !important;
    border-left: 5px solid #86754e !important;
    color: #222 !important;
    padding: 18px 22px !important;
    margin: 0 0 24px !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
}

body.woocommerce-account .woocommerce-error {
    border-left-color: #b00020 !important;
}

body.woocommerce-account .woocommerce-message::before,
body.woocommerce-account .woocommerce-info::before,
body.woocommerce-account .woocommerce-error::before {
    display: none !important;
}

body.woocommerce-account .woocommerce-Addresses {
    display: grid !important;
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    gap: 24px !important;
}

body.woocommerce-account .woocommerce-Address {
    float: none !important;
    width: 100% !important;
    background: #f7f7f7 !important;
    border: 1px solid #e1e1e1 !important;
    padding: 24px !important;
    box-sizing: border-box !important;
}

body.woocommerce-account .woocommerce-Address-title h3 {
    color: #472146 !important;
    font-size: 22px !important;
    line-height: 1.2 !important;
    margin: 0 0 12px !important;
}

body.woocommerce-account address {
    color: #525252 !important;
    font-style: normal !important;
    line-height: 1.6 !important;
}

body.woocommerce-account #customer_login {
    display: block !important;
}

body.woocommerce-account #customer_login .u-column1,
body.woocommerce-account #customer_login .u-column2 {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    background: #fff !important;
    border: 1px solid #e1e1e1 !important;
    padding: 30px !important;
    margin: 0 0 28px !important;
    box-sizing: border-box !important;
}

@media (max-width: 767px) {
    body.woocommerce-account .woocommerce {
        padding: 35px 16px 60px !important;
    }

    body.woocommerce-account .entry-title,
    body.woocommerce-account h1 {
        font-size: 34px !important;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: block !important;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation li {
        margin-bottom: 8px !important;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation a {
        width: 100% !important;
    }

    body.woocommerce-account .woocommerce-MyAccount-content {
        padding: 22px !important;
    }

    body.woocommerce-account .woocommerce-Addresses {
        grid-template-columns: 1fr !important;
    }

    body.woocommerce-account table.shop_table,
    body.woocommerce-account table.shop_table thead,
    body.woocommerce-account table.shop_table tbody,
    body.woocommerce-account table.shop_table th,
    body.woocommerce-account table.shop_table td,
    body.woocommerce-account table.shop_table tr {
        display: block !important;
    }

    body.woocommerce-account table.shop_table thead {
        display: none !important;
    }

    body.woocommerce-account table.shop_table tr {
        border-bottom: 1px solid #e1e1e1 !important;
    }

    body.woocommerce-account table.shop_table td {
        display: flex !important;
        justify-content: space-between !important;
        gap: 16px !important;
        text-align: right !important;
    }

    body.woocommerce-account table.shop_table td::before {
        content: attr(data-title) !important;
        color: #222 !important;
        font-weight: 700 !important;
        text-align: left !important;
    }
}

body.woocommerce-account .button,
body.woocommerce-account .woocommerce-button,
body.woocommerce-account button.button,
body.woocommerce-account input.button,
body.woocommerce-account a.button,
body.woocommerce-account .mc-account-button,
body.woocommerce-account .tribe-link-view-attendee,
body.woocommerce-account a[href*="action=download"],
body.woocommerce-account a[href*="download"],
body.woocommerce-account a[href*="pdf"] {
    font-family: 'TGBold', 'Inter', Arial, sans-serif !important;
    font-weight: normal !important;
}

body.woocommerce-account .woocommerce-MyAccount-content a.button,
body.woocommerce-account .woocommerce-MyAccount-content .button,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 0 20px !important;
    background: #472146 !important;
    border: 1px solid #472146 !important;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
}

body.woocommerce-account .woocommerce-MyAccount-content a.button:hover,
body.woocommerce-account .woocommerce-MyAccount-content .button:hover,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-button:hover {
    background: #86754e !important;
    border-color: #86754e !important;
    color: #fff !important;
}

body.woocommerce-account .woocommerce-orders-table th:first-child,
body.woocommerce-account .woocommerce-orders-table td:first-child {
    background: transparent !important;
    color: #111827 !important;
}

body.woocommerce-account .woocommerce-orders-table tbody tr:nth-child(even) td {
    background: #fafafa !important;
}

body.woocommerce-account .woocommerce-orders-table tbody tr:nth-child(odd) td {
    background: #fff !important;
}

body.woocommerce-account .woocommerce-orders-table__cell-order-number a,
body.woocommerce-account .woocommerce-orders-table td:first-child a {
    color: #111827 !important;
    text-decoration: none !important;
    border-bottom: 1px solid currentColor !important;
}

body.woocommerce-account .woocommerce-orders-table__cell-order-number a:hover,
body.woocommerce-account .woocommerce-orders-table td:first-child a:hover {
    color: #472146 !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details {
    width: 100% !important;
    margin-top: 42px !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details__title {
    margin: 0 0 24px !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details {
    display: table !important;
    width: 100% !important;
    margin: 0 0 26px !important;
    border: 1px solid #d7d7d7 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 0 !important;
    table-layout: fixed !important;
    background: #fff !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > thead {
    display: table-header-group !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > tbody {
    display: table-row-group !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > tfoot {
    display: table-footer-group !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > thead > tr,
body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > tbody > tr,
body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > tfoot > tr {
    display: table-row !important;
    width: 100% !important;
    border: 0 !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > thead > tr > th {
    display: table-cell !important;
    padding: 18px 16px !important;
    border: 0 !important;
    border-bottom: 1px solid #d7d7d7 !important;
    background: #f5f5f5 !important;
    color: #111827 !important;
    font-family: 'TGBold', 'Inter', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.3 !important;
    text-transform: uppercase !important;
    vertical-align: middle !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details th.product-name,
body.woocommerce-account.woocommerce-view-order .woocommerce-order-details td.product-name {
    width: auto !important;
    text-align: left !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details th.product-total,
body.woocommerce-account.woocommerce-view-order .woocommerce-order-details td.product-total {
    width: 150px !important;
    text-align: right !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > tbody > tr.order_item > td {
    display: table-cell !important;
    padding: 20px 16px !important;
    border: 0 !important;
    border-bottom: 1px solid #d7d7d7 !important;
    background: #fff !important;
    color: #111827 !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    vertical-align: top !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > tbody > tr.order_item > td::before {
    display: none !important;
    content: none !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details td.product-total {
    white-space: nowrap !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details td.product-name > a,
body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details a {
    color: #472146 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details td.product-name > a:hover,
body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details a:hover {
    color: #86754e !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details td.product-name ul.wc-item-meta {
    display: block !important;
    width: 100% !important;
    margin: 18px 0 0 !important;
    padding: 0 !important;
    border: 1px solid #d7d7d7 !important;
    list-style: none !important;
    background: #f8f8f8 !important;
    box-sizing: border-box !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details td.product-name ul.wc-item-meta li {
    display: grid !important;
    grid-template-columns: minmax(150px, 40%) minmax(0, 1fr) !important;
    gap: 18px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 14px 16px !important;
    border: 0 !important;
    border-bottom: 1px solid #d7d7d7 !important;
    background: transparent !important;
    box-sizing: border-box !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details td.product-name ul.wc-item-meta li:last-child {
    border-bottom: 0 !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details td.product-name ul.wc-item-meta strong,
body.woocommerce-account.woocommerce-view-order .woocommerce-order-details td.product-name ul.wc-item-meta .wc-item-meta-label {
    margin: 0 !important;
    color: #111827 !important;
    font-family: 'TGBold', 'Inter', Arial, sans-serif !important;
    font-weight: normal !important;
    line-height: 1.45 !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details td.product-name ul.wc-item-meta p {
    margin: 0 !important;
    color: #111827 !important;
    line-height: 1.45 !important;
    overflow-wrap: anywhere !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details td.product-name table {
    display: table !important;
    width: 100% !important;
    margin: 18px 0 0 !important;
    border: 1px solid #d7d7d7 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    table-layout: fixed !important;
    background: #f8f8f8 !important;
    box-sizing: border-box !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details td.product-name table tbody {
    display: table-row-group !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details td.product-name table tr {
    display: table-row !important;
    width: 100% !important;
    border: 0 !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details td.product-name table tr > * {
    display: table-cell !important;
    width: auto !important;
    padding: 14px 16px !important;
    border: 0 !important;
    border-bottom: 1px solid #d7d7d7 !important;
    background: transparent !important;
    color: #111827 !important;
    text-align: left !important;
    vertical-align: top !important;
    box-sizing: border-box !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details td.product-name table tr:last-child > * {
    border-bottom: 0 !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details td.product-name table tr > *:first-child {
    width: 40% !important;
    font-family: 'TGBold', 'Inter', Arial, sans-serif !important;
    font-weight: normal !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > tfoot > tr > th,
body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > tfoot > tr > td {
    display: table-cell !important;
    padding: 17px 16px !important;
    border: 0 !important;
    border-bottom: 1px solid #d7d7d7 !important;
    background: #fff !important;
    color: #111827 !important;
    vertical-align: middle !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > tfoot > tr > th {
    text-align: left !important;
    font-family: 'TGBold', 'Inter', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > tfoot > tr > td {
    width: 150px !important;
    text-align: right !important;
    white-space: nowrap !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > tfoot > tr:last-child > th,
body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > tfoot > tr:last-child > td {
    border-top: 2px solid #111827 !important;
    border-bottom: 0 !important;
    font-size: 17px !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > tfoot > tr > td::before {
    display: none !important;
    content: none !important;
}

@media (max-width: 700px) {
    body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details {
        display: block !important;
        table-layout: auto !important;
    }

    body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > thead {
        display: none !important;
    }

    body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > tbody,
    body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > tfoot {
        display: block !important;
        width: 100% !important;
    }

    body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > tbody > tr.order_item {
        display: block !important;
        width: 100% !important;
        border: 0 !important;
    }

    body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > tbody > tr.order_item > td.product-name,
    body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > tbody > tr.order_item > td.product-total {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > tbody > tr.order_item > td.product-name {
        border-bottom: 0 !important;
        text-align: left !important;
    }

    body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > tbody > tr.order_item > td.product-total {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 16px !important;
        border-top: 1px solid #d7d7d7 !important;
        border-bottom: 1px solid #d7d7d7 !important;
        text-align: right !important;
    }

    body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > tbody > tr.order_item > td.product-total::before {
        display: block !important;
        content: 'Ticket total' !important;
        color: #111827 !important;
        font-family: 'TGBold', 'Inter', Arial, sans-serif !important;
        font-weight: normal !important;
        text-align: left !important;
        text-transform: uppercase !important;
    }

    body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > tfoot > tr {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        width: 100% !important;
        border-bottom: 1px solid #d7d7d7 !important;
        box-sizing: border-box !important;
    }

    body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > tfoot > tr:last-child {
        border-top: 2px solid #111827 !important;
        border-bottom: 0 !important;
    }

    body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > tfoot > tr > th,
    body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.woocommerce-table--order-details > tfoot > tr > td {
        display: block !important;
        width: auto !important;
        border: 0 !important;
        box-sizing: border-box !important;
    }

    body.woocommerce-account.woocommerce-view-order .woocommerce-order-details td.product-name ul.wc-item-meta li {
        grid-template-columns: 1fr !important;
        gap: 4px !important;
    }

    body.woocommerce-account.woocommerce-view-order .woocommerce-order-details td.product-name table,
    body.woocommerce-account.woocommerce-view-order .woocommerce-order-details td.product-name table tbody {
        display: block !important;
        width: 100% !important;
    }

    body.woocommerce-account.woocommerce-view-order .woocommerce-order-details td.product-name table tr {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
    }

    body.woocommerce-account.woocommerce-view-order .woocommerce-order-details td.product-name table tr > * {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    body.woocommerce-account.woocommerce-view-order .woocommerce-order-details td.product-name table tr > *:first-child {
        padding-bottom: 4px !important;
        border-bottom: 0 !important;
    }

    body.woocommerce-account.woocommerce-view-order .woocommerce-order-details td.product-name table tr > *:last-child {
        padding-top: 4px !important;
    }
}

body.woocommerce-account .woocommerce-Addresses {
    display: grid !important;
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    gap: 24px !important;
    align-items: stretch !important;
}

body.woocommerce-account .woocommerce-Address {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    clear: none !important;
    box-sizing: border-box !important;
}

body.woocommerce-account .woocommerce-Address.u-column1,
body.woocommerce-account .woocommerce-Address.u-column2,
body.woocommerce-account .woocommerce-Address.col-1,
body.woocommerce-account .woocommerce-Address.col-2 {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

body.woocommerce-account .woocommerce-Address-title h2,
body.woocommerce-account .woocommerce-Address-title h3 {
    color: #111827 !important;
    font-family: 'TGBold', 'Inter', Arial, sans-serif !important;
    font-weight: normal !important;
}

@media (max-width: 767px) {
    body.woocommerce-account .woocommerce-Addresses {
        grid-template-columns: 1fr !important;
    }
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads {
	display: none !important; 
}

.mc-continue-browsing-events {
    margin-bottom: 18px;
}

.mc-continue-browsing-events a {
    display: inline-block;
    color: #525252;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
}

.mc-continue-browsing-events a:hover {
    color: var(--accent);
    text-decoration: underline;
}