/*!
Theme Name: vicpride 2020 - Gift Cards
Theme URI: http://blueboat.com.au/
Author: Blueboat
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vicpride

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    overflow-x: hidden;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    overflow-x: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    margin: 0.8rem 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1rem;
    /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1rem;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25rem;
}

sup {
    top: -0.5rem;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35rem 0.75rem 0.625rem;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
:root {
    --bg: #fcfbfb;
    --primary: #a45ea3;
    --highlight: #fb005f;
    --highlight-tint: #dd0b5b;

    --greydark: #252525;
    --greymid: #e1e1e1;

    --green: #e0ede9;
    --purple: #eae9f8;
    --orange: #fef0e5;
    --yellow: #fef1d6;
    --blue: #e3f4ff;
    --pink: #ffeafb;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #000;
    font-family: "Roboto", sans-serif;

    font-size: 14px;
    font-weight: 100;
    line-height: 1.5;
}

h1,
h2,
.h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0.8rem;
}

h2.post-title {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
}

h1 {
    font-size: 1.6rem;
}

h2,
.h2 {
    font-size: 1.48rem;
    margin-top: 0;
}

h3,
h2.cat-post-title {
    font-size: 1rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.8rem;
}

h6 {
    font-size: 0.8rem;
}

p {
    margin-bottom: 1.5rem;
}

a:not([href]):not([tabindex]) {
    text-decoration: none;
    cursor: pointer;
}

.modal-dialog {
    margin: 80px auto;
}

.modal-body {
    padding: 30px;
    color: var(--greydark);
}

.modal-header {
    padding: 30px 30px 0;
    border-bottom: none;
}

.modal-header .close {
    line-height: 0;
    font-size: 2rem;
}

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

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0;
    border-left: 1px solid;
    padding-left: 1.5rem;
    border-color: var(--highlight);
    color: var(--greydark);
    font-size: 1.1rem;
}

.site-branding a {
    border-bottom: none;
    display: inline-block;
}

@media (min-width: 1440px) {

    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background-color: var(--bg);
}

.site-header {
    background-color: #fff;
}

.site-header .site-title a {
    border-bottom: none;
}

.site-content {
    background-color: var(--bg);
}

.content-wrapper {
    padding-top: 2.6em;
    padding-bottom: 2em;
    margin-top: 2em;
}

.breadcrumbs {
    padding-bottom: 1em;
    padding-top: 1.6em;
    opacity: 0.6;
}

.content-wrapper .page-content {
    padding-bottom: 4em;
}

ul {
    list-style: disc;
    padding-left: 1rem;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5rem;
}

.site-main ul li {
    margin-bottom: 0.2rem;
}

.vpc-link-grp {
    clear: both;
}

.page-section .vpc-link-grp ul {
    padding-left: 0;
}

.page-section .vpc-link-grp ul li {
    padding-left: 0;
    margin-right: 2rem;
    display: inline-block;
}

.page-section .vpc-link-grp ul li:before {
    content: "";
}

.featured-panel {
    text-align: center;
    font-size: 1.48rem;
}

.featured-panel .vpc-btn-lg {
    margin: 2em auto 0;
    font-size: initial;
}

.fw-bg-img {
    min-height: 360px;
    max-height: 580px;
    overflow: auto;
    display: flex;
    align-items: center;
    position: relative;
}

.fw-bg-img .fw-bg-img__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.fw-bg-img .fw-bg-img__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fw-bg-img .container {
    background: #ffffffeb;
    padding: 3em 0;
}

.quote-image-frame img {
    border-radius: 50%;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1rem 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5rem;
    width: 100%;
}

a.home-quick-link {
    background-color: var(--greydark);
    color: #fff;
    padding: 4px 10px;
    margin-bottom: 6px;
    font-weight: 700;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.75rem;
    text-decoration: none;
}

a.home-quick-link:visited {
    color: white;
}

a.home-quick-link:hover,
a.home-quick-link:focus {
    color: var(--highlight);
}

.margin-bottom {
    margin-bottom: 2rem;
}

.home-card {
    padding: 0 1rem;
    background: white;
}

.home-card.primary {
    display: flex;
    align-items: center;
    background: red;
}

a.arrow {
    position: relative;
}

a.arrow:after {
    content: url("imgs/arrow.svg");
    position: absolute;
    height: 30px;
    width: 23px;
    display: block;
    right: -22px;
    top: 0;
    opacity: 0.7;
    -webkit-transition: all 0.2s;
    /* Safari */
    transition: all 0.2s;
}

a.arrow:hover:after {
    right: -25px;
}

.wp-block-file {
    border-bottom: 1px solid #eaeaea;
    display: block;
    padding-bottom: 1.4em;
}

.wp-block-file .wp-block-file__button {
    border-radius: 0;
    border-bottom: none;
    float: right;
}

.wp-block-file .wp-block-file__button:hover {
    opacity: 1;
    background-color: var(--highlight);
}

#feature_panel_one {
    padding: 0 60px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

#feature_panel_one p {
    margin-bottom: 0;
    color: #fdd1cf;
}

#feature_panel_one a {
    color: #fff;
    text-transform: uppercase;
}

#feature_panel_one a:hover {
    color: #fff;
}

.home-news-item:last-of-type {
    margin-bottom: 0;
}

.home-news-item .row {
    align-items: center;
    display: flex;
}

.social div {
    width: 2.8rem;
    float: left;
    padding: 0.6rem;
    margin: 0 1px;
    background: #313131;
}

.donor-op-card {
    background: white;
    padding: 2em 1.4em;
    text-align: center;
    margin-bottom: 2em;
}

.donor_ops:nth-child(6n + 1) .donor-op-card {
    background: #e0ede9;
}

.donor_ops:nth-child(6n + 2) .donor-op-card {
    background: #eae9f8;
}

.donor_ops:nth-child(6n + 3) .donor-op-card {
    background: #fef0e5;
}

.donor_ops:nth-child(6n + 4) .donor-op-card {
    background: #fef1d6;
}

.donor_ops:nth-child(6n + 5) .donor-op-card {
    background: #e3f4ff;
}

.donor_ops:nth-child(6n + 6) .donor-op-card {
    background: #ffeafb;
}

.site-branding {
    padding: 18px 0;
}

.profile-social .social-icon {
    width: 22px;
    height: 22px;
}

.site-header .site-search {
    float: right;
}

.site-header .site-search .search-form,
.main-menu-wrapper .site-search .search-form {
    display: flex;
    align-items: center;
}

.site-header .site-search input[type="text"],
.main-menu-wrapper .site-search input[type="text"] {
    background: #fff;
    color: var(--greymid);
    padding: 15px 16px 14px;
    font-size: 0.9em;
    width: inherit;
    border: none;
    border: 1px solid var(--greymid);
    border-right: none;
}

.main-menu-wrapper .site-search input[type="text"] {
    flex-grow: 1;
    font-size: 16px;
}

.site-header .site-search input[type="text"]:focus,
.main-menu-wrapper .site-search input[type="text"]:focus {
    background: var(--greymid);
    color: var(--greydark);
    outline: none;
}

.site-header .site-search input[type="submit"],
.main-menu-wrapper .site-search input[type="submit"] {
    padding: 14px 27px;
    background: var(--highlight);
    border: none;
    background-image: url(imgs/search-icon-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}

.main-menu-wrapper .site-search input[type="submit"] {
    height: 55px;
}

.site-header .site-search input[type="submit"]:hover,
.main-menu-wrapper .site-search input[type="submit"]:hover {
    background-color: var(--highlight-tint);
    background-image: url(imgs/search-icon-white.svg);
    cursor: pointer;
    filter: invert();
}

.header-cta {
    display: grid;
    grid-template-rows: 1fr 1fr;
}

.header-cta .header-cta__link {
    width: 100%;
    height: 100%;
    text-align: center;
    border: none;
    font-weight: 600;
    background-color: var(--highlight);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-cta .header-cta__link:hover {
    background-color: var(--highlight-tint);
}

.header-cta .header-cta__link--account {
    background-color: #313131;
}

.header-cta .header-cta__link--account:hover {
    background-color: var(--highlight);
}

.banner-slides {
    height: 18rem;
    width: 50%;
}

.banner-slides .slick-list {
    height: 100%;
}

.banner-slides .slick-track {
    height: 100%;
}

.slide__background-banner {
    display: none;
}

.slide__background-banner:first-child {
    display: block;
}

.caption-content {
    position: absolute !important;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    display: flex !important;
}

.caption {
    padding: 2rem 4rem 2rem 2rem;
    color: white;
    font-weight: lighter;
    display: none;
}

.caption:first-child {
    display: block;
}

.caption a {
    color: white !important;
    border-color: #fff !important;
}

.caption a:after {
    opacity: 1;
    filter: invert(100%);
}

.right-heading {
    text-align: right;
    margin-left: -15px;
}

.caption {
    vertical-align: middle;
    align-items: center;
}

.caption h3 {
    margin-bottom: 0;
    font-size: 1rem;
}

.multiple-items .slick-arrow.slick-next,
.multiple-items .slick-arrow.slick-prev {
    position: absolute;
    z-index: 99;
    bottom: 58%;
    margin-top: -20px;
    border-top: 5px solid var(--greydark);
    border-right: 5px solid var(--greydark);
    border-radius: 0;
    background: transparent;
    text-indent: -9999px;
    padding: 0;
    border-left: none;
    border-bottom: none;
    width: 30px;
    height: 30px;
}

.multiple-items .slick-arrow.slick-prev {
    left: -56px;
    transform: rotate(225deg);
}

.multiple-items .slick-arrow.slick-next {
    right: -56px;
    transform: rotate(45deg);
}

.multiple-items .slick-slide {
    border-left: 1px solid;
    padding: 0 1.6rem;
}

.center-bar {
    padding: 0;
}

.page-middle {
    margin-top: 2em;
}




/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
    color: var(--highlight);
    text-decoration: none;
    border-bottom: 1px;
    border-bottom-style: dotted;
    border-bottom-color: var(--highlight);
}

a:hover,
a:active {
    color: var(--highlight-tint);
    text-decoration: none;
    border-bottom: 0;
}

a:focus {
    color: var(--highlight-tint);
    outline: 1px dotted #333;
    text-decoration: none;
    border-bottom: 0;
}

.home .bottom-section a,
.home .bottom-section a:visited,
.site-footer a,
.site-footer a:visited {
    color: var(--greydark);
    border-bottom-color: var(--greydark);
}

.home .bottom-section a:hover,
.home .bottom-sectiona a:focus,
.home .bottom-section a:active {
    color: var(--greydark);
}

.accordion-panel a {
    border-bottom: 0;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5rem;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

h2.widget-title {
    font-size: 1.2em;
    font-weight: 400;
}




/*--------------------------------------------------------------
## Post navigation
--------------------------------------------------------------*/
.post-navigation .nav-links {
    margin: 1rem 0 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.post-navigation .nav-next {
    margin-left: auto;
    text-align: right;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    display: block;
    padding: 4px 5px;
    border: solid 2px var(--highlight);
    color: var(--highlight);
    font-size: 0.9rem;
    text-decoration: none;
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    border-color: var(--highlight-tint);
    color: var(--highlight-tint);
}

/* Pagination
----------------------------------------------- */
.wp-pagenavi {
    text-align: center;
    padding: 2em 0 4em;
}

.wp-pagenavi .page,
.wp-pagenavi span.current {
    border: 1px solid var(--highlight);
    padding: 0.6em 1em;
    font-weight: 400;
    transition: all 0.2s;
    margin: 0 2px;
}

.wp-pagenavi .page:hover {
    background-color: var(--highlight);
    color: #fff;
}

.wp-pagenavi span.pages,
.wp-pagenavi a.last {
    padding: 0.6em 1em;
    font-weight: 400;
    border-bottom: none;
}

.wp-pagenavi span.current {
    font-weight: bold;
    color: var(--greydark);
    border-color: var(--greydark);
    opacity: 0.7;
}

.em-pagination {
    display: flex;
    justify-content: center;
    margin: 22px 0;
}

.em-pagination a.page-numbers,
.em-pagination span {
    display: inline-block;
    border: 1px solid var(--highlight);
    padding: 0.6em 1em;
    font-weight: 400;
    transition: all 0.2s;
    margin: 0 2px;
}

.em-pagination a:hover {
    background: var(--highlight);
    color: #fff;
}

.em-pagination span.current {
    background: transparent;
    color: var(--greydark);
    border-color: var(--greydark);
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee
--------------------------------------------------------------*/

/* Menu Appearance */
.vpc_main_nav {
    background-color: var(--greymid);
}

.vpc_main_nav .desktop-nav {
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 0;
    list-style-type: none;
    justify-content: space-around;
}

.desktop-nav>li.menu-item {
    width: 12%;
    border-bottom: 5px solid transparent;
}

.desktop-nav>li.menu-item.active,
.desktop-nav>li.menu-item:hover {
    border-bottom-color: #bdbdbd;
}

#desktop-menu .nav-link {
    color: var(--greydark);
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    width: 100%;
    border-bottom: none;
    font-weight: 400;
    font-size: 0.8em;
    padding-top: 12px;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 7px;
    transition: width 0.6s ease;
}

#desktop-menu .show .nav-link {
    width: 0;
}

/* Mobile menu */
.mobile-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-close {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pushy-header .menu-btn img {
    width: 1.4rem;
}

.menu-btn:hover {
    cursor: pointer;
}

/* .main-menu-wrapper{
	height: 100dvh;
} */
.navbar-nav {
    margin-left: 0;
}

.pushy {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    /* enables momentum scrolling in iOS overflow elements */
}

.pushy-header {
    margin: 0 auto;
}

.pushy ul#primary-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.pushy .menu-item a.nav-link {
    text-align: center;
}

.pushy .menu-item {
    display: block;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: var(--greydark);
    margin-bottom: 12px;
}

.pushy .menu-item a,
.pushy .menu-item a:visited {
    text-decoration: none;
    font-style: normal;
    font-weight: 100;
    font-size: 1.2rem;
    color: var(--greydark);
    border-bottom: none;
}

.pushy .menu-item a:hover,
.pushy .menu-item a:focus,
.pushy .menu-item a:active {}

.pushy a.logo {
    border-bottom: none;
}

.pushy.pushy-left {
    left: 0;
}

.pushy.pushy-right {
    right: 0;
}

.pushy-content {
    visibility: hidden;
}

/* Menu Movement */
.pushy-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.pushy-open-right .pushy {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pushy-open-right .pushy-content {
    visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
    transition: transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
    transition: visibility 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Submenu Appearance */
.dropdown-menu {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    padding: 0;
    margin: 0;
    top: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    width: 100%;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown-menu a.dropdown-item,
.dropdown-menu a.dropdown-item:visited {
    color: var(--greydark);
    text-decoration: none;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.dropdown-menu a.dropdown-item:hover,
.dropdown-menu a.dropdown-item:focus {
    color: var(--highlight);
}

.show>.dropdown-menu {
    max-height: 300px;
    opacity: 1;
}

.desktop-nav .show>.dropdown-menu {
    max-height: 300px;
    opacity: 1;
    padding-bottom: 1em;
    width: 220px;
}

.pushy ul.dropdown-menu .menu-item {
    border-top: none;
    border-bottom: none;
    position: relative;
}

.pushy ul.dropdown-menu .menu-item:after {
    content: url("imgs/arrow.svg");
    width: 32px;
    height: 29px;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}

.pushy ul.dropdown-menu .menu-item a,
.pushy ul.dropdown-menu .menu-item a:visited {
    font-size: 1rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
}

.dropdown-toggle::after {
    width: 6px;
    height: 6px;
    margin-top: -4px;
    background: transparent;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    border-left: none;
    border-top: none;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.submit-logged-in {
    display: none !important;
}

.logged-in .submit-logged-out {
    display: none !important;
}

.logged-in .submit-logged-in {
    display: block !important;
}

@media (max-width: 756px) {

    .logged-in .filterbar .submit-logged-in,
    .logged-in .filterbar .submit-logged-out,
    .filterbar .submit-logged-out {
        display: none !important;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
    color: var(--greydark);
    padding: 2rem 0;
    background-color: #fff;
    font-size: 0.8rem;
}

.page-template-default .site-footer,
.page-template-page-text-default .site-footer,
.page-template-page-staff .site-footer,
.single-tenants .site-footer,
.single-donor_ops .site-footer,
.page-template-page-events-map .site-footer,
.search .site-footer,
.rooms-template-default .site-footer {
    margin-top: 5em;
}

.site-footer p {
    margin-bottom: 0.6rem;
}

.footer-social {
    display: flex;
    margin-bottom: 0.8em;
}

.footer-social a {
    border-bottom: none;
    display: block;
    margin-right: 5px;
    background: #7f8285;
    border-radius: 3px;
    padding: 2px 4px;
}

.footer-social a img {
    width: 20px;
    height: 20px;
}

.site-info {
    opacity: 0.7;
    font-size: 0.8rem;
    padding-top: 1.6rem;
}

.site-footer .acknowledgement {
    margin-top: 2em;
    padding-top: 1em;
    border-top: 1px solid #ccc;
    text-align: center;
}

.site-footer .disclaimer {
    margin-top: 20px;
}

.site-footer .footer__feedback {
    margin-bottom: 24px;
}

.site-footer .footer__logos {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.site-footer .footer__logos img {
    width: auto;
    height: 150px;
}

ul.footer-menu {
    list-style-type: none;
}

ul.footer-menu li {
    margin-bottom: 4px;
}

.baseline {
    padding-top: 32px;
    display: flex;
    justify-content: center;
}

.baseline-menu {
    display: inline-flex;
    font-size: 0.8em;
}

.baseline-menu li {
    margin-left: 12px;
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
.woocommerce ul.products.columns-2 {
    display: flex;
    margin-top: 3em;
}

.woocommerce ul.products li {
    width: 300px;
    margin-right: 3em;
}

h2.woocommerce-loop-product__title {
    font-size: 1.3rem;
    margin-top: 1em;
}

.woocommerce a.button.add_to_cart_button {
    display: block;
    background: var(--highlight);
    color: #fff;
    padding: 12px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0.6rem;
    border-bottom: none;
    width: 85%;
    border-radius: 0;
    margin-top: 1em;
}

.vpc-products p {
    float: left;
}

.woocommerce ul.products li.product:before {
    content: "";
}

.woocommerce ul.products li.product img {
    display: none;
}

.woocommerce ul.products li.product h2 {
    font-weight: 600;
}

.woocommerce ul.products li.product .price {
    color: var(--greydark);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0;
}

.woocommerce .woocommerce-customer-details address {
    border: none;
    padding: 0;
}

.woocommerce-message {
    border-top-color: var(--highlight);
}

.woocommerce-message::before {
    color: var(--highlight);
}

.woocommerce-message .button.wc-forward,
.woocommerce-form-coupon-toggle {
    display: none;
}

.woocommerce form .form-row .required {
    color: var(--highlight);
}

.woocommerce a.remove {
    color: var(--highlight);
}

.woocommerce a.remove:hover {
    background: var(--highlight-tint);
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: var(--highlight);
    border-radius: 0;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: var(--highlight-tint);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 0.8em 0.6em;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 1em;
    margin: 0;
    background: #f1f1f1;
}

.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    border-bottom: none;
    color: #333;
    font-weight: 500;
    background: #e1e1e1;
    padding: 1em;
    display: block;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    text-decoration: none;
    border-bottom: none;
    color: #fff;
    background: var(--highlight);
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
    background: var(--highlight);
}

.woocommerce-MyAccount-navigation ul li.is-active a:hover {
    color: #fff;
    background: var(--highlight-tint);
}

.woocommerce form button.button {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: none;
}

.woocommerce form button.button:focus,
.woocommerce form button.button:active {
    background-color: #dcd7e3;
    color: #515151;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.hidden {
    display: none !important;
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
#em-wrapper p {
    margin-bottom: 0;
}

.event-grid-image-wrapper {
    overflow: hidden;
}

.event-grid-image {
    position: relative;
    height: 233px;
    display: flex;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #fff;
}

.event-grid-item-inner {
    padding: 15px;
    margin-bottom: 2em;
    background-color: #fff;
    border-top: 1px solid var(--greymid);
}

.event-grid-item-inner .col-5 {
    display: flex;
    padding-bottom: 5px;
    justify-content: flex-end;
}

.event-grid-item-inner .col-5 img {
    margin-left: 5px;
    height: 26px;
}

.event-grid-image h3 {
    background: var(--highlight);
    color: #fff;
    padding: 8px 15px;
    display: inline;
    bottom: 0;
    position: absolute;
    margin-bottom: 0;
    font-size: 1.2em;
}

.event-item a {
    color: var(--greydark);
    text-decoration: none;
    border-bottom: none;
}

.event-item {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.listing-events {
    background: #fff;
    padding: 2em;
    margin-top: 2em;
}

p.resource-single-subtitle {
    margin-bottom: 0;
}

a.resource-social-icon {
    border-bottom: none;
}

a.resource-social-icon img {
    width: 21px;
    height: 21px;
    margin-right: 2px;
    margin-top: -7px;
}

.single-tenants a.resource-social-icon img {
    margin-top: 4px;
}

.related-event-item div {
    font-size: 0.8em;
    font-weight: 400;
    text-decoration: none;
    color: var(--greydark);
    cursor: pointer;
}

.related-event-link img {
    height: 108px;
}

.related-title {
    margin-top: 8px;
}

.social-sharing {
    margin-bottom: 1.5em;
}

.social-sharing span.before-sharebutton-text {
    font-weight: 400;
    display: block;
    font-size: 100%;
}

.em-search-wrapper {
    background: var(--greydark);
}

div.css-search {
    background: transparent;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 0;
    min-height: 40px;
    position: relative;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

div.css-search input.em-search-text,
div.css-search input.em-search-geo {
    background: #fff;
    font-size: 12px;
}

div.css-search input.em-search-text::-webkit-input-placeholder,
div.css-search input.em-search-text::-moz-placeholder {
    font-size: 12px;
}

div.css-search.has-search-geo.has-search-term input.em-search-text,
div.css-search.has-search-geo.has-search-term input.em-search-geo {
    width: 100%;
    margin-right: 22px;
    margin-top: 5px;
}

div.css-search.has-search-geo.has-search-term input.em-search-geo {
    margin-right: 0;
}

div.css-search input,
div.css-search select {
    margin-top: 5px;
    border: none;
    background: #fff;
}

div.css-search.has-advanced div.em-search-main {
    border-bottom: none;
    overflow: hidden;
}

.em-search-geo-units {
    display: inline;
    background: var(--greymid);
    padding: 15px 11px !important;
    margin-left: -4px !important;
}

a.search-sub-link {
    font-size: 14px;
    display: inline-block;
    padding: 8px 0 0;
    margin-right: 1.4em;
}

.search-sub-link img {
    display: none;
}

a.em-toggle,
a.search-sub-link,
a.search-sub-link:visited {
    color: #fff;
    border-bottom: none;
}

.em-search-main a.back-to-events {
    color: #fff;
    float: right;
    margin-top: 26px;
    margin-left: 14px;
}

.em-events-search-form {
    margin: 0 auto;
}

div.css-search div.em-search-main div {
    display: block;
}

div.css-search div.em-search-advanced>div {
    clear: none;
    float: left;
    margin-right: 4%;
}

div.css-search div.em-search-advanced,
div.css-search div.em-search-options {
    overflow: auto;
}

.vpc-btn {
    margin-bottom: 1.5rem;
}

.vpc-btn a {
    position: relative;
    background: var(--highlight);
    background-color: var(--highlight);
    color: #fff;
    display: inline-block;
    padding: 14px 12px;
    font-size: 1.2em;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.vpc-btn a:hover {
    background: var(--highlight-tint);
    background-color: var(--highlight-tint);
    border-color: var(--highlight-tint);
    color: #fff;
}

.vpc-btn-lg a,
div.css-search div.em-search-main .em-search-submit {
    position: relative;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    background-color: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid var(--greydark);
    padding: 8px 26px;
    font-size: 1.2em;
    text-decoration: none;
    text-shadow: none;
    text-align: left;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

div.css-search div.em-search-main .em-search-submit {
    border: 1px solid white;
    margin-left: 5px;
}

div.css-search div,
div.css-search span {
    display: inline;
}

.vpc-btn-lg a:hover,
div.css-search div.em-search-main .em-search-submit:hover {
    background: var(--highlight-tint);
    background-color: var(--highlight-tint);
    border-color: var(--highlight-tint);
    color: #fff;
}

.events-top-bar {
    background: var(--greydark);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 11px;
    font-size: 14px;
}

.events-top-bar a {
    color: #fff;
    font-size: 14px;
}

.pre-content-top-bar {
    background: var(--greydark);
    color: #fff;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
}

.pre-content-top-bar a,
.pre-content-top-bar a:focus,
.pre-content-top-bar a:visited {
    color: #fff;
    font-size: 14px;
}

div.css-search div.em-search-geo,
div.css-search div.em-search-text {
    margin: 0;
    padding-left: 0;
    background: none;
}

.em-toggle {
    margin-left: 18px;
}

.em-toggle span {
    text-decoration: underline;
}

.em-toggle span:hover {
    text-decoration: none;
}

.two-col-single-wrapper {
    margin-bottom: 3em;
    margin-top: 1.4em;
}

.two-col-content-left {
    background: #fff;
    padding: 2em;
}

.two-col-content-right {
    background: #fff;
    padding: 2em;
    margin-top: 32px;
}

p.accessibility img {
    width: 26px;
    margin-right: 6px;
}

#event-form #event-name {
    width: 100%;
    padding: 8px;
}

#event-form .inside {
    margin-bottom: 42px;
}

#em-location-data .em-location-map-404 {
    border: 1px solid var(--bg);
}

#em-location-data input {
    width: 100%;
}

.em-map-balloon .em-map-balloon-content {
    font-size: 1.2em !important;
    padding-bottom: 0 !important;
}

.em-map-balloon .em-map-balloon-content p {
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

.em-map-balloon .em-map-balloon-content strong a {
    font-size: 1.2rem;
    color: var(--greydark);
    border-bottom-color: var(--gerydark);
    margin-bottom: 16px !important;
}

.em-map-balloon .em-map-balloon-content ul {
    list-style: none;
    padding-left: 0;
}

p#event-image-img span {
    opacity: 0.6;
    font-style: italic;
    font-size: 0.8em;
}

@media (min-width: 576px) {
    .em-events-search-form {
        width: 540px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .em-events-search-form {
        width: 720px;
    }

    .dropdown-menu a.dropdown-item {
        font-size: 0.7rem;
        padding: 0.2rem 0.5rem;
    }

    div.css-search div.em-search-main .em-search-submit {
        float: right;
    }

    div.css-search div.em-search-main div {
        display: inline;
    }

    div.css-search.has-search-geo.has-search-term input.em-search-text,
    div.css-search.has-search-geo.has-search-term input.em-search-geo {
        width: 40%;
    }
}

@media (min-width: 992px) {
    .em-events-search-form {
        width: 960px;
    }

    .dropdown-menu {
        max-width: 194px;
    }
}

@media (min-width: 1024px) {
    .dropdown-menu a.dropdown-item {
        font-size: 0.8rem;
        padding: 0.25rem 0.5rem;
    }
}

@media (min-width: 1200px) {
    .em-events-search-form {
        width: 1140px;
    }

    .about-header,
    .hero-banner {
        min-height: 460px;
    }

    h1.entry-title,
    h1.post-title {
        font-size: 2.6rem;
        padding: 1rem 0;
    }

    .dropdown-menu a.dropdown-item {
        font-size: 1rem;
    }
}

@media (min-width: 1440px) {
    .em-events-search-form {
        width: 1440px;
    }
}

button.arrow-right:before,
button.arrow-left:before {
    content: url(imgs/arrow.svg);
    position: absolute;
    height: 2rem;
    width: 2rem;
    display: block;
    top: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    filter: invert(100%);
}

button.arrow-left:hover,
button.arrow-right:hover {
    background: var(--highlight);
    transition: 0.1s;
}

button.arrow-left:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    right: 50%;
}

button.arrow-right:before {
    left: 50%;
}

button.arrow-left,
button.arrow-right {
    bottom: 0;
    background-color: rgb(49, 49, 49);
    border: none;
    padding: 1.2em;
    cursor: pointer;
}

button.arrow-left:focus,
button.arrow-right:focus {
    outline: 1px dotted #333;
}

.arrows {
    position: absolute;
    bottom: 0;
    right: 0;
}

.home a.home-call-btn {
    background: var(--greydark);
    height: 3rem;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: none;
    padding: 0 15px;
    margin-bottom: 0.4rem;
}

.home a.home-call-btn:hover {
    background: var(--highlight);
}

.home-call-btn h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 1.2rem;
}

.home-call-btn:hover {
    background: var(--highlight);
}

a.arrow-back {
    position: relative;
    margin-left: 24px;
}

a.arrow-back:before {
    content: url(imgs/arrow.svg);
    position: absolute;
    height: 2rem;
    width: 2rem;
    display: block;
    top: -4px;
    left: -34px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

/*--------------------------------------------------------------
# Media queries
--------------------------------------------------------------*/

@media (max-width: 767px) {
    .filterbar label.sf-label-checkbox {
        padding-top: 6px;
    }

    .vpc-btn a {
        padding: 8px 30px;
        font-size: 0.8rem;
    }

    .icon-bar {
        width: 22px;
        height: 3px;
    }

    .site-footer .acknowledgement .flags {
        display: block !important;
        margin-right: calc(100vw - 170px) !important;
        margin-bottom: 10px;
    }
}

@media (max-width: 992px) {

    .filterresults,
    .events-grid {
        padding-top: 1em;
    }
}

@media (max-width: 1340px) {
    .home-post-content h4 {
        font-size: 1.2rem;
    }
}

@media (min-width: 576px) {
    .tenant-thumb {
        height: 110px;
    }
}

@media (min-width: 768px) {
    a.inline-link {
        display: inline;
    }

    .banner-slides {
        position: absolute;
        width: 100%;
        height: 26rem;
    }

    .caption-content {
        height: 42%;
    }

    .home a.home-call-btn {
        margin-bottom: 0;
        height: 5rem;
    }

    .home a.home-call-btn h3 {
        font-size: 0.8rem;
    }
}

@media (min-width: 992px) {

    h3,
    h2.cat-post-title {
        font-size: 1.34rem;
    }

    h4 {
        font-size: 1.2rem;
    }

    h5 {
        font-size: 1rem;
    }

    .pushy .menu-menu-1-container {
        margin-top: 4rem;
    }

    .home a.home-call-btn {
        height: 7rem;
    }

    .news-image-feature {
        height: 7rem;
    }

    #desktop-menu .nav-link {
        font-size: 0.8rem;
    }

    .mc-field-group input[type="email"] {
        padding: 0.5rem;
        width: 100%;
    }

    .site-footer p {
        font-size: 0.8rem;
    }

    .home-news-item h2 {
        color: var(--greydark);
        font-size: 1.2rem;
        font-weight: lighter;
    }

    .headings-section {
        padding: 0 0 1rem;
        align-items: baseline;
    }

    button.arrow-left,
    button.arrow-right {
        padding: 2rem;
    }

    button.arrow-right:before,
    button.arrow-left:before {
        height: 4rem;
        width: 4rem;
    }

    a.logo img {
        width: 14rem;
        margin: 0 2rem;
    }

    .home a.home-call-btn h3 {
        font-size: 1.2rem;
    }

    .social div {
        width: 3.5rem;
        float: left;
        padding: 0.8rem;
    }

    .header-cta a {
        font-size: 1.4rem;
    }

    .banner-slides {
        height: 25rem;
    }

    #collapseFilter {
        display: block !important;
    }

    div.css-search div.em-search-main div {
        display: inline;
    }

    .search-sub-link img {
        display: initial;
        height: 36px;
    }

    input[type="text"].em-date-input-loc {
        width: initial;
    }

    div.css-search.has-advanced div.em-search-main {
        padding-top: 10px;
    }
}

@media (min-width: 1024px) {
    .caption h3 {
        font-size: 1.34rem;
    }

    .footer-menu ul.menu li a {
        border-bottom: none;
        padding: 0;
        margin-top: 0;
        margin-bottom: 3px;
    }

    a.inline-link {
        display: inline;
    }

    a.inline-link:after {
        width: 32px;
        height: 29px;
    }

    .enter-wrapper .enter-text:hover {
        background-size: 110px;
        opacity: 1;
        text-decoration: none;
        cursor: pointer;
    }

    .tentant-card h2.card-title {
        width: 70%;
    }

    .searchandfilter ul li {
        padding-right: 10px;
        padding: 10px 0;
    }

    .nav-previous a:after {
        width: 30px;
        height: 38px;
    }

    .nav-next a:before {
        width: 30px;
        height: 38px;
    }

    .post-navigation .nav-previous a:before,
    .bb-navigation .nav-next a:before {
        margin-top: 0;
    }

    .post-navigation .nav-next a:after,
    .bb-navigation .nav-previous a:after {
        margin-top: 5px;
    }

    .site-footer p {
        font-size: 0.8rem;
    }

    .banner-slides {
        height: 30rem;
    }

    .vpc-btn-lg a,
    div.css-search div.em-search-main .em-search-submit {
        padding: 14px 42px;
    }
}

@media (min-width: 1200px) {
    .welcome {
        padding-top: 5rem;
    }

    .tenant-thumb {
        height: 135px;
    }

    .resource-card {
        height: 240px;
    }

    .home-hero-img.row {
        margin-left: -12rem;
    }

    .featured-post-image {
        height: 400px;
        max-height: 453px;
    }

    .site-footer {
        padding-top: 3rem;
        font-size: 1rem;
    }

    #desktop-menu .nav-link {
        font-size: 1rem;
    }

    .home .mc-field-group input[type="email"] {
        width: 100%;
        padding: 1rem;
    }

    div.css-search.has-search-geo.has-search-term input.em-search-text,
    div.css-search.has-search-geo.has-search-term input.em-search-geo {
        width: 22%;
        padding: 13px;
    }

    div.css-search input,
    div.css-search select {
        padding: 13px 8px 11px;
    }

    .em-search-scope {
        margin-left: 9px !important;
    }

    .mc-field-group input[type="email"] {
        width: 100%;
        padding: 1rem;
    }

    .home-news-item {
        margin-bottom: 1.5rem;
    }

    .home-news-item h2 {
        font-size: 1.5rem;
    }

    button.arrow-left,
    button.arrow-right {
        padding: 2rem;
    }

    button.arrow-right:before,
    button.arrow-left:before {
        height: 4rem;
        width: 4rem;
    }

    .social div {
        width: 5rem;
        float: left;
        padding: 1.5rem;
        margin: 0 1px;
        background: #313131;
    }
}

@media (min-width: 1440px) {
    .tenant-thumb {
        height: 150px;
    }

    .site-footer {
        padding-top: 3rem;
        font-size: 1rem;
        border-top: 1px solid var(--greymid);
    }

    .hero-text-wrapper h1:before {
        left: -32px;
    }
}

@media (min-width: 1600px) {
    a.logo img {
        width: 16rem;
        margin: 1rem 2rem;
    }
}

@media (max-width: 1000px) {
    a.logo img {
        width: 12rem;
        margin: 1rem 2rem;
    }
}

@media (max-width: 600px) {
    a.logo img {
        width: 9rem;
        margin: 0.5rem 0rem;
    }
}

/*--------------------------------------------------------------
## New edits
--------------------------------------------------------------*/

.report-dialogue-trigger {
    background: var(--greydark);
    padding: 8px 16px;
    float: right;
    color: #fff;
    border-bottom: none;
    cursor: pointer;
}

.report-dialogue-trigger:hover {
    opacity: 0.8;
}

.homebox .d-flex {
    vertical-align: middle;
    align-items: center;
}

.home-background {
    background-color: white;
    position: relative;
}

.banner-slides {
    position: absolute !important;
}

@media (max-width: 768px) {
    .banner-slides {
        position: static !important;
        width: 100%;
    }
}

.background-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
}

.background-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 25%;
}

.events-card {
    background: var(--highlight);
}

.events-card .image-box {
    height: 100%;
}

.events-card .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.events-card .text-box {
    color: white;
    padding: 2em 1.5em;
}

.events-card .text-box a {
    color: white;
    border-color: #fff;
}

.events-card .text-box a:after {
    filter: invert(100%);
    opacity: 1;
}

.feature-btn {
    padding: 0 0 1rem;
}

.right-content {
    padding: 1.25rem 1rem;
}

.home-news-feed {
    background-color: white;
    z-index: 5;
    padding: 1rem 1rem 2rem;
}

#footer-menu a,
#footer-menu a:visited,
#footer-menu a:hover {
    color: var(--greydark);
    font-size: 0.8rem;
    position: relative;
}

.events-card a .image-box {
    height: 13rem;
    width: 100%;
    background-size: cover;
}

a.text-box {
    color: white;
    text-decoration: none;
}

.home-card {
    padding: 0 1rem 0;
    height: 100%;
}

.tile-image-feature {
    height: 14rem;
    width: 100%;
}

.tile-image-feature img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card-inner {
    padding: 2rem 1.5rem;
    align-items: center;
    height: auto;
}

[type="submit"] {
    border: 1px solid var(--highlight);
    padding: 0.6em 2em;
    font-weight: 400;
    transition: all 0.2s;
}

[type="submit"]:hover {
    background-color: var(--highlight);
    color: #fff;
}

.gform_wrapper span.gform_description,
.gchoice_select_all,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label {
    font-weight: 200 !important;
}

.subscribe-btn,
.submit,
.gform_footer {
    margin-right: 1rem;
}

#subscribe .popup__close {
    background: #fff;
    z-index: 100;
}

.subscribe-btn:after,
.submit:after,
.gform_footer:after {
    position: relative;
}

.subscribe-btn:hover:after,
.submit:hover:after,
.gform_footer:hover:after {
    right: 5px;
}

.gform_footer .top_label input[type="submit"] {
    font-size: 0.9em;
    padding: 5px 9px;
    background: var(--greydark);
    color: #fff;
    border: none;
    font-weight: 700;
}

.social div:hover {
    background: var(--highlight);
}

.pull-content-right {
    align-items: center;
}

.pull-content-right .sm-box {
    margin-left: 2em;
}

.center-bar h3 {
    margin-bottom: 0;
    padding-right: 1rem;
}

.search-results article {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 2.4em;
    padding-bottom: 1.2em;
    cursor: pointer;
}

.home-search #searchform img {
    display: none;
}

.error404 .search-form,
.search-no-results .search-form {
    margin: 2rem 0;
    position: relative;
}

.error404 .search-form input[type="text"],
.search-no-results .search-form input[type="text"] {
    width: 100%;
    background: var(--greymid);
    padding: 12px;
}

.error404 .search-form input[type="submit"],
.search-no-results .search-form input[type="submit"] {
    font-size: 0.9em;
    padding: 1rem;
    border: none;
    width: 20%;
    color: var(--greymid);
    background: none;
}

.intro-head-content {
    padding: 5rem 1rem;
}

.img-cover {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.map-content {
    padding-top: 3rem;
}

.home-card.quick-links .card-inner a:after {
    content: none;
}

.card-inner a:hover:after {
    right: -25px;
}

.people-list {
    padding-bottom: 5rem;
}

.news article .post-preview:first-child {
    padding-top: 2em;
    padding-bottom: 1em;
}

a.vpc-btn-text {
    border: 1px solid var(--highlight);
    min-width: 15rem;
    text-align: center;
}

form.salesforce-form label {
    font-weight: 700;
    font-size: inherit;
}

form.salesforce-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
    margin-top: 8px;
}

form.salesforce-form select {
    margin-top: 8px;
}

form.salesforce-form .half {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    margin-right: -4px;
}

@media (max-width: 768px) {
    form.salesforce-form .half {
        width: 100%;
    }
}

form.salesforce-form textarea {
    margin-top: 8px;
    font-size: inherit;
    font-family: inherit;
    letter-spacing: normal;
    padding: 6px 8px;
    line-height: 1.5;
    resize: none;
    height: 160px;
    width: 100%;
}

.gform_wrapper .gform_footer {
    padding: 16px 0 10px 0;
    margin: 16px 0 0 0;
    clear: both;
    width: 100%;
}

form.salesforce-form .gfield {
    margin-top: 16px;
    padding-top: 0;
}

form.salesforce-form .gfield.first {
    margin-right: -16px;
}

/* DONATE */

.cta-donate-item .event-grid-item-inner {
    text-align: center;
    border-top: none;
    padding: 30px;
    margin-bottom: 0px;
}

.donate-copy {
    padding-bottom: 5rem;
}

.donate-copy p:last-of-type {
    margin-bottom: 0px;
}

.product h2.product-title {
    font-weight: 800;
    margin-top: 10px;
}

.product p {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.product .event-grid-item-inner {
    position: relative;
    border-top: none;
}

.product .pink-line {
    display: inline-block;
    height: 8px;
    width: 80px;
    background: var(--highlight);
    position: absolute;
    top: 0;
}

.product .actions {
    margin: 22px -5px 0px;
    /*
	position: absolute;
    bottom: 15px;
    width: calc(100% - 20px);
*/
}

.product .price {
    font-size: 1.48rem;
    font-weight: 800;
}

.product .product-btn {
    border: 1px solid var(--highlight);
    padding: 0.6em;
    font-weight: 400;
    font-size: 0.85em;
    transition: all 0.2s;
    margin: 0px 5px;
    text-align: center;
    width: calc(50% - 12px);
    display: inline-block;
}

.product .product-btn:hover,
.product .product-btn.active {
    background-color: var(--highlight);
    color: #fff;
}

.product .product-btn.nyp-input::-webkit-outer-spin-button,
.product .product-btn.nyp-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product .product-btn.nyp-input[type="number"] {
    -moz-appearance: textfield;
}

.product .product-btn.nyp-input::placeholder {
    color: #ffffff;
    opacity: 0.8;
}

@media (max-width: 767px) {
    article.product .cart.single-product-form .nyp .product {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    article.product .cart.single-product-form .nyp .product-btn.circle-btn {
        flex: 0 0 calc(50% - 10px);
        margin-bottom: 10px;
        font-size: 16px;
    }

    article.product .cart.single-product-form .nyp .product-btn.circle-btn-other {
        flex: 0 0 calc(100% - 10px);
        min-height: 41px;
        font-size: 16px;
    }

    article.product .cart.single-product-form .nyp input.nyp-input {
        flex: 0 0 calc(100% - 10px);
        font-size: 16px;
        padding-top: 0;
        padding-bottom: 0;
        min-height: 45px;
        border-radius: 0;
    }
}

#tabs {
    width: 100%;
}

li.ui-tabs-tab {
    float: left;
    list-style-type: none;
    width: 50%;
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}

li.ui-tabs-tab a {
    height: 125px;
    background-color: #cccccc;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border: none;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 125px;
    color: #000000;
}

li.ui-tabs-tab a:hover,
li.ui-tabs-tab a:visited,
li.ui-tabs-tab a:focus,
li.ui-tabs-tab a:active {
    border: none;
}

.ui-tabs-nav:not(.flex-control-thumbs) li:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #cccccc;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
    top: 115px;
}

li.ui-tabs-tab.ui-state-active a {
    background-color: #62afdb;
    color: #ffffff;
}

.ui-tabs-nav:not(.flex-control-thumbs) li.ui-state-active:after {
    background-color: #62afdb;
}

.img-caption {
    margin-top: 15px;
    font-size: 0.8em !important;
}

.single-product-form {
    width: 100%;
    text-align: center;
}

.single-product-form .product {
    display: flex;
    margin-bottom: 20px !important;
}

.chart-wrapper {
    position: relative;
    /* 	min-height: 350px; */
}

#donutchart {
    position: absolute;
    left: 0;
    top: 0;
}

.chart-wrapper span {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.donor-table tbody tr:first-of-type {
    border-top: 1px solid #fb0061;
}

.donor-table tbody tr {
    border-left: 1px solid #fb0061;
    border-right: 1px solid #fb0061;
    border-bottom: 1px solid #e8e8e8;
}

.donor-table tr td {
    padding: 10px;
}

.donor-table tbody tr td:first-of-type {
    border-right: 1px solid #e8e8e8;
}

.donor-table tbody tr td:last-of-type {
    border-left: 1px solid #e8e8e8;
}

.donor-table tbody tr:last-of-type {
    border-bottom: 1px solid #fb0061;
}

h4.share {
    width: 100%;
}

.social-share {
    list-style: none;
    padding-left: 0px;
}

#field_13_2,
#field_13_3 {
    width: 50%;
    display: inline-block;
}

#field_13_2 input,
#field_13_3 input {
    width: 100% !important;
}

#gform_submit_button_13 {
    border: 1px solid var(--highlight);
    background: #ffffff;
    border-radius: 0px;
    padding: 0.6em;
    font-weight: 400;
    font-size: 1em;
    transition: all 0.2s;
    margin: 0px;
    max-width: 200px;
    text-align: center;
    width: calc(50% - 12px);
    display: inline-block;
    height: 50px;
    color: var(--greydark);
}

#gform_submit_button_13:hover {
    background-color: var(--highlight);
    color: #fff;
}

.percentage-bar-wrapper {
    position: relative;
    width: calc(50% - 12px);
    display: inline-block;
    margin: 0px 5px;
}

.percentage-bar-wrapper .product-btn {
    width: 100%;
    z-index: 1;
    position: relative;
    margin-left: 0px;
}

span.percentage-bar {
    position: absolute;
    background: var(--highlight);
    left: 0;
    top: 0;
    height: 100%;
    /*margin-left: 5px;*/
}

.related.products,
.wc-tabs,
#purchase .product_meta,
#purchase #nyp-1,
.nyp label,
#purchase .quantity input {
    display: none;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #000000;
}

.gform_wrapper #gform_13 .gform_footer {
    text-align: right;
    padding-right: 16px;
}

.woocommerce div.product .stock {
    color: var(--highlight);
}

.single-entry-donation .entry-summary {
    width: 100% !important;
    float: none !important;
}

.single-entry-donation .woocommerce-variation-price,
.single-entry-donation .product_meta,
.single-entry-donation .quantity {
    display: none !important;
}

.single-entry-donation .nyp-terms {
    width: 50%;
    float: right;
    padding-left: 20px;
    color: var(--highlight);
}

.single-entry-donation .nyp {
    padding-bottom: 20px;
}

.single-entry-donation .nyp label {
    display: none !important;
}

.single-entry-donation #nyp-1 {
    width: 50%;
    display: inline-block;
}

.single-entry-donation .nyp:before {
    content: "How much would you like to donate?";
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

/* Rooms Styling */
.rooms-template-default .entry-section {
    margin-top: 3em;
}

.rooms-template-default .entry-section:first-child {
    margin-top: 0;
}

.rooms-template-default .entry-section .row .col-12 img {
    width: 100%;
    object-fit: cover;
}

.rooms-template-default .entry-section .row .col-12.col-md-12 {
    margin-top: 2.5em;
}

.rooms-template-default .entry-section .row .col-12.col-md-12:first-child {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .rooms-template-default .entry-section .row .col-12 {
        margin-top: 2em;
    }

    .rooms-template-default .entry-section .row .col-12:first-child {
        margin-top: 0;
    }
}

/* Gift cards */
.gift_form_fields ul {
    list-style: none;
}

.gift_form_fields ul ul {
    margin-left: -1rem;
    padding-left: 0;
}

.gift_form_fields input,
.gift_form_fields textarea,
.gift_form_fields select {
    margin-bottom: 0.5rem;
    padding: 1px 2px;
}

.gift_form_fields textarea {
    display: block;
}

.gift_form_fields select {
    padding: 2px 2px 3px;
}

.gift_form_fields input[type="date"] {
    padding-top: 0;
    padding-bottom: 0;
}

.gift_form_fields .gift_form_additional li {
    overflow: auto;
}

.gift_form_fields .checked_show_next_ul:checked~ul {
    display: block !important;
}

.gift_form_fields abbr.required {
    color: #fb005f;
    color: var(--highlight);
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
    line-height: 2;
}

.gift_card_page figure .img-caption {
    display: none;
}

.gift_card_tiles .event-grid-image {
    height: 0;
    padding-top: 100%;
}

.ui-datepicker {
    border: 1px solid #e1e1e1;
    border: 1px solid var(--greymid);
    background-color: white;
}

.ui-datepicker .ui-datepicker-header {
    background-color: #f1f1f1;
    background-color: var(--bg);
}

a.ui-datepicker-prev:before,
a.ui-datepicker-next:before {
    text-align: center;
    display: block;
    height: 100%;
    padding-top: 0.2rem;
}

a.ui-datepicker-prev:before {
    content: "\2190";
}

a.ui-datepicker-next:before {
    content: "\2192";
}

a.ui-datepicker-prev.ui-state-disabled,
a.ui-datepicker-next.ui-state-disabled {
    display: none;
}

/*! jQuery UI - v1.12.1 - 2020-12-01
* http://jqueryui.com
* Includes: core.css, datepicker.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 0.5em;
    top: 0.3em;
}

figure.wp-block-image a,
figure.wp-block-image a:visited {
    border: none;
}

.product-btn-new {
    border: 1px solid var(--highlight) !important;
    padding: 0.6em;
    font-weight: 400;
    font-size: 0.85em;
    transition: all 0.2s;
    margin: 0px 5px;
    text-align: center;
    width: calc(100% - 12px);
    display: inline-block;
}

.product-btn-new:hover {
    background-color: var(--highlight);
    color: #fff;
}

.product-btn-new-unclickable {
    border: 1px solid var(--highlight) !important;
    padding: 0.6em;
    font-weight: 400;
    font-size: 0.85em;
    transition: all 0.2s;
    margin: 0px 5px;
    text-align: center;
    width: calc(100% - 12px);
    display: inline-block;
    pointer-events: none;
    cursor: default;
}

.extra_spacing {
    padding-bottom: 36px !important;
}

.image_unclickable {
    display: inline-block;
    pointer-events: none;
    cursor: default;
}

.page-template-template-page-content .product .event-grid-item-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-template-template-page-content .card-bottom-text {
    font-size: 1.48rem;
    font-weight: 800;
}

a.btn-pink {
    padding: 11px 20px;
    font-size: 14px;
    line-height: 1.62;
    color: #fff;
    background-color: #fb005f;
    border-radius: 4px;
    border: none;
}

body .uwy .userway_buttons_wrapper {
    inset: auto auto 13px calc(100vw - 21px) !important;
}

body .uwy .userway_buttons_wrapper #userwayAccessibilityIcon {
    background: rgb(251, 0, 95) !important;
}

.section--club-500 {
    padding: 28px 0;
}

.club-500__marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    --animation-play-state: running;
}

.club-500__marquee:hover {
    --animation-play-state: paused;
}

.club-500__marquee:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: 15px;
    height: 100%;
    background: linear-gradient(to left, transparent, var(--bg));
    z-index: 1;
}

.club-500__marquee:after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    width: 15px;
    height: 100%;
    background: linear-gradient(to right, transparent, var(--bg));
    z-index: 1;
}

.club-500__names {
    display: inline-flex;
    animation: marquee var(--animation-timing, 0s) linear infinite;
    animation-play-state: var(--animation-play-state, running);
}

.club-500__names .name {
    padding: 6px 16px;
}

.club-500__names .name p {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    color: var(--highlight);
    font-weight: 400;
    font-size: 24px;
}

@media (max-width: 767px) {
    .club-500__names .name {
        padding: 4px 12px;
    }

    .club-500__names .name p {
        font-size: 18px;
    }
}

@keyframes marquee {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}

.button,
.button:visited {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #ff5f5f;
    text-decoration: none;
    border-radius: 5px;
    border: none;
    text-align: center;
}

.button:hover {
    background-color: #530800;
    color: #fff;
}